OS/390 cleanable gunk.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
35         Log: Upgrade to podlators 1.16.
36      Branch: perl
37            + lib/Pod/t/basic.cap
38            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
39            ! lib/Pod/t/basic.t pod/pod2man.PL
40 ____________________________________________________________________________
41 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
42         Log: Pass 6 at perldelta - sort enhancements, generic and
43              platform specific bug fixes.
44      Branch: perl
45            ! pod/perldelta.pod
46 ____________________________________________________________________________
47 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
48         Log: PROPAGATE documentation from Tony Cook.
49      Branch: perl
50            ! pod/perlfunc.pod
51 ____________________________________________________________________________
52 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
53         Log: DJGPP cannot do signals that well.
54      Branch: perl
55            ! ext/POSIX/t/sigaction.t
56 ____________________________________________________________________________
57 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
58         Log: Can't do subsecond alarms without ualarm; and break out
59              early if alarms do not seem to be coming in as expected.
60      Branch: perl
61            ! ext/Time/HiRes/HiRes.t
62 ____________________________________________________________________________
63 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
64         Log: No Socket, little Net.
65      Branch: perl
66            ! t/lib/1_compile.t
67 ____________________________________________________________________________
68 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
69         Log: Take the taint brush to the getcwds.
70      Branch: perl
71            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
72 ____________________________________________________________________________
73 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
74         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
75              From: "Craig A. Berry" <craigberry@mac.com>
76              Date: Sun, 25 Nov 2001 16:20:45 -0600
77              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
78      Branch: perl
79            ! ext/Socket/Socket.xs
80 ____________________________________________________________________________
81 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
82         Log: Since in some DOS filesystems the timestamp granularity
83              may be only two seconds, better sleep for three to play safe.
84              (Helps CygWin, at least.)
85      Branch: perl
86            ! lib/Memoize/t/expire_file.t
87 ____________________________________________________________________________
88 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
89         Log: For some reason CygWin wasn't collapsing multiple
90              slashes into one, which made some Spec.t tests to fail.
91              Either CygWin was being too prudish or the collapsing
92              logic needs to be rethunk.
93      Branch: perl
94            ! lib/File/Spec/Unix.pm
95 ____________________________________________________________________________
96 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
97         Log: Cygwin needs to have libperl.dll around if trying to link
98              with -lperl.  Note: this change cures the test but whether
99              it cures CygPerl installation, I don't know: hopefully the
100              libperl5_7_2.dll, or the version equivalent, gets installed
101              also as libperl.dll to the proper place(s).
102      Branch: perl
103            ! lib/ExtUtils/Embed.t
104 ____________________________________________________________________________
105 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
106         Log: -I../lib/.. and -L../lib/..?  Strange.
107      Branch: perl
108            ! lib/ExtUtils/Embed.t
109 ____________________________________________________________________________
110 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
111         Log: $MM?
112      Branch: perl
113            ! lib/ExtUtils/Embed.pm
114 ____________________________________________________________________________
115 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
116         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
117              From: Dave Rolsky <autarch@urth.org>
118              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
119              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
120      Branch: perl
121            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
122            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
123 ____________________________________________________________________________
124 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
125         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
126              From: chromatic <chromatic@rmci.net>
127              Date: Sat, 24 Nov 2001 14:56:57 -0700
128              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
129              
130              plus a tweak for ithreads builds.
131      Branch: perl
132            + lib/DB.t
133            ! MANIFEST lib/DB.pm
134 ____________________________________________________________________________
135 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
136         Log: Win32 compilation tweaks for Blair Zajac.
137      Branch: perl
138            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
139 ____________________________________________________________________________
140 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
141         Log: I don't think trying to bracket the hires time with lores
142              times is going to be portable enough: Cygwin seems to be
143              capable of getting hires ones rather consistently lower
144              than the lores ones.  So let's try average difference instead.
145      Branch: perl
146            ! ext/Time/HiRes/HiRes.t
147 ____________________________________________________________________________
148 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
149         Log: Subject: Re: benchmarks, sorts and reproducibility
150              From: "John P. Linderman" <jpl@research.att.com>
151              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
152              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
153              
154              Randomize large partitions for quicksort to dodge the
155              angry gods of quadratic.
156      Branch: perl
157            ! pp_sort.c
158 ____________________________________________________________________________
159 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
160         Log: The joys of portable quoting.
161      Branch: perl
162            ! ext/Devel/PPPort/harness/Makefile.PL
163 ____________________________________________________________________________
164 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
165         Log: sort pragma tweaks.
166      Branch: perl
167            ! lib/sort.pm
168 ____________________________________________________________________________
169 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
170         Log: Skip the link= directives of utils.lst if no mandir
171              (if no manpages).
172      Branch: perl
173            ! installman
174 ____________________________________________________________________________
175 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
176         Log: change#3373 introduced a handle leak in backticks and piped open()s
177              that fail
178      Branch: perl
179            ! util.c
180 ____________________________________________________________________________
181 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
182         Log: Extraenous breaks noticed by David Dyck.
183      Branch: perl
184            ! Configure
185 ____________________________________________________________________________
186 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
187         Log: Revert the /proc/self/auxv experiment for now.
188      Branch: perl
189            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
190 ____________________________________________________________________________
191 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
192         Log: Also ExtUtils.t had $^X assumptions.
193      Branch: perl
194            ! lib/ExtUtils.t
195 ____________________________________________________________________________
196 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
197         Log: Now is Solaris if you start the t/perl in the t/
198              as "./perl", the $^X will be "../perl", not "./perl".
199      Branch: perl
200            ! t/lib/1_compile.t
201 ____________________________________________________________________________
202 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
203         Log: The new way of finding out $^X in Solaris
204              requires a little tweak if the executable
205              pathname is *not* absolute: prepend "./"
206              (otherwise `$^X ...` will start perl from PATH...)
207      Branch: perl
208            ! perl.c
209 ____________________________________________________________________________
210 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
211         Log: Avoid "will not stay shared" warnings.
212      Branch: perl
213            ! lib/ExtUtils/MM_Unix.pm
214 ____________________________________________________________________________
215 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
216         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
217              From: Michael G Schwern <schwern@pobox.com>
218              Date: Sat, 24 Nov 2001 19:56:18 -0500
219              Message-ID: <20011124195618.A14614@blackrider>            
220      Branch: perl
221            ! perl.c pp_sys.c t/op/magic.t util.c
222 ____________________________________________________________________________
223 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
224         Log: In the MakeMaker pm_to_blib target don't copy all
225              the files in one fell swppo, deal with them hunkwise,
226              helps for CLIs with limited line lengths.
227              (This seems to help for DJGPP building Encode,
228              where there are dozens of files to copy.)
229      Branch: perl
230            ! lib/ExtUtils/MM_Unix.pm
231 ____________________________________________________________________________
232 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
233         Log: testsuite leaves stray files behind on windows
234      Branch: perl
235            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
236 ____________________________________________________________________________
237 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
238         Log: xsubpp produces a spurious warning on directories called 'typemap'
239      Branch: perl
240            ! lib/ExtUtils/xsubpp
241 ____________________________________________________________________________
242 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
243         Log: xsubpp treats invalid (indented) cpp directives as comments
244      Branch: perl
245            ! ext/IO/IO.xs
246 ____________________________________________________________________________
247 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
248         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
249      Branch: perl
250            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
251 ____________________________________________________________________________
252 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
253         Log: The debug_pag needs to be visible at all times
254              because of the re extension.
255      Branch: perl
256            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
257 ____________________________________________________________________________
258 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
259         Log: Subject: Re: [PATCH] Tests are good
260              From: Philip Newton <Philip.Newton@gmx.net>
261              Date: Sat, 24 Nov 2001 21:24:00 +0100
262              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
263      Branch: perl
264            ! pod/perlhack.pod
265 ____________________________________________________________________________
266 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
267         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
268              From: "Craig A. Berry" <craigberry@mac.com> 
269              Date: Sat, 24 Nov 2001 12:45:44 -0600
270              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
271              
272              (with tweaks, and combined with Sarathy's #13242)
273      Branch: perl
274            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
275 ____________________________________________________________________________
276 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
277         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
278              From: John Peacock <jpeacock@rowman.com>
279              Date: Sat, 24 Nov 2001 14:27:46 -0500
280              Message-ID: <3BFFF4B2.40509@rowman.com> 
281      Branch: perl
282            ! lib/Exporter/Heavy.pm
283 ____________________________________________________________________________
284 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
285         Log: use portable quotes
286      Branch: perl
287            ! ext/Devel/PPPort/harness/Makefile.PL
288 ____________________________________________________________________________
289 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
290         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
291              From: Nicholas Clark <nick@ccl4.org>
292              Date: Sat, 24 Nov 2001 18:06:26 +0000
293              Message-ID: <20011124180626.T37621@plum.flirble.org>
294      Branch: perl
295            ! installman
296 ____________________________________________________________________________
297 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
298         Log: Subject: [PATCH] perl5005delta.pod L<>
299              From: Nicholas Clark <nick@ccl4.org>
300              Date: Sat, 24 Nov 2001 18:04:21 +0000
301              Message-ID: <20011124180421.S37621@plum.flirble.org>
302      Branch: perl
303            ! pod/perl5005delta.pod
304 ____________________________________________________________________________
305 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
306         Log: fix typo in config.vc; regenerate win32 config_H.* files
307      Branch: perl
308            ! win32/config.vc win32/config_H.bc win32/config_H.gc
309            ! win32/config_H.vc
310 ____________________________________________________________________________
311 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
312         Log: Mention the charnames::vianame().
313      Branch: perl
314            ! pod/perluniintro.pod
315 ____________________________________________________________________________
316 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
317         Log: Add charnames::vianame() in case people want to access
318              the codes in run-time (as opposed to the compile-timeness
319              of \N{...}).
320      Branch: perl
321            ! lib/charnames.pm lib/charnames.t
322 ____________________________________________________________________________
323 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
324         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
325              From: Nicholas Clark <nick@ccl4.org>
326              Date: Sat, 24 Nov 2001 16:30:42 +0000
327              Message-ID: <20011124163042.R37621@plum.flirble.org>
328      Branch: perl
329            ! regcomp.c regcomp.h
330 ____________________________________________________________________________
331 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
332         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
333              From: Nicholas Clark <nick@ccl4.org>
334              Date: Sat, 24 Nov 2001 16:24:33 +0000
335              Message-ID: <20011124162433.Q37621@plum.flirble.org>
336              
337              cmp fixes.
338      Branch: perl
339            ! pp.c
340 ____________________________________________________________________________
341 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
342         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
343              (It seems that "./perl" gets resolved to "perl" now.)
344      Branch: perl
345            ! perl.c
346 ____________________________________________________________________________
347 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
348         Log: Subject: [PATCH] DB_File 1.800        
349              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
350              Date: Sat, 24 Nov 2001 11:41:41 -0000
351              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
352      Branch: perl
353            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
354            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
355            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
356            ! ext/DB_File/t/db-recno.t
357 ____________________________________________________________________________
358 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
359         Log: Tweak the PUSHED documentation.
360      Branch: perl
361            ! ext/PerlIO/Via/Via.pm
362 ____________________________________________________________________________
363 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
364         Log: Update 1_compile for new known tests.
365      Branch: perl
366            ! t/lib/1_compile.t
367 ____________________________________________________________________________
368 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
369         Log: Move the MBF/MBI test modules to t/lib.
370      Branch: perl
371            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
372            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
373            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
374            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
375            ! lib/Math/BigInt/t/sub_mbi.t
376 ____________________________________________________________________________
377 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
378         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
379              From: "Craig A. Berry" <craigberry@mac.com> 
380              Date: Fri, 23 Nov 2001 18:05:35 -0600
381              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
382      Branch: perl
383            ! configure.com
384 ____________________________________________________________________________
385 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
386         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
387              From: PPrymmer@factset.com 
388              Date: Fri, 23 Nov 2001 17:03:07 -0500
389              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
390      Branch: perl
391            ! ext/Unicode/Normalize/mkheader
392 ____________________________________________________________________________
393 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
394         Log: Here are the right helper files.
395      Branch: perl
396            + t/lib/Filter/Simple/ExportTest.pm
397            + t/lib/Filter/Simple/FilterOnlyTest.pm
398            + t/lib/Filter/Simple/FilterTest.pm
399            + t/lib/Filter/Simple/ImportTest.pm
400            ! MANIFEST
401 ____________________________________________________________________________
402 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
403         Log: Update Changes.
404      Branch: perl
405            ! Changes patchlevel.h
406 ____________________________________________________________________________
407 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
408         Log: Never mind.
409      Branch: perl
410            - lib/Filter/Simple/lib/ExportTest.pm
411            - lib/Filter/Simple/lib/ImportTest.pm
412 ____________________________________________________________________________
413 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
414         Log: Mis-add.
415      Branch: perl
416            + lib/Filter/Simple/lib/ExportTest.pm
417            + lib/Filter/Simple/lib/ImportTest.pm
418 ____________________________________________________________________________
419 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
420         Log: Upgrade to Filter::Simple 0.77.
421      Branch: perl
422            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
423            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
424            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
425            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
426            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
427 ____________________________________________________________________________
428 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
429         Log: Missing p4 add.
430      Branch: perl
431            + lib/ExtUtils/MM_VMS.t
432 ____________________________________________________________________________
433 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
434         Log: Pass 5 at perldelta - module and utility updates cleanup.
435      Branch: perl
436            ! pod/perldelta.pod
437 ____________________________________________________________________________
438 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
439         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
440      Branch: perl
441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
442            ! pod/buildtoc.PL pod/perltoc.pod
443 ____________________________________________________________________________
444 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
445         Log: Add procselfexe and d_dirfd to strange lands.
446      Branch: perl
447            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
448            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
449            ! vos/config.ga.def vos/config.ga.h win32/config.bc
450            ! win32/config.gc win32/config.vc win32/config.win64
451            ! wince/config.ce
452 ____________________________________________________________________________
453 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
454         Log: Better to "quote" the pathname.
455      Branch: perl
456            ! Configure config_h.SH
457 ____________________________________________________________________________
458 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
459         Log: Use PROCSELFEXE_PATH.
460      Branch: perl
461            ! perl.c
462 ____________________________________________________________________________
463 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
464         Log: Add probing for BSD-like /proc/curpoc/file.
465      Branch: perl
466            ! Configure config_h.SH
467 ____________________________________________________________________________
468 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
469         Log: Add probing for dirfd() so that it can be added it IO::Dir.
470      Branch: perl
471            ! Configure config_h.SH perl.h
472 ____________________________________________________________________________
473 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
474         Log: ...and update the test count.
475      Branch: perl
476            ! lib/Pod/t/basic.t
477 ____________________________________________________________________________
478 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
479         Log: Must remove the cap test also from the test script.
480      Branch: perl
481            ! lib/Pod/t/basic.t
482 ____________________________________________________________________________
483 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
484         Log: Subject: [PATCH] Tests are good
485              From: Nicholas Clark <nick@ccl4.org>
486              Date: Fri, 23 Nov 2001 18:12:21 +0000
487              Message-ID: <20011123181220.F37621@plum.flirble.org>
488      Branch: perl
489            ! pod/perlhack.pod
490 ____________________________________________________________________________
491 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
492         Log: The basic.cap from podlators 1.14 is not very portable.
493      Branch: perl
494            - lib/Pod/t/basic.cap
495            ! MANIFEST
496 ____________________________________________________________________________
497 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
498         Log: Subject: Re: [DOC PATCHES] pod cleanups
499              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
500              Date: 22 Nov 2001 12:54:16 -0000
501              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
502      Branch: perl
503            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
504            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
505 ____________________________________________________________________________
506 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
507         Log: FAQ sync.
508      Branch: perl
509            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
510 ____________________________________________________________________________
511 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
512         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
513              From: PPrymmer@factset.com
514              Date: Fri, 23 Nov 2001 11:43:45 -0500
515              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
516      Branch: perl
517            ! MANIFEST lib/ExtUtils/MM_VMS.pm
518 ____________________________________________________________________________
519 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
520         Log: Corify podlators 1.14 test.
521      Branch: perl
522            ! lib/Pod/t/basic.t
523 ____________________________________________________________________________
524 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
525         Log: Output tweak needed because of podlators 1.14.
526      Branch: perl
527            ! t/pod/multiline_items.xr
528 ____________________________________________________________________________
529 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
530         Log: Upgrade to podlators 1.14.
531      Branch: perl
532            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
533            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
534            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
535            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
536            ! lib/Pod/Text/Overstrike.pm
537 ____________________________________________________________________________
538 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
539         Log: perlmodinstall tweaks from Philip Newton.
540      Branch: perl
541            ! pod/perlmodinstall.pod
542 ____________________________________________________________________________
543 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
544         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
545              From: Autrijus Tang <autrijus@autrijus.org>           
546              Date: Fri, 23 Nov 2001 23:55:53 +0800
547              Message-ID: <20011123235553.A2310@not.autrijus.org>
548      Branch: perl
549            ! Porting/genlog
550 ____________________________________________________________________________
551 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
552         Log: Subject: Re: regex oddness with \Z and $&
553              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
554              Date: Fri, 23 Nov 2001 15:15:24 +0000
555              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
556      Branch: perl
557            ! regcomp.c t/op/re_tests
558 ____________________________________________________________________________
559 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
560         Log: regen_headers.
561      Branch: perl
562            ! embed.h global.sym pod/perlapi.pod proto.h
563 ____________________________________________________________________________
564 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
565         Log: Forgotten check-in.
566      Branch: perl
567            ! pod/perlapi.pod
568 ____________________________________________________________________________
569 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
570         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
571      Branch: perl
572            ! lib/Test/Simple.pm
573 ____________________________________________________________________________
574 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
575         Log: Retract #13173 (effectively retract Net::Ping 2.06,
576              go back to 2.04, the 2.06 hasn't seen the patches
577              that have gone to the blead version.)
578      Branch: perl
579            - lib/Net/Ping/CHANGES lib/Net/Ping/README
580            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
581            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
582            - lib/Net/Ping/t/200_ping_tcp.t
583            ! MANIFEST lib/Net/Ping.pm
584 ____________________________________________________________________________
585 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
586         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
587              From: Robin Barker <rmb1@cise.npl.co.uk>
588              Date: Thu, 22 Nov 2001 11:00:38 GMT
589              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
590      Branch: perl
591            ! utils/perldoc.PL
592 ____________________________________________________________________________
593 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
594         Log: procselfexe tweak: for some reason I had a ls in
595              /proc/self/exe, not the ls Configure thought it
596              would found.
597      Branch: perl
598            ! Configure
599 ____________________________________________________________________________
600 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
601         Log: Corify the Net::Ping tests; skip the tests
602              unless $ENV{PERL_TEST_Net_Ping} is true.
603      Branch: perl
604            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
605            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
606            ! lib/Net/Ping/t/200_ping_tcp.t
607 ____________________________________________________________________________
608 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
609         Log: The #13182 didn't really help.  The real problem
610              seems to be that 'sh' can in AIX mean at least three
611              different things, and we can't know which one it is
612              unless we export $newsh from an earlier run (and it's
613              the 'bsh' aka 'sh' that has the the broken test -h).
614      Branch: perl
615            ! Configure
616 ____________________________________________________________________________
617 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
618         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
619      Branch: perl
620            ! op.c t/op/override.t
621 ____________________________________________________________________________
622 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
623         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
624              From: PPrymmer@factset.com 
625              Date: Wed, 21 Nov 2001 20:17:25 -0500
626              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
627      Branch: perl
628            ! lib/Shell.t
629 ____________________________________________________________________________
630 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
631         Log: Reapply perlmodinstall parts of #12897.
632      Branch: perl
633            ! pod/perlmodinstall.pod
634 ____________________________________________________________________________
635 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
636         Log: perlmodinstall 2.01 from Jon Orwant.
637      Branch: perl
638            ! pod/perlmodinstall.pod
639 ____________________________________________________________________________
640 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
641         Log: Subject: [PATCH @10907] REXX on OS/2
642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
643              Date: Wed, 21 Nov 2001 15:26:11 -0500
644              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
645      Branch: perl
646            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
647            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
648 ____________________________________________________________________________
649 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
650         Log: AIX has broken builtin 'test'.
651      Branch: perl
652            ! Configure
653 ____________________________________________________________________________
654 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
655         Log: Subject: [PATCH 5.7.x] INSTALL size update
656              From: Andy Dougherty <doughera@lafayette.edu>
657              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
658              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
659      Branch: perl
660            ! INSTALL
661 ____________________________________________________________________________
662 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
663         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
664              to pp_sort.c.  Includes the quicksort stabilizing layer
665              from John P. Linderman.  -Msort=qsort or -Msort=fast is
666              faster than without (or with -Msort=mergesort or -Msort=safe)
667              for short random inputs, but for some reason not quite as fast
668              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
669              optimizing definitely needed.
670      Branch: perl
671            + lib/sort.pm lib/sort.t pp_sort.c
672            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
673            ! embed.pl global.sym perl.h pp_ctl.c proto.h
674            ! vms/descrip_mms.template vos/build.cm win32/Makefile
675            ! win32/makefile.mk wince/Makefile.ce
676 ____________________________________________________________________________
677 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
678         Log: Sync file with libnet-1.0901-tobe
679      Branch: perl
680            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
681            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
682            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
683            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
684            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
685 ____________________________________________________________________________
686 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
687         Log: Subject: [PATCH perldoc] problems with pod2man
688              From: Robin Barker <rmb1@cise.npl.co.uk>
689              Date: Wed, 21 Nov 2001 17:48:51 GMT
690              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
691      Branch: perl
692            ! utils/perldoc.PL
693 ____________________________________________________________________________
694 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
695         Log: debug_pad only visible when debugging.
696      Branch: perl
697            ! makedef.pl
698 ____________________________________________________________________________
699 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
700         Log: procselfexe tweaks.
701      Branch: perl
702            ! Configure config_h.SH
703 ____________________________________________________________________________
704 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
705         Log: Upgrade to Net::Ping 2.06.
706      Branch: perl
707            + lib/Net/Ping/CHANGES lib/Net/Ping/README
708            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
709            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
710            + lib/Net/Ping/t/200_ping_tcp.t
711            ! MANIFEST lib/Net/Ping.pm
712 ____________________________________________________________________________
713 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
714         Log: Upgrade to Math::BigInt 1.47.
715      Branch: perl
716            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
717            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
718            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
719            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
720            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
721            ! lib/Math/BigInt/t/sub_mbi.t
722 ____________________________________________________________________________
723 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
724         Log: Dynaloading for POSIX-BC from Thomas Dorner.
725      Branch: perl
726            ! hints/posix-bc.sh
727 ____________________________________________________________________________
728 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
729         Log: Strange: the same mysterious regex study bug
730              seems to be present both in OS/390 and POSIX-BC.
731              Deep EBCDIC magic that regex engine gets wrong,
732              or a bug in some compiler/library shared by the
733              two platforms?  From Thomas Dorner.
734      Branch: perl
735            ! t/op/study.t
736 ____________________________________________________________________________
737 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
738         Log: More lost and found.
739      Branch: perl
740            + lib/Test/Simple/README
741            ! MANIFEST
742 ____________________________________________________________________________
743 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
744         Log: MANIFESTly missing.
745      Branch: perl
746            ! MANIFEST
747 ____________________________________________________________________________
748 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
749         Log: Subject: Re: PERFORCE change 13162 for review               
750              From: Philip Newton <Philip.Newton@gmx.net> 
751              Date: Wed, 21 Nov 2001 16:44:30 +0100
752              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
753      Branch: perl
754            ! ext/Devel/PPPort/PPPort.pm
755 ____________________________________________________________________________
756 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
757         Log: Update Changes.
758      Branch: perl
759            ! Changes patchlevel.h
760 ____________________________________________________________________________
761 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
762         Log: Small doc tweaks.
763      Branch: perl
764            ! ext/PerlIO/Via/Via.pm
765 ____________________________________________________________________________
766 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
767         Log: Redundant return.
768      Branch: perl
769            ! ext/MIME/Base64/QuotedPrint.pm
770 ____________________________________________________________________________
771 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
772         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
773              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
774              Date: Wed, 21 Nov 2001 10:23:16 +0100
775              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
776      Branch: perl
777            ! pp_pack.c t/op/pack.t
778 ____________________________________________________________________________
779 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
780         Log: Add Devel::PPPort originally from Kenneth Albanowski,
781              revigorated by Paul Marquess: gives h2xs a Perl version
782              portability boost.
783      Branch: perl
784            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
785            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
786            + ext/Devel/PPPort/harness/Harness.pm
787            + ext/Devel/PPPort/harness/Harness.xs
788            + ext/Devel/PPPort/harness/Makefile.PL
789            + ext/Devel/PPPort/harness/module2.c
790            + ext/Devel/PPPort/harness/module3.c
791            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
792            ! MANIFEST lib/h2xs.t utils/h2xs.PL
793 ____________________________________________________________________________
794 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
795         Log: Oops.
796      Branch: perl
797            ! lib/Test/Simple/t/filehandles.t
798 ____________________________________________________________________________
799 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
800         Log: Subject: Re: PERFORCE change 13152 for review               
801              From: Philip Newton <Philip.Newton@gmx.net> 
802              Date: Wed, 21 Nov 2001 09:04:05 +0100
803              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
804      Branch: perl
805            ! lib/Test/Builder.pm
806 ____________________________________________________________________________
807 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
808         Log: Subject: Re: PERFORCE change 13142 for review
809              From: Philip Newton <Philip.Newton@gmx.net>
810              Date: Wed, 21 Nov 2001 09:04:03 +0100
811              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
812              
813              plus rewrap few paragraphs.
814      Branch: perl
815            ! lib/Pod/LaTeX.pm
816 ____________________________________________________________________________
817 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
818         Log: Integrate #13154 from macperl; Remove comments.
819      Branch: perl
820           !> lib/File/Spec/Mac.pm
821 ____________________________________________________________________________
822 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
823         Log: Update the list of modules having tests.
824      Branch: perl
825            ! t/lib/1_compile.t
826 ____________________________________________________________________________
827 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
828         Log: Slight doc changes.
829      Branch: maint-5.6/macperl
830            ! macos/macperl/MacPerl.podhelp
831 ____________________________________________________________________________
832 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
833         Log: Add UTF-16 coercion.
834      Branch: maint-5.6/macperl
835            ! macos/lib/Mac/AppleEvents/Simple.pm
836 ____________________________________________________________________________
837 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
838         Log: Remove comments.
839      Branch: maint-5.6/macperl
840            ! lib/File/Spec/Mac.pm
841 ____________________________________________________________________________
842 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
843         Log: Fix FSpGetCatInfo (and other functions) corrupting
844              memory with bad filespecs (bug #471867)
845      Branch: maint-5.6/macperl
846            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
847 ____________________________________________________________________________
848 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
849         Log: Upgrade to Test::Simple 0.33.
850      Branch: perl
851            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
852            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
853            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
854 ____________________________________________________________________________
855 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
856         Log: Upgrade to Test::Harness 1.26.
857      Branch: perl
858            ! lib/Test/Harness.pm lib/Test/Harness/Changes
859 ____________________________________________________________________________
860 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
861         Log: Integrate change #13145 from maintperl;
862              another compatibility tweak to change#12559: avoid quoting
863              arguments that already have quotes; add test case
864      Branch: perl
865           !> t/op/system_tests win32/win32.c
866 ____________________________________________________________________________
867 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
868         Log: integrate change#13147 from mainline (fixes nit in change#10091)
869              
870              Subject: [PATCH] spaceship and refs
871      Branch: maint-5.6/perl
872            ! pp.c pp_hot.c t/op/cmp.t
873 ____________________________________________________________________________
874 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
875         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
876              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
877              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
878              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
879      Branch: perl
880            + lib/Pod/t/utils.t
881            ! MANIFEST
882 ____________________________________________________________________________
883 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
884         Log: Subject: [PATCH] spaceship and refs
885              From: Nicholas Clark <nick@ccl4.org>
886              Date: Tue, 20 Nov 2001 21:59:51 +0000
887              Message-ID: <20011120215951.U62891@plum.flirble.org> 
888      Branch: perl
889            ! pp.c pp_hot.c t/op/cmp.t
890 ____________________________________________________________________________
891 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
892         Log: Try to clarify which I/O call operates on bytes,
893              which on characters, which on either.
894      Branch: perl
895            ! pod/perlfunc.pod
896 ____________________________________________________________________________
897 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
898         Log: another compatibility tweak to change#12559: avoid quoting
899              arguments that already have quotes; add test case
900      Branch: maint-5.6/perl
901            ! t/op/system_tests win32/win32.c
902 ____________________________________________________________________________
903 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
904         Log: Give a simple example of writing PerlIO::Via handlers
905              in Perl.
906      Branch: perl
907            ! ext/PerlIO/Via/Via.pm
908 ____________________________________________________________________________
909 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
910         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
911      Branch: perl
912            + lib/Pod/t/latex.t
913            ! MANIFEST
914 ____________________________________________________________________________
915 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
916         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
917              From: Tim Jenness <t.jenness@jach.hawaii.edu>
918              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
919              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
920      Branch: perl
921            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
922 ____________________________________________________________________________
923 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
924         Log: Spread d_procselfexe to far-off lands (undefined).
925      Branch: perl
926            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
927            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
928            ! vos/config.ga.def vos/config.ga.h win32/config.bc
929            ! win32/config.gc win32/config.vc win32/config.win64
930            ! wince/config.ce
931 ____________________________________________________________________________
932 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
933         Log: Integrate perlio; add detection and use of /proc/self/exe
934              (Linuxism for finding the absolute path of the executable)
935      Branch: perl
936           !> Configure config_h.SH perl.c t/op/magic.t
937 ____________________________________________________________________________
938 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
939         Log: Really define do_report_used() only if DEBUGGING.
940      Branch: perl
941            ! sv.c
942 ____________________________________________________________________________
943 [ 13138] By: nick                                  on 2001/11/20  20:01:05
944         Log: perl.c change to use HAS_PROCSELFEXE, also
945              tweak to $^X test to comprehend full path to real executable
946              being returned (like Cygwin as it happens...)
947      Branch: perlio
948            ! perl.c t/op/magic.t
949 ____________________________________________________________________________
950 [ 13137] By: nick                                  on 2001/11/20  19:46:00
951         Log: Integrate mainline
952      Branch: perlio
953           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
954           +> lib/NEXT/t/unseen.t
955            - lib/NEXT/test.pl
956           !> (integrate 34 files)
957 ____________________________________________________________________________
958 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
959         Log: Subject: [?PATCH] terser pp_eq
960              From: Nicholas Clark <nick@ccl4.org>
961              Date: Mon, 19 Nov 2001 23:09:02 +0000
962              Message-ID: <20011119230901.O62891@plum.flirble.org>
963      Branch: perl
964            ! pp_hot.c
965 ____________________________________________________________________________
966 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
967         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
968      Branch: perl
969            ! pod/perldelta.pod
970 ____________________________________________________________________________
971 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
972         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
973              From: Andy Dougherty <doughera@lafayette.edu>
974              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
975              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
976      Branch: perl
977            ! ext/re/Makefile.PL ext/re/re.xs
978 ____________________________________________________________________________
979 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
980         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
981              From: Andy Dougherty <doughera@lafayette.edu>
982              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
983              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
984      Branch: perl
985            ! ext/re/re.xs
986 ____________________________________________________________________________
987 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
988         Log: Integrate change #13119 from macperl.
989              (No changes since already applied the patch,
990              just keep perforce happy and well-fed.)
991      Branch: perl
992           !> lib/Pod/Html.pm
993 ____________________________________________________________________________
994 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
995         Log: Subject: [PATCH] filter-util.pl for Mac OS
996              From: Chris Nandor <pudge@pobox.com>
997              Date: Tue, 20 Nov 2001 00:16:11 -0500
998              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
999      Branch: perl
1000            ! t/lib/filter-util.pl
1001 ____________________________________________________________________________
1002 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
1003         Log: Subject: [PATCH] Portability fix for Pod::Html
1004              From: Chris Nandor <pudge@pobox.com>
1005              Date: Tue, 20 Nov 2001 00:01:05 -0500
1006              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
1007      Branch: perl
1008            ! lib/Pod/Html.pm
1009 ____________________________________________________________________________
1010 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
1011         Log: Need to skip more tests if not perlio.
1012      Branch: perl
1013            ! lib/open.t
1014 ____________________________________________________________________________
1015 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
1016         Log: Pass 3 at perldelta - sort the lists of new modules,
1017              module improvements, and new platforms.
1018      Branch: perl
1019            ! pod/perldelta.pod
1020 ____________________________________________________________________________
1021 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
1022         Log: Document ${^OPEN}.
1023      Branch: perl
1024            ! pod/perlvar.pod
1025 ____________________________________________________________________________
1026 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
1027         Log: Make configpm work with extra keys
1028      Branch: maint-5.6/macperl
1029            ! macos/configpm
1030 ____________________________________________________________________________
1031 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
1032         Log: Version and doc updates
1033      Branch: maint-5.6/macperl
1034            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
1035 ____________________________________________________________________________
1036 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
1037         Log: More fixes for error message parsing (bug #470316)
1038      Branch: maint-5.6/macperl
1039            ! macos/macish.c
1040 ____________________________________________________________________________
1041 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
1042         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
1043              remove obsolete function (bug #465225)
1044      Branch: maint-5.6/macperl
1045            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
1046            ! macos/macperl/MPScript.c
1047 ____________________________________________________________________________
1048 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
1049         Log: Add p2as droplet to distribution.
1050      Branch: maint-5.6/macperl
1051            + macos/macperl/Droplets/p2as.plx
1052 ____________________________________________________________________________
1053 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
1054         Log: Bundle File::Sort.
1055      Branch: maint-5.6/macperl
1056            + macos/bundled_lib/blib/lib/File/Sort.pm
1057 ____________________________________________________________________________
1058 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
1059         Log: Various bundled module fixes.
1060      Branch: maint-5.6/macperl
1061            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
1062            ! macos/bundled_ext/Digest/MD5/t/files.t
1063            ! macos/bundled_ext/Filter/t/filter-util.pl
1064            ! macos/bundled_lib/blib/lib/Net/Config.pm
1065            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
1066 ____________________________________________________________________________
1067 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
1068         Log: Portability fix for Pod::Html.
1069      Branch: maint-5.6/macperl
1070            ! lib/Pod/Html.pm
1071 ____________________________________________________________________________
1072 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
1073         Log: Upgrade to Text::Balanced 1.89.
1074      Branch: perl
1075            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
1076            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
1077            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
1078            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
1079            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
1080            ! lib/Text/Balanced/t/gentag.t
1081 ____________________________________________________________________________
1082 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
1083         Log: Upgrade to NEXT 0.50.
1084      Branch: perl
1085            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
1086            + lib/NEXT/t/unseen.t
1087            - lib/NEXT/test.pl
1088            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
1089 ____________________________________________________________________________
1090 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
1091         Log: Integrate with maint-5.6/perl.
1092      Branch: maint-5.6/macperl
1093           !> win32/win32.c
1094 ____________________________________________________________________________
1095 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
1096         Log: Update the README.threads scary header a bit.
1097      Branch: perl
1098            ! README.threads
1099 ____________________________________________________________________________
1100 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
1101         Log: Pass 2 at perldelta: add some changes since 5.7.2.
1102      Branch: perl
1103            ! pod/perldelta.pod
1104 ____________________________________________________________________________
1105 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
1106         Log: Subject: [DOC PATCH] perlfaq4.pod 
1107              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1108              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
1109              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
1110      Branch: perl
1111            ! pod/perlfaq4.pod
1112 ____________________________________________________________________________
1113 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
1114         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
1115              From: Michael G Schwern <schwern@pobox.com> 
1116              Date: Mon, 19 Nov 2001 19:53:12 -0500
1117              Message-ID: <20011119195311.I11883@blackrider>
1118      Branch: perl
1119            ! perl.c
1120 ____________________________________________________________________________
1121 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
1122         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
1123              From: PPrymmer@factset.com
1124              Date: Mon, 19 Nov 2001 17:08:59 -0500
1125              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
1126      Branch: perl
1127            ! vms/descrip_mms.template
1128 ____________________________________________________________________________
1129 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
1130         Log: Create a per-interpeter debug scratchpad container
1131              and use that for the regexec debugging.
1132      Branch: perl
1133            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
1134 ____________________________________________________________________________
1135 [ 13109] By: nick                                  on 2001/11/19  22:01:45
1136         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
1137              Configure unit detects the feature).
1138      Branch: metaconfig/U/perl
1139            + procselfexe.U
1140      Branch: perlio
1141            ! Configure config_h.SH
1142 ____________________________________________________________________________
1143 [ 13108] By: nick                                  on 2001/11/19  20:39:17
1144         Log: Integrate mainline
1145      Branch: perlio
1146           +> t/op/or.t
1147           !> (integrate 44 files)
1148 ____________________________________________________________________________
1149 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
1150         Log: sysseek tweak.
1151      Branch: perl
1152            ! pod/perlfunc.pod
1153 ____________________________________________________________________________
1154 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
1155         Log: Move the sysio tests from io/utf8 to lib/open.
1156      Branch: perl
1157            ! lib/open.t t/io/utf8.t
1158 ____________________________________________________________________________
1159 [ 13105] By: nick                                  on 2001/11/19  20:15:39
1160         Log: Add a .package and a README to //depot/metaconfig
1161      Branch: metaconfig
1162            + .package README
1163 ____________________________________________________________________________
1164 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
1165         Log: Thou shalt not mix stdio and sysio.
1166      Branch: perl
1167            ! t/io/utf8.t
1168 ____________________________________________________________________________
1169 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
1170         Log: Update Changes.
1171      Branch: perl
1172            ! Changes patchlevel.h
1173 ____________________________________________________________________________
1174 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
1175         Log: The runops_debug needs to be present always, otherwise
1176              places like AIX which need an explicit symbol export list
1177              will croak when trying to build Devel::Peek (which uses
1178              the runops_debug).
1179      Branch: perl
1180            ! makedef.pl
1181 ____________________________________________________________________________
1182 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
1183         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
1184              From: PPrymmer@factset.com 
1185              Date: Mon, 19 Nov 2001 11:34:22 -0500
1186              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
1187      Branch: perl
1188            ! lib/Memoize/t/tie_sdbm.t
1189 ____________________________________________________________________________
1190 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
1191         Log: Retract #13088: it seems that unless dump.c is extensively
1192              reorganized as to what symbols it shows, when, and to whom,
1193              we are stuck with having the dump.o symbols in the libperl
1194              and thusly in the main Perl binary.
1195      Branch: perl
1196            ! embedvar.h perlapi.h perlvars.h
1197 ____________________________________________________________________________
1198 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
1199         Log: The _uni_display should not be in dump.c since they
1200              are used under normal operation (S_not_a_number()).
1201      Branch: perl
1202            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
1203 ____________________________________________________________________________
1204 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
1205         Log: Protect sv_dump() from being included unless DEBUGGING,
1206              as noticed by Ilya.
1207      Branch: perl
1208            ! sv.c
1209 ____________________________________________________________________________
1210 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
1211         Log: Pending further investigation skip the tell() tests.
1212              The tell() is okay on Solaris, HP-UX and Tru64, but fails
1213              (by returning too much) in Linux.
1214      Branch: perl
1215            ! t/io/utf8.t
1216 ____________________________________________________________________________
1217 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
1218         Log: Retract #13082 until a better solution is found:
1219              statics break ithreads.
1220      Branch: perl
1221            ! regexec.c
1222 ____________________________________________________________________________
1223 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
1224         Log: Figures 1 and 2 for UTF-8.
1225      Branch: perl
1226            ! pod/perlunicode.pod
1227 ____________________________________________________________________________
1228 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
1229         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
1230              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1231              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
1232              Message-ID: <20011119132645.A15034@rafael>
1233      Branch: perl
1234            ! op.c pod/perldiag.pod t/lib/warnings/op
1235 ____________________________________________________________________________
1236 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
1237         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
1238              From: Michael G Schwern <schwern@pobox.com> 
1239              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
1240              Message-ID: <20011119031112.E786@blackrider>
1241      Branch: perl
1242            ! t/op/closure.t
1243 ____________________________________________________________________________
1244 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
1245         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
1246              From: Michael G Schwern <schwern@pobox.com>
1247              Date: Mon, 19 Nov 2001 03:42:56 -0500
1248              Message-ID: <20011119034256.I786@blackrider>
1249      Branch: perl
1250            + t/op/or.t
1251            ! MANIFEST
1252 ____________________________________________________________________________
1253 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
1254         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
1255              From: "Craig A. Berry" <craigberry@mac.com>
1256              Date: Sun, 18 Nov 2001 14:33:48 -0600
1257              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
1258      Branch: perl
1259            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
1260 ____________________________________________________________________________
1261 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
1262         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
1263              From: Dave Rolsky <autarch@urth.org>
1264              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
1265              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
1266      Branch: perl
1267            ! lib/ExtUtils/Manifest.pm
1268 ____________________________________________________________________________
1269 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
1270         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
1271              From: Dave Rolsky <autarch@urth.org>
1272              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
1273              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
1274      Branch: perl
1275            ! lib/ExtUtils/Install.pm
1276 ____________________________________________________________________________
1277 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
1278         Log: The runops_dbg should not be needed.
1279      Branch: perl
1280            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
1281 ____________________________________________________________________________
1282 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
1283         Log: do_spawn() cleanup from Charles Lane.
1284      Branch: perl
1285            ! vms/vms.c
1286 ____________________________________________________________________________
1287 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
1288         Log: Update the list of tests.
1289      Branch: perl
1290            ! t/lib/1_compile.t
1291 ____________________________________________________________________________
1292 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
1293         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
1294              From: Michael G Schwern <schwern@pobox.com> 
1295              Date: Fri, 16 Nov 2001 17:37:04 -0500
1296              Message-ID: <20011116173703.L30160@blackrider>
1297      Branch: perl
1298            ! t/lib/warnings/sv
1299 ____________________________________________________________________________
1300 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
1301         Log: FAQ sync.
1302      Branch: perl
1303            ! pod/perlfaq4.pod
1304 ____________________________________________________________________________
1305 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
1306         Log: Integrate perlio; win32 sync.
1307      Branch: perl
1308           !> perlio.c win32/win32io.c
1309 ____________________________________________________________________________
1310 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
1311         Log: (retracted by #13096)
1312              Debugging would be badly skewed by a malloc per regex dump.
1313      Branch: perl
1314            ! regexec.c
1315 ____________________________________________________________________________
1316 [ 13081] By: nick                                  on 2001/11/18  19:08:40
1317         Log: Win32 layer has a dup which needs to match new prototype.
1318      Branch: perlio
1319            ! win32/win32io.c
1320 ____________________________________________________________________________
1321 [ 13080] By: nick                                  on 2001/11/18  19:05:02
1322         Log: Wrong way to get stdio mode used.
1323      Branch: perlio
1324            ! perlio.c
1325 ____________________________________________________________________________
1326 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
1327         Log: Retract #13048: that introduced a malloc() (through savepvn())
1328              to *every* m//, which killed the performance quite badly.
1329      Branch: perl
1330            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
1331 ____________________________________________________________________________
1332 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
1333         Log: Pass 1 at perldelta.pod: sort the section contents
1334              together, drop all but the 5.7.2 known problems,
1335              leave the 5.7.1 security note since that's the
1336              fullest explanation (update the date on that).
1337      Branch: perl
1338            ! pod/perldelta.pod
1339 ____________________________________________________________________________
1340 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
1341         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
1342              
1343              Tiny problem in the test for 20011113.110: I hope
1344              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
1345      Branch: perl
1346            ! pp.c t/op/repeat.t
1347 ____________________________________________________________________________
1348 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
1349         Log: All of syswrite/send/sendto need to return character counts,
1350              and character counts from the offset, not the beginning of
1351              the scalar.
1352      Branch: perl
1353            ! pp_sys.c
1354 ____________________________________________________________________________
1355 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
1356         Log: Integrate PerlIO: duping fixes.
1357      Branch: perl
1358           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1359           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
1360           !> perliol.h sv.c
1361 ____________________________________________________________________________
1362 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
1363         Log: syswrite() was still returning byte counts, not character counts.
1364      Branch: perl
1365            ! pp_sys.c t/io/utf8.t
1366 ____________________________________________________________________________
1367 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
1368         Log: Add test for sysread().
1369      Branch: perl
1370            ! t/io/utf8.t
1371 ____________________________________________________________________________
1372 [ 13072] By: nick                                  on 2001/11/18  16:15:31
1373         Log: Allow dup'ing of PerlIO::Scalar etc.
1374      Branch: perlio
1375            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1376            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
1377            ! perliol.h sv.c
1378 ____________________________________________________________________________
1379 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
1380         Log: Prepend a null byte to the test set.
1381      Branch: perl
1382            ! t/io/utf8.t
1383 ____________________________________________________________________________
1384 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
1385         Log: Document how "no utf8;" can become handy.
1386      Branch: perl
1387            ! lib/utf8.pm
1388 ____________________________________________________________________________
1389 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
1390         Log: Integrate perlio; force the inclusion of the PL_runops_*
1391      Branch: perl
1392           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
1393 ____________________________________________________________________________
1394 [ 13068] By: nick                                  on 2001/11/18  13:23:33
1395         Log: embed.pl generated changes I forgot to include
1396      Branch: perlio
1397            ! embedvar.h perlapi.h pod/perlapi.pod
1398 ____________________________________________________________________________
1399 [ 13067] By: nick                                  on 2001/11/18  12:50:19
1400         Log: Force inclusion of both Perl_runops_* in perl itself,
1401              so they are available for Peek.xs etc.
1402      Branch: perlio
1403            ! perlvars.h
1404 ____________________________________________________________________________
1405 [ 13066] By: nick                                  on 2001/11/18  11:00:34
1406         Log: Integrate mainline - a few Devel::Peak fails.
1407      Branch: perlio
1408           +> (branch 29 files)
1409            - ext/Thread/Thread.pm lib/Benchmark.t
1410            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
1411            - lib/Lingua/KO/Hangul/Util/README
1412            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
1413            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
1414            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
1415            - vms/ext/vmsish.pm vms/ext/vmsish.t
1416            ! hv.c
1417           !> (integrate 389 files)
1418 ____________________________________________________________________________
1419 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
1420         Log: Start working on perldelta.  This is not yet any sort of
1421              editing; just concatenating perl570delta, perl571delta,
1422              and perl572delta.  Any sorting not done, any duplicate
1423              removal not done, any removal or update of obsolete items
1424              not done, any changes since 5.7.2 not included.  So there.
1425      Branch: perl
1426            ! pod/perldelta.pod
1427 ____________________________________________________________________________
1428 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
1429         Log: Banish "use utf8".
1430      Branch: perl
1431            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
1432 ____________________________________________________________________________
1433 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
1434         Log: Tweak from Charles Lane.
1435      Branch: perl
1436            ! vms/vms.c
1437 ____________________________________________________________________________
1438 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
1439         Log: Integrate change #13058 from maintperl;
1440              change#12559 breaks things on Win9x because command.com doesn't
1441              grok dquotes at all; disable all the system() smarts for
1442              command.com
1443      Branch: perl
1444           !> win32/win32.c
1445 ____________________________________________________________________________
1446 [ 13061] By: ams                                   on 2001/11/17  13:46:11
1447         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
1448              From: Jonathan Stowe <gellyfish@gellyfish.com>
1449              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
1450              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
1451      Branch: perl
1452            ! lib/Term/Cap.pm
1453 ____________________________________________________________________________
1454 [ 13060] By: ams                                   on 2001/11/17  09:49:10
1455         Log: Subject: [PATCH9 File/Find.pm doc nits
1456              From: Tels <perl_dummy@bloodgate.com>
1457              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
1458      Branch: perl
1459            ! lib/File/Find.pm
1460 ____________________________________________________________________________
1461 [ 13059] By: ams                                   on 2001/11/17  09:38:38
1462         Log: Subject: [PATCH] Benchmark.pm nit
1463              From: Tels <perl_dummy@bloodgate.com>
1464              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
1465      Branch: perl
1466            ! lib/Benchmark.pm
1467 ____________________________________________________________________________
1468 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
1469         Log: change#12559 breaks things on Win9x because command.com doesn't
1470              grok dquotes at all; disable all the system() smarts for
1471              command.com
1472      Branch: maint-5.6/perl
1473            ! win32/win32.c
1474 ____________________________________________________________________________
1475 [ 13057] By: ams                                   on 2001/11/16  20:30:03
1476         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
1477              From: Andy Dougherty <doughera@lafayette.edu>
1478              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
1479              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
1480      Branch: perl
1481            ! lib/Unicode/UCD.t
1482 ____________________________________________________________________________
1483 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
1484         Log: Subject: [Patch Perl@13023] VMS system() warning
1485              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1486              Date: Fri, 16 Nov 2001 15:20:11 EST
1487              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
1488      Branch: perl
1489            ! vms/vms.c
1490 ____________________________________________________________________________
1491 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
1492         Log: It's neither-nor, and protect against the impossible.
1493      Branch: perl
1494            ! lib/Thread.pm
1495 ____________________________________________________________________________
1496 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
1497         Log: 5005threads didn't work because $Thread::VERSION wasn't
1498              visible.  Oops.
1499      Branch: perl
1500            ! ext/Thread/Makefile.PL lib/Thread.pm
1501 ____________________________________________________________________________
1502 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
1503         Log: Robustness against Linux using something else than gcc;
1504              based on
1505              
1506              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
1507              From: Charles Randall <cfriv@yahoo.com>
1508              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
1509              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
1510      Branch: perl
1511            ! ext/Errno/Errno_pm.PL
1512 ____________________________________________________________________________
1513 [ 13052] By: ams                                   on 2001/11/16  16:46:39
1514         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
1515              From: Russ Allbery <rra@stanford.edu>
1516              Date: 16 Nov 2001 09:44:21 -0800
1517              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
1518      Branch: perl
1519            ! lib/Pod/ParseLink.pm
1520 ____________________________________________________________________________
1521 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
1522         Log: Update perluniintro on the UTF-8 output matters
1523              (that -w will warn unless the stream is explicitly UTF-8-ified).
1524      Branch: perl
1525            ! pod/perluniintro.pod
1526 ____________________________________________________________________________
1527 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
1528         Log: Adding new files to MANIFEST is nice.
1529      Branch: perl
1530            ! MANIFEST
1531 ____________________________________________________________________________
1532 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
1533         Log: Update Changes.
1534      Branch: perl
1535            ! Changes patchlevel.h
1536 ____________________________________________________________________________
1537 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
1538         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
1539              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
1540              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
1541              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
1542      Branch: perl
1543            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
1544 ____________________________________________________________________________
1545 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
1546         Log: Rename perlunintro to perluniintro; regen toc.
1547      Branch: perl
1548            + pod/perluniintro.pod
1549            - pod/perlunintro.pod
1550            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1551 ____________________________________________________________________________
1552 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
1553         Log: Document the negated lookeahead trick to emulate
1554              character class subtraction.
1555      Branch: perl
1556            ! pod/perlunicode.pod
1557 ____________________________________________________________________________
1558 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
1559         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
1560              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1561              Date: Fri, 16 Nov 2001 23:31:04 +0900
1562              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
1563              
1564              (with the tweak that Cntrl is not C, it's Cc)
1565      Branch: perl
1566            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
1567            ! lib/unicore/mktables
1568 ____________________________________________________________________________
1569 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
1570         Log: Subject: [PATCH current] runtime runops switch
1571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1572              Date: Fri, 16 Nov 2001 00:48:09 -0500
1573              Message-ID: <20011116004809.A934@math.ohio-state.edu>
1574      Branch: perl
1575            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
1576            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
1577            ! pod/perlintern.pod proto.h run.c
1578 ____________________________________________________________________________
1579 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
1580         Log: Further discourage old Thread code; tell how to tell
1581              the difference.
1582      Branch: perl
1583            ! lib/Thread.pm
1584 ____________________________________________________________________________
1585 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
1586         Log: A missing return; from Charles Lane.
1587      Branch: perl
1588            ! vms/vms.c
1589 ____________________________________________________________________________
1590 [ 13041] By: ams                                   on 2001/11/16  12:11:14
1591         Log: Subject: [PATCH] Doc spellcheck + podcheck
1592              From: Autrijus Tang <autrijus@egb.elixus.org>
1593              Date: Thu, 15 Nov 2001 22:49:05 -0800
1594              Message-Id: <20011116064905.GA44092@egb.elixus.org>
1595              
1596              Subject: [PATCH] podcheck+spellcheck, the rest of the story
1597              From: Autrijus Tang <autrijus@egb.elixus.org>
1598              Date: Fri, 16 Nov 2001 00:42:20 -0800
1599              Message-Id: <20011116084220.GA44295@egb.elixus.org>
1600              
1601              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
1602              From: Nicholas Clark <nick@ccl4.org>
1603              Date: Fri, 16 Nov 2001 10:32:01 +0000
1604              Message-Id: <20011116103200.F62891@plum.flirble.org>
1605              (Applied after suitable de-mangling.)
1606      Branch: perl
1607            ! README.aix README.dgux README.dos README.epoc README.hpux
1608            ! README.mint README.mpeix README.netware README.os2
1609            ! README.os390 README.plan9 README.qnx README.solaris
1610            ! README.threads doio.c pod/perl571delta.pod
1611            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
1612            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
1613            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
1614            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
1615            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
1616            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
1617 ____________________________________________________________________________
1618 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
1619         Log: Avoid redefinedness warning for now.
1620      Branch: perl
1621            ! lib/Thread.pm
1622 ____________________________________________________________________________
1623 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
1624         Log: use strict.
1625      Branch: perl
1626            ! lib/Thread.pm
1627 ____________________________________________________________________________
1628 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
1629         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
1630              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
1631              Date: Thu, 15 Nov 2001 22:54:47 EST 
1632              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
1633      Branch: perl
1634            ! vms/vms.c vms/vmspipe.com
1635 ____________________________________________________________________________
1636 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
1637         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
1638              From: "chromatic" <chromatic@rmci.net>
1639              Date: Thu, 15 Nov 2001 19:54:23 -0700
1640              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
1641      Branch: perl
1642            ! lib/File/stat.t
1643 ____________________________________________________________________________
1644 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
1645         Log: Make Thread a wrapper for both ithreads and 5005threads.
1646              Needs a lot of work and Arthur's eyeballing (and finishing
1647              few missing odds and ends of threads.pm).  Now Thread
1648              is an extension without its own .pm.
1649              
1650              If there are people who have experience working with
1651              either the 5005threads or the ithreads: cleaning up
1652              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
1653              and porting the various Thread::* modules, like Thread::Queue,
1654              to work also with ithreads, is needed.
1655              
1656              Removed the 5005threads requirement from the 5005 tests
1657              for easier testing (not all of them work yet since
1658              they use the Thread::* modules that have not been made
1659              to work with ithreads).  Leave the 5005 tests named as
1660              *.tx so that they are not run by "make test".
1661      Branch: perl
1662            + lib/Thread.pm
1663            - ext/Thread/Thread.pm
1664            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
1665            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
1666            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
1667            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
1668            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
1669            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
1670            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
1671 ____________________________________________________________________________
1672 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
1673         Log: $VERSION "a5" doesn't quite work.
1674      Branch: perl
1675            ! ext/B/Makefile.PL
1676 ____________________________________________________________________________
1677 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
1678         Log: Add the fruits of Larry Shatzer's version verifying script.
1679              (There are some straddlers, but they will be fixed in the
1680              upcoming releases of the modules.)
1681      Branch: perl
1682            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
1683            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
1684            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
1685            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
1686            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
1687            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
1688            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
1689            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
1690            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
1691            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
1692            ! wince/FindExt.pm
1693 ____________________________________________________________________________
1694 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
1695         Log: Add Larry Shatzer's VERSION verifying script.
1696      Branch: perl
1697            + Porting/checkVERSION.pl
1698            ! MANIFEST Porting/pumpkin.pod
1699 ____________________________________________________________________________
1700 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
1701         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
1702              From: Michael G Schwern <schwern@pobox.com>
1703              Date: Thu, 15 Nov 2001 19:26:40 -0500
1704              Message-ID: <20011115192640.R31399@blackrider>
1705      Branch: perl
1706            ! t/test.pl
1707 ____________________________________________________________________________
1708 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
1709         Log: Document the MY_CXT business; from Paul Marquess.
1710      Branch: perl
1711            ! pod/perlxs.pod
1712 ____________________________________________________________________________
1713 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
1714         Log: VMSCMD synch attempt.
1715      Branch: perl
1716            ! vms/vms.c vms/vmsish.h
1717 ____________________________________________________________________________
1718 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
1719         Log: Advise against -P as instructed by Schwern.
1720      Branch: perl
1721            ! pod/perlrun.pod
1722 ____________________________________________________________________________
1723 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
1724         Log: Subject: [PATCH] v-strings as Objects Step 1
1725              From: John Peacock <jpeacock@rowman.com>
1726              Date: Thu, 15 Nov 2001 12:41:04 -0500
1727              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
1728      Branch: perl
1729            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
1730            ! util.c
1731 ____________________________________________________________________________
1732 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
1733         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
1734              From: Michael G Schwern <schwern@pobox.com>
1735              Date: Thu, 15 Nov 2001 12:47:59 -0500
1736              Message-ID: <20011115124759.E31399@blackrider>
1737      Branch: perl
1738            + t/run/switchx.aux t/run/switchx.t
1739            ! MANIFEST t/run/switches.t
1740 ____________________________________________________________________________
1741 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
1742         Log: Upgrade to Getopt::Long 2.26_03.
1743      Branch: perl
1744            ! lib/Getopt/Long.pm
1745 ____________________________________________________________________________
1746 [ 13025] By: ams                                   on 2001/11/15  20:46:22
1747         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
1748              From: Michael G Schwern <schwern@pobox.com>
1749              Date: Thu, 15 Nov 2001 16:24:11 -0500
1750              Message-Id: <20011115162411.M31399@blackrider>
1751      Branch: perl
1752            ! vms/vms.c
1753 ____________________________________________________________________________
1754 [ 13024] By: ams                                   on 2001/11/15  19:32:06
1755         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
1756              From: rspier@pobox.com (Robert Spier)
1757              Date: Thu, 15 Nov 2001 11:19:21 -0800
1758              Message-Id: <15348.5433.732364.963687@rls.cx>
1759      Branch: perl
1760            ! op.c
1761 ____________________________________________________________________________
1762 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
1763         Log: Update Changes.
1764      Branch: perl
1765            ! Changes patchlevel.h
1766 ____________________________________________________________________________
1767 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
1768         Log: Subject: [PATCH] new tests for command-line switches
1769              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1770              Date: Thu, 15 Nov 2001 17:00:30 +0100
1771              Message-ID: <20011115170030.A14193@rafael>
1772      Branch: perl
1773            + t/run/switches.t
1774            ! MANIFEST
1775 ____________________________________________________________________________
1776 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
1777         Log: Upgrade to podlators 1.13.
1778      Branch: perl
1779            + lib/Pod/ParseLink.pm
1780            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
1781            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
1782            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
1783            ! t/pod/pod2usage.xr t/pod/podselect.xr
1784 ____________________________________________________________________________
1785 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
1786         Log: skip "might be used uninitialized".
1787      Branch: perl
1788            ! pp_sys.c
1789 ____________________________________________________________________________
1790 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
1791         Log: Fix for "perlio bug in koi8-r encoding".  The problem
1792              seemed to be that binmode() always flushed the handle,
1793              which is not so good when switching encodings.  Fixed,
1794              added Matt Sergeant's testcase, documented in perlfunc/binmode,
1795              also added a pointer about disciplines to perlfunc/open,
1796              and in general cleaned up and reformatted the open entry.
1797      Branch: perl
1798            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
1799 ____________________________________________________________________________
1800 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
1801         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
1802              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1803              Date: 15 Nov 2001 08:57:06 -0000
1804              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
1805              
1806              chop() and chomp() are not real list functions,
1807              so let's not have them overrideable.  (Casey will
1808              be confused since in #7071 he patched the other way.)
1809      Branch: perl
1810            ! pod/perlfunc.pod toke.c
1811 ____________________________________________________________________________
1812 [ 13017] By: ams                                   on 2001/11/15  12:56:49
1813         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
1814              From: Robin Barker <rmb1@cise.npl.co.uk>
1815              Date: Thu, 15 Nov 2001 13:48:34 GMT
1816              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
1817              (Applied with tweaks.)
1818      Branch: perl
1819            ! pod/perltrap.pod
1820 ____________________________________________________________________________
1821 [ 13016] By: ams                                   on 2001/11/15  09:12:48
1822         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
1823              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1824              Date: Thu, 15 Nov 2001 09:06:39 +0100
1825              Message-Id: <20011115090639.A13005@rafael>
1826      Branch: perl
1827            ! pod/perlrun.pod
1828 ____________________________________________________________________________
1829 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
1830         Log: "link =" from utils.lst was being processed oddly.
1831      Branch: perl
1832            ! installman
1833 ____________________________________________________________________________
1834 [ 13014] By: ams                                   on 2001/11/15  02:52:52
1835         Log: Subject: [PATCH current] CreateTTY in -d
1836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1837              Date: Wed, 14 Nov 2001 21:26:31 -0500
1838              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
1839      Branch: perl
1840            ! lib/perl5db.pl
1841 ____________________________________________________________________________
1842 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
1843         Log: Corify the Filter::Simple tests. 
1844      Branch: perl
1845            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
1846            ! lib/Filter/Simple/t/filter_only.t
1847 ____________________________________________________________________________
1848 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
1849         Log: Upgrade to Filter::Simple 0.70.
1850      Branch: perl
1851            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
1852            + t/lib/FilterOnlyTest.pm
1853            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
1854            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
1855            ! t/lib/FilterTest.pm
1856 ____________________________________________________________________________
1857 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
1858         Log: Cleanliness inspired by Cygwin.
1859      Branch: perl
1860            ! Makefile.SH x2p/Makefile.SH
1861 ____________________________________________________________________________
1862 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
1863         Log: Add perlunintro (formerly known as perlunitut); regen toc.
1864      Branch: perl
1865            + pod/perlunintro.pod
1866            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1867 ____________________________________________________________________________
1868 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
1869         Log: FAQ sync.
1870      Branch: perl
1871            ! pod/perlfaq6.pod
1872 ____________________________________________________________________________
1873 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
1874         Log: Quieten pgcc 2.91.66 worries.
1875      Branch: perl
1876            ! gv.c pp_ctl.c utf8.c
1877 ____________________________________________________________________________
1878 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
1879         Log: Upgrade to Switch 2.06.
1880      Branch: perl
1881            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
1882            ! lib/Switch/t/nested.t
1883 ____________________________________________________________________________
1884 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
1885         Log: Upgrade to Attribute::Handlers 0.76.
1886      Branch: perl
1887            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
1888            ! lib/Attribute/Handlers/README
1889            ! lib/Attribute/Handlers/demo/Demo.pm
1890            ! lib/Attribute/Handlers/demo/Descriptions.pm
1891            ! lib/Attribute/Handlers/demo/MyClass.pm
1892            ! lib/Attribute/Handlers/demo/demo_cycle.pl
1893            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
1894            ! lib/Attribute/Handlers/t/multi.t
1895 ____________________________________________________________________________
1896 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
1897         Log: Signedness nit.
1898      Branch: perl
1899            ! regexec.c
1900 ____________________________________________________________________________
1901 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
1902         Log: VERSIONize.
1903      Branch: perl
1904            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
1905            ! lib/integer.pm
1906 ____________________________________________________________________________
1907 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
1908         Log: No pod in internal Net::FTP classes.
1909      Branch: perl
1910            ! pod/buildtoc.PL
1911 ____________________________________________________________________________
1912 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
1913         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
1914              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
1915              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
1916              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
1917      Branch: perl
1918            ! regexec.c
1919 ____________________________________________________________________________
1920 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
1921         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
1922              Pudge correctly).
1923      Branch: perl
1924            ! t/test.pl
1925 ____________________________________________________________________________
1926 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
1927         Log: Add comments to mark where $^X is being handled.
1928      Branch: perl
1929            ! perl.c toke.c
1930 ____________________________________________________________________________
1931 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
1932         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
1933              From: Michael G Schwern <schwern@pobox.com>
1934              Date: Wed, 14 Nov 2001 16:38:25 -0500
1935              Message-ID: <20011114163825.D6519@blackrider>
1936      Branch: perl
1937            ! t/op/repeat.t
1938 ____________________________________________________________________________
1939 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
1940         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
1941              From: Michael G Schwern <schwern@pobox.com>
1942              Date: Wed, 14 Nov 2001 13:19:15 -0500
1943              Message-ID: <20011114131915.K5096@blackrider>
1944      Branch: perl
1945            ! t/op/die_exit.t
1946 ____________________________________________________________________________
1947 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
1948         Log: Subject: Re: [PATCH] new version of runperl()
1949              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1950              Date: Wed, 14 Nov 2001 15:39:12 EST
1951              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
1952              
1953              "VMS $^X pipes etc" patch.
1954      Branch: perl
1955            ! vms/vms.c
1956 ____________________________________________________________________________
1957 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
1958         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
1959              and add "verbose" option to show the final command.
1960      Branch: perl
1961            ! t/test.pl
1962 ____________________________________________________________________________
1963 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
1964         Log: Goof in some of the comment fields of #12994.
1965      Branch: perl
1966            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
1967            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
1968            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
1969            ! lib/unicore/In/9.pl
1970 ____________________________________________________________________________
1971 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
1972         Log: The First, Last ranges in the Unicode data weren't
1973              getting their general categories added properly;
1974              noticed by Jeffrey Friedl.
1975      Branch: perl
1976            ! lib/unicore/Category.pl lib/unicore/In/0.pl
1977            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
1978            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
1979            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
1980            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
1981            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
1982            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
1983            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
1984            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
1985            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
1986            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
1987            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
1988            ! lib/unicore/mktables
1989 ____________________________________________________________________________
1990 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
1991         Log: Subject: [PATCH] new version of runperl()
1992              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1993              Date: Wed, 14 Nov 2001 12:23:01 +0100
1994              Message-ID: <20011114122301.A29384@rafael>
1995      Branch: perl
1996            ! t/io/argv.t t/test.pl
1997 ____________________________________________________________________________
1998 [ 12992] By: ams                                   on 2001/11/14  13:40:39
1999         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
2000              From: Michael G Schwern <schwern@pobox.com>
2001              Date: Tue, 13 Nov 2001 23:17:54 -0500
2002              Message-Id: <20011113231754.S32567@blackrider>
2003      Branch: perl
2004            ! perl.c
2005 ____________________________________________________________________________
2006 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
2007         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
2008              From: Philip Newton <Philip.Newton@gmx.net>
2009              Date: Wed, 14 Nov 2001 10:59:53 +0100
2010              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
2011              
2012              plus a lot of paragraph reformatting because of long lines.
2013      Branch: perl
2014            ! pod/perlapio.pod
2015 ____________________________________________________________________________
2016 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
2017         Log: A bool is not a pointer.
2018      Branch: perl
2019            ! pp_sys.c
2020 ____________________________________________________________________________
2021 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
2022         Log: AUTHORS updates.
2023      Branch: perl
2024            ! AUTHORS
2025 ____________________________________________________________________________
2026 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
2027         Log: There are several MIME RFCs.
2028      Branch: perl
2029            ! ext/Encode/Encode.pm
2030 ____________________________________________________________________________
2031 [ 12987] By: ams                                   on 2001/11/14  01:09:28
2032         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
2033              From: Michael G Schwern <schwern@pobox.com>
2034              Date: Tue, 13 Nov 2001 20:59:13 -0500
2035              Message-Id: <20011113205913.H32567@blackrider>
2036      Branch: perl
2037            ! t/op/groups.t vms/test.com
2038 ____________________________________________________________________________
2039 [ 12986] By: ams                                   on 2001/11/14  01:07:06
2040         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
2041              From: Michael G Schwern <schwern@pobox.com>
2042              Date: Tue, 13 Nov 2001 20:51:34 -0500
2043              Message-Id: <20011113205134.F32567@blackrider>
2044      Branch: perl
2045            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
2046 ____________________________________________________________________________
2047 [ 12985] By: ams                                   on 2001/11/14  00:43:59
2048         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
2049              From: Michael G Schwern <schwern@pobox.com>
2050              Date: Tue, 13 Nov 2001 20:38:42 -0500
2051              Message-Id: <20011113203842.E32567@blackrider>
2052      Branch: perl
2053            ! pod/perlport.pod
2054 ____________________________________________________________________________
2055 [ 12984] By: ams                                   on 2001/11/14  00:32:15
2056         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
2057              From: Michael G Schwern <schwern@pobox.com>
2058              Date: Tue, 13 Nov 2001 20:27:02 -0500
2059              Message-Id: <20011113202702.D32567@blackrider>
2060      Branch: perl
2061            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
2062            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
2063            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
2064            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
2065 ____________________________________________________________________________
2066 [ 12983] By: ams                                   on 2001/11/14  00:00:27
2067         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
2068              From: Michael G Schwern <schwern@pobox.com>
2069              Date: Tue, 13 Nov 2001 19:51:59 -0500
2070              Message-Id: <20011113195159.B32567@blackrider>
2071      Branch: perl
2072            ! pod/perlport.pod
2073 ____________________________________________________________________________
2074 [ 12982] By: ams                                   on 2001/11/13  23:53:11
2075         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
2076              From: Larry Shatzer <fugazi@zippy.zyx.net>
2077              Date: Tue, 13 Nov 2001 17:27:59 -0700
2078              Message-Id: <20011113172759.E27768@zippy.zyx.net>
2079      Branch: perl
2080            ! pod/perlapio.pod
2081 ____________________________________________________________________________
2082 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
2083         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
2084              "large enough" Unicode characters returned more than one
2085              as their "Unicode size".
2086      Branch: perl
2087            ! pp_sys.c t/io/utf8.t
2088 ____________________________________________________________________________
2089 [ 12980] By: ams                                   on 2001/11/13  19:32:33
2090         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
2091              From: "Craig A. Berry" <craigberry@mac.com>
2092              Date: Tue, 13 Nov 2001 14:33:25 -0600
2093              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
2094      Branch: perl
2095            ! vms/gen_shrfls.pl
2096 ____________________________________________________________________________
2097 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
2098         Log: Subject: Minor patch to Encode.pm (detypo)
2099              From: "Philip Newton" <Philip.Newton@gmx.net>
2100              Date: Tue, 13 Nov 2001 20:11:01 +0100
2101              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
2102      Branch: perl
2103            ! ext/Encode/Encode.pm
2104 ____________________________________________________________________________
2105 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
2106         Log: Evil tabulators.
2107      Branch: perl
2108            ! ext/Encode/Encode.pm
2109 ____________________________________________________________________________
2110 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
2111         Log: Document the available encodings.
2112      Branch: perl
2113            ! ext/Encode/Encode.pm
2114 ____________________________________________________________________________
2115 [ 12976] By: ams                                   on 2001/11/13  17:14:07
2116         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
2117              From: Barrie Slaymaker <barries@slaysys.com>
2118              Date: Tue, 13 Nov 2001 12:41:36 -0500
2119              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
2120      Branch: perl
2121            ! t/op/universal.t
2122 ____________________________________________________________________________
2123 [ 12975] By: ams                                   on 2001/11/13  16:24:21
2124         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
2125              From: Barrie Slaymaker <barries@slaysys.com>
2126              Date: Tue, 13 Nov 2001 10:56:20 -0500
2127              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
2128              (Test applied with minor tweaks and ->isa("HASH") omission.)
2129      Branch: perl
2130            ! lib/UNIVERSAL.pm t/op/universal.t
2131 ____________________________________________________________________________
2132 [ 12974] By: ams                                   on 2001/11/13  15:46:07
2133         Log: Subject: [PATCH Benchmark.pm] docco tweaks
2134              From: Barrie Slaymaker <barries@slaysys.com>
2135              Date: Tue, 13 Nov 2001 11:34:45 -0500
2136              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
2137      Branch: perl
2138            ! lib/Benchmark.pm
2139 ____________________________________________________________________________
2140 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
2141         Log: Subject: [PATCH] Attack of the C loops, round 1
2142              From: Richard Soderberg <rs@oregonnet.com>
2143              Date: Mon, 12 Nov 2001 12:07:29 -0800
2144              Message-Id: <200111122007.MAA01994@oregonnet.com>
2145              
2146              Subject: [PATCH] bytecode.pl (tiny patch)
2147              From: Richard Soderberg <rs@oregonnet.com>
2148              Date: Mon, 12 Nov 2001 12:53:24 -0800
2149              Message-Id: <200111122053.MAA06272@oregonnet.com>
2150      Branch: perl
2151            ! bytecode.pl installhtml
2152 ____________________________________________________________________________
2153 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
2154         Log: Subject: [PATCH] Update to Filter::Util::Call
2155              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2156              Date: Sun, 11 Nov 2001 22:33:33 -0000
2157              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
2158              
2159              Use the new CXT* macros.
2160      Branch: perl
2161            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2162 ____________________________________________________________________________
2163 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
2164         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
2165              From: Michael G Schwern <schwern@pobox.com>
2166              Date: Mon, 12 Nov 2001 20:50:34 -0500
2167              Message-ID: <20011112205034.H2888@blackrider>
2168      Branch: perl
2169            + lib/vmsish.pm lib/vmsish.t
2170            - vms/ext/vmsish.pm vms/ext/vmsish.t
2171            ! MANIFEST vms/descrip_mms.template
2172 ____________________________________________________________________________
2173 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
2174         Log: :utf8 works only with perlio.
2175      Branch: perl
2176            ! lib/open.t
2177 ____________________________________________________________________________
2178 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
2179         Log: Subject: Re: @Config -"des" not quite working on VMS
2180              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2181              Date: Tue, 13 Nov 2001 08:35:13 EST 
2182              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
2183      Branch: perl
2184            ! configure.com
2185 ____________________________________________________________________________
2186 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
2187         Log: Subject: [PATCH] lib/charnames.pm 
2188              From: Jeffrey Friedl <jfriedl@yahoo.com>
2189              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
2190              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
2191      Branch: perl
2192            ! lib/charnames.pm
2193 ____________________________________________________________________________
2194 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
2195         Log: Docs for Mac::err.
2196      Branch: maint-5.6/macperl
2197            ! macos/ext/Mac/err/err.pm
2198 ____________________________________________________________________________
2199 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
2200         Log: Some cleanup; change some globals to references for
2201              possible persistence later.
2202      Branch: maint-5.6/macperl
2203            ! macos/lib/Mac/Glue.pm
2204 ____________________________________________________________________________
2205 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
2206         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
2207      Branch: maint-5.6/macperl
2208            ! macos/ext/Mac/Files/Files.pm
2209 ____________________________________________________________________________
2210 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
2211         Log: Get Mac::Navigation to compile (bug #464684).
2212      Branch: maint-5.6/macperl
2213            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
2214            ! macos/ext/Mac/Navigation/Makefile.PL
2215            ! macos/ext/Mac/Navigation/Navigation.xs
2216            ! macos/macperl/Makefile.mk
2217 ____________________________________________________________________________
2218 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
2219         Log: Add in modules and POD to help menu.
2220      Branch: maint-5.6/macperl
2221            ! macos/macperl/MacPerl.podhelp
2222 ____________________________________________________________________________
2223 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
2224         Log: Update bundled modules.
2225      Branch: maint-5.6/macperl
2226            + macos/bundled_ext/Filter/t/FilterTest.pm
2227            + macos/bundled_ext/List/Util/t/shuffle.t
2228            + macos/bundled_ext/Storable/t/compat06.t
2229            + macos/bundled_ext/Storable/t/st-dump.pl
2230            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
2231            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
2232            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
2233            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
2234            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
2235            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
2236            + macos/bundled_lib/blib/lib/lwpcook.pod
2237            + macos/bundled_lib/t/Filter/Simple/filter.t
2238            + macos/bundled_lib/t/Switch/t/given.t
2239            + macos/bundled_lib/t/Switch/t/nested.t
2240            + macos/bundled_lib/t/Switch/t/switch.t
2241            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
2242            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
2243            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
2244            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
2245            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
2246            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
2247            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
2248            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
2249            + macos/bundled_lib/t/URI/rfc2732.t
2250            + macos/bundled_lib/t/libnet/config.t
2251            + macos/bundled_lib/t/libnet/libnet_t.pl
2252            + macos/bundled_lib/t/libwww-perl/live/google.t
2253            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
2254            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
2255            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
2256            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
2257            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
2258            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
2259            + macos/bundled_lib/t/libwww-perl/live/validator.t
2260            - macos/bundled_ext/Filter/t/MyFilter.pm
2261            - macos/bundled_ext/Storable/t/compat-0.6.t
2262            - macos/bundled_ext/Storable/t/dump.pl
2263            - macos/bundled_ext/Time/Piece/Makefile.PL
2264            - macos/bundled_ext/Time/Piece/Piece.pm
2265            - macos/bundled_ext/Time/Piece/Piece.t
2266            - macos/bundled_ext/Time/Piece/Piece.xs
2267            - macos/bundled_ext/Time/Piece/README
2268            - macos/bundled_ext/Time/Piece/Seconds.pm
2269            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
2270            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
2271            - macos/bundled_lib/blib/lib/Net/PH.pm
2272            - macos/bundled_lib/blib/lib/Net/SNPP.pm
2273            - macos/bundled_lib/blib/lib/Text/Balanced.pod
2274            - macos/bundled_lib/t/Filter/Simple/test.pl
2275            - macos/bundled_lib/t/Switch/test.pl
2276            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
2277            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
2278            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
2279            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
2280            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
2281            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
2282            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
2283            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
2284            - macos/bundled_lib/t/libnet/ph.t
2285            ! (edit 125 files)
2286 ____________________________________________________________________________
2287 [ 12961] By: ams                                   on 2001/11/13  00:45:08
2288         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
2289              From: Michael G Schwern <schwern@pobox.com>
2290              Date: Mon, 12 Nov 2001 20:16:45 -0500
2291              Message-Id: <20011112201644.G2888@blackrider>
2292      Branch: perl
2293            ! pod/perlport.pod
2294 ____________________________________________________________________________
2295 [ 12960] By: ams                                   on 2001/11/12  23:54:00
2296         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
2297              Recoving dup tests for VMS
2298              From: Michael G Schwern <schwern@pobox.com>
2299              Date: Mon, 12 Nov 2001 19:35:33 -0500
2300              Message-Id: <20011112193533.D2888@blackrider>
2301      Branch: perl
2302            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
2303 ____________________________________________________________________________
2304 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
2305         Log: Update Changes.
2306      Branch: perl
2307            ! Changes patchlevel.h
2308 ____________________________________________________________________________
2309 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
2310         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
2311              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
2312              Date: Mon, 12 Nov 2001 12:35:18 EST 
2313              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
2314      Branch: perl
2315            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
2316            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
2317 ____________________________________________________________________________
2318 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
2319         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
2320              From: Barrie Slaymaker <barries@slaysys.com>
2321              Date: Mon, 12 Nov 2001 11:19:52 -0500
2322              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
2323      Branch: perl
2324            ! lib/File/Spec.t lib/File/Spec/Win32.pm
2325 ____________________________________________________________________________
2326 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
2327         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
2328              From: Barrie Slaymaker <barries@slaysys.com>
2329              Date: Mon, 12 Nov 2001 11:07:36 -0500
2330              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
2331      Branch: perl
2332            ! lib/Benchmark.pm
2333 ____________________________________________________________________________
2334 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
2335         Log: Misplaced test, noticed by Barrie Slaymaker.
2336              (We are missing Benchmark tests, then.)
2337      Branch: perl
2338            + ext/Devel/DProf/DProf.t
2339            - lib/Benchmark.t
2340            ! MANIFEST
2341 ____________________________________________________________________________
2342 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
2343         Log: Subject: [PATCH] a few typo fixes 
2344              From: Jeffrey Friedl <jfriedl@yahoo.com>
2345              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
2346              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
2347              
2348              Patching README.foo instead of pod/perlfoo.pod,
2349              not patching Math::BigInt (Tels will take care of that),
2350              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
2351              and perldoc.PL instead of libnetcfg and perldoc, patching
2352              ext/Digest/MD5/t/files.t since MD5.pm was changed.
2353      Branch: perl
2354            ! (edit 109 files)
2355 ____________________________________________________________________________
2356 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
2357         Log: Add a note about the dangers of bad UTF-8.
2358      Branch: perl
2359            ! pod/perlunicode.pod
2360 ____________________________________________________________________________
2361 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
2362         Log: NetWare Nit from Ananth Kesari.
2363      Branch: perl
2364            ! NetWare/config.wc
2365 ____________________________________________________________________________
2366 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
2367         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
2368      Branch: perl
2369            ! ext/Encode/Encode.pm
2370 ____________________________________________________________________________
2371 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
2372         Log: (retracted by #12951)
2373      Branch: perl
2374            ! ext/Encode/Encode.pm
2375 ____________________________________________________________________________
2376 [ 12949] By: ams                                   on 2001/11/12  06:40:18
2377         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
2378              From: Robert Spier <rspier@pobox.com>
2379              Date: Sun, 11 Nov 2001 18:50:18 -0800
2380              Message-Id: <15343.14570.121505.233336@rls.cx>
2381              
2382              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
2383              From: Rick Delaney <rick.delaney@home.com>
2384              Date: 12 Nov 2001 00:15:52 -0500
2385              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
2386      Branch: perl
2387            ! pp_hot.c t/op/taint.t
2388 ____________________________________________________________________________
2389 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
2390         Log: It seems that we actually have this detail implemented
2391              as for as Level 1 Support of Unicode regex support is
2392              concerned: at Level 1 only 1:1 support for loose
2393              (aka caseless, aka caseigoring ) matching is required.
2394      Branch: perl
2395            ! pod/perlunicode.pod
2396 ____________________________________________________________________________
2397 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
2398         Log: (retracted by #12951)
2399      Branch: perl
2400            ! ext/Encode/Encode.pm
2401 ____________________________________________________________________________
2402 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
2403         Log: BOM, bom, Bom.
2404      Branch: perl
2405            ! pod/perlunicode.pod
2406 ____________________________________________________________________________
2407 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
2408         Log: Upgrade to Math::BigInt 1.46.
2409      Branch: perl
2410            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2411            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
2412            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
2413            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
2414            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2415 ____________________________________________________________________________
2416 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
2417         Log: Subject: Re: PERFORCE change 12943 for review
2418              From: "Philip Newton" <Philip.Newton@gmx.net>
2419              Date: Sun, 11 Nov 2001 20:53:36 +0100
2420              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
2421      Branch: perl
2422            ! pod/perlunicode.pod
2423 ____________________________________________________________________________
2424 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
2425         Log: Doc updates; make the Unicode discussions a little
2426              bit less alarming, and add information about encodings,
2427              surrogates, and BOMs.
2428      Branch: perl
2429            ! pod/perlunicode.pod
2430 ____________________________________________________________________________
2431 [ 12942] By: ams                                   on 2001/11/11  16:45:00
2432         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
2433              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
2434              Date: Mon, 12 Nov 2001 00:22:57 +0900
2435              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
2436      Branch: perl
2437            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2438            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2439 ____________________________________________________________________________
2440 [ 12941] By: ams                                   on 2001/11/11  13:01:40
2441         Log: Subject: Re: PERFORCE change 12929 for review
2442              From: "Philip Newton" <Philip.Newton@gmx.net>
2443              Date: Sun, 11 Nov 2001 14:27:44 +0100
2444              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
2445      Branch: perl
2446            ! MANIFEST
2447 ____________________________________________________________________________
2448 [ 12940] By: ams                                   on 2001/11/11  05:06:43
2449         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
2450              From: Michael G Schwern <schwern@pobox.com>
2451              Date: Thu, 8 Nov 2001 22:56:45 -0500
2452              Message-Id: <20011108225645.H5587@blackrider>
2453      Branch: perl
2454            ! t/op/chdir.t
2455 ____________________________________________________________________________
2456 [ 12939] By: ams                                   on 2001/11/11  05:01:00
2457         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
2458              From: Michael G Schwern <schwern@pobox.com>
2459              Date: Sun, 11 Nov 2001 00:54:43 -0500
2460              Message-Id: <20011111005443.A24450@blackrider>
2461      Branch: perl
2462            ! ext/Cwd/t/cwd.t
2463 ____________________________________________________________________________
2464 [ 12938] By: ams                                   on 2001/11/11  03:25:13
2465         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
2466              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
2467              From: "chromatic" <chromatic@rmci.net>
2468              Date: Sat, 10 Nov 2001 21:03:20 -0700
2469              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
2470      Branch: perl
2471            ! lib/File/stat.pm lib/File/stat.t
2472 ____________________________________________________________________________
2473 [ 12937] By: ams                                   on 2001/11/11  02:05:23
2474         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
2475              From: "Craig A. Berry" <craigberry@mac.com>
2476              Date: Sat, 10 Nov 2001 17:23:52 -0600
2477              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
2478      Branch: perl
2479            ! t/op/magic.t
2480 ____________________________________________________________________________
2481 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
2482         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
2483      Branch: perl
2484            ! lib/open.pm lib/open.t
2485 ____________________________________________________________________________
2486 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
2487         Log: The Official name of ASCII.
2488      Branch: perl
2489            ! ext/Encode/Encode.pm
2490 ____________________________________________________________________________
2491 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
2492         Log: The KOI8-R example wasn't quite right.
2493      Branch: perl
2494            ! lib/open.pm lib/open.t
2495 ____________________________________________________________________________
2496 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
2497         Log: Enhance the open pragma to support :utf8, :locale,
2498              and :encoding directly as special cases, and rename
2499              the INOUT to IO.
2500      Branch: perl
2501            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
2502 ____________________________________________________________________________
2503 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
2504         Log: Document the UTF-16 surrogate encoding and decoding.
2505      Branch: perl
2506            ! ext/Encode/Encode.pm
2507 ____________________________________________________________________________
2508 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
2509         Log: A potential recursion breaker.
2510      Branch: perl
2511            ! sv.c
2512 ____________________________________________________________________________
2513 [ 12930] By: ams                                   on 2001/11/10  07:46:53
2514         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
2515              (was Re: perl@12892)
2516              From: "chromatic" <chromatic@rmci.net>
2517              Date: Sat, 10 Nov 2001 01:28:09 -0700
2518              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
2519      Branch: perl
2520            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
2521            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
2522            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
2523            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
2524 ____________________________________________________________________________
2525 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
2526         Log: Add a test for the bytes pragma.
2527      Branch: perl
2528            + lib/bytes.t
2529            ! MANIFEST
2530 ____________________________________________________________________________
2531 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
2532         Log: Doc update.
2533      Branch: perl
2534            ! lib/bytes.pm
2535 ____________________________________________________________________________
2536 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
2537         Log: Cease to exist.
2538      Branch: perl
2539            - lib/Unicode/Normalize.pm
2540 ____________________________________________________________________________
2541 [ 12926] By: ams                                   on 2001/11/10  03:23:16
2542         Log: Subject: [patch] my_setenv speedup + fixes
2543              From: Doug MacEachern <dougm@covalent.net>
2544              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
2545              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
2546      Branch: perl
2547            ! util.c
2548 ____________________________________________________________________________
2549 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
2550         Log: Newline trouble.
2551      Branch: perl
2552            ! lib/ExtUtils/Embed.t
2553 ____________________________________________________________________________
2554 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
2555         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
2556              From: "Craig A. Berry" <craigberry@mac.com>
2557              Date: Fri, 09 Nov 2001 18:13:16 -0600
2558              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
2559      Branch: perl
2560            ! vms/munchconfig.c
2561 ____________________________________________________________________________
2562 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
2563         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
2564              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2565              Date: Sat, 10 Nov 2001 00:10:45 +0100
2566              Message-ID: <20011110001045.A11945@rafael>
2567      Branch: perl
2568            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
2569            + t/run/switchn.t t/run/switchp.t
2570            ! MANIFEST
2571 ____________________________________________________________________________
2572 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
2573         Log: Subject: [PATCH] some tests not cleaning up properly               
2574              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
2575              Date: Fri, 9 Nov 2001 22:13:10 +0100
2576              Message-ID: <20011109221310.A11115@rafael>
2577      Branch: perl
2578            ! ext/Cwd/t/cwd.t t/io/argv.t
2579 ____________________________________________________________________________
2580 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
2581         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
2582              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2583              Date: Fri, 9 Nov 2001 15:07:19 EST
2584              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
2585      Branch: perl
2586            ! lib/ExtUtils/Embed.t
2587 ____________________________________________________________________________
2588 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
2589         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
2590              have been copied so it shouldn't be freed in perl_destruct()
2591      Branch: perl
2592            ! perl.c
2593 ____________________________________________________________________________
2594 [ 12919] By: ams                                   on 2001/11/09  15:36:22
2595         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
2596              From: Michael G Schwern <schwern@pobox.com>
2597              Date: Fri, 9 Nov 2001 00:38:59 -0500
2598              Message-Id: <20011109003859.K5587@blackrider>
2599              (Applied with directory name changes suggested by Craig Berry.)
2600      Branch: perl
2601            ! ext/Cwd/t/cwd.t
2602 ____________________________________________________________________________
2603 [ 12918] By: ams                                   on 2001/11/09  15:29:15
2604         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
2605              From: Michael G Schwern <schwern@pobox.com>
2606              Date: Fri, 9 Nov 2001 01:44:14 -0500
2607              Message-Id: <20011109014414.N5587@blackrider>
2608      Branch: perl
2609            ! vms/ext/filespec.t
2610 ____________________________________________________________________________
2611 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
2612         Log: Update Changes.
2613      Branch: perl
2614            ! Changes patchlevel.h
2615 ____________________________________________________________________________
2616 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
2617         Log: Regen toc.
2618      Branch: perl
2619            ! pod/perltoc.pod
2620 ____________________________________________________________________________
2621 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
2622         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
2623              see http://www.jepstone.net/bjepson//jpl/cvs.html
2624      Branch: perl
2625            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
2626 ____________________________________________________________________________
2627 [ 12914] By: ams                                   on 2001/11/09  14:05:12
2628         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
2629              From: Michael G Schwern <schwern@pobox.com>
2630              Date: Thu, 8 Nov 2001 22:05:49 -0500
2631              Message-Id: <20011108220549.F5587@blackrider>
2632      Branch: perl
2633            ! vms/test.com
2634 ____________________________________________________________________________
2635 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
2636         Log: NetWare update from Ananth Kesari.
2637      Branch: perl
2638            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
2639 ____________________________________________________________________________
2640 [ 12912] By: ams                                   on 2001/11/09  13:40:26
2641         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
2642              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2643              Date: Fri, 9 Nov 2001 14:32:28 +0100
2644              Message-Id: <20011109143228.A18996@rafael>
2645      Branch: perl
2646            ! perl.c
2647 ____________________________________________________________________________
2648 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
2649         Log: FAQ sync.
2650      Branch: perl
2651            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
2652            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
2653            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
2654 ____________________________________________________________________________
2655 [ 12910] By: ams                                   on 2001/11/09  07:33:49
2656         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
2657              From: Michael G Schwern <schwern@pobox.com>
2658              Date: Fri, 9 Nov 2001 00:41:56 -0500
2659              Message-Id: <20011109004156.L5587@blackrider>
2660      Branch: perl
2661            ! lib/File/Find/t/find.t
2662 ____________________________________________________________________________
2663 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
2664         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
2665              The CPAN distribution has both pm and XS implementations,
2666              and for performance reasons we choose the XS.
2667              Another reason to choose the XS is that it doesn't
2668              require Lingua::KO::Hangul::Util, which means that
2669              we can delete that-- which in turn means that Unicode::UCD
2670              cannot expect that: support it, but don't expect.
2671              Ditto Unicode::Collate.
2672              
2673              Note that Unicode::Normalize Makefile.PL and
2674              Normalize.xs have been modified from the CPAN 0.10
2675              versions: the first one to be simpler (no pm) and
2676              clean up the generated unf*.h files, the second one
2677              to quench compiler grumblings.  Must notify Sadahiro
2678              about these changes.
2679      Branch: perl
2680            + ext/Unicode/Normalize/Changes
2681            + ext/Unicode/Normalize/Makefile.PL
2682            + ext/Unicode/Normalize/Normalize.pm
2683            + ext/Unicode/Normalize/Normalize.pod
2684            + ext/Unicode/Normalize/Normalize.xs
2685            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
2686            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
2687            + ext/Unicode/Normalize/t/test.t
2688            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
2689            - lib/Lingua/KO/Hangul/Util/README
2690            - lib/Lingua/KO/Hangul/Util/t/test.t
2691            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
2692            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
2693            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
2694            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
2695            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
2696            ! win32/makefile.mk
2697 ____________________________________________________________________________
2698 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
2699         Log: Test miscounting.
2700      Branch: perl
2701            ! ext/POSIX/t/posix.t
2702 ____________________________________________________________________________
2703 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
2704         Log: Quote the variables in failures messages more nicely.
2705      Branch: perl
2706            ! t/test.pl
2707 ____________________________________________________________________________
2708 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
2709         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
2710              From: Michael G Schwern <schwern@pobox.com>
2711              Date: Thu, 8 Nov 2001 17:24:49 -0500
2712              Message-ID: <20011108172449.A5587@blackrider>
2713              
2714              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
2715              From: "Craig A. Berry" <craigberry@mac.com>
2716              Date: Thu, 8 Nov 2001 16:35:00 -0600
2717              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
2718      Branch: perl
2719            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
2720 ____________________________________________________________________________
2721 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
2722         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
2723              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2724              Date: Thu, 8 Nov 2001 22:52:50 -0000
2725              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
2726      Branch: perl
2727            ! ext/DB_File/t/db-recno.t
2728 ____________________________________________________________________________
2729 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
2730         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
2731              (Probably not an EBCDIC issue the way one would think
2732              since no chr() et alia are used in UCD.pm.)
2733      Branch: perl
2734            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
2735 ____________________________________________________________________________
2736 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
2737         Log: Whether overwriting the $self->{...} values (see #12902)
2738              is a good policy or not is debatable, but let's at least
2739              be consistent.
2740      Branch: perl
2741            ! lib/ExtUtils/MM_Unix.pm
2742 ____________________________________________________________________________
2743 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
2744         Log: The MakeMaker argument () quoting patch that sneaked
2745              in at #12883 didn't handle make macros like this $(...).
2746              Leaning toothpicks, we've got them.
2747      Branch: perl
2748            ! lib/ExtUtils/MM_Unix.pm
2749 ____________________________________________________________________________
2750 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
2751         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
2752              From: Michael G Schwern <schwern@pobox.com>
2753              Date: Wed, 7 Nov 2001 02:02:29 -0500
2754              Message-ID: <20011107020229.K2858@blackrider>
2755      Branch: perl
2756            ! t/io/argv.t t/test.pl vms/test.com
2757 ____________________________________________________________________________
2758 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
2759         Log: Subject: [PATCH 20011106.084] -s on #! line 
2760              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2761              Date: Wed, 7 Nov 2001 22:23:39 +0100
2762              Message-ID: <20011107222339.E729@rafael>
2763      Branch: perl
2764            ! embed.h embed.pl perl.c proto.h toke.c
2765 ____________________________________________________________________________
2766 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
2767         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
2768              From: Michael G Schwern <schwern@pobox.com>
2769              Date: Wed, 7 Nov 2001 16:52:49 -0500
2770              Message-ID: <20011107165249.I7346@blackrider>
2771      Branch: perl
2772            ! pod/perlhack.pod
2773 ____________________________________________________________________________
2774 [ 12898] By: ams                                   on 2001/11/08  13:02:19
2775         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
2776              From: Mark-Jason Dominus <mjd@plover.com>
2777              Date: Thu, 08 Nov 2001 08:59:02 -0500
2778              Message-Id: <20011108135902.2275.qmail@plover.com>
2779      Branch: perl
2780            ! INSTALL README README.amiga README.os2 README.vms
2781            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
2782            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
2783 ____________________________________________________________________________
2784 [ 12897] By: ams                                   on 2001/11/08  12:49:28
2785         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
2786              From: mjd@plover.com
2787              Date: 8 Nov 2001 13:33:18 -0000
2788              Message-Id: <20011108133318.1786.qmail@plover.com>
2789      Branch: perl
2790            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
2791            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
2792            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
2793            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
2794            ! pod/perlport.pod pod/perlvar.pod
2795 ____________________________________________________________________________
2796 [ 12896] By: ams                                   on 2001/11/08  11:22:12
2797         Log: open(FH, $file) should strip leading and trailing whitespace.
2798      Branch: perl
2799            ! doio.c
2800 ____________________________________________________________________________
2801 [ 12895] By: ams                                   on 2001/11/08  10:17:14
2802         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
2803              From: "Craig A. Berry" <craigberry@mac.com>
2804              Date: Wed, 07 Nov 2001 13:41:50 -0600
2805              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
2806      Branch: perl
2807            ! t/op/glob.t
2808 ____________________________________________________________________________
2809 [ 12894] By: ams                                   on 2001/11/08  08:32:20
2810         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
2811              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
2812              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
2813              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
2814      Branch: perl
2815            ! makedepend.SH
2816 ____________________________________________________________________________
2817 [ 12893] By: ams                                   on 2001/11/08  08:26:31
2818         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
2819              From: mjd@plover.com
2820              Date: 8 Nov 2001 08:08:07 -0000
2821              Message-Id: <20011108080807.30147.qmail@plover.com>
2822              
2823              Subject: bleadperl perl.pod
2824              From: mjd@plover.com
2825              Date: 8 Nov 2001 08:10:47 -0000
2826              Message-Id: <20011108081047.30178.qmail@plover.com>
2827              
2828              Subject: more bleadperl perl.pod
2829              From: mjd@plover.com
2830              Date: 8 Nov 2001 08:16:28 -0000
2831              Message-Id: <20011108081628.30229.qmail@plover.com>
2832      Branch: perl
2833            ! pod/perl.pod pod/perldebug.pod
2834 ____________________________________________________________________________
2835 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
2836         Log: Tweak for Cray-friendliness from Nicholas Clark.
2837      Branch: perl
2838            ! sv.c
2839 ____________________________________________________________________________
2840 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
2841         Log: VMS patch redo from Charles Lane.
2842      Branch: perl
2843            ! vms/gen_shrfls.pl
2844 ____________________________________________________________________________
2845 [ 12890] By: ams                                   on 2001/11/07  15:16:10
2846         Log: Subject: [ID 20011107.088] two perl pod nits
2847              From: lvirden@cas.org
2848              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
2849              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
2850      Branch: perl
2851            ! pod/perl.pod pod/perlfaq3.pod
2852 ____________________________________________________________________________
2853 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
2854         Log: Update Changes.
2855      Branch: perl
2856            ! Changes patchlevel.h
2857 ____________________________________________________________________________
2858 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
2859         Log: The (emulated) "no utf8" must be in a BEGIN block
2860              to be effective.
2861      Branch: perl
2862            ! lib/CGI/t/html.t
2863 ____________________________________________________________________________
2864 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
2865         Log: "v-strings" is the right term.
2866      Branch: perl
2867            ! pod/perltodo.pod
2868 ____________________________________________________________________________
2869 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
2870         Log: Add vstrings-as-objects need to perltodo.
2871      Branch: perl
2872            ! pod/perltodo.pod
2873 ____________________________________________________________________________
2874 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
2875         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
2876              From: Nicholas Clark <nick@ccl4.org>
2877              Date: Wed, 7 Nov 2001 14:36:32 +0000
2878              Message-ID: <20011107143631.I24980@plum.flirble.org>
2879      Branch: perl
2880            ! t/op/pack.t
2881 ____________________________________________________________________________
2882 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
2883         Log: The Embed test requires a major rewrite for VMS
2884              (plus it reveals a couple of annoying glitches
2885              in buffering), so skip the test for now; from
2886              Charles Lane.
2887      Branch: perl
2888            ! lib/ExtUtils/Embed.t
2889 ____________________________________________________________________________
2890 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
2891         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
2892              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2893              Date: Wed, 7 Nov 2001 09:23:28 EST
2894              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
2895      Branch: perl
2896            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
2897 ____________________________________________________________________________
2898 [ 12882] By: ams                                   on 2001/11/07  05:14:04
2899         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
2900              From: Mark-Jason Dominus <mjd@plover.com>
2901              Date: Wed, 07 Nov 2001 00:43:46 -0500
2902              Message-Id: <20011107054346.14428.qmail@plover.com>
2903      Branch: perl
2904            ! gv.c op.c toke.c
2905 ____________________________________________________________________________
2906 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
2907         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
2908              From: Michael G Schwern <schwern@pobox.com>             
2909              Date: Tue, 6 Nov 2001 22:04:39 -0500
2910              Message-ID: <20011106220439.D2858@blackrider>              
2911      Branch: perl
2912            ! lib/perl5db.pl
2913 ____________________________________________________________________________
2914 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
2915         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
2916              stress))
2917              From: Jonathan Stowe <gellyfish@gellyfish.com>
2918              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
2919              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
2920              
2921              (except for one hunk where indentation differs)
2922      Branch: perl
2923            ! lib/Term/Cap.t
2924 ____________________________________________________________________________
2925 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
2926         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
2927              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2928              Date: Tue, 6 Nov 2001 21:45:01 +0100
2929              Message-ID: <20011106214501.A704@rafael>
2930      Branch: perl
2931            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
2932            ! lib/File/Spec/Win32.pm
2933 ____________________________________________________________________________
2934 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
2935         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
2936              From: Michael G Schwern <schwern@pobox.com>              
2937              Date: Tue, 6 Nov 2001 20:58:45 -0500
2938              Message-ID: <20011106205845.G29411@blackrider>
2939      Branch: perl
2940            ! t/test.pl
2941 ____________________________________________________________________________
2942 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
2943         Log: Subject: making do_sprintf public       
2944              From: Doug MacEachern <dougm@covalent.net>    
2945              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
2946              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
2947      Branch: perl
2948            ! embed.h embed.pl global.sym
2949 ____________________________________________________________________________
2950 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
2951         Log: Update to CGI.pm 2.78.
2952              
2953              TODO: the test suite needs to be merged so that
2954              when in core, the core version is tested, and when
2955              using the CPAN version, testing the CPAN version.
2956              (the changes need to be sent to Lincoln, too...)
2957      Branch: perl
2958            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
2959            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
2960            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
2961            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
2962            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
2963            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
2964 ____________________________________________________________________________
2965 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
2966         Log: Integrate with perlio; (strictly) readonly hashes via XS.
2967      Branch: perl
2968           +> t/lib/access.t
2969           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
2970 ____________________________________________________________________________
2971 [ 12874] By: nick                                  on 2001/11/06  21:05:16
2972         Log: Keep It Simple and Stupid version of readonly hash support.
2973              - Test for SvREAONLY(hv) at a few spots in hv.c
2974              - add the error message to perldiag.pod
2975              - (dubious) add access::readonly() to univeral.c
2976              - add test using above
2977              - fixup ext/B/t/stash.t to account for access:: existing
2978      Branch: perlio
2979            + t/lib/access.t
2980            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
2981 ____________________________________________________________________________
2982 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
2983         Log: Fix incorrect warnings about broken globbing;
2984              from Andy Dougherty.
2985      Branch: perl
2986            ! hints/linux.sh
2987 ____________________________________________________________________________
2988 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
2989         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
2990              toggle-on from the encoding pragma.
2991      Branch: perl
2992            ! regcomp.c regexec.c
2993 ____________________________________________________________________________
2994 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
2995         Log: Retract #12824, doesn't help and is ignored
2996              by Configure anyway.
2997      Branch: perl
2998            ! hints/beos.sh
2999 ____________________________________________________________________________
3000 [ 12870] By: ams                                   on 2001/11/06  10:40:37
3001         Log: Subject: Cosmetic change
3002              From: H.Merijn Brand <h.m.brand@hccnet.nl>
3003              Date: Tue, 06 Nov 2001 12:30:52 +0100
3004              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
3005      Branch: perl
3006            ! README.hpux
3007 ____________________________________________________________________________
3008 [ 12869] By: nick                                  on 2001/11/06  08:26:40
3009         Log: Integrate mainline
3010      Branch: perlio
3011           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
3012           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
3013 ____________________________________________________________________________
3014 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
3015         Log: The parentheses are protected enough.
3016      Branch: perl
3017            ! hints/os390.sh
3018 ____________________________________________________________________________
3019 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
3020         Log: ccflags, not ldflags.
3021      Branch: perl
3022            ! hints/os390.sh
3023 ____________________________________________________________________________
3024 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
3025         Log: ... and the proto to go with #12865.
3026      Branch: perl
3027            ! proto.h
3028 ____________________________________________________________________________
3029 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
3030         Log: Oops.  Luckily nothing was using this symbol yet.
3031      Branch: perl
3032            ! global.sym
3033 ____________________________________________________________________________
3034 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
3035         Log: Implement the encoding pragma for regex literals.
3036      Branch: perl
3037            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
3038 ____________________________________________________________________________
3039 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
3040         Log: More UTF8 EXACT fixing.
3041      Branch: perl
3042            ! regexec.c
3043 ____________________________________________________________________________
3044 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
3045         Log: More re debugging.
3046      Branch: perl
3047            ! regexec.c
3048 ____________________________________________________________________________
3049 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
3050         Log: EXACT correction attempt.  Continued in #12863.
3051      Branch: perl
3052            ! regexec.c
3053 ____________________________________________________________________________
3054 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
3055         Log: Unterminated L<.
3056      Branch: perl
3057            ! ext/DB_File/DB_File.pm
3058 ____________________________________________________________________________
3059 [ 12859] By: nick                                  on 2001/11/05  19:15:17
3060         Log: Integrate mainline
3061      Branch: perlio
3062           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
3063           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
3064           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
3065           +> lib/Math/BigInt/t/sub_mbi.t
3066            - lib/Math/BigInt/t/Math/Subclass.pm
3067            - lib/Math/BigInt/t/subclass.t
3068           !> (integrate 30 files)
3069 ____________________________________________________________________________
3070 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
3071         Log: Regex debugging fixes from Hugo.
3072      Branch: perl
3073            ! regcomp.c regexec.c
3074 ____________________________________________________________________________
3075 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
3076         Log: IRIX: at some point the cc -version has started
3077              to output to stderr, not stdout any more.
3078      Branch: perl
3079            ! hints/irix_6.sh
3080 ____________________________________________________________________________
3081 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
3082         Log: Update Changes.
3083      Branch: perl
3084            ! Changes patchlevel.h
3085 ____________________________________________________________________________
3086 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
3087         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
3088      Branch: perl
3089            ! lib/File/Spec/Unix.pm
3090 ____________________________________________________________________________
3091 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
3092         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
3093              From: rgarciasuarez@free.fr
3094              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
3095              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
3096      Branch: perl
3097            ! lib/File/Spec/Unix.pm
3098 ____________________________________________________________________________
3099 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
3100         Log: Use config.arch in OS/390 where the combination of
3101              IEEE floats and ldflags is tricky.
3102      Branch: perl
3103            ! hints/os390.sh
3104 ____________________________________________________________________________
3105 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
3106         Log: Metaconfig unit change for #12851.
3107      Branch: metaconfig
3108            ! U/modified/Config_sh.U
3109 ____________________________________________________________________________
3110 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
3111         Log: Support a config.arch file, similar to config.over,
3112              but loaded just before it.
3113      Branch: perl
3114            ! Configure INSTALL
3115 ____________________________________________________________________________
3116 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
3117         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
3118              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3119              Date: Mon, 5 Nov 2001 14:26:24 +0100
3120              Message-ID: <20011105142624.C31977@rafael>
3121      Branch: perl
3122            ! lib/Symbol.pm lib/Symbol.t
3123 ____________________________________________________________________________
3124 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
3125         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
3126              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3127              Date: Sun, 4 Nov 2001 22:28:57 +0100
3128              Message-ID: <20011104222857.C696@rafael>
3129      Branch: perl
3130            ! pod/perldebug.pod pod/perlpodspec.pod
3131 ____________________________________________________________________________
3132 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
3133         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
3134      Branch: perl
3135            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
3136 ____________________________________________________________________________
3137 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
3138         Log: Math::Big* test tweaks to work better with core:
3139              but the coast still not clear.
3140      Branch: perl
3141            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
3142            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3143 ____________________________________________________________________________
3144 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
3145         Log: Protect against high load: measure how much wall
3146              clock time went by while sleeping.  Avoids some
3147              false negatives, while may introduce some false
3148              positives.  Life is hard.
3149      Branch: perl
3150            ! ext/Time/HiRes/HiRes.t
3151 ____________________________________________________________________________
3152 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
3153         Log: More forgotten from #12843.
3154      Branch: perl
3155            ! lib/Math/BigInt/t/bigfltpm.inc
3156 ____________________________________________________________________________
3157 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
3158         Log: Forgot from #12843.
3159      Branch: perl
3160            + lib/Math/BigInt/t/bigintpm.inc
3161            ! MANIFEST
3162 ____________________________________________________________________________
3163 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
3164         Log: Upgrade to Math::BigInt 1.45; from Tels.
3165              NOTE: some of the tests are failing but that's because
3166              the core integration is not yet done.
3167      Branch: perl
3168            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
3169            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
3170            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3171            - lib/Math/BigInt/t/Math/Subclass.pm
3172            - lib/Math/BigInt/t/subclass.t
3173            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
3174            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
3175            ! lib/Math/BigInt/t/mbimbf.t
3176 ____________________________________________________________________________
3177 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
3178         Log: VMS: adds capability to control more configuration stuff with
3179              -D and -U switches; parsing config.sh to extract previous config
3180              info in VMS-form, and a rewrite of the "prompt/response" routine;
3181              from Charles Lane.
3182      Branch: perl
3183            ! configure.com
3184 ____________________________________________________________________________
3185 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
3186         Log: Subject: Typo correction in perldebguts.pod
3187              From: mjd@plover.com
3188              Date: 4 Nov 2001 16:20:05 -0000
3189              Message-ID: <20011104162005.16699.qmail@plover.com>
3190      Branch: perl
3191            ! pod/perldebguts.pod
3192 ____________________________________________________________________________
3193 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
3194         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
3195              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3196              Date: Sun, 4 Nov 2001 11:47:30 +0100
3197              Message-ID: <20011104114730.A715@rafael>
3198              
3199              Remove -T from the test, wrong place for that.
3200      Branch: perl
3201            ! lib/File/Temp/t/mktemp.t
3202 ____________________________________________________________________________
3203 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
3204         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
3205              From: Nicholas Clark <nick@ccl4.org>
3206              Date: Sun, 4 Nov 2001 10:41:24 +0000
3207              Message-ID: <20011104104123.U20123@plum.flirble.org>
3208      Branch: perl
3209            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
3210 ____________________________________________________________________________
3211 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
3212         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
3213              From: Michael G Schwern <schwern@pobox.com>
3214              Date: Sat, 3 Nov 2001 15:41:47 -0500
3215              Message-ID: <20011103154147.C600@blackrider>
3216      Branch: perl
3217            ! lib/Term/Cap.t
3218 ____________________________________________________________________________
3219 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
3220         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
3221              From: "Craig A. Berry" <craigberry@mac.com>     
3222              Date: Sat, 03 Nov 2001 16:02:28 -0600
3223              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
3224      Branch: perl
3225            ! ext/Time/HiRes/HiRes.t
3226 ____________________________________________________________________________
3227 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
3228         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
3229              From: "chromatic" <chromatic@rmci.net>
3230              Date: Sat, 03 Nov 2001 12:28:17 -0700
3231              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
3232      Branch: perl
3233            ! lib/Term/Cap.t
3234 ____________________________________________________________________________
3235 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
3236         Log: Don't bother doing POSIX charclass parsing if it
3237              possibly cannot be so.  Prepares way for charclass
3238              syntax like [[abc]||[def]] (or just [[abc][def]])
3239              for union, [[\w]&&[$a]] for intersection,
3240              and [[a-z]&&[^def]] for subtraction.
3241              
3242              Currently /[[a]/ (or /[a[]/) parses as a character
3243              class containing two characters, "[" and "a",
3244              this may have to be broken for the syntax described
3245              above, otherwise we would have to scan the whole pattern
3246              to find out whether the square brackets match pairwise.
3247              Luckily, the special case of "[" doesn't seem to be
3248              documented (as opposed to "]" and "-"), so we may have
3249              better story for breaking it...  One can always use \[
3250              if one wants a literal "[", so there.
3251      Branch: perl
3252            ! regcomp.c
3253 ____________________________________________________________________________
3254 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
3255         Log: Comment correction.
3256      Branch: perl
3257            ! regcomp.c
3258 ____________________________________________________________________________
3259 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
3260         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
3261              The latter is a RedHatism.
3262      Branch: perl
3263            ! lib/ExtUtils/MakeMaker.pm
3264 ____________________________________________________________________________
3265 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
3266         Log: Integrate perlio.
3267      Branch: perl
3268           !> perlio.c
3269 ____________________________________________________________________________
3270 [ 12831] By: nick                                  on 2001/11/03  11:42:15
3271         Log: Integrate mainline
3272      Branch: perlio
3273           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
3274           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
3275           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
3276           !> sv.c t/test.pl
3277 ____________________________________________________________________________
3278 [ 12830] By: nick                                  on 2001/11/03  10:27:34
3279         Log: Fix clone_leak problem.
3280              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
3281              as vestige of calling PerlLIO_dup().
3282      Branch: perlio
3283            ! perlio.c
3284 ____________________________________________________________________________
3285 [ 12829] By: nick                                  on 2001/11/03  09:40:46
3286         Log: Tweaks attempting to locate Doug's clone_leak leak.
3287              - add some PerlIO_debug()
3288              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
3289              - Even if it closing stdout etc. do a fflush()
3290      Branch: perlio
3291            ! perlio.c
3292 ____________________________________________________________________________
3293 [ 12828] By: nick                                  on 2001/11/03  08:34:31
3294         Log: Integrate mainline
3295      Branch: perlio
3296           !> (integrate 54 files)
3297 ____________________________________________________________________________
3298 [ 12827] By: ams                                   on 2001/11/03  03:45:19
3299         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
3300              remove this later). Based on a patch from Robert Spier in
3301              <15330.61459.14452.795263@rls.cx>.
3302      Branch: perl
3303            ! sv.c
3304 ____________________________________________________________________________
3305 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
3306         Log: microperl sync.
3307      Branch: perl
3308            ! doio.c perl.c perl.h perlio.c regexec.c
3309 ____________________________________________________________________________
3310 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
3311         Log: Definitions for the Unicode Newline Guidelines.
3312      Branch: perl
3313            ! perl.h
3314 ____________________________________________________________________________
3315 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
3316         Log: There is no csh of any kind in default BeOS.
3317              For the purposes of miniperl globbing, bash
3318              will do.
3319      Branch: perl
3320            ! hints/beos.sh
3321 ____________________________________________________________________________
3322 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
3323         Log: Integrate change #12820 from macperl to maint and blead;
3324              
3325              Fix up (dynaloading) to work properly with multiplicity
3326      Branch: maint-5.6/perl
3327           !> ext/DynaLoader/dl_mac.xs
3328      Branch: perl
3329           !> ext/DynaLoader/dl_mac.xs
3330 ____________________________________________________________________________
3331 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
3332         Log: Several fixes for various exit problems and clearing out
3333              task queue, as well as another (incomplete) go at
3334              fixing error message handling
3335      Branch: maint-5.6/macperl
3336            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
3337 ____________________________________________________________________________
3338 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
3339         Log: Add source files for bleadperl builds
3340      Branch: maint-5.6/macperl
3341            ! macos/Makefile.mk
3342 ____________________________________________________________________________
3343 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
3344         Log: Fix up to work properly with multiplicity
3345      Branch: maint-5.6/macperl
3346            ! ext/DynaLoader/dl_mac.xs
3347 ____________________________________________________________________________
3348 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
3349         Log: Integrate with maintperl.
3350      Branch: maint-5.6/macperl
3351           +> t/op/system.t t/op/system_tests
3352           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
3353           !> pod/perltodo.pod util.c win32/win32.c
3354 ____________________________________________________________________________
3355 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
3356         Log: Locate _PATH_LOG if it's a socket even if not #defined
3357              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
3358              via Nick Clark.
3359      Branch: perl
3360            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
3361 ____________________________________________________________________________
3362 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
3363         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
3364              From: Michael G Schwern <schwern@pobox.com>
3365              Date: Fri, 2 Nov 2001 15:36:41 -0500
3366              Message-ID: <20011102153641.E23234@blackrider>
3367      Branch: perl
3368            ! t/test.pl
3369 ____________________________________________________________________________
3370 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
3371         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
3372              From: merlyn@stonehenge.com (Randal L. Schwartz)
3373              Date: 02 Nov 2001 09:33:34 -0800
3374              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
3375              
3376              (two of the changes)
3377              
3378              Better coexistence with extensions.
3379      Branch: perl
3380            ! ext/Errno/Errno_pm.PL hints/darwin.sh
3381 ____________________________________________________________________________
3382 [ 12815] By: ams                                   on 2001/11/02  16:47:43
3383         Log: Subject: Re: [PATCH] the the double double word word fix fix
3384              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3385              Date: Fri, 02 Nov 2001 19:43:07 +0100
3386              Message-Id: <3BE2E93B.627C198E@alcatel.at>
3387      Branch: perl
3388            ! pod/perldebug.pod
3389 ____________________________________________________________________________
3390 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
3391         Log: Update Changes.
3392      Branch: perl
3393            ! Changes patchlevel.h
3394 ____________________________________________________________________________
3395 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
3396         Log: More encoding testing.
3397      Branch: perl
3398            ! lib/encoding.pm lib/encoding.t
3399 ____________________________________________________________________________
3400 [ 12812] By: ams                                   on 2001/11/02  15:07:11
3401         Log: Slight modification of #12811.
3402      Branch: perl
3403            ! op.c
3404 ____________________________________________________________________________
3405 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
3406         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
3407              From: Radu Greab <radu@netsoft.ro>
3408              Date: Fri, 2 Nov 2001 15:28:58 +0200
3409              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
3410      Branch: perl
3411            ! op.c t/op/stat.t
3412 ____________________________________________________________________________
3413 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
3414         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
3415              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3416              Date: Thu, 1 Nov 2001 22:35:50 +0100
3417              Message-ID: <20011101223550.A10849@rafael>
3418      Branch: perl
3419            ! lib/ExtUtils/Embed.t
3420 ____________________________________________________________________________
3421 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
3422         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
3423              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3424              Date: 2 Nov 2001 14:48:51 -0000
3425              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
3426      Branch: perl
3427            ! lib/File/Find.pm
3428 ____________________________________________________________________________
3429 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
3430         Log: Add documentation.
3431      Branch: perl
3432            ! embed.pl pod/perlapi.pod utf8.c
3433 ____________________________________________________________________________
3434 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
3435         Log: Unicode: add ToFold mapping.  Not used yet; but basically
3436              a more useful mapping for caseless aka case-ignoring than
3437              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
3438              algorithm for creating the foldings uses equivalence classes,
3439              see http://www.unicode.org/unicode/reports/tr21/
3440              Hopefully this feature will be used in //i.
3441              (The folding tables were introduced by #12689.)
3442      Branch: perl
3443            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
3444            ! utf8.c
3445 ____________________________________________________________________________
3446 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
3447         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
3448              From: "Craig A. Berry" <craigberry@mac.com>
3449              Date: Fri, 02 Nov 2001 00:03:52 -0600
3450              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
3451      Branch: perl
3452            ! lib/AutoSplit.t
3453 ____________________________________________________________________________
3454 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
3455         Log: Subject: Trivial doc patch
3456              From: andreas.koenig@anima.de (Andreas J. Koenig)
3457              Date: 02 Nov 2001 06:11:35 +0100
3458              Message-ID: <m37kt94v08.fsf@anima.de>
3459      Branch: perl
3460            ! pod/perlport.pod
3461 ____________________________________________________________________________
3462 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
3463         Log: Make encoding and charnames pragmas coexist.
3464      Branch: perl
3465            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
3466 ____________________________________________________________________________
3467 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
3468         Log: The basic character classes seem to go untested with Unicode.
3469      Branch: perl
3470            ! t/op/pat.t
3471 ____________________________________________________________________________
3472 [ 12802] By: ams                                   on 2001/11/02  00:39:36
3473         Log: Subject: [PATCH] the the double double word word fix fix
3474              From: Richard Soderberg <rs@oregonnet.com>
3475              Date: Thu, 1 Nov 2001 13:12:03 -0800
3476              Message-Id: <200111012112.NAA23288@oregonnet.com>
3477              
3478              Subject: Re: [PATCH] the the double double word word fix fix
3479              From: Mark-Jason Dominus <mjd@plover.com>
3480              Date: Thu, 01 Nov 2001 16:43:40 -0500
3481              Message-Id: <20011101214340.2044.qmail@plover.com>
3482              
3483              Subject: Re: [PATCH] the the double double word word fix fix
3484              From: Mark-Jason Dominus <mjd@plover.com>
3485              Date: Thu, 01 Nov 2001 16:51:39 -0500
3486              Message-Id: <20011101215139.2196.qmail@plover.com>
3487      Branch: perl
3488            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
3489            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
3490            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
3491            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
3492            ! pod/perltodo.pod pod/perlxstut.pod
3493 ____________________________________________________________________________
3494 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
3495         Log: Comment tweaks.
3496      Branch: perl
3497            ! toke.c
3498 ____________________________________________________________________________
3499 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
3500         Log: FAQ sync.
3501      Branch: perl
3502            ! pod/perlfaq9.pod
3503 ____________________________________________________________________________
3504 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
3505         Log: If an encoding is set by -M/-m, it must be in
3506              effect only for the actual script, not any other
3507              required/-M/-m'ed module, otherwise we enter a nasty
3508              recursion in regexec.c while trying to init the simple
3509              UTF-8 charclasses like PL_utf8_alnum.
3510      Branch: perl
3511            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
3512 ____________________________________________________________________________
3513 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
3514         Log: A bit more descriptive name.
3515      Branch: perl
3516            ! mg.c
3517 ____________________________________________________________________________
3518 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
3519         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
3520              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3521              Date: Wed, 31 Oct 2001 13:47:04 EST
3522              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
3523      Branch: perl
3524            ! ext/Time/HiRes/HiRes.t
3525 ____________________________________________________________________________
3526 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
3527         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
3528              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3529              Date: Wed, 31 Oct 2001 13:43:29 EST
3530              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
3531      Branch: perl
3532            ! mg.c
3533 ____________________________________________________________________________
3534 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
3535         Log: Subject: [PATCH] Various test cleanups
3536              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3537              Date: Tue, 30 Oct 2001 21:56:26 +0100
3538              Message-ID: <20011030215626.A28503@rafael>
3539      Branch: perl
3540            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3541            ! ext/DB_File/t/db-recno.t ext/Encode.t
3542 ____________________________________________________________________________
3543 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
3544         Log: Update Changes.
3545      Branch: perl
3546            ! Changes patchlevel.h
3547 ____________________________________________________________________________
3548 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
3549         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
3550              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
3551              Date: Wed, 31 Oct 2001 17:16:39 +0100
3552              Message-ID: <20011031171639.A32511@rafael>
3553      Branch: perl
3554            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
3555 ____________________________________________________________________________
3556 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
3557         Log: Skip message nit.
3558      Branch: perl
3559            ! t/io/fs.t
3560 ____________________________________________________________________________
3561 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
3562         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
3563              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3564              Date: 31 Oct 2001 14:49:37 -0000
3565              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
3566      Branch: perl
3567            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
3568 ____________________________________________________________________________
3569 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
3570         Log: Extend the effect of the encoding pragma to chr() and ord().
3571              
3572              TODO: regex literals, reentrancy problems with the utf8
3573              and charnames pragmas.
3574      Branch: perl
3575            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
3576 ____________________________________________________________________________
3577 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
3578         Log: Doc tweaks.
3579      Branch: perl
3580            ! lib/encoding.pm
3581 ____________________________________________________________________________
3582 [ 12788] By: nick                                  on 2001/10/31  08:59:56
3583         Log: Integrate mainline
3584      Branch: perlio
3585           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
3586           !> (integrate 49 files)
3587 ____________________________________________________________________________
3588 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
3589         Log: Forgot new proto.
3590      Branch: perl
3591            ! proto.h
3592 ____________________________________________________________________________
3593 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
3594         Log: Clarification: use encoding cannot be used to
3595              change the default encoding of "your whole script";
3596              only the default encoding of the *data*.  Also, it
3597              seems that "use encoding" does not mix with "use utf8"
3598              (a coredumping recursion ensues).  Should not be a huge
3599              problem since "use utf8" is pretty marginal nowadays.
3600      Branch: perl
3601            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
3602 ____________________________________________________________________________
3603 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
3604         Log: More documentation for the encode pragma.
3605      Branch: perl
3606            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
3607            ! pod/perlapi.pod pod/perlunicode.pod sv.c
3608 ____________________________________________________________________________
3609 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
3610         Log: Thinko in #12783.
3611      Branch: perl
3612            ! sv.c
3613 ____________________________________________________________________________
3614 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
3615         Log: Make sv_recode_to_utf8() a real API: the encoding
3616              is a parameter, instead of a global.  Document the
3617              PERL_ENCODING.
3618      Branch: perl
3619            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
3620            ! toke.c
3621 ____________________________________________________________________________
3622 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
3623         Log: Enable -Mencoding=foobar also for string literals.
3624      Branch: perl
3625            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
3626            ! pod/perlapi.pod proto.h sv.c toke.c
3627 ____________________________________________________________________________
3628 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
3629         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
3630              From: Andy Dougherty <doughera@lafayette.edu>
3631              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
3632              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
3633      Branch: perl
3634            ! ext/POSIX/hints/svr4.pl
3635 ____________________________________________________________________________
3636 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
3637         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
3638              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
3639              Date: Mon, 29 Oct 2001 23:11:58 -0000
3640              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
3641              
3642              Add compat.h.
3643      Branch: perl
3644            ! lib/h2xs.t utils/h2xs.PL
3645 ____________________________________________________________________________
3646 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
3647         Log: Subject: PerlIOBuf_dup
3648              From: Nicholas Clark <nick@ccl4.org>              
3649              Date: Mon, 29 Oct 2001 21:52:35 +0000             
3650              Message-ID: <20011029215235.K41204@plum.flirble.org>
3651              
3652              Add prototype.
3653      Branch: perl
3654            ! perliol.h
3655 ____________________________________________________________________________
3656 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
3657         Log: Subject: [PATCH] Make malloc.c errors more useful
3658              From: Richard Soderberg <rs@oregonnet.com>
3659              Date: Mon, 29 Oct 2001 22:28:02 -0800
3660              Message-Id: <200110300628.WAA11025@oregonnet.com>
3661      Branch: perl
3662            ! malloc.c
3663 ____________________________________________________________________________
3664 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
3665         Log: Retract #12776 - the bug 19990906.001 is still valid.
3666      Branch: perl
3667            ! t/run/kill_perl.t
3668 ____________________________________________________________________________
3669 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
3670         Log: (Retracted by #12777)
3671              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
3672              From: Michael G Schwern <schwern@pobox.com> 
3673              Date: Mon, 29 Oct 2001 23:01:08 -0500
3674              Message-ID: <20011029230108.G18053@blackrider>
3675      Branch: perl
3676            ! t/run/kill_perl.t
3677 ____________________________________________________________________________
3678 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
3679         Log: Comment nits.
3680      Branch: perl
3681            ! lib/encoding.t
3682 ____________________________________________________________________________
3683 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
3684         Log: integrate change#12772 from mainline
3685              
3686              Subject: [PATCH] Mommy, what's a pointer cast?
3687      Branch: maint-5.6/perl
3688            ! perl.h
3689 ____________________________________________________________________________
3690 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
3691         Log: Subject: [PATCH] Mommy, what's a pointer cast?
3692              From: Richard Soderberg <rs@oregonnet.com>
3693              Date: Mon, 29 Oct 2001 17:01:10 -0800
3694              Message-Id: <200110300101.RAA31561@oregonnet.com>
3695              
3696              (threads* parts)
3697      Branch: perl
3698            ! ext/threads/shared/shared.xs ext/threads/threads.xs
3699 ____________________________________________________________________________
3700 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
3701         Log: Subject: [PATCH] Mommy, what's a pointer cast?
3702              From: Richard Soderberg <rs@oregonnet.com>
3703              Date: Mon, 29 Oct 2001 17:01:10 -0800
3704              Message-Id: <200110300101.RAA31561@oregonnet.com>
3705              
3706              (the perl.h part)
3707      Branch: perl
3708            ! perl.h
3709 ____________________________________________________________________________
3710 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
3711         Log: Subject: [PATCH] OpenBSD likes signal.h 
3712              From: Richard Soderberg <rs@oregonnet.com>
3713              Date: Mon, 29 Oct 2001 17:00:31 -0800
3714              Message-Id: <200110300100.RAA31533@oregonnet.com>
3715      Branch: perl
3716            ! unixish.h
3717 ____________________________________________________________________________
3718 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
3719         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
3720              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
3721              Date: Mon, 29 Oct 2001 23:04:23 -0000
3722              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
3723      Branch: perl
3724            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3725            ! ext/DB_File/t/db-recno.t
3726 ____________________________________________________________________________
3727 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
3728         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
3729              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
3730              Date: Mon, 29 Oct 2001 12:34:07 -0600
3731              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
3732      Branch: perl
3733            ! ext/Time/HiRes/HiRes.t
3734 ____________________________________________________________________________
3735 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
3736         Log: Update Changes.
3737      Branch: perl
3738            ! Changes patchlevel.h
3739 ____________________________________________________________________________
3740 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
3741         Log: AIX needs an explicit symbol export list.
3742      Branch: perl
3743            ! lib/ExtUtils/Embed.t
3744 ____________________________________________________________________________
3745 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
3746         Log: The test (and the module) would require some
3747              quality hacking time to work on EBCDIC.  Based n
3748              the test results nothing seems to be majorly broken,
3749              the module just seems to have strange assumptions:
3750              got: ''\226\225\205'
3751              expected: ''one'
3752              The \226\225\205 being, of course, 'one', in EBCDIC.
3753      Branch: perl
3754            ! lib/Dumpvalue.t
3755 ____________________________________________________________________________
3756 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
3757         Log: Mark the test known to be failing in EBCDIC.
3758      Branch: perl
3759            ! t/op/tr.t
3760 ____________________________________________________________________________
3761 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
3762         Log: None of the libnet modules are going to work in
3763              EBCDIC without the Convert::EBCDIC.
3764      Branch: perl
3765            ! t/lib/1_compile.t
3766 ____________________________________________________________________________
3767 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
3768         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
3769      Branch: perl
3770            ! t/op/pack.t
3771 ____________________________________________________________________________
3772 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
3773         Log: UTF-EBCDIC ain't UTF-8.
3774      Branch: perl
3775            ! t/op/pack.t
3776 ____________________________________________________________________________
3777 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
3778         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
3779      Branch: perl
3780            ! t/lib/1_compile.t
3781 ____________________________________________________________________________
3782 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
3783         Log: Let's not assume ASCII.
3784      Branch: perl
3785            ! t/op/lc.t
3786 ____________________________________________________________________________
3787 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
3788         Log: Call the new perlio symbols differently.
3789      Branch: perl
3790            ! makedef.pl
3791 ____________________________________________________________________________
3792 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
3793         Log: Don't expect ASCII ordering.
3794      Branch: perl
3795            ! lib/ExtUtils/Manifest.t
3796 ____________________________________________________________________________
3797 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
3798         Log: Forgot from #12756.
3799      Branch: perl
3800            ! perlio.h
3801 ____________________________________________________________________________
3802 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
3803         Log: BeOS tweaks:
3804              - fseeko and ftello can be found by Configure but
3805              we do not seem to have prototypes for them so
3806              let's make up some
3807              - BeOS didn't use to have real sockets (sockets as
3808              filedescriptors) but the BONE package is supposed
3809              to fix this.  I do not know how to detect BONEness,
3810              see hints/beos.sh for a spot that needs to fixed.
3811              - BeOS has O_TEXT != O_BINARY but has no setmode()
3812      Branch: perl
3813            ! hints/beos.sh perlio.c
3814 ____________________________________________________________________________
3815 [ 12755] By: sky                                   on 2001/10/29  12:56:12
3816         Log: Ugly fix to not die when a thread creator is holding locks.
3817      Branch: perl
3818            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3819            ! ext/threads/threads.xs
3820 ____________________________________________________________________________
3821 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
3822         Log: Integrate change #12752 from maintperl;
3823              
3824              croak(Nullch) wasn't printing the contents of ERRSV if there was
3825              no outer eval (bug in change#6125)
3826      Branch: perl
3827           !> util.c
3828 ____________________________________________________________________________
3829 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
3830         Log: Subject: [PATCH h2xs] Use of static data in XS modules
3831              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
3832              Date: Sun, 28 Oct 2001 21:19:07 -0000
3833              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
3834              
3835              with nits from Sarathy.
3836      Branch: perl
3837            ! utils/h2xs.PL
3838 ____________________________________________________________________________
3839 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
3840         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
3841              no outer eval (bug in change#6125)
3842      Branch: maint-5.6/perl
3843            ! util.c
3844 ____________________________________________________________________________
3845 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
3846         Log: More todo for the encoding pragma.
3847      Branch: perl
3848            ! lib/encoding.pm
3849 ____________________________________________________________________________
3850 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
3851         Log: Add the encoding pragma to control the "upgrade"
3852              from the native eight bit data to Unicode.
3853              
3854              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
3855      Branch: perl
3856            + lib/encoding.pm lib/encoding.t
3857            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
3858            ! pod/perlunicode.pod pod/perlvar.pod sv.c
3859 ____________________________________________________________________________
3860 [ 12749] By: sky                                   on 2001/10/28  21:02:33
3861         Log: Update documentation.
3862      Branch: perl
3863            ! ext/threads/shared/shared.pm
3864 ____________________________________________________________________________
3865 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
3866         Log: Integrate change #12747 from maintperl;
3867              
3868              finishing touches to system() fixes on windows:
3869              * detect cmd shell correctly even if it had full path in it
3870              * more quoting needed for single-arg system if the argument
3871              really had multiple quoted arguments within it
3872              * be smarter about not calling the shell when the executable
3873              has spaces, but otherwise does not need shell involvement
3874              * add a testsuite (windows-specific currently)
3875      Branch: perl
3876           +> t/op/system.t t/op/system_tests
3877            ! MANIFEST pod/perltodo.pod
3878           !> win32/win32.c
3879 ____________________________________________________________________________
3880 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
3881         Log: finishing touches to system() fixes on windows:
3882              * detect cmd shell correctly even if it had full path in it
3883              * more quoting needed for single-arg system if the argument
3884              really had multiple quoted arguments within it
3885              * be smarter about not calling the shell when the executable
3886              has spaces, but otherwise does not need shell involvement
3887              * add a testsuite (windows-specific currently)
3888      Branch: maint-5.6/perl
3889            + t/op/system.t t/op/system_tests
3890            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
3891 ____________________________________________________________________________
3892 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
3893         Log: Integrate perlio.
3894      Branch: perl
3895           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
3896 ____________________________________________________________________________
3897 [ 12745] By: nick                                  on 2001/10/28  16:08:14
3898         Log: Mingw32 fixup for Embed.t
3899      Branch: perlio
3900            ! lib/ExtUtils/Embed.t
3901 ____________________________________________________________________________
3902 [ 12744] By: nick                                  on 2001/10/28  15:54:14
3903         Log: GCC vs MS 64-bit constant syntax
3904      Branch: perlio
3905            ! ext/Time/HiRes/HiRes.xs
3906 ____________________________________________________________________________
3907 [ 12743] By: nick                                  on 2001/10/28  15:42:55
3908         Log: Integrate mainline
3909      Branch: perlio
3910           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
3911 ____________________________________________________________________________
3912 [ 12742] By: sky                                   on 2001/10/28  14:47:10
3913         Log: Manpage updates.
3914      Branch: perl
3915            ! ext/threads/threads.pm
3916 ____________________________________________________________________________
3917 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
3918         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
3919      Branch: perl
3920            ! lib/ExtUtils/Embed.t
3921 ____________________________________________________________________________
3922 [ 12740] By: nick                                  on 2001/10/28  14:14:24
3923         Log: Integrate mainline
3924      Branch: perlio
3925           !> lib/ExtUtils/Embed.t win32/win32.c
3926 ____________________________________________________________________________
3927 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
3928         Log: Need to be ./executed.
3929      Branch: perl
3930            ! lib/ExtUtils/Embed.t
3931 ____________________________________________________________________________
3932 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
3933         Log: Integrate perlio.
3934      Branch: perl
3935           !> perlio.c win32/win32.h
3936 ____________________________________________________________________________
3937 [ 12737] By: nick                                  on 2001/10/28  13:53:45
3938         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
3939              by gcc -xc++.
3940      Branch: perlio
3941            ! win32/win32.h
3942 ____________________________________________________________________________
3943 [ 12736] By: nick                                  on 2001/10/28  13:50:50
3944         Log: Have :stdio layer update an honour the fd refcnt table.
3945              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
3946      Branch: perlio
3947            ! perlio.c
3948 ____________________________________________________________________________
3949 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
3950         Log: Integrate changes #12724 and #12725 from maintperl;
3951              multiarg system now works.
3952      Branch: perl
3953           !> win32/win32.c
3954 ____________________________________________________________________________
3955 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
3956         Log: Integrate perlio.
3957      Branch: perl
3958           +> lib/ExtUtils/Embed.t
3959           !> MANIFEST perlio.c
3960 ____________________________________________________________________________
3961 [ 12733] By: nick                                  on 2001/10/28  13:07:16
3962         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
3963              least for PERLIO=perlio unthreaded case
3964      Branch: perlio
3965            ! perlio.c
3966 ____________________________________________________________________________
3967 [ 12732] By: nick                                  on 2001/10/28  11:10:24
3968         Log: Typo in exe name
3969      Branch: perlio
3970            ! lib/ExtUtils/Embed.t
3971 ____________________________________________________________________________
3972 [ 12731] By: nick                                  on 2001/10/28  11:09:59
3973         Log: Integrate Mainline
3974      Branch: perlio
3975           !> Changes configure.com ext/DB_File/DB_File.pm
3976           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
3977           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
3978           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
3979           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
3980           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
3981           !> t/TEST t/op/regexp.t win32/buildext.pl
3982 ____________________________________________________________________________
3983 [ 12730] By: nick                                  on 2001/10/28  11:05:35
3984         Log: Fixup Embed.t for Win32/VC++
3985      Branch: perlio
3986            ! lib/ExtUtils/Embed.t
3987 ____________________________________________________________________________
3988 [ 12729] By: nick                                  on 2001/10/28  09:36:20
3989         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
3990              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
3991              ExtUtils::Embed.
3992      Branch: perlio
3993            + lib/ExtUtils/Embed.t
3994            ! MANIFEST
3995 ____________________________________________________________________________
3996 [ 12728] By: sky                                   on 2001/10/28  08:12:53
3997         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
3998              line manually!
3999      Branch: perl
4000            ! lib/ExtUtils/xsubpp
4001 ____________________________________________________________________________
4002 [ 12727] By: sky                                   on 2001/10/28  08:02:09
4003         Log: And here we use the prototypes.
4004      Branch: perl
4005            ! ext/threads/shared/shared.xs
4006 ____________________________________________________________________________
4007 [ 12726] By: sky                                   on 2001/10/28  08:00:48
4008         Log: Support [] style prototypes.
4009      Branch: perl
4010            ! lib/ExtUtils/xsubpp
4011 ____________________________________________________________________________
4012 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
4013         Log: yet another multi-arg system() fix on windows: batch files as the
4014              first argument (i.e. directly executed by CreateProcess()) need
4015              extra quoting to escape shell-shock
4016      Branch: maint-5.6/perl
4017            ! win32/win32.c
4018 ____________________________________________________________________________
4019 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
4020         Log: another multi-arg system() fix on windows: passing empty arguments
4021              now works
4022      Branch: maint-5.6/perl
4023            ! win32/win32.c
4024 ____________________________________________________________________________
4025 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
4026         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
4027              No final #else #error because we do not seem to
4028              be using #error?
4029      Branch: perl
4030            ! op.h
4031 ____________________________________________________________________________
4032 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
4033         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
4034              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
4035              Date: Sat, 27 Oct 2001 23:28:44 EST 
4036              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
4037      Branch: perl
4038            ! ext/Time/HiRes/HiRes.xs
4039 ____________________________________________________________________________
4040 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
4041         Log: Regen perlapi, perltoc.
4042      Branch: perl
4043            ! pod/perlapi.pod pod/perltoc.pod
4044 ____________________________________________________________________________
4045 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
4046         Log: Subject: [PATCH] sv.h documentation
4047              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
4048              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
4049              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
4050      Branch: perl
4051            ! sv.h
4052 ____________________________________________________________________________
4053 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
4054         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
4055              system("nmake -nologo", "clean") and there is no executable
4056              called "nmake -nologo"; this used to "work" pre-change#12559 due
4057              to bugs in multiarg system() that have since been fixed
4058      Branch: perl
4059            ! win32/buildext.pl
4060 ____________________________________________________________________________
4061 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
4062         Log: Update Changes.
4063      Branch: perl
4064            ! Changes patchlevel.h
4065 ____________________________________________________________________________
4066 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
4067         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
4068              From: Richard.Foley@t-online.de (Richard Foley)            
4069              Date: Sun, 28 Oct 2001 00:48:32 +0200
4070              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
4071      Branch: perl
4072            ! pod/perlhack.pod
4073 ____________________________________________________________________________
4074 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
4075         Log: Must store pointers with the right width.
4076      Branch: perl
4077            ! op.h
4078 ____________________________________________________________________________
4079 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
4080         Log: Integrate change #12711 from perlio;
4081              
4082              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
4083              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
4084      Branch: perl
4085           !> perlio.c
4086 ____________________________________________________________________________
4087 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
4088         Log: Subject: [PATCH] make minitest
4089              From: Nicholas Clark <nick@ccl4.org>
4090              Date: Sat, 27 Oct 2001 22:56:16 +0100
4091              Message-ID: <20011027225616.L20275@plum.flirble.org>
4092      Branch: perl
4093            ! t/TEST
4094 ____________________________________________________________________________
4095 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
4096         Log: Patch #12661 missed this.
4097      Branch: perl
4098            ! ext/DB_File/DB_File.pm
4099 ____________________________________________________________________________
4100 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
4101         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
4102              From: "Craig A. Berry" <craigberry@mac.com>
4103              Date: Sat, 27 Oct 2001 16:07:47 -0500
4104              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
4105      Branch: perl
4106            ! configure.com perlio.c
4107 ____________________________________________________________________________
4108 [ 12711] By: nick                                  on 2001/10/27  19:49:25
4109         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
4110              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
4111      Branch: perlio
4112            ! perlio.c
4113 ____________________________________________________________________________
4114 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
4115         Log: Let's not replace reason if there's one already supplied.
4116      Branch: perl
4117            ! t/op/regexp.t
4118 ____________________________________________________________________________
4119 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
4120         Log: is not good.
4121      Branch: perl
4122            ! t/op/regexp.t
4123 ____________________________________________________________________________
4124 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
4125         Log: ldlibpth can exist but be unset.
4126      Branch: perl
4127            ! t/TEST
4128 ____________________________________________________________________________
4129 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
4130         Log: Unicode: property alias naming cleanup.
4131      Branch: perl
4132            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
4133 ____________________________________________________________________________
4134 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
4135         Log: FAQ sync.
4136      Branch: perl
4137            ! pod/perlfaq4.pod
4138 ____________________________________________________________________________
4139 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
4140         Log: Integrate change #12703 from maintperl;
4141              
4142              typemap stuff intervenes before declaration, move it to PREINIT
4143              section
4144              
4145              (an empty integrate, but now the files are in sync
4146              between the branches)
4147      Branch: perl
4148           !> ext/ODBM_File/ODBM_File.xs
4149 ____________________________________________________________________________
4150 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
4151         Log: More PerlIO symbols.
4152      Branch: perl
4153            ! makedef.pl
4154 ____________________________________________________________________________
4155 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
4156         Log: typemap stuff intervenes before declaration, move it to PREINIT
4157              section
4158      Branch: maint-5.6/perl
4159            ! ext/ODBM_File/ODBM_File.xs
4160 ____________________________________________________________________________
4161 [ 12702] By: nick                                  on 2001/10/27  14:09:35
4162         Log: Integrate mainline
4163      Branch: perlio
4164           +> ext/threads/shared/t/av_simple.t
4165           +> ext/threads/shared/t/hv_refs.t
4166           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
4167           !> (integrate 109 files)
4168 ____________________________________________________________________________
4169 [ 12700] By: ams                                   on 2001/10/26  21:22:23
4170         Log: Subject: [PATCH] tweak divide
4171              From: Nicholas Clark <nick@ccl4.org>
4172              Date: Fri, 26 Oct 2001 22:52:17 +0100
4173              Message-Id: <20011026225217.B20275@plum.flirble.org>
4174      Branch: perl
4175            ! pp.c
4176 ____________________________________________________________________________
4177 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
4178         Log: Integrate a buncha things from maintperl.
4179      Branch: maint-5.6/macperl
4180           !> (integrate 32 files)
4181 ____________________________________________________________________________
4182 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
4183         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
4184              From: Andy Dougherty <doughera@lafayette.edu>
4185              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
4186              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
4187      Branch: perl
4188            ! hints/svr4.sh
4189 ____________________________________________________________________________
4190 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
4191         Log: When you're root, many things become writable.
4192      Branch: perl
4193            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
4194 ____________________________________________________________________________
4195 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
4196         Log: Update Changes.
4197      Branch: perl
4198            ! Changes patchlevel.h
4199 ____________________________________________________________________________
4200 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
4201         Log: Term/Cap.t attempts to access the floppy drive for no good reason
4202              on dosish systems
4203      Branch: perl
4204            ! lib/Term/Cap.t
4205 ____________________________________________________________________________
4206 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
4207         Log: fix misleading comment on known inadequacy in B::Terse, and skip
4208              it correctly
4209      Branch: perl
4210            ! ext/B/t/terse.t
4211 ____________________________________________________________________________
4212 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
4213         Log: fix spurious AutoSplit.t failure under windows
4214      Branch: perl
4215            ! lib/AutoSplit.t
4216 ____________________________________________________________________________
4217 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
4218         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
4219      Branch: perl
4220            ! ext/Time/HiRes/HiRes.t
4221 ____________________________________________________________________________
4222 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
4223         Log: More logical to use %04"UVXf" than %"UVuf" since
4224              the Unicode standard prefers hex.
4225      Branch: perl
4226            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
4227            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
4228            ! lib/unicore/mktables utf8.c
4229 ____________________________________________________________________________
4230 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
4231         Log: change#12065 seems to have broken Encode build on windows; fix
4232      Branch: perl
4233            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
4234 ____________________________________________________________________________
4235 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
4236         Log: Unicode: add the case folding table.
4237      Branch: perl
4238            + lib/unicore/To/Fold.pl
4239            ! MANIFEST lib/unicore/mktables
4240 ____________________________________________________________________________
4241 [ 12688] By: sky                                   on 2001/10/26  13:51:29
4242         Log: Get the new functions right, do not export lock since we use builtin lock.
4243              TODO: fix xsubpp to support the new prototypes
4244      Branch: perl
4245            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4246 ____________________________________________________________________________
4247 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
4248         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
4249              as suggested by Sarathy.
4250      Branch: perl
4251            ! mg.c
4252 ____________________________________________________________________________
4253 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
4254         Log: avoid compiler warning
4255      Branch: perl
4256            ! win32/win32.c
4257 ____________________________________________________________________________
4258 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
4259         Log: WinCE update from Rainer Keuchel.
4260      Branch: perl
4261            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
4262            ! wince/wince.c
4263 ____________________________________________________________________________
4264 [ 12684] By: sky                                   on 2001/10/26  13:34:33
4265         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
4266      Branch: perl
4267            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4268 ____________________________________________________________________________
4269 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
4270         Log: More fixes that were made to the core and not in the libnet src
4271      Branch: perl
4272            ! lib/Net/Domain.pm
4273 ____________________________________________________________________________
4274 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
4275         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
4276              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
4277              Date: Fri, 26 Oct 2001 13:55:21 +0200
4278              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
4279              
4280              (plus make the db-recno.t#59 accept both \n and \r\n)
4281      Branch: perl
4282            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4283            ! ext/DB_File/t/db-recno.t
4284 ____________________________________________________________________________
4285 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
4286         Log: Fix tests to be able to run in the core and the CPAN dist
4287      Branch: perl
4288            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
4289            ! lib/Net/t/require.t lib/Net/t/smtp.t
4290 ____________________________________________________________________________
4291 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
4292         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
4293              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4294              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
4295              Date: Fri, 26 Oct 2001 08:34:46 EDT
4296      Branch: perl
4297            ! ext/Time/HiRes/HiRes.t
4298 ____________________________________________________________________________
4299 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
4300         Log: Sync libnet modules with what will be libnet-1.08
4301      Branch: perl
4302            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
4303            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
4304            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
4305            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
4306 ____________________________________________________________________________
4307 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
4308         Log: Integrate maintperl changes #12268 and #12669;
4309              
4310              final touches to the audit for statics and thread-unsafe code
4311              * make DB_File, ODBM_File thread-safe 
4312              * remove unnecessary/dangerous statics and protect others
4313              from not getting accidentally enabled under threaded perls
4314              
4315              windows support functions get_childdir() et al aren't exported
4316              correctly under vanilla build
4317              
4318              Testing under win32 appreciated since changes there had
4319              to be manually merged and I cannot test how badly did I do.
4320      Branch: perl
4321           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
4322           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
4323           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
4324           !> win32/vmem.h win32/win32.c win32/win32iop.h
4325 ____________________________________________________________________________
4326 [ 12677] By: sky                                   on 2001/10/26  12:37:17
4327         Log: More Config::threads to threads::threads changes
4328      Branch: perl
4329            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
4330 ____________________________________________________________________________
4331 [ 12676] By: sky                                   on 2001/10/26  12:31:46
4332         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
4333      Branch: perl
4334            ! ext/threads/threads.pm ext/threads/threads.xs
4335 ____________________________________________________________________________
4336 [ 12675] By: sky                                   on 2001/10/26  12:06:30
4337         Log: Allocing a TLS in runtime is not too hot.
4338      Branch: perl
4339            ! ext/threads/threads.xs
4340 ____________________________________________________________________________
4341 [ 12674] By: sky                                   on 2001/10/26  11:59:09
4342         Log: Don't display debug data.
4343      Branch: perl
4344            ! ext/threads/threads.pm
4345 ____________________________________________________________________________
4346 [ 12673] By: sky                                   on 2001/10/26  11:35:47
4347         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
4348              complete bar support for blessed objects.
4349              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
4350      Branch: perl
4351            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
4352 ____________________________________________________________________________
4353 [ 12672] By: sky                                   on 2001/10/26  11:15:28
4354         Log: Fix case where shared reference does not exist in current thread.
4355      Branch: perl
4356            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
4357 ____________________________________________________________________________
4358 [ 12671] By: sky                                   on 2001/10/26  08:48:52
4359         Log: Support for references in shared arrays.
4360      Branch: perl
4361            ! ext/threads/shared/shared.xs
4362 ____________________________________________________________________________
4363 [ 12670] By: sky                                   on 2001/10/26  08:30:11
4364         Log: Add tests for references in hashes.
4365      Branch: perl
4366            + ext/threads/shared/t/hv_refs.t
4367            ! MANIFEST
4368 ____________________________________________________________________________
4369 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
4370         Log: windows support functions get_childdir() et al aren't exported
4371              correctly under vanilla build
4372      Branch: maint-5.6/perl
4373            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
4374 ____________________________________________________________________________
4375 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
4376         Log: final touches to the audit for statics and thread-unsafe code
4377              * make DB_File, ODBM_File thread-safe 
4378              * remove unnecessary/dangerous statics and protect others
4379              from not getting accidentally enabled under threaded perls
4380      Branch: maint-5.6/perl
4381            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
4382            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
4383            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
4384            ! win32/win32.c
4385 ____________________________________________________________________________
4386 [ 12667] By: ams                                   on 2001/10/26  03:48:36
4387         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
4388              From: "Richard Soderberg" <rs@crystalflame.net>
4389              Date: Thu, 25 Oct 2001 23:42:50 -0400
4390              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
4391      Branch: perl
4392            ! sharedsv.c
4393 ____________________________________________________________________________
4394 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
4395         Log: Integrate change #12664 from maintperl;
4396              
4397              the newest GCCs don't seem to like C<"string1"##STRING2>
4398              so keep it as C<"string1" STRING2> (latter appears to
4399              work everywhere)
4400      Branch: perl
4401           !> ext/DynaLoader/dlutils.c
4402 ____________________________________________________________________________
4403 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
4404         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
4405              From: Chris Nandor <pudge@pobox.com>
4406              Date: Thu, 25 Oct 2001 22:15:03 -0400
4407              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
4408      Branch: perl
4409            ! perl.h
4410 ____________________________________________________________________________
4411 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
4412         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
4413              C<"string1" STRING2> (latter appears to work everywhere)
4414      Branch: maint-5.6/perl
4415            ! ext/DynaLoader/dlutils.c
4416 ____________________________________________________________________________
4417 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
4418         Log: AUTHORS update.
4419      Branch: perl
4420            ! AUTHORS
4421 ____________________________________________________________________________
4422 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
4423         Log: Integrate change #12660 from maintperl;
4424              
4425              make the dMY_CXT stuff available under all of
4426              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
4427      Branch: perl
4428           !> perl.h
4429 ____________________________________________________________________________
4430 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
4431         Log: Subject: [PATCH] DB_File-1.79
4432              From: "Paul Marquess" <paul.marquess@openwave.com>
4433              Date: Fri, 26 Oct 2001 00:03:54 +0100
4434              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
4435      Branch: perl
4436            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
4437            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
4438 ____________________________________________________________________________
4439 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
4440         Log: make the dMY_CXT stuff available under all of
4441              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
4442      Branch: maint-5.6/perl
4443            ! perl.h
4444 ____________________________________________________________________________
4445 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
4446         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
4447              From: Michael G Schwern <schwern@pobox.com>
4448              Date: Thu, 25 Oct 2001 18:28:12 -0400
4449              Message-ID: <20011025182812.M4811@blackrider>
4450      Branch: perl
4451            ! t/run/kill_perl.t
4452 ____________________________________________________________________________
4453 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
4454         Log: STRLEN != int.
4455      Branch: perl
4456            ! regcomp.c regexec.c
4457 ____________________________________________________________________________
4458 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
4459         Log: Subject: [PATCH] remove small IVop redundancy
4460              From: Nicholas Clark <nick@ccl4.org>
4461              Date: Thu, 25 Oct 2001 22:48:28 +0100
4462              Message-ID: <20011025224827.M66471@plum.flirble.org>
4463      Branch: perl
4464            ! pp.c pp_hot.c
4465 ____________________________________________________________________________
4466 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
4467         Log: Metaconfig unit change for #12655.
4468      Branch: metaconfig/U/perl
4469            ! Extensions.U
4470 ____________________________________________________________________________
4471 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
4472         Log: Subject: Re: Not OK @12650
4473              From: Andy Dougherty <doughera@lafayette.edu>
4474              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
4475              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
4476      Branch: perl
4477            ! Configure
4478 ____________________________________________________________________________
4479 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
4480         Log: Integrate changes #12652 and #12653 from maintperl;
4481              
4482              more tweaks to change#12626
4483              * move the boilerplate code over to perl.h and make DynaLoader
4484              use it
4485              * make re, Opcode, File::Glob and B threadsafe
4486              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
4487              C<no re;> anywhere)
4488              
4489              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
4490              
4491              File::Glob required a bit more work in bleadperl
4492              because of ExtUtils::Constant (see the Makefile.PL change)
4493      Branch: perl
4494            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
4495           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
4496           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
4497 ____________________________________________________________________________
4498 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
4499         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
4500      Branch: maint-5.6/perl
4501            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
4502            ! ext/Opcode/Opcode.xs ext/re/re.xs
4503 ____________________________________________________________________________
4504 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
4505         Log: more tweaks to change#12626
4506              * move the boilerplate code over to perl.h and make DynaLoader
4507              use it
4508              * make re, Opcode, File::Glob and B threadsafe
4509              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
4510              C<no re;> anywhere)
4511      Branch: maint-5.6/perl
4512            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
4513            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
4514 ____________________________________________________________________________
4515 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
4516         Log: Metaconfig unit change for #12650.
4517      Branch: metaconfig/U/perl
4518            ! Extensions.U
4519 ____________________________________________________________________________
4520 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
4521         Log: Subject: Re: ithreads doesn't like usedl=n
4522              From: Andy Dougherty <doughera@lafayette.edu>
4523              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
4524              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
4525              
4526              Special-case threads::shared.
4527      Branch: perl
4528            ! Configure
4529 ____________________________________________________________________________
4530 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
4531         Log: Getting fancier...
4532      Branch: perl
4533            ! t/TEST
4534 ____________________________________________________________________________
4535 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
4536         Log: csh - what a pain.
4537      Branch: perl
4538            ! t/TEST
4539 ____________________________________________________________________________
4540 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
4541         Log: Update Changes.
4542      Branch: perl
4543            ! Changes patchlevel.h
4544 ____________________________________________________________________________
4545 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
4546         Log: Allow resetting the locale system for the duration
4547              of the build (Mac OS X default setting LANG=En_US
4548              ist kaputt)
4549      Branch: perl
4550            ! Makefile.SH
4551 ____________________________________________________________________________
4552 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
4553         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
4554      Branch: perl
4555            ! ext/Digest/MD5/t/files.t
4556 ____________________________________________________________________________
4557 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
4558         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
4559              From: Andy Dougherty <doughera@lafayette.edu>
4560              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
4561              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
4562      Branch: perl
4563            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
4564            ! ext/threads/shared/Makefile.PL
4565 ____________________________________________________________________________
4566 [ 12643] By: sky                                   on 2001/10/25  12:28:26
4567         Log: Add support for reference members of hashes.
4568      Branch: perl
4569            ! ext/threads/shared/shared.xs
4570 ____________________________________________________________________________
4571 [ 12642] By: ams                                   on 2001/10/25  12:21:13
4572         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
4573              From: "Norton Allen" <nort@qnx.com>
4574              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
4575              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
4576      Branch: perl
4577            ! ext/Digest/MD5/MD5.xs
4578 ____________________________________________________________________________
4579 [ 12641] By: sky                                   on 2001/10/25  10:27:39
4580         Log: Tests shared hashes.
4581      Branch: perl
4582            + ext/threads/shared/t/hv_simple.t
4583            ! MANIFEST
4584 ____________________________________________________________________________
4585 [ 12640] By: sky                                   on 2001/10/25  10:18:23
4586         Log: Fix threadcounts for arrays and hashes.
4587      Branch: perl
4588            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4589 ____________________________________________________________________________
4590 [ 12639] By: sky                                   on 2001/10/25  10:17:26
4591         Log: Note to self, doing *src_ary++ in a macro that evaluates
4592              the value more than once is a good way to dump core.
4593      Branch: perl
4594            ! sharedsv.c
4595 ____________________________________________________________________________
4596 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
4597         Log: Integrate change #12636 from maintperl; more dl fixups.
4598      Branch: perl
4599           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
4600           !> ext/DynaLoader/dl_vms.xs
4601 ____________________________________________________________________________
4602 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
4603         Log: Like dl_hpux, like dl_dld.
4604      Branch: perl
4605            ! ext/DynaLoader/dl_dld.xs
4606 ____________________________________________________________________________
4607 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
4608         Log: followups to change#12635
4609      Branch: maint-5.6/perl
4610            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
4611            ! ext/DynaLoader/dl_vms.xs
4612 ____________________________________________________________________________
4613 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
4614         Log: add part of change#12634 to the two files that need it; dl_aix.xs
4615              in maint-5.6 doesn't have the branch that had the problem in
4616              mainline
4617      Branch: maint-5.6/perl
4618            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
4619 ____________________________________________________________________________
4620 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
4621         Log: Fixes for #12627.
4622      Branch: perl
4623            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
4624 ____________________________________________________________________________
4625 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
4626         Log: Since pv_uni_display and sv_uni_display are now used
4627              in the re extension, their symbols have to be exported.
4628      Branch: perl
4629            ! embed.pl global.sym
4630 ____________________________________________________________________________
4631 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
4632         Log: Subject:  Re: [PATCH Perl@12567] debug /list
4633              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4634              Date: Tue, 23 Oct 2001 21:40:33 EDT
4635              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
4636      Branch: perl
4637            ! configure.com
4638 ____________________________________________________________________________
4639 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
4640         Log: This takes care of some of the re 'debug' cases but
4641              not all cases since the information whether the pattern
4642              or the target are utf8 seems to be either lost or not
4643              spread widely enough, sigh.
4644      Branch: perl
4645            ! regcomp.c
4646 ____________________________________________________________________________
4647 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
4648         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
4649              From: John Peacock <jpeacock@rowman.com>
4650              Date: Wed, 24 Oct 2001 16:53:29 -0400
4651              Message-ID: <3BD72A49.1508D152@rowman.com>
4652      Branch: perl
4653            ! configure.com
4654 ____________________________________________________________________________
4655 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
4656         Log: Upgrade NetWare and WinCE as in #12626.
4657      Branch: perl
4658            ! NetWare/dl_netware.xs wince/dl_win32.xs
4659 ____________________________________________________________________________
4660 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
4661         Log: Tru64 compiler nit.
4662      Branch: perl
4663            ! ext/threads/shared/shared.xs
4664 ____________________________________________________________________________
4665 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
4666         Log: Integrate change #12626 from maintperl;
4667              make DynaLoader threadsafe by moving all statics into
4668              interpreter-local space
4669              
4670              TODO: Netware, OS/2, WinCE
4671      Branch: perl
4672           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4673           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
4674           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
4675           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
4676           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4677           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
4678           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
4679 ____________________________________________________________________________
4680 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
4681         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
4682              space
4683      Branch: maint-5.6/perl
4684            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4685            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
4686            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
4687            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
4688            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4689            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
4690            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
4691 ____________________________________________________________________________
4692 [ 12625] By: sky                                   on 2001/10/24  20:05:26
4693         Log: Change #12623 inflicted an infinite hang. Fixed.
4694      Branch: perl
4695            ! ext/threads/shared/shared.xs
4696 ____________________________________________________________________________
4697 [ 12624] By: sky                                   on 2001/10/24  19:06:55
4698         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
4699      Branch: perl
4700            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4701 ____________________________________________________________________________
4702 [ 12623] By: sky                                   on 2001/10/24  18:06:34
4703         Log: We need to do sharedsv_find in the original perl context.
4704      Branch: perl
4705            ! ext/threads/shared/shared.xs
4706 ____________________________________________________________________________
4707 [ 12622] By: sky                                   on 2001/10/24  17:26:51
4708         Log: Add support for basic support for AVs, references not supported yet.
4709              Add test for AVs.
4710              Add more tests to sv_refs
4711              Fix documentation issues.  
4712      Branch: perl
4713            + ext/threads/shared/t/av_simple.t
4714            ! MANIFEST ext/threads/shared/shared.pm
4715            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
4716 ____________________________________________________________________________
4717 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
4718         Log: Dump Unicode better for re 'debug'.  The regprop()
4719              is unfinished since have to figure out how to detect
4720              Unicodeness in there.
4721      Branch: perl
4722            ! regcomp.c regexec.c
4723 ____________________________________________________________________________
4724 [ 12620] By: sky                                   on 2001/10/24  13:18:07
4725         Log: Add support for finding shared arrays and hashes.
4726      Branch: perl
4727            ! sharedsv.c
4728 ____________________________________________________________________________
4729 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
4730         Log: Rewrite sv_uni_display() as pv_uni_display() as
4731              reimplement sv_uni_display() using that.
4732      Branch: perl
4733            ! dump.c embed.h embed.pl proto.h
4734 ____________________________________________________________________________
4735 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
4736         Log: Integrate change #12615 from maintperl;
4737              on Windows, IO::File::new_tmpfile() fails after being called
4738              32767 times because MSVCRT thinks stdio's TMP_MAX is a
4739              process-wide limit
4740      Branch: perl
4741           !> win32/win32.c
4742 ____________________________________________________________________________
4743 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
4744         Log: Don't try to print ints as IVs.
4745      Branch: perl
4746            ! ext/Time/HiRes/HiRes.xs
4747 ____________________________________________________________________________
4748 [ 12616] By: sky                                   on 2001/10/24  11:06:35
4749         Log: We only need to fetch the SV from the backend if the index
4750              is not the same as mg_private.     In theory this could be
4751              a problem if there are an exact multiple of U16 changes
4752              of a shared variable between two access in a given thread,
4753              we choose to avoid theory for now.
4754      Branch: perl
4755            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
4756 ____________________________________________________________________________
4757 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
4758         Log: on Windows, IO::File::new_tmpfile() fails after being called
4759              32767 times because MSVCRT thinks stdio's TMP_MAX is a
4760              process-wide limit
4761      Branch: maint-5.6/perl
4762            ! win32/win32.c
4763 ____________________________________________________________________________
4764 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
4765         Log: Negation and Unicode: sort of solves 20010303.010,
4766              except not quite like reported in the Subject
4767              (Perl_warner is still utf8-ignorant).
4768      Branch: perl
4769            ! pp.c t/lib/warnings/sv
4770 ____________________________________________________________________________
4771 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
4772         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
4773      Branch: perl
4774            ! sv.c t/lib/warnings/sv
4775 ____________________________________________________________________________
4776 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
4777         Log: sv_uni_display(): do not add the "...", let the caller
4778              do it if wanted, and be prepared for more display options.
4779      Branch: perl
4780            ! dump.c embed.h embed.pl proto.h
4781 ____________________________________________________________________________
4782 [ 12611] By: nick                                  on 2001/10/23  20:28:07
4783         Log: Integrate mainline
4784      Branch: perlio
4785           !> Changes configure.com cygwin/cygwin.c
4786           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
4787           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
4788           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
4789           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
4790           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
4791           !> utils/h2xs.PL utils/perldoc.PL
4792 ____________________________________________________________________________
4793 [ 12610] By: sky                                   on 2001/10/23  19:39:24
4794         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
4795              READONLY but still dies with modification attempt. We only call bless for ext and
4796              umagic.
4797      Branch: perl
4798            ! sv.c
4799 ____________________________________________________________________________
4800 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
4801         Log: Croak() on negative time; doc tweaks.
4802      Branch: perl
4803            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
4804            ! ext/Time/HiRes/HiRes.xs
4805 ____________________________________________________________________________
4806 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
4807         Log: FAQ sync.
4808      Branch: perl
4809            ! pod/perlfaq4.pod pod/perlfaq7.pod
4810 ____________________________________________________________________________
4811 [ 12607] By: sky                                   on 2001/10/23  18:27:27
4812         Log: Call setmagic on the referant we blessing!
4813      Branch: perl
4814            ! sv.c
4815 ____________________________________________________________________________
4816 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
4817         Log: Small test nits.
4818      Branch: perl
4819            ! t/op/lc.t
4820 ____________________________________________________________________________
4821 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
4822         Log: Update Changes.
4823      Branch: perl
4824            ! Changes patchlevel.h
4825 ____________________________________________________________________________
4826 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
4827         Log: Make the PerlIO_init() prototypes consistent.
4828      Branch: perl
4829            ! perlio.c
4830 ____________________________________________________________________________
4831 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
4832         Log: Upping the test count is a good idea.
4833      Branch: perl
4834            ! t/op/lc.t
4835 ____________________________________________________________________________
4836 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
4837         Log: Document the final sigma spot.
4838      Branch: perl
4839            ! pp.c
4840 ____________________________________________________________________________
4841 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
4842         Log: Fix multicharacter titlecase (ucfirst).
4843      Branch: perl
4844            ! pod/perlunicode.pod pp.c t/op/lc.t
4845 ____________________________________________________________________________
4846 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
4847         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
4848              From: Mikhail Zabaluev <mhz@alt-linux.org>
4849              Date: Tue, 23 Oct 2001 10:40:37 +0400
4850              Message-ID: <20011023104037.A12761@localhost.localdomain>
4851              
4852              (#12406 replaced with this)
4853      Branch: perl
4854            ! utils/perldoc.PL
4855 ____________________________________________________________________________
4856 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
4857         Log: MacOS Classic updates from Pudge.
4858      Branch: perl
4859            ! lib/File/Spec.t lib/File/Spec/Mac.pm
4860 ____________________________________________________________________________
4861 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
4862         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
4863              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4864              Date: Sun, 14 Oct 2001 23:14:46 +0200
4865              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
4866              
4867              except for the 2->4 changes.
4868      Branch: perl
4869            ! lib/AutoSplit.t
4870 ____________________________________________________________________________
4871 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
4872         Log: integrate macperl contents into maint-5.6
4873      Branch: maint-5.6/perl
4874            ! mg.c
4875           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
4876           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
4877           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
4878           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
4879           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
4880           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
4881           !> t/lib/filefind.t t/lib/filespec.t
4882 ____________________________________________________________________________
4883 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
4884         Log: At some point the #6234 has been lost from the mainline
4885              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
4886      Branch: perl
4887            ! lib/File/Spec/Win32.pm
4888 ____________________________________________________________________________
4889 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
4890         Log: Cygwin seems to round up (or closest, but not down)
4891              for time(), so half of the time (bad pun intended)
4892              Time::HiRes::time() is less than time(), half of
4893              the time it's more.  So let's try harder in the loop.
4894      Branch: perl
4895            ! ext/Time/HiRes/HiRes.t
4896 ____________________________________________________________________________
4897 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
4898         Log: MacOS Classic timeofday(), from Chris Nandor. 
4899      Branch: perl
4900            ! ext/Time/HiRes/HiRes.xs
4901 ____________________________________________________________________________
4902 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
4903         Log: Integrate changes #12580 and #12581 from macperl;
4904              
4905              Fix path construction.
4906              
4907              (Copyright) Nit.
4908      Branch: perl
4909           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
4910 ____________________________________________________________________________
4911 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
4912         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
4913              doesn't seem to help (the error being output to console, maybe?)
4914      Branch: perl
4915            ! lib/Net/Domain.pm
4916 ____________________________________________________________________________
4917 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
4918         Log: Taint the getcwd() result also in Cygwin.
4919              (TODO: which other platforms need the same thing?)
4920      Branch: perl
4921            ! cygwin/cygwin.c
4922 ____________________________________________________________________________
4923 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
4924         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
4925      Branch: perl
4926            ! t/op/taint.t
4927 ____________________________________________________________________________
4928 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
4929         Log: getpwuid() fragility continues.
4930      Branch: perl
4931            ! utils/h2xs.PL
4932 ____________________________________________________________________________
4933 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
4934         Log: getpwuid() might succeed but that's no guarantee
4935              that the $home will be defined.
4936      Branch: perl
4937            ! ext/File/Glob/t/basic.t
4938 ____________________________________________________________________________
4939 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
4940         Log: It's safer to to expand the variable, too... (see #12571)
4941      Branch: perl
4942            ! t/TEST
4943 ____________________________________________________________________________
4944 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
4945         Log: Integrate with maintperl.
4946      Branch: maint-5.6/macperl
4947           !> win32/bin/pl2bat.pl win32/win32.c
4948 ____________________________________________________________________________
4949 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
4950         Log: Oops, forgot to include Win32 ... just as well, since it
4951              seems in bleadperl, change #7764 was not included
4952              (adding C:\temp).  Re-added.  Rip it back out if it
4953              doesn't belong.  :-)
4954      Branch: maint-5.6/macperl
4955            ! lib/File/Spec/Win32.pm
4956 ____________________________________________________________________________
4957 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
4958         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
4959              From: "Craig A. Berry" <craigberry@mac.com>
4960              Date: Mon, 22 Oct 2001 15:25:19 -0500
4961              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
4962      Branch: perl
4963            ! configure.com
4964 ____________________________________________________________________________
4965 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
4966         Log: Add in lots of File::Spec changes, from Thomas Wegner,
4967              and sync with changes from bleadperl.
4968      Branch: maint-5.6/macperl
4969            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
4970            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
4971            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4972            ! lib/File/Spec/Win32.pm t/lib/filespec.t
4973 ____________________________________________________________________________
4974 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
4975         Log: Sync with latest File::Find and tests from bleadperl.
4976      Branch: maint-5.6/macperl
4977            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
4978 ____________________________________________________________________________
4979 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
4980         Log: Nit.
4981      Branch: maint-5.6/macperl
4982            ! perl.c
4983 ____________________________________________________________________________
4984 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
4985         Log: Fix path construction.
4986      Branch: maint-5.6/macperl
4987            ! ext/DynaLoader/DynaLoader_pm.PL
4988 ____________________________________________________________________________
4989 [ 12579] By: nick                                  on 2001/10/22  19:08:35
4990         Log: Integrate mainline (for Arthurs thread.xs fix)
4991      Branch: perlio
4992           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
4993 ____________________________________________________________________________
4994 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
4995         Log: Fix up exported symbols, move relevant docs
4996              over from macperl.pod.
4997      Branch: maint-5.6/macperl
4998            ! macos/ext/MacPerl/MacPerl.pm
4999 ____________________________________________________________________________
5000 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
5001         Log: Make ADDRESS called optionally as a method.
5002      Branch: maint-5.6/macperl
5003            ! macos/lib/Mac/Glue.pm
5004 ____________________________________________________________________________
5005 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
5006         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
5007              Apple event.
5008      Branch: maint-5.6/macperl
5009            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
5010            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
5011            ! macos/macperl/MPTerminology.aete
5012 ____________________________________________________________________________
5013 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
5014         Log: Clean up some build utilities. Change Entab to Duplicate;
5015              fix docs and error reporting; improve macify() of paths;
5016              remove requirement for Exporter.pm presence.
5017      Branch: maint-5.6/macperl
5018            ! macos/InstallBLIB macos/MacPerlTests.cmd
5019            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
5020 ____________________________________________________________________________
5021 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
5022         Log: Sync Time::HiRes with bleadperl
5023      Branch: maint-5.6/macperl
5024            ! macos/bundled_ext/Time/HiRes/HiRes.pm
5025            ! macos/bundled_ext/Time/HiRes/HiRes.t
5026            ! macos/bundled_ext/Time/HiRes/HiRes.xs
5027 ____________________________________________________________________________
5028 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
5029         Log: Fix up Changes
5030      Branch: maint-5.6/macperl
5031            ! macos/Changes
5032 ____________________________________________________________________________
5033 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
5034         Log: A user might belong to only a single group
5035              (the group equal to the group id).
5036      Branch: perl
5037            ! t/op/groups.t
5038 ____________________________________________________________________________
5039 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
5040         Log: Prepending (instead of replacing with) the pwd is safer. 
5041      Branch: perl
5042            ! t/TEST
5043 ____________________________________________________________________________
5044 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
5045         Log: Be more robust if no hostname or domainname
5046              (especially the latter)
5047      Branch: perl
5048            ! lib/Net/Domain.pm
5049 ____________________________________________________________________________
5050 [ 12569] By: sky                                   on 2001/10/22  17:41:07
5051         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
5052      Branch: perl
5053            ! ext/threads/threads.xs
5054 ____________________________________________________________________________
5055 [ 12568] By: nick                                  on 2001/10/22  16:31:24
5056         Log: Integrate mainline
5057      Branch: perlio
5058           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
5059           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5060           +> ext/threads/shared/t/sv_refs.t
5061           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
5062            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
5063            - lib/unicore/To/SpecUpper.pl
5064           !> (integrate 42 files)
5065 ____________________________________________________________________________
5066 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
5067         Log: Update Changes.
5068      Branch: perl
5069            ! Changes patchlevel.h
5070 ____________________________________________________________________________
5071 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
5072         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
5073              From: Michael G Schwern <schwern@pobox.com>
5074              Date: Mon, 22 Oct 2001 03:48:38 -0400
5075              Message-ID: <20011022034838.B1676@blackrider>
5076      Branch: perl
5077            ! pod/perlvar.pod
5078 ____________________________________________________________________________
5079 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
5080         Log: Pod nits, as suggested by Stas Bekman.
5081      Branch: perl
5082            ! ext/threads/shared/shared.pm ext/threads/threads.pm
5083 ____________________________________________________________________________
5084 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
5085         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
5086              From: "Paul Marquess" <paul.marquess@openwave.com> 
5087              Date: Sun, 21 Oct 2001 21:11:15 +0100
5088              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
5089      Branch: perl
5090            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
5091            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
5092            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
5093            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
5094            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
5095            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
5096            ! ext/SDBM_File/sdbm.t
5097 ____________________________________________________________________________
5098 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
5099         Log: Integrate change #12559 from maintperl;
5100              various fixes for system() and backticks under windows
5101      Branch: perl
5102           !> win32/win32.c
5103 ____________________________________________________________________________
5104 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
5105         Log: Integrate change #12560 from maintperl;
5106              make pl2bat use %0 rather than "%0" (the latter fails to work
5107              in a lot of common cases)
5108      Branch: perl
5109           !> win32/bin/pl2bat.pl
5110 ____________________________________________________________________________
5111 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
5112         Log: Integrate changes #12549 and #12550 from maintperl;
5113              
5114              readline() doesn't work with our variables; it confuses them with
5115              my variables (change#4227 was incomplete)
5116      Branch: perl
5117            ! t/lib/strict/vars
5118           !> t/base/rs.t toke.c
5119 ____________________________________________________________________________
5120 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
5121         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
5122              in a lot of common cases)
5123      Branch: maint-5.6/perl
5124            ! win32/bin/pl2bat.pl
5125 ____________________________________________________________________________
5126 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
5127         Log: various fixes for system() and backticks under windows:
5128              
5129              * avoid munging whitespace that is passed within quotes
5130              * work around a cmd.exe misfeature that made multi-arg
5131              system() unreliable when there is more than one quoted
5132              argument
5133              * make multi-arg system() autoquote arguments as needed
5134              before passing them to the shell (this avoids having to
5135              second guess the shell quoting)
5136              * perl's -Dp switch can be used to trace the innards
5137      Branch: maint-5.6/perl
5138            ! win32/win32.c
5139 ____________________________________________________________________________
5140 [ 12558] By: nick                                  on 2001/10/22  08:58:42
5141         Log: Integrate ithreads buffer flush fix from perlio
5142      Branch: perl
5143           !> ext/threads/t/basic.t perl.c
5144 ____________________________________________________________________________
5145 [ 12557] By: nick                                  on 2001/10/22  08:35:09
5146         Log: All tests pass (legitimately) on ithreads
5147      Branch: perlio
5148            ! ext/threads/t/basic.t perl.c
5149 ____________________________________________________________________________
5150 [ 12556] By: nick                                  on 2001/10/22  06:51:22
5151         Log: Integrate non-ithreads fix to mainline
5152      Branch: perl
5153           !> perlio.c
5154 ____________________________________________________________________________
5155 [ 12555] By: nick                                  on 2001/10/22  06:48:33
5156         Log: Restore non-ithreads build. Interestingly binmode test passes
5157              non-ithreads - so crlf layer is not damaged and ithreads fail
5158              is a symptom ...
5159      Branch: perlio
5160            ! perlio.c
5161 ____________________________________________________________________________
5162 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
5163         Log: Integrate from perlio; restructuring.
5164      Branch: perl
5165           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
5166           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
5167           !> win32/perlhost.h
5168 ____________________________________________________________________________
5169 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
5170         Log: Integrate from maintperl
5171              (Changes 12350, 12496, 12548, 12549, 12550)
5172      Branch: maint-5.6/macperl
5173           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
5174           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
5175 ____________________________________________________________________________
5176 [ 12552] By: nick                                  on 2001/10/21  19:18:12
5177         Log: Win32 PerlIO_cleanup special cases should no longer be required.
5178      Branch: perlio
5179            ! perl.c
5180 ____________________________________________________________________________
5181 [ 12551] By: nick                                  on 2001/10/21  19:16:56
5182         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
5183      Branch: perlio
5184            ! win32/makefile.mk
5185 ____________________________________________________________________________
5186 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
5187         Log: change#12549 wasn't aware of strictures
5188      Branch: maint-5.6/perl
5189            ! t/pragma/strict-vars toke.c
5190 ____________________________________________________________________________
5191 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
5192         Log: readline() doesn't work with our variables; it confuses them with
5193              my variables (change#4227 was incomplete)
5194      Branch: maint-5.6/perl
5195            ! t/base/rs.t toke.c
5196 ____________________________________________________________________________
5197 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
5198         Log: change#12220 appears to have pulled in a mainline change that
5199              isn't applicable to maint-5.6 (some platforms don't taint
5200              cwd)
5201      Branch: maint-5.6/perl
5202            ! t/lib/filefind-taint.t
5203 ____________________________________________________________________________
5204 [ 12547] By: nick                                  on 2001/10/21  17:15:54
5205         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
5206              for them. Call explicit cleanup during destruct process.
5207              - one binmode test is failing
5208              - also ext/threads/t/basic.t fails under make test, and is noisy under
5209              harness. (Threads results are intermingled and don't match order expected.)
5210      Branch: perlio
5211            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
5212            ! perlio.h perliol.h pod/perlapi.pod sv.c
5213 ____________________________________________________________________________
5214 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
5215         Log: Implement multicharacter case mappings where a single
5216              Unicode character can be mapped into several.
5217      Branch: perl
5218            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
5219            - lib/unicore/To/SpecUpper.pl
5220            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
5221            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
5222            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
5223            ! proto.h t/op/lc.t utf8.c
5224 ____________________________________________________________________________
5225 [ 12545] By: sky                                   on 2001/10/21  15:25:16
5226         Log: First support of threads::shared, support shared svs and references.
5227      Branch: perl
5228            + ext/threads/shared/Makefile.PL ext/threads/shared/README
5229            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5230            + ext/threads/shared/t/sv_refs.t
5231            + ext/threads/shared/t/sv_simple.t
5232            ! MANIFEST sharedsv.c
5233 ____________________________________________________________________________
5234 [ 12544] By: nick                                  on 2001/10/21  14:52:35
5235         Log: PerlIO layer table as PL_perlio (per-interpreter)
5236      Branch: perlio
5237            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
5238            ! pod/perlapi.pod sv.c
5239 ____________________________________________________________________________
5240 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
5241         Log: Prettyprinting.
5242      Branch: perl
5243            ! pod/perlunicode.pod
5244 ____________________________________________________________________________
5245 [ 12542] By: ams                                   on 2001/10/21  03:50:25
5246         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
5247              From: "Sean M. Burke" <sburke@cpan.org>
5248              Date: Sat, 20 Oct 2001 17:51:09 -0600
5249              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
5250      Branch: perl
5251            + pod/perlpodspec.pod
5252            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
5253            ! pod/perltoc.pod
5254 ____________________________________________________________________________
5255 [ 12541] By: nick                                  on 2001/10/20  22:23:53
5256         Log: Fix typos in new locking on MemShared
5257              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
5258              - seems to make segfaults more deterministic - suspect they are 
5259              attempt to free() after Interp and Host have gone.
5260      Branch: perlio
5261            ! perlio.c win32/perlhost.h
5262 ____________________________________________________________________________
5263 [ 12540] By: nick                                  on 2001/10/20  21:50:46
5264         Log: Remove the MemShared re-#define (again)
5265      Branch: perlio
5266            ! perlio.c
5267 ____________________________________________________________________________
5268 [ 12539] By: nick                                  on 2001/10/20  21:49:06
5269         Log: Use locks on MemShared
5270      Branch: perlio
5271            ! win32/perlhost.h
5272 ____________________________________________________________________________
5273 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
5274         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
5275              From: "chromatic" <chromatic@rmci.net>
5276              Date: Sat, 20 Oct 2001 11:13:47 -0600
5277              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
5278      Branch: perl
5279            ! installhtml
5280 ____________________________________________________________________________
5281 [ 12537] By: nick                                  on 2001/10/20  16:44:03
5282         Log: Integrate mainline
5283      Branch: perlio
5284           !> (integrate 48 files)
5285 ____________________________________________________________________________
5286 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
5287         Log: Update Changes.
5288      Branch: perl
5289            ! Changes patchlevel.h
5290 ____________________________________________________________________________
5291 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
5292         Log: Upgrade to podlators 1.11, from Russ Allbery.
5293      Branch: perl
5294            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
5295            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
5296            ! pod/pod2man.PL pod/pod2text.PL
5297 ____________________________________________________________________________
5298 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
5299         Log: Integrate perlio change #12532:
5300              introduce and use PerlIO_intmod2str().
5301      Branch: perl
5302           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
5303 ____________________________________________________________________________
5304 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
5305         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
5306      Branch: perl
5307            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
5308 ____________________________________________________________________________
5309 [ 12532] By: nick                                  on 2001/10/20  14:25:37
5310         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
5311              Use for non-PERLIO fdupopen().
5312      Branch: perlio
5313            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
5314 ____________________________________________________________________________
5315 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
5316         Log: Integrate perlio: PerlIO win32 fixes.
5317      Branch: perl
5318           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
5319           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
5320           !> proto.h sv.h win32/win32io.c
5321 ____________________________________________________________________________
5322 [ 12530] By: nick                                  on 2001/10/20  12:53:30
5323         Log: Fixed in two places - p4 resolve
5324      Branch: perlio
5325            ! perlsdio.h
5326 ____________________________________________________________________________
5327 [ 12529] By: nick                                  on 2001/10/20  12:51:05
5328         Log: Fix for ithreads/stdio build
5329      Branch: perlio
5330            ! perlio.c perlsdio.h
5331 ____________________________________________________________________________
5332 [ 12528] By: ams                                   on 2001/10/20  12:13:25
5333         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
5334              From: Michael G Schwern <schwern@pobox.com>
5335              Date: Sat, 20 Oct 2001 01:41:21 -0400
5336              Message-Id: <20011020014121.I3681@blackrider>
5337      Branch: perl
5338            ! installman
5339 ____________________________________________________________________________
5340 [ 12527] By: ams                                   on 2001/10/20  12:09:41
5341         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
5342              From: Michael G Schwern <schwern@pobox.com>
5343              Date: Sat, 20 Oct 2001 02:04:21 -0400
5344              Message-Id: <20011020020421.A11732@blackrider>
5345      Branch: perl
5346            ! lib/Pod/Checker.pm
5347 ____________________________________________________________________________
5348 [ 12526] By: ams                                   on 2001/10/20  11:59:41
5349         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
5350              From: "chromatic" <chromatic@rmci.net>
5351              Date: Fri, 19 Oct 2001 22:46:39 -0600
5352              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
5353      Branch: perl
5354            ! lib/Net/Config.pm
5355 ____________________________________________________________________________
5356 [ 12525] By: nick                                  on 2001/10/20  11:16:18
5357         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
5358              Perl_sv_setsv_flags directly.
5359      Branch: perlio
5360            ! ext/threads/threads.xs
5361 ____________________________________________________________________________
5362 [ 12524] By: nick                                  on 2001/10/20  10:28:17
5363         Log: Add a new flag character 'm' to embed.pl set to represent
5364              "functions" which are really macros. Use it foe the troublesome
5365              sv_setsv() etc. macros in sv.h - changing latter to define
5366              sv_setsv rather than sv_setsv_macro etc.
5367      Branch: perlio
5368            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
5369            ! pod/perlapi.pod proto.h sv.h
5370 ____________________________________________________________________________
5371 [ 12523] By: nick                                  on 2001/10/20  09:17:17
5372         Log: Add comments explaining why win32.h/embed.h are included where they are
5373              in perl.h 
5374      Branch: perlio
5375            ! perl.h
5376 ____________________________________________________________________________
5377 [ 12522] By: nick                                  on 2001/10/20  08:27:44
5378         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
5379              being used yet.
5380      Branch: perlio
5381            ! win32/win32io.c
5382 ____________________________________________________________________________
5383 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
5384         Log: Wording tweaks.
5385      Branch: perl
5386            ! t/TEST
5387 ____________________________________________________________________________
5388 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
5389         Log: Subject: IO module with nonblocking socket connect patch 
5390              From: Raul Dias <raul@dias.com.br>
5391              Date: Fri, 19 Oct 2001 22:45:32 -0300
5392              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
5393      Branch: perl
5394            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
5395 ____________________________________________________________________________
5396 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
5397         Log: Test vertical whitespace combined with /x in \p{}.
5398      Branch: perl
5399            ! t/op/pat.t
5400 ____________________________________________________________________________
5401 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
5402         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
5403              From: Gisle Aas <gisle@ActiveState.com> 
5404              Date: 19 Oct 2001 16:46:02 -0700
5405              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
5406      Branch: perl
5407            ! lib/ExtUtils/MakeMaker.pm
5408 ____________________________________________________________________________
5409 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
5410         Log: No more this symbol.
5411      Branch: perl
5412            ! makedef.pl
5413 ____________________________________________________________________________
5414 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
5415         Log: Integrate change #12511; fix gross win32 build issues.
5416      Branch: perl
5417           !> makedef.pl sv.c
5418 ____________________________________________________________________________
5419 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
5420         Log: Unpack in scalar context should return the first value
5421              returned in list context, as pointed out by Ton Hospel
5422              in 2001-05-21 (this is how it works already in blead,
5423              just adding the test).
5424      Branch: perl
5425            ! t/op/pack.t
5426 ____________________________________________________________________________
5427 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
5428         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
5429              From: "Craig A. Berry" <craigberry@mac.com>
5430              Date: Fri, 19 Oct 2001 16:59:30 -0500
5431              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
5432      Branch: perl
5433            ! utils/perldoc.PL
5434 ____________________________________________________________________________
5435 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
5436         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
5437              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5438              Date: Fri, 19 Oct 2001 17:45:23 EDT
5439              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
5440      Branch: perl
5441            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
5442            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
5443            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
5444            ! vms/vmsish.h
5445 ____________________________________________________________________________
5446 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
5447         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
5448              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5449              Date: Fri, 19 Oct 2001 17:26:35 EDT
5450              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
5451      Branch: perl
5452            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
5453 ____________________________________________________________________________
5454 [ 12511] By: nick                                  on 2001/10/19  19:55:36
5455         Log: Fix gross win32 build issues
5456      Branch: perlio
5457            ! makedef.pl sv.c
5458 ____________________________________________________________________________
5459 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
5460         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
5461              From: David Dyck <dcd@tc.fluke.com>
5462              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
5463              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
5464      Branch: perl
5465            ! lib/File/Find.pm
5466 ____________________________________________________________________________
5467 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
5468         Log: Subject: Re: PerlIO and Encode
5469              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5470              Date: Tue, 16 Oct 2001 01:50:16 +0900
5471              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
5472      Branch: perl
5473            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
5474            ! ext/Encode/Encode/Tcl.t
5475 ____________________________________________________________________________
5476 [ 12508] By: ams                                   on 2001/10/19  17:59:16
5477         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
5478              (See #12499)
5479      Branch: perl
5480            ! pod/perlintro.pod
5481 ____________________________________________________________________________
5482 [ 12507] By: nick                                  on 2001/10/19  16:30:43
5483         Log: Integrate mainline
5484      Branch: perlio
5485           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
5486           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
5487           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
5488           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
5489           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
5490           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
5491           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
5492           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
5493           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
5494           +> win32/config_H.win64
5495            - lib/Test/Utils.pm lib/unicore/mktables.PL
5496            - t/lib/Test/Simple/Catch/More.pm
5497           !> (integrate 84 files)
5498 ____________________________________________________________________________
5499 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
5500         Log: Retract the #10451 which seems to be the cause
5501              of the major leakage from while(){eval"sub{}"}
5502      Branch: perl
5503            ! op.c t/run/kill_perl.t
5504 ____________________________________________________________________________
5505 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
5506         Log: Regen toc.
5507      Branch: perl
5508            ! pod/perltoc.pod
5509 ____________________________________________________________________________
5510 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
5511         Log: Tiny tweaks.
5512      Branch: perl
5513            ! pod/perl.pod
5514 ____________________________________________________________________________
5515 [ 12503] By: ams                                   on 2001/10/19  13:34:24
5516         Log: Subject: Re: perlintro.pod
5517              From: Abe Timmerman <abe@ztreet.demon.nl>
5518              Date: Fri, 19 Oct 2001 14:12:40 +0200
5519              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
5520      Branch: perl
5521            ! pod/perlintro.pod
5522 ____________________________________________________________________________
5523 [ 12502] By: ams                                   on 2001/10/19  13:24:12
5524         Log: Slight reorganisation of references.
5525      Branch: perl
5526            ! pod/perl.pod
5527 ____________________________________________________________________________
5528 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
5529         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
5530              From: Kay Röpke <kroepke@dolphin-services.de>
5531              Date: Fri, 19 Oct 2001 14:04:01 +0200 
5532              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
5533      Branch: perl
5534            ! lib/ExtUtils/MakeMaker.pm
5535 ____________________________________________________________________________
5536 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
5537         Log: Unicode categories continue:
5538              implement Category=, Script=, Block=
5539              (these are based on an upcoming update of TR#18)
5540              Fix a bug where we got two In categories named "old italic",
5541              and another where shortcut for the Is categories wasn't taken.
5542      Branch: perl
5543            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
5544            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
5545            ! pod/perlunicode.pod t/op/pat.t
5546 ____________________________________________________________________________
5547 [ 12499] By: ams                                   on 2001/10/19  01:42:29
5548         Log: Subject: a small patch to perlintro.pod.
5549              From: Autrijus Tang <autrijus@autrijus.org>
5550              Date: Fri, 19 Oct 2001 01:45:51 +0800
5551              Message-Id: <20011019014551.A35625@not.autrijus.org>
5552              (Applied by hand with nits.)
5553      Branch: perl
5554            ! pod/perlintro.pod
5555 ____________________________________________________________________________
5556 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
5557         Log: Subject: [PATCH] OpenBSD hints for ithreads
5558              From: Andy Dougherty <doughera@lafayette.edu>
5559              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
5560              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
5561      Branch: perl
5562            ! hints/openbsd.sh
5563 ____________________________________________________________________________
5564 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
5565         Log: Retract #12446; the problem solved by #12474.
5566      Branch: perl
5567            ! hints/aix.sh
5568 ____________________________________________________________________________
5569 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
5570         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
5571              message and suppress line number info (from Steve Hay
5572              <Steve.Hay@uk.radan.com>)
5573      Branch: maint-5.6/perl
5574            ! lib/Carp/Heavy.pm
5575 ____________________________________________________________________________
5576 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
5577         Log: More documented In categories.
5578      Branch: perl
5579            ! pod/perlunicode.pod
5580 ____________________________________________________________________________
5581 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
5582         Log: Update Changes.
5583      Branch: perl
5584            ! Changes patchlevel.h
5585 ____________________________________________________________________________
5586 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
5587         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
5588      Branch: perl
5589            ! MANIFEST
5590 ____________________________________________________________________________
5591 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
5592         Log: Wrong skip() arguments.
5593      Branch: perl
5594            ! ext/B/t/terse.t
5595 ____________________________________________________________________________
5596 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
5597         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
5598              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5599              Date: Wed, 17 Oct 2001 09:10:53 EDT 
5600              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
5601      Branch: perl
5602            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
5603            ! pod/perlapi.pod vms/vms.c
5604 ____________________________________________________________________________
5605 [ 12490] By: ams                                   on 2001/10/18  09:31:00
5606         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
5607              From: Mark-Jason Dominus <mjd@plover.com>
5608              Date: Thu, 18 Oct 2001 06:25:35 -0400
5609              Message-Id: <20011018102535.19264.qmail@plover.com>
5610      Branch: perl
5611            ! pod/perl.pod
5612 ____________________________________________________________________________
5613 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
5614         Log: Prettyprinting.
5615      Branch: perl
5616            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
5617 ____________________________________________________________________________
5618 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
5619         Log: Regen toc.
5620      Branch: perl
5621            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5622 ____________________________________________________________________________
5623 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
5624         Log: Add perlintro, from Skud.
5625      Branch: perl
5626            + pod/perlintro.pod
5627            ! MANIFEST
5628 ____________________________________________________________________________
5629 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
5630         Log: FAQ sync.
5631      Branch: perl
5632            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
5633            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
5634            ! pod/perlfaq8.pod pod/perlfaq9.pod
5635 ____________________________________________________________________________
5636 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
5637         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
5638              in speed (upto 20% speedup in certain operations) but meanwhile
5639              regexps and arithmetics got slower (5-10%) (according to
5640              perlbench average speedup is negligible, and within measuring
5641              flutter, 1%).  Therefore retracting all the changes
5642              aimed at getting -std1 to compile cleanly:  #12475, #12476,
5643              #12479, #12480, #12481, #12482, #12483, #12484.
5644      Branch: perl
5645            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
5646            ! pp_hot.c pp_sys.c toke.c
5647 ____________________________________________________________________________
5648 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
5649         Log: (retracted by #12485)
5650              Strict ANSI doesn't like the third argument of main()
5651              so enable ignoring it if using ultra picky compiler.
5652      Branch: perl
5653            ! miniperlmain.c
5654 ____________________________________________________________________________
5655 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
5656         Log: (retracted by #12485)
5657              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
5658      Branch: perl
5659            ! perl.h
5660 ____________________________________________________________________________
5661 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
5662         Log: (retracted by #12485)
5663              Add explanatory comment.
5664      Branch: perl
5665            ! mg.c
5666 ____________________________________________________________________________
5667 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
5668         Log: (retracted by #12485)
5669              More dollar$hiding.
5670      Branch: perl
5671            ! doio.c perl.h pp_sys.c
5672 ____________________________________________________________________________
5673 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
5674         Log: (retracted by #12485)
5675              KISS.
5676      Branch: perl
5677            ! mg.c
5678 ____________________________________________________________________________
5679 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
5680         Log: (retracted by #12485)
5681              Thou shalt not #ifdef inside macro invocations,
5682              noticed by Rafael Garcia-Suarez.
5683      Branch: perl
5684            ! mg.c
5685 ____________________________________________________________________________
5686 [ 12478] By: ams                                   on 2001/10/17  18:50:55
5687         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
5688              From: Anton Berezin <tobez@tobez.org>
5689              Date: Wed, 17 Oct 2001 18:25:48 +0200
5690              Message-Id: <20011017182548.A12082@heechee.tobez.org>
5691      Branch: perl
5692            ! pp_sys.c
5693 ____________________________________________________________________________
5694 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
5695         Log: (retracted by #12485)
5696              Unterminated #ifdef.
5697      Branch: perl
5698            ! mg.c
5699 ____________________________________________________________________________
5700 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
5701         Log: (retracted by #12485)
5702              Avoid dollar signs in identifiers (in non-VMS) to
5703              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
5704      Branch: perl
5705            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
5706            ! toke.c
5707 ____________________________________________________________________________
5708 [ 12474] By: ams                                   on 2001/10/17  15:14:50
5709         Log: Subject: Two AIX patches
5710              From: H.Merijn Brand <h.m.brand@hccnet.nl>
5711              Date: Wed, 17 Oct 2001 18:04:35 +0200
5712              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
5713      Branch: perl
5714            ! hints/aix.sh makedef.pl
5715 ____________________________________________________________________________
5716 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
5717         Log: Limiting the Time::HiRes::sleep and usleep to
5718              one second is not a good policy if drop-in
5719              replacement is still a goal.
5720      Branch: perl
5721            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
5722            ! ext/Time/HiRes/HiRes.xs
5723 ____________________________________________________________________________
5724 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
5725         Log: Subject: [PATCH] Test::Simple 0.32
5726              From: Michael G Schwern <schwern@pobox.com> 
5727              Date: Wed, 17 Oct 2001 03:42:41 -0400
5728              Message-ID: <20011017034241.A25038@blackrider>
5729      Branch: perl
5730            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
5731            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
5732            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
5733            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
5734            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
5735            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
5736            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
5737            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
5738            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
5739            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5740            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
5741            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
5742            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
5743            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
5744            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
5745            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
5746            ! t/lib/Test/Simple/Catch.pm
5747            ! t/lib/Test/Simple/sample_tests/five_fail.plx
5748 ____________________________________________________________________________
5749 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
5750         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
5751              From: Michael G Schwern <schwern@pobox.com> 
5752              Date: Wed, 17 Oct 2001 04:04:13 -0400
5753              Message-ID: <20011017040413.C25550@blackrider>
5754      Branch: perl
5755            ! t/TEST t/harness vms/test.com
5756 ____________________________________________________________________________
5757 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
5758         Log: Regen doc with perlmodstyle added.
5759      Branch: perl
5760            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5761 ____________________________________________________________________________
5762 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
5763         Log: Pod cleanup.
5764      Branch: perl
5765            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
5766 ____________________________________________________________________________
5767 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
5768         Log: Subject: perlmodstyle as a patch
5769              From: Kirrily Robert <skud@infotrope.net>
5770              Date: Tue, 16 Oct 2001 22:47:23 -0400
5771              Message-ID: <20011016224723.A20673@infotrope.net>
5772      Branch: perl
5773            + pod/perlmodstyle.pod
5774            ! MANIFEST
5775 ____________________________________________________________________________
5776 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
5777         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
5778              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
5779              Date: Thu, 6 Sep 2001 11:09:40 +0100
5780              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
5781              
5782              Mention also the develooper p5p archive.
5783      Branch: perl
5784            ! pod/perlhack.pod
5785 ____________________________________________________________________________
5786 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
5787         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
5788              From: Kay Röpke <kroepke@dolphin-services.de>
5789              Date: Tue, 16 Oct 2001 17:23:52 +0200
5790              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
5791      Branch: perl
5792            ! lib/ExtUtils/MakeMaker.pm
5793 ____________________________________________________________________________
5794 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
5795         Log: Add the special casing mappings (from SpecCase.txt)
5796              (except for the hyper special case mappings that have
5797              the condition list); the special casing mappings are
5798              unused for now.  Small tidying up on mktables.
5799      Branch: perl
5800            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
5801            + lib/unicore/To/SpecUpper.pl
5802            ! lib/unicore/mktables
5803 ____________________________________________________________________________
5804 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
5805         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
5806              From: "David H. Adler" <dha@panix.com>       
5807              Date: Tue, 16 Oct 2001 11:59:35 -0400
5808              Message-ID: <20011016115935.A13078@panix.com>
5809              
5810              Subject: [ PATCH ] perldata patch, revised
5811              From: "David H. Adler" <dha@panix.com>     
5812              Date: Tue, 16 Oct 2001 18:26:49 -0400
5813              Message-ID: <20011016182649.C23970@panix.com>
5814      Branch: perl
5815            ! pod/perldata.pod pod/perlop.pod
5816 ____________________________________________________________________________
5817 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
5818         Log: Integrate perlio: PerlIO_dup (for all but Win32).
5819      Branch: perl
5820           !> embed.h embed.pl ext/Encode/Encode.xs
5821           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
5822           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
5823           !> win32/win32io.c
5824 ____________________________________________________________________________
5825 [ 12462] By: nick                                  on 2001/10/16  19:11:30
5826         Log: PerlIOXxxx_dups for all but Win32
5827      Branch: perlio
5828            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
5829            ! ext/PerlIO/Via/Via.xs
5830 ____________________________________________________________________________
5831 [ 12461] By: nick                                  on 2001/10/16  18:28:48
5832         Log: Implement PerlIOStdio_dup (explains core dumps - dup
5833              was not setting up a FILE * to be fclosed()).
5834      Branch: perlio
5835            ! perlio.c
5836 ____________________________________________________________________________
5837 [ 12460] By: nick                                  on 2001/10/16  17:31:47
5838         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
5839              overflow.
5840      Branch: perlio
5841            ! perlio.c
5842 ____________________________________________________________________________
5843 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
5844         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
5845              From: "Craig A. Berry" <craigberry@mac.com>
5846              Date: Tue, 16 Oct 2001 13:08:38 -0500
5847              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
5848      Branch: perl
5849            ! configure.com
5850 ____________________________________________________________________________
5851 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
5852         Log: Can't expect too much accuracy from a sleep of one second.
5853              (I think this will also fail with high load.)
5854      Branch: perl
5855            ! ext/Time/HiRes/HiRes.t
5856 ____________________________________________________________________________
5857 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
5858         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
5859              From: "Werner, Randolf" <randolf.werner@sap.com>
5860              Date: Tue, 16 Oct 2001 18:33:02 +0200
5861              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
5862      Branch: perl
5863            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
5864            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
5865 ____________________________________________________________________________
5866 [ 12456] By: nick                                  on 2001/10/16  14:08:16
5867         Log: Builds under ithreads (but fails all threads tests)
5868      Branch: perlio
5869            ! hv.c perlio.c sv.c
5870 ____________________________________________________________________________
5871 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
5872         Log: I think the Perl_sortsv needs *not* be skipped?
5873      Branch: perl
5874            ! makedef.pl
5875 ____________________________________________________________________________
5876 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
5877         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
5878              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
5879              Date: Tue, 16 Oct 2001 15:32:44 +0200
5880              Message-ID: <3BCC531C.11494.3E433F@localhost>
5881      Branch: perl
5882            ! t/op/groups.t
5883 ____________________________________________________________________________
5884 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
5885         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
5886              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
5887              Date: Tue, 16 Oct 2001 15:01:04 +0200
5888              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
5889      Branch: perl
5890            ! t/io/fs.t
5891 ____________________________________________________________________________
5892 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
5893         Log: A forgotten deletion.
5894      Branch: perl
5895            - lib/unicore/mktables.PL
5896 ____________________________________________________________________________
5897 [ 12451] By: nick                                  on 2001/10/16  11:32:48
5898         Log: Skeleton of "PerlIO_dup" coded.
5899              Still-passes all tests non-threaded (well it would wouldn't it!)
5900      Branch: perlio
5901            ! embed.h embed.pl ext/Encode/Encode.xs
5902            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
5903            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
5904            ! win32/win32io.c
5905 ____________________________________________________________________________
5906 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
5907         Log: Document the problem with the swash_fetch() API that affects
5908              more complex case conversions.
5909      Branch: perl
5910            ! lib/utf8_heavy.pl utf8.c
5911 ____________________________________________________________________________
5912 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
5913         Log: Make Time::HiRes::sleep() and usleep() to return
5914              the number of seconds (a floating point value) and 
5915              microseconds (an integer) actually slept (well,
5916              modulo the time spent in measuring the time actually
5917              slept...), to be a better drop-in replacement for
5918              the builtin sleep().  Noticed by Chris Nandor.
5919              
5920              Also make usleep() to croak if fed illegal number
5921              of useconds (anything greater than 1_000_000).
5922      Branch: perl
5923            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
5924            ! ext/Time/HiRes/HiRes.xs
5925 ____________________________________________________________________________
5926 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
5927         Log: A missing SvREFCNT_dec.
5928      Branch: perl
5929            ! perl.c
5930 ____________________________________________________________________________
5931 [ 12447] By: nick                                  on 2001/10/15  20:27:53
5932         Log: Beginings of PerlIO_dup support (unstable)
5933      Branch: perlio
5934            ! perlio.c perliol.h
5935 ____________________________________________________________________________
5936 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
5937         Log: (retracted by #12497)
5938              In AIX vac 5 just can't seem to get regcomp right.
5939      Branch: perl
5940            ! hints/aix.sh
5941 ____________________________________________________________________________
5942 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
5943         Log: Bump the version number to agree with the maintperl one.
5944      Branch: perl
5945            ! lib/Tie/RefHash.pm
5946 ____________________________________________________________________________
5947 [ 12444] By: nick                                  on 2001/10/15  15:59:57
5948         Log: Integrate mainline
5949      Branch: perlio
5950           +> lib/Math/BigInt/t/Math/Subclass.pm
5951           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
5952           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
5953           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
5954           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
5955           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
5956           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
5957           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
5958           +> lib/unicore/mktables
5959            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
5960            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
5961            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
5962            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
5963            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
5964            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
5965            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
5966            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
5967            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
5968            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
5969            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
5970            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
5971            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
5972            - lib/unicore/syllables.txt
5973           !> (integrate 344 files)
5974 ____________________________________________________________________________
5975 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
5976         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
5977      Branch: perl
5978            ! ext/DB_File/DB_File.xs
5979 ____________________________________________________________________________
5980 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
5981         Log: Sync the skip() amounts with the number of tests.
5982      Branch: perl
5983            ! lib/Term/Complete.t
5984 ____________________________________________________________________________
5985 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
5986         Log: Update Changes.
5987      Branch: perl
5988            ! Changes patchlevel.h
5989 ____________________________________________________________________________
5990 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
5991         Log: MacOS Classic catdir() rewrite from Thomas Wegner
5992              (backward incompatibility, but a deliberate one,
5993              the old version simply is broken in its logic),
5994              also documentation updates, and as suggested replicated
5995              the File::Spec::Unix documentation updates also on the
5996              File::Spec documentation.
5997              
5998              TODO: there seems to be duplication of documentation
5999              between File::Spec and File::Spec::Unix.  I think
6000              the ::Unix should be left only with specific UNIXisms,
6001              and all the generic documentation should be in ::Spec.
6002      Branch: perl
6003            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
6004            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
6005            ! lib/File/Spec/Unix.pm
6006 ____________________________________________________________________________
6007 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
6008         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
6009              From: Blair Zajac <blair@orcaware.com>
6010              Date: Mon, 24 Sep 2001 11:48:58 -0700
6011              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
6012              
6013              (the skip() messages)
6014      Branch: perl
6015            ! t/op/magic.t
6016 ____________________________________________________________________________
6017 [ 12438] By: ams                                   on 2001/10/14  23:43:59
6018         Log: Subject: [PATCH] make PerlIO default on VMS
6019              From: "Craig A. Berry" <craigberry@mac.com>
6020              Date: Sun, 14 Oct 2001 15:27:18 -0500
6021              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
6022      Branch: perl
6023            ! configure.com
6024 ____________________________________________________________________________
6025 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
6026         Log: Retract #12436 (Abhijit already did this at #12426)
6027      Branch: perl
6028            ! lib/ExtUtils/MM_Unix.pm
6029 ____________________________________________________________________________
6030 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
6031         Log: (retracted by #12437)
6032              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
6033              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
6034              Date: Sat, 13 Oct 2001 20:33:55 +0200
6035              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
6036      Branch: perl
6037            ! lib/ExtUtils/MM_Unix.pm
6038 ____________________________________________________________________________
6039 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
6040         Log: Subject: h2xs grammar nit
6041              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6042              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
6043              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
6044      Branch: perl
6045            ! utils/h2xs.PL
6046 ____________________________________________________________________________
6047 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
6048         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
6049              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
6050              Date: Sun, 14 Oct 2001 11:25:08 +0100
6051              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
6052      Branch: perl
6053            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
6054            ! warnings.pl
6055 ____________________________________________________________________________
6056 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
6057         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
6058              for File::Spec::Mac::catfile)
6059      Branch: perl
6060            ! lib/h2xs.t
6061 ____________________________________________________________________________
6062 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
6063         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
6064              From: Nicholas Clark <nick@ccl4.org>
6065              Date: Sat, 13 Oct 2001 00:07:31 +0100
6066              Message-ID: <20011013000731.D67535@plum.flirble.org>
6067      Branch: perl
6068            ! lib/h2xs.t utils/h2xs.PL
6069 ____________________________________________________________________________
6070 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
6071         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
6072              before DEFINE and INC), and repent by taking DEFINE and
6073              INC away from PASTHRU.
6074      Branch: perl
6075            ! lib/ExtUtils/MM_Unix.pm
6076 ____________________________________________________________________________
6077 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
6078         Log: More MANIFEST anomalies.
6079      Branch: perl
6080            ! MANIFEST
6081 ____________________________________________________________________________
6082 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
6083         Log: Not that many.
6084      Branch: perl
6085            ! MANIFEST
6086 ____________________________________________________________________________
6087 [ 12428] By: sky                                   on 2001/10/13  20:59:27
6088         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
6089              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6090              Date: Sat, 13 Oct 2001 23:15:55 +0200
6091              Message-ID: <20011013231555.A18071@rafael>
6092      Branch: perl
6093            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
6094            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
6095 ____________________________________________________________________________
6096 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
6097         Log: Rewrite mktables from scratch.
6098              - Cleaner.
6099              - Faster: 15-20 seconds as opposed to several minutes.
6100              - More dynamic: the names of the various categories
6101              such as the linebreak ones are dynamic, not static.
6102              - Is.pl: long names for the general category properties
6103              are now available.
6104              - Ranges (<... ,First>, <..., Last>) from the general
6105              categories work now.
6106              - No more mktables.PL because the mktables.PL is not
6107              and never has been run to create a mktables.
6108              - syllables.txt and Is/Syl*.pl removed: non-standard
6109              (not part of the Unicode), and the whole concept is
6110              being reworked (http://syllabary.sourceforge.net/),
6111              the old way wouldn't even work with the new Syllables.txt
6112              (it would result in 1000+ new categories)
6113      Branch: perl
6114            + lib/unicore/In/163.pl lib/unicore/In/164.pl
6115            + lib/unicore/In/165.pl lib/unicore/In/166.pl
6116            + lib/unicore/In/167.pl lib/unicore/In/168.pl
6117            + lib/unicore/In/169.pl lib/unicore/In/170.pl
6118            + lib/unicore/In/171.pl lib/unicore/Is.pl
6119            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
6120            + lib/unicore/mktables
6121            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
6122            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
6123            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
6124            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
6125            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
6126            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
6127            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
6128            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
6129            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
6130            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
6131            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
6132            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
6133            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
6134            - lib/unicore/syllables.txt
6135            ! (edit 304 files)
6136 ____________________________________________________________________________
6137 [ 12426] By: ams                                   on 2001/10/13  18:05:36
6138         Log: ExtUtils::MM_Unix should ignore comments when searching for
6139              $VERSION.
6140      Branch: perl
6141            ! lib/ExtUtils/MM_Unix.pm
6142 ____________________________________________________________________________
6143 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
6144         Log: Subject: Re: New module XML::Clean
6145              From: andreas.koenig@anima.de (Andreas J. Koenig)
6146              Date: 13 Oct 2001 10:17:09 +0200
6147              Message-ID: <m37ku0t0my.fsf@anima.de>
6148      Branch: perl
6149            ! pod/perlnewmod.pod
6150 ____________________________________________________________________________
6151 [ 12424] By: sky                                   on 2001/10/13  09:39:59
6152         Log: Set thread stack size if needed.
6153      Branch: perl
6154            ! ext/threads/threads.xs
6155 ____________________________________________________________________________
6156 [ 12423] By: sky                                   on 2001/10/13  09:36:49
6157         Log: We do want to set the attribute to joinable even on modern posix
6158              platforms.
6159      Branch: perl
6160            ! ext/threads/threads.xs
6161 ____________________________________________________________________________
6162 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
6163         Log: Subject: [PATCH ext/Data/Dumper.xs]
6164              From: Brian Ingerson <ingy@ttul.org>
6165              Date: Fri, 12 Oct 2001 19:32:35 -0700
6166              Message-ID: <20011012193235.B889@ttul.org>
6167      Branch: perl
6168            ! ext/Data/Dumper/Dumper.xs
6169 ____________________________________________________________________________
6170 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
6171         Log: Update Changes.
6172      Branch: perl
6173            ! Changes patchlevel.h
6174 ____________________________________________________________________________
6175 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
6176         Log: FAQ sync.
6177      Branch: perl
6178            ! pod/perlfaq3.pod pod/perlfaq4.pod
6179 ____________________________________________________________________________
6180 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
6181         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
6182              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
6183              Date: Fri, 12 Oct 2001 11:51:05 -0700
6184              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
6185      Branch: perl
6186            ! lib/File/Copy.pm
6187 ____________________________________________________________________________
6188 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
6189         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
6190              From: "chromatic" <chromatic@rmci.net>     
6191              Date: Thu, 11 Oct 2001 10:57:55 -0600
6192              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
6193              
6194              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
6195              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6196              Date: Thu, 11 Oct 2001 22:34:21 +0200
6197              Message-ID: <20011011223421.A693@rafael>     
6198              
6199              plus undef $Term::Complete::stty as suggested by Rafael.
6200      Branch: perl
6201            ! lib/Term/Complete.pm lib/Term/Complete.t
6202 ____________________________________________________________________________
6203 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
6204         Log: UUnndduupplleexx..
6205      Branch: perl
6206            ! perl.h
6207 ____________________________________________________________________________
6208 [ 12416] By: sky                                   on 2001/10/12  20:16:19
6209         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
6210              From: Andy Dougherty <doughera@lafayette.edu>
6211              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
6212              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
6213              (Potentially only band-aid)
6214      Branch: perl
6215            ! sv.c
6216 ____________________________________________________________________________
6217 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
6218         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
6219              mishandles kill(), and therefore the sigaction test
6220              should be skipped, from Charles Lane.
6221      Branch: perl
6222            ! ext/POSIX/t/sigaction.t
6223 ____________________________________________________________________________
6224 [ 12414] By: sky                                   on 2001/10/12  18:47:49
6225         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
6226      Branch: perl
6227            ! op.h
6228 ____________________________________________________________________________
6229 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
6230         Log: Upgrade to Math::BigInt 1.44 from Tels and
6231              further fixes from John Peacock.
6232      Branch: perl
6233            + lib/Math/BigInt/t/Math/Subclass.pm
6234            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
6235            + lib/Math/BigInt/t/subclass.t
6236            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6237            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
6238            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
6239            ! lib/Math/BigInt/t/mbimbf.t
6240 ____________________________________________________________________________
6241 [ 12412] By: sky                                   on 2001/10/12  18:28:23
6242         Log: perhaps pthread_attr_t really needs to be set for the old api
6243      Branch: perl
6244            ! ext/threads/threads.xs
6245 ____________________________________________________________________________
6246 [ 12411] By: sky                                   on 2001/10/12  18:11:45
6247         Log: pthread_keycreate not pthread_key_create under the here be dragons API
6248      Branch: perl
6249            ! ext/threads/threads.h
6250 ____________________________________________________________________________
6251 [ 12410] By: sky                                   on 2001/10/12  18:07:37
6252         Log: Apperently OLD PTHREADS API is a bit retarded.
6253              This should fix another set of compile failures in HP-UX 10.20.
6254      Branch: perl
6255            ! ext/threads/threads.h ext/threads/threads.xs
6256 ____________________________________________________________________________
6257 [ 12409] By: nick                                  on 2001/10/12  15:30:01
6258         Log: Blind integrate of mainline
6259      Branch: perlio
6260           +> (branch 32 files)
6261            - lib/unicode/README
6262           !> (integrate 121 files)
6263 ____________________________________________________________________________
6264 [ 12408] By: sky                                   on 2001/10/12  14:55:08
6265         Log: Let us avoid being smart for now.
6266      Branch: perl
6267            ! ext/threads/threads.h
6268 ____________________________________________________________________________
6269 [ 12407] By: sky                                   on 2001/10/12  14:38:12
6270         Log: (void*) the argument to make sure we work with picky compilers
6271      Branch: perl
6272            ! ext/threads/threads.xs
6273 ____________________________________________________________________________
6274 [ 12406] By: ams                                   on 2001/10/12  13:26:04
6275         Log: (replaced with #12600)
6276              
6277              Subject: [PATCH 5.6.1 perldoc] use File::Temp
6278              From: Mikhail Zabaluev <mhz@alt-linux.org>
6279              Date: Fri, 12 Oct 2001 12:47:47 +0400
6280              Message-Id: <20011012124747.E13918@localhost.localdomain>
6281      Branch: perl
6282            ! utils/perldoc.PL
6283 ____________________________________________________________________________
6284 [ 12405] By: ams                                   on 2001/10/12  13:05:32
6285         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
6286              From: andreas.koenig@anima.de (Andreas J. Koenig)
6287              Date: 12 Oct 2001 11:12:07 +0200
6288              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
6289      Branch: perl
6290            ! lib/Memoize/t/speed.t
6291 ____________________________________________________________________________
6292 [ 12404] By: sky                                   on 2001/10/12  12:46:15
6293         Log: A) Support OLD_PTHREADS_API
6294              B) Change from using pthread_t to using a TLS to store the
6295              index of the thread in an hash, this is to avoid problems when
6296              in fact pthread_t was not a seralizable type.
6297              Both these changes are because of HP-UX 10.20
6298              This has not been tested on win32 but should work there.
6299              Need to add support for NetWare.
6300      Branch: perl
6301            ! ext/threads/threads.h ext/threads/threads.xs
6302 ____________________________________________________________________________
6303 [ 12403] By: ams                                   on 2001/10/12  07:34:19
6304         Log: Subject: Re: New module XML::Clean
6305              From: andreas.koenig@anima.de (Andreas J. Koenig)
6306              Date: 12 Oct 2001 10:20:35 +0200
6307              Message-Id: <m3elo9uv58.fsf@anima.de>
6308      Branch: perl
6309            ! pod/perlnewmod.pod
6310 ____________________________________________________________________________
6311 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
6312         Log: More HP model tweaks from Merijn.
6313      Branch: perl
6314            ! README.hpux
6315 ____________________________________________________________________________
6316 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
6317         Log: Update Changes.
6318      Branch: perl
6319            ! Changes patchlevel.h
6320 ____________________________________________________________________________
6321 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
6322         Log: HP-UX update from H.Merijn Brand.
6323      Branch: perl
6324            ! README.hpux
6325 ____________________________________________________________________________
6326 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
6327         Log: Subject: [PATCH] fix link rot in README.vms
6328              From: "Craig A. Berry" <craigberry@mac.com>
6329              Date: Wed, 10 Oct 2001 17:17:00 -0500
6330              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
6331      Branch: perl
6332            ! README.vms
6333 ____________________________________________________________________________
6334 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
6335         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
6336              From: "chromatic" <chromatic@rmci.net>
6337              Date: Wed, 10 Oct 2001 15:50:30 -0600
6338              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
6339      Branch: perl
6340            ! lib/Term/Complete.t
6341 ____________________________________________________________________________
6342 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
6343         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
6344              From: "chromatic" <chromatic@rmci.net>
6345              Date: Wed, 10 Oct 2001 15:45:42 -0600
6346              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
6347      Branch: perl
6348            + lib/ExtUtils/Packlist.t
6349            ! MANIFEST
6350 ____________________________________________________________________________
6351 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
6352         Log: VMS needs quotes around the -I option to keep it from
6353              being downcased, from Charles Lane.
6354      Branch: perl
6355            ! t/run/kill_perl.t
6356 ____________________________________________________________________________
6357 [ 12395] By: ams                                   on 2001/10/10  16:22:32
6358         Log: Subject: [PATCH lib/FindBin.pm]
6359              From: Stas Bekman <stas@stason.org>
6360              Date: Tue, 09 Oct 2001 23:57:10 +0800
6361              Message-Id: <3BC31E56.60805@stason.org>
6362      Branch: perl
6363            ! lib/FindBin.pm
6364 ____________________________________________________________________________
6365 [ 12394] By: ams                                   on 2001/10/10  16:09:53
6366         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
6367              From: Abhijit Menon-Sen <ams@wiw.org>
6368              Date: Wed, 10 Oct 2001 21:59:33 +0530
6369              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
6370      Branch: perl
6371            ! ext/Data/Dumper/Dumper.xs
6372 ____________________________________________________________________________
6373 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
6374         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
6375              from Charles Lane.
6376      Branch: perl
6377            ! lib/File/Spec/VMS.pm
6378 ____________________________________________________________________________
6379 [ 12392] By: ams                                   on 2001/10/10  14:49:43
6380         Log: Subject: [PATCH] two s/// bugfixes
6381              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6382              Date: Wed, 10 Oct 2001 17:23:44 +0200
6383              Message-Id: <20011010172344.C22440@rafael>
6384      Branch: perl
6385            ! pp_ctl.c regexec.c t/op/subst.t
6386 ____________________________________________________________________________
6387 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
6388         Log: Fix/improve handling of the [000000] special "root"
6389              directory, by putting cwd in canonical form when doing
6390              abs2rel, and prepending a 000000 to directory "chunks"
6391              if missing from base or path.  Also adjust test to
6392              reflect the (improved) output from abs2rel.
6393              From Charles Lane.
6394      Branch: perl
6395            ! lib/File/Spec.t lib/File/Spec/VMS.pm
6396 ____________________________________________________________________________
6397 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
6398         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
6399              all of the extra VMSish attributes (such as "treat this logical
6400              as a device name") that are necessary to make programs run.
6401              A tainted %ENV does not hinder VMS.  From Charles Lane.
6402      Branch: perl
6403            ! lib/File/Find/t/taint.t
6404 ____________________________________________________________________________
6405 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
6406         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
6407              
6408              o  VMS is case-insensitive, RTL downcases filenames read
6409              by perl... so need to re-upcase filenames like MANIFEST
6410              and MANIFEST.SKIP
6411              
6412              o  Need to convert VMS-style to Unix-style filenames when comparing
6413              names in MANIFEST to names in filesystem.
6414              
6415              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
6416              since VMS won't let you (easily) delete non-empty directories.
6417              
6418              From Charles Lane.
6419      Branch: perl
6420            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
6421 ____________________________________________________________________________
6422 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
6423         Log: Unix and VMS agree on "*" as a "match any number of any chars"
6424              wildcards, but differ ("?"  vs.  "%") for their "match any single
6425              char" wildcard.  This patch changes "?"  chars to "%" before doing a
6426              VMS glob...at no loss of functionality, since "?"  isn't a valid
6427              filename char on VMS.  From Charles Lane.
6428      Branch: perl
6429            ! doio.c
6430 ____________________________________________________________________________
6431 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
6432         Log: (accidentally empty submit; new life as #12390)
6433      Branch: perl
6434            ! lib/File/Find/t/taint.t
6435 ____________________________________________________________________________
6436 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
6437         Log: Even more VMS tweakage from Charles Lane:
6438              
6439              Tweak #1:  splitdir only works on directory part of filespec,
6440              split off volume first
6441              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
6442              (it's a horrible kludge in the run-time library,
6443              improved in later versions). Check the
6444              $Config{'d_setenv'} flag before attempting to set it.
6445      Branch: perl
6446            ! t/op/chdir.t
6447 ____________________________________________________________________________
6448 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
6449         Log: VMS tweakage from Charles Lane.
6450              
6451              . command.com doubles an output line when prompting for extensions
6452              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
6453              . perl5db doesn't clean up after itself
6454      Branch: perl
6455            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
6456 ____________________________________________________________________________
6457 [ 12384] By: sky                                   on 2001/10/09  19:16:11
6458         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
6459              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6460              Date: Tue, 9 Oct 2001 22:10:26 +0200
6461              Message-ID: <20011009221026.A8579@rafael>
6462      Branch: perl
6463            ! pod/perldata.pod
6464 ____________________________________________________________________________
6465 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
6466         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
6467              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6468              Date: 9 Oct 2001 15:15:06 -0000
6469              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
6470      Branch: perl
6471            ! t/op/subst.t
6472 ____________________________________________________________________________
6473 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
6474         Log: Update Changes.
6475      Branch: perl
6476            ! Changes patchlevel.h
6477 ____________________________________________________________________________
6478 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
6479         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
6480              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
6481              when a NULL is passed for the filename string pointer.
6482              From Charles Lane.
6483      Branch: perl
6484            ! vms/vms.c
6485 ____________________________________________________________________________
6486 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
6487         Log: Subject: HP systems update
6488              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6489              Date: Tue, 09 Oct 2001 15:59:22 +0200
6490              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
6491      Branch: perl
6492            ! README.hpux
6493 ____________________________________________________________________________
6494 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
6495         Log: CPAN::Nox does now have a test.
6496      Branch: perl
6497            ! t/lib/1_compile.t
6498 ____________________________________________________________________________
6499 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
6500         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
6501              From: David Dyck <dcd@tc.fluke.com>
6502              Date: Mon, 1 Oct 2001 12:17:36 -0700
6503              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
6504      Branch: perl
6505            ! installperl
6506 ____________________________________________________________________________
6507 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
6508         Log: NetWare update from Ananth Kesari.
6509      Branch: perl
6510            ! NetWare/nwperlsys.h makedef.pl
6511 ____________________________________________________________________________
6512 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
6513         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
6514              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6515              Date: Tue, 9 Oct 2001 08:40:57 EDT
6516              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
6517      Branch: perl
6518            ! lib/File/Find/t/find.t
6519 ____________________________________________________________________________
6520 [ 12374] By: ams                                   on 2001/10/09  05:31:45
6521         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
6522              ExtUtils::Mkbootstrap
6523              From: "chromatic" <chromatic@rmci.net>
6524              Date: Tue, 09 Oct 2001 00:08:37 -0600
6525              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
6526      Branch: perl
6527            + lib/ExtUtils/Mkbootstrap.t
6528            ! MANIFEST
6529 ____________________________________________________________________________
6530 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
6531         Log: Enable more debugging.
6532      Branch: perl
6533            ! lib/utf8_heavy.pl
6534 ____________________________________________________________________________
6535 [ 12372] By: ams                                   on 2001/10/09  02:11:59
6536         Log: #12370 forgot to modify is_gv_magical().
6537      Branch: perl
6538            ! gv.c
6539 ____________________________________________________________________________
6540 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
6541         Log: Make the toupper/lower/title API for Unicode not right
6542              but at least less wrong: prepare for the mapping being
6543              more than just one-character-to-one-character.
6544      Branch: perl
6545            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
6546            ! regexec.c utf8.c
6547 ____________________________________________________________________________
6548 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
6549         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
6550              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6551              Date: Mon, 8 Oct 2001 22:18:23 -0400
6552              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
6553      Branch: perl
6554            ! pod/perlvar.pod t/op/taint.t
6555 ____________________________________________________________________________
6556 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
6557         Log: FAQ sync.
6558      Branch: perl
6559            ! pod/perlfaq3.pod pod/perlfaq4.pod
6560 ____________________________________________________________________________
6561 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
6562         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
6563              From: "chromatic" <chromatic@rmci.net>
6564              Date: Mon, 08 Oct 2001 14:05:32 -0600
6565              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
6566      Branch: perl
6567            ! lib/Term/Cap.t
6568 ____________________________________________________________________________
6569 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
6570         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
6571              From: Michael G Schwern <schwern@pobox.com>
6572              Date: Mon, 8 Oct 2001 17:00:14 -0400
6573              Message-ID: <20011008170014.L17083@blackrider>
6574      Branch: perl
6575            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
6576 ____________________________________________________________________________
6577 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
6578         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
6579              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6580              Date: Mon, 8 Oct 2001 16:01:33 EDT
6581              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
6582      Branch: perl
6583            ! ext/Time/HiRes/HiRes.xs
6584 ____________________________________________________________________________
6585 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
6586         Log: Subject: [PATCH] Autosplit patch for VMS
6587              From: "Craig A. Berry" <craigberry@mac.com>
6588              Date: Mon, 08 Oct 2001 15:40:43 -0500
6589              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
6590      Branch: perl
6591            ! lib/AutoSplit.pm lib/AutoSplit.t
6592 ____________________________________________________________________________
6593 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
6594         Log: Don't assume that everybody is running OS X 10.1 yet;
6595              from Kay Röpke.
6596      Branch: perl
6597            ! hints/darwin.sh
6598 ____________________________________________________________________________
6599 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
6600         Log: Update Changes.
6601      Branch: perl
6602            ! Changes patchlevel.h
6603 ____________________________________________________________________________
6604 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
6605         Log: Retract #12358 for now.
6606      Branch: perl
6607            ! lib/Term/Cap.t
6608 ____________________________________________________________________________
6609 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
6610         Log: Can't figure out what this is testing.
6611              (If it is trying to catch SIGKILL, it should stop
6612              trying because that is by definition impossible.)
6613      Branch: perl
6614            ! lib/sigtrap.t
6615 ____________________________________________________________________________
6616 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
6617         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
6618              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6619              Date: Sun, 30 Sep 2001 21:15:13 +0200
6620              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
6621      Branch: perl
6622            ! lib/ExtUtils/MM_Win32.pm
6623 ____________________________________________________________________________
6624 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
6625         Log: Clarify the ldlibpth part and condense the overall text.
6626      Branch: perl
6627            ! t/TEST
6628 ____________________________________________________________________________
6629 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
6630         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
6631              From: "chromatic" <chromatic@rmci.net>
6632              Date: Sun, 07 Oct 2001 16:59:26 -0600
6633              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
6634      Branch: perl
6635            ! lib/Term/Cap.t
6636 ____________________________________________________________________________
6637 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
6638         Log: Update the list because fo #12265.
6639      Branch: perl
6640            ! t/lib/1_compile.t
6641 ____________________________________________________________________________
6642 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
6643         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
6644              From: Nicholas Clark <nick@ccl4.org>
6645              Date: Sun, 7 Oct 2001 20:53:33 +0100
6646              Message-ID: <20011007205333.S38756@plum.flirble.org>   
6647      Branch: perl
6648            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
6649            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6650            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
6651            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
6652            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
6653            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
6654            ! lib/Switch/t/switch.t lib/Term/Complete.t
6655            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
6656            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
6657            ! t/op/my_stash.t
6658 ____________________________________________________________________________
6659 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
6660         Log: Integrate patch #12350 from maintperl; typo in
6661              IO::Seekable doc.
6662      Branch: perl
6663           !> ext/IO/lib/IO/Seekable.pm
6664 ____________________________________________________________________________
6665 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
6666         Log: Detypo.
6667      Branch: perl
6668            ! hints/darwin.sh
6669 ____________________________________________________________________________
6670 [ 12353] By: sky                                   on 2001/10/07  17:16:14
6671         Log: Change 12349 didn't really get it right.
6672      Branch: perl
6673            ! lib/Unicode/README
6674 ____________________________________________________________________________
6675 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
6676         Log: If running the harness the dynamic library search path
6677              may need setting.
6678      Branch: perl
6679            ! t/TEST
6680 ____________________________________________________________________________
6681 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
6682         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
6683              in ldflags.
6684      Branch: perl
6685            ! hints/darwin.sh
6686 ____________________________________________________________________________
6687 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
6688         Log: typo in IO::Seekable doc
6689      Branch: maint-5.6/perl
6690            ! ext/IO/lib/IO/Seekable.pm
6691 ____________________________________________________________________________
6692 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
6693         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
6694              doesn't work on Mac OS X 10.1 (when unpacking the tar the
6695              latter gets renamed as lib/unicode:1, assumedly for security
6696              reasons not to overwrite stuff)
6697      Branch: perl
6698            + lib/Unicode/README
6699            - lib/unicode/README
6700            ! MANIFEST
6701 ____________________________________________________________________________
6702 [ 12348] By: ams                                   on 2001/10/07  05:33:40
6703         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
6704              From: "chromatic" <chromatic@rmci.net>
6705              Date: Sat, 06 Oct 2001 21:42:03 -0600
6706              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
6707      Branch: perl
6708            + lib/CPAN/t/Nox.t
6709            ! MANIFEST
6710 ____________________________________________________________________________
6711 [ 12347] By: ams                                   on 2001/10/07  00:48:10
6712         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
6713              From: "chromatic" <chromatic@rmci.net>
6714              Date: Sat, 06 Oct 2001 18:52:10 -0600
6715              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
6716      Branch: perl
6717            + lib/sigtrap.t
6718            ! MANIFEST
6719 ____________________________________________________________________________
6720 [ 12346] By: ams                                   on 2001/10/06  23:14:01
6721         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
6722              h2xs write?)
6723              From: Nicholas Clark <nick@ccl4.org>
6724              Date: Sat, 6 Oct 2001 21:46:43 +0100
6725              Message-Id: <20011006214643.L38756@plum.flirble.org>
6726      Branch: perl
6727            ! utils/h2xs.PL
6728 ____________________________________________________________________________
6729 [ 12345] By: ams                                   on 2001/10/06  17:39:53
6730         Log: Subject: [PATCH] Memoize tests
6731              From: Nicholas Clark <nick@ccl4.org>
6732              Date: Sat, 6 Oct 2001 18:04:21 +0100
6733              Message-Id: <20011006180421.J38756@plum.flirble.org>
6734      Branch: perl
6735            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
6736            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
6737            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
6738            ! lib/Memoize/t/expire_module_n.t
6739            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
6740            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
6741            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
6742            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
6743            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
6744            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
6745 ____________________________________________________________________________
6746 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
6747         Log: Retract the latter part of #12343.
6748      Branch: perl
6749            ! ext/IO/lib/IO/Socket/INET.pm
6750 ____________________________________________________________________________
6751 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
6752         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
6753              From: David Dyck <dcd@tc.fluke.com>
6754              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
6755              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
6756              
6757              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
6758              From: David Dyck <dcd@tc.fluke.com>
6759              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
6760              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
6761      Branch: perl
6762            ! ext/IO/lib/IO/Socket/INET.pm
6763 ____________________________________________________________________________
6764 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
6765         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
6766              From: Robin Barker <rmb1@cise.npl.co.uk>
6767              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
6768              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
6769      Branch: perl
6770            ! t/TEST
6771 ____________________________________________________________________________
6772 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
6773         Log: Don't assume that %x is good for displaying UVs.
6774      Branch: perl
6775            ! dump.c
6776 ____________________________________________________________________________
6777 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
6778         Log: Update Changes.
6779      Branch: perl
6780            ! Changes patchlevel.h
6781 ____________________________________________________________________________
6782 [ 12339] By: ams                                   on 2001/10/05  10:22:34
6783         Log: Subject: [PATCH] perlfunc/select
6784              From: Nicholas Clark <nick@ccl4.org>
6785              Date: Fri, 5 Oct 2001 11:33:58 +0100
6786              Message-Id: <20011005113358.Z38756@plum.flirble.org>
6787      Branch: perl
6788            ! pod/perlfunc.pod
6789 ____________________________________________________________________________
6790 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
6791         Log: Retract #12313 and #12249.
6792      Branch: perl
6793            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
6794            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
6795            ! pod/perlebcdic.pod
6796 ____________________________________________________________________________
6797 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
6798         Log: Subject: [PATCH] perlvms.pod update
6799              From: "Craig A. Berry" <craigberry@mac.com>
6800              Date: Thu, 04 Oct 2001 12:55:52 -0500
6801              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
6802      Branch: perl
6803            ! vms/perlvms.pod
6804 ____________________________________________________________________________
6805 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
6806         Log: Subject: PATCH: Tie::SubstrHash
6807              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6808              Date: Thu, 04 Oct 2001 12:12:41 +0100
6809              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
6810      Branch: perl
6811            ! lib/Tie/SubstrHash.pm
6812 ____________________________________________________________________________
6813 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
6814         Log: Unicode properties saga continues.
6815      Branch: perl
6816            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
6817            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
6818 ____________________________________________________________________________
6819 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
6820         Log: Yet more Unicode properties.
6821      Branch: perl
6822            + lib/unicore/In/137.pl lib/unicore/In/138.pl
6823            + lib/unicore/In/139.pl lib/unicore/In/140.pl
6824            + lib/unicore/In/141.pl lib/unicore/In/142.pl
6825            + lib/unicore/In/143.pl lib/unicore/In/144.pl
6826            + lib/unicore/In/145.pl lib/unicore/In/146.pl
6827            + lib/unicore/In/147.pl lib/unicore/In/148.pl
6828            + lib/unicore/In/149.pl lib/unicore/In/150.pl
6829            + lib/unicore/In/151.pl lib/unicore/In/152.pl
6830            + lib/unicore/In/153.pl lib/unicore/In/154.pl
6831            + lib/unicore/In/155.pl lib/unicore/In/156.pl
6832            + lib/unicore/In/157.pl lib/unicore/In/158.pl
6833            + lib/unicore/In/159.pl lib/unicore/In/160.pl
6834            + lib/unicore/In/161.pl lib/unicore/In/162.pl
6835            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
6836            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
6837            ! pod/perlunicode.pod
6838 ____________________________________________________________________________
6839 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
6840         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
6841              From: "Craig A. Berry" <craigberry@mac.com>
6842              Date: Wed, 03 Oct 2001 17:45:25 -0500
6843              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
6844              
6845              (the lib/Term/Complete.t patched differently by #12332)
6846      Branch: perl
6847            ! lib/ExtUtils/Command.t
6848 ____________________________________________________________________________
6849 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
6850         Log: Restore only if something to restore.
6851      Branch: perl
6852            ! lib/Term/Complete.t
6853 ____________________________________________________________________________
6854 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
6855         Log: Update various resources for credits,
6856              minor icons fixes, and versions.
6857      Branch: maint-5.6/macperl
6858            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
6859            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
6860            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
6861 ____________________________________________________________________________
6862 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
6863         Log: Quiet the warnings about using undef value
6864      Branch: maint-5.6/macperl
6865            ! lib/File/Temp.pm
6866 ____________________________________________________________________________
6867 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
6868         Log: Fix up Ballon Help and Help menu docs (first pass);
6869              remove balloon rez file, and autogenerate with
6870              Balloon2Rez instead.
6871      Branch: maint-5.6/macperl
6872            + macos/macperl/macscripts/Balloon2Rez
6873            - macos/macperl/MPBalloons.r
6874            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
6875 ____________________________________________________________________________
6876 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
6877         Log: Allow overriding of defaults, for change #12327.
6878      Branch: maint-5.6/macperl
6879            ! perl.h
6880 ____________________________________________________________________________
6881 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
6882         Log: Override PerlProc_exit.
6883      Branch: maint-5.6/macperl
6884            ! macos/macish.h
6885 ____________________________________________________________________________
6886 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
6887         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
6888      Branch: maint-5.6/macperl
6889            + macos/bundled_lib/blib/lib/MD5.pm
6890            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
6891            + macos/lib/Mac/AETE/Dialect.pm
6892            + macos/lib/Mac/AETE/Format/Converter.pm
6893            + macos/lib/Mac/AETE/Format/Dictionary.pm
6894            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
6895            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
6896            + macos/lib/Mac/Toolbox.pod
6897            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
6898 ____________________________________________________________________________
6899 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
6900         Log: Sync up silly CVS headers ... I should commit CVS
6901              first to avoid this ...
6902      Branch: maint-5.6/macperl
6903            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
6904            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
6905            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
6906            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
6907 ____________________________________________________________________________
6908 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
6909         Log: Fix Matthias' address, and attributions.
6910      Branch: maint-5.6/macperl
6911            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
6912            ! pod/perlport.pod
6913 ____________________________________________________________________________
6914 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
6915         Log: Fix Matthias' address, and attributions.
6916      Branch: maint-5.6/macperl
6917            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
6918            ! macos/ext/Mac/Components/Components.pm
6919            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
6920            ! macos/ext/Mac/Dialogs/Dialogs.pm
6921            ! macos/ext/Mac/Events/Events.pm
6922            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
6923            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
6924            ! macos/ext/Mac/Gestalt/Gestalt.pm
6925            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
6926            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
6927            ! macos/ext/Mac/Menus/Menus.pm
6928            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
6929            ! macos/ext/Mac/Movies/Movies.pm
6930            ! macos/ext/Mac/Navigation/Navigation.pm
6931            ! macos/ext/Mac/Notification/Notification.pm
6932            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
6933            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
6934            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
6935            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
6936            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
6937            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
6938            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
6939            ! macos/ext/Mac/StandardFile/StandardFile.pm
6940            ! macos/ext/Mac/TextEdit/TextEdit.pm
6941            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
6942            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
6943            ! macos/lib/Mac/LowMem.pm
6944 ____________________________________________________________________________
6945 [ 12322] By: sky                                   on 2001/10/03  18:41:07
6946         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
6947              From: "Craig A. Berry" <craigberry@mac.com>
6948              Date: Wed, 03 Oct 2001 14:30:55 -0500
6949              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
6950      Branch: perl
6951            ! vms/vms.c
6952 ____________________________________________________________________________
6953 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
6954         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
6955              From: "Craig A. Berry" <craigberry@mac.com>
6956              Date: Wed, 03 Oct 2001 14:30:55 -0500
6957              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
6958      Branch: perl
6959            ! vms/vms.c
6960 ____________________________________________________________________________
6961 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
6962         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
6963              only IsL&) and Inherited (negative lookahead good);
6964              add tests for Common, Inherited, and L&.
6965      Branch: perl
6966            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
6967 ____________________________________________________________________________
6968 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
6969         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
6970              (The Unicode standard uses L& quite often.)
6971      Branch: perl
6972            ! lib/utf8_heavy.pl
6973 ____________________________________________________________________________
6974 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
6975         Log: Add the 'Common' Unicode property (code points not
6976              explicitly assigned to any other script).
6977      Branch: perl
6978            + lib/unicore/In/136.pl
6979            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
6980 ____________________________________________________________________________
6981 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
6982         Log: Skip the RV printing test under threads until fixed.
6983      Branch: perl
6984            ! ext/B/t/terse.t
6985 ____________________________________________________________________________
6986 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
6987         Log: Subject: 12309 / cygwin / win2k
6988              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6989              Date: Wed, 03 Oct 2001 15:25:15 +0200
6990              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
6991      Branch: perl
6992            ! makedef.pl
6993 ____________________________________________________________________________
6994 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
6995         Log: Metaconfig unit change for #12314.
6996      Branch: metaconfig
6997            ! U/modified/Head.U
6998 ____________________________________________________________________________
6999 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
7000         Log: Subject: Both cygwin and djgpp on one machine
7001              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7002              Date: Wed, 03 Oct 2001 15:02:59 +0200
7003              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
7004      Branch: perl
7005            ! Configure
7006 ____________________________________________________________________________
7007 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
7008         Log: (retracted by #12338)
7009              
7010              Subject: [PATCH] Code clean up for perlboot.pod
7011              From: Casey West <casey@geeknest.com>
7012              Date: Tue, 2 Oct 2001 19:24:43 -0400
7013              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
7014              
7015              Subject: [PATCH] Code clean up for perlbot.diff
7016              From: Casey West <casey@geeknest.com>
7017              Date: Tue, 2 Oct 2001 19:25:22 -0400
7018              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
7019              
7020              Subject: [PATCH] Code clean up for perlcall.pod
7021              From: Casey West <casey@geeknest.com>
7022              Date: Tue, 2 Oct 2001 19:25:57 -0400
7023              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
7024              
7025              Subject: [PATCH] Code clean up for perldata.pod
7026              From: Casey West <casey@geeknest.com>
7027              Date: Tue, 2 Oct 2001 19:26:29 -0400
7028              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
7029              
7030              Subject: [PATCH] Code clean up for perldbmfilter.pod
7031              From: Casey West <casey@geeknest.com>
7032              Date: Tue, 2 Oct 2001 19:26:59 -0400
7033              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
7034              
7035              Subject: [PATCH] Code clean up for perlebcdic.pod
7036              From: Casey West <casey@geeknest.com>
7037              Date: Tue, 2 Oct 2001 19:27:37 -0400
7038              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
7039      Branch: perl
7040            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
7041            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
7042 ____________________________________________________________________________
7043 [ 12312] By: ams                                   on 2001/10/02  23:43:55
7044         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
7045              From: Michael G Schwern <schwern@pobox.com>
7046              Date: Tue, 2 Oct 2001 17:00:49 -0400
7047              Message-Id: <20011002170049.A9955@blackrider>
7048      Branch: perl
7049            ! lib/ExtUtils/MakeMaker.pm
7050 ____________________________________________________________________________
7051 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
7052         Log: FAQ sync.
7053      Branch: perl
7054            ! pod/perlfaq3.pod
7055 ____________________________________________________________________________
7056 [ 12310] By: nick                                  on 2001/10/02  16:09:49
7057         Log: Integrate mainline
7058      Branch: perlio
7059           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
7060           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
7061           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
7062           !> patchlevel.h t/op/pat.t
7063 ____________________________________________________________________________
7064 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
7065         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
7066              not just one single space.
7067      Branch: perl
7068            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
7069 ____________________________________________________________________________
7070 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
7071         Log: AUTHORS updates.
7072      Branch: perl
7073            ! AUTHORS
7074 ____________________________________________________________________________
7075 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
7076         Log: Update Changes.
7077      Branch: perl
7078            ! Changes patchlevel.h
7079 ____________________________________________________________________________
7080 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
7081         Log: Work around old buggy glibcs for langinfo constants,
7082              from Nicholas Clark and David Dyck.
7083      Branch: perl
7084            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
7085 ____________________________________________________________________________
7086 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
7087         Log: Eradicate Time::Piece; add an example.
7088      Branch: perl
7089            ! ext/I18N/Langinfo/Langinfo.pm
7090 ____________________________________________________________________________
7091 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
7092         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
7093              From: Robert Spier <rspier@pobox.com>
7094              Date: Mon, 1 Oct 2001 23:20:16 -0700
7095              Message-ID: <15289.23712.422087.878224@rls.cx>
7096      Branch: perl
7097            ! lib/Pod/Html.pm
7098 ____________________________________________________________________________
7099 [ 12303] By: sky                                   on 2001/10/02  10:40:57
7100         Log: Fixes obscure bug that manifests itself by.
7101              local $!=0;undef*STDOUT;#segfaults
7102              Has been around for a while. Possible other magic IO vars are
7103              possibly affected aswell. Reported by Jos Boumans.
7104      Branch: perl
7105            ! mg.c
7106 ____________________________________________________________________________
7107 [ 12302] By: nick                                  on 2001/10/02  09:00:52
7108         Log: Integrate mainline
7109      Branch: perlio
7110           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
7111           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
7112           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
7113 ____________________________________________________________________________
7114 [ 12301] By: nick                                  on 2001/10/02  08:40:57
7115         Log: Integrate mainline + lib/open.t patch from Chromatic
7116      Branch: perlio
7117           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
7118            ! lib/open.t
7119           !> (integrate 29 files)
7120 ____________________________________________________________________________
7121 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
7122         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
7123              Until it has, better stop early if someone requests threads.
7124      Branch: perl
7125            ! hints/darwin.sh
7126 ____________________________________________________________________________
7127 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
7128         Log: Subject: [ID 20011001.011] redundant code in t/TEST
7129              From: David Dyck <dcd@tc.fluke.com>
7130              Date: Mon, 1 Oct 2001 12:56:24 -0700
7131              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
7132      Branch: perl
7133            ! t/TEST
7134 ____________________________________________________________________________
7135 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
7136         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
7137              From: "chromatic" <chromatic@rmci.net>
7138              Date: Mon, 01 Oct 2001 12:27:12 -0600
7139              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
7140      Branch: perl
7141            ! lib/Term/Cap.t
7142 ____________________________________________________________________________
7143 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
7144         Log: UNICOS testing patches from Nicholas Clark.
7145      Branch: perl
7146            ! t/op/arith.t t/op/pack.t
7147 ____________________________________________________________________________
7148 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
7149         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
7150              From: "chromatic" <chromatic@rmci.net>
7151              Date: Mon, 01 Oct 2001 10:21:51 -0600
7152              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
7153      Branch: perl
7154            ! lib/open.t
7155 ____________________________________________________________________________
7156 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
7157         Log: Make missing the RADIXCHAR a softer, gentler error.
7158      Branch: perl
7159            ! ext/I18N/Langinfo/Langinfo.t
7160 ____________________________________________________________________________
7161 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
7162         Log: Nuke also the LANG because of glibc.
7163      Branch: perl
7164            ! lib/open.t
7165 ____________________________________________________________________________
7166 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
7167         Log: Also the ^Is is optional.
7168      Branch: perl
7169            ! pod/perlunicode.pod t/op/pat.t
7170 ____________________________________________________________________________
7171 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
7172         Log: Be careful to pull chars from the varargs stack when
7173              formatting chars.
7174      Branch: perl
7175            ! regcomp.c
7176 ____________________________________________________________________________
7177 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
7178         Log: sortsv not in place anymore, noticed by John P. Linderman.
7179      Branch: perl
7180            ! pod/perlapi.pod pp_ctl.c
7181 ____________________________________________________________________________
7182 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
7183         Log: Make the diagnostic messages more neutral.
7184      Branch: perl
7185            ! ext/B/t/terse.t
7186 ____________________________________________________________________________
7187 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
7188         Log: Forgotten from #12288.
7189      Branch: perl
7190            ! ext/Data/Dumper/Dumper.pm
7191 ____________________________________________________________________________
7192 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
7193         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
7194              From: Brian Ingerson <ingy@ttul.org>
7195              Date: Sun, 30 Sep 2001 21:45:56 -0700
7196              Message-ID: <20010930214556.D26392@ttul.org>
7197              
7198              (remember also the #12289)
7199      Branch: perl
7200            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7201 ____________________________________________________________________________
7202 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
7203         Log: More Unicode property tests for the abbreviated
7204              general properties.
7205      Branch: perl
7206            ! t/op/pat.t
7207 ____________________________________________________________________________
7208 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
7209         Log: Further tweaks to the Unicode properties.
7210      Branch: perl
7211            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
7212 ____________________________________________________________________________
7213 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
7214         Log: Retract #12284.
7215      Branch: perl
7216            ! lib/Term/Cap.t
7217 ____________________________________________________________________________
7218 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
7219         Log: (Retracted by #12285)
7220      Branch: perl
7221            ! lib/Term/Cap.t
7222 ____________________________________________________________________________
7223 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
7224         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
7225              From: "chromatic" <chromatic@rmci.net>  
7226              Date: Sun, 30 Sep 2001 16:10:02 -0600
7227              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
7228      Branch: perl
7229            + lib/Term/Cap.t
7230            ! MANIFEST
7231 ____________________________________________________________________________
7232 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
7233         Log: Use stty -g to restore the terminal state, do not even
7234              try to run the tests if stty -g is not available.
7235      Branch: perl
7236            ! lib/Term/Complete.t
7237 ____________________________________________________________________________
7238 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
7239         Log: Cleanup utf8_heavy; allow dropping the In prefix from
7240              Unicode script/block properties.
7241      Branch: perl
7242            ! lib/utf8_heavy.pl
7243 ____________________________________________________________________________
7244 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
7245         Log: Retract the #12259 for now.
7246      Branch: perl
7247            ! embed.h embed.pl sv.h
7248 ____________________________________________________________________________
7249 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
7250         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
7251      Branch: perl
7252            + lib/Text/TabsWrap/CHANGELOG
7253            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
7254 ____________________________________________________________________________
7255 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
7256         Log: #12272 wasn't right, it introduced an extra ().
7257      Branch: perl
7258            ! lib/utf8_heavy.pl
7259 ____________________________________________________________________________
7260 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
7261         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
7262              From: Jonathan Stowe <gellyfish@gellyfish.com>
7263              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
7264              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
7265      Branch: perl
7266            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
7267 ____________________________________________________________________________
7268 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
7269         Log: Subject: Patch to put qsortsv in the public API
7270              From: Brian Ingerson <ingy@ttul.org>
7271              Date: Sat, 29 Sep 2001 17:41:13 -0700
7272              Message-ID: <20010929174113.A30223@ttul.org>
7273      Branch: perl
7274            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
7275 ____________________________________________________________________________
7276 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
7277         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
7278              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7279              Date: Sat, 29 Sep 2001 23:54:48 +0200
7280              Message-ID: <20010929235448.A5017@rafael>
7281      Branch: perl
7282            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
7283 ____________________________________________________________________________
7284 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
7285         Log: FAQ sync.
7286      Branch: perl
7287            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7288            ! pod/perlfaq9.pod
7289 ____________________________________________________________________________
7290 [ 12273] By: bailey                                on 2001/09/29  23:43:46
7291         Log: Resync with mainline
7292      Branch: vmsperl
7293           +> (branch 1207 files)
7294            - (delete 324 files)
7295           !> (integrate 866 files)
7296 ____________________________________________________________________________
7297 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
7298         Log: Nasty recursion trap if one would match Unicode.
7299      Branch: perl
7300            ! lib/utf8_heavy.pl
7301 ____________________________________________________________________________
7302 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
7303         Log: More Unicode todo.
7304      Branch: perl
7305            ! pod/perltodo.pod
7306 ____________________________________________________________________________
7307 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
7308         Log: Explain a bit the new more flexible \p\P syntax.
7309      Branch: perl
7310            ! pod/perlunicode.pod
7311 ____________________________________________________________________________
7312 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
7313         Log: More leniency to the \p and \P: now can have whitespace
7314              between the property definition and the curlies; now can
7315              invert the property by having a caret between the open
7316              curly and the property.
7317      Branch: perl
7318            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
7319 ____________________________________________________________________________
7320 [ 12268] By: nick                                  on 2001/09/29  17:39:26
7321         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
7322              one test (lib/open.t) fails
7323      Branch: perlio
7324           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
7325           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
7326           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
7327           +> lib/Tie/Scalar.t lib/open.t
7328            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
7329            - ext/B/Stash.t
7330           !> (integrate 62 files)
7331 ____________________________________________________________________________
7332 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
7333         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
7334      Branch: perl
7335            ! t/op/chdir.t
7336 ____________________________________________________________________________
7337 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
7338         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
7339              From: "Craig A. Berry" <craigberry@mac.com> 
7340              Date: Sat, 29 Sep 2001 09:35:33 -0500
7341              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
7342      Branch: perl
7343            ! t/op/chdir.t
7344 ____________________________________________________________________________
7345 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
7346         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
7347              From: "chromatic" <chromatic@rmci.net>
7348              Date: Fri, 28 Sep 2001 21:20:12 -0600
7349              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
7350      Branch: perl
7351            + lib/Tie/Scalar.t
7352            ! MANIFEST lib/Tie/Scalar.pm
7353 ____________________________________________________________________________
7354 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
7355         Log: Allow for more flexibility in the \p{In...} names, now
7356              case doesn't matter, and any space or dash can be
7357              matched by any space, dash, underbar, or empty.
7358              (may be going too far on leniency)
7359      Branch: perl
7360            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
7361            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
7362            ! t/op/pat.t
7363 ____________________________________________________________________________
7364 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
7365         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
7366              From: "chromatic" <chromatic@rmci.net>
7367              Date: Fri, 28 Sep 2001 17:39:50 -0600
7368              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
7369      Branch: perl
7370            + lib/open.t
7371            ! MANIFEST
7372 ____________________________________________________________________________
7373 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
7374         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
7375              From: "Craig A. Berry" <craigberry@mac.com>
7376              Date: Fri, 28 Sep 2001 16:24:51 -0500
7377              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
7378      Branch: perl
7379            ! ext/File/Glob/t/basic.t
7380 ____________________________________________________________________________
7381 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
7382         Log: Subject: [DOC PATCH] Carp.pm pod typo
7383              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7384              Date: Fri, 28 Sep 2001 23:14:51 +0200
7385              Message-ID: <20010928231451.E16889@rafael>
7386      Branch: perl
7387            ! lib/Carp.pm
7388 ____________________________________________________________________________
7389 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
7390         Log: Subject: [PATCH] Allow an @INC hook to set %INC
7391              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7392              Date: Fri, 28 Sep 2001 22:18:13 +0200
7393              Message-ID: <20010928221813.A16889@rafael>
7394      Branch: perl
7395            ! pp_ctl.c
7396 ____________________________________________________________________________
7397 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
7398         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
7399              From: Nicholas Clark <nick@ccl4.org>
7400              Date: Fri, 28 Sep 2001 23:39:33 +0100
7401              Message-ID: <20010928233933.C23673@plum.flirble.org>
7402      Branch: perl
7403            ! embed.h embed.pl sv.h
7404 ____________________________________________________________________________
7405 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
7406         Log: Update Changes.
7407      Branch: perl
7408            ! Changes patchlevel.h
7409 ____________________________________________________________________________
7410 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
7411         Log: Move the B tests to B/t.
7412      Branch: perl
7413            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
7414            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
7415            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
7416            - ext/B/Showlex.t ext/B/Stash.t
7417            ! MANIFEST
7418 ____________________________________________________________________________
7419 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
7420         Log: Forgot from #12254.
7421      Branch: perl
7422            + ext/B/B/Terse.t
7423 ____________________________________________________________________________
7424 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
7425         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
7426              From: "chromatic" <chromatic@rmci.net>
7427              Date: Thu, 27 Sep 2001 23:22:17 -0600
7428              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
7429      Branch: perl
7430            ! MANIFEST
7431 ____________________________________________________________________________
7432 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
7433         Log: Test numbering mismatch.
7434      Branch: perl
7435            ! t/op/chdir.t
7436 ____________________________________________________________________________
7437 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
7438         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
7439              From: "Craig A. Berry" <craigberry@mac.com>
7440              Date: Wed, 26 Sep 2001 17:43:14 -0500
7441              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
7442      Branch: perl
7443            ! iperlsys.h t/op/chdir.t
7444 ____________________________________________________________________________
7445 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
7446         Log: Subject: [PATCH gv.c] make __ANON__ global
7447              From: Robin Barker <rmb1@cise.npl.co.uk>
7448              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
7449              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
7450      Branch: perl
7451            ! gv.c t/op/anonsub.t t/op/runlevel.t
7452 ____________________________________________________________________________
7453 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
7454         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
7455              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7456              Date: Thu, 27 Sep 2001 22:34:32 +0200
7457              Message-ID: <20010927223432.A1485@rafael>
7458      Branch: perl
7459            ! ext/B/B/Terse.pm
7460 ____________________________________________________________________________
7461 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
7462         Log: (retracted by #12338)
7463              
7464              Subject: [PATCH] Cleanup of perldsc.pod      
7465              From: Casey West <casey@geeknest.com>
7466              Date: Thu, 27 Sep 2001 11:13:17 -0400
7467              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
7468      Branch: perl
7469            ! pod/perldsc.pod
7470 ____________________________________________________________________________
7471 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
7472         Log: Not everyone is using ithreads...
7473      Branch: perl
7474            ! ext/Devel/Peek/Peek.t
7475 ____________________________________________________________________________
7476 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
7477         Log: Document the nss_delete core dump workaround for HP-UX
7478              and Solaris, bug IDs 20010805.018 and 20010629.004.
7479      Branch: perl
7480            ! README.hpux README.solaris
7481 ____________________________________________________________________________
7482 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
7483         Log: Dump Unicode hash keys also as Unicode,
7484              not just as a byte string.
7485      Branch: perl
7486            ! dump.c ext/Devel/Peek/Peek.t
7487 ____________________________________________________________________________
7488 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
7489         Log: Integrate changes #12241 and #12242 from macperl:
7490              
7491              Remove unneeded disabling of umask() calls
7492              
7493              Note (get|set)sockopt are available.
7494      Branch: perl
7495           !> lib/File/Temp.pm pod/perlport.pod
7496 ____________________________________________________________________________
7497 [ 12244] By: sky                                   on 2001/09/27  08:53:00
7498         Log: Flush buffers on thread closedown.
7499      Branch: perl
7500            ! ext/threads/threads.xs
7501 ____________________________________________________________________________
7502 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
7503         Log: Dump SvUTF8(sv)s also as \x{...}.
7504              
7505              TODO: dump the SvUTF8() hash keys similarly. 
7506      Branch: perl
7507            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
7508 ____________________________________________________________________________
7509 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
7510         Log: Note (get|set)sockopt are available.
7511      Branch: maint-5.6/macperl
7512            ! pod/perlport.pod
7513 ____________________________________________________________________________
7514 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
7515         Log: Remove unneeded disabling of umask() calls
7516      Branch: maint-5.6/macperl
7517            ! lib/File/Temp.pm
7518 ____________________________________________________________________________
7519 [ 12240] By: sky                                   on 2001/09/26  18:44:56
7520         Log: Documention update
7521      Branch: perl
7522            ! ext/threads/threads.pm
7523 ____________________________________________________________________________
7524 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
7525         Log: Update Changes.
7526      Branch: perl
7527            ! Changes patchlevel.h
7528 ____________________________________________________________________________
7529 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
7530         Log: Check that all environment variables are tainted.
7531      Branch: perl
7532            ! t/op/taint.t
7533 ____________________________________________________________________________
7534 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
7535         Log: Manual integration error in #12235.
7536      Branch: perl
7537            ! lib/File/DosGlob.t
7538 ____________________________________________________________________________
7539 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
7540         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
7541              From: "chromatic" <chromatic@rmci.net>
7542              Date: Tue, 25 Sep 2001 23:57:07 -0600
7543              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
7544      Branch: perl
7545            ! perlio.c
7546 ____________________________________________________________________________
7547 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
7548         Log: Integrate macperl changes from Chris Nandor:
7549              12192 11817 11815 11813 11778 11775
7550              
7551              Update CPAN.pm to work with new Mac::BuildTools instead
7552              of ExtUtils::MM_MacOS "orphan" functions
7553              
7554              Fix test
7555              
7556              Make syntax check report in MPW style, fix tests
7557              to use Mac::err=unix to get normal-style error
7558              messages.
7559              
7560              More module and test ports from Thomas Wegner et al
7561              
7562              Fix open of /dev/null for Mac OS
7563              
7564              Allow for platforms to override formatting of errors
7565              on output from Matthias Neeracher (core files)
7566      Branch: perl
7567            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
7568            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
7569            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
7570           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
7571           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
7572           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
7573 ____________________________________________________________________________
7574 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
7575         Log: grrr.
7576      Branch: perl
7577            ! t/op/gv.t
7578 ____________________________________________________________________________
7579 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
7580         Log: Retract #12232.
7581      Branch: perl
7582            ! t/op/gv.t
7583 ____________________________________________________________________________
7584 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
7585         Log: (Retracted by #12233.)
7586      Branch: perl
7587            ! t/op/gv.t
7588 ____________________________________________________________________________
7589 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
7590         Log: Detypo.
7591      Branch: perl
7592            ! ext/Encode/Makefile.PL
7593 ____________________________________________________________________________
7594 [ 12230] By: sky                                   on 2001/09/26  11:36:23
7595         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
7596              We are using a "delay" here because we do not want to depend on thread synchronization issues.
7597      Branch: perl
7598            + ext/threads/t/stress_cv.t
7599            ! MANIFEST ext/threads/t/stress_string.t
7600 ____________________________________________________________________________
7601 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
7602         Log: NetWare tweak from Ananth Kesari.
7603      Branch: perl
7604            ! NetWare/t/Readme.txt
7605 ____________________________________________________________________________
7606 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
7607         Log: Trick to fool case-blind filesystems.
7608      Branch: perl
7609            ! ext/Encode/Makefile.PL
7610 ____________________________________________________________________________
7611 [ 12227] By: sky                                   on 2001/09/26  11:06:50
7612         Log: Threads can start executing in a different order than they were
7613              created.... so we cannot ok() inside the threadstarter.
7614      Branch: perl
7615            ! ext/threads/t/stress_string.t
7616 ____________________________________________________________________________
7617 [ 12226] By: sky                                   on 2001/09/26  07:41:45
7618         Log: Add in stress_string.t to stress test threads a bit more.
7619      Branch: perl
7620            + ext/threads/t/stress_string.t
7621            ! MANIFEST
7622 ____________________________________________________________________________
7623 [ 12225] By: sky                                   on 2001/09/26  07:04:21
7624         Log: Fix negative refcount introduced by #12223.
7625      Branch: perl
7626            ! ext/threads/threads.xs
7627 ____________________________________________________________________________
7628 [ 12224] By: sky                                   on 2001/09/26  06:57:58
7629         Log: Update documentation to match change #12223
7630      Branch: perl
7631            ! sharedsv.c
7632 ____________________________________________________________________________
7633 [ 12223] By: sky                                   on 2001/09/26  06:54:32
7634         Log: Use a separate interpreter for the sharedsv space. Another
7635              negative sv leak. Sigh.
7636      Branch: perl
7637            ! sharedsv.c
7638 ____________________________________________________________________________
7639 [ 12222] By: sky                                   on 2001/09/26  05:58:35
7640         Log: Do the environ assignment in perl_contruct to match perl_destruct.
7641              Now we don't need to perl_parse/perl_run. However environ is a
7642              global....
7643      Branch: perl
7644            ! perl.c
7645 ____________________________________________________________________________
7646 [ 12221] By: sky                                   on 2001/09/26  05:41:02
7647         Log: Move the creation of PL_strtab to perl_construct so we can work
7648              with HV and HEs without running perl_parse.
7649      Branch: perl
7650            ! perl.c
7651 ____________________________________________________________________________
7652 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
7653         Log: integrate macperl changes into maint-5.6
7654      Branch: maint-5.6/perl
7655           !> (integrate 26 files)
7656 ____________________________________________________________________________
7657 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
7658         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
7659              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
7660      Branch: maint-5.6/macperl
7661            ! macos/ext/Mac/Fonts/Fonts.xs
7662            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
7663 ____________________________________________________________________________
7664 [ 12218] By: ams                                   on 2001/09/25  23:31:33
7665         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
7666              From: Nicholas Clark <nick@ccl4.org>
7667              Date: Wed, 26 Sep 2001 01:20:20 +0100
7668              Message-Id: <20010926012020.B48092@plum.flirble.org>
7669      Branch: perl
7670            ! lib/AutoSplit.t
7671 ____________________________________________________________________________
7672 [ 12217] By: ams                                   on 2001/09/25  22:33:05
7673         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
7674              From: "Craig A. Berry" <craigberry@mac.com>
7675              Date: Tue, 25 Sep 2001 18:08:42 -0500
7676              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
7677      Branch: perl
7678            ! vms/vms.c
7679 ____________________________________________________________________________
7680 [ 12216] By: ams                                   on 2001/09/25  21:41:01
7681         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
7682              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
7683              From: Michael G Schwern <schwern@pobox.com>
7684              Date: Wed, 26 Sep 2001 00:38:21 -0400
7685              Message-Id: <20010926003821.A627@blackrider>
7686      Branch: perl
7687            ! lib/AutoSplit.t
7688 ____________________________________________________________________________
7689 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
7690         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
7691              From: Michael G Schwern <schwern@pobox.com>
7692              Date: Tue, 25 Sep 2001 17:43:49 -0400
7693              Message-ID: <20010925174349.B19534@blackrider>
7694      Branch: perl
7695            ! lib/Test/Simple.pm lib/Test/Utils.pm
7696 ____________________________________________________________________________
7697 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
7698         Log: Integrate changes from bleadperl.
7699      Branch: maint-5.6/macperl
7700           !> pod/perlport.pod
7701 ____________________________________________________________________________
7702 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
7703         Log: skip($mess) should result in one skip.
7704      Branch: perl
7705            ! t/test.pl
7706 ____________________________________________________________________________
7707 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
7708         Log: Integrate change #12200 from maintperl.
7709      Branch: maint-5.6/macperl
7710           !> win32/perlhost.h
7711 ____________________________________________________________________________
7712 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
7713         Log: Fix file types to "apple"
7714      Branch: maint-5.6/macperl
7715            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
7716            ! macos/ext/Mac/SAT/t/Collision.rsrc
7717 ____________________________________________________________________________
7718 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
7719         Log: Fix rsrc file as snd file; fix path in t file.
7720      Branch: maint-5.6/macperl
7721            ! macos/ext/Mac/Notification/t/Notification.rsrc
7722            ! macos/ext/Mac/Notification/t/Notification.t
7723 ____________________________________________________________________________
7724 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
7725         Log: Sync up with File::Find from bleadperl.
7726      Branch: maint-5.6/macperl
7727            ! lib/File/Find.pm t/lib/filefind-taint.t
7728 ____________________________________________________________________________
7729 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
7730         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
7731              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
7732              of hundreds)
7733      Branch: maint-5.6/macperl
7734            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
7735            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
7736            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
7737 ____________________________________________________________________________
7738 [ 12207] By: nick                                  on 2001/09/25  19:04:36
7739         Log: Integrate mainline (untested while modem is up)
7740      Branch: perlio
7741           +> lib/AutoSplit.t t/test.pl
7742            - lib/warnings/register.t
7743           !> (integrate 28 files)
7744 ____________________________________________________________________________
7745 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
7746         Log: perldiag entry for #12205.
7747      Branch: perl
7748            ! pod/perldiag.pod
7749 ____________________________________________________________________________
7750 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
7751         Log: Subject: [PATCH] warning on v-string in use/require
7752              From: John Peacock <jpeacock@rowman.com>
7753              Date: Mon, 24 Sep 2001 17:29:03 -0400
7754              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
7755      Branch: perl
7756            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
7757 ____________________________________________________________________________
7758 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
7759         Log: perltooc et al updates.
7760      Branch: perl
7761            ! plan9/mkfile pod/roffitall
7762 ____________________________________________________________________________
7763 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
7764         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
7765              From: Michael G Schwern <schwern@pobox.com>
7766              Date: Sun, 23 Sep 2001 00:07:12 -0400
7767              Message-ID: <20010923000712.A7005@blackrider>
7768      Branch: perl
7769            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
7770 ____________________________________________________________________________
7771 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
7772         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
7773              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7774              Date: Wed, 26 Sep 2001 01:25:10 +0900
7775              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
7776      Branch: perl
7777            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
7778            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
7779            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
7780 ____________________________________________________________________________
7781 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
7782         Log: Integrate change #12200 from maintperl;
7783              on windows, virtualized environment could propagate deleted variables
7784              into children if they happen to be at the very end of the table
7785      Branch: perl
7786           !> win32/perlhost.h
7787 ____________________________________________________________________________
7788 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
7789         Log: on windows, virtualized environment could propagate deleted variables
7790              into children if they happen to be at the very end of the table
7791              (thanks for succinct test case from Johan Holmberg, and fix from
7792              Doug Lankshear)
7793      Branch: maint-5.6/perl
7794            ! win32/perlhost.h
7795 ____________________________________________________________________________
7796 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
7797         Log: avoid the use of ftime() (it does a useless, potentially
7798              expensive call to GetTimeZoneInformation()); this potentially
7799              also results in three more digits of precision from
7800              Time::HiRes::time()
7801      Branch: perl
7802            ! ext/Time/HiRes/HiRes.xs
7803 ____________________________________________________________________________
7804 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
7805         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
7806              
7807              Note: io/binmode is failing, have to figure out why.
7808      Branch: perl
7809            + t/test.pl
7810            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
7811            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
7812            ! t/run/exit.t
7813 ____________________________________________________________________________
7814 [ 12197] By: ams                                   on 2001/09/25  13:48:55
7815         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
7816              From: Nicholas Clark <nick@ccl4.org>
7817              Date: Tue, 25 Sep 2001 00:37:40 +0100
7818              Message-Id: <20010925003740.S4971@plum.flirble.org>
7819              (Further changes expected.)
7820      Branch: perl
7821            + lib/AutoSplit.t
7822            ! MANIFEST
7823 ____________________________________________________________________________
7824 [ 12196] By: sky                                   on 2001/09/25  13:37:12
7825         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
7826              _ftime to try and be more robust.
7827      Branch: perl
7828            ! ext/Time/HiRes/HiRes.xs
7829 ____________________________________________________________________________
7830 [ 12194] By: ams                                   on 2001/09/25  11:40:00
7831         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
7832              From: "Craig A. Berry" <craigberry@mac.com>
7833              Date: Mon, 24 Sep 2001 17:54:20 -0500
7834              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
7835      Branch: perl
7836            ! vms/descrip_mms.template
7837 ____________________________________________________________________________
7838 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
7839         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
7840              not working, cursor not spinning (Bug #422129); external
7841              editor problems (Bug #456329); escape/cmd-. not activating
7842              "Cancel" in Save dialog box (Bug #446960); Runtimes not
7843              executing on launch (Bug #464441).
7844      Branch: maint-5.6/macperl
7845            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
7846            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
7847            ! macos/macperl/MacPerl.r
7848 ____________________________________________________________________________
7849 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
7850         Log: Update CPAN.pm to work with new Mac::BuildTools instead
7851              of ExtUtils::MM_MacOS "orphan" functions
7852      Branch: maint-5.6/macperl
7853            ! lib/CPAN.pm
7854 ____________________________________________________________________________
7855 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
7856         Log: Fix up another xsubpp problem (Matthias Neeracher)
7857      Branch: maint-5.6/macperl
7858            ! macos/xsubpp
7859 ____________________________________________________________________________
7860 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
7861         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
7862      Branch: maint-5.6/macperl
7863            ! macos/lib/ExtUtils/MM_MacOS.pm
7864 ____________________________________________________________________________
7865 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
7866         Log: Fix up Makefiles for more Mac:: modules (and prepare for
7867              static build ...?)
7868      Branch: maint-5.6/macperl
7869            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
7870            ! macos/macperl/Makefile.mk
7871 ____________________________________________________________________________
7872 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
7873         Log: Fix up tests
7874      Branch: maint-5.6/macperl
7875            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
7876 ____________________________________________________________________________
7877 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
7878         Log: Make malloc smarter, fix bugs.  (Bug #404030)
7879      Branch: maint-5.6/macperl
7880            ! macos/icemalloc.c macos/icemalloc.h
7881 ____________________________________________________________________________
7882 [ 12186] By: nick                                  on 2001/09/24  19:18:17
7883         Log: Integrate mainline
7884      Branch: perlio
7885           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
7886           +> lib/filetest.t
7887           !> (integrate 30 files)
7888 ____________________________________________________________________________
7889 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
7890         Log: Retract #12136, the warnings::register is already
7891              tested by t/lib/warnings/9enabled, as pointed out
7892              by Paul Marquess.
7893      Branch: perl
7894            - lib/warnings/register.t
7895            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
7896 ____________________________________________________________________________
7897 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
7898         Log: fix Time::HiRes implementation of gettimeofday() on windows
7899              (HiRes.t#14 now passes)
7900      Branch: perl
7901            ! ext/Time/HiRes/HiRes.xs
7902 ____________________________________________________________________________
7903 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
7904         Log: File::Spec::catfile() canonifies everything to blackslashes on
7905              windows :-(
7906      Branch: perl
7907            ! lib/ExtUtils/Manifest.t
7908 ____________________________________________________________________________
7909 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
7910         Log: test number mismatch
7911      Branch: perl
7912            ! t/op/magic.t
7913 ____________________________________________________________________________
7914 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
7915         Log: ok().
7916      Branch: perl
7917            ! t/op/pack.t
7918 ____________________________________________________________________________
7919 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
7920         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
7921              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7922      Branch: perl
7923            ! pp_pack.c t/op/pack.t
7924 ____________________________________________________________________________
7925 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
7926         Log: Update Changes.
7927      Branch: perl
7928            ! Changes patchlevel.h
7929 ____________________________________________________________________________
7930 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
7931         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
7932              From: Michael G Schwern <schwern@pobox.com>
7933              Date: Mon, 24 Sep 2001 11:12:13 -0400
7934              Message-ID: <20010924111213.G27885@blackrider>
7935      Branch: perl
7936            ! lib/ExtUtils/Manifest.pm
7937 ____________________________________________________________________________
7938 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
7939         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
7940              From: Michael G Schwern <schwern@pobox.com> 
7941              Date: Mon, 24 Sep 2001 11:02:07 -0400
7942              Message-ID: <20010924110207.E27885@blackrider>
7943      Branch: perl
7944            ! vms/test.com
7945 ____________________________________________________________________________
7946 [ 12176] By: ams                                   on 2001/09/24  14:01:59
7947         Log: Update Changes.
7948      Branch: perl
7949            ! Changes
7950 ____________________________________________________________________________
7951 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
7952         Log: Various cleanups.
7953      Branch: perl
7954            ! ext/threads/Makefile.PL ext/threads/threads.xs
7955 ____________________________________________________________________________
7956 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
7957         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
7958      Branch: maint-5.6/macperl
7959           !> (integrate 33 files)
7960 ____________________________________________________________________________
7961 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
7962         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
7963              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7964              Date: Mon, 24 Sep 2001 20:04:58 +0900
7965              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
7966      Branch: perl
7967            ! ext/Encode/Encode/gb2312.enc
7968 ____________________________________________________________________________
7969 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
7970         Log: Clarifying comment to #12164.
7971      Branch: perl
7972            ! lib/Cwd.pm
7973 ____________________________________________________________________________
7974 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
7975         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
7976              From: Nicholas Clark <nick@ccl4.org>
7977              Date: Sun, 23 Sep 2001 23:00:56 +0100
7978              Message-ID: <20010923230055.Y4971@plum.flirble.org>
7979              
7980              (with "sample_constants" changed to "fallback")
7981      Branch: perl
7982            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
7983            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
7984            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
7985            ! lib/h2xs.t utils/h2xs.PL
7986 ____________________________________________________________________________
7987 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
7988         Log: Metaconfig unit change for #12167.
7989      Branch: metaconfig
7990            ! U/modified/Cppsym.U
7991 ____________________________________________________________________________
7992 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
7993         Log: Add a few glibc cpp symbols to probe for.
7994      Branch: perl
7995            ! Configure
7996 ____________________________________________________________________________
7997 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
7998         Log: DJGPP tweaks for Laszlo Molnar.
7999      Branch: perl
8000            ! djgpp/djgppsed.sh dosish.h
8001 ____________________________________________________________________________
8002 [ 12165] By: ams                                   on 2001/09/24  10:07:08
8003         Log: Subject: [PATCH t/op/inccode.t] More tests
8004              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8005              Date: 24 Sep 2001 10:01:44 -0000
8006              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
8007      Branch: perl
8008            ! t/op/inccode.t
8009 ____________________________________________________________________________
8010 [ 12164] By: ams                                   on 2001/09/24  09:43:29
8011         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
8012              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
8013              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
8014              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
8015      Branch: perl
8016            ! lib/Cwd.pm
8017 ____________________________________________________________________________
8018 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
8019         Log: 1_compile updates.
8020      Branch: perl
8021            ! t/lib/1_compile.t
8022 ____________________________________________________________________________
8023 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
8024         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
8025              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8026              Date: Wed, 19 Sep 2001 22:47:14 +0200
8027              Message-ID: <20010919224714.A6382@rafael>
8028      Branch: perl
8029            ! pod/perlvar.pod pp_ctl.c
8030 ____________________________________________________________________________
8031 [ 12161] By: ams                                   on 2001/09/23  17:40:02
8032         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
8033              filetest Pragma
8034              From: "chromatic" <chromatic@rmci.net>
8035              Date: Sun, 23 Sep 2001 12:07:25 -0600
8036              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
8037      Branch: perl
8038            + lib/filetest.t
8039            ! MANIFEST t/lib/1_compile.t
8040 ____________________________________________________________________________
8041 [ 12160] By: ams                                   on 2001/09/23  16:32:11
8042         Log: Additional minor chdir() tweak.
8043      Branch: perl
8044            ! pod/perlfunc.pod
8045 ____________________________________________________________________________
8046 [ 12159] By: ams                                   on 2001/09/23  16:25:01
8047         Log: Subject: PATCH lib/ExtUtils/Command.t
8048              From: Abe Timmerman <abe@ztreet.demon.nl>
8049              Date: Sun, 23 Sep 2001 19:11:44 +0200
8050              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
8051      Branch: perl
8052            ! lib/ExtUtils/Command.t
8053 ____________________________________________________________________________
8054 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
8055         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
8056              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8057              Date: Sun, 23 Sep 2001 02:02:26 +0200
8058              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
8059      Branch: perl
8060            ! makedef.pl
8061 ____________________________________________________________________________
8062 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
8063         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
8064              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
8065              Date: Sat, 22 Sep 2001 12:54:39 -0500
8066              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
8067      Branch: perl
8068            ! t/op/study.t
8069 ____________________________________________________________________________
8070 [ 12156] By: nick                                  on 2001/09/23  07:48:44
8071         Log: Integrate mainline
8072      Branch: perlio
8073            - check83.pl
8074           !> ext/Encode/Encode/2022-cn.enc
8075 ____________________________________________________________________________
8076 [ 12155] By: nick                                  on 2001/09/23  07:48:01
8077         Log: Integrate mainline
8078      Branch: perlio
8079           +> (branch 64 files)
8080            - ext/Encode/Encode/cns11643-1.enc
8081            - ext/Encode/Encode/cns11643-2.enc
8082            - ext/Encode/Encode/iso2022-cn.enc
8083            - ext/Encode/Encode/iso2022-jp.enc
8084            - ext/Encode/Encode/iso2022-jp1.enc
8085            - ext/Encode/Encode/iso2022-jp2.enc
8086            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
8087            - ext/Encode/Encode/iso8859-1.enc
8088            - ext/Encode/Encode/iso8859-1.ucm
8089            - ext/Encode/Encode/iso8859-10.enc
8090            - ext/Encode/Encode/iso8859-10.ucm
8091            - ext/Encode/Encode/iso8859-13.enc
8092            - ext/Encode/Encode/iso8859-13.ucm
8093            - ext/Encode/Encode/iso8859-14.enc
8094            - ext/Encode/Encode/iso8859-14.ucm
8095            - ext/Encode/Encode/iso8859-15.enc
8096            - ext/Encode/Encode/iso8859-15.ucm
8097            - ext/Encode/Encode/iso8859-16.enc
8098            - ext/Encode/Encode/iso8859-16.ucm
8099            - ext/Encode/Encode/iso8859-2.enc
8100            - ext/Encode/Encode/iso8859-2.ucm
8101            - ext/Encode/Encode/iso8859-3.enc
8102            - ext/Encode/Encode/iso8859-3.ucm
8103            - ext/Encode/Encode/iso8859-4.enc
8104            - ext/Encode/Encode/iso8859-4.ucm
8105            - ext/Encode/Encode/iso8859-5.enc
8106            - ext/Encode/Encode/iso8859-5.ucm
8107            - ext/Encode/Encode/iso8859-6.enc
8108            - ext/Encode/Encode/iso8859-6.ucm
8109            - ext/Encode/Encode/iso8859-7.enc
8110            - ext/Encode/Encode/iso8859-7.ucm
8111            - ext/Encode/Encode/iso8859-8.enc
8112            - ext/Encode/Encode/iso8859-8.ucm
8113            - ext/Encode/Encode/iso8859-9.enc
8114            - ext/Encode/Encode/iso8859-9.ucm
8115            - ext/Encode/Encode/isoir-197.enc
8116            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
8117            - t/lib/sample-tests/header_at_end
8118            - t/lib/sample-tests/header_at_end_fail
8119           !> (integrate 174 files)
8120 ____________________________________________________________________________
8121 [ 12154] By: ams                                   on 2001/09/23  07:11:46
8122         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
8123              by Blair Zajac.
8124      Branch: perl
8125            ! pod/perlfunc.pod
8126 ____________________________________________________________________________
8127 [ 12153] By: ams                                   on 2001/09/23  06:56:32
8128         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
8129              Forgotten deprecation of *glob{FILEHANDLE}?
8130              From: "chromatic" <chromatic@rmci.net>
8131              Date: Sat, 22 Sep 2001 21:27:56 -0600
8132              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
8133      Branch: perl
8134            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
8135 ____________________________________________________________________________
8136 [ 12152] By: ams                                   on 2001/09/23  06:42:58
8137         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
8138              From: Michael G Schwern <schwern@pobox.com>
8139              Date: Sun, 23 Sep 2001 03:34:39 -0400
8140              Message-Id: <20010923033439.E7005@blackrider>
8141      Branch: perl
8142            ! lib/File/Find.pm
8143 ____________________________________________________________________________
8144 [ 12151] By: ams                                   on 2001/09/23  06:37:57
8145         Log: Subject: Re: t/op/magic.t missing tests on Win32
8146              From: Michael G Schwern <schwern@pobox.com>
8147              Date: Sat, 22 Sep 2001 20:29:09 -0400
8148              Message-Id: <20010922202909.I18223@blackrider>
8149      Branch: perl
8150            ! t/op/magic.t
8151 ____________________________________________________________________________
8152 [ 12150] By: ams                                   on 2001/09/23  06:36:26
8153         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
8154              Dumpvalue.pm
8155              From: "chromatic" <chromatic@rmci.net>
8156              Date: Sat, 22 Sep 2001 19:41:31 -0600
8157              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
8158      Branch: perl
8159            + lib/Dumpvalue.t
8160            ! MANIFEST lib/Dumpvalue.pm
8161 ____________________________________________________________________________
8162 [ 12149] By: ams                                   on 2001/09/23  06:25:35
8163         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
8164              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8165              Date: Sun, 23 Sep 2001 15:27:56 +0900
8166              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
8167      Branch: perl
8168            ! ext/Encode/Encode/2022-cn.enc
8169 ____________________________________________________________________________
8170 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
8171         Log: Manual eror in #12147.
8172      Branch: perl
8173            ! win32/win32.c
8174 ____________________________________________________________________________
8175 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
8176         Log: Integrate change #12146 from maintperl;
8177              win32_chdir() et al don't handle a NULL argument gracefully
8178      Branch: perl
8179           !> win32/perlhost.h win32/win32.c
8180 ____________________________________________________________________________
8181 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
8182         Log: win32_chdir() et al don't handle a NULL argument gracefully
8183      Branch: maint-5.6/perl
8184            ! win32/perlhost.h win32/win32.c
8185 ____________________________________________________________________________
8186 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
8187         Log: typo in change#12026
8188      Branch: maint-5.6/perl
8189            ! op.c
8190 ____________________________________________________________________________
8191 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
8192         Log: Subject: [PATCH] Re: scalar context unpack bugs
8193              From: Nicholas Clark <nick@ccl4.org>
8194              Date: Sat, 22 Sep 2001 23:07:56 +0100
8195              Message-ID: <20010922230755.O4971@plum.flirble.org>
8196      Branch: perl
8197            ! pp_pack.c t/op/pack.t
8198 ____________________________________________________________________________
8199 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
8200         Log: Try ExtUtils::Command.t everywhere, not just on Win32
8201              (as suggested by NI-S).  Also allow running it either
8202              in t/ or in the main directory.
8203      Branch: perl
8204            ! lib/ExtUtils/Command.t
8205 ____________________________________________________________________________
8206 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
8207         Log: Update the test on warnings/register.t.
8208      Branch: perl
8209            ! t/lib/1_compile.t
8210 ____________________________________________________________________________
8211 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
8212         Log: The code is now almost tidy enough to keep the IRIX cc happy.
8213      Branch: perl
8214            ! hints/irix_6.sh
8215 ____________________________________________________________________________
8216 [ 12140] By: ams                                   on 2001/09/22  17:26:32
8217         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
8218              use_ithreads
8219              From: "Craig A. Berry" <craigberry@mac.com>
8220              Date: Sat, 22 Sep 2001 13:15:32 -0500
8221              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
8222      Branch: perl
8223            ! configure.com
8224 ____________________________________________________________________________
8225 [ 12139] By: ams                                   on 2001/09/22  16:44:08
8226         Log: Do what perl_clone() does for sharedsv functions.
8227      Branch: perl
8228            ! embed.pl proto.h
8229 ____________________________________________________________________________
8230 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
8231         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
8232              (suggested by Sarathy, extensions shouldn't be dabbling with
8233              op structures, so binary backward compatibility should not be
8234              an issue.)
8235      Branch: perl
8236            ! hints/irix_6.sh op.h
8237 ____________________________________________________________________________
8238 [ 12137] By: ams                                   on 2001/09/22  16:21:05
8239         Log: More cleanups. (What's PERL_DECL_PROT?)
8240      Branch: perl
8241            ! embed.pl proto.h sharedsv.h
8242 ____________________________________________________________________________
8243 [ 12136] By: ams                                   on 2001/09/22  15:14:34
8244         Log: (Retracted by #12185)
8245              
8246              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
8247              Add Tests for warnings::register, Doc Update
8248              From: "chromatic" <chromatic@rmci.net>
8249              Date: Sat, 22 Sep 2001 09:43:20 -0600
8250              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
8251      Branch: perl
8252            + lib/warnings/register.t
8253            ! MANIFEST lib/warnings/register.pm
8254 ____________________________________________________________________________
8255 [ 12135] By: ams                                   on 2001/09/22  15:07:50
8256         Log: `@foo' should be @foo for consistency.
8257      Branch: perl
8258            ! pod/perldiag.pod
8259 ____________________________________________________________________________
8260 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
8261         Log: (Retracted by #12138)
8262              
8263              Add -woff (turn warning off) 3187:
8264              "A pointer is converted to a smaller integer."
8265              This happens when your pointers are 64-bit: then every case
8266              of converting pointers to PADOFFSETs (explicitly 32-bit)
8267              faces truncation (even explicit use of INT2PTR doesn't help).
8268              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
8269              Changing PADOFFSET from U32 to UV would help, but that
8270              would break binary backward compatibility of BASEOP and padop
8271              (assuming you have been using 64-bit pointers).
8272      Branch: perl
8273            ! hints/irix_6.sh
8274 ____________________________________________________________________________
8275 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
8276         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
8277              but the name comes from the inside the file, not from the file
8278              name, and Rumanian is the name of the language.
8279      Branch: perl
8280            + ext/Encode/Encode/macRumanian.enc
8281            - ext/Encode/Encode/macRomania.enc
8282            ! MANIFEST
8283 ____________________________________________________________________________
8284 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
8285         Log: Rename perltootc as perltooc for 8.3-friedliness.
8286      Branch: perl
8287            + pod/perltooc.pod
8288            - pod/perltootc.pod
8289            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
8290            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
8291            ! pod/perltoot.pod
8292 ____________________________________________________________________________
8293 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
8294         Log: Find more conflicts by lowercasing.
8295      Branch: perl
8296            + Porting/check83.pl
8297            - check83.pl
8298            ! MANIFEST
8299 ____________________________________________________________________________
8300 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
8301         Log: The AIX cc 5.0.0.0 is simply too buggy.
8302      Branch: perl
8303            ! hints/aix.sh
8304 ____________________________________________________________________________
8305 [ 12129] By: ams                                   on 2001/09/22  12:35:38
8306         Log: Uninteresting cleanup.
8307      Branch: perl
8308            ! form.h
8309 ____________________________________________________________________________
8310 [ 12128] By: ams                                   on 2001/09/22  12:28:48
8311         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
8312              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
8313              Date: Sat, 22 Sep 2001 14:29:13 +0100
8314              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
8315      Branch: perl
8316            ! cv.h
8317 ____________________________________________________________________________
8318 [ 12127] By: ams                                   on 2001/09/22  12:04:28
8319         Log: What's a backet?
8320      Branch: perl
8321            ! dump.c
8322 ____________________________________________________________________________
8323 [ 12126] By: ams                                   on 2001/09/22  10:02:34
8324         Log: Removed duplicated tests #19 and #20.
8325      Branch: perl
8326            ! t/op/do.t
8327 ____________________________________________________________________________
8328 [ 12125] By: ams                                   on 2001/09/22  03:58:41
8329         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
8330              From: Michael Carman <mjcarman@home.com>
8331              Date: Fri, 21 Sep 2001 17:54:05 -0500
8332              Message-Id: <3BABC50D.6040202@home.com>
8333              (Applied with some changes.)
8334      Branch: perl
8335            ! pod/perlmod.pod
8336 ____________________________________________________________________________
8337 [ 12124] By: ams                                   on 2001/09/22  03:44:19
8338         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
8339              From: Michael G Schwern <schwern@pobox.com>
8340              Date: Fri, 21 Sep 2001 19:20:40 -0400
8341              Message-Id: <20010921192040.E5494@blackrider>
8342      Branch: perl
8343            ! t/op/chdir.t
8344 ____________________________________________________________________________
8345 [ 12123] By: ams                                   on 2001/09/22  03:41:08
8346         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
8347              From: Blair Zajac <blair@orcaware.com>
8348              Date: Fri, 21 Sep 2001 15:13:04 -0700
8349              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
8350      Branch: perl
8351            ! t/op/chdir.t
8352 ____________________________________________________________________________
8353 [ 12122] By: ams                                   on 2001/09/22  03:37:07
8354         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
8355              20010920.007
8356              From: Michael G Schwern <schwern@pobox.com>
8357              Date: Fri, 21 Sep 2001 17:59:03 -0400
8358              Message-Id: <20010921175903.V5494@blackrider>
8359      Branch: perl
8360            ! t/op/do.t
8361 ____________________________________________________________________________
8362 [ 12121] By: ams                                   on 2001/09/22  03:30:38
8363         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
8364              suite on WinCE)
8365              From: Michael G Schwern <schwern@pobox.com>
8366              Date: Fri, 21 Sep 2001 19:41:03 -0400
8367              Message-Id: <20010921194103.G5494@blackrider>
8368      Branch: perl
8369            ! pod/perlport.pod
8370 ____________________________________________________________________________
8371 [ 12120] By: ams                                   on 2001/09/22  03:28:06
8372         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
8373              From: Michael G Schwern <schwern@pobox.com>
8374              Date: Fri, 21 Sep 2001 17:33:35 -0400
8375              Message-Id: <20010921173335.T5494@blackrider>
8376              ($ENV{FOO}=undef hunk not applied.)
8377      Branch: perl
8378            ! t/op/magic.t
8379 ____________________________________________________________________________
8380 [ 12119] By: ams                                   on 2001/09/22  03:02:26
8381         Log: Subject: [PATCH] perldiag.pod
8382              From: Peter Scott <Peter@PSDT.com>
8383              Date: Fri, 21 Sep 2001 18:54:50 -0700
8384              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
8385              (Moved to the right place.)
8386      Branch: perl
8387            ! pod/perldiag.pod
8388 ____________________________________________________________________________
8389 [ 12118] By: ams                                   on 2001/09/21  20:05:29
8390         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
8391              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8392              Date: Fri, 21 Sep 2001 22:36:54 +0200
8393              Message-Id: <20010921223654.A12742@rafael>
8394      Branch: perl
8395            ! t/op/do.t
8396 ____________________________________________________________________________
8397 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
8398         Log: Restore things as they were before
8399              the backward compatibility police notices.
8400      Branch: perl
8401            ! lib/Cwd.pm
8402 ____________________________________________________________________________
8403 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
8404         Log: More Cwd from Schwern: make also OS/2 and DOS
8405              Cwd agree with File::Spec (that is, native path
8406              syntax using \ instead of / -- backward compatibility
8407              polic warning) and stop Win32 from using bsd_realpath().
8408      Branch: perl
8409            ! lib/Cwd.pm
8410 ____________________________________________________________________________
8411 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
8412         Log: Subject: [PATCH @12110] RE: Untested libraries update
8413              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
8414              Date: Fri, 21 Sep 2001 18:21:07 +0100
8415              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
8416      Branch: perl
8417            ! lib/warnings/register.pm
8418 ____________________________________________________________________________
8419 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
8420         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
8421              From: Michael G Schwern <schwern@pobox.com>
8422              Date: Thu, 20 Sep 2001 22:54:02 -0400
8423              Message-ID: <20010920225402.A3611@blackrider>
8424      Branch: perl
8425            ! lib/Cwd.pm
8426 ____________________________________________________________________________
8427 [ 12113] By: ams                                   on 2001/09/21  17:08:24
8428         Log: Subject: [PATCH] avoid v-strings with require/use
8429              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8430              Date: Fri, 21 Sep 2001 12:34:40 -0400
8431              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
8432      Branch: perl
8433            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
8434            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
8435            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
8436            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
8437            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
8438            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
8439            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
8440            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
8441            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
8442            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
8443            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
8444            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
8445            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
8446            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
8447            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
8448            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
8449            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
8450            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
8451            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
8452 ____________________________________________________________________________
8453 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
8454         Log: Update Changes.
8455      Branch: perl
8456            ! Changes patchlevel.h
8457 ____________________________________________________________________________
8458 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
8459         Log: Make AIX and Tru64 compilers happy.  
8460      Branch: perl
8461            ! ext/threads/threads.h ext/threads/threads.xs
8462 ____________________________________________________________________________
8463 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
8464         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
8465              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
8466              Date: 21 Sep 2001 09:16:37 -0000
8467              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
8468      Branch: perl
8469            ! toke.c
8470 ____________________________________________________________________________
8471 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
8472         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
8473              From: Michael G Schwern <schwern@pobox.com>
8474              Date: Thu, 20 Sep 2001 21:21:34 -0400
8475              Message-ID: <20010920212134.Y28291@blackrider>
8476      Branch: perl
8477            ! pp_sys.c
8478 ____________________________________________________________________________
8479 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
8480         Log: Subject: Re: GDB Debugging Macros from mod_perl
8481              From: rspier@pobox.com (Robert Spier)
8482              Date: Thu, 20 Sep 2001 22:45:03 -0700
8483              Message-ID: <15274.54239.413929.49430@rls.cx>
8484      Branch: perl
8485            ! pod/perltodo.pod
8486 ____________________________________________________________________________
8487 [ 12105] By: sky                                   on 2001/09/21  10:33:34
8488         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
8489              timezone! GetSystemTime should be available on all Win32 
8490              platforms we support. Perhaps Time::HiRes should be extended to
8491              support WinCE and Novell?
8492      Branch: perl
8493            ! ext/Time/HiRes/HiRes.xs
8494 ____________________________________________________________________________
8495 [ 12104] By: sky                                   on 2001/09/21  08:12:39
8496         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
8497      Branch: perl
8498            ! ext/threads/threads.h ext/threads/threads.xs
8499 ____________________________________________________________________________
8500 [ 12103] By: sky                                   on 2001/09/21  07:57:41
8501         Log: Rename the *thread* functions to Perl_* to avoid clashes.
8502              Notably on AIX but could become a problem on other platforms.
8503      Branch: perl
8504            ! ext/threads/threads.h ext/threads/threads.xs
8505 ____________________________________________________________________________
8506 [ 12102] By: sky                                   on 2001/09/21  07:35:30
8507         Log: Add the shared sv space to the global vars.
8508              Fix problems compiling on win32.
8509      Branch: perl
8510            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
8511            ! sharedsv.c sharedsv.h
8512 ____________________________________________________________________________
8513 [ 12101] By: ams                                   on 2001/09/21  00:19:55
8514         Log: Subject: [PATCH] win32/Makefile warning fix
8515              From: Blair Zajac <blair@orcaware.com>
8516              Date: Thu, 20 Sep 2001 18:15:43 -0700
8517              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
8518      Branch: perl
8519            ! win32/Makefile
8520 ____________________________________________________________________________
8521 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
8522         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
8523              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8524              Date: Thu, 20 Sep 2001 18:36:22 +0200
8525              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
8526      Branch: perl
8527            ! lib/ExtUtils/Command.t
8528 ____________________________________________________________________________
8529 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
8530         Log: Cant spl wirth a dam.
8531      Branch: perl
8532            ! intrpvar.h
8533 ____________________________________________________________________________
8534 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
8535         Log: Don't use C++ comments.
8536      Branch: perl
8537            ! ext/threads/threads.xs
8538 ____________________________________________________________________________
8539 [ 12097] By: ams                                   on 2001/09/20  21:42:07
8540         Log: Change #12044 didn't.
8541      Branch: perl
8542            ! lib/constant.pm
8543 ____________________________________________________________________________
8544 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
8545         Log: Metaconfig unit changes for #12095.
8546      Branch: metaconfig
8547            ! U/modified/Myinit.U U/modified/libs.U
8548 ____________________________________________________________________________
8549 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
8550         Log: Remove iconv references since we are not using it
8551              and not going to; regen perltoc, perlmodlib.
8552              (Some references still linger in perltoc, have to figure
8553              out where they are coming from.)
8554      Branch: perl
8555            ! Configure NetWare/config.wc NetWare/config_H.wc
8556            ! Porting/Glossary Porting/config.sh Porting/config_H
8557            ! config_h.SH configure.com epoc/config.sh perl.h
8558            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
8559            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8560            ! vos/config.ga.h win32/config.bc win32/config.gc
8561            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8562            ! win32/config_H.vc wince/config.ce wince/config.h
8563            ! wince/config_H.ce
8564 ____________________________________________________________________________
8565 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
8566         Log: Subject: [PATCH docs] Re: ARGV and read
8567              From: Dave Mitchell <davem@fdgroup.co.uk>
8568              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
8569              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
8570      Branch: perl
8571            ! pod/perltodo.pod pod/perlvar.pod
8572 ____________________________________________________________________________
8573 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
8574         Log: Fresh copies from the cvs.perl.org perlfaq repository.
8575      Branch: perl
8576            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8577            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8578            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8579            ! pod/perlfaq9.pod
8580 ____________________________________________________________________________
8581 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
8582         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
8583              From: Nicholas Clark <nick@ccl4.org>
8584              Date: Thu, 20 Sep 2001 14:27:08 +0100
8585              Message-ID: <20010920142708.X4971@plum.flirble.org>
8586      Branch: perl
8587            ! pp_pack.c t/op/pack.t
8588 ____________________________________________________________________________
8589 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
8590         Log: The sharedsv_space* are variables, not code.  Duh.
8591      Branch: perl
8592            ! intrpvar.h makedef.pl
8593 ____________________________________________________________________________
8594 [ 12090] By: ams                                   on 2001/09/20  11:26:06
8595         Log: Subject: [patch lib/lib_pm.PL]
8596              From: Stas Bekman <stas@stason.org>
8597              Date: Thu, 20 Sep 2001 18:48:53 +0800
8598              Message-Id: <3BA9C995.6010302@stason.org>
8599              (Applied by hand.)
8600      Branch: perl
8601            ! lib/lib_pm.PL
8602 ____________________________________________________________________________
8603 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
8604         Log: Only 21 tests, skipping or not.
8605      Branch: perl
8606            ! lib/ExtUtils/Command.t
8607 ____________________________________________________________________________
8608 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
8609         Log: New exported symbols.
8610      Branch: perl
8611            ! makedef.pl
8612 ____________________________________________________________________________
8613 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
8614         Log: Update Changes.
8615      Branch: perl
8616            ! Changes patchlevel.h
8617 ____________________________________________________________________________
8618 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
8619         Log: Correct numbering of the tests is useful.
8620      Branch: perl
8621            ! ext/threads/t/basic.t
8622 ____________________________________________________________________________
8623 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
8624         Log: More tests now too.
8625      Branch: perl
8626            ! lib/ExtUtils/Command.t
8627 ____________________________________________________________________________
8628 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
8629         Log: More tests now.
8630      Branch: perl
8631            ! ext/threads/t/basic.t
8632 ____________________________________________________________________________
8633 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
8634         Log: The test assumed 7-bit ASCII.  Now it "just"
8635              assumes 8-bit whatever.
8636      Branch: perl
8637            ! t/op/crypt.t
8638 ____________________________________________________________________________
8639 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
8640         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
8641              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8642              Date: Wed, 19 Sep 2001 11:45:28 +0200
8643              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
8644              
8645              Lvalue casts are not portable.
8646      Branch: perl
8647            ! ext/threads/threads.xs
8648 ____________________________________________________________________________
8649 [ 12081] By: sky                                   on 2001/09/19  10:17:52
8650         Log: Make the basic test contain only realy basic API tests
8651              Seems to be a problem with detach.
8652      Branch: perl
8653            ! ext/threads/t/basic.t
8654 ____________________________________________________________________________
8655 [ 12080] By: ams                                   on 2001/09/19  01:23:55
8656         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
8657              From: Michael G Schwern <schwern@pobox.com>
8658              Date: Tue, 18 Sep 2001 19:53:48 -0400
8659              Message-Id: <20010918195348.M585@blackrider>
8660              
8661              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
8662              From: Michael G Schwern <schwern@pobox.com>
8663              Date: Tue, 18 Sep 2001 22:07:13 -0400
8664              Message-Id: <20010918220713.B19616@blackrider>
8665      Branch: perl
8666            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
8667            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
8668            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
8669            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
8670            ! lib/Test/Tutorial.pod
8671 ____________________________________________________________________________
8672 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
8673         Log: Indent the test a bit.
8674      Branch: perl
8675            ! ext/threads/t/basic.t
8676 ____________________________________________________________________________
8677 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
8678         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
8679              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8680              Date: Tue, 18 Sep 2001 18:06:44 +0200
8681              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
8682      Branch: perl
8683            ! win32/win32.c
8684 ____________________________________________________________________________
8685 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
8686         Log: Subject: stat access time is wrong on Win95
8687              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8688              Date: Tue, 18 Sep 2001 21:59:24 +0200
8689              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
8690      Branch: perl
8691            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
8692 ____________________________________________________________________________
8693 [ 12076] By: ams                                   on 2001/09/18  22:11:25
8694         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
8695              From: Michael G Schwern <schwern@pobox.com>
8696              Date: Tue, 18 Sep 2001 18:47:14 -0400
8697              Message-Id: <20010918184714.I585@blackrider>
8698      Branch: perl
8699            ! t/op/crypt.t
8700 ____________________________________________________________________________
8701 [ 12075] By: sky                                   on 2001/09/18  19:29:37
8702         Log: two test failures
8703              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8704              Message-ID: <20010918221702.A17408@rafael>
8705              partly applied, #12074 already fixed half the patch
8706      Branch: perl
8707            ! ext/threads/t/basic.t
8708 ____________________________________________________________________________
8709 [ 12074] By: sky                                   on 2001/09/18  18:49:03
8710         Log: Fixes test case failure introduced by #12071, the warning is
8711              now correctly spelled :-)
8712      Branch: perl
8713            ! ext/IO/lib/IO/t/io_sel.t
8714 ____________________________________________________________________________
8715 [ 12073] By: sky                                   on 2001/09/18  18:46:22
8716         Log: Make the test behave properly!
8717      Branch: perl
8718            ! ext/threads/t/basic.t
8719 ____________________________________________________________________________
8720 [ 12072] By: ams                                   on 2001/09/18  18:44:59
8721         Log: OP_RCATLINE is an SVOP, not a BASEOP.
8722      Branch: perl
8723            ! opcode.h opcode.pl
8724 ____________________________________________________________________________
8725 [ 12071] By: ams                                   on 2001/09/18  18:06:27
8726         Log: Deprecate != Depreciate.
8727      Branch: perl
8728            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
8729            ! lib/Pod/ParseUtils.pm
8730 ____________________________________________________________________________
8731 [ 12070] By: ams                                   on 2001/09/18  15:14:58
8732         Log: Subject: [PATCH] Getopt::Std cleanup
8733              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8734              Date: Tue, 18 Sep 2001 17:32:13 +0200
8735              Message-Id: <20010918173213.C777@rafael>
8736      Branch: perl
8737            ! lib/Getopt/Std.pm lib/Getopt/Std.t
8738 ____________________________________________________________________________
8739 [ 12069] By: sky                                   on 2001/09/18  14:56:33
8740         Log: Forgot the makefile
8741      Branch: perl
8742            + ext/threads/Makefile.PL
8743 ____________________________________________________________________________
8744 [ 12068] By: sky                                   on 2001/09/18  14:13:26
8745         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
8746              The test will fail because of Test.pm not knowing about threads. 
8747              basic needs to be manually tested
8748              compile time warnings on IV2PTR conversions need to be fixed
8749      Branch: perl
8750            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
8751            + ext/threads/threads.h ext/threads/threads.pm
8752            + ext/threads/threads.xs
8753            ! MANIFEST
8754 ____________________________________________________________________________
8755 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
8756         Log: DJGPP tweak from Laszlo Molnar.
8757      Branch: perl
8758            ! djgpp/config.over
8759 ____________________________________________________________________________
8760 [ 12066] By: sky                                   on 2001/09/18  10:24:31
8761         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
8762      Branch: perl
8763            ! sharedsv.c sharedsv.h
8764 ____________________________________________________________________________
8765 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
8766         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
8767              ditto ^cns.
8768      Branch: perl
8769            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
8770            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
8771            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
8772            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
8773            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
8774            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
8775            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
8776            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
8777            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
8778            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
8779            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
8780            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
8781            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
8782            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
8783            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
8784            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
8785            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
8786            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
8787            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
8788            + ext/Encode/Encode/ir-197.enc
8789            - ext/Encode/Encode/cns11643-1.enc
8790            - ext/Encode/Encode/cns11643-2.enc
8791            - ext/Encode/Encode/iso2022-cn.enc
8792            - ext/Encode/Encode/iso2022-jp.enc
8793            - ext/Encode/Encode/iso2022-jp1.enc
8794            - ext/Encode/Encode/iso2022-jp2.enc
8795            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
8796            - ext/Encode/Encode/iso8859-1.enc
8797            - ext/Encode/Encode/iso8859-1.ucm
8798            - ext/Encode/Encode/iso8859-10.enc
8799            - ext/Encode/Encode/iso8859-10.ucm
8800            - ext/Encode/Encode/iso8859-11.enc
8801            - ext/Encode/Encode/iso8859-11.ucm
8802            - ext/Encode/Encode/iso8859-13.enc
8803            - ext/Encode/Encode/iso8859-13.ucm
8804            - ext/Encode/Encode/iso8859-14.enc
8805            - ext/Encode/Encode/iso8859-14.ucm
8806            - ext/Encode/Encode/iso8859-15.enc
8807            - ext/Encode/Encode/iso8859-15.ucm
8808            - ext/Encode/Encode/iso8859-16.enc
8809            - ext/Encode/Encode/iso8859-16.ucm
8810            - ext/Encode/Encode/iso8859-2.enc
8811            - ext/Encode/Encode/iso8859-2.ucm
8812            - ext/Encode/Encode/iso8859-3.enc
8813            - ext/Encode/Encode/iso8859-3.ucm
8814            - ext/Encode/Encode/iso8859-4.enc
8815            - ext/Encode/Encode/iso8859-4.ucm
8816            - ext/Encode/Encode/iso8859-5.enc
8817            - ext/Encode/Encode/iso8859-5.ucm
8818            - ext/Encode/Encode/iso8859-6.enc
8819            - ext/Encode/Encode/iso8859-6.ucm
8820            - ext/Encode/Encode/iso8859-7.enc
8821            - ext/Encode/Encode/iso8859-7.ucm
8822            - ext/Encode/Encode/iso8859-8.enc
8823            - ext/Encode/Encode/iso8859-8.ucm
8824            - ext/Encode/Encode/iso8859-9.enc
8825            - ext/Encode/Encode/iso8859-9.ucm
8826            - ext/Encode/Encode/isoir-197.enc
8827            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
8828 ____________________________________________________________________________
8829 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
8830         Log: Must Uppercase.
8831      Branch: perl
8832            ! ext/Encode/Encode.pm
8833 ____________________________________________________________________________
8834 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
8835         Log: Add various encodings.
8836      Branch: perl
8837            + ext/Encode/Encode/iso8859-11.enc
8838            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
8839            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
8840            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
8841            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
8842            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
8843            + ext/Encode/Encode/viscii.ucm
8844            ! MANIFEST ext/Encode/Encode.pm
8845 ____________________________________________________________________________
8846 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
8847         Log: lib/unicode relic.
8848      Branch: perl
8849            ! ext/Encode/compile
8850 ____________________________________________________________________________
8851 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
8852         Log: Subject: [PATCH] Re: filename problems
8853              From: Michael G Schwern <schwern@pobox.com>
8854              Date: Mon, 17 Sep 2001 17:26:26 -0400
8855              Message-ID: <20010917172626.Q585@blackrider>
8856      Branch: perl
8857            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
8858            - t/lib/sample-tests/header_at_end
8859            - t/lib/sample-tests/header_at_end_fail
8860            ! MANIFEST lib/Test/Harness/t/test-harness.t
8861 ____________________________________________________________________________
8862 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
8863         Log: Explicitly explain the 1e9 seconds, not everybody
8864              is a C geek.
8865      Branch: perl
8866            ! ext/Time/HiRes/HiRes.pm
8867 ____________________________________________________________________________
8868 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
8869         Log: Explain an apparent bug reported by
8870              Richard J. Barbalace <rjbarbal@MIT.EDU>,
8871              with additional explanation from Gisle Aas.
8872      Branch: perl
8873            ! ext/Time/HiRes/HiRes.pm
8874 ____________________________________________________________________________
8875 [ 12058] By: ams                                   on 2001/09/17  19:52:01
8876         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
8877              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8878              Date: Mon, 17 Sep 2001 22:48:05 +0200
8879              Message-Id: <20010917224805.C11744@rafael>
8880      Branch: perl
8881            ! t/lib/warnings/op t/lib/warnings/pp
8882 ____________________________________________________________________________
8883 [ 12057] By: ams                                   on 2001/09/17  16:51:18
8884         Log: Its a nit!
8885      Branch: perl
8886            ! sv.h
8887 ____________________________________________________________________________
8888 [ 12056] By: ams                                   on 2001/09/17  16:47:55
8889         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
8890              From: "Craig A. Berry" <craigberry@mac.com>
8891              Date: Mon, 17 Sep 2001 12:34:20 -0500
8892              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
8893      Branch: perl
8894            ! vms/vms.c
8895 ____________________________________________________________________________
8896 [ 12055] By: ams                                   on 2001/09/17  16:05:15
8897         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
8898              From: Gisle Aas <gisle@ActiveState.com>
8899              Date: 16 Apr 2001 16:20:34 -0700
8900              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
8901              (Applied by hand.)
8902      Branch: perl
8903            ! lib/CPAN.pm lib/CPAN/Nox.pm
8904 ____________________________________________________________________________
8905 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
8906         Log: Update Changes.
8907      Branch: perl
8908            ! Changes patchlevel.h
8909 ____________________________________________________________________________
8910 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
8911         Log: Adding new files to the MANIFEST is always nice.
8912      Branch: perl
8913            ! MANIFEST
8914 ____________________________________________________________________________
8915 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
8916         Log: Reindent the PerlIO files (suggested by NI-S), used
8917              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
8918              (GNU indent).  Note that wholesale re-indenting might
8919              be nice, but that would break nice formatting/alignment
8920              of assignments, equality testing, and complex boolean
8921              expressions with lots of &s and |s.
8922      Branch: perl
8923            ! perlio.c perlio.h perliol.h
8924 ____________________________________________________________________________
8925 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
8926         Log: Add a script for being 8.3-polite.
8927              The found conflicts are being worked on.
8928      Branch: perl
8929            + check83.pl
8930            ! MANIFEST Porting/pumpkin.pod
8931 ____________________________________________________________________________
8932 [ 12050] By: sky                                   on 2001/09/17  12:44:36
8933         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
8934              finding it.
8935      Branch: perl
8936            ! sv.c
8937 ____________________________________________________________________________
8938 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
8939         Log: Bump up versions because of #12041.
8940      Branch: perl
8941            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
8942            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
8943            ! lib/Time/localtime.pm
8944 ____________________________________________________________________________
8945 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
8946         Log: Bump the version number because of #12042.
8947      Branch: perl
8948            ! lib/CPAN/FirstTime.pm
8949 ____________________________________________________________________________
8950 [ 12047] By: ams                                   on 2001/09/17  11:21:40
8951         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
8952              From: Abhijit Menon-Sen <ams@wiw.org>
8953              Date: Mon, 17 Sep 2001 17:44:12 +0530
8954              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
8955      Branch: perl
8956            ! op.c
8957 ____________________________________________________________________________
8958 [ 12046] By: sky                                   on 2001/09/17  07:14:17
8959         Log: Subject: Re: t/op/ver.t using skip() improperly
8960              From: "chromatic" <chromatic@rmci.net>
8961              Date: Mon, 17 Sep 2001 00:22:29 -0600
8962              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
8963      Branch: perl
8964            ! t/op/ver.t
8965 ____________________________________________________________________________
8966 [ 12045] By: nick                                  on 2001/09/17  07:12:14
8967         Log: Integrate mainline
8968      Branch: perlio
8969           +> t/op/chdir.t
8970           !> (integrate 117 files)
8971 ____________________________________________________________________________
8972 [ 12044] By: ams                                   on 2001/09/17  05:49:53
8973         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
8974              From: Ilmari Karonen <iltzu@sci.fi>
8975              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
8976              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
8977              (And $VERSION = '1.05'.)
8978      Branch: perl
8979            ! lib/constant.pm
8980 ____________________________________________________________________________
8981 [ 12043] By: ams                                   on 2001/09/17  05:44:50
8982         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
8983              From: Michael G Schwern <schwern@pobox.com>
8984              Date: Mon, 17 Sep 2001 07:49:04 +0200
8985              Message-Id: <20010917074904.V1588@blackrider>
8986              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
8987      Branch: perl
8988            + t/op/chdir.t
8989            ! MANIFEST pp_sys.c
8990 ____________________________________________________________________________
8991 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
8992         Log: Subject: Re: CPAN.pm needs some hacking 
8993              From: "chromatic" <chromatic@rmci.net>
8994              Date: Sun, 16 Sep 2001 16:46:29 -0600
8995              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
8996      Branch: perl
8997            ! lib/CPAN/FirstTime.pm
8998 ____________________________________________________________________________
8999 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
9000         Log: Change use|require 5.005_64 to use|require 5.6.1.
9001      Branch: perl
9002            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
9003            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
9004            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
9005            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
9006            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
9007            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
9008            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
9009            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
9010            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
9011            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
9012            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
9013            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
9014            ! lib/base.pm lib/fields.pm
9015 ____________________________________________________________________________
9016 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
9017         Log: Bump up version numbers.
9018              
9019              TODO 1: double check that pre-5.6.1 CPAN.pm:s
9020              don't try to download 5.8.0 because of the
9021              version numbers.  Mainly this means using _00
9022              in the core version numbers.
9023              
9024              TODO 2: the "use 5.005_64" in many modules
9025              needs to be changed to, say, "use 5.6.1".
9026      Branch: perl
9027            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
9028            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
9029            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
9030            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
9031            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
9032            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
9033            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
9034            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
9035            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
9036            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
9037            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
9038 ____________________________________________________________________________
9039 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
9040         Log: Use UCHARAT() as suggested by Inaba Hiroto.
9041      Branch: perl
9042            ! regexec.c
9043 ____________________________________________________________________________
9044 [ 12038] By: ams                                   on 2001/09/16  15:16:24
9045         Log: Subject: [PATCH] Re: Core module version numbers review
9046              From: Peter Scott <Peter@PSDT.com>
9047              Date: Sun, 16 Sep 2001 09:09:58 -0700
9048              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
9049      Branch: perl
9050            ! lib/perl5db.pl
9051 ____________________________________________________________________________
9052 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
9053         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
9054              not yet fully implemented.
9055      Branch: perl
9056            ! pod/perlfunc.pod pod/perlunicode.pod
9057 ____________________________________________________________________________
9058 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
9059         Log: Subject: [patch] plug PL_beginav_save leak
9060              From: Doug MacEachern <dougm@covalent.net>
9061              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
9062              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
9063      Branch: perl
9064            ! perl.c
9065 ____________________________________________________________________________
9066 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
9067         Log: (accidentally empty checkin)
9068      Branch: perl
9069            ! sv.c
9070 ____________________________________________________________________________
9071 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
9072         Log: Subject: [patch] ithreads+PL_beginav_save
9073              From: Doug MacEachern <dougm@covalent.net>
9074              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
9075              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
9076      Branch: perl
9077            ! sv.c
9078 ____________________________________________________________________________
9079 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
9080         Log: Subject: [PATCH] h2xs.PL with C::Scan
9081              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9082              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
9083              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
9084      Branch: perl
9085            ! utils/h2xs.PL
9086 ____________________________________________________________________________
9087 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
9088         Log: Elaborate (well, make more vague, really) #12030.
9089      Branch: perl
9090            ! pod/perltodo.pod pod/perlunicode.pod
9091 ____________________________________________________________________________
9092 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
9093         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
9094              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9095              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
9096              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
9097      Branch: perl
9098            ! regexec.c
9099 ____________________________________________________________________________
9100 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
9101         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
9102              are not yet complete.
9103      Branch: perl
9104            ! pod/perltodo.pod pod/perlunicode.pod
9105 ____________________________________________________________________________
9106 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
9107         Log: Document what's still to be done on the regular expression
9108              Unicode support, based on the UTR#18.
9109      Branch: perl
9110            ! pod/perltodo.pod pod/perlunicode.pod
9111 ____________________________________________________________________________
9112 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
9113         Log: Regen headers.
9114      Branch: perl
9115            ! embedvar.h perlapi.h
9116 ____________________________________________________________________________
9117 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
9118         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
9119              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9120              Date: Sun, 09 Sep 2001 18:41:54 +0100
9121              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
9122      Branch: perl
9123            ! Porting/findvars ext/ByteLoader/bytecode.h
9124            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
9125            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
9126 ____________________________________________________________________________
9127 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
9128         Log: enable most warnings for windows build; fix the various typecasting
9129              nits that showed up (no bugfixes here)
9130      Branch: maint-5.6/perl
9131            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
9132            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
9133            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
9134            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
9135            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
9136            ! x2p/walk.c
9137 ____________________________________________________________________________
9138 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
9139         Log: Integrate change #12024 from maintperl
9140              (a local() precedence bug)
9141      Branch: perl
9142           !> lib/ExtUtils/Install.pm
9143 ____________________________________________________________________________
9144 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
9145         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
9146              change#8642
9147      Branch: maint-5.6/perl
9148            ! lib/ExtUtils/Install.pm
9149 ____________________________________________________________________________
9150 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
9151         Log: Update Changes.
9152      Branch: perl
9153            ! Changes patchlevel.h
9154 ____________________________________________________________________________
9155 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
9156         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
9157              From: "chromatic" <chromatic@rmci.net>
9158              Date: Fri, 14 Sep 2001 09:44:57 -0600 
9159              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
9160      Branch: perl
9161            ! lib/ExtUtils/Manifest.t
9162 ____________________________________________________________________________
9163 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
9164         Log: Hopefully better skipping of the Complete.t tests
9165              in case of not a tty. 
9166      Branch: perl
9167            ! lib/Term/Complete.t t/op/stat.t
9168 ____________________________________________________________________________
9169 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
9170         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
9171              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9172              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
9173              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
9174      Branch: perl
9175            ! regexec.c t/op/pat.t
9176 ____________________________________________________________________________
9177 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
9178         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
9179              From: Robin Barker <rmb1@cise.npl.co.uk>
9180              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
9181              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
9182      Branch: perl
9183            ! pod/perlport.pod
9184 ____________________________________________________________________________
9185 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
9186         Log: NetWare tweaks from Ananth Kesari.
9187      Branch: perl
9188            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
9189            ! NetWare/nwutil.h
9190 ____________________________________________________________________________
9191 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
9192         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
9193              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9194              Date: Fri, 14 Sep 2001 10:51:13 +0200
9195              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
9196      Branch: perl
9197            ! pod/perlport.pod
9198 ____________________________________________________________________________
9199 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
9200         Log: Subject: Re: [PATCH 2 pl2pm.PL]
9201              From: Joe Smith <Joe.Smith@inwap.com>
9202              Date: Fri, 14 Sep 2001 00:13:32 -0700
9203              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
9204              
9205              Eradicate qu.
9206      Branch: perl
9207            ! keywords.h keywords.pl utils/pl2pm.PL
9208 ____________________________________________________________________________
9209 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
9210         Log: Retract #12013, didn't go over too well in Tru64.
9211      Branch: perl
9212            ! embed.h embed.pl sv.h
9213 ____________________________________________________________________________
9214 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
9215         Log: Subject: [PATCH] Execute files of debugger commands
9216              From: Peter Scott <Peter@PSDT.com>
9217              Date: Thu, 13 Sep 2001 15:26:31 -0700
9218              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
9219      Branch: perl
9220            ! lib/perl5db.pl pod/perldebug.pod
9221 ____________________________________________________________________________
9222 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
9223         Log: (Retracted by #12015)
9224              Subject: [proposed PATCH] Re: perl@11920
9225              From: Nicholas Clark <nick@ccl4.org>
9226              Date: Wed, 12 Sep 2001 23:46:09 +0100
9227              Message-ID: <20010912234609.H4971@plum.flirble.org>     
9228      Branch: perl
9229            ! embed.h embed.pl sv.h
9230 ____________________________________________________________________________
9231 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
9232         Log: ucblib shouldn't be linked against in nonstop-ux,
9233              from Tom Bates.
9234      Branch: perl
9235            ! hints/nonstopux.sh
9236 ____________________________________________________________________________
9237 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
9238         Log: Do stty only if we have stty.
9239              
9240              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
9241      Branch: perl
9242            ! lib/Term/Complete.pm
9243 ____________________________________________________________________________
9244 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
9245         Log: Skip the test if not running on a tty.
9246      Branch: perl
9247            ! lib/Term/Complete.t
9248 ____________________________________________________________________________
9249 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
9250         Log: Regen headers.
9251      Branch: perl
9252            ! embed.h opcode.h pod/perlapi.pod proto.h
9253 ____________________________________________________________________________
9254 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
9255         Log: Subject: [PATCH op.c] Re: perl@12003
9256              From: Robin Barker <rmb1@cise.npl.co.uk>
9257              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
9258              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
9259      Branch: perl
9260            ! op.c
9261 ____________________________________________________________________________
9262 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
9263         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
9264              From: Robin Barker <rmb1@cise.npl.co.uk>
9265              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
9266              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
9267      Branch: perl
9268            ! sv.c
9269 ____________________________________________________________________________
9270 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
9271         Log: Upgrade to Memoize 0.66.
9272      Branch: perl
9273            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
9274            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
9275            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
9276 ____________________________________________________________________________
9277 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
9278         Log: Subject: [ID 20010912.007] substr reference core dump
9279              From: me-01@ton.iguana.be
9280              Date: 12 Sep 2001 14:11:16 -0000
9281              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
9282      Branch: perl
9283            ! mg.c
9284 ____________________________________________________________________________
9285 [ 12004] By: ams                                   on 2001/09/12  01:13:49
9286         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
9287              From: Ilmari Karonen <iltzu@sci.fi>
9288              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
9289              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
9290      Branch: perl
9291            ! pod/perlfaq4.pod
9292 ____________________________________________________________________________
9293 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
9294         Log: Update Changes.
9295      Branch: perl
9296            ! Changes patchlevel.h
9297 ____________________________________________________________________________
9298 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
9299         Log: NetWare update from Ananth Kesari.
9300      Branch: perl
9301            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
9302            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
9303 ____________________________________________________________________________
9304 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
9305         Log: Retract #11984: div() being redefined, and 1397
9306              failing on 64-bit platforms.
9307      Branch: perl
9308            ! lib/Math/BigInt/Calc.pm
9309 ____________________________________________________________________________
9310 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
9311         Log: Metaconfig unit change for #11999.
9312      Branch: metaconfig
9313            ! U/protos/d_lseekproto.U
9314 ____________________________________________________________________________
9315 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
9316         Log: The lseek fix (#11991) was no fix.
9317      Branch: perl
9318            ! Configure
9319 ____________________________________________________________________________
9320 [ 11998] By: sky                                   on 2001/09/11  07:52:06
9321         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
9322              From: Matt Sergeant <MSergeant@star.net.uk>
9323              Date: Tue, 11 Sep 2001 09:22:32 +0100
9324              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
9325      Branch: perl
9326            ! ext/Encode/Encode.pm
9327 ____________________________________________________________________________
9328 [ 11997] By: sky                                   on 2001/09/11  06:35:29
9329         Log: Sometimes dTHX is added because it is needed on non 
9330              gnuc platforms, but not needed there. This uses GCC
9331              to silence GCC specific warnings by marking pTHX as 
9332              unused.
9333      Branch: perl
9334            ! perl.h
9335 ____________________________________________________________________________
9336 [ 11996] By: nick                                  on 2001/09/11  06:25:27
9337         Log: Integrate mainline
9338      Branch: perlio
9339            - ext/POSIX/sigaction.t lib/File/Find/taint.t
9340           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
9341 ____________________________________________________________________________
9342 [ 11995] By: nick                                  on 2001/09/11  06:23:39
9343         Log: Part Integrate mainline
9344      Branch: perlio
9345           +> (branch 69 files)
9346            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
9347            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
9348            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
9349            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
9350            - lib/Switch/t/switch_case.t lib/Test/Harness.t
9351            - lib/Test/More/Changes lib/Test/More/t/More.t
9352            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
9353            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
9354            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
9355            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
9356            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
9357            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
9358            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
9359            - t/lib/Test/More/Catch.pm wince/perl.ico
9360           !> (integrate 197 files)
9361 ____________________________________________________________________________
9362 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
9363         Log: Subject: Re: [PATCH] Encode.pm docs fix
9364              From: Gisle Aas <gisle@ActiveState.com>
9365              Date: 10 Sep 2001 11:27:02 -0700
9366              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
9367      Branch: perl
9368            ! ext/Encode/Encode.pm
9369 ____________________________________________________________________________
9370 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
9371         Log: Fix unpack U to be the reverse of pack U
9372              (but implement unpack U0U as a backdoor to get
9373              the UTF-8 malformed warnings from un-UTF-8 data)
9374      Branch: perl
9375            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
9376 ____________________________________________________________________________
9377 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
9378         Log: Metaconfig unit change for #11991;
9379              delete an unused unit (d_strtoull.U is the one used)
9380      Branch: metaconfig
9381            ! U/protos/d_lseekproto.U
9382      Branch: metaconfig/U/perl
9383            - strtoull.U
9384 ____________________________________________________________________________
9385 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
9386         Log: Subject: [PATCH] Configure not recording lseek proto
9387              From: Blair Zajac <blair@orcaware.com>
9388              Date: Mon, 10 Sep 2001 17:52:37 -0700
9389              Message-ID: <3B9D6055.BA334A31@orcaware.com>
9390              
9391              plus regen Configure.
9392      Branch: perl
9393            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9394            ! config_h.SH uconfig.h
9395 ____________________________________________________________________________
9396 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
9397         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
9398              From: Nicholas Clark <nick@ccl4.org>
9399              Date: Tue, 11 Sep 2001 00:00:31 +0100
9400              Message-ID: <20010911000031.G1512@plum.flirble.org>
9401      Branch: perl
9402            + t/op/qq.t
9403            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
9404 ____________________________________________________________________________
9405 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
9406         Log: Subject: [PATCH] Building on win32 w/o perlio
9407              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9408              Date: Mon, 10 Sep 2001 23:38:46 +0200
9409              Message-ID: <3B9D4F06.14433.2C37644@localhost>
9410      Branch: perl
9411            ! perl.c win32/Makefile win32/makefile.mk
9412 ____________________________________________________________________________
9413 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
9414         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
9415              From: "chromatic" <chromatic@rmci.net>
9416              Date: Mon, 10 Sep 2001 15:14:01 -0600
9417              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
9418      Branch: perl
9419            + lib/CGI/t/push.t
9420            ! MANIFEST
9421 ____________________________________________________________________________
9422 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
9423         Log: Subject: avoiding hoardes of zombies
9424              From: Nicholas Clark <nick@ccl4.org>
9425              Date: Mon, 10 Sep 2001 22:00:40 +0100
9426              Message-ID: <20010910220040.C1512@plum.flirble.org>
9427      Branch: perl
9428            ! pod/perlipc.pod
9429 ____________________________________________________________________________
9430 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
9431         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
9432              From: John Peacock <jpeacock@rowman.com>
9433              Date: Mon, 10 Sep 2001 16:34:30 -0400
9434              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
9435      Branch: perl
9436            ! sv.c t/op/ver.t utf8.h
9437 ____________________________________________________________________________
9438 [ 11985] By: ams                                   on 2001/09/10  23:20:13
9439         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
9440      Branch: perl
9441            ! MANIFEST
9442 ____________________________________________________________________________
9443 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
9444         Log: (Retracted by #12001)
9445              Subject: Calc with USE_MUL/USE_DIV
9446              From: Tels <perl_dummy@bloodgate.com>
9447              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
9448              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
9449      Branch: perl
9450            ! lib/Math/BigInt/Calc.pm
9451 ____________________________________________________________________________
9452 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
9453         Log: Subject: [PATCH op.c] Re: perl@11978
9454              From: Robin Barker <rmb1@cise.npl.co.uk>
9455              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
9456              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
9457              
9458              Format errors.
9459      Branch: perl
9460            ! op.c
9461 ____________________________________________________________________________
9462 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
9463         Log: Switch PADOFFSET back to U32 both because of binary backward
9464              compatibility and because Arthur seems to have been fixing the
9465              problems with naughty integer-pointer casting.
9466      Branch: perl
9467            ! op.h
9468 ____________________________________________________________________________
9469 [ 11981] By: ams                                   on 2001/09/10  16:31:43
9470         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
9471              Fix Pod Typo, Add Test for ExtUtils::Command
9472              From: "chromatic" <chromatic@rmci.net>
9473              Date: Mon, 10 Sep 2001 11:20:56 -0600
9474              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
9475      Branch: perl
9476            + lib/ExtUtils/Command.t
9477            ! MANIFEST lib/ExtUtils/Command.pm
9478 ____________________________________________________________________________
9479 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
9480         Log: Subject: [PATCH] Encode.pm docs fix
9481              From: Matt Sergeant <MSergeant@star.net.uk>
9482              Date: Mon, 10 Sep 2001 15:24:01 +0100
9483              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
9484      Branch: perl
9485            ! ext/Encode/Encode.pm
9486 ____________________________________________________________________________
9487 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
9488         Log: Update Changes.
9489      Branch: perl
9490            ! Changes patchlevel.h
9491 ____________________________________________________________________________
9492 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
9493         Log: Revert #11973, the dTHX seems to be needed in there
9494              for threaded builds.
9495      Branch: perl
9496            ! perlio.c
9497 ____________________________________________________________________________
9498 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
9499         Log: Detypo.
9500      Branch: perl
9501            ! pod/perlguts.pod
9502 ____________________________________________________________________________
9503 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
9504         Log: Further Class::Struct patching from Damian.
9505              
9506              The new new semantics are:
9507              
9508              * If you pass an initializer for a nested object, it has to be:
9509              a) a reference to an object of that class, or      
9510              b) a reference to an object of a subclass of that class, or
9511              c) a reference to a hash of arguments to be passed to the
9512              class's constructor
9513              * If you pass no initializer for a nested object, the attribute
9514              is initialized to C<undef>
9515      Branch: perl
9516            ! lib/Class/Struct.pm
9517 ____________________________________________________________________________
9518 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
9519         Log: Skip the crypt test if no crypt.
9520      Branch: perl
9521            ! t/op/crypt.t
9522 ____________________________________________________________________________
9523 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
9524         Log: Warn against using bare v-strings as IP addresses
9525              (okay if using the wrappers from Socket)
9526      Branch: perl
9527            ! pod/perldata.pod pod/perlport.pod
9528 ____________________________________________________________________________
9529 [ 11973] By: sky                                   on 2001/09/10  11:57:58
9530         Log: Remove unused dTHX. Silenced another warning.
9531      Branch: perl
9532            ! perlio.c
9533 ____________________________________________________________________________
9534 [ 11972] By: sky                                   on 2001/09/10  11:54:25
9535         Log: Silence some more warnings INT2PTR.
9536      Branch: perl
9537            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
9538 ____________________________________________________________________________
9539 [ 11971] By: sky                                   on 2001/09/10  11:21:50
9540         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
9541      Branch: perl
9542            ! cop.h
9543 ____________________________________________________________________________
9544 [ 11970] By: sky                                   on 2001/09/10  11:17:25
9545         Log: Apply INT2PTR with force to silence warnings from
9546              PM_GETRE and friends. No more warnings with 64bit 
9547              IVs and 32bit pointers.    
9548      Branch: perl
9549            ! op.c op.h perl.c
9550 ____________________________________________________________________________
9551 [ 11969] By: sky                                   on 2001/09/10  10:13:02
9552         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
9553      Branch: perl
9554            ! pod/perlguts.pod
9555 ____________________________________________________________________________
9556 [ 11968] By: sky                                   on 2001/09/10  10:02:51
9557         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
9558              Rename to custop_op_name to Perl_custom_op_name to match perlapi
9559              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
9560              perl_clone.
9561      Branch: perl
9562            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
9563 ____________________________________________________________________________
9564 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
9565         Log: Using strlen() not good on embedded nul bytes.
9566      Branch: perl
9567            ! regcomp.c
9568 ____________________________________________________________________________
9569 [ 11966] By: ams                                   on 2001/09/09  21:06:13
9570         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
9571              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9572              Date: Mon, 13 Aug 2001 22:51:59 +0200
9573              Message-ID: <20010813225159.C6681@rafael>
9574              (Applied with several tweaks.)
9575      Branch: perl
9576            ! embed.h embed.pl proto.h toke.c
9577 ____________________________________________________________________________
9578 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
9579         Log: The exact error message is system-dependent.
9580      Branch: perl
9581            ! lib/ExtUtils/Manifest.t
9582 ____________________________________________________________________________
9583 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
9584         Log: Add Windows and Mac Sami support to Encode
9585              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
9586      Branch: perl
9587            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
9588            ! MANIFEST
9589 ____________________________________________________________________________
9590 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
9591         Log: Use the tried method.
9592      Branch: perl
9593            ! pod/perlport.pod
9594 ____________________________________________________________________________
9595 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
9596         Log: Can't count parentheses.
9597      Branch: perl
9598            ! ext/IO/lib/IO/Socket/INET.pm
9599 ____________________________________________________________________________
9600 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
9601         Log: perlport additions: 1 while unlink, add/delete directory
9602              entries and permissions, cygwin stat funkiness (from Michael
9603              Schwern and Nicholas Clark)
9604      Branch: perl
9605            ! pod/perlport.pod
9606 ____________________________________________________________________________
9607 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
9608         Log: blib does have a detectable test.
9609      Branch: perl
9610            ! t/lib/1_compile.t
9611 ____________________________________________________________________________
9612 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
9613         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
9614              From: "chromatic" <chromatic@rmci.net>
9615              Date: Sat, 08 Sep 2001 19:33:42 -0600
9616              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
9617      Branch: perl
9618            + lib/Term/Complete.t
9619            ! MANIFEST
9620 ____________________________________________________________________________
9621 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
9622         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
9623              From: Michael G Schwern <schwern@pobox.com> 
9624              Date: Sat, 8 Sep 2001 02:40:26 -0400
9625              Message-ID: <20010908024026.A26283@blackrider>
9626      Branch: perl
9627            + lib/Test/Tutorial.pod
9628            ! MANIFEST
9629 ____________________________________________________________________________
9630 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
9631         Log: Try to look up protocol (by name) only iff it has non-numbers:
9632              nice if the server is in a chrooted environment (no /etc/protocols,
9633              server code using hardcorded protocol numbers like 6 for tcp),
9634              suggested by John Holdsworth <coldwave@bigfoot.com>.
9635              In other words, if we are given a number, why look it up again
9636              (by number)?
9637      Branch: perl
9638            ! ext/IO/lib/IO/Socket/INET.pm
9639 ____________________________________________________________________________
9640 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
9641         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
9642              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9643              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
9644              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
9645              
9646              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
9647              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9648              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
9649              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
9650              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
9651              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9652              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
9653              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
9654      Branch: perl
9655            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
9656 ____________________________________________________________________________
9657 [ 11955] By: ams                                   on 2001/09/09  02:54:21
9658         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
9659              From: "Craig A. Berry" <craigberry@mac.com>
9660              Date: Sat, 08 Sep 2001 19:02:16 -0500
9661              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
9662      Branch: perl
9663            ! lib/CGI/t/carp.t
9664 ____________________________________________________________________________
9665 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
9666         Log: Documentation tweaks; think the IP address as an opaque string.
9667      Branch: perl
9668            ! ext/Socket/Socket.pm
9669 ____________________________________________________________________________
9670 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
9671         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
9672              From: Michael G Schwern <schwern@pobox.com>
9673              Date: Sat, 8 Sep 2001 19:45:46 -0400
9674              Message-ID: <20010908194546.C9193@blackrider>
9675      Branch: perl
9676            + lib/blib.t
9677            ! MANIFEST lib/blib.pm t/lib/1_compile.t
9678 ____________________________________________________________________________
9679 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
9680         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
9681              From: "chromatic" <chromatic@rmci.net>
9682              Date: Sat, 08 Sep 2001 12:31:44 -0600
9683              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
9684      Branch: perl
9685            + lib/CGI/t/fast.t
9686            ! MANIFEST
9687 ____________________________________________________________________________
9688 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
9689         Log: The Socket tests were wrong: they were assuming too much.
9690      Branch: perl
9691            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
9692 ____________________________________________________________________________
9693 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
9694         Log: Retract the portability changes since they
9695              seem to have opened a can of worms... will
9696              go back to UNICOS/mk and do the bare minimum
9697              required to get the tests working.
9698      Branch: perl
9699            ! ext/Socket/Socket.xs
9700 ____________________________________________________________________________
9701 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
9702         Log: PADOFFSET is used to cast pointers into integers,
9703              if pointers are 64 bits and U32 32 bits,
9704              bad things may happen, or at least warnings issued.
9705      Branch: perl
9706            ! op.h
9707 ____________________________________________________________________________
9708 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
9709         Log: Still more Socket portability tweaking.
9710              Now Socket.t seems to be happy in all of
9711              Linux/x86, Tru64/alpha, Solaris/sparc,
9712              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
9713              
9714              Addendum: it seems that io_multihomed, io_sock, and hostent
9715              were broken in little-endians (linux/x86 and tru64/alpha)
9716              because of this change.  Argh.
9717      Branch: perl
9718            ! ext/Socket/Socket.xs
9719 ____________________________________________________________________________
9720 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
9721         Log: More portability kicking on inet_ntoa().
9722      Branch: perl
9723            ! ext/Socket/Socket.xs
9724 ____________________________________________________________________________
9725 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
9726         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
9727              From: Michael G Schwern <schwern@pobox.com> 
9728              Date: Fri, 7 Sep 2001 23:06:51 -0400
9729              Message-ID: <20010907230651.R606@blackrider>
9730      Branch: perl
9731            + lib/ExtUtils/Manifest.t
9732            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
9733 ____________________________________________________________________________
9734 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
9735         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
9736              From: "chromatic" <chromatic@rmci.net>
9737              Date: Fri, 07 Sep 2001 17:53:15 -0600      
9738              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
9739      Branch: perl
9740            + lib/ExtUtils/testlib.t
9741            ! MANIFEST
9742 ____________________________________________________________________________
9743 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
9744         Log: Thinko.
9745      Branch: perl
9746            ! lib/integer.t
9747 ____________________________________________________________________________
9748 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
9749         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
9750              From: "Craig A. Berry" <craigberry@mac.com>
9751              Date: Fri, 07 Sep 2001 15:30:03 -0500
9752              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
9753      Branch: perl
9754            ! lib/CGI/Carp.pm
9755 ____________________________________________________________________________
9756 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
9757         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
9758              From: Michael G Schwern <schwern@pobox.com>
9759              Date: Fri, 7 Sep 2001 15:38:13 -0400
9760              Message-ID: <20010907153813.K606@blackrider>
9761      Branch: perl
9762            ! lib/ExtUtils/MM_Unix.pm
9763 ____________________________________________________________________________
9764 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
9765         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
9766              From: Robin Barker <rmb1@cise.npl.co.uk>
9767              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
9768              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
9769      Branch: perl
9770            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
9771 ____________________________________________________________________________
9772 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
9773         Log: Clean up 1_compile.t; move tests to more consistent
9774              places (t/ subdirectories); add integer.t (much of
9775              the pragma is tested elsewhere but there is no one
9776              centralized place)
9777      Branch: perl
9778            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
9779            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
9780            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
9781            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
9782            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
9783            - lib/File/Find/find.t lib/File/Find/taint.t
9784            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
9785 ____________________________________________________________________________
9786 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
9787         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
9788              From: "chromatic" <chromatic@rmci.net>
9789              Date: Fri, 07 Sep 2001 10:17:40 -0600
9790              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
9791      Branch: perl
9792            ! lib/File/Find/taint.t
9793 ____________________________________________________________________________
9794 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
9795         Log: Update Changes.
9796      Branch: perl
9797            ! Changes patchlevel.h
9798 ____________________________________________________________________________
9799 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
9800         Log: Rename the old threading tutorial, start a new one,
9801              regen toc.
9802      Branch: perl
9803            + pod/perlothrtut.pod
9804            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
9805            ! pod/perltoc.pod
9806 ____________________________________________________________________________
9807 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
9808         Log: vars very much has a test.
9809      Branch: perl
9810            ! t/lib/1_compile.t
9811 ____________________________________________________________________________
9812 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
9813         Log: Subject: Re: wince/perl.ico marked as binary
9814              From: Nicholas Clark <nick@ccl4.org>
9815              Date: Fri, 7 Sep 2001 13:54:40 +0100
9816              Message-ID: <20010907135439.D39150@plum.flirble.org>
9817              
9818              and wince/Makefile.ce change from Rainer Keuchel.
9819      Branch: perl
9820            + wince/makeico.pl
9821            ! MANIFEST wince/Makefile.ce
9822 ____________________________________________________________________________
9823 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
9824         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
9825              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9826              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
9827              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
9828      Branch: perl
9829            ! regexec.c
9830 ____________________________________________________________________________
9831 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
9832         Log: (Replaced by #11934)
9833              Subject: Re: [PATCH regexec.c] more general .* and .*?
9834              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9835              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
9836              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
9837      Branch: perl
9838            ! regexec.c
9839 ____________________________________________________________________________
9840 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
9841         Log: The #11931 patching misbehaved.
9842      Branch: perl
9843            ! lib/Test/Harness/t/test-harness.t
9844 ____________________________________________________________________________
9845 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
9846         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
9847              From: Michael G Schwern <schwern@pobox.com>
9848              Date: Fri, 7 Sep 2001 03:30:41 -0400
9849              Message-ID: <20010907033041.A2796@blackrider>
9850      Branch: perl
9851            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
9852            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
9853            + t/lib/sample-tests/header_at_end_fail
9854            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
9855            - lib/Test/Harness.t
9856            ! MANIFEST lib/Test/Harness.pm t/TEST
9857 ____________________________________________________________________________
9858 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
9859         Log: Subject: [PATCH] Digest::MD5 update
9860              From: Gisle Aas <gisle@ActiveState.com>
9861              Date: 06 Sep 2001 23:32:56 -0700
9862              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
9863      Branch: perl
9864            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9865            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
9866 ____________________________________________________________________________
9867 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
9868         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
9869              From: "chromatic" <chromatic@rmci.net>
9870              Date: Thu, 06 Sep 2001 23:11:44 -0600
9871              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
9872      Branch: perl
9873            + lib/less.t
9874            ! MANIFEST t/lib/1_compile.t
9875 ____________________________________________________________________________
9876 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
9877         Log: The binary file must somehow differently stored.
9878      Branch: perl
9879            - wince/perl.ico
9880            ! MANIFEST
9881 ____________________________________________________________________________
9882 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
9883         Log: Add more modules to the list of modules that have tests,
9884              Schwern's wallet is getting more nervous.
9885              (Run t/lib/1_compile.t manually to see which modules
9886              are lacking tests, or the tests can't be run for some
9887              reason or another, such as the Net:: modules)
9888      Branch: perl
9889            ! t/lib/1_compile.t
9890 ____________________________________________________________________________
9891 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
9892         Log: Try to make Socket::inet_ntoa() more robust.
9893      Branch: perl
9894            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
9895 ____________________________________________________________________________
9896 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
9897         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
9898              From: chromatic <chromatic@rmci.net>       
9899              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
9900              Message-Id: <01090522580506.19590@firewheel>           
9901      Branch: perl
9902            ! lib/English.t
9903 ____________________________________________________________________________
9904 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
9905         Log: Subject: Re: perlvar manpage and localizing special vars
9906              From: Stas Bekman <stas@stason.org>
9907              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
9908              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
9909      Branch: perl
9910            ! pod/perlvar.pod
9911 ____________________________________________________________________________
9912 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
9913         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
9914              From: Robin Barker <rmb1@cise.npl.co.uk>
9915              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
9916              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
9917      Branch: perl
9918            ! lib/ExtUtils/MakeMaker.pm
9919 ____________________________________________________________________________
9920 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
9921         Log: Symbol missing; AIX unhappy.
9922      Branch: perl
9923            ! makedef.pl
9924 ____________________________________________________________________________
9925 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
9926         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
9927              Reported in 5.61, seems to work okay in blead.
9928      Branch: perl
9929            ! t/run/kill_perl.t
9930 ____________________________________________________________________________
9931 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
9932         Log: Update Changes.
9933      Branch: perl
9934            ! Changes patchlevel.h
9935 ____________________________________________________________________________
9936 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
9937         Log: Document the bad assumptions currently breaking
9938              the Socket.t tests 10, 11, and 13 in UNICOS.
9939      Branch: perl
9940            ! ext/Socket/Socket.xs
9941 ____________________________________________________________________________
9942 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
9943         Log: Subject: [PATCH x2p] make OPTIMIZE=...
9944              From: Robin Barker <rmb1@cise.npl.co.uk>
9945              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
9946              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
9947      Branch: perl
9948            ! x2p/Makefile.SH x2p/cflags.SH
9949 ____________________________________________________________________________
9950 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
9951         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
9952              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
9953              Date: Thu, 6 Sep 2001 11:09:40 +0100
9954              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
9955              
9956              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
9957              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9958              Date: 6 Sep 2001 10:14:38 -0000
9959              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
9960      Branch: perl
9961            ! pod/perlfaq1.pod pod/perlhack.pod
9962 ____________________________________________________________________________
9963 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
9964         Log: Subject: Extra NUL is Data::Dumper output - patch
9965              From: Tony Cook <tony@develop-help.com>
9966              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
9967              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
9968      Branch: perl
9969            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
9970 ____________________________________________________________________________
9971 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
9972         Log: Avoid redefinition warning
9973              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
9974              from
9975              perl -w -Ilib -MCwd -e ''
9976      Branch: perl
9977            ! lib/Cwd.pm
9978 ____________________________________________________________________________
9979 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
9980         Log: Update the is_tainted() example implementation.
9981      Branch: perl
9982            ! pod/perlsec.pod
9983 ____________________________________________________________________________
9984 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
9985         Log: Missing) in #11912.
9986      Branch: perl
9987            ! lib/Test/Simple/t/fail.t
9988 ____________________________________________________________________________
9989 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
9990         Log: Rewhack Test-Simple into core harness.
9991      Branch: perl
9992            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
9993            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
9994            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
9995            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
9996            ! lib/Test/Simple/t/skipall.t
9997 ____________________________________________________________________________
9998 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
9999         Log: Workaround for the new Exporter 'feature'.
10000      Branch: perl
10001            ! lib/Test/More.pm
10002 ____________________________________________________________________________
10003 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
10004         Log: Re-introduce pure-Perl fall-back for abs_path,
10005              re-introduce #11898.
10006      Branch: perl
10007            ! lib/Cwd.pm lib/File/Find.pm
10008 ____________________________________________________________________________
10009 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
10010         Log: More tests.
10011      Branch: perl
10012            ! lib/Exporter.t
10013 ____________________________________________________________________________
10014 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
10015         Log: Retract #11898 for now because it introduces
10016              a rather nasty depencency: when B is being built,
10017              MakeMaker is used.  MakeMaker uses File::Find.
10018              File::Find uses Cwd::getcwd()...which doesn't
10019              exist yet.
10020      Branch: perl
10021            ! lib/File/Find.pm
10022 ____________________________________________________________________________
10023 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
10024         Log: New test welcome.
10025      Branch: perl
10026            + lib/Test/Simple/t/simple.t
10027 ____________________________________________________________________________
10028 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
10029         Log: Old test begone.
10030      Branch: perl
10031            - lib/Attribute/Handlers/test.pl
10032 ____________________________________________________________________________
10033 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
10034         Log: Test-Simple syncup from Schwern.
10035      Branch: perl
10036            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
10037            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
10038            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
10039            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
10040            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
10041            - lib/Test/More/Changes lib/Test/More/t/More.t
10042            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10043            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10044            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
10045            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
10046            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
10047            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
10048            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
10049            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
10050            ! t/lib/Test/Simple/sample_tests/death.plx
10051            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
10052            ! t/lib/Test/Simple/sample_tests/extras.plx
10053            ! t/lib/Test/Simple/sample_tests/five_fail.plx
10054            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
10055            ! t/lib/Test/Simple/sample_tests/one_fail.plx
10056            ! t/lib/Test/Simple/sample_tests/require.plx
10057            ! t/lib/Test/Simple/sample_tests/success.plx
10058            ! t/lib/Test/Simple/sample_tests/too_few.plx
10059            ! t/lib/Test/Simple/sample_tests/two_fail.plx
10060 ____________________________________________________________________________
10061 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
10062         Log: Integrate File::Find changes from bleadperl
10063      Branch: maint-5.6/macperl
10064            ! lib/File/Find.pm t/lib/filefind-taint.t
10065 ____________________________________________________________________________
10066 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
10067         Log: Integrate 11847 from maint-5.6/perl
10068      Branch: maint-5.6/macperl
10069           !> sv.c
10070 ____________________________________________________________________________
10071 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
10072         Log: In UNICOS division yada yada.
10073      Branch: perl
10074            ! t/op/override.t
10075 ____________________________________________________________________________
10076 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
10077         Log: In UNICOS division is really lossy, better use
10078              a tolerance test.
10079      Branch: perl
10080            ! ext/Time/HiRes/HiRes.t
10081 ____________________________________________________________________________
10082 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
10083         Log: In UNICOS sigaction() sets an extra flag
10084              ("the signal has been registered for all the processes in
10085              a multitasking group.")
10086      Branch: perl
10087            ! ext/POSIX/sigaction.t
10088 ____________________________________________________________________________
10089 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
10090         Log: Documentation micropatch from Damian.
10091      Branch: perl
10092            ! lib/Attribute/Handlers.pm
10093 ____________________________________________________________________________
10094 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
10095         Log: (Retracted by #11908)
10096              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
10097              From: Michael G Schwern <schwern@pobox.com>
10098              Date: Wed, 5 Sep 2001 15:58:21 -0400
10099              Message-ID: <20010905155821.I632@blackrider>
10100      Branch: perl
10101            ! lib/File/Find.pm lib/File/Find/taint.t
10102 ____________________________________________________________________________
10103 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
10104         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
10105              From: Michael G Schwern <schwern@pobox.com>
10106              Date: Wed, 5 Sep 2001 19:16:31 -0400
10107              Message-ID: <20010905191631.E11386@blackrider>
10108      Branch: perl
10109            + lib/CGI/t/carp.t
10110            ! MANIFEST
10111 ____________________________________________________________________________
10112 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
10113         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
10114              From: chromatic <chromatic@rmci.net>
10115              Date: Wed, 5 Sep 2001 18:08:07 -0600
10116              Message-Id: <01090518080700.19590@firewheel>
10117      Branch: perl
10118            ! lib/English.pm
10119 ____________________________________________________________________________
10120 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
10121         Log: Fix a typo #11889 and add a test for the same.
10122      Branch: perl
10123            ! ext/Socket/Socket.t ext/Socket/Socket.xs
10124 ____________________________________________________________________________
10125 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
10126         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
10127              From: "Craig A. Berry" <craigberry@mac.com>
10128              Date: Wed, 05 Sep 2001 17:48:54 -0500
10129              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
10130      Branch: perl
10131            ! lib/warnings.t t/run/kill_perl.t
10132 ____________________________________________________________________________
10133 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
10134         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
10135              From: Michael G Schwern <schwern@pobox.com>
10136              Date: Wed, 5 Sep 2001 17:22:25 -0400
10137              Message-ID: <20010905172225.C11386@blackrider>
10138      Branch: perl
10139            ! t/run/kill_perl.t
10140 ____________________________________________________________________________
10141 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
10142         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
10143              From: Nicholas Clark <nick@ccl4.org>
10144              Date: Wed, 5 Sep 2001 20:54:24 +0100
10145              Message-ID: <20010905205424.C25120@plum.flirble.org>
10146      Branch: perl
10147            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
10148 ____________________________________________________________________________
10149 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
10150         Log: Forgotten thing.
10151      Branch: perl
10152            ! uconfig.h
10153 ____________________________________________________________________________
10154 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
10155         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
10156              From: chromatic <chromatic@rmci.net>               
10157              Date: Wed, 5 Sep 2001 13:22:08 -0600
10158              Message-Id: <01090513220807.10587@firewheel> 
10159      Branch: perl
10160            ! lib/English.pm
10161 ____________________________________________________________________________
10162 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
10163         Log: inet_ntoa() tweaks:
10164              - don't allow addresses with > 255 characters
10165              - indent the HP-UX workaround
10166              - don't leak memory
10167      Branch: perl
10168            ! ext/Socket/Socket.xs
10169 ____________________________________________________________________________
10170 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
10171         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
10172              <xwu@theeducationcenter.com>
10173      Branch: perl
10174            ! lib/File/Find.pm
10175 ____________________________________________________________________________
10176 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
10177         Log: Typo nits.
10178      Branch: perl
10179            ! lib/File/Find.pm
10180 ____________________________________________________________________________
10181 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
10182         Log: -Wall nit.
10183      Branch: perl
10184            ! op.c
10185 ____________________________________________________________________________
10186 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
10187         Log: Update to Scalar-List-Utils 1.05
10188      Branch: perl
10189            ! ext/List/Util/ChangeLog ext/List/Util/README
10190            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
10191 ____________________________________________________________________________
10192 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
10193         Log: Update Changes.
10194      Branch: perl
10195            ! Changes patchlevel.h
10196 ____________________________________________________________________________
10197 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
10198         Log: Update to Scalar-List-Utils 1.04
10199      Branch: perl
10200            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
10201            ! ext/List/Util/lib/List/Util.pm
10202            ! ext/List/Util/lib/Scalar/Util.pm
10203 ____________________________________________________________________________
10204 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
10205         Log: Metaconfigify #11724.
10206      Branch: metaconfig
10207            ! U/threads/archname.U
10208 ____________________________________________________________________________
10209 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
10210         Log: The MacOS reference is okay, no reason to hide it.
10211      Branch: perl
10212            ! lib/Cwd.pm
10213 ____________________________________________________________________________
10214 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
10215         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
10216              From: Michael G Schwern <schwern@pobox.com>
10217              Date: Tue, 4 Sep 2001 15:30:10 -0400
10218              Message-ID: <20010904153010.H26466@blackrider> 
10219              
10220              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
10221      Branch: perl
10222            ! ext/Cwd/Makefile.PL lib/Cwd.pm
10223 ____________________________________________________________________________
10224 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
10225         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
10226              From: Michael G Schwern <schwern@pobox.com>
10227              Date: Tue, 4 Sep 2001 17:39:13 -0400
10228              Message-ID: <20010904173913.C626@blackrider>
10229      Branch: perl
10230            ! lib/Cwd.pm
10231 ____________________________________________________________________________
10232 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
10233         Log: Subject: Re: Perl_pp_* in public API?
10234              From: "Craig A. Berry" <craigberry@mac.com>
10235              Date: Tue, 4 Sep 2001 21:51:29 -0500
10236              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
10237      Branch: perl
10238            ! ext/List/Util/Util.xs
10239 ____________________________________________________________________________
10240 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
10241         Log: From Damian: Class::Struct was unable to define
10242              recursive classes.  After the patch an object reference
10243              (rather than a hash) is required to initialize
10244              an object attribute.  If no such initializer is given to
10245              the constructor, object attributes are now default
10246              initialized to C<undef>.
10247      Branch: perl
10248            ! lib/Class/Struct.pm lib/Class/Struct.t
10249 ____________________________________________________________________________
10250 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
10251         Log: Subject: Re: sv_catpvfn and sv_setpvfn
10252              From: Richard Soderberg <rs@oregonnet.com>
10253              Date: Tue, 4 Sep 2001 15:16:47 -0700
10254              Message-Id: <200109042216.PAA17858@oregonnet.com>
10255      Branch: perl
10256            ! pod/perlclib.pod pod/perlguts.pod
10257 ____________________________________________________________________________
10258 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
10259         Log: NetWare updates from Ananth Kesari.
10260      Branch: perl
10261            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
10262            ! NetWare/nw5thread.h
10263 ____________________________________________________________________________
10264 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
10265         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
10266              From: Nicholas Clark <nick@ccl4.org>
10267              Date: Tue, 4 Sep 2001 22:42:50 +0100
10268              Message-ID: <20010904224250.P25120@plum.flirble.org>
10269      Branch: perl
10270            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
10271            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
10272            ! t/op/oct.t toke.c
10273 ____________________________________________________________________________
10274 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
10275         Log: Fix Cwd::getcwd() not being tainted, as noticed
10276              by Schwern.
10277      Branch: perl
10278            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
10279            - ext/Cwd/Cwd.t
10280            ! MANIFEST ext/Cwd/Cwd.xs util.c
10281 ____________________________________________________________________________
10282 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
10283         Log: Retract #11870 and volatilize the right destruct_level.
10284              Silly thinko pointed out by Sarathy.
10285      Branch: perl
10286            ! intrpvar.h perl.c
10287 ____________________________________________________________________________
10288 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
10289         Log: At least a temporary fix for the mysterious scope core dumps
10290              in Tru64 from Graham.
10291      Branch: perl
10292            ! ext/List/Util/Util.xs
10293 ____________________________________________________________________________
10294 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
10295         Log: (Retracted by #11872)
10296      Branch: perl
10297            ! intrpvar.h
10298 ____________________________________________________________________________
10299 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
10300         Log: Quench a -Wall gripe noticed by Robin Barker.
10301      Branch: perl
10302            ! op.c
10303 ____________________________________________________________________________
10304 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
10305         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
10306              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10307              Date: Wed, 05 Sep 2001 02:01:32 +0900
10308              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
10309      Branch: perl
10310            ! lib/Unicode/UCD.pm
10311 ____________________________________________________________________________
10312 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
10313         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
10314              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10315              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
10316              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
10317      Branch: perl
10318            ! gv.c
10319 ____________________________________________________________________________
10320 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
10321         Log: Update Changes.
10322      Branch: perl
10323            ! Changes patchlevel.h
10324 ____________________________________________________________________________
10325 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
10326         Log: Add the \[$@%&*] prototype support.
10327      Branch: perl
10328            ! op.c pod/perlsub.pod t/comp/proto.t
10329 ____________________________________________________________________________
10330 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
10331         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
10332              From: Michael G Schwern <schwern@pobox.com>
10333              Date: Mon, 3 Sep 2001 18:59:01 -0400
10334              Message-ID: <20010903185901.Z9233@blackrider>
10335      Branch: perl
10336            ! lib/CGI/t/form.t
10337 ____________________________________________________________________________
10338 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
10339         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
10340              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10341              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
10342              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
10343      Branch: perl
10344            ! gv.c
10345 ____________________________________________________________________________
10346 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
10347         Log: More srand entry tweakage based on Randal's suggestion.
10348      Branch: perl
10349            ! pod/perlfunc.pod
10350 ____________________________________________________________________________
10351 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
10352         Log: Subject: [PATCH] 'main' *is* a reserved word
10353              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10354              Date: Mon, 3 Sep 2001 22:55:41 +0200
10355              Message-ID: <20010903225541.A24097@rafael>
10356      Branch: perl
10357            ! toke.c
10358 ____________________________________________________________________________
10359 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
10360         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
10361              From: Peter Prymmer <pvhp@best.com>
10362              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
10363              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
10364      Branch: perl
10365            ! README.vms configure.com
10366 ____________________________________________________________________________
10367 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
10368         Log: Subject: Re: A slightly better default seed?   
10369              From: Michael G Schwern <schwern@pobox.com>
10370              Date: Mon, 3 Sep 2001 18:08:15 -0400 
10371              Message-ID: <20010903180815.W9233@blackrider>
10372      Branch: perl
10373            ! t/op/srand.t
10374 ____________________________________________________________________________
10375 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
10376         Log: Add sharedsv.o to microperl object files.
10377      Branch: perl
10378            ! Makefile.micro
10379 ____________________________________________________________________________
10380 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
10381         Log: AUTHORS updates and
10382              
10383              Subject: [PATCH] Just some preening :-)        
10384              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
10385              Date: Tue, 4 Sep 2001 14:16:59 +0100
10386              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
10387      Branch: perl
10388            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
10389 ____________________________________________________________________________
10390 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
10391         Log: Typo fix and slight rewording.
10392      Branch: perl
10393            ! pod/perlfunc.pod
10394 ____________________________________________________________________________
10395 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
10396         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
10397      Branch: perl
10398            ! pod/perlfaq4.pod
10399 ____________________________________________________________________________
10400 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
10401         Log: The helper file changed name.
10402      Branch: perl
10403            ! MANIFEST
10404 ____________________________________________________________________________
10405 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
10406         Log: Update to Scalar-List-Utils 1.03
10407      Branch: perl
10408            + ext/List/Util/t/shuffle.t
10409            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
10410            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
10411            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
10412            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
10413            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
10414            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
10415            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
10416            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
10417 ____________________________________________________________________________
10418 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
10419         Log: Make crypt() do something more sane for Unicode
10420              (take crypt() of the low eight bits of the characters,
10421              instead of taking crypt() of the UTF-8 of the scalar);
10422              add a test for crypt().
10423      Branch: perl
10424            + t/op/crypt.t
10425            ! MANIFEST pod/perlfunc.pod pp.c
10426 ____________________________________________________________________________
10427 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
10428         Log: Reorganize the srand entry.
10429      Branch: perl
10430            ! pod/perlfunc.pod
10431 ____________________________________________________________________________
10432 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
10433         Log: Remove the tests that assume something about
10434              calling srand() without arguments multiple times.
10435      Branch: perl
10436            ! t/op/srand.t
10437 ____________________________________________________________________________
10438 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
10439         Log: Upgrade to Math::BigInt 1.42.
10440      Branch: perl
10441            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10442            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
10443            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
10444            ! lib/Math/BigInt/t/mbimbf.t
10445 ____________________________________________________________________________
10446 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
10447         Log: integrate change#11847 from maint-5.6
10448              
10449              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
10450      Branch: perl
10451            ! sv.c
10452 ____________________________________________________________________________
10453 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
10454         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
10455      Branch: maint-5.6/perl
10456            ! sv.c
10457 ____________________________________________________________________________
10458 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
10459         Log: As far as I can tell these functions have been Unicodified.
10460      Branch: perl
10461            ! doop.c
10462 ____________________________________________________________________________
10463 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
10464         Log: Update to Storable 1.0.13.
10465      Branch: perl
10466            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10467            ! ext/Storable/Storable.xs
10468 ____________________________________________________________________________
10469 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
10470         Log: Patch the Filter::Simple test to work with
10471              the core test suite (since the FilterTest.pm
10472              is in t/lib, not in lib).
10473      Branch: perl
10474            ! lib/Filter/Simple/t/filter.t
10475 ____________________________________________________________________________
10476 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
10477         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
10478      Branch: perl
10479            + t/lib/FilterTest.pm
10480            - t/lib/MyFilter.pm
10481 ____________________________________________________________________________
10482 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
10483         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
10484              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
10485              Text::Balanced 1.86.
10486      Branch: perl
10487            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
10488            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
10489            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
10490            + lib/Switch/t/nested.t lib/Switch/t/switch.t
10491            + lib/Text/Balanced/Changes lib/Text/Balanced/README
10492            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
10493            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
10494            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
10495            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
10496            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
10497            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
10498            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
10499            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
10500            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
10501            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
10502            ! MANIFEST lib/Attribute/Handlers.pm
10503            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
10504            ! lib/Attribute/Handlers/demo/Demo.pm
10505            ! lib/Attribute/Handlers/demo/Descriptions.pm
10506            ! lib/Attribute/Handlers/demo/MyClass.pm
10507            ! lib/Attribute/Handlers/demo/demo.pl
10508            ! lib/Attribute/Handlers/demo/demo2.pl
10509            ! lib/Attribute/Handlers/demo/demo3.pl
10510            ! lib/Attribute/Handlers/demo/demo4.pl
10511            ! lib/Attribute/Handlers/demo/demo_call.pl
10512            ! lib/Attribute/Handlers/demo/demo_chain.pl
10513            ! lib/Attribute/Handlers/demo/demo_cycle.pl
10514            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
10515            ! lib/Attribute/Handlers/demo/demo_phases.pl
10516            ! lib/Attribute/Handlers/demo/demo_range.pl
10517            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
10518            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
10519            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
10520            ! lib/Text/Balanced.pm
10521 ____________________________________________________________________________
10522 [ 11841] By: sky                                   on 2001/09/03  11:04:15
10523         Log: Forgot to add a file with Change #11840
10524      Branch: perl
10525            + t/op/srand.t
10526 ____________________________________________________________________________
10527 [ 11840] By: sky                                   on 2001/09/03  11:02:04
10528         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
10529              From: Michael G Schwern <schwern@pobox.com>
10530              Date: Mon, 3 Sep 2001 07:43:00 -0400
10531              Message-ID: <20010903074300.E9233@blackrider>
10532      Branch: perl
10533            ! MANIFEST pod/perlfunc.pod t/op/rand.t
10534 ____________________________________________________________________________
10535 [ 11839] By: sky                                   on 2001/09/03  10:47:11
10536         Log: Document the changes with regards to running of END blocks.
10537              And DESTROY on global objects are called in perl_destruct()!
10538      Branch: perl
10539            ! pod/perl572delta.pod pod/perlembed.pod
10540 ____________________________________________________________________________
10541 [ 11838] By: sky                                   on 2001/09/03  09:34:44
10542         Log: Subject: [PATCH t/op/time.t] Partial cleanup
10543              From: Michael G Schwern <schwern@pobox.com>
10544              Date: Mon, 3 Sep 2001 06:29:42 -0400
10545              Message-ID: <20010903062942.C9233@blackrider>
10546      Branch: perl
10547            ! t/op/time.t
10548 ____________________________________________________________________________
10549 [ 11837] By: sky                                   on 2001/09/03  09:30:02
10550         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
10551              From: Michael G Schwern <schwern@pobox.com>
10552              Date: Mon, 3 Sep 2001 06:24:13 -0400
10553              Message-ID: <20010903062413.B9233@blackrider>
10554      Branch: perl
10555            ! t/op/rand.t
10556 ____________________________________________________________________________
10557 [ 11836] By: sky                                   on 2001/09/03  07:56:47
10558         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
10559              From: Michael G Schwern <schwern@pobox.com>
10560              Date: Sun, 2 Sep 2001 21:38:43 -0400
10561              Message-ID: <20010902213843.L2711@blackrider>
10562      Branch: perl
10563            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
10564            ! MANIFEST
10565 ____________________________________________________________________________
10566 [ 11835] By: nick                                  on 2001/09/03  06:20:06
10567         Log: Integrate mainline
10568      Branch: perlio
10569           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
10570            - t/op/misc.t
10571           !> (integrate 187 files)
10572 ____________________________________________________________________________
10573 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
10574         Log: Update Changes.
10575      Branch: perl
10576            ! Changes patchlevel.h
10577 ____________________________________________________________________________
10578 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
10579         Log: Slight tweaks.
10580      Branch: perl
10581            ! t/run/kill_perl.t
10582 ____________________________________________________________________________
10583 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
10584         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
10585      Branch: perl
10586            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10587 ____________________________________________________________________________
10588 [ 11831] By: sky                                   on 2001/09/02  12:10:42
10589         Log: Change #11828 wasn't complete, this updates to intest path
10590      Branch: perl
10591            ! t/run/kill_perl.t
10592 ____________________________________________________________________________
10593 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
10594         Log: 's's's.
10595      Branch: perl
10596            ! Changes
10597 ____________________________________________________________________________
10598 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
10599         Log: Update Changes.
10600      Branch: perl
10601            ! Changes patchlevel.h
10602 ____________________________________________________________________________
10603 [ 11828] By: sky                                   on 2001/09/02  11:53:56
10604         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
10605              From: Michael G Schwern <schwern@pobox.com>
10606              Date: Sat, 1 Sep 2001 20:18:58 -0400
10607              Message-ID: <20010901201858.X606@blackrider>
10608              +MANIFEST Fix
10609      Branch: perl
10610            + t/run/kill_perl.t
10611            - t/op/misc.t t/run/segfault.t
10612            ! MANIFEST
10613 ____________________________________________________________________________
10614 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
10615         Log: Subject: [PATCH] lib/Time/Local.pm
10616              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
10617              Date: Sun, 2 Sep 2001 06:50:01 -0500
10618              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
10619      Branch: perl
10620            ! lib/Time/Local.pm
10621 ____________________________________________________________________________
10622 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
10623         Log: Tick off Unicode collation and the normalization from
10624              the todo list.
10625      Branch: perl
10626            ! pod/perltodo.pod
10627 ____________________________________________________________________________
10628 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
10629         Log: Update to Unicode 3.1.1.
10630      Branch: perl
10631            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
10632            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
10633            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
10634            ! lib/unicore/PropList.txt lib/unicore/README.perl
10635            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
10636            ! lib/unicore/rename lib/unicore/version
10637 ____________________________________________________________________________
10638 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
10639         Log: Slight doc tweaks for the module.
10640      Branch: perl
10641            ! lib/Unicode/UCD.pm
10642 ____________________________________________________________________________
10643 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
10644         Log: Rename the variable: it *used* to be (wrongly) that the
10645              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
10646              but that is no more the case: PL_reg_match_utf8 is better.
10647      Branch: perl
10648            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
10649            ! regexec.c sv.c thrdvar.h
10650 ____________________________________________________________________________
10651 [ 11822] By: ams                                   on 2001/09/02  02:54:50
10652         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
10653              From: Ilmari Karonen <iltzu@sci.fi>
10654              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
10655              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
10656              (op/sub_lval.t updated to take new error message into account.)
10657      Branch: perl
10658            ! op.c t/op/sub_lval.t
10659 ____________________________________________________________________________
10660 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
10661         Log: remove stray CRs in files; keep all files with UNIX line-ends
10662              (Porting/makerel adds CRs to the files that need it in the
10663              distribution)
10664      Branch: perl
10665            ! NetWare/t/NWScripts.pl README.dos
10666            ! ext/Encode/Encode/cns11643-1.enc
10667            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
10668            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
10669 ____________________________________________________________________________
10670 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
10671         Log: some remnants of change#11803
10672      Branch: perl
10673            ! ext/ByteLoader/byterun.h perl.h
10674 ____________________________________________________________________________
10675 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
10676         Log: Update to Unicode::Collate 0.08.
10677      Branch: perl
10678            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
10679            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
10680 ____________________________________________________________________________
10681 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
10682         Log: Test tweaks.
10683      Branch: perl
10684            ! t/op/pat.t
10685 ____________________________________________________________________________
10686 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
10687         Log: Fix test
10688      Branch: maint-5.6/macperl
10689            ! t/lib/b.t
10690 ____________________________________________________________________________
10691 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
10692         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
10693              warnings in Config.pm with -W; increase default and
10694              minimum RAM; bump version number.
10695      Branch: maint-5.6/macperl
10696            + macos/lib/Mac/LowMem.pm
10697            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
10698            ! macos/configpm macos/macperl/MacPerl.r
10699 ____________________________________________________________________________
10700 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
10701         Log: Make syntax check report in MPW style, fix tests
10702              to use Mac::err=unix to get normal-style error
10703              messages.
10704      Branch: maint-5.6/macperl
10705            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
10706            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
10707 ____________________________________________________________________________
10708 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
10709         Log: Make MPW-style errors optional (but the default); add
10710              MacPerl::ErrorFormat() function and Mac::err pragma
10711      Branch: maint-5.6/macperl
10712            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
10713            + macos/ext/Mac/err/err.xs
10714            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
10715            ! macos/macish.c macos/macish.h macos/macperl.sym
10716 ____________________________________________________________________________
10717 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
10718         Log: More module and test ports from Thomas Wegner et al
10719      Branch: maint-5.6/macperl
10720            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
10721            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
10722            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
10723            ! t/op/magic.t
10724 ____________________________________________________________________________
10725 [ 11812] By: sky                                   on 2001/09/01  17:19:30
10726         Log: Subject: [PATCH t/op/concat.t] cleanup
10727              From: Michael G Schwern <schwern@pobox.com>
10728              Date: Sat, 1 Sep 2001 14:06:28 -0400
10729              Message-ID: <20010901140628.C606@blackrider>
10730      Branch: perl
10731            ! t/op/concat.t
10732 ____________________________________________________________________________
10733 [ 11811] By: sky                                   on 2001/09/01  12:25:29
10734         Log: Change #11805 didn't update the MANIFEST
10735      Branch: perl
10736            ! MANIFEST
10737 ____________________________________________________________________________
10738 [ 11810] By: sky                                   on 2001/09/01  11:52:44
10739         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
10740              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10741              Date: Sat, 1 Sep 2001 14:50:14 +0200
10742              Message-ID: <20010901145014.A691@rafael>
10743      Branch: perl
10744            ! t/op/inccode.t
10745 ____________________________________________________________________________
10746 [ 11809] By: sky                                   on 2001/09/01  11:49:22
10747         Log: Subject: PATCH: ExtUtils::MakeMaker
10748              From: Tony Bowden <tony@kasei.com>
10749              Date: Sat, 1 Sep 2001 10:33:53 +0100
10750              Message-ID: <20010901103353.A13863@soto.kasei.com>
10751              Manually applied
10752      Branch: perl
10753            ! lib/ExtUtils/MakeMaker.pm
10754 ____________________________________________________________________________
10755 [ 11808] By: sky                                   on 2001/09/01  11:39:13
10756         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
10757              From: mike808@users.sourceforge.net
10758              Date: Sat, 1 Sep 101 11:27:50 GMT
10759              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
10760              With little tweak
10761      Branch: perl
10762            ! lib/Term/Cap.pm
10763 ____________________________________________________________________________
10764 [ 11807] By: ams                                   on 2001/09/01  11:31:16
10765         Log: Subject: oct() and hex()
10766              From: Nicholas Clark <nick@ccl4.org>
10767              Date: Fri, 31 Aug 2001 23:14:13 +0100
10768              Message-Id: <20010831231413.J4950@plum.flirble.org>
10769      Branch: perl
10770            ! pod/perlclib.pod
10771 ____________________________________________________________________________
10772 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
10773         Log: Integrate change 11801 from maintperl
10774      Branch: maint-5.6/macperl
10775            ! perl.c
10776 ____________________________________________________________________________
10777 [ 11805] By: sky                                   on 2001/08/31  21:35:10
10778         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
10779              From: Michael G Schwern <schwern@pobox.com>
10780              Date: Fri, 31 Aug 2001 15:36:28 -0400
10781              Message-ID: <20010831153628.B598@blackrider>
10782              Check for things which used to segfault
10783      Branch: perl
10784            + t/run/segfault.t
10785 ____________________________________________________________________________
10786 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
10787         Log: integrate change#11801 from maint-5.6
10788              
10789              remove age-old UNICOS "workaround" that introduces a static, and
10790              hence an egregious race condition for threaded builds (*sigh*
10791              beats me why this kludge wasn't guarded by a UNICOS-specific
10792              #define *sigh*)
10793      Branch: perl
10794            ! perl.c
10795 ____________________________________________________________________________
10796 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
10797         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
10798              working in 5.7.x
10799      Branch: perl
10800            - objXSUB.h
10801            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
10802            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
10803            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
10804            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
10805            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
10806            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
10807            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
10808            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10809            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
10810            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
10811            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
10812            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
10813            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
10814            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
10815            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
10816            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
10817            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
10818            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
10819            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
10820            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
10821            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
10822            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
10823 ____________________________________________________________________________
10824 [ 11802] By: ams                                   on 2001/08/31  18:11:32
10825         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
10826              From: "Philip Newton" <Philip.Newton@gmx.net>
10827              Date: Fri, 31 Aug 2001 21:12:56 +0200
10828              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
10829      Branch: perl
10830            ! pod/perldiag.pod
10831 ____________________________________________________________________________
10832 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
10833         Log: remove age-old UNICOS "workaround" that introduces a static, and
10834              hence an egregious race condition for threaded builds (*sigh*
10835              beats me why this kludge wasn't guarded by a UNICOS-specific
10836              #define *sigh*)
10837      Branch: maint-5.6/perl
10838            ! perl.c
10839 ____________________________________________________________________________
10840 [ 11800] By: sky                                   on 2001/08/31  17:30:26
10841         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
10842              Might break on platforms where bool is larger than 8 bites ???
10843      Branch: perl
10844            ! regcomp.c
10845 ____________________________________________________________________________
10846 [ 11799] By: ams                                   on 2001/08/31  12:15:44
10847         Log: Integrate 11778 into mainline.
10848      Branch: perl
10849            ! t/base/term.t
10850 ____________________________________________________________________________
10851 [ 11798] By: sky                                   on 2001/08/31  11:31:44
10852         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
10853              supposed to happen.
10854      Branch: perl
10855            ! regcomp.c
10856 ____________________________________________________________________________
10857 [ 11797] By: sky                                   on 2001/08/31  11:28:17
10858         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
10859              From: "John P. Linderman" <jpl@research.att.com>
10860              Date: Fri, 31 Aug 2001 08:20:35 -0400
10861              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
10862              Fixes test 14 which could fail randomly in rare cases.
10863      Branch: perl
10864            ! ext/Time/HiRes/HiRes.t regcomp.c
10865 ____________________________________________________________________________
10866 [ 11796] By: ams                                   on 2001/08/31  01:13:07
10867         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
10868              From: Nicholas Clark <nick@ccl4.org>
10869              Date: Thu, 30 Aug 2001 23:21:50 +0100
10870              Message-Id: <20010830232150.D4950@plum.flirble.org>
10871      Branch: perl
10872            ! ext/Sys/Syslog/Makefile.PL
10873 ____________________________________________________________________________
10874 [ 11795] By: ams                                   on 2001/08/30  23:53:23
10875         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
10876              patching example
10877              From: Michael G Schwern <schwern@pobox.com>
10878              Date: Thu, 30 Aug 2001 17:02:08 -0400
10879              Message-Id: <20010830170208.M2318@blackrider>
10880      Branch: perl
10881            ! pod/perlhack.pod
10882 ____________________________________________________________________________
10883 [ 11794] By: ams                                   on 2001/08/30  19:35:36
10884         Log: Subject: [PATCH] pp_modulo
10885              From: Nicholas Clark <nick@ccl4.org>
10886              Date: Thu, 30 Aug 2001 18:20:54 +0100
10887              Message-Id: <20010830182053.A4950@plum.flirble.org>
10888      Branch: perl
10889            ! pp.c t/op/64bitint.t
10890 ____________________________________________________________________________
10891 [ 11793] By: sky                                   on 2001/08/30  13:02:48
10892         Log: 11792 wasn't complete
10893      Branch: perl
10894            ! makedef.pl regcomp.c
10895 ____________________________________________________________________________
10896 [ 11792] By: sky                                   on 2001/08/30  12:21:11
10897         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
10898      Branch: perl
10899            ! makedef.pl
10900 ____________________________________________________________________________
10901 [ 11791] By: sky                                   on 2001/08/30  10:08:02
10902         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
10903      Branch: perl
10904            ! config_h.SH
10905 ____________________________________________________________________________
10906 [ 11790] By: sky                                   on 2001/08/30  08:22:31
10907         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
10908              on the pad. Fixes coredumps in cleanups introduced by
10909              Change 11755  
10910      Branch: perl
10911            ! op.c perl.c sv.h
10912 ____________________________________________________________________________
10913 [ 11789] By: sky                                   on 2001/08/29  19:01:47
10914         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
10915              This is a replacement implmentation that works on HPUX.
10916              This bug should probably be fixed in GCC.
10917      Branch: perl
10918            ! ext/Socket/Socket.xs
10919 ____________________________________________________________________________
10920 [ 11788] By: ams                                   on 2001/08/29  17:35:33
10921         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
10922              From: Nicholas Clark <nick@ccl4.org>
10923              Date: Wed, 29 Aug 2001 18:21:56 +0100
10924              Message-Id: <20010829182156.O4950@plum.flirble.org>
10925      Branch: perl
10926            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
10927 ____________________________________________________________________________
10928 [ 11787] By: sky                                   on 2001/08/29  10:42:54
10929         Log: Added test for pack_addr_in and unpack_addr_in
10930              Nitpik in test 10
10931      Branch: perl
10932            ! ext/Socket/Socket.t
10933 ____________________________________________________________________________
10934 [ 11786] By: sky                                   on 2001/08/29  10:28:14
10935         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
10936              Trying to catch errors on HP-UX
10937      Branch: perl
10938            ! ext/Socket/Socket.t
10939 ____________________________________________________________________________
10940 [ 11785] By: sky                                   on 2001/08/29  09:07:03
10941         Log: make sure USE_THREADS is defined so external apps work
10942      Branch: perl
10943            ! config_h.SH
10944 ____________________________________________________________________________
10945 [ 11784] By: sky                                   on 2001/08/29  08:06:12
10946         Log: Subject: Re: The hitlist of untested modules.
10947              From: Jonathan Stowe <gellyfish@gellyfish.com>
10948              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
10949              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
10950              Start of tests for Shell.pm (make Schwern poorer!)
10951      Branch: perl
10952            + lib/Shell.t
10953            ! MANIFEST
10954 ____________________________________________________________________________
10955 [ 11783] By: sky                                   on 2001/08/29  07:37:50
10956         Log: END{} can change the return value even if we die from BEGIN{}
10957      Branch: perl
10958            ! miniperlmain.c
10959 ____________________________________________________________________________
10960 [ 11782] By: ams                                   on 2001/08/29  06:32:17
10961         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
10962              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10963              Date: Wed, 29 Aug 2001 09:18:17 +0200
10964              Message-Id: <20010829091817.A4453@rafael>
10965      Branch: perl
10966            ! t/op/inccode.t
10967 ____________________________________________________________________________
10968 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
10969         Log: Delete xsubpp.patch, as full copy exists now
10970      Branch: maint-5.6/macperl
10971            - macos/xsubpp.patch
10972 ____________________________________________________________________________
10973 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
10974         Log: Add Changes file
10975      Branch: maint-5.6/macperl
10976            + macos/Changes
10977 ____________________________________________________________________________
10978 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
10979         Log: Add Mac version of xsubpp as separate file
10980      Branch: maint-5.6/macperl
10981            + macos/xsubpp
10982            ! macos/Makefile.mk
10983 ____________________________________________________________________________
10984 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
10985         Log: Fix open of /dev/null for Mac OS
10986      Branch: maint-5.6/macperl
10987            ! t/base/term.t
10988 ____________________________________________________________________________
10989 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
10990         Log: Various patches: enable more tests; skip CVS in PerlInstall;
10991              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
10992      Branch: maint-5.6/macperl
10993            ! macos/MacPerlTests.cmd macos/PerlInstall
10994            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
10995 ____________________________________________________________________________
10996 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
10997         Log: Allow for platforms to override formatting of errors
10998              on output from Matthias Neeracher (Mac files)
10999      Branch: maint-5.6/macperl
11000            ! macos/macish.c macos/macish.h
11001 ____________________________________________________________________________
11002 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
11003         Log: Allow for platforms to override formatting of errors
11004              on output from Matthias Neeracher (core files)
11005      Branch: maint-5.6/macperl
11006            ! perl.h pp_ctl.c util.c
11007 ____________________________________________________________________________
11008 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
11009         Log: Add some param checking, from reports by Kevin Reid.
11010      Branch: maint-5.6/macperl
11011            ! macos/ext/Mac/Controls/Controls.pm
11012            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
11013 ____________________________________________________________________________
11014 [ 11773] By: ams                                   on 2001/08/28  23:54:57
11015         Log: Subject: [PATCH] make coretest
11016              From: Paul Johnson <paul@pjcj.net>
11017              Date: Wed, 29 Aug 2001 00:11:38 +0200
11018              Message-Id: <20010829001138.B12169@pjcj.net>
11019              (Applied without the change to perlhack.pod. This should
11020              probably stay undocumented.)
11021      Branch: perl
11022            ! Makefile.SH t/TEST
11023 ____________________________________________________________________________
11024 [ 11772] By: sky                                   on 2001/08/28  13:01:20
11025         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
11026              From: Michael G Schwern <schwern@pobox.com>
11027              Date: Tue, 28 Aug 2001 09:57:39 -0400
11028              Message-ID: <20010828095738.E17775@blackrider>
11029      Branch: perl
11030            ! pod/perlhack.pod t/op/pack.t
11031 ____________________________________________________________________________
11032 [ 11771] By: sky                                   on 2001/08/28  11:20:13
11033         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
11034              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11035              Date: Tue, 28 Aug 2001 14:23:43 +0200
11036              Message-ID: <20010828142343.A19299@rafael>
11037      Branch: perl
11038            ! pod/perlvar.pod pp_ctl.c
11039 ____________________________________________________________________________
11040 [ 11770] By: ams                                   on 2001/08/28  10:13:21
11041         Log: Subject: [PATCH] odd typo in op.h
11042              From: Nicholas Clark <nick@ccl4.org>
11043              Date: Tue, 28 Aug 2001 12:10:26 +0100
11044              Message-Id: <20010828121026.V4950@plum.flirble.org>
11045      Branch: perl
11046            ! op.h
11047 ____________________________________________________________________________
11048 [ 11769] By: sky                                   on 2001/08/28  08:09:16
11049         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
11050              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
11051              Date: Tue, 28 Aug 2001 02:22:20 +0300
11052              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
11053      Branch: perl
11054            ! ext/B/B/Lint.pm
11055 ____________________________________________________________________________
11056 [ 11768] By: ams                                   on 2001/08/28  00:47:35
11057         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
11058              From: Michael G Schwern <schwern@pobox.com>
11059              Date: Mon, 27 Aug 2001 21:24:44 -0400
11060              Message-Id: <20010827212444.F12582@blackrider>
11061      Branch: perl
11062            ! pod/perlhack.pod t/op/pack.t
11063 ____________________________________________________________________________
11064 [ 11767] By: ams                                   on 2001/08/27  23:59:48
11065         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
11066              From: Michael G Schwern <schwern@pobox.com>
11067              Date: Mon, 27 Aug 2001 20:12:29 -0400
11068              Message-Id: <20010827201229.D12582@blackrider>
11069      Branch: perl
11070            ! pod/perlhack.pod t/op/pack.t
11071 ____________________________________________________________________________
11072 [ 11766] By: ams                                   on 2001/08/27  23:39:40
11073         Log: Update Changes.
11074      Branch: perl
11075            ! Changes
11076 ____________________________________________________________________________
11077 [ 11765] By: ams                                   on 2001/08/27  22:53:10
11078         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
11079              From: Michael G Schwern <schwern@pobox.com>
11080              Date: Mon, 27 Aug 2001 19:47:30 -0400
11081              Message-Id: <20010827194730.C12582@blackrider>
11082      Branch: perl
11083            ! t/op/inccode.t
11084 ____________________________________________________________________________
11085 [ 11764] By: ams                                   on 2001/08/27  22:46:21
11086         Log: Subject: [PATCH] new tests for the coderef-in-@INC
11087              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11088              Date: Mon, 27 Aug 2001 22:36:27 +0200
11089              Message-Id: <20010827223627.C690@rafael>
11090              
11091              Subject: Re: [PATCH] new tests for the coderef-in-@INC
11092              From: Nicholas Clark <nick@ccl4.org>
11093              Date: Tue, 28 Aug 2001 00:02:46 +0100
11094              Message-Id: <20010828000245.R4950@plum.flirble.org>
11095      Branch: perl
11096            + t/op/inccode.t
11097            ! MANIFEST
11098 ____________________________________________________________________________
11099 [ 11763] By: ams                                   on 2001/08/27  22:41:09
11100         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
11101              bleadperl on fire, Win95+4NT)
11102              From: Michael G Schwern <schwern@pobox.com>
11103              Date: Mon, 27 Aug 2001 16:54:42 -0400
11104              Message-Id: <20010827165442.F9436@blackrider>
11105      Branch: perl
11106            ! lib/warnings.t
11107 ____________________________________________________________________________
11108 [ 11762] By: sky                                   on 2001/08/27  19:19:17
11109         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
11110              avaible at compile time. This broke the compilation of 
11111              Net/Ping.pm
11112      Branch: perl
11113            ! lib/Net/Ping.pm
11114 ____________________________________________________________________________
11115 [ 11761] By: sky                                   on 2001/08/27  18:34:48
11116         Log: Removed tripple definitions of CUSTOM_OP functions.
11117      Branch: perl
11118            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
11119 ____________________________________________________________________________
11120 [ 11760] By: sky                                   on 2001/08/27  18:21:27
11121         Log: Regen headers
11122      Branch: perl
11123            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
11124            ! perlapi.h proto.h
11125 ____________________________________________________________________________
11126 [ 11759] By: ams                                   on 2001/08/27  16:31:53
11127         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
11128              From: "chromatic" <chromatic@rmci.net>
11129              Date: Mon, 27 Aug 2001 11:17:09 -0600
11130              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
11131      Branch: perl
11132            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
11133 ____________________________________________________________________________
11134 [ 11758] By: sky                                   on 2001/08/27  15:16:42
11135         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
11136              Thanks to H. Merijn Brand for the patch.
11137              Some of the comments and or guards might be removable in perl.h now.
11138      Branch: perl
11139            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
11140            ! Porting/Glossary Porting/config_H README.threads config_h.SH
11141            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
11142            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
11143            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
11144            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
11145            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
11146            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
11147            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
11148            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
11149            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
11150            ! win32/config_H.vc win32/perllib.c win32/win32.h
11151            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
11152            ! wince/config.h wince/config_H.ce wince/win32.h
11153            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
11154 ____________________________________________________________________________
11155 [ 11757] By: sky                                   on 2001/08/27  13:39:16
11156         Log: Subject: GNU ld parses arguments different
11157              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11158              Date: Mon, 27 Aug 2001 16:25:51 +0200
11159              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
11160      Branch: perl
11161            ! hints/hpux.sh
11162 ____________________________________________________________________________
11163 [ 11756] By: sky                                   on 2001/08/27  13:18:45
11164         Log: Subject: Custom Ops
11165              From: Simon Cozens <simon@netthink.co.uk>
11166              Date: Sat, 25 Aug 2001 17:45:09 +0100
11167              Message-ID: <20010825174509.A5752@netthink.co.uk>
11168              I also added a fix to Opcode.pm to quite test cases.
11169      Branch: perl
11170            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
11171            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
11172 ____________________________________________________________________________
11173 [ 11755] By: sky                                   on 2001/08/27  05:37:17
11174         Log: Plugs a memory leak on destruction of regular expressions
11175              introcued by #11274.
11176              PL_regex_padav now has an AV as it's first entry with a list
11177              of freed regex_padav slots that it will reuse on creating
11178              new PMOPs.
11179      Branch: perl
11180            ! op.c perl.c
11181 ____________________________________________________________________________
11182 [ 11754] By: ams                                   on 2001/08/26  14:38:52
11183         Log: Subject: [PATCH] t/io/binmode.t
11184              From: Nicholas Clark <nick@ccl4.org>
11185              Date: Sun, 26 Aug 2001 12:03:05 +0100
11186              Message-Id: <20010826120305.C4950@plum.flirble.org>
11187              
11188              (Also a nitpick in #11752 to t/op/universal.t)
11189      Branch: perl
11190            ! t/io/binmode.t t/op/universal.t
11191 ____________________________________________________________________________
11192 [ 11753] By: ams                                   on 2001/08/26  08:19:34
11193         Log: Subject: [PATCH] op/universal.t failing
11194              From: Nicholas Clark <nick@ccl4.org>
11195              Date: Sun, 26 Aug 2001 09:48:22 +0100
11196              Message-Id: <20010826094822.B4950@plum.flirble.org>
11197      Branch: perl
11198            ! t/op/universal.t
11199 ____________________________________________________________________________
11200 [ 11752] By: ams                                   on 2001/08/25  22:46:13
11201         Log: Subject: Re: 'can' with undefined subs
11202              From: Tony Bowden <tony@kasei.com>
11203              Date: Sat, 25 Aug 2001 14:58:17 +0100
11204              Message-Id: <20010825145817.A11788@soto.kasei.com>
11205              (Applied with minor modifications.)
11206      Branch: perl
11207            ! t/op/universal.t
11208 ____________________________________________________________________________
11209 [ 11751] By: ams                                   on 2001/08/25  18:28:43
11210         Log: Subject: Re: 'can' with undefined subs
11211              From: Tony Bowden <tony@kasei.com>
11212              Date: Sat, 25 Aug 2001 15:13:14 +0100
11213              Message-Id: <20010825151314.B11788@soto.kasei.com>
11214      Branch: perl
11215            ! lib/UNIVERSAL.pm
11216 ____________________________________________________________________________
11217 [ 11750] By: nick                                  on 2001/08/25  15:24:15
11218         Log: Integrate mainline
11219      Branch: perlio
11220           +> t/io/binmode.t
11221           !> (integrate 26 files)
11222 ____________________________________________________________________________
11223 [ 11749] By: nick                                  on 2001/08/25  14:55:41
11224         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
11225              From:  John Peacock <jpeacock@rowman.com>
11226              Date:  Wed, 22 Aug 2001 12:05:28 -0400
11227              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
11228      Branch: perl
11229            ! pod/perlhack.pod
11230 ____________________________________________________________________________
11231 [ 11748] By: nick                                  on 2001/08/25  14:53:04
11232         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
11233              From:  Michael G Schwern <schwern@pobox.com>
11234              Date:  Wed, 22 Aug 2001 19:22:45 -0400
11235              Message-Id:  <20010822192245.U619@blackrider>
11236      Branch: perl
11237            ! MANIFEST
11238 ____________________________________________________________________________
11239 [ 11747] By: nick                                  on 2001/08/25  14:52:33
11240         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
11241              From:  Nicholas Clark <nick@ccl4.org>
11242              Date:  Wed, 22 Aug 2001 23:29:06 +0100
11243              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
11244      Branch: perl
11245            + t/io/binmode.t
11246            ! perlio.c pod/perlfunc.pod
11247 ____________________________________________________________________________
11248 [ 11744] By: nick                                  on 2001/08/25  14:37:33
11249         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
11250              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11251              Date:  Fri, 24 Aug 2001 22:10:42 +0200
11252              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
11253      Branch: perl
11254            ! x2p/a2py.c x2p/walk.c
11255 ____________________________________________________________________________
11256 [ 11743] By: nick                                  on 2001/08/25  14:32:47
11257         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
11258              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11259              Date:  Fri, 24 Aug 2001 23:34:13 +0200
11260              Message-Id:  <20010824233413.A1285@rafael>
11261      Branch: perl
11262            ! pod/perlfunc.pod pod/perlvar.pod
11263 ____________________________________________________________________________
11264 [ 11742] By: ams                                   on 2001/08/25  13:16:02
11265         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
11266              From: Nicholas Clark <nick@ccl4.org>
11267              Date: Sat, 25 Aug 2001 14:50:07 +0100
11268              Message-Id: <20010825145007.L41464@plum.flirble.org>
11269      Branch: perl
11270            ! pp_ctl.c
11271 ____________________________________________________________________________
11272 [ 11741] By: nick                                  on 2001/08/24  07:08:45
11273         Log: When applying patch via Porting/apply fails, do p4 refresh
11274              to get old files back.
11275      Branch: perl
11276            ! Porting/apply
11277 ____________________________________________________________________________
11278 [ 11740] By: ams                                   on 2001/08/24  04:47:24
11279         Log: #11739 was incomplete.
11280      Branch: perl
11281            ! pod/perldiag.pod
11282 ____________________________________________________________________________
11283 [ 11739] By: ams                                   on 2001/08/24  04:09:40
11284         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
11285              From: "Philip Newton" <Philip.Newton@gmx.net>
11286              Date: Fri, 24 Aug 2001 07:08:34 +0200
11287      Branch: perl
11288            ! pod/perldiag.pod
11289 ____________________________________________________________________________
11290 [ 11738] By: ams                                   on 2001/08/24  02:19:42
11291         Log: Fixed Doug Wilson's email address.
11292      Branch: perl
11293            ! AUTHORS
11294 ____________________________________________________________________________
11295 [ 11737] By: ams                                   on 2001/08/24  00:10:13
11296         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
11297              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11298              Date: Thu, 23 Aug 2001 22:22:58 +0200
11299              Message-Id: <20010823222258.A901@rafael>
11300      Branch: perl
11301            ! pod/perldiag.pod
11302 ____________________________________________________________________________
11303 [ 11736] By: ams                                   on 2001/08/24  00:05:02
11304         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
11305              From: "Craig A. Berry" <craigberry@mac.com>
11306              Date: Thu, 23 Aug 2001 19:07:45 -0500
11307              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
11308      Branch: perl
11309            ! configure.com
11310 ____________________________________________________________________________
11311 [ 11735] By: sky                                   on 2001/08/23  13:42:07
11312         Log: Backed out 11732, it breaks lib/strict.t 
11313      Branch: perl
11314            ! op.c
11315 ____________________________________________________________________________
11316 [ 11734] By: sky                                   on 2001/08/23  11:45:59
11317         Log: Removed toy from 17133 after Matt Sargeants request.
11318      Branch: perl
11319            ! pod/perlfaq4.pod
11320 ____________________________________________________________________________
11321 [ 11733] By: sky                                   on 2001/08/23  11:36:29
11322         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
11323              From: Robin Houston <robin@kitsite.com>
11324              Date: Wed, 22 Aug 2001 23:06:16 +0100
11325              Message-ID: <20010822230616.A254@robin.kitsite.com>
11326      Branch: perl
11327            ! pod/perlfaq4.pod
11328 ____________________________________________________________________________
11329 [ 11732] By: sky                                   on 2001/08/23  10:36:02
11330         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
11331              From: Simon Cozens <simon@netthink.co.uk>
11332              Date: Thu, 23 Aug 2001 12:06:36 +0100
11333              Message-ID: <20010823120636.A9961@netthink.co.uk>
11334      Branch: perl
11335            ! op.c
11336 ____________________________________________________________________________
11337 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
11338         Log: fix broken windows build
11339      Branch: perl
11340            ! perl.h
11341 ____________________________________________________________________________
11342 [ 11730] By: ams                                   on 2001/08/22  21:35:30
11343         Log: Subject: [PATCH] io/tell.t doesn't chdir t
11344              From: Nicholas Clark <nick@ccl4.org>
11345              Date: Wed, 22 Aug 2001 23:25:58 +0100
11346              Message-Id: <20010822232557.Y82818@plum.flirble.org>
11347      Branch: perl
11348            ! t/io/tell.t
11349 ____________________________________________________________________________
11350 [ 11729] By: ams                                   on 2001/08/22  20:32:21
11351         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
11352              questions)
11353              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11354              Date: Wed, 22 Aug 2001 17:09:04 -0400
11355              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
11356              (Oops, forgot File::Spec::Unix in the previous patch.)
11357      Branch: perl
11358            ! lib/File/Spec/Unix.pm
11359 ____________________________________________________________________________
11360 [ 11728] By: ams                                   on 2001/08/22  20:25:41
11361         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
11362              questions)
11363              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11364              Date: Wed, 22 Aug 2001 17:09:04 -0400
11365              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
11366      Branch: perl
11367            ! lib/File/Spec.pm
11368 ____________________________________________________________________________
11369 [ 11727] By: ams                                   on 2001/08/22  19:43:30
11370         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
11371              From: John Peacock <jpeacock@rowman.com>
11372              Date: Wed, 22 Aug 2001 12:35:52 -0400
11373              Message-Id: <3B83DF68.5D89DC81@rowman.com>
11374              (Adds proper tests for $], notwithstanding Subject. +nitpick)
11375      Branch: perl
11376            ! t/op/ver.t
11377 ____________________________________________________________________________
11378 [ 11726] By: ams                                   on 2001/08/22  19:36:39
11379         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
11380              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
11381              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
11382              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
11383      Branch: perl
11384            ! lib/diagnostics.pm lib/diagnostics.t
11385 ____________________________________________________________________________
11386 [ 11725] By: ams                                   on 2001/08/22  19:25:01
11387         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
11388              From: Nicholas Clark <nick@ccl4.org>
11389              Date: Wed, 22 Aug 2001 20:59:05 +0100
11390              Message-Id: <20010822205905.U82818@plum.flirble.org>
11391      Branch: perl
11392            ! pp.c t/op/64bitint.t t/op/arith.t
11393 ____________________________________________________________________________
11394 [ 11724] By: ams                                   on 2001/08/22  10:02:33
11395         Log: Subject: Configure blooper
11396              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11397              Date: Wed, 22 Aug 2001 12:38:35 +0200
11398              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
11399      Branch: perl
11400            ! Configure
11401 ____________________________________________________________________________
11402 [ 11723] By: ams                                   on 2001/08/21  16:17:53
11403         Log: Subject: [PATCH] installperl -help
11404              From: Nicholas Clark <nick@ccl4.org>
11405              Date: Tue, 21 Aug 2001 17:34:23 +0100
11406              Message-Id: <20010821173423.F82818@plum.flirble.org>
11407      Branch: perl
11408            ! installperl
11409 ____________________________________________________________________________
11410 [ 11722] By: ams                                   on 2001/08/20  07:46:31
11411         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
11412              From: Ilmari Karonen <iltzu@sci.fi>
11413              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
11414              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
11415      Branch: perl
11416            ! pod/perlvar.pod
11417 ____________________________________________________________________________
11418 [ 11721] By: nick                                  on 2001/08/20  06:24:31
11419         Log: Integrate mainline
11420      Branch: perlio
11421           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
11422           +> lib/Lingua/KO/Hangul/Util/Changes
11423           +> lib/Lingua/KO/Hangul/Util/README
11424           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
11425           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
11426           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
11427           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
11428           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
11429           +> lib/Unicode/Normalize/t/test.t
11430            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
11431           !> (integrate 55 files)
11432 ____________________________________________________________________________
11433 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
11434         Log: Integrate Change #11599 from maint-5.6/perl
11435      Branch: maint-5.6/macperl
11436           !> README.win32
11437 ____________________________________________________________________________
11438 [ 11719] By: ams                                   on 2001/08/18  21:21:42
11439         Log: Add Porting/apply to MANIFEST.
11440      Branch: perl
11441            ! MANIFEST
11442 ____________________________________________________________________________
11443 [ 11718] By: sky                                   on 2001/08/18  14:38:01
11444         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
11445              Better solution would be to make 5005threaded perl use
11446              the same system as ithreads do
11447      Branch: perl
11448            ! perl.h
11449 ____________________________________________________________________________
11450 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
11451         Log: New try for ID 20010407.006: detach the semantics
11452              "was the last match target UTF8" into its own variable.
11453      Branch: perl
11454            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
11455            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
11456 ____________________________________________________________________________
11457 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
11458         Log: UTF8 flag should be meaningful only when POK.
11459      Branch: perl
11460            ! dump.c
11461 ____________________________________________________________________________
11462 [ 11715] By: sky                                   on 2001/08/18  11:45:16
11463         Log: USE_THREADS and USE_ITHREADS are never true at the same time
11464      Branch: perl
11465            ! perl.h
11466 ____________________________________________________________________________
11467 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
11468         Log: Retract #11712 for now.  The real fix would probably
11469              be something like making PL_reg_sv a copy (PV + UTF8)
11470              of the matched/substituted string (note: not just a SvPOK
11471              string, for example the stringified form of a ROK would
11472              be applicable)  Beware of leaks.
11473      Branch: perl
11474            ! pp_hot.c t/op/pat.t
11475 ____________________________________________________________________________
11476 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
11477         Log: UTF8 wasn't printing for PVMGs.
11478      Branch: perl
11479            ! dump.c
11480 ____________________________________________________________________________
11481 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
11482         Log: (Retracted by #11714)
11483              
11484              Okay analysis, debatable fix.  (The fix will inc
11485              the refcount of all temporary match objects,
11486              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
11487              which will then cause griping at untie() time
11488              ("inner references remain").
11489              
11490              Fix for ID 20010407.006: PL_reg_sv got wiped out
11491              by freetemps if the match target was a temporary
11492              (like function_call() =~ /.../), which in turn meant
11493              that the $1 et al stopped working if they had UTF-8
11494              in them.  Therefore bump up the refcount of PL_reg_sv.
11495      Branch: perl
11496            ! pp_hot.c t/op/pat.t
11497 ____________________________________________________________________________
11498 [ 11711] By: ams                                   on 2001/08/17  20:32:08
11499         Log: Subject: [PATCH] doesn't compile, was perl@11710
11500              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11501              Date: Fri, 17 Aug 2001 23:21:10 +0200
11502              Message-Id: <20010817232110.C7041@rafael> 
11503      Branch: perl
11504            ! sharedsv.c
11505 ____________________________________________________________________________
11506 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
11507         Log: Update Changes.
11508      Branch: perl
11509            ! Changes patchlevel.h
11510 ____________________________________________________________________________
11511 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
11512         Log: Upgrade to libnet 1.0704.
11513      Branch: perl
11514            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
11515            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
11516            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
11517            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
11518            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
11519            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
11520            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
11521 ____________________________________________________________________________
11522 [ 11708] By: sky                                   on 2001/08/17  13:34:04
11523         Log: Let perl_clone copy PL_exit_flags
11524      Branch: perl
11525            ! sv.c
11526 ____________________________________________________________________________
11527 [ 11707] By: sky                                   on 2001/08/17  12:28:41
11528         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
11529      Branch: perl
11530            ! sharedsv.c sharedsv.h
11531 ____________________________________________________________________________
11532 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
11533         Log: The metaconfig unit change for #11705.
11534      Branch: metaconfig/U/perl
11535            ! Extensions.U
11536 ____________________________________________________________________________
11537 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
11538         Log: Allow the threads extension to be found if present.
11539      Branch: perl
11540            ! Configure
11541 ____________________________________________________________________________
11542 [ 11704] By: nick                                  on 2001/08/17  11:47:54
11543         Log: Mail -> change script (pre-alpha)
11544      Branch: perl
11545            + Porting/apply
11546 ____________________________________________________________________________
11547 [ 11703] By: sky                                   on 2001/08/17  07:11:24
11548         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
11549              Thanks to Tom Hospel for pointing out my error.
11550      Branch: perl
11551            ! op.h
11552 ____________________________________________________________________________
11553 [ 11702] By: sky                                   on 2001/08/17  04:18:11
11554         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
11555      Branch: perl
11556            ! embed.pl miniperlmain.c perl.c perl.h proto.h
11557 ____________________________________________________________________________
11558 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
11559         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
11560              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
11561      Branch: perl
11562            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
11563            + lib/Lingua/KO/Hangul/Util/README
11564            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
11565            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
11566            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
11567            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
11568            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
11569            + lib/Unicode/Normalize/t/test.t
11570            ! MANIFEST
11571 ____________________________________________________________________________
11572 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
11573         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
11574              Date: Thu, 16 Aug 2001 22:46:15 -0500
11575              From: "Craig A. Berry" <craigberry@mac.com>
11576              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
11577      Branch: perl
11578            ! configure.com numeric.c
11579 ____________________________________________________________________________
11580 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
11581         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
11582              of the usual suspects (like getpwent) but not for others
11583              (like localtime and rand).  The _r versions are available
11584              for all of them, so let's use them.
11585      Branch: perl
11586            ! perl.h
11587 ____________________________________________________________________________
11588 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
11589         Log: (Accidental apply; thankfully empty.)
11590      Branch: perl
11591            ! hints/os390.sh
11592 ____________________________________________________________________________
11593 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
11594         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
11595              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11596              Date: Thu, 16 Aug 2001 16:27:49 +0100
11597              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
11598      Branch: perl
11599            ! regexec.c t/op/re_tests
11600 ____________________________________________________________________________
11601 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
11602         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
11603              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11604              Date: Thu, 16 Aug 2001 18:50:01 +0100
11605              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
11606      Branch: perl
11607            ! pp_hot.c t/op/pat.t
11608 ____________________________________________________________________________
11609 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
11610         Log: Subject: [PATCH] *time_r again
11611              From: "Arthur Bergman" <arthur@contiller.se>
11612              Date: Thu, 16 Aug 2001 16:01:54 +0200
11613              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
11614      Branch: perl
11615            ! op.h
11616 ____________________________________________________________________________
11617 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
11618         Log: system() and backtick error handling cleanup from Craig A. Berry.
11619      Branch: perl
11620            ! vms/vms.c
11621 ____________________________________________________________________________
11622 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
11623         Log: change#10334 leaks memory, copies string when it doesn't
11624              need to
11625      Branch: perl
11626            ! perl.c
11627 ____________________________________________________________________________
11628 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
11629         Log: One more twist to the sprintf + utf8 testing.
11630      Branch: perl
11631            ! t/op/misc.t
11632 ____________________________________________________________________________
11633 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
11634         Log: Fix for 20010407.008 sprintf removes utf8-ness.
11635      Branch: perl
11636            ! pp.c t/op/misc.t
11637 ____________________________________________________________________________
11638 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
11639         Log: Subject: [PATCH] *time_r fixes
11640              From: "Arthur Bergman" <arthur@contiller.se>
11641              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
11642              Date: Thu, 16 Aug 2001 14:22:27 +0200
11643      Branch: perl
11644            ! op.h
11645 ____________________________________________________________________________
11646 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
11647         Log: Upgrade to CGI.pm 2.77.
11648      Branch: perl
11649            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
11650            ! lib/CGI/t/function.t
11651 ____________________________________________________________________________
11652 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
11653         Log: Document the bytes-to-Unicode upgrading.
11654      Branch: perl
11655            ! pod/perlunicode.pod
11656 ____________________________________________________________________________
11657 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
11658         Log: Add a test for Unicode sprintf.
11659      Branch: perl
11660            ! t/op/misc.t
11661 ____________________________________________________________________________
11662 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
11663         Log: Add Unicode tests for index/rindex.
11664      Branch: perl
11665            ! t/op/index.t
11666 ____________________________________________________________________________
11667 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
11668         Log: Document a bit the art of minimizing the installation,
11669              based on the p5p discussion.
11670      Branch: perl
11671            ! INSTALL
11672 ____________________________________________________________________________
11673 [ 11684] By: nick                                  on 2001/08/15  15:03:31
11674         Log: Integrate mainline
11675      Branch: perlio
11676           +> sharedsv.c sharedsv.h
11677           !> (integrate 53 files)
11678 ____________________________________________________________________________
11679 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
11680         Log: Update Changes.
11681      Branch: perl
11682            ! Changes patchlevel.h
11683 ____________________________________________________________________________
11684 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
11685         Log: The #11673 necessitated a test tweak.
11686      Branch: perl
11687            ! t/io/utf8.t
11688 ____________________________________________________________________________
11689 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
11690         Log: Also UNICOS is in the general case unable to silently
11691              handle fp overflows.
11692      Branch: perl
11693            ! numeric.c
11694 ____________________________________________________________________________
11695 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
11696         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
11697              NV_EPSILON #defined.
11698      Branch: perl
11699            ! perl.h
11700 ____________________________________________________________________________
11701 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
11702         Log: Re-establish the fp overflow detection for VAX VMS; there
11703              is no easy way to have the IEEE fp silent overflow semantics.
11704              (in Alpha VMS we still will use IEEE fp by default-- but it
11705              is still possible to configure Perl to use G_FLOAT)
11706      Branch: perl
11707            ! numeric.c
11708 ____________________________________________________________________________
11709 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
11710         Log: Subject: [PATCH] pp_lock 
11711              From: "Arthur Bergman" <arthur@contiller.se>
11712              Date: Wed, 15 Aug 2001 11:52:16 +0200
11713              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
11714      Branch: perl
11715            ! pp.c
11716 ____________________________________________________________________________
11717 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
11718         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
11719              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11720              Date: Wed, 15 Aug 2001 11:32:11 +0100
11721              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
11722      Branch: perl
11723            ! regcomp.c t/op/re_tests
11724 ____________________________________________________________________________
11725 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
11726         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
11727              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11728              Date: Wed, 15 Aug 2001 10:33:49 +0100
11729              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
11730      Branch: perl
11731            ! regexec.c t/op/re_tests
11732 ____________________________________________________________________________
11733 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
11734         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
11735              From: Barrie Slaymaker <barries@slaysys.com>
11736              Date: Tue, 14 Aug 2001 14:32:25 -0400
11737              Message-ID: <20010814143225.A19822@jester.slaysys.com>
11738      Branch: perl
11739            ! lib/File/Spec.t lib/File/Spec/Unix.pm
11740 ____________________________________________________________________________
11741 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
11742         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
11743              From: Peter Prymmer <pvhp@forte.com>
11744              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
11745              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
11746      Branch: perl
11747            ! README.vms configure.com
11748 ____________________________________________________________________________
11749 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
11750         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
11751              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11752              Date: Tue, 14 Aug 2001 21:23:27 +0200
11753              Message-ID: <20010814212327.A1919@rafael>
11754      Branch: perl
11755            ! doio.c
11756 ____________________________________________________________________________
11757 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
11758         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
11759              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
11760              Date: Tue, 14 Aug 2001 22:30:11 +0200
11761              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
11762              
11763              Combination of nmake, quoting, and Perl expanded $( in here-doc.
11764      Branch: perl
11765            ! ext/SDBM_File/Makefile.PL
11766 ____________________________________________________________________________
11767 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
11768         Log: Todo updates.
11769      Branch: perl
11770            ! pod/perltodo.pod
11771 ____________________________________________________________________________
11772 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
11773         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
11774              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
11775              Date: Mon, 13 Aug 2001 23:15:01 +0200
11776              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
11777      Branch: perl
11778            ! sv.c
11779 ____________________________________________________________________________
11780 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
11781         Log: Subject: [PATCH] [b-]showlex.t
11782              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11783              Date: Sun, 12 Aug 2001 22:24:51 +0200
11784              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
11785              
11786              The 4nt command shell will expand the % in command line
11787              no matter what quoting is attempted, changed the % to @.
11788      Branch: perl
11789            ! ext/B/Showlex.t
11790 ____________________________________________________________________________
11791 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
11792         Log: Subject: [PATCH] magic.t
11793              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
11794              Date: Sun, 12 Aug 2001 20:49:27 +0200
11795              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
11796      Branch: perl
11797            ! t/op/magic.t
11798 ____________________________________________________________________________
11799 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
11800         Log: Add sharedsv* to the DOSish platforms; plus add
11801              some WinCE files to the list of DOSish files.
11802      Branch: perl
11803            ! NetWare/Makefile Porting/makerel win32/Makefile
11804            ! win32/makefile.mk wince/Makefile.ce
11805 ____________________________________________________________________________
11806 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
11807         Log: More DOSish files.
11808      Branch: perl
11809            ! Porting/makerel
11810 ____________________________________________________________________________
11811 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
11812         Log: Strip CRs from the WinCE files.  Now we need to
11813              figure out in which CRs are really needed: probably
11814              Makefile.ce and the README files, at least, probably
11815              also the registry.bat.
11816      Branch: perl
11817            ! wince/Makefile.ce wince/README.compile wince/README.perlce
11818            ! wince/config.h wince/include/cectype.h wince/include/errno.h
11819            ! wince/include/sys/stat.h wince/include/sys/types.h
11820            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
11821            ! wince/perldll.def wince/registry.bat wince/wince.h
11822            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
11823 ____________________________________________________________________________
11824 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
11825         Log: Add some files to DOSish and writables.
11826      Branch: perl
11827            ! Porting/makerel
11828 ____________________________________________________________________________
11829 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
11830         Log: Compile failure message tidying.
11831      Branch: perl
11832            ! t/lib/1_compile.t
11833 ____________________________________________________________________________
11834 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
11835         Log: The new sharedsv* should be exported only if usethreads.
11836      Branch: perl
11837            ! makedef.pl
11838 ____________________________________________________________________________
11839 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
11840         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
11841              From: Peter Prymmer <pvhp@forte.com>
11842              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
11843              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
11844      Branch: perl
11845            ! README.os390
11846 ____________________________________________________________________________
11847 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
11848         Log: Update Changes.
11849      Branch: perl
11850            ! Changes patchlevel.h
11851 ____________________________________________________________________________
11852 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
11853         Log: Subject: [PATHC] sharedsv.[c|h]
11854              From: "Artur Bergman" <artur@contiller.se>
11855              Date: Mon, 13 Aug 2001 14:38:41 +0200
11856              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
11857              
11858              Subject: [PATCH] embed.pl
11859              From: Arthur Bergman <arthur@contiller.se>
11860              Date: Mon, 13 Aug 2001 14:38:14 +0200
11861              Message-ID: <B79D96D6.3088%arthur@contiller.se>
11862              
11863              Subject: [PATCH] sharedsv cleanups
11864              From: "Arthur Bergman" <arthur@contiller.se>
11865              Date: Mon, 13 Aug 2001 15:14:25 +0200
11866              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
11867              
11868              Plus few tweaks: _init needs to be Adp, the prototypes
11869              should not be revealed unless using ithreads, #endif FOO
11870              must be #endif /* FOO */, adding (parentheses) around
11871              do { } while doesn't work too well.
11872      Branch: perl
11873            + sharedsv.c sharedsv.h
11874            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
11875            ! perl.h perlapi.c pod/perlapi.pod proto.h
11876 ____________________________________________________________________________
11877 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
11878         Log: Subject: Re: END {} blocks run in perl_run
11879              From: Arthur Bergman <arthur@contiller.se>
11880              Date: Mon, 13 Aug 2001 11:11:30 +0200
11881              Message-ID: <B79D6661.3068%arthur@contiller.se>
11882      Branch: perl
11883            ! perl.c
11884 ____________________________________________________________________________
11885 [ 11657] By: nick                                  on 2001/08/13  09:03:02
11886         Log: Integrate mainline
11887      Branch: perlio
11888           +> (branch 326 files)
11889            - (delete 330 files)
11890           !> (integrate 85 files)
11891 ____________________________________________________________________________
11892 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
11893         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
11894              and the Perl will be built to do that by default (adding that
11895              will break scripts having non-UTF-8 binary data, such as Latin-1.)
11896      Branch: perl
11897            ! op.c toke.c utf8.h
11898 ____________________________________________________________________________
11899 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
11900         Log: Unnecessary downgrades.
11901      Branch: perl
11902            ! doop.c
11903 ____________________________________________________________________________
11904 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
11905         Log: Failure not true anymore (probably caused by my broken setup).
11906      Branch: perl
11907            ! t/op/pat.t
11908 ____________________________________________________________________________
11909 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
11910         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
11911              stopped working).
11912      Branch: perl
11913            ! op.h pp_ctl.c regcomp.c
11914 ____________________________________________________________________________
11915 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
11916         Log: There is no IN_UTF8.
11917      Branch: perl
11918            ! utf8.h
11919 ____________________________________________________________________________
11920 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
11921         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
11922      Branch: perl
11923            ! op.c op.h pp_ctl.c regcomp.c
11924 ____________________________________________________________________________
11925 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
11926         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
11927              and a test tweak.
11928      Branch: perl
11929            ! op.c t/pod/find.t
11930 ____________________________________________________________________________
11931 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
11932         Log: Todo updates and fixes.
11933      Branch: perl
11934            ! pod/perltodo.pod
11935 ____________________________________________________________________________
11936 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
11937         Log: Mark tests (and one module) having explicit Latin-1
11938              (and one file having explicit UTF-8) with an explicit
11939              'no utf8' (and one explicit 'use utf8').
11940              
11941              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
11942      Branch: perl
11943            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
11944            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
11945            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
11946 ____________________________________________________________________________
11947 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
11948         Log: Subject: SV: END {} blocks run in perl_run
11949              From: "Arthur Bergman" <arthur@contiller.se>
11950              Date: Sun, 12 Aug 2001 00:34:28 +0200 
11951              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
11952      Branch: perl
11953            ! miniperlmain.c perl.c
11954 ____________________________________________________________________________
11955 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
11956         Log: Typos in #11645.
11957      Branch: perl
11958            ! perl.h
11959 ____________________________________________________________________________
11960 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
11961         Log: On ithreads default to use_reentrant except on naturally
11962              threadsafe platforms.
11963      Branch: perl
11964            ! perl.h
11965 ____________________________________________________________________________
11966 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
11967         Log: (Hopefully) a fix for 20010723.004: make install needs
11968              write permission in build directory.  The problem was
11969              probably caused by overeager sprinkling of the lib/re.pm
11970              dependencies (which was done to guarantee lib/re.pm being
11971              uptodate for parallel makes: now solved by funneling that
11972              through an explicit recursive make in the preplibrary target).
11973      Branch: perl
11974            ! Makefile.SH
11975 ____________________________________________________________________________
11976 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
11977         Log: Dispell the "use utf8" superstition.
11978      Branch: perl
11979            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
11980            ! pod/perlunicode.pod
11981 ____________________________________________________________________________
11982 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
11983         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
11984              From: "Abigail" <abigail@foad.org> 
11985              Date: Sat, 11 Aug 2001 23:49:49 +0200
11986              Message-ID: <20010811214950.23255.qmail@foad.org>
11987      Branch: perl
11988            ! t/op/taint.t
11989 ____________________________________________________________________________
11990 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
11991         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
11992              From: Abhijit Menon-Sen <ams@wiw.org>
11993              Date: Sat, 11 Aug 2001 06:18:19 +0530
11994              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
11995      Branch: perl
11996            ! mg.c
11997 ____________________________________________________________________________
11998 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
11999         Log: Test for change #11639.
12000      Branch: perl
12001            ! t/op/tiehandle.t
12002 ____________________________________________________________________________
12003 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
12004         Log: Subject: Re: Can't localize *FH, then tie it
12005              From: Abhijit Menon-Sen <ams@wiw.org>
12006              Date: Sun, 12 Aug 2001 16:08:06 +0530
12007              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
12008      Branch: perl
12009            ! pp_hot.c pp_sys.c
12010 ____________________________________________________________________________
12011 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
12012         Log: Drop all the unnecessary "use utf8" clauses and some of
12013              the unnecessary "use bytes" ones.
12014              
12015              TODO: scour the documentation for unnecessary "use utf8"
12016              and prominently display it in perldelta when the time comes.
12017              ("use utf8" should be necessary ONLY if one wants the script
12018              to be in UTF-8.)  Also should be checked in some non-ASCII
12019              non-Latin-1 platform, like EBCDIC.
12020      Branch: perl
12021            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
12022            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
12023 ____________________________________________________________________________
12024 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
12025         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
12026              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
12027              in Unicode handling.
12028      Branch: perl
12029            + t/op/lc.t
12030            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
12031 ____________________________________________________________________________
12032 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
12033         Log: Thinko: we want the flags for native cc, not gcc.
12034      Branch: perl
12035            ! hints/dec_osf.sh
12036 ____________________________________________________________________________
12037 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
12038         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
12039              From: Robin Houston <robin@kitsite.com>
12040              Date: Fri, 10 Aug 2001 14:42:02 +0100
12041              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
12042      Branch: perl
12043            ! pp.c
12044 ____________________________________________________________________________
12045 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
12046         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
12047              From: Abhijit Menon-Sen <ams@wiw.org>
12048              Date: Sat, 11 Aug 2001 16:31:04 +0530
12049              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
12050      Branch: perl
12051            ! op.c
12052 ____________________________________________________________________________
12053 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
12054         Log: Get rid of indread, from Abhijit Menon-Sen.
12055      Branch: perl
12056            ! pp_sys.c
12057 ____________________________________________________________________________
12058 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
12059         Log: CRLFgngngn.
12060      Branch: perl
12061            ! win32/Makefile win32/makefile.mk
12062 ____________________________________________________________________________
12063 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
12064         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
12065      Branch: perl
12066            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
12067            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
12068            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
12069            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
12070            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
12071            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
12072            ! win32/Makefile win32/makefile.mk
12073 ____________________________________________________________________________
12074 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
12075         Log: Avoid #elif (less portable than #else #if).
12076      Branch: perl
12077            ! handy.h
12078 ____________________________________________________________________________
12079 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
12080         Log: Subject: patch for perlvar.pod
12081              From: mah@everybody.org (Mark A. Hershberger)
12082              Date: 08 Aug 2001 17:03:16 -0500
12083              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
12084      Branch: perl
12085            ! pod/perlvar.pod
12086 ____________________________________________________________________________
12087 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
12088         Log: cpp commands must start (the # must be) at the column #0.
12089      Branch: perl
12090            ! op.c
12091 ____________________________________________________________________________
12092 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
12093         Log: If using gcc -B/foo/bar makedepend would give
12094              unnecessary warnings about unused -B/foo/bar.
12095      Branch: perl
12096            ! makedepend.SH
12097 ____________________________________________________________________________
12098 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
12099         Log: Update Changes.
12100      Branch: perl
12101            ! Changes patchlevel.h
12102 ____________________________________________________________________________
12103 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
12104         Log: s/z/tz/
12105      Branch: perl
12106            ! pod/perlfaq2.pod
12107 ____________________________________________________________________________
12108 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
12109         Log: Article nit.
12110      Branch: perl
12111            ! pod/perlfaq2.pod
12112 ____________________________________________________________________________
12113 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
12114         Log: Rename lib/unicode files to lib/unicore to avoid
12115              conflicts between core lib/unicode and Unicode::
12116              files in case-ignoring filesystems.
12117      Branch: perl
12118            + (add 325 files)
12119            - (delete 324 files)
12120            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
12121 ____________________________________________________________________________
12122 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
12123         Log: Upgrade to Math::BigInt 1.41.
12124      Branch: perl
12125            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
12126 ____________________________________________________________________________
12127 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
12128         Log: Subject: [PATCH] remove PL_na from typemap
12129              From: James <james@rf.net>
12130              Date: Mon, 06 Aug 2001 20:23:15 -0700
12131              Message-ID: <3B6F5F23.A31A81B1@rf.net>
12132              
12133              (had to be manually applied)
12134      Branch: perl
12135            ! lib/ExtUtils/typemap
12136 ____________________________________________________________________________
12137 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
12138         Log: The metaconfig unit changes for #11618.
12139      Branch: metaconfig/U/perl
12140            + d_fpclassl.U i_fp.U
12141 ____________________________________________________________________________
12142 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
12143         Log: Forgot this from #11618.
12144              
12145              NOTE: wince/config_H.ce needs updating.
12146      Branch: perl
12147            ! wince/config.ce
12148 ____________________________________________________________________________
12149 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
12150         Log: Introduce more floating point classifying APIs;
12151              try to define (most importantly) Perl_is{inf,nan}(x).
12152              
12153              For this first cut, assume none such APIs exist in non-UNIXoid
12154              platforms-- this is of course too unkind: Win32 rumoredly has
12155              _fpclass() and _isnan(), and VMS/VOS very probably have some
12156              of the APIs available.     The only thing Perl uses at the moment
12157              is Perl_isnan() (has been in use for a while now).
12158              
12159              NOTE: the Win32 and NetWare config_h.?c need regenerating.
12160      Branch: perl
12161            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
12162            ! Porting/config_H config_h.SH configure.com epoc/config.sh
12163            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
12164            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12165            ! vos/config.ga.h win32/config.bc win32/config.gc
12166            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12167            ! win32/config_H.vc wince/config.ce wince/config.h
12168 ____________________________________________________________________________
12169 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
12170         Log: Integrate change #11519 from perlio:
12171              
12172              Avoid testing for (non-)existance of "encoding(xxxx)"
12173              layer is called "encoding" the (xxxx) is an argument.
12174      Branch: perl
12175           !> lib/open.pm
12176 ____________________________________________________________________________
12177 [ 11616] By: nick                                  on 2001/08/09  07:50:24
12178         Log: Integrate mainline
12179      Branch: perlio
12180           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
12181           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
12182           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
12183           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
12184            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
12185            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
12186           !> (integrate 79 files)
12187 ____________________________________________________________________________
12188 [ 11615] By: nick                                  on 2001/08/09  06:23:44
12189         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
12190              layer is called "encoding" the (xxxx) is an argument.
12191      Branch: perlio
12192            ! lib/open.pm
12193 ____________________________________________________________________________
12194 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
12195         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
12196              From: Paul Johnson <paul@pjcj.net>
12197              Date: Wed, 8 Aug 2001 23:54:17 +0200
12198              Message-ID: <20010808235417.O1006@pjcj.net>
12199      Branch: perl
12200            ! ext/B/B/Concise.pm
12201 ____________________________________________________________________________
12202 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
12203         Log: Make VMS use IEEE math by default; reorder Tru64 hints
12204              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
12205              exception semantics) is always set if using (the new) cc.
12206      Branch: perl
12207            ! configure.com hints/dec_osf.sh
12208 ____________________________________________________________________________
12209 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
12210         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
12211              From: Abhijit Menon-Sen <ams@wiw.org>
12212              Date: Tue, 7 Aug 2001 17:16:05 +0530
12213              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
12214      Branch: perl
12215            ! pp_sys.c
12216 ____________________________________________________________________________
12217 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
12218         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
12219              From: "Craig A. Berry" <craigberry@mac.com>
12220              Date: Tue, 07 Aug 2001 22:27:47 -0500
12221              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
12222      Branch: perl
12223            ! t/run/exit.t
12224 ____________________________________________________________________________
12225 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
12226         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
12227              From: "Craig A. Berry" <craigberry@mac.com>
12228              Date: Tue, 07 Aug 2001 20:01:53 -0500
12229              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
12230      Branch: perl
12231            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
12232 ____________________________________________________________________________
12233 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
12234         Log: Update the magazine information.
12235      Branch: perl
12236            ! pod/perlfaq2.pod
12237 ____________________________________________________________________________
12238 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
12239         Log: Ignore SIGFPE everywhere.
12240      Branch: perl
12241            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
12242 ____________________________________________________________________________
12243 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
12244         Log: With permission, change the licensing of the docs by
12245              TomC (and Gnat) to comply with the rest of Perl.
12246      Branch: perl
12247            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12248            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12249            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12250            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
12251            ! pod/perltootc.pod
12252 ____________________________________________________________________________
12253 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
12254         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
12255              From: Andy Dougherty <doughera@lafayette.edu>
12256              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
12257              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
12258      Branch: perl
12259            ! hints/openbsd.sh
12260 ____________________________________________________________________________
12261 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
12262         Log: Subject: [PATCH] Makefile.SH test_prep dependency
12263              From: Andy Dougherty <doughera@lafayette.edu>
12264              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
12265              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
12266      Branch: perl
12267            ! Makefile.SH
12268 ____________________________________________________________________________
12269 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
12270         Log: Don't autogenerate the headers et alia,
12271              make regen_headers explicitly.
12272      Branch: perl
12273            ! Makefile.SH
12274 ____________________________________________________________________________
12275 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
12276         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
12277              From: Gurusamy Sarathy <gsar@ActiveState.com> 
12278              Date: Tue, 07 Aug 2001 08:33:26 -0700
12279              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
12280              
12281              Unnecessary dependency.
12282      Branch: perl
12283            ! embed.pl
12284 ____________________________________________________________________________
12285 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
12286         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
12287              From: Abhijit Menon-Sen <ams@wiw.org>
12288              Date: Tue, 7 Aug 2001 09:10:54 +0530
12289              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
12290      Branch: perl
12291            ! pp_hot.c
12292 ____________________________________________________________________________
12293 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
12294         Log: Subject: [PATCH perl@11597] B && BEGIN handling
12295              From: "James A. Duncan" <jduncan@fotango.com>
12296              Date: Mon, 6 Aug 2001 17:29:11 +0100
12297              Message-ID: <20010806172911.A2071@fotango.com>
12298              
12299              (the intrpvar.h addition moved to the end for bincompat)
12300      Branch: perl
12301            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
12302 ____________________________________________________________________________
12303 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
12304         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
12305      Branch: perl
12306           !> README.win32
12307 ____________________________________________________________________________
12308 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
12309         Log: fix URLs for fcrypt.c
12310      Branch: maint-5.6/perl
12311            ! README.win32
12312 ____________________________________________________________________________
12313 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
12314         Log: Yet another way to say Infinity: HP-UX calls its "++".
12315      Branch: perl
12316            ! lib/Math/BigInt/t/bigintpm.t
12317 ____________________________________________________________________________
12318 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
12319         Log: Update Changes.
12320      Branch: perl
12321            ! Changes patchlevel.h
12322 ____________________________________________________________________________
12323 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
12324         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
12325      Branch: perl
12326            ! pod/perlfaq5.pod
12327 ____________________________________________________________________________
12328 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
12329         Log: The #11593 wasn't right.
12330      Branch: perl
12331            ! lib/Math/BigInt/t/bigintpm.t
12332 ____________________________________________________________________________
12333 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
12334         Log: Subject: [PATCH: perl@11564] introducing perlivp
12335              From: Prymmer/Kahn <pvhp@best.com>
12336              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
12337              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
12338              
12339              Subject: Re: [PATCH: perl@11564] introducing perlivp
12340              From: Prymmer/Kahn <pvhp@best.com>
12341              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
12342              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
12343      Branch: perl
12344            + utils/perlivp.PL
12345            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
12346            ! win32/Makefile win32/makefile.mk
12347 ____________________________________________________________________________
12348 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
12349         Log: libcs are confused what to call Infinity.
12350      Branch: perl
12351            ! lib/Math/BigInt/t/bigintpm.t
12352 ____________________________________________________________________________
12353 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
12354         Log: Avoid SIGFPE in Tru64.
12355      Branch: perl
12356            ! numeric.c
12357 ____________________________________________________________________________
12358 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
12359         Log: Upgrade to Math::BigInt 1.40.
12360              
12361              NOTE: this patch necessitates doing something about
12362              infinity handling since the new bigintpm.t tests use
12363              infinity, which causes SIGFPEs at least in Tru64.
12364      Branch: perl
12365            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12366            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
12367            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
12368            ! lib/Math/BigInt/t/mbimbf.t
12369 ____________________________________________________________________________
12370 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
12371         Log: remove hardcoded cmd shell in testsuite
12372      Branch: perl
12373            ! t/op/glob.t t/op/magic.t t/op/stat.t
12374 ____________________________________________________________________________
12375 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
12376         Log: 4-arg select() was busted on windows because change#8178 didn't
12377              make it into mainline
12378      Branch: perl
12379            ! perl.h win32/include/sys/socket.h
12380 ____________________________________________________________________________
12381 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
12382         Log: Rename the Getopt::Long tests to be as they are
12383              in the Getopt::Long official distribution.
12384      Branch: perl
12385            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
12386            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
12387            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
12388            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
12389            ! MANIFEST
12390 ____________________________________________________________________________
12391 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
12392         Log: Upgrade to Getopt::Long 2.26.
12393      Branch: perl
12394            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
12395            ! MANIFEST lib/Getopt/Long.pm
12396 ____________________________________________________________________________
12397 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
12398         Log: Retract #10874 (the hack should be unnecessary by now)
12399      Branch: perl
12400            ! lib/Test/Harness.pm
12401 ____________________________________________________________________________
12402 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
12403         Log: avoid temp file littering in tests
12404      Branch: perl
12405            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
12406 ____________________________________________________________________________
12407 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
12408         Log: Subject: warning in sv.c: double format, NV arg
12409              From: "Philip Newton" <Philip.Newton@gmx.net>
12410              Date: Sun, 5 Aug 2001 19:41:07 +0200
12411              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
12412      Branch: perl
12413            ! sv.c
12414 ____________________________________________________________________________
12415 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
12416         Log: fix POSIX.t#13 for windos
12417      Branch: perl
12418            ! ext/POSIX/POSIX.t
12419 ____________________________________________________________________________
12420 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
12421         Log: Add a test for PerlIO::Via.
12422      Branch: perl
12423            + ext/PerlIO/t/via.t
12424            ! MANIFEST ext/PerlIO/Via/Via.pm
12425 ____________________________________________________________________________
12426 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
12427         Log: flock() and link() are not available on Windows 9x
12428      Branch: perl
12429            ! win32/config_sh.PL
12430 ____________________________________________________________________________
12431 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
12432         Log: Some Tru64 C compilers have C++ components that confuse
12433              the ccversion parsing.
12434      Branch: perl
12435            ! hints/dec_osf.sh
12436 ____________________________________________________________________________
12437 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
12438         Log: (Reintroduce #11125)
12439              
12440              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
12441              From: Alan Burlison <Alan.Burlison@sun.com> 
12442              Date: Tue, 03 Jul 2001 15:20:13 +0100   
12443              Message-ID: <3B41D49D.A923D4F9@sun.com> 
12444      Branch: perl
12445            ! lib/ExtUtils/MM_Unix.pm
12446 ____________________________________________________________________________
12447 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
12448         Log: Little pointer juggling for HP-UX cc to avoid
12449              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
12450              followed by
12451              "error 1549: Modifiable lvalue required for assignment operator."
12452      Branch: perl
12453            ! hv.c
12454 ____________________________________________________________________________
12455 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
12456         Log: Continuation of #11575: SANY_SEEN completely deprecated,
12457              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
12458              plus a fix for the bug.
12459      Branch: perl
12460            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
12461 ____________________________________________________________________________
12462 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
12463         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
12464              From: Doug MacEachern <dougm@covalent.net>
12465              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
12466              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
12467      Branch: perl
12468            ! sv.c
12469 ____________________________________________________________________________
12470 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
12471         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
12472              the new CANY is the \C.  The problem reported and the
12473              test case supplied in
12474              
12475              Subject: UTF-8 bugs in string length & single line regex matches
12476              From: "Daniel P. Berrange" <dan@berrange.com>
12477              Date: Fri, 3 Aug 2001 11:39:33 +0100
12478              Message-ID: <20010803113932.A19318@berrange.com>
12479      Branch: perl
12480            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
12481            ! t/op/pat.t
12482 ____________________________________________________________________________
12483 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
12484         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
12485              From: Doug MacEachern <dougm@covalent.net>
12486              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
12487              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
12488      Branch: perl
12489            ! perl.c regexec.c
12490 ____________________________________________________________________________
12491 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
12492         Log: The #11572 didn't up the test count.
12493      Branch: perl
12494            ! t/op/length.t
12495 ____________________________________________________________________________
12496 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
12497         Log: Subject: UTF-8 bugs in string length & single line regex matches
12498              From: "Daniel P. Berrange" <dan@berrange.com>
12499              Date: Fri, 3 Aug 2001 11:39:33 +0100         
12500              Message-ID: <20010803113932.A19318@berrange.com>
12501              
12502              (the mg_length() fix)
12503      Branch: perl
12504            ! mg.c t/op/length.t
12505 ____________________________________________________________________________
12506 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
12507         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
12508              From: Abhijit Menon-Sen <ams@wiw.org>
12509              Date: Sat, 4 Aug 2001 16:56:35 +0530
12510              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
12511      Branch: perl
12512            ! hv.c
12513 ____________________________________________________________________________
12514 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
12515         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
12516              From: Abhijit Menon-Sen <ams@wiw.org>
12517              Date: Sat, 4 Aug 2001 16:16:03 +0530
12518              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
12519      Branch: perl
12520            ! hv.c
12521 ____________________________________________________________________________
12522 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
12523         Log: Subject: Re: [patch] refcount re ops
12524              From: Abhijit Menon-Sen <ams@wiw.org>
12525              Date: Sat, 4 Aug 2001 08:54:55 +0530
12526              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
12527      Branch: perl
12528            ! sv.c
12529 ____________________________________________________________________________
12530 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
12531         Log: Subject: [patch] refcount re ops
12532              From: Doug MacEachern <dougm@covalent.net>
12533              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
12534              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
12535      Branch: perl
12536            ! regcomp.c sv.c
12537 ____________________________________________________________________________
12538 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
12539         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
12540              From: Doug MacEachern <dougm@covalent.net>
12541              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
12542              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
12543      Branch: perl
12544            ! perl.c regexec.c
12545 ____________________________________________________________________________
12546 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
12547         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
12548              From: "Craig A. Berry" <craigberry@mac.com> 
12549              Date: Fri, 03 Aug 2001 16:16:16 -0500
12550              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
12551      Branch: perl
12552            ! t/op/misc.t
12553 ____________________________________________________________________________
12554 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
12555         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
12556              From: John Kristian <jmk2001@engineer.com>
12557              Date: Fri, 03 Aug 2001 00:59:08 -0700
12558              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
12559      Branch: perl
12560            ! win32/win32.c
12561 ____________________________________________________________________________
12562 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
12563         Log: Update Changes.
12564      Branch: perl
12565            ! Changes patchlevel.h
12566 ____________________________________________________________________________
12567 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
12568         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
12569              From: "Craig A. Berry" <craigberry@mac.com>
12570              Date: Thu, 02 Aug 2001 23:15:24 -0500
12571              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
12572      Branch: perl
12573            ! ext/B/Stash.t
12574 ____________________________________________________________________________
12575 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
12576         Log: Subject: [patch] plug PL_cshname leak
12577              From: Doug MacEachern <dougm@covalent.net>
12578              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
12579              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
12580      Branch: perl
12581            ! sv.c
12582 ____________________________________________________________________________
12583 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
12584         Log: Subject: [patch] plug PL_sh_path leak
12585              From: Doug MacEachern <dougm@covalent.net>
12586              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
12587              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
12588      Branch: perl
12589            ! sv.c
12590 ____________________________________________________________________________
12591 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
12592         Log: Subject: [patch] plug PL_regex_padav leaks
12593              From: Doug MacEachern <dougm@covalent.net>
12594              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
12595              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
12596      Branch: perl
12597            ! op.c op.h perl.c
12598 ____________________________________________________________________________
12599 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
12600         Log: Subject: [patch] plug PL_origargv leak
12601              From: Doug MacEachern <dougm@covalent.net>
12602              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
12603              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
12604      Branch: perl
12605            ! perl.c
12606 ____________________________________________________________________________
12607 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
12608         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
12609              From: Abhijit Menon-Sen <ams@wiw.org>
12610              Date: Fri, 3 Aug 2001 06:38:11 +0530
12611              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
12612      Branch: perl
12613            ! hv.c
12614 ____________________________________________________________________________
12615 [ 11557] By: nick                                  on 2001/08/03  08:17:38
12616         Log: Integrate mainline
12617      Branch: perlio
12618           +> (branch 47 files)
12619            - lib/Switch/test.pl
12620           !> (integrate 49 files)
12621 ____________________________________________________________________________
12622 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
12623         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
12624              From: "Craig A. Berry" <craigberry@mac.com>
12625              Date: Thu, 02 Aug 2001 12:56:19 -0500
12626              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
12627      Branch: perl
12628            ! ext/B/Showlex.t
12629 ____________________________________________________________________________
12630 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
12631         Log: Be more careful about non-existent files.
12632      Branch: perl
12633            ! lib/File/Copy.pm
12634 ____________________________________________________________________________
12635 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
12636         Log: Subject: [PATCH resend] deparse empty formats
12637              From: Robin Houston <robin@kitsite.com> 
12638              Date: Thu, 2 Aug 2001 14:32:36 +0100
12639              Message-ID: <20010802143236.A894@robin.kitsite.com>
12640      Branch: perl
12641            ! ext/B/B/Deparse.pm
12642 ____________________________________________________________________________
12643 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
12644         Log: Subject: [patch] ithreads + refto fix improvement
12645              From: Doug MacEachern <dougm@covalent.net>
12646              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
12647              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
12648      Branch: perl
12649            ! pp.c
12650 ____________________________________________________________________________
12651 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
12652         Log: Readability nit from Abhijit.
12653      Branch: perl
12654            ! op.c
12655 ____________________________________________________________________________
12656 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
12657         Log: setproctitle() API version nit from Anton Berezin.
12658      Branch: perl
12659            ! mg.c
12660 ____________________________________________________________________________
12661 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
12662         Log: Add PerlCE to the docs.
12663      Branch: perl
12664            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
12665            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
12666 ____________________________________________________________________________
12667 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
12668         Log: Integrate the PerlCE (WinCE Perl) port;
12669              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
12670      Branch: perl
12671            + README.ce wince/FindExt.pm wince/Makefile.ce
12672            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
12673            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
12674            + wince/bin/search.pl wince/config.ce wince/config.h
12675            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
12676            + wince/dl_win32.xs wince/include/arpa/inet.h
12677            + wince/include/cectype.h wince/include/errno.h
12678            + wince/include/netdb.h wince/include/sys/socket.h
12679            + wince/include/sys/stat.h wince/include/sys/types.h
12680            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
12681            + wince/perl.rc wince/perldll.def wince/perllib.c
12682            + wince/perlmain.c wince/registry.bat wince/runperl.c
12683            + wince/splittree.pl wince/win32.h wince/win32iop.h
12684            + wince/win32thread.c wince/win32thread.h wince/wince.c
12685            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
12686            + wince/xdistclean.ksh wince/xmakediffs.ksh
12687            ! MANIFEST perl.c perl.h perlio.c
12688 ____________________________________________________________________________
12689 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
12690         Log: setproctitle() made simpler.  (This assumes the string is
12691              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
12692              should be used.  Note len, not len + 1.)  BSD-fu from Anton
12693              Berezin.
12694      Branch: perl
12695            ! mg.c
12696 ____________________________________________________________________________
12697 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
12698         Log: Subject: [PATCH] -Wall cleanup: op.c
12699              From: Richard Soderberg <rs@oregonnet.com>
12700              Date: Thu, 2 Aug 2001 00:17:09 -0700
12701              Message-Id: <200108020717.AAA26895@oregonnet.com>
12702              
12703              Subject: [PATCH] -Wall cleanup: sv.c
12704              From: Richard Soderberg <rs@oregonnet.com>
12705              Date: Thu, 2 Aug 2001 00:49:21 -0700
12706              Message-Id: <200108020749.AAA27492@oregonnet.com>
12707      Branch: perl
12708            ! op.c sv.c
12709 ____________________________________________________________________________
12710 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
12711         Log: Update Changes.
12712      Branch: perl
12713            ! Changes patchlevel.h
12714 ____________________________________________________________________________
12715 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
12716         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
12717              From: Doug MacEachern <dougm@covalent.net>
12718              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
12719              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
12720      Branch: perl
12721            ! op.c
12722 ____________________________________________________________________________
12723 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
12724         Log: The #11541 didn't work under threads.
12725      Branch: perl
12726            ! op.c
12727 ____________________________________________________________________________
12728 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
12729         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
12730              From: Hugo <hv@crypt.compulink.co.uk>
12731              Date: Fri, 22 Jun 2001 01:19:08 +0100 
12732              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
12733              
12734              (Skip tests if accept() failed)
12735      Branch: perl
12736            ! ext/IO/lib/IO/t/io_unix.t
12737 ____________________________________________________________________________
12738 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
12739         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
12740              From: "Stian Seeberg" <sseeberg@nimsoft.no>
12741              Date: Mon, 30 Jul 2001 12:28:07 +0200
12742              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
12743      Branch: perl
12744            ! perl.h
12745 ____________________________________________________________________________
12746 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
12747         Log: Subject: Pluggable optimizer
12748              From: Simon Cozens <simon@netthink.co.uk>
12749              Date: Wed, 1 Aug 2001 13:57:02 -0700
12750              Message-ID: <20010801135702.I10442@netthink.co.uk>
12751      Branch: perl
12752            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
12753 ____________________________________________________________________________
12754 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
12755         Log: Subject: [ID 20010801.039] perlre.pod message typo
12756              From: Autrijus Tang <autrijus@geb.elixus.org>
12757              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
12758              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
12759      Branch: perl
12760            ! pod/perlre.pod
12761 ____________________________________________________________________________
12762 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
12763         Log: Test for change #11536.
12764      Branch: perl
12765            ! t/op/tiehandle.t
12766 ____________________________________________________________________________
12767 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
12768         Log: More test fixups for #11537.
12769      Branch: perl
12770            ! t/lib/warnings/4lint t/lib/warnings/9enabled
12771 ____________________________________________________________________________
12772 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
12773         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
12774              From: Doug MacEachern <dougm@covalent.net>
12775              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
12776              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
12777      Branch: perl
12778            ! op.c t/TestInit.pm
12779 ____________________________________________________________________________
12780 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
12781         Log: Subject: [patch] ithreads + refto bug
12782              From: Doug MacEachern <dougm@covalent.net>
12783              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
12784              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
12785              
12786              (Test in change #11539)
12787      Branch: perl
12788            ! pp.c
12789 ____________________________________________________________________________
12790 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
12791         Log: Subject: [PATCH: perl@11523] fixups for t/harness
12792              From: Prymmer/Kahn <pvhp@best.com>
12793              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
12794              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
12795      Branch: perl
12796            ! t/harness
12797 ____________________________________________________________________________
12798 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
12799         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
12800              From: Prymmer/Kahn <pvhp@best.com>
12801              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
12802              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
12803      Branch: perl
12804            ! win32/Makefile win32/makefile.mk
12805 ____________________________________________________________________________
12806 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
12807         Log: Need to know the number of tests.
12808      Branch: perl
12809            ! t/run/exit.t
12810 ____________________________________________________________________________
12811 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
12812         Log: Subject: Re: new exit tests on VMS
12813              From: "Craig A. Berry" <craigberry@mac.com>
12814              Date: Tue, 31 Jul 2001 12:19:29 -0500
12815              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
12816      Branch: perl
12817            ! t/run/exit.t
12818 ____________________________________________________________________________
12819 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
12820         Log: Retract #11530 (the dTHX is needed under threads)
12821      Branch: perl
12822            ! perlio.c
12823 ____________________________________________________________________________
12824 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
12825         Log: (Retracted by #11531)
12826      Branch: perl
12827            ! perlio.c
12828 ____________________________________________________________________________
12829 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
12830         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
12831              From: Richard Soderberg <rs@crystalflame.net>
12832              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
12833              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
12834      Branch: perl
12835            ! unixish.h
12836 ____________________________________________________________________________
12837 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
12838         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
12839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12840              Date: Tue, 31 Jul 2001 05:39:09 -0400
12841              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
12842              
12843              (with a note about the case of UV being equal to long long)
12844      Branch: perl
12845            ! utils/h2xs.PL
12846 ____________________________________________________________________________
12847 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
12848         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
12849              From: "Craig A. Berry" <craigberry@mac.com>
12850              Date: Tue, 31 Jul 2001 14:57:43 -0500
12851              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
12852      Branch: perl
12853            ! t/io/fs.t
12854 ____________________________________________________________________________
12855 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
12856         Log: Fix for
12857              
12858              Subject: [ID 20010116.001] File::Copy truncates orig file 
12859              From: arbor@al37al08.telecel.pt
12860              Date: Tue, 16 Jan 2001 11:43:02 GMT
12861              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
12862              
12863              (copy($foo, $foo) would truncate $foo)
12864      Branch: perl
12865            ! lib/File/Copy.pm lib/File/Copy.t
12866 ____________________________________________________________________________
12867 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
12868         Log: Metaconfig unit change for #11524.
12869      Branch: metaconfig/U/perl
12870            ! Extras.U
12871 ____________________________________________________________________________
12872 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
12873         Log: Multiple modules didn't work; plus typo fixes.
12874      Branch: perl
12875            ! Configure
12876 ____________________________________________________________________________
12877 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
12878         Log: Update Changes.
12879      Branch: perl
12880            ! Changes patchlevel.h
12881 ____________________________________________________________________________
12882 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
12883         Log: Regen perlapi.
12884      Branch: perl
12885            ! pod/perlapi.pod
12886 ____________________________________________________________________________
12887 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
12888         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
12889              From: Dave Mitchell <davem@fdgroup.co.uk>
12890              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
12891              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
12892      Branch: perl
12893            ! sv.c
12894 ____________________________________________________________________________
12895 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
12896         Log: Regen toc.
12897      Branch: perl
12898            ! pod/perltoc.pod
12899 ____________________________________________________________________________
12900 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
12901         Log: Regen Porting stuff.
12902      Branch: perl
12903            ! Porting/Glossary Porting/config.sh Porting/config_H
12904 ____________________________________________________________________________
12905 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
12906         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
12907              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12908              Date: Tue, 31 Jul 2001 05:34:38 -0400
12909              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
12910      Branch: perl
12911            ! utils/h2xs.PL
12912 ____________________________________________________________________________
12913 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
12914         Log: Metaconfig unit change for #11516. 
12915      Branch: metaconfig/U/perl
12916            ! gccvers.U
12917 ____________________________________________________________________________
12918 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
12919         Log: Add -Wall in cflags, not in Configure.
12920              (This way -Wall affects only the core and the core XS,
12921              not user modules' XS.  Concern from Paul Marquess,
12922              implementation idea from Andy Dougherty.)
12923      Branch: perl
12924            ! Configure cflags.SH
12925 ____________________________________________________________________________
12926 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
12927         Log: Metaconfig unit changes for #11514.
12928      Branch: metaconfig
12929            + U/modified/sysman.U
12930            ! U/installdirs/man1dir.U
12931 ____________________________________________________________________________
12932 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
12933         Log: Subject: Configure's detection of system manual
12934              From: Sean Dague <sean@dague.net> 
12935              Date: Sun, 13 May 2001 15:53:15 -0400
12936              Message-ID: <20010513155315.A15833@underhill.dague.net>
12937      Branch: perl
12938            ! Configure
12939 ____________________________________________________________________________
12940 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
12941         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
12942              From: Autrijus Tang <autrijus@autrijus.org> 
12943              Date: Thu, 21 Jun 2001 23:56:48 +0800
12944              Message-Id: <20010621235648.A57340@not.autrijus.org>
12945      Branch: perl
12946            ! pod/perlobj.pod
12947 ____________________________________________________________________________
12948 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
12949         Log: Subject: Typo in DB_File.pm
12950              From: "Philip Newton" <Philip.Newton@gmx.net>
12951              Date: Tue, 31 Jul 2001 06:19:35 +0200
12952              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
12953      Branch: perl
12954            ! ext/DB_File/DB_File.pm
12955 ____________________________________________________________________________
12956 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
12957         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
12958              From: "Stephen P. Potter" <spp@spotter.yi.org>
12959              Date: Wed, 30 May 2001 13:59:34 -0400
12960              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
12961      Branch: perl
12962            ! pod/perlre.pod
12963 ____________________________________________________________________________
12964 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
12965         Log: eval "format foo=" would loop indefinitely; reported in
12966              
12967              Subject: A load of old rubbish
12968              From: Mike Guy <mjtg@cam.ac.uk>
12969              Date: Mon, 14 May 2001 16:12:22 +0100
12970              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
12971              
12972              (The core dumps reported in there already fixed.)
12973      Branch: perl
12974            ! toke.c
12975 ____________________________________________________________________________
12976 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
12977         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
12978      Branch: perl
12979            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
12980            + lib/Switch/t/switch_case.t
12981            - lib/Switch/test.pl
12982            ! MANIFEST lib/Switch.pm
12983 ____________________________________________________________________________
12984 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
12985         Log: Subject: [PATCH @11505] DB_File-1.78
12986              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
12987              Date: Mon, 30 Jul 2001 22:54:37 +0100
12988              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
12989      Branch: perl
12990            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12991            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
12992 ____________________________________________________________________________
12993 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
12994         Log: Explain in more detail why -pipe and -fno-common are good.
12995      Branch: perl
12996            ! hints/darwin.sh
12997 ____________________________________________________________________________
12998 [ 11506] By: nick                                  on 2001/07/30  14:32:23
12999         Log: Integrate mainline
13000      Branch: perlio
13001           !> INSTALL Makefile.SH doio.c hints/darwin.sh
13002 ____________________________________________________________________________
13003 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
13004         Log: Perl hasn't been putting man pages into $prefix/lib for
13005              a long time now; pointed out by Andy Dougherty. 
13006      Branch: perl
13007            ! hints/darwin.sh
13008 ____________________________________________________________________________
13009 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
13010         Log: Document the extras Configure option.
13011      Branch: perl
13012            ! INSTALL
13013 ____________________________________________________________________________
13014 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
13015         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
13016              everywhere.
13017      Branch: perl
13018           !> doio.c
13019 ____________________________________________________________________________
13020 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
13021         Log: Doubly guard against invoking CPAN if no extras defined,
13022              pointed out by H. Merijn Brand.
13023      Branch: perl
13024            ! Makefile.SH
13025 ____________________________________________________________________________
13026 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
13027         Log: Fix O_RDONLY check to check for O_RDONLY.
13028      Branch: maint-5.6/macperl
13029            ! doio.c
13030 ____________________________________________________________________________
13031 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
13032         Log: Integrate miscellaneous changes from maint-5.6/perl.
13033      Branch: maint-5.6/macperl
13034           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
13035 ____________________________________________________________________________
13036 [ 11499] By: nick                                  on 2001/07/30  06:52:42
13037         Log: Integrate mainline
13038      Branch: perlio
13039           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
13040           +> win32/sync_ext.pl
13041            - win32/sncfnmcs.pl
13042           !> (integrate 71 files)
13043 ____________________________________________________________________________
13044 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
13045         Log: Update Changes.
13046      Branch: perl
13047            ! Changes patchlevel.h
13048 ____________________________________________________________________________
13049 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
13050         Log: Now Configure -Dextras=Foo::Bar and "make install" will
13051              fetch and install Foo::Bar.
13052      Branch: perl
13053            ! Makefile.SH
13054 ____________________________________________________________________________
13055 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
13056         Log: Metaconfig unit change for #11495.
13057      Branch: metaconfig/U/perl
13058            ! Extras.U
13059 ____________________________________________________________________________
13060 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
13061         Log: extras.make, extras.test, and extras.install make targets.
13062      Branch: perl
13063            ! Configure Makefile.SH
13064 ____________________________________________________________________________
13065 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
13066         Log: Metaconfig unit change for #11493.
13067      Branch: metaconfig/U/perl
13068            ! Extras.U
13069 ____________________________________________________________________________
13070 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
13071         Log: Better to have the list of extras in $extras than 'define'.
13072      Branch: perl
13073            ! Configure
13074 ____________________________________________________________________________
13075 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
13076         Log: The metaconfig unit change for #11490.
13077      Branch: metaconfig/U/perl
13078            + Extras.U
13079 ____________________________________________________________________________
13080 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
13081         Log: Missed from #11490 (the required dependency).
13082      Branch: perl
13083            ! Makefile.SH
13084 ____________________________________________________________________________
13085 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
13086         Log: Add the support of asking for extra modules or bundles of modules
13087              to be fetched from the CPAN and installed as a part of the Perl
13088              build process.  None of this installation is yet really done;
13089              only the list is asked, and saved away in extras.lst for
13090              the build and installation process to worry about later.
13091      Branch: perl
13092            ! Configure
13093 ____________________________________________________________________________
13094 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
13095         Log: Beginnings of better Inf and NaN support.
13096              At least toke.c and sv.c still need quite a bit of work.
13097      Branch: perl
13098            ! numeric.c perl.h
13099 ____________________________________________________________________________
13100 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
13101         Log: Top-level Makefile didn't honour OPTIMIZE.
13102      Branch: perl
13103            ! Makefile.SH
13104 ____________________________________________________________________________
13105 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
13106         Log: Update Changes.
13107      Branch: perl
13108            ! Changes patchlevel.h
13109 ____________________________________________________________________________
13110 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
13111         Log: Use Search::Dict 1.02 interface for charinfo().
13112      Branch: perl
13113            ! lib/UnicodeCD.pm
13114 ____________________________________________________________________________
13115 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
13116         Log: Now also allow transforming the read lines before comparing them.
13117              (This will help UnicodeCD.) 
13118      Branch: perl
13119            ! lib/Search/Dict.pm
13120 ____________________________________________________________________________
13121 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
13122         Log: Remove tiehandle code.
13123      Branch: perl
13124            ! lib/UnicodeCD.pm
13125 ____________________________________________________________________________
13126 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
13127         Log: Allow specifying a comparison function for Search::Dict::look().
13128      Branch: perl
13129            ! lib/Search/Dict.pm
13130 ____________________________________________________________________________
13131 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
13132         Log: Small UnicodeCD tweaks.
13133      Branch: perl
13134            ! lib/UnicodeCD.pm lib/UnicodeCD.t
13135 ____________________________________________________________________________
13136 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
13137         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
13138              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13139              Date: Tue, 24 Jul 2001 01:51:32 +0900
13140              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
13141      Branch: perl
13142            ! lib/UnicodeCD.pm lib/UnicodeCD.t
13143 ____________________________________________________________________________
13144 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
13145         Log: Subject: [PATCH] installperl
13146              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
13147              Date: Fri, 27 Jul 2001 19:05:04 -0700
13148              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
13149      Branch: perl
13150            ! installperl
13151 ____________________________________________________________________________
13152 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
13153         Log: Subject: [PATCH] Set proper compatibility versions in core
13154              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
13155              Date: Fri, 27 Jul 2001 20:01:49 -0700
13156              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
13157      Branch: perl
13158            ! Makefile.SH
13159 ____________________________________________________________________________
13160 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
13161         Log: Metaconfig unit change for #11477.
13162      Branch: metaconfig/U/perl
13163            ! dlsrc.U
13164 ____________________________________________________________________________
13165 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
13166         Log: Subject: [PATCH] Darwin: -fpic not so good
13167              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
13168              Date: Fri, 27 Jul 2001 18:57:38 -0700
13169              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
13170      Branch: perl
13171            ! Configure
13172 ____________________________________________________________________________
13173 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
13174         Log: Subject: [PATCH] Clean up Darwin hints
13175              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
13176              Date: Fri, 27 Jul 2001 19:13:15 -0700
13177              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
13178      Branch: perl
13179            ! hints/darwin.sh
13180 ____________________________________________________________________________
13181 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
13182         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
13183              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13184              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
13185              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
13186      Branch: perl
13187            ! pod/perlfunc.pod pp.c t/op/split.t
13188 ____________________________________________________________________________
13189 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
13190         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
13191              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13192              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
13193              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
13194      Branch: perl
13195            ! pod/perlvar.pod
13196 ____________________________________________________________________________
13197 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
13198         Log: Subject: [PATCH] fixes to constant.pm documentation
13199              From: Ilmari Karonen <iltzu@sci.fi>
13200              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
13201              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
13202      Branch: perl
13203            ! lib/constant.pm
13204 ____________________________________________________________________________
13205 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
13206         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
13207              From: "Philip Newton" <Philip.Newton@gmx.net>
13208              Date: Fri, 27 Jul 2001 07:51:10 +0200
13209              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
13210      Branch: perl
13211            ! pod/perlport.pod
13212 ____________________________________________________________________________
13213 [ 11471] By: nick                                  on 2001/07/26  06:23:32
13214         Log: Subject:  [PATCH] Doc fix for perlguts / threading
13215              From:  Arthur Bergman <arthur@contiller.se>
13216              Date:  Wed, 25 Jul 2001 11:28:23 +0200
13217              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
13218      Branch: perl
13219            ! pod/perlguts.pod
13220 ____________________________________________________________________________
13221 [ 11470] By: nick                                  on 2001/07/26  06:21:06
13222         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
13223              From:  Philip Newton <Philip.Newton@gmx.net>
13224              Date:  Wed, 25 Jul 2001 08:19:47 +0200
13225              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
13226      Branch: perl
13227            ! INSTALL
13228 ____________________________________________________________________________
13229 [ 11469] By: nick                                  on 2001/07/26  06:20:25
13230         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
13231              From:  Philip Newton <Philip.Newton@gmx.net>
13232              Date:  Wed, 25 Jul 2001 08:12:48 +0200
13233              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
13234      Branch: perl
13235            ! INSTALL
13236 ____________________________________________________________________________
13237 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
13238         Log: More +x.
13239      Branch: perl
13240            ! Porting/makerel
13241 ____________________________________________________________________________
13242 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
13243         Log: Update Changes.
13244      Branch: perl
13245            ! Changes patchlevel.h
13246 ____________________________________________________________________________
13247 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
13248         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
13249              From: "Philip Newton" <Philip.Newton@gmx.net>
13250              Date: Tue, 24 Jul 2001 06:45:55 +0200
13251              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
13252      Branch: perl
13253            ! os2/perlrexx.c
13254 ____________________________________________________________________________
13255 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
13256         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
13257              From: Peter Prymmer <pvhp@forte.com>
13258              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
13259              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
13260      Branch: perl
13261            ! pod/perlport.pod t/io/fs.t vms/test.com
13262 ____________________________________________________________________________
13263 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
13264         Log: Workaround on Cwd bootstrap problem.
13265      Branch: perl
13266            ! lib/ExtUtils/MakeMaker.pm
13267 ____________________________________________________________________________
13268 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
13269         Log: When in Rome, quote like the Romans do.
13270      Branch: perl
13271            ! cflags.SH
13272 ____________________________________________________________________________
13273 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
13274         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
13275              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13276              Date: Mon, 23 Jul 2001 19:29:49 -0400
13277              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
13278      Branch: perl
13279            + os2/perlrexx.c
13280            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
13281            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
13282            ! t/op/write.t
13283 ____________________________________________________________________________
13284 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
13285         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
13286              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13287              Date: Mon, 23 Jul 2001 18:43:42 -0400
13288              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
13289      Branch: perl
13290            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
13291 ____________________________________________________________________________
13292 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
13293         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
13294              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13295              Date: Mon, 23 Jul 2001 18:33:16 -0400
13296              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
13297      Branch: perl
13298            ! lib/ExtUtils/MakeMaker.pm
13299 ____________________________________________________________________________
13300 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
13301         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
13302              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13303              Date: Mon, 23 Jul 2001 18:20:35 -0400
13304              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
13305      Branch: perl
13306            ! Makefile.SH cflags.SH
13307 ____________________________________________________________________________
13308 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
13309         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
13310              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
13311              Date: Mon, 23 Jul 2001 11:32:17 -0500
13312              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
13313      Branch: perl
13314            ! lib/ExtUtils/MakeMaker.pm
13315 ____________________________________________________________________________
13316 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
13317         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
13318              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13319              Date: Mon, 23 Jul 2001 18:13:20 -0400
13320              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
13321      Branch: perl
13322            ! lib/perl5db.pl
13323 ____________________________________________________________________________
13324 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
13325         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
13326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13327              Date: Mon, 23 Jul 2001 18:07:40 -0400
13328              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
13329      Branch: perl
13330            ! op.c
13331 ____________________________________________________________________________
13332 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
13333         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
13334              From: "Craig A. Berry" <craigberry@mac.com>
13335              Date: Mon, 23 Jul 2001 15:35:06 -0500
13336              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
13337      Branch: perl
13338            ! util.c
13339 ____________________________________________________________________________
13340 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
13341         Log: Subject: [PATCH perlfaq9.pod typo]
13342              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
13343              Date: Mon, 23 Jul 2001 07:49:05 -0700
13344              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
13345      Branch: perl
13346            ! pod/perlfaq9.pod
13347 ____________________________________________________________________________
13348 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
13349         Log: Subject: win32\sncfnmcs.pl corrections
13350              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
13351              Date: Mon, 23 Jul 2001 12:56:54 +0200
13352              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
13353              
13354              Rename the script a little bit more sensibly.
13355      Branch: perl
13356            + win32/sync_ext.pl
13357            - win32/sncfnmcs.pl
13358            ! MANIFEST README.win32
13359 ____________________________________________________________________________
13360 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
13361         Log: Test tweak.
13362      Branch: perl
13363            ! ext/B/Deparse.t
13364 ____________________________________________________________________________
13365 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
13366         Log: Metaconfig unit tweak for #11450.
13367      Branch: metaconfig/U/perl
13368            ! Mksymlinks.U
13369 ____________________________________________________________________________
13370 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
13371         Log: Too volatile failsafe check.
13372      Branch: perl
13373            ! Configure
13374 ____________________________________________________________________________
13375 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
13376         Log: Further doc tweaks.
13377      Branch: perl
13378            ! lib/UnicodeCD.pm
13379 ____________________________________________________________________________
13380 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
13381         Log: Doc tweaks.
13382      Branch: perl
13383            ! lib/UnicodeCD.pm
13384 ____________________________________________________________________________
13385 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
13386         Log: Doc tweakery from Abhijit.
13387      Branch: perl
13388            ! Porting/repository.pod
13389 ____________________________________________________________________________
13390 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
13391         Log: An accidental empty line.
13392      Branch: perl
13393            ! MANIFEST
13394 ____________________________________________________________________________
13395 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
13396         Log: Missing MANIFESTations.
13397      Branch: perl
13398            ! MANIFEST
13399 ____________________________________________________________________________
13400 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
13401         Log: Update Changes.
13402      Branch: perl
13403            ! Changes patchlevel.h
13404 ____________________________________________________________________________
13405 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
13406         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
13407              From: Mike Guy <mjtg@cam.ac.uk>
13408              Date: Fri, 20 Jul 2001 16:12:49 +0100
13409              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
13410      Branch: perl
13411            ! Porting/pumpkin.pod
13412 ____________________________________________________________________________
13413 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
13414         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
13415              From: Peter Prymmer <pvhp@forte.com>
13416              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
13417              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
13418      Branch: perl
13419            ! pod/perlhack.pod
13420 ____________________________________________________________________________
13421 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
13422         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
13423              From: Michael G Schwern <schwern@pobox.com>
13424              Date: Fri, 20 Jul 2001 20:22:35 -0400
13425              Message-ID: <20010720202235.O4498@blackrider>
13426      Branch: perl
13427            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
13428            ! lib/Test/t/todo.t
13429 ____________________________________________________________________________
13430 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
13431         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
13432              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13433              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
13434              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
13435      Branch: perl
13436            ! ext/POSIX/POSIX.pod
13437 ____________________________________________________________________________
13438 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
13439         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
13440              From: Mark-Jason Dominus <mjd@plover.com>
13441              Date: Fri, 20 Jul 2001 23:16:54 -0400
13442              Message-ID: <20010721031654.21877.qmail@plover.com>
13443      Branch: perl
13444            ! ext/POSIX/POSIX.pod
13445 ____________________________________________________________________________
13446 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
13447         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
13448              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13449              Date: Sun, 22 Jul 2001 14:56:09 +0200
13450              Message-ID: <20010722145609.A766@rafael>
13451      Branch: perl
13452            ! ext/B/O.pm
13453 ____________________________________________________________________________
13454 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
13455         Log: Subject: regexec.c #define cleanup
13456              From: Mark-Jason Dominus <mjd@plover.com>
13457              Date: Sat, 21 Jul 2001 18:33:25 -0400
13458              Message-ID: <20010721223325.3069.qmail@plover.com>
13459      Branch: perl
13460            ! regexec.c
13461 ____________________________________________________________________________
13462 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
13463         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
13464              From: Prymmer/Kahn <pvhp@best.com>
13465              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
13466              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
13467      Branch: perl
13468            ! t/io/fs.t
13469 ____________________________________________________________________________
13470 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
13471         Log: Typo in #11432.
13472      Branch: perl
13473            ! ext/POSIX/POSIX.t
13474 ____________________________________________________________________________
13475 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
13476         Log: Integrate (manually) change #11424 from macperl.
13477      Branch: perl
13478            ! ext/Filter/t/call.t
13479 ____________________________________________________________________________
13480 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
13481         Log: Integrate change #11408 from macperl.
13482      Branch: perl
13483           !> README.macos pod/perlport.pod
13484 ____________________________________________________________________________
13485 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
13486         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
13487      Branch: perl
13488           +> macos/MacPerlTests.cmd macos/xsubpp.patch
13489            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
13490            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
13491            ! ext/POSIX/POSIX.t
13492 ____________________________________________________________________________
13493 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
13494         Log: pod/*.t tests not picked up by t/TEST either
13495      Branch: maint-5.6/perl
13496            ! t/TEST
13497 ____________________________________________________________________________
13498 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
13499         Log: better tweak for change#11429 (windows has both / and \ separated
13500              paths in @INC at that point)
13501      Branch: maint-5.6/perl
13502            ! t/pod/testp2pt.pl
13503 ____________________________________________________________________________
13504 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
13505         Log: MacOS pod test tweak needs \Escape
13506      Branch: maint-5.6/perl
13507            ! t/pod/testp2pt.pl
13508 ____________________________________________________________________________
13509 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
13510         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
13511              resulting duplicate output, but t/harness isn't)
13512      Branch: maint-5.6/perl
13513            ! t/run/runenv.t
13514 ____________________________________________________________________________
13515 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
13516         Log: t/harness wasn't picking up all the tests
13517      Branch: maint-5.6/perl
13518            ! t/harness
13519 ____________________________________________________________________________
13520 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
13521         Log: update MANIFEST for new file
13522      Branch: maint-5.6/perl
13523            ! MANIFEST
13524 ____________________________________________________________________________
13525 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
13526         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
13527              the exception of the macperl/macos/... tree
13528      Branch: maint-5.6/perl
13529           +> t/lib/filefind-taint.t
13530           !> (integrate 72 files)
13531 ____________________________________________________________________________
13532 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
13533         Log: Fix test.
13534      Branch: maint-5.6/macperl
13535            ! macos/bundled_ext/Filter/t/call.t
13536 ____________________________________________________________________________
13537 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
13538         Log: Make perl fork()-safe (in a slightly limited way) even on
13539              platforms that don't have pthread_atfork() (extension of
13540              the fix in change#11151).
13541              
13542              Note that this will not help extensions that call fork()
13543              directly in C, or that link to libraries that call fork()
13544              directly.  Such cases must be fixed to either call
13545              PerlProc_fork(), or call atfork_lock() in parent before the
13546              calling the function that forks and call atfork_unlock()
13547              in both parent and child immediately after the fork().
13548              (There are no worries if C code calls exec() in the child
13549              immediately after a fork().  Only cases where the child
13550              calls perl's API functions (including New()) after the
13551              fork() are problematic.)
13552              
13553              This change also eliminates the use of vfork() from perl,
13554              since all such uses were violating the severe restrictions
13555              on modifying the state of the process between the vfork()
13556              and the exec().
13557              
13558              This is a modified version of patches suggested by Abhijit
13559              Menon-Sen and Richard Soderberg.
13560      Branch: perl
13561            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
13562            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
13563 ____________________________________________________________________________
13564 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
13565         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
13566              Switch, and Text::Balanced.
13567      Branch: maint-5.6/macperl
13568            + macos/bundled_ext/Filter/Util/Call/Call.pm
13569            + macos/bundled_ext/Filter/Util/Call/Call.xs
13570            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
13571            + macos/bundled_ext/Filter/t/MyFilter.pm
13572            + macos/bundled_ext/Filter/t/call.t
13573            + macos/bundled_ext/Filter/t/filter-util.pl
13574            + macos/bundled_lib/blib/lib/Class/ISA.pm
13575            + macos/bundled_lib/blib/lib/Digest.pm
13576            + macos/bundled_lib/blib/lib/Filter/Simple.pm
13577            + macos/bundled_lib/blib/lib/Switch.pm
13578            + macos/bundled_lib/blib/lib/Text/Balanced.pm
13579            + macos/bundled_lib/blib/lib/Text/Balanced.pod
13580            + macos/bundled_lib/t/Class/ISA/test.pl
13581            + macos/bundled_lib/t/Digest/Digest.t
13582            + macos/bundled_lib/t/Filter/Simple/test.pl
13583            + macos/bundled_lib/t/Switch/test.pl
13584            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
13585            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
13586            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
13587            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
13588            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
13589            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
13590            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
13591            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
13592 ____________________________________________________________________________
13593 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
13594         Log: Add Filter::Util::Call to config/make files; edit utils
13595              to recognize the module (it was descended too far down).
13596              Bump version to 5.6.1a4.
13597      Branch: maint-5.6/macperl
13598            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
13599            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
13600            ! macos/macperl/Makefile.mk macos/xsubpp.patch
13601 ____________________________________________________________________________
13602 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
13603         Log: Make DB_File the default for MLDBM on MacOS.
13604      Branch: maint-5.6/macperl
13605            ! macos/bundled_lib/blib/lib/MLDBM.pm
13606 ____________________________________________________________________________
13607 [ 11419] By: nick                                  on 2001/07/20  14:51:03
13608         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
13609              From:  Simon Cozens <simon@netthink.co.uk>
13610              Date:  Fri, 20 Jul 2001 11:42:35 -0400
13611              Message-Id:  <20010720114235.A5235@netthink.co.uk>
13612      Branch: perl
13613            ! lib/UnicodeCD.pm
13614 ____________________________________________________________________________
13615 [ 11418] By: nick                                  on 2001/07/20  14:48:12
13616         Log: Subject:  [PATCH regcomp.h] adds a comment
13617              From:  Abhijit Menon-Sen <ams@wiw.org>
13618              Date:  Fri, 20 Jul 2001 21:05:37 +0530
13619              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
13620      Branch: perl
13621            ! regcomp.h
13622 ____________________________________________________________________________
13623 [ 11417] By: nick                                  on 2001/07/20  14:16:38
13624         Log: Subject:  [PATCH 5.7.2] INSTALL updates
13625              From:  Andy Dougherty <doughera@lafayette.edu>
13626              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
13627              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
13628      Branch: perl
13629            ! INSTALL
13630 ____________________________________________________________________________
13631 [ 11416] By: nick                                  on 2001/07/20  06:44:44
13632         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
13633              From:  Russ Allbery <rra@stanford.edu>
13634              Date:  19 Jul 2001 15:52:37 -0700
13635              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
13636      Branch: perl
13637            ! lib/Pod/Man.pm
13638 ____________________________________________________________________________
13639 [ 11415] By: nick                                  on 2001/07/20  06:35:11
13640         Log: Subject:  [PATCH] defer op_seq allocation
13641              From:  Abhijit Menon-Sen <ams@wiw.org>
13642              Date:  Thu, 19 Jul 2001 22:12:24 +0530
13643              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
13644      Branch: perl
13645            ! op.c
13646 ____________________________________________________________________________
13647 [ 11414] By: nick                                  on 2001/07/20  06:23:36
13648         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
13649              From:  Abhijit Menon-Sen <ams@wiw.org>
13650              Date:  Fri, 20 Jul 2001 01:18:50 +0530
13651              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
13652              (Private e-mail)
13653      Branch: perl
13654            ! ext/Time/HiRes/HiRes.xs
13655 ____________________________________________________________________________
13656 [ 11413] By: nick                                  on 2001/07/20  06:18:53
13657         Log: Integrate mainline
13658      Branch: perlio
13659           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
13660            - t/base/commonsense.t
13661           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
13662           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
13663           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
13664           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
13665           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
13666           !> win32/win32.c
13667 ____________________________________________________________________________
13668 [ 11412] By: nick                                  on 2001/07/19  06:44:27
13669         Log: Integrate win32/perlhost.h from maintenance branch.
13670              (Rest of $ENV{PATH} / system() fix.)
13671      Branch: perl
13672           !> win32/perlhost.h
13673 ____________________________________________________________________________
13674 [ 11411] By: nick                                  on 2001/07/19  06:41:34
13675         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
13676              From:  Philip Newton <Philip.Newton@gmx.net>
13677              Date:  Wed, 18 Jul 2001 21:43:57 +0200
13678              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
13679      Branch: perl
13680            ! pod/perlhack.pod
13681 ____________________________________________________________________________
13682 [ 11410] By: nick                                  on 2001/07/19  06:39:35
13683         Log: Subject:  Security hole in taint checking in open()
13684              From:  deekoo@tentacle.net
13685              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
13686              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
13687      Branch: perl
13688            ! doio.c
13689 ____________________________________________________________________________
13690 [ 11409] By: nick                                  on 2001/07/19  06:28:08
13691         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
13692              From:  Abhijit Menon-Sen <ams@wiw.org>
13693              Date:  Thu, 19 Jul 2001 04:30:43 +0530
13694              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
13695      Branch: perl
13696            ! ext/Time/HiRes/HiRes.xs
13697 ____________________________________________________________________________
13698 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
13699         Log: Update docs with latest implementation information and new URLs.
13700      Branch: maint-5.6/macperl
13701            ! README.macos pod/perlport.pod
13702 ____________________________________________________________________________
13703 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
13704         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
13705              Fix BuildRules to accept optimization variables.
13706      Branch: maint-5.6/macperl
13707            + macos/bundled_ext/Digest/MD5/Makefile.mk
13708            ! macos/BuildRules.mk macos/Makefile.mk
13709            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
13710            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
13711 ____________________________________________________________________________
13712 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
13713         Log: Integrate changes 11399,11401
13714      Branch: maint-5.6/macperl
13715           !> win32/perlhost.h win32/win32.c
13716 ____________________________________________________________________________
13717 [ 11405] By: nick                                  on 2001/07/18  06:50:33
13718         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
13719              from perl5.6*
13720      Branch: perl
13721           !> win32/perlhost.h win32/win32.c
13722 ____________________________________________________________________________
13723 [ 11404] By: nick                                  on 2001/07/18  06:43:59
13724         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
13725              From:  hv@crypt0.demon.co.uk
13726              Date:  Wed, 18 Jul 2001 05:58:46 +0100
13727              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
13728      Branch: perl
13729            ! ext/POSIX/POSIX.t
13730 ____________________________________________________________________________
13731 [ 11403] By: nick                                  on 2001/07/18  06:38:57
13732         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
13733              From:  hv@crypt0.demon.co.uk
13734              Date:  Wed, 18 Jul 2001 05:21:54 +0100
13735              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
13736      Branch: perl
13737            ! numeric.c t/op/arith.t
13738 ____________________________________________________________________________
13739 [ 11402] By: nick                                  on 2001/07/18  06:19:17
13740         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
13741              From:  mjd@plover.com
13742              Date:  17 Jul 2001 17:59:20 -0000
13743              Message-Id:  <20010717175920.8177.qmail@plover.com>
13744      Branch: perl
13745            ! pod/perlre.pod
13746 ____________________________________________________________________________
13747 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
13748         Log: thinko in change#11400 (duh)
13749      Branch: maint-5.6/perl
13750            ! win32/perlhost.h
13751 ____________________________________________________________________________
13752 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
13753         Log: change#11399 revealed another unrelated bug; this is just a temporary
13754              bandaid
13755      Branch: maint-5.6/perl
13756            ! win32/perlhost.h
13757 ____________________________________________________________________________
13758 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
13759         Log: fix bugs in handling of the virtualized environment under windows;
13760              there were bugs in propagating any changes to %ENV down to the real
13761              environment when such changes happened in the toplevel process
13762              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
13763              problem identification, and for a part of the fix)
13764      Branch: maint-5.6/perl
13765            ! win32/perlhost.h win32/win32.c
13766 ____________________________________________________________________________
13767 [ 11398] By: nick                                  on 2001/07/17  08:26:35
13768         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
13769              From: Peter Prymmer <pvhp@forte.com>
13770              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
13771              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
13772              
13773              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
13774              should not depend on existance of Config.pm
13775      Branch: perl
13776           +> t/lib/commonsense.t
13777            - t/base/commonsense.t
13778            ! MANIFEST t/README
13779 ____________________________________________________________________________
13780 [ 11397] By: nick                                  on 2001/07/17  08:09:58
13781         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
13782              From:  Michael G Schwern <schwern@pobox.com>
13783              Date:  Mon, 16 Jul 2001 18:20:31 -0400
13784              Message-Id:  <20010716182031.A1128@blackrider>
13785      Branch: perl
13786            ! pod/perlhack.pod
13787 ____________________________________________________________________________
13788 [ 11396] By: nick                                  on 2001/07/17  08:04:11
13789         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
13790              From:  Gwyn Judd <b.judd@xtra.co.nz>
13791              Date:  Tue, 17 Jul 2001 20:55:58 +1200
13792              Message-Id:  <20010717205558.A3107@thislove>
13793      Branch: perl
13794            ! pod/perlfunc.pod
13795 ____________________________________________________________________________
13796 [ 11395] By: nick                                  on 2001/07/17  08:02:22
13797         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
13798              From:  Peter Prymmer <pvhp@forte.com>
13799              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
13800              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
13801      Branch: perl
13802            ! t/op/sprintf.t
13803 ____________________________________________________________________________
13804 [ 11394] By: nick                                  on 2001/07/17  07:57:06
13805         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
13806              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
13807              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
13808              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
13809      Branch: perl
13810            ! gv.c
13811 ____________________________________________________________________________
13812 [ 11392] By: nick                                  on 2001/07/17  07:50:12
13813         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
13814              From:  Coral <coral@moonlight.crystalflame.net>
13815              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
13816              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
13817      Branch: perl
13818            ! pp_sys.c thread.h
13819 ____________________________________________________________________________
13820 [ 11391] By: nick                                  on 2001/07/17  07:34:28
13821         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
13822              From:  Jonathan Stowe <gellyfish@gellyfish.com>
13823              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
13824              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
13825      Branch: perl
13826            ! utils/h2xs.PL
13827 ____________________________________________________________________________
13828 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
13829         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
13830              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
13831              and Mac::Apps::Launch, which don't work, and Time::HiRes and
13832              Time::Piece, which don't yet work.
13833      Branch: maint-5.6/macperl
13834            + (add 154 files)
13835 ____________________________________________________________________________
13836 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
13837         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
13838              Also add hack to get around missing setenv for PERL5DB.
13839      Branch: maint-5.6/macperl
13840            ! macos/macish.c macos/macish.h
13841 ____________________________________________________________________________
13842 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
13843         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
13844      Branch: maint-5.6/macperl
13845            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
13846            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
13847 ____________________________________________________________________________
13848 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
13849         Log: Fix up some configuration and make options, add extra
13850              extensions.
13851      Branch: maint-5.6/macperl
13852            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
13853            ! macos/macperl/Makefile.mk
13854 ____________________________________________________________________________
13855 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
13856         Log: From Change 11374 in maintperl.
13857      Branch: maint-5.6/macperl
13858           !> utils/h2ph.PL
13859 ____________________________________________________________________________
13860 [ 11385] By: nick                                  on 2001/07/16  14:12:58
13861         Log: Back out change to h2xs till it passes its test.
13862      Branch: perl
13863            ! utils/h2xs.PL
13864 ____________________________________________________________________________
13865 [ 11384] By: nick                                  on 2001/07/16  14:00:10
13866         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
13867              From:  Jonathan Stowe <gellyfish@gellyfish.com>
13868              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
13869              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
13870      Branch: perl
13871            ! utils/h2xs.PL
13872 ____________________________________________________________________________
13873 [ 11383] By: nick                                  on 2001/07/16  13:53:12
13874         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
13875              From:  Robin Houston <robin@kitsite.com>
13876              Date:  Sun, 15 Jul 2001 18:22:31 +0100
13877              Message-Id:  <20010715182230.A11174@robin>
13878      Branch: perl
13879            ! hints/darwin.sh
13880 ____________________________________________________________________________
13881 [ 11382] By: nick                                  on 2001/07/16  13:52:49
13882         Log: Subject:  [PATCH perl@11372] re_dup
13883              From:  Radu Greab <radu@netsoft.ro>
13884              Date:  Sun, 15 Jul 2001 04:50:06 +0300
13885              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
13886      Branch: perl
13887            ! sv.c
13888 ____________________________________________________________________________
13889 [ 11379] By: nick                                  on 2001/07/16  13:35:39
13890         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
13891              From:  Robin Houston <robin@kitsite.com>
13892              Date:  Sat, 14 Jul 2001 14:28:50 +0100
13893              Message-Id:  <20010714142850.A10205@robin>
13894      Branch: perl
13895            ! ext/B/B/Deparse.pm
13896 ____________________________________________________________________________
13897 [ 11378] By: nick                                  on 2001/07/16  13:30:36
13898         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
13899              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
13900              Date:  Sat, 14 Jul 2001 22:17:42 +0900
13901              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
13902      Branch: perl
13903            + ext/Encode/Encode/euc-jp-0212.enc
13904            ! ext/Encode/Encode/Tcl.pm
13905 ____________________________________________________________________________
13906 [ 11377] By: nick                                  on 2001/07/16  13:17:28
13907         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
13908              From:  Andy Dougherty <doughera@lafayette.edu>
13909              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
13910              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
13911      Branch: perl
13912            ! hints/darwin.sh hints/rhapsody.sh
13913 ____________________________________________________________________________
13914 [ 11376] By: nick                                  on 2001/07/16  09:05:00
13915         Log: Integrate mainline
13916      Branch: perlio
13917           +> ext/Encode/Encode/7bit-greek.enc
13918           +> ext/Encode/Encode/7bit-latin1.enc
13919           +> ext/Encode/Encode/cns11643-1.enc
13920           +> ext/Encode/Encode/cns11643-2.enc
13921           +> ext/Encode/Encode/iso2022-cn.enc
13922           +> ext/Encode/Encode/iso2022-jp1.enc
13923           +> ext/Encode/Encode/iso2022-jp2.enc
13924           !> Changes Configure MANIFEST Makefile.SH
13925           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
13926           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
13927           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
13928           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
13929           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
13930 ____________________________________________________________________________
13931 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
13932         Log: integrate change#11374 from maint-5.6
13933              
13934              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
13935      Branch: perl
13936           !> utils/h2ph.PL
13937 ____________________________________________________________________________
13938 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
13939         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
13940      Branch: maint-5.6/perl
13941            ! utils/h2ph.PL
13942 ____________________________________________________________________________
13943 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
13944         Log: Update Changes.
13945      Branch: perl
13946            ! Changes patchlevel.h
13947 ____________________________________________________________________________
13948 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
13949         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
13950              From: Jonathan Stowe <gellyfish@gellyfish.com>
13951              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
13952              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
13953      Branch: perl
13954            ! utils/h2xs.PL
13955 ____________________________________________________________________________
13956 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
13957         Log: Subject: patch to add DEL to [:cntrl:]
13958              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13959              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
13960              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
13961      Branch: perl
13962            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
13963 ____________________________________________________________________________
13964 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
13965         Log: Metaconfig unit change for #11369; plus a dependency nit.
13966      Branch: metaconfig
13967            ! U/compline/nblock_io.U
13968      Branch: metaconfig/U/perl
13969            ! Extensions.U
13970 ____________________________________________________________________________
13971 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
13972         Log: #include <stdlib.h> so that exit() is prototyped,
13973              noticed by Hugo.
13974      Branch: perl
13975            ! Configure
13976 ____________________________________________________________________________
13977 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
13978         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
13979              From: Peter Prymmer <pvhp@forte.com>
13980              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
13981              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
13982      Branch: perl
13983            ! t/op/sprintf.t
13984 ____________________________________________________________________________
13985 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
13986         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
13987              From: Peter Prymmer <pvhp@forte.com>
13988              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
13989              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
13990      Branch: perl
13991            ! ext/Encode/Encode/Tcl.t
13992 ____________________________________________________________________________
13993 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
13994         Log: Add information about gcc 3.0 basic block profiling.
13995      Branch: perl
13996            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
13997 ____________________________________________________________________________
13998 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
13999         Log: Subject: Error in lib/PerlIO/Via.pm ?
14000              From: Mark-Jason Dominus <mjd@plover.com>
14001              Date: Fri, 13 Jul 2001 15:55:41 -0400
14002              Message-ID: <20010713195541.26751.qmail@plover.com>
14003      Branch: perl
14004            ! ext/PerlIO/Via/Via.pm
14005 ____________________________________________________________________________
14006 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
14007         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
14008              section from the Compiler section.
14009      Branch: perl
14010            ! myconfig.SH
14011 ____________________________________________________________________________
14012 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
14013         Log: Handle glibc style of constant definitions using enum
14014              with intervening #defines; from Brendan O'Dea.
14015      Branch: perl
14016            ! utils/h2ph.PL
14017 ____________________________________________________________________________
14018 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
14019         Log: Add LC_MESSAGES to the locale_h export tag (it already is
14020              in the Makefile.PL and thusly eligible for an XS constant)
14021              (see also maintperl #10543)
14022      Branch: perl
14023            ! ext/POSIX/POSIX.pm
14024 ____________________________________________________________________________
14025 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
14026         Log: Subject: Re: [patch] re_dup
14027              From: Abhijit Menon-Sen <ams@wiw.org>
14028              Date: Fri, 13 Jul 2001 21:41:09 +0530
14029              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
14030      Branch: perl
14031            ! sv.c
14032 ____________________________________________________________________________
14033 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
14034         Log: Subject: [patch] re_dup
14035              From: Doug MacEachern <dougm@covalent.net>
14036              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
14037              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
14038      Branch: perl
14039            ! sv.c
14040 ____________________________________________________________________________
14041 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
14042         Log: Update Changes.
14043      Branch: perl
14044            ! Changes patchlevel.h
14045 ____________________________________________________________________________
14046 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
14047         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
14048              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
14049              Date: Sat, 14 Jul 2001 00:06:30 +0900
14050              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
14051      Branch: perl
14052            + ext/Encode/Encode/7bit-greek.enc
14053            + ext/Encode/Encode/7bit-latin1.enc
14054            + ext/Encode/Encode/cns11643-1.enc
14055            + ext/Encode/Encode/cns11643-2.enc
14056            + ext/Encode/Encode/iso2022-cn.enc
14057            + ext/Encode/Encode/iso2022-jp1.enc
14058            + ext/Encode/Encode/iso2022-jp2.enc
14059            ! MANIFEST ext/Encode/Encode/Tcl.pm
14060            ! ext/Encode/Encode/iso2022-kr.enc
14061 ____________________________________________________________________________
14062 [ 11357] By: nick                                  on 2001/07/13  14:24:06
14063         Log: Blind integrate mainline (as of 5.7.2?)
14064      Branch: perlio
14065           !> AUTHORS Changes Porting/config.sh Porting/config_H
14066           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
14067           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
14068           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14069           !> win32/makefile.mk
14070 ____________________________________________________________________________
14071 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
14072         Log: Snip away the devel patchlevel.
14073      Branch: perl
14074            ! patchlevel.h
14075 ____________________________________________________________________________
14076 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
14077         Log: Bump the version to 5.7.2.
14078      Branch: perl
14079            ! Porting/config.sh Porting/config_H patchlevel.h
14080            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
14081            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14082            ! win32/makefile.mk
14083 ____________________________________________________________________________
14084 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
14085         Log: Update Changes.
14086      Branch: perl
14087            ! Changes
14088 ____________________________________________________________________________
14089 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
14090         Log: Reword.
14091      Branch: perl
14092            ! AUTHORS
14093 ____________________________________________________________________________
14094 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
14095         Log: AUTHORS update.
14096      Branch: perl
14097            ! AUTHORS
14098 ____________________________________________________________________________
14099 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
14100         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
14101              unless ithreads.
14102      Branch: perl
14103            ! makedef.pl
14104 ____________________________________________________________________________
14105 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
14106         Log: Integrate perlio.
14107      Branch: perl
14108           !> win32/distclean.bat
14109 ____________________________________________________________________________
14110 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
14111         Log: Test the encoding transform only iff we have PerlIO,
14112              noticed by H. Merijn Brand.
14113      Branch: perl
14114            ! ext/PerlIO/t/encoding.t
14115 ____________________________________________________________________________
14116 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
14117         Log: README.netware tweaks from Ananth Kesari.
14118      Branch: perl
14119            ! README.netware
14120 ____________________________________________________________________________
14121 [ 11346] By: nick                                  on 2001/07/13  09:18:51
14122         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
14123              to avoid /unicode vs /Unicode issues.
14124      Branch: perlio
14125            ! win32/distclean.bat
14126 ____________________________________________________________________________
14127 [ 11345] By: nick                                  on 2001/07/13  06:24:18
14128         Log: Integrate mainline
14129      Branch: perlio
14130           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
14131            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
14132           !> (integrate 63 files)
14133 ____________________________________________________________________________
14134 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
14135         Log: Add d_bincompat5005 information to perl -V.
14136      Branch: perl
14137            ! myconfig.SH
14138 ____________________________________________________________________________
14139 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
14140         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
14141              From: Abhijit Menon-Sen <ams@wiw.org>
14142              Date: Fri, 13 Jul 2001 07:12:36 +0530
14143              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
14144      Branch: perl
14145            ! sv.c
14146 ____________________________________________________________________________
14147 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
14148         Log: Remove unicode::distinct, as per Inaba Hiroto.
14149      Branch: perl
14150            - lib/unicode/distinct.pm
14151            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
14152            ! t/lib/1_compile.t
14153 ____________________________________________________________________________
14154 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
14155         Log: Paging for Dr Octothorpe.
14156      Branch: perl
14157            ! pod/perlfaq4.pod
14158 ____________________________________________________________________________
14159 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
14160         Log: cut-n-paste error noticed by mjd.
14161      Branch: perl
14162            ! pod/perlfaq4.pod
14163 ____________________________________________________________________________
14164 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
14165         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
14166              From: Peter Prymmer <pvhp@forte.com>
14167              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
14168              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
14169      Branch: perl
14170            ! pod/perlfaq4.pod
14171 ____________________________________________________________________________
14172 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
14173         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
14174              From: Randall Gellens <randy@qualcomm.com>
14175              Date: Thu, 12 Jul 2001 16:56:23 -0700
14176              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
14177      Branch: perl
14178            ! Porting/repository.pod
14179 ____________________________________________________________________________
14180 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
14181         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
14182      Branch: perl
14183            ! thread.h
14184 ____________________________________________________________________________
14185 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
14186         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
14187              From: coral <coral@moonlight.crystalflame.net>
14188              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
14189              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
14190      Branch: perl
14191            ! thread.h
14192 ____________________________________________________________________________
14193 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
14194         Log: Metaconfig unit change for #11134.
14195      Branch: metaconfig
14196            + U/threads/d_pthread_atfork.U
14197 ____________________________________________________________________________
14198 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
14199         Log: Add HAS_PTHREAD_ATFORK.
14200      Branch: perl
14201            ! Configure NetWare/config.wc NetWare/config_H.wc
14202            ! Porting/Glossary Porting/config.sh Porting/config_H
14203            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
14204            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
14205            ! vos/config.ga.def vos/config.ga.h win32/config.bc
14206            ! win32/config.gc win32/config.vc win32/config_H.bc
14207            ! win32/config_H.gc win32/config_H.vc
14208 ____________________________________________________________________________
14209 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
14210         Log: Subject: [PATCH] File::Copy fails on tied handles
14211              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
14212              Date: Thu, 12 Jul 2001 15:18:51 -0700
14213              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
14214      Branch: perl
14215            ! lib/File/Copy.pm
14216 ____________________________________________________________________________
14217 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
14218         Log: Subject: [PATCH] Langinfo.t
14219              From: Nicholas Clark <nick@ccl4.org>
14220              Date: Thu, 12 Jul 2001 23:55:38 +0100
14221              Message-ID: <20010712235538.M5827@plum.flirble.org>
14222      Branch: perl
14223            ! ext/I18N/Langinfo/Langinfo.t
14224 ____________________________________________________________________________
14225 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
14226         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
14227              From: Peter Prymmer <pvhp@forte.com>
14228              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
14229              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
14230      Branch: perl
14231            ! pod/perl572delta.pod
14232 ____________________________________________________________________________
14233 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
14234         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
14235              From: Abhijit Menon-Sen <ams@wiw.org>
14236              Date: Fri, 13 Jul 2001 05:21:16 +0530
14237              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
14238      Branch: perl
14239            ! sv.c
14240 ____________________________________________________________________________
14241 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
14242         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
14243              From: Abhijit Menon-Sen <ams@wiw.org>
14244              Date: Fri, 13 Jul 2001 03:04:25 +0530
14245              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
14246      Branch: perl
14247            ! av.c
14248 ____________________________________________________________________________
14249 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
14250         Log: s/^M$//g
14251      Branch: perl
14252            ! win32/Makefile win32/makefile.mk
14253 ____________________________________________________________________________
14254 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
14255         Log: Update Changes.
14256      Branch: perl
14257            ! Changes patchlevel.h
14258 ____________________________________________________________________________
14259 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
14260         Log: Typo spotted by Philip Newton.
14261      Branch: perl
14262            ! pod/perl572delta.pod
14263 ____________________________________________________________________________
14264 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
14265         Log: Subject: [PATCH] fixes perl_clone of perl_clone
14266              From: Artur Bergman <artur@contiller.se>
14267              Date: Thu, 12 Jul 2001 20:57:09 +0200
14268              Message-ID: <B773BFA4.236B%artur@contiller.se>
14269      Branch: perl
14270            ! sv.c
14271 ____________________________________________________________________________
14272 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
14273         Log: Add README.uts from Hal Morris.
14274      Branch: perl
14275            + README.uts
14276            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
14277            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
14278 ____________________________________________________________________________
14279 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
14280         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
14281              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14282              Date: Thu, 12 Jul 2001 20:32:37 +0200
14283              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
14284      Branch: perl
14285            ! hints/aix.sh
14286 ____________________________________________________________________________
14287 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
14288         Log: Subject: Patch: document reg_data.what member
14289              From: Mark-Jason Dominus <mjd@plover.com>
14290              Message-ID: <20010712182532.14821.qmail@plover.com>
14291              Date: Thu, 12 Jul 2001 14:25:32 -0400
14292      Branch: perl
14293            ! regcomp.c regcomp.h
14294 ____________________________________________________________________________
14295 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
14296         Log: Subject: [PATCH] Perl_re_dup()
14297              From: Abhijit Menon-Sen <ams@wiw.org>
14298              Date: Thu, 12 Jul 2001 23:54:32 +0530
14299              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
14300      Branch: perl
14301            ! embed.h embed.pl perlapi.c proto.h sv.c
14302 ____________________________________________________________________________
14303 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
14304         Log: Regen Configure, modlib, toc.
14305      Branch: perl
14306            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14307            ! pod/perlmodlib.pod pod/perltoc.pod
14308 ____________________________________________________________________________
14309 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
14310         Log: The problem seems to be in PerlIO::Layer::->find() not
14311              accepting the ":encoding(blurflur)" arguments.
14312      Branch: perl
14313            ! lib/PerlIO.pm lib/open.pm
14314 ____________________________________________________________________________
14315 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
14316         Log: AIX doc update.
14317      Branch: perl
14318            ! README.aix pod/perl572delta.pod
14319 ____________________________________________________________________________
14320 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
14321         Log: Subject: AIX README update
14322              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14323              Date: Thu, 12 Jul 2001 19:28:30 +0200
14324              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
14325      Branch: perl
14326            ! README.aix
14327 ____________________________________________________________________________
14328 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
14329         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
14330              From: Norton Allen <allen@huarp.harvard.edu>
14331              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
14332              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
14333      Branch: perl
14334            ! ext/IO/lib/IO/t/io_unix.t
14335 ____________________________________________________________________________
14336 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
14337         Log: Subject: [PATCH README.qnx hints/qnx.sh]
14338              From: Norton Allen <allen@huarp.harvard.edu>
14339              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
14340              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
14341      Branch: perl
14342            ! README.qnx hints/qnx.sh
14343 ____________________________________________________________________________
14344 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
14345         Log: Subject: [patch] faster PM_GETRE
14346              From: Doug MacEachern <dougm@covalent.net>
14347              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
14348              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
14349      Branch: perl
14350            ! op.h
14351 ____________________________________________________________________________
14352 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
14353         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
14354              From: Doug MacEachern <dougm@covalent.net>
14355              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
14356              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
14357      Branch: perl
14358            ! op.c
14359 ____________________________________________________________________________
14360 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
14361         Log: Tell where the nice Estonian database is.
14362      Branch: perl
14363            ! lib/open.pm
14364 ____________________________________________________________________________
14365 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
14366         Log: Retract #11309 since #11310 is a better fix.
14367      Branch: perl
14368            ! t/lib/1_compile.t
14369 ____________________________________________________________________________
14370 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
14371         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
14372              change#11300 needs to return the status of failed win32_spawnvp())
14373              
14374              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
14375              splitting correctly; remove unused variables; 'require' at run time
14376              rather than 'use' at compile time for I18N::Langinfo, since it
14377              isn't everyware
14378      Branch: perl
14379            ! lib/open.pm win32/win32.c
14380 ____________________________________________________________________________
14381 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
14382         Log: Temporary workaround.
14383      Branch: perl
14384            ! t/lib/1_compile.t
14385 ____________________________________________________________________________
14386 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
14387         Log: UCD typo in #11306 and add also more known-to-be-tested
14388              modules to the skip list.
14389      Branch: perl
14390            ! t/lib/1_compile.t
14391 ____________________________________________________________________________
14392 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
14393         Log: Rename Unicode::UCD to UnicodeCD to avoid
14394              messups with case-insensitive filesystems.
14395      Branch: perl
14396            + lib/UnicodeCD.pm lib/UnicodeCD.t
14397            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
14398            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
14399 ____________________________________________________________________________
14400 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
14401         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
14402              From: daniel@biz.bitpusher.com
14403              Date: Wed, 11 Jul 2001 23:25:47 -0700
14404              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
14405      Branch: perl
14406            ! lib/Tie/Array.pm t/op/splice.t
14407 ____________________________________________________________________________
14408 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
14409         Log: Subject: [PATCH] More accurate line numbers in messages
14410              From: Paul Johnson <paul@pjcj.net>
14411              Date: Thu, 12 Jul 2001 04:14:11 +0200
14412              Message-ID: <20010712041411.A3467@pjcj.net>
14413              
14414              (With prototyping and multiplicity tweaks.)
14415      Branch: perl
14416            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
14417 ____________________________________________________________________________
14418 [ 11304] By: nick                                  on 2001/07/12  12:53:40
14419         Log: Integrate mainline
14420      Branch: perlio
14421           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
14422           !> regexec.c thread.h
14423 ____________________________________________________________________________
14424 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
14425         Log: Cut-and-pasto in #11298.
14426      Branch: perl
14427            ! ext/ByteLoader/bytecode.h
14428 ____________________________________________________________________________
14429 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
14430         Log: Update the AIX known problems section.
14431      Branch: perl
14432            ! pod/perl572delta.pod
14433 ____________________________________________________________________________
14434 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
14435         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
14436              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14437              Date: Thu, 12 Jul 2001 12:16:16 +0200
14438              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
14439      Branch: perl
14440            ! hints/aix.sh
14441 ____________________________________________________________________________
14442 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
14443         Log: Integrate perlio.
14444      Branch: perl
14445           !> makedef.pl win32/win32.c
14446 ____________________________________________________________________________
14447 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
14448         Log: Subject: [PATCH] fix for PMOP threadness failures
14449              From: Artur Bergman <artur@contiller.se>
14450              Date: Thu, 12 Jul 2001 09:48:06 +0200
14451              Message-ID: <B77322D6.22DD%artur@contiller.se>
14452      Branch: perl
14453            ! regexec.c
14454 ____________________________________________________________________________
14455 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
14456         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
14457              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14458              Date: Thu, 12 Jul 2001 09:09:48 +0200
14459              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
14460              
14461              More parentheses to keep bcc happy.
14462      Branch: perl
14463            ! ext/ByteLoader/bytecode.h
14464 ____________________________________________________________________________
14465 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
14466         Log: Subject: Re: [patch] pthread_atfork bandaid
14467              From: Doug MacEachern <dougm@covalent.net>
14468              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
14469              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
14470      Branch: perl
14471            ! thread.h
14472 ____________________________________________________________________________
14473 [ 11296] By: nick                                  on 2001/07/12  11:55:48
14474         Log: Exclude reentrant_buffer from .def file
14475      Branch: perlio
14476            ! makedef.pl
14477 ____________________________________________________________________________
14478 [ 11295] By: nick                                  on 2001/07/12  11:11:44
14479         Log: Honour void-ness of my_exit()
14480      Branch: perlio
14481            ! win32/win32.c
14482 ____________________________________________________________________________
14483 [ 11294] By: nick                                  on 2001/07/12  07:51:04
14484         Log: Integrate mainline
14485      Branch: perlio
14486           +> uts/sprintf_wrap.c
14487           !> (integrate 35 files)
14488 ____________________________________________________________________________
14489 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
14490         Log: Retract #11289.
14491      Branch: perl
14492            ! embed.h embed.pl perl.c proto.h thread.h
14493 ____________________________________________________________________________
14494 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
14495         Log: Now the :locale pseudolayer *almost* works...
14496      Branch: perl
14497            ! lib/open.pm
14498 ____________________________________________________________________________
14499 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
14500         Log: Locale encoding tweaks.
14501      Branch: perl
14502            ! lib/open.pm
14503 ____________________________________________________________________________
14504 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
14505         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
14506              From: Mark-Jason Dominus <mjd@plover.com>
14507              Date: Thu, 12 Jul 2001 00:59:31 -0400
14508              Message-ID: <20010712045931.8543.qmail@plover.com>
14509              
14510              Remove the chmod/umask leading zero warning.
14511      Branch: perl
14512            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
14513            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
14514 ____________________________________________________________________________
14515 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
14516         Log: (Retracted by #11289.)
14517      Branch: perl
14518            ! embed.h embed.pl perl.c proto.h thread.h
14519 ____________________________________________________________________________
14520 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
14521         Log: Needed by #11283.
14522      Branch: perl
14523            ! intrpvar.h
14524 ____________________________________________________________________________
14525 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
14526         Log: Metaconfig unit change for #11286.
14527      Branch: metaconfig/U/perl
14528            ! patchlevel.U
14529 ____________________________________________________________________________
14530 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
14531         Log: Subject: Re: [PATCH Configure] perl -V broken
14532              From: Andy Dougherty <doughera@lafayette.edu>
14533              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
14534              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
14535      Branch: perl
14536            ! Configure myconfig.SH
14537 ____________________________________________________________________________
14538 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
14539         Log: Retract #11166 (and #11237).
14540      Branch: perl
14541            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
14542            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
14543            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
14544 ____________________________________________________________________________
14545 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
14546         Log: UTS tweaks for Hal Morris.
14547      Branch: perl
14548            + uts/sprintf_wrap.c
14549            ! MANIFEST hints/uts.sh perl.h
14550 ____________________________________________________________________________
14551 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
14552         Log: Subject: [PATCH] Use reentrant API glibc
14553              From: Artur Bergman <artur@contiller.se>
14554              Date: Thu, 12 Jul 2001 00:58:21 +0200
14555              Message-ID: <B772A6AD.2288%artur@contiller.se>
14556      Branch: perl
14557            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
14558            ! sv.c
14559 ____________________________________________________________________________
14560 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
14561         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
14562              From: barries <barries@slaysys.com>
14563              Date: Wed, 11 Jul 2001 15:11:46 -0400
14564              Message-ID: <20010711151146.G24560@jester.slaysys.com>
14565      Branch: perl
14566            ! pp_sys.c t/lib/warnings/doio win32/win32.c
14567 ____________________________________________________________________________
14568 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
14569         Log: Subject: [patch] pthread_atfork bandaid
14570              From: Doug MacEachern <dougm@covalent.net>
14571              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
14572              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
14573      Branch: perl
14574            ! miniperlmain.c perl.c
14575 ____________________________________________________________________________
14576 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
14577         Log: Subject: [patch] perl_clone leaks
14578              From: Doug MacEachern <dougm@covalent.net>
14579              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
14580              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
14581      Branch: perl
14582            ! sv.c
14583 ____________________________________________________________________________
14584 [ 11279] By: nick                                  on 2001/07/11  15:49:38
14585         Log: Integrate mainline
14586      Branch: perlio
14587           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
14588           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
14589           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
14590           +> lib/Term/ANSIColor/README
14591           !> (integrate 54 files)
14592 ____________________________________________________________________________
14593 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
14594         Log: Update Changes.
14595      Branch: perl
14596            ! Changes patchlevel.h
14597 ____________________________________________________________________________
14598 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
14599         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
14600              From: Peter Prymmer <pvhp@forte.com>
14601              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
14602              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
14603              
14604              Backport of embed.pl to 5.003.
14605      Branch: perl
14606            ! embed.pl
14607 ____________________________________________________________________________
14608 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
14609         Log: Subject: Re: POSIX test #14 on UTS 
14610              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14611              Date: Wed, 11 Jul 2001 03:02:14 +0100
14612              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
14613      Branch: perl
14614            ! ext/POSIX/POSIX.t
14615 ____________________________________________________________________________
14616 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
14617         Log: Make the I32 an IV to preserve structure alignment and size.
14618      Branch: perl
14619            ! op.h
14620 ____________________________________________________________________________
14621 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
14622         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
14623              From: "Artur Bergman" <artur@contiller.se>
14624              Date: Wed, 11 Jul 2001 14:23:37 +0200
14625              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
14626              
14627              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
14628      Branch: perl
14629            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
14630            ! pod/perlapi.pod sv.c
14631 ____________________________________________________________________________
14632 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
14633         Log: Tweak until Pod::Parser gets updated.
14634      Branch: perl
14635            ! t/pod/special_seqs.xr
14636 ____________________________________________________________________________
14637 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
14638         Log: File::Spec usage tweak.
14639      Branch: perl
14640            ! lib/ExtUtils.t
14641 ____________________________________________________________________________
14642 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
14643         Log: Integrate #11263 from macperl; macos and macosx updates.
14644      Branch: perl
14645           !> pod/perlport.pod
14646 ____________________________________________________________________________
14647 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
14648         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
14649              From: Peter Prymmer <pvhp@forte.com>
14650              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
14651              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
14652      Branch: perl
14653            + ext/Time/HiRes/hints/dynixptx.pl
14654            ! MANIFEST hints/dynixptx.sh
14655 ____________________________________________________________________________
14656 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
14657         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
14658              From: Nicholas Clark <nick@ccl4.org>
14659              Date: Tue, 10 Jul 2001 23:17:43 +0100
14660              Message-ID: <20010710231742.B59620@plum.flirble.org>
14661      Branch: perl
14662            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
14663 ____________________________________________________________________________
14664 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
14665         Log: Subject: [DOC PATCH] Pluggable runops
14666              From: Paul Johnson <paul@pjcj.net>
14667              Date: Tue, 10 Jul 2001 21:53:28 +0200
14668              Message-ID: <20010710215328.B26577@pjcj.net>
14669      Branch: perl
14670            ! pod/perlguts.pod
14671 ____________________________________________________________________________
14672 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
14673         Log: Subject: [PATCH] Authors
14674              From: Artur Bergman <artur@contiller.se>
14675              Date: Tue, 10 Jul 2001 20:39:12 +0200
14676              Message-ID: <B771186F.21CD%artur@contiller.se>
14677      Branch: perl
14678            ! AUTHORS
14679 ____________________________________________________________________________
14680 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
14681         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
14682              From: Doug MacEachern <dougm@covalent.net>
14683              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
14684              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
14685      Branch: perl
14686            ! pp_ctl.c
14687 ____________________________________________________________________________
14688 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
14689         Log: Subject: doc patch; times() in scalar context
14690              From: mjd@plover.com
14691              Date: 10 Jul 2001 18:01:17 -0000
14692              Message-ID: <20010710180117.12477.qmail@plover.com>
14693      Branch: perl
14694            ! pod/perlfunc.pod
14695 ____________________________________________________________________________
14696 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
14697         Log: Subject: [PATCH] Small fix to pp_gmtime
14698              From: Artur Bergman <artur@contiller.se>
14699              Date: Tue, 10 Jul 2001 19:54:52 +0200
14700              Message-ID: <B7710E0B.21C5%artur@contiller.se>
14701      Branch: perl
14702            ! pp_sys.c
14703 ____________________________________________________________________________
14704 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
14705         Log: Integrate changes from mainline perl, add notes about
14706              Mac OS X and Mac OS.
14707      Branch: maint-5.6/macperl
14708            ! pod/perlport.pod
14709 ____________________________________________________________________________
14710 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
14711         Log: A proof of the dangers of package; ?
14712      Branch: perl
14713            ! t/lib/warnings/op
14714 ____________________________________________________________________________
14715 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
14716         Log: Regen toc and modlib.
14717      Branch: perl
14718            ! pod/perlmodlib.pod pod/perltoc.pod
14719 ____________________________________________________________________________
14720 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
14721         Log: Add compexcl(), casefold(), and casespec() interfaces;
14722              and make all interfaces to return hash references instead
14723              of hashes. 
14724      Branch: perl
14725            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
14726 ____________________________________________________________________________
14727 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
14728         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
14729              From: "Philip Newton" <Philip.Newton@gmx.net>
14730              Date: Tue, 10 Jul 2001 09:55:59 +0200
14731              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
14732              
14733              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
14734              From: "Philip Newton" <Philip.Newton@gmx.net>
14735              Date: Tue, 10 Jul 2001 09:56:37 +0200
14736              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
14737      Branch: perl
14738            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14739            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
14740 ____________________________________________________________________________
14741 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
14742         Log: Subject: [patch] undef &xsub for 1,2
14743              From: Doug MacEachern <dougm@covalent.net>
14744              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
14745              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
14746              
14747              (This version of the patch with a comment from Gisle.)
14748      Branch: perl
14749            ! op.c
14750 ____________________________________________________________________________
14751 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
14752         Log: Mention package; deprecation and the Win32 problems.
14753      Branch: perl
14754            ! pod/perl572delta.pod
14755 ____________________________________________________________________________
14756 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
14757         Log: Subject: [PATCH] deprecate package with no arguments
14758              From: Robin Houston <robin@kitsite.com>
14759              Date: Tue, 10 Jul 2001 13:33:40 +0100
14760              Message-ID: <20010710133340.A13452@robin.kitsite.com>
14761      Branch: perl
14762            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
14763 ____________________________________________________________________________
14764 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
14765         Log: Upgrade to podlators 1.10.
14766      Branch: perl
14767            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
14768            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
14769            ! pod/pod2man.PL pod/pod2text.PL
14770 ____________________________________________________________________________
14771 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
14772         Log: Upgrade to Term::ANSIColor 1.04.
14773      Branch: perl
14774            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
14775            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
14776 ____________________________________________________________________________
14777 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
14778         Log: Integrate perlio (the right fix for the ":layer(args)")
14779      Branch: perl
14780           !> perlio.c
14781 ____________________________________________________________________________
14782 [ 11252] By: nick                                  on 2001/07/10  06:58:14
14783         Log: Fix open(...,"...:layer(xxx)",...)
14784              - use memEQ not strEQ as there is '(' not '\0'
14785      Branch: perlio
14786            ! perlio.c
14787 ____________________________________________________________________________
14788 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
14789         Log: Telling the number of tests helps.
14790      Branch: perl
14791            ! ext/PerlIO/t/encoding.t
14792 ____________________________________________________________________________
14793 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
14794         Log: Require I18N::Langinfo, not use.
14795      Branch: perl
14796            ! lib/open.pm
14797 ____________________________________________________________________________
14798 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
14799         Log: Add a test for for PerlIO ":encoding(...)" layer.
14800      Branch: perl
14801            + ext/PerlIO/t/encoding.t
14802            ! MANIFEST ext/Encode/Encode.pm
14803 ____________________________________________________________________________
14804 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
14805         Log: PerlIO ":encoding(foobar)" temporary fix.
14806              Not really correct, I think, since the change means
14807              that prefixes match.
14808      Branch: perl
14809            ! perlio.c
14810 ____________________________________________________________________________
14811 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
14812         Log: Update to Math::BigInt 1.36.  The biggest news is
14813              the separation of the backend; now the pure Perl
14814              implementation is in Math::BigInt::Calc, but one
14815              can plugin, say, Math::BigInt::BitVect, and get
14816              considerable speedup.
14817      Branch: perl
14818            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
14819            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14820            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
14821            ! lib/Math/BigInt/t/mbimbf.t
14822 ____________________________________________________________________________
14823 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
14824         Log: Subject: Re: compatibility question
14825              From: Peter Prymmer <pvhp@forte.com>
14826              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
14827              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
14828      Branch: perl
14829            ! lib/ExtUtils/MM_VMS.pm
14830 ____________________________________________________________________________
14831 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
14832         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
14833              From: Norton Allen <allen@huarp.harvard.edu>
14834              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
14835              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
14836      Branch: perl
14837            ! ext/File/Glob/t/basic.t
14838 ____________________________________________________________________________
14839 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
14840         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
14841              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14842              Date: Tue, 10 Jul 2001 00:29:55 +0900
14843              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
14844      Branch: perl
14845            + ext/Encode/Encode/HZ.enc
14846            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
14847            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
14848            ! ext/Encode/Encode/iso2022-jp.enc
14849            ! ext/Encode/Encode/iso2022-kr.enc
14850 ____________________________________________________________________________
14851 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
14852         Log: Add in all them there macos/ files.
14853      Branch: maint-5.6/macperl
14854            + (add 577 files)
14855 ____________________________________________________________________________
14856 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
14857         Log: Add the new modules to the list of having those own tests.
14858      Branch: perl
14859            ! t/lib/1_compile.t
14860 ____________________________________________________________________________
14861 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
14862         Log: Add INOUT to control both ways at the same time.
14863      Branch: perl
14864            ! lib/open.pm
14865 ____________________________________________________________________________
14866 [ 11240] By: nick                                  on 2001/07/09  16:33:50
14867         Log: Integrate mainline
14868      Branch: perlio
14869           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
14870           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
14871           !> (integrate 41 files)
14872 ____________________________________________________________________________
14873 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
14874         Log: More encoding mapping magic.
14875      Branch: perl
14876            ! lib/open.pm
14877 ____________________________________________________________________________
14878 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
14879         Log: Update Changes.
14880      Branch: perl
14881            ! Changes patchlevel.h
14882 ____________________________________________________________________________
14883 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
14884         Log: (Retracted by #11285).
14885              
14886              Subject: [PATCH] OPpCONST_OCTAL fixes
14887              From: Abhijit Menon-Sen <ams@wiw.org>
14888              Date: Mon, 9 Jul 2001 07:38:45 +0530
14889              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
14890      Branch: perl
14891            ! op.c
14892 ____________________________________________________________________________
14893 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
14894         Log: Add a pseudolayer ":locale" to the open pragma which
14895              will get the encoding from the locale.  Yet undocumented
14896              because I can't get the PerlIO :encoding(foobar) to work.
14897      Branch: perl
14898            ! ext/Encode/Encode.pm lib/open.pm
14899 ____________________________________________________________________________
14900 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
14901         Log: Add more encoding mappings.
14902      Branch: perl
14903            ! ext/Encode/Encode.pm
14904 ____________________________________________________________________________
14905 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
14906         Log: Document that using :encoding layer requires using Encode.
14907      Branch: perl
14908            ! ext/Encode/Encode.pm lib/PerlIO.pm
14909 ____________________________________________________________________________
14910 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
14911         Log: Netware tweak from Ananth Kesari.
14912      Branch: perl
14913            ! NetWare/netware.h
14914 ____________________________________________________________________________
14915 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
14916         Log: t/harness doesn't know about run/*.t
14917      Branch: perl
14918            ! t/harness
14919 ____________________________________________________________________________
14920 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
14921         Log: run/exit.t busted on windows
14922      Branch: perl
14923            ! t/run/exit.t
14924 ____________________________________________________________________________
14925 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
14926         Log: fix a couple of UCD.t tests that fail due to bad case
14927      Branch: perl
14928            ! lib/Unicode/UCD.t
14929 ____________________________________________________________________________
14930 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
14931         Log: test skip logic was broken
14932      Branch: perl
14933            ! ext/I18N/Langinfo/Langinfo.t
14934 ____________________________________________________________________________
14935 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
14936         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
14937              failure of ExtUtils.t#27 when built in debug mode)
14938      Branch: perl
14939            ! lib/ExtUtils/MM_Win32.pm
14940 ____________________________________________________________________________
14941 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
14942         Log: I18N::Langinfo is not available on windows
14943      Branch: perl
14944            ! win32/FindExt.pm
14945 ____________________________________________________________________________
14946 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
14947         Log: save a dTHX
14948      Branch: perl
14949            ! ext/POSIX/POSIX.xs
14950 ____________________________________________________________________________
14951 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
14952         Log: Update Changes.
14953      Branch: perl
14954            ! Changes patchlevel.h
14955 ____________________________________________________________________________
14956 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
14957         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
14958              as pointed out by Sarathy.
14959      Branch: perl
14960            ! ext/I18N/Langinfo/Langinfo.xs
14961 ____________________________________________________________________________
14962 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
14963         Log: Retract #11212.
14964      Branch: perl
14965            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
14966 ____________________________________________________________________________
14967 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
14968         Log: Bump up the VERSION of Cwd.xs.
14969      Branch: perl
14970            ! ext/Cwd/Makefile.PL
14971 ____________________________________________________________________________
14972 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
14973         Log: Retract #11220, the problem wasn't the missing leading zero.
14974              Here's the problem:
14975              $ ./perl -we 'chmod(oct("755"), ".")'
14976              Non-octal literal mode (493) specified at -e line 1.
14977              (Did you mean 0493 instead?)
14978      Branch: perl
14979            ! lib/ExtUtils/MM_Unix.pm
14980 ____________________________________________________________________________
14981 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
14982         Log: (Retracted by #11221)
14983              Change the PERM_RW and PERM_RWX to 0644 and 0755
14984              (add the leading zero).
14985      Branch: perl
14986            ! lib/ExtUtils/MM_Unix.pm
14987 ____________________________________________________________________________
14988 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
14989         Log: Integrate changes #11193, 11205, 11209 from macperl.
14990              
14991              Fix up AutoLoader to fudge for Mac paths in import().
14992              
14993              Allow symbols in try_symbol() to begin with "_".
14994              
14995              Small portability fix for Mac OS.
14996      Branch: perl
14997           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
14998 ____________________________________________________________________________
14999 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
15000         Log: Metaconfig unit change for #11217.
15001      Branch: metaconfig/U/perl
15002            ! Extensions.U
15003 ____________________________________________________________________________
15004 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
15005         Log: Detypo, problem noticed by Gerrit P. Haase.
15006      Branch: perl
15007            ! Configure config_h.SH
15008 ____________________________________________________________________________
15009 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
15010         Log: Cwd cleanups.
15011      Branch: perl
15012            ! ext/Cwd/Cwd.xs
15013 ____________________________________________________________________________
15014 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
15015         Log: Slight tweaks on #11213.
15016      Branch: perl
15017            ! toke.c
15018 ____________________________________________________________________________
15019 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
15020         Log: A missing dTHX noticed by Gerrit P. Haase.
15021      Branch: perl
15022            ! ext/POSIX/POSIX.xs
15023 ____________________________________________________________________________
15024 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
15025         Log: Subject: [PATCH toke.c] Simplify yytoke()
15026              From: Simon Cozens <simon@netthink.co.uk>
15027              Date: Sun, 8 Jul 2001 13:24:34 +0100
15028              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
15029              
15030              Split out pending_ident().
15031      Branch: perl
15032            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
15033 ____________________________________________________________________________
15034 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
15035         Log: (Retracted by #11223.)
15036              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
15037              Date: Wed, 05 Nov 1997 17:22:34 -0600
15038              From: Graham Barr <gbarr@ti.com>
15039              Message-Id: <3460FFBA.6DA51F46@ti.com>
15040      Branch: perl
15041            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
15042 ____________________________________________________________________________
15043 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
15044         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
15045      Branch: perl
15046            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
15047            ! pod/perllocale.pod
15048 ____________________________________________________________________________
15049 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
15050         Log: Really do the test under the C locale.
15051      Branch: perl
15052            ! ext/I18N/Langinfo/Langinfo.t
15053 ____________________________________________________________________________
15054 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
15055         Log: Small portability fix for Mac OS.
15056      Branch: maint-5.6/macperl
15057            ! lib/Cwd.pm
15058 ____________________________________________________________________________
15059 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
15060         Log: Metaconfig unit change for #11207.
15061      Branch: metaconfig/U/perl
15062            ! Extensions.U
15063 ____________________________________________________________________________
15064 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
15065         Log: Add I18N::Langinfo, which is basically a wrapper around
15066              nl_langinfo(), which is an additional way to query locale
15067              specific information.
15068      Branch: perl
15069            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
15070            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
15071            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
15072 ____________________________________________________________________________
15073 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
15074         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
15075              used in File::Find tests; replace with if.t.
15076      Branch: maint-5.6/macperl
15077            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
15078            ! t/pragma/warn/op
15079 ____________________________________________________________________________
15080 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
15081         Log: Allow symbols in try_symbol() to begin with "_".
15082      Branch: maint-5.6/macperl
15083            ! makedef.pl
15084 ____________________________________________________________________________
15085 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
15086         Log: Sync up the File::Find changes from the rewrite by
15087              Thomas Wegner, et al.
15088      Branch: maint-5.6/macperl
15089            + t/lib/filefind-taint.t
15090            ! lib/File/Find.pm t/lib/filefind.t
15091 ____________________________________________________________________________
15092 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
15093         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
15094              From: Thomas Wegner <wegner_thomas@yahoo.com>
15095              Date: Thu, 5 Jul 2001 20:31:25 +0200
15096              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
15097      Branch: maint-5.6/macperl
15098            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
15099 ____________________________________________________________________________
15100 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
15101         Log: Some more test portability fixes.
15102      Branch: maint-5.6/macperl
15103            ! t/lib/filecopy.t t/pragma/warn/pp_sys
15104 ____________________________________________________________________________
15105 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
15106         Log: The #11200 removed wrong (non-existent) target.  Duh.
15107      Branch: perl
15108            ! Makefile.SH
15109 ____________________________________________________________________________
15110 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
15111         Log: Zap the lib/re.pm before creating it.
15112      Branch: perl
15113            ! Makefile.SH
15114 ____________________________________________________________________________
15115 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
15116         Log: Another test.  Please ignore.
15117      Branch: maint-5.6/macperl
15118            ! README.macos
15119 ____________________________________________________________________________
15120 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
15121         Log: Portability fixes for a lot of tests, especially IO-related
15122              tests, and warnings, and the harness script.
15123      Branch: maint-5.6/macperl
15124            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
15125            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
15126            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
15127            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
15128            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
15129            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
15130            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
15131            ! t/pragma/warnings.t
15132 ____________________________________________________________________________
15133 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
15134         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
15135              From: Nicholas Clark <nick@ccl4.org>
15136              Date: Sat, 7 Jul 2001 21:00:17 +0100
15137              Message-ID: <20010707210017.H59620@plum.flirble.org>
15138      Branch: perl
15139            ! lib/h2xs.t
15140 ____________________________________________________________________________
15141 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
15142         Log: The UNICOS/mk SysV IPC problem has been fixed.
15143      Branch: perl
15144            ! pod/perl572delta.pod
15145 ____________________________________________________________________________
15146 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
15147         Log: Slight update tweaks on perlunicode.pod.
15148      Branch: perl
15149            ! pod/perlunicode.pod
15150 ____________________________________________________________________________
15151 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
15152         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
15153              From: Mark-Jason Dominus <mjd@plover.com>
15154              Date: Sat, 07 Jul 2001 13:04:04 -0400
15155              Message-ID: <20010707170404.32694.qmail@plover.com>
15156      Branch: perl
15157            ! ext/DB_File/DB_File.pm
15158 ____________________________________________________________________________
15159 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
15160         Log: Fix up AutoLoader to fudge for Mac paths in import().
15161      Branch: maint-5.6/macperl
15162            ! lib/AutoLoader.pm
15163 ____________________________________________________________________________
15164 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
15165         Log: Try to force the lib/re.pm to be there before entering
15166              the extensions builds, should help for parallel makes.
15167      Branch: perl
15168            ! Makefile.SH
15169 ____________________________________________________________________________
15170 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
15171         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
15172              From: Norton Allen <allen@huarp.harvard.edu>
15173              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
15174              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
15175      Branch: perl
15176            ! ext/POSIX/POSIX.xs
15177 ____________________________________________________________________________
15178 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
15179         Log: Subject: [PATCH] Re: op/arith.t
15180              From: Nicholas Clark <nick@ccl4.org>
15181              Date: Sat, 7 Jul 2001 13:04:54 +0100
15182              Message-ID: <20010707130454.D59620@plum.flirble.org>
15183      Branch: perl
15184            ! numeric.c toke.c
15185 ____________________________________________________________________________
15186 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
15187         Log: Subject: [PATCH] h2xs
15188              From: Nicholas Clark <nick@ccl4.org>
15189              Date: Fri, 6 Jul 2001 23:25:14 +0100
15190              Message-ID: <20010706232514.X59620@plum.flirble.org>
15191      Branch: perl
15192            ! utils/h2xs.PL
15193 ____________________________________________________________________________
15194 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
15195         Log: Subject: Re: bleedperl perl_alloc..free leakage
15196              From: Radu Greab <radu@netsoft.ro>
15197              Date: Fri, 6 Jul 2001 19:48:54 +0300
15198              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
15199              
15200              Leak-be-gone.
15201      Branch: perl
15202            ! op.c
15203 ____________________________________________________________________________
15204 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
15205         Log: Test again.  Please ignore.
15206      Branch: maint-5.6/macperl
15207            ! README.macos
15208 ____________________________________________________________________________
15209 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
15210         Log: Test.  Please ignore.
15211      Branch: maint-5.6/macperl
15212            ! README.macos
15213 ____________________________________________________________________________
15214 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
15215         Log: Include changes already sent in separately as patches,
15216              before branch was created.
15217      Branch: maint-5.6/macperl
15218            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
15219            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
15220            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
15221            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
15222            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
15223            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
15224            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
15225            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
15226            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
15227            ! t/pragma/strict.t
15228 ____________________________________________________________________________
15229 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
15230         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
15231              From: Norton Allen <allen@huarp.harvard.edu>
15232              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
15233              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
15234      Branch: perl
15235            ! utf8.h
15236 ____________________________________________________________________________
15237 [ 11183] By: nick                                  on 2001/07/06  16:27:40
15238         Log: Integrate mainline
15239      Branch: perlio
15240           +> (branch 42 files)
15241            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
15242            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
15243            - win32/bin/mdelete.bat
15244           !> (integrate 215 files)
15245 ____________________________________________________________________________
15246 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
15247         Log: The #11166 needed also these updated.
15248      Branch: perl
15249            ! lib/warnings.pm warnings.h
15250 ____________________________________________________________________________
15251 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
15252         Log: Update Changes.
15253      Branch: perl
15254            ! Changes patchlevel.h
15255 ____________________________________________________________________________
15256 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
15257         Log: Regen toc.
15258      Branch: perl
15259            ! pod/perltoc.pod
15260 ____________________________________________________________________________
15261 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
15262         Log: Nit from Abhijit.
15263      Branch: perl
15264            ! lib/CPAN.pm
15265 ____________________________________________________________________________
15266 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
15267         Log: Retract #11172.
15268      Branch: perl
15269            ! t/op/method.t
15270 ____________________________________________________________________________
15271 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
15272         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
15273              From: Norton Allen <allen@huarp.harvard.edu>
15274              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
15275              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
15276      Branch: perl
15277            ! lib/Cwd.pm
15278 ____________________________________________________________________________
15279 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
15280         Log: (Accidentally empty check-in.)
15281      Branch: perl
15282            ! utf8.h
15283 ____________________________________________________________________________
15284 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
15285         Log: Retract #11165 since Sarathy pointed out it'll not
15286              work properly under threads, the problem should be
15287              solved using "the savestack, either via SSNEW() or
15288              using a newSVpv()+SAVEFREESV() combo."
15289      Branch: perl
15290            ! ext/POSIX/POSIX.xs
15291 ____________________________________________________________________________
15292 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
15293         Log: Retract #11125 since NI-S pointed out it'll not work in
15294              cases where the extension has their own handcrafted INC
15295              et alia.
15296      Branch: perl
15297            ! lib/ExtUtils/MM_Unix.pm
15298 ____________________________________________________________________________
15299 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
15300         Log: Subject: RE: [PATCH] -I and MakeMaker again
15301              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
15302              Date: Fri, 6 Jul 2001 09:18:29 +0200
15303              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
15304      Branch: perl
15305            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
15306            ! lib/ExtUtils/MM_Win32.pm
15307 ____________________________________________________________________________
15308 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
15309         Log: (Retracted by #11178)
15310              Subject: [PATCH t/op/method.t] SUPER:: strangeness
15311              From: Piers Cawley <pdcawley@iterative-software.com>
15312              Date: 06 Jul 2001 10:49:01 +0100
15313              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
15314      Branch: perl
15315            ! t/op/method.t
15316 ____________________________________________________________________________
15317 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
15318         Log: VOS README update from Paul Green.
15319      Branch: perl
15320            ! README.vos
15321 ____________________________________________________________________________
15322 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
15323         Log: Subject: [PATCH README.qnx hints/qnx.sh]
15324              From: Norton Allen <allen@huarp.harvard.edu>
15325              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
15326              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
15327      Branch: perl
15328            ! README.qnx hints/qnx.sh
15329 ____________________________________________________________________________
15330 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
15331         Log: Subject: [PATCH] Doc patch for Tie::Hash
15332              From: Artur Bergman <artur@contiller.se>
15333              Date: Thu, 05 Jul 2001 22:51:18 +0200
15334              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
15335      Branch: perl
15336            ! lib/Tie/Hash.pm
15337 ____________________________________________________________________________
15338 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
15339         Log: Subject: [PATCH] perlfaq4.pod
15340              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
15341              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
15342              Date: Thu, 5 Jul 2001 18:44:10 +0100 
15343      Branch: perl
15344            ! pod/perlfaq4.pod
15345 ____________________________________________________________________________
15346 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
15347         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
15348              From: Robin Houston <robin@kitsite.com>
15349              Date: Thu, 5 Jul 2001 18:33:21 +0100
15350              Message-ID: <20010705183321.A27345@robin.kitsite.com>
15351      Branch: perl
15352            ! ext/B/B/Deparse.pm
15353 ____________________________________________________________________________
15354 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
15355         Log: (Retracted by #11285.)
15356              
15357              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
15358              From: Abhijit Menon-Sen <ams@wiw.org>
15359              Date: Fri, 6 Jul 2001 01:26:32 +0530
15360              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
15361      Branch: perl
15362            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
15363            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
15364            ! warnings.pl
15365 ____________________________________________________________________________
15366 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
15367         Log: (Retracted by #11175)
15368              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
15369              From: Norton Allen <allen@huarp.harvard.edu>
15370              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
15371              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
15372      Branch: perl
15373            ! ext/POSIX/POSIX.xs
15374 ____________________________________________________________________________
15375 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
15376         Log: Unterminated C< (noticed by Richard Hatch), and few other
15377              small Unicode doc tweaks.
15378      Branch: perl
15379            ! pod/perlretut.pod
15380 ____________________________________________________________________________
15381 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
15382         Log: More flexible argument understanding; add charblocks() and
15383              charscripts(); make charblock() and charscript() two-way;
15384              add charinrange(); separate the $Unicode::UCD::VERSION and
15385              the version of the Unicode by adding UnicodeVersion().
15386      Branch: perl
15387            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
15388 ____________________________________________________________________________
15389 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
15390         Log: Update Unicode::UCD on \p{In...}.
15391      Branch: perl
15392            ! lib/Unicode/UCD.pm
15393 ____________________________________________________________________________
15394 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
15395         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
15396              From: Norton Allen <allen@huarp.harvard.edu>
15397              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
15398              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
15399      Branch: perl
15400            ! lib/ExtUtils/MM_Unix.pm
15401 ____________________________________________________________________________
15402 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
15403         Log: POSIX-BC tweaks from Thomas Dorner.
15404      Branch: perl
15405            ! hints/posix-bc.sh perlio.h
15406 ____________________________________________________________________________
15407 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
15408         Log: Module updates for the delta.
15409      Branch: perl
15410            ! pod/perl572delta.pod
15411 ____________________________________________________________________________
15412 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
15413         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
15414              From: Norton Allen <allen@huarp.harvard.edu>
15415              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
15416              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
15417      Branch: perl
15418            ! ext/IO/lib/IO/t/io_sock.t
15419 ____________________________________________________________________________
15420 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
15421         Log: Subject: [PATCH perldiag.pod] Quick fixes
15422              From: Simon Cozens <simon@netthink.co.uk>
15423              Date: Wed, 4 Jul 2001 20:22:12 +0100
15424              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
15425      Branch: perl
15426            ! pod/perldiag.pod
15427 ____________________________________________________________________________
15428 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
15429         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
15430              From: Radu Greab <radu@netsoft.ro>
15431              Date: Wed, 4 Jul 2001 22:13:31 +0300
15432              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
15433      Branch: perl
15434            ! op.c sv.c t/op/pos.t
15435 ____________________________________________________________________________
15436 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
15437         Log: Subject: [PATCH] -I and MakeMaker again
15438              From: Michael G Schwern <schwern@pobox.com>
15439              Date: Wed, 4 Jul 2001 15:03:07 -0400
15440              Message-ID: <20010704150307.I20340@blackrider>
15441              
15442              (and retract #11145)
15443      Branch: perl
15444            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
15445            ! lib/ExtUtils/MakeMaker.pm
15446 ____________________________________________________________________________
15447 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
15448         Log: Subject: Re: PERFORCE change 11142 for review
15449              From: "Philip Newton" <Philip.Newton@gmx.net>
15450              Date: Wed, 4 Jul 2001 20:46:26 +0200
15451              Message-Id: <200107041841.VAA25380@taas.iki.fi>
15452      Branch: perl
15453            ! lib/ExtUtils/MakeMaker.pm
15454 ____________________________________________________________________________
15455 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
15456         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
15457              From: Jonathan Stowe <gellyfish@gellyfish.com>
15458              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
15459              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
15460      Branch: perl
15461            ! utils/pl2pm.PL
15462 ____________________________________________________________________________
15463 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
15464         Log: fix the binary compatibility issue when building with/without
15465              usemymalloc by exporting Perl_malloc() et al as simple wrappers
15466              around the system functions (this allows most extensions built
15467              using one mode to coexist with perls built in the other mode)
15468              
15469              XXX the Perl_mfree() wrapper might need to do return(free()) on
15470              platforms where Free_t isn't "void"
15471      Branch: perl
15472            ! embed.h embed.pl makedef.pl proto.h util.c
15473 ____________________________________________________________________________
15474 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
15475         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
15476              since it doesn't ensure threads other than the one calling fork()
15477              aren't holding any locks; the fix is to use pthread_atfork() to
15478              hold global locks
15479              
15480              building perl with -Dusemymalloc exacerbates the problem since
15481              Perl_malloc() holds a mutex, and perl's exec() calls New()
15482              
15483              XXX the code in win32thread.h may be needed on platforms that have
15484              no pthread_atfork()
15485      Branch: perl
15486            ! perl.c thread.h win32/win32thread.h
15487 ____________________________________________________________________________
15488 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
15489         Log: Integrate #11009 from maintperl.
15490      Branch: maint-5.6/macperl
15491           !> lib/ExtUtils/Manifest.pm
15492 ____________________________________________________________________________
15493 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
15494         Log: Flexing my Perforce muscles.
15495      Branch: maint-5.6/macperl
15496            ! README.macos
15497 ____________________________________________________________________________
15498 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
15499         Log: Update Changes.
15500      Branch: perl
15501            ! Changes patchlevel.h
15502 ____________________________________________________________________________
15503 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
15504         Log: Metaconfig unit change for #11146.
15505      Branch: metaconfig/U/perl
15506            ! d_fcntl_can_lock.U
15507 ____________________________________________________________________________
15508 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
15509         Log: Somehow the #ifdefs of the added code (in #11093) made
15510              HP-UX to fail the fcntl locking test, without the ifdefs
15511              the test seems to be working again.  Reason unknown:
15512              HP-UX cc doesn't complain either way.
15513      Branch: perl
15514            ! Configure
15515 ____________________________________________________________________________
15516 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
15517         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
15518      Branch: perl
15519            ! lib/ExtUtils/MM_Unix.pm
15520 ____________________________________________________________________________
15521 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
15522         Log: gcc -Wall nit.
15523      Branch: perl
15524            ! pp_hot.c
15525 ____________________________________________________________________________
15526 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
15527         Log: When removing tests updating the test count is a good idea, too.
15528      Branch: perl
15529            ! lib/Net/t/require.t
15530 ____________________________________________________________________________
15531 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
15532         Log: Document #11134 and add the new symbols to the list of
15533              of MakeMaker known ones.
15534      Branch: perl
15535            ! lib/ExtUtils/MakeMaker.pm
15536 ____________________________________________________________________________
15537 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
15538         Log: Microperl update.
15539      Branch: perl
15540            ! uconfig.h
15541 ____________________________________________________________________________
15542 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
15543         Log: Update the libnet tests as per #11138.
15544      Branch: perl
15545            - lib/Net/t/ph.t
15546            ! MANIFEST lib/Net/t/require.t
15547 ____________________________________________________________________________
15548 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
15549         Log: Regen toc and modlib.
15550      Branch: perl
15551            ! pod/perlmodlib.pod pod/perltoc.pod
15552 ____________________________________________________________________________
15553 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
15554         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
15555              Graham's request.
15556      Branch: perl
15557            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
15558            ! MANIFEST
15559 ____________________________________________________________________________
15560 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
15561         Log: Add the OS/390 harness results to the delta.
15562      Branch: perl
15563            ! pod/perl572delta.pod
15564 ____________________________________________________________________________
15565 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
15566         Log: Avoid the two study tests in OS/390 until the bug has been solved.
15567      Branch: perl
15568            ! t/op/study.t
15569 ____________________________________________________________________________
15570 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
15571         Log: DOS/DJGPP tweaks from Laszlo Molnar.
15572      Branch: perl
15573            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
15574 ____________________________________________________________________________
15575 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
15576         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
15577              From: Michael G Schwern <schwern@pobox.com>
15578              Date: Wed, 4 Jul 2001 00:01:16 -0400
15579              Message-ID: <20010704000116.C591@blackrider>
15580      Branch: perl
15581            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
15582 ____________________________________________________________________________
15583 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
15584         Log: The #11132 missed singleton characters (not part
15585              of a unilo..unihi range) in Unicode scripts.
15586      Branch: perl
15587            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
15588            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
15589            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
15590            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
15591            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
15592            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
15593            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
15594            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
15595            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
15596            ! lib/unicode/mktables.PL t/op/pat.t
15597 ____________________________________________________________________________
15598 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
15599         Log: Support preferentially the Unicode 'scripts' definition
15600              in the \p{In...} notation since according to Unicode the
15601              scripts concept is more natural for matching than using
15602              the somewhat artificial block names.  The block names are
15603              still available, though, and if there's a name conflict,
15604              the scripts one wins and the blocks one has to do with
15605              'Block' appended to its name.  For more information see
15606              
15607              http://www.unicode.org/unicode/reports/tr24/
15608      Branch: perl
15609            + lib/unicode/In/100.pl lib/unicode/In/101.pl
15610            + lib/unicode/In/102.pl lib/unicode/In/103.pl
15611            + lib/unicode/In/104.pl lib/unicode/In/105.pl
15612            + lib/unicode/In/106.pl lib/unicode/In/107.pl
15613            + lib/unicode/In/108.pl lib/unicode/In/109.pl
15614            + lib/unicode/In/110.pl lib/unicode/In/111.pl
15615            + lib/unicode/In/112.pl lib/unicode/In/113.pl
15616            + lib/unicode/In/114.pl lib/unicode/In/115.pl
15617            + lib/unicode/In/116.pl lib/unicode/In/117.pl
15618            + lib/unicode/In/118.pl lib/unicode/In/119.pl
15619            + lib/unicode/In/120.pl lib/unicode/In/121.pl
15620            + lib/unicode/In/122.pl lib/unicode/In/123.pl
15621            + lib/unicode/In/124.pl lib/unicode/In/125.pl
15622            + lib/unicode/In/126.pl lib/unicode/In/127.pl
15623            + lib/unicode/In/128.pl lib/unicode/In/129.pl
15624            + lib/unicode/In/130.pl lib/unicode/In/131.pl
15625            + lib/unicode/In/132.pl lib/unicode/In/133.pl
15626            + lib/unicode/In/134.pl lib/unicode/In/135.pl
15627            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
15628            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
15629            ! (edit 106 files)
15630 ____________________________________________________________________________
15631 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
15632         Log: Better document the difference between a block and a script.
15633      Branch: perl
15634            ! lib/Unicode/UCD.pm
15635 ____________________________________________________________________________
15636 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
15637         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
15638              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15639              Date: Tue, 3 Jul 2001 15:04:23 -0500
15640              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
15641      Branch: perl
15642            ! lib/CPAN.pm
15643 ____________________________________________________________________________
15644 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
15645         Log: Add tests for charscript().
15646      Branch: perl
15647            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
15648 ____________________________________________________________________________
15649 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
15650         Log: Add charscript() to get the UTR#24 script names of characters.
15651      Branch: perl
15652            ! lib/Unicode/UCD.pm
15653 ____________________________________________________________________________
15654 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
15655         Log: Todo updates.
15656      Branch: perl
15657            ! pod/perltodo.pod
15658 ____________________________________________________________________________
15659 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
15660         Log: Unicode::UCD updates.
15661      Branch: perl
15662            ! lib/Unicode/UCD.pm
15663 ____________________________________________________________________________
15664 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
15665         Log: (Retracted by #11174)
15666              Subject: MakeMaker should pass through DEFINE and INC to subdirs
15667              From: Alan Burlison <Alan.Burlison@sun.com>
15668              Date: Tue, 03 Jul 2001 15:20:13 +0100
15669              Message-ID: <3B41D49D.A923D4F9@sun.com>
15670      Branch: perl
15671            ! lib/ExtUtils/MM_Unix.pm
15672 ____________________________________________________________________________
15673 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
15674         Log: Subject: Patch needed for UTS
15675              From: hom00@utsglobal.com (Hal Morris)
15676              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
15677              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
15678              
15679              Replace #11113 with a better version.
15680      Branch: perl
15681            ! perl.h
15682 ____________________________________________________________________________
15683 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
15684         Log: Subject: Re: POINTERRIGOR
15685              From: Andy Dougherty <doughera@lafayette.edu>
15686              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
15687              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
15688      Branch: perl
15689            ! util.c
15690 ____________________________________________________________________________
15691 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
15692         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
15693              From: "Philip Newton" <pnewton@gmx.de>
15694              Date: Tue, 3 Jul 2001 17:03:34 +0200
15695              Message-ID: <3B41FAE6.29564.660E117@localhost>
15696      Branch: perl
15697            ! pp_hot.c
15698 ____________________________________________________________________________
15699 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
15700         Log: Typos.
15701      Branch: perl
15702            ! INSTALL
15703 ____________________________________________________________________________
15704 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
15705         Log: Subject: [PATCH 5.6.1] debugger fixes
15706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15707              Date: Tue, 3 Jul 2001 03:38:18 -0400
15708              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
15709              
15710              The $^S is working again.
15711      Branch: perl
15712            ! lib/perl5db.pl
15713 ____________________________________________________________________________
15714 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
15715         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
15716              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15717              Date: Tue, 3 Jul 2001 03:34:06 -0400
15718              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
15719      Branch: perl
15720            ! os2/OS2/Process/Process.pm
15721 ____________________________________________________________________________
15722 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
15723         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
15724              From: "Philip Newton" <Philip.Newton@gmx.net>
15725              Date: Tue, 3 Jul 2001 09:11:27 +0200
15726              Message-Id: <200107030706.KAA04596@taas.iki.fi>
15727      Branch: perl
15728            ! lib/FindBin.pm
15729 ____________________________________________________________________________
15730 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
15731         Log: Delta delta.
15732      Branch: perl
15733            ! pod/perl572delta.pod
15734 ____________________________________________________________________________
15735 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
15736         Log: Metaconfig unit change for 11115.
15737      Branch: metaconfig
15738            ! U/modified/libc.U
15739 ____________________________________________________________________________
15740 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
15741         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
15742              (from Richard Hatch) (this was the cause of pipes() and
15743              times() myeteriously not being found)
15744      Branch: perl
15745            ! Configure
15746 ____________________________________________________________________________
15747 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
15748         Log: Retract #10142, the real culprit found by Richard Hatch,
15749              coming soon to Configure near you.
15750      Branch: perl
15751            ! hints/aix.sh
15752 ____________________________________________________________________________
15753 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
15754         Log: (Replaced by #11124) UTS workaround from Hal Morris.
15755      Branch: perl
15756            ! perl.h
15757 ____________________________________________________________________________
15758 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
15759         Log: Subject: [PATCH] grok not grocking correctly
15760              From: Nicholas Clark <nick@ccl4.org>
15761              Date: Tue, 3 Jul 2001 00:19:08 +0100
15762              Message-ID: <20010703001908.H59620@plum.flirble.org>
15763      Branch: perl
15764            ! numeric.c
15765 ____________________________________________________________________________
15766 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
15767         Log: Subject: [PATCH Deparse.t] test just-posted patches
15768              From: Robin Houston <robin@kitsite.com>
15769              Date: Mon, 2 Jul 2001 23:46:15 +0100
15770              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
15771      Branch: perl
15772            ! ext/B/Deparse.t
15773 ____________________________________________________________________________
15774 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
15775         Log: Subject: [PATCH toke.c] autosplit into @F
15776              From: Robin Houston <robin@kitsite.com>
15777              Date: Mon, 2 Jul 2001 23:18:20 +0100
15778              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
15779      Branch: perl
15780            ! perl.c toke.c
15781 ____________________________________________________________________________
15782 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
15783         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
15784              From: Robin Houston <robin@kitsite.com>
15785              Date: Mon, 2 Jul 2001 23:00:48 +0100
15786              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
15787      Branch: perl
15788            ! ext/B/B/Deparse.pm
15789 ____________________________________________________________________________
15790 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
15791         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
15792              From: "Philip Newton" <Philip.Newton@gmx.net>
15793              Date: Mon, 2 Jul 2001 22:06:22 +0200
15794              (no Message-Id)
15795      Branch: perl
15796            ! ext/NDBM_File/hints/linux.pl
15797 ____________________________________________________________________________
15798 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
15799         Log: Subject: Re: Fixed pack problem - sort of
15800              From: Nicholas Clark <nick@ccl4.org>
15801              Date: Mon, 2 Jul 2001 20:59:20 +0100
15802              Message-ID: <20010702205919.F59620@plum.flirble.org>
15803      Branch: perl
15804            ! pp_pack.c t/op/pack.t
15805 ____________________________________________________________________________
15806 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
15807         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
15808              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15809              Date: Mon, 2 Jul 2001 15:45:41 -0400
15810              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
15811      Branch: perl
15812            ! os2/os2.c
15813 ____________________________________________________________________________
15814 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
15815         Log: (Mistaken retraction)
15816      Branch: perl
15817            ! utils/pl2pm.PL
15818 ____________________________________________________________________________
15819 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
15820         Log: Detypo in #11103.
15821      Branch: perl
15822            ! utils/pl2pm.PL
15823 ____________________________________________________________________________
15824 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
15825         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
15826              From: Jonathan Stowe <gellyfish@gellyfish.com>
15827              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
15828              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
15829      Branch: perl
15830            ! utils/pl2pm.PL
15831 ____________________________________________________________________________
15832 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
15833         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
15834              From: "Craig A. Berry" <craigberry@mac.com>
15835              Date: Mon, 02 Jul 2001 14:11:23 -0500
15836              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
15837      Branch: perl
15838            ! lib/Unicode/UCD.pm
15839 ____________________________________________________________________________
15840 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
15841         Log: Subject: [PATCH] Re: op/numconvert.t failures
15842              From: Nicholas Clark <nick@ccl4.org>
15843              Date: Mon, 2 Jul 2001 20:10:48 +0100
15844              Message-ID: <20010702201048.E59620@plum.flirble.org>
15845      Branch: perl
15846            ! t/op/numconvert.t
15847 ____________________________________________________________________________
15848 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
15849         Log: Update Changes.
15850      Branch: perl
15851            ! Changes patchlevel.h
15852 ____________________________________________________________________________
15853 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
15854         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
15855              The real fix must be more involved.  The line of code all the leaky
15856              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
15857              line of Perl_newPMOP().
15858      Branch: perl
15859            ! op.h
15860 ____________________________________________________________________________
15861 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
15862         Log: Based on
15863              
15864              Subject: Re: sizeof(struct sembuf)
15865              From: Nicholas Clark <nick@ccl4.org>
15866              Date: Sun, 1 Jul 2001 22:26:48 +0100
15867              Message-ID: <20010701222648.W59620@plum.flirble.org>
15868              
15869              but do semop() always the slow way.
15870      Branch: perl
15871            ! doio.c
15872 ____________________________________________________________________________
15873 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
15874         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
15875              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15876              Date: Tue, 03 Jul 2001 00:56:30 +0900
15877              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
15878      Branch: perl
15879            ! ext/Encode/Encode/Tcl.t
15880 ____________________________________________________________________________
15881 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
15882         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
15883              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15884              Date: Tue, 03 Jul 2001 00:55:46 +0900
15885              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
15886      Branch: perl
15887            ! ext/Encode/Encode/Tcl.pm
15888 ____________________________________________________________________________
15889 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
15890         Log: Regen api and toc.
15891      Branch: perl
15892            ! pod/perlapi.pod pod/perltoc.pod
15893 ____________________________________________________________________________
15894 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
15895         Log: Metaconfig unit change for #11093.
15896      Branch: metaconfig/U/perl
15897            ! d_fcntl_can_lock.U
15898 ____________________________________________________________________________
15899 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
15900         Log: The fcntl locking test may hang if NFS locking messed up;
15901              break out with alarm(10).
15902      Branch: perl
15903            ! Configure
15904 ____________________________________________________________________________
15905 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
15906         Log: Move the mdelete.bat from win32/bin to win32.
15907      Branch: perl
15908            ! MANIFEST
15909 ____________________________________________________________________________
15910 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
15911         Log: Typo in #11083.
15912      Branch: perl
15913            ! ext/Time/Piece/Piece.t
15914 ____________________________________________________________________________
15915 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
15916         Log: Netware tweaks from Guruprasad.
15917      Branch: perl
15918            - NetWare/perlsdio.h
15919            ! MANIFEST NetWare/Makefile NetWare/interface.c
15920            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
15921            ! perlsdio.h
15922 ____________________________________________________________________________
15923 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
15924         Log: Subject: Re: [PATH] shared -> unique;
15925              From: Abhijit Menon-Sen <ams@wiw.org>
15926              Date: Wed, 27 Jun 2001 03:51:27 +0530
15927              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
15928      Branch: perl
15929            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
15930 ____________________________________________________________________________
15931 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
15932         Log: Subject: Re: AIX / gcc-3.0
15933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15934              Date: Mon, 02 Jul 2001 15:20:21 +0200
15935              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
15936      Branch: perl
15937            ! hints/aix.sh
15938 ____________________________________________________________________________
15939 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
15940         Log: Subject: Re: Bug report: split splits on wrong pattern
15941              From: Abhijit Menon-Sen <ams@wiw.org>
15942              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
15943              Date: Mon, 2 Jul 2001 16:31:33 +0530
15944      Branch: perl
15945            ! pp_ctl.c
15946 ____________________________________________________________________________
15947 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
15948         Log: Subject: [PATCH 5.6.1] test harness
15949              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15950              Date: Mon, 2 Jul 2001 06:29:21 -0400
15951              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
15952      Branch: perl
15953            ! lib/Test/Harness.pm
15954 ____________________________________________________________________________
15955 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
15956         Log: Subject: [PATCH 5.6.1] debugger goof
15957              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15958              Date: Mon, 2 Jul 2001 06:27:22 -0400
15959              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
15960      Branch: perl
15961            ! lib/perl5db.pl
15962 ____________________________________________________________________________
15963 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
15964         Log: Subject: [PATCH 5.6.1] OS/2 cwd
15965              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15966              Date: Mon, 2 Jul 2001 06:21:17 -0400
15967              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
15968      Branch: perl
15969            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
15970 ____________________________________________________________________________
15971 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
15972         Log: Make #11082 more OS/2-specific.
15973      Branch: perl
15974            ! ext/Time/Piece/Piece.t
15975 ____________________________________________________________________________
15976 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
15977         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
15978              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15979              Date: Mon, 2 Jul 2001 06:06:34 -0400
15980              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
15981      Branch: perl
15982            ! ext/Time/Piece/Piece.t
15983 ____________________________________________________________________________
15984 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
15985         Log: Subject: [PATCH B::Deparse] version number & changes
15986              From: Robin Houston <robin@kitsite.com>  
15987              Date: Sun, 1 Jul 2001 17:17:29 +0100
15988              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
15989      Branch: perl
15990            ! ext/B/B/Deparse.pm
15991 ____________________________________________________________________________
15992 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
15993         Log: Subject: a small fix.
15994              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
15995              Date: Mon, 2 Jul 2001 12:17:53 +0200
15996              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
15997      Branch: perl
15998            ! ext/Thread/Thread.xs
15999 ____________________________________________________________________________
16000 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
16001         Log: Subject: RE: perl@10907
16002              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
16003              Date: Mon, 2 Jul 2001 12:06:16 +0200
16004              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
16005              
16006              Borland C vs PerlIO.
16007      Branch: perl
16008            ! win32/config.bc win32/config_H.bc
16009 ____________________________________________________________________________
16010 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
16011         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
16012              From: "H.M. Brand" <merijn@l1.procura.nl>
16013              Date: Mon, 02 Jul 2001 11:18:57 +0200
16014              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
16015      Branch: perl
16016            ! t/op/write.t
16017 ____________________________________________________________________________
16018 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
16019         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
16020              From: Michael G Schwern <schwern@pobox.com>
16021              Date: Mon, 2 Jul 2001 00:26:24 -0400
16022              Message-ID: <20010702002624.A18302@blackrider>
16023      Branch: perl
16024            - ext/util/mkbootstrap
16025 ____________________________________________________________________________
16026 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
16027         Log: Subject: [PATCH op.h] v minor comment tweak
16028              From: Robin Houston <robin@puffinry.freeserve.co.uk>
16029              Date: Mon, 2 Jul 2001 00:42:01 +0100
16030              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
16031      Branch: perl
16032            ! op.h
16033 ____________________________________________________________________________
16034 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
16035         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
16036      Branch: perl
16037            ! pod/perlfunc.pod
16038 ____________________________________________________________________________
16039 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
16040         Log: Subject: Re: sizeof(struct sembuf)
16041              From: Nicholas Clark <nick@ccl4.org>
16042              Date: Sun, 1 Jul 2001 19:23:16 +0100
16043              Message-ID: <20010701192316.V59620@plum.flirble.org>
16044              
16045              s/signaling/signalling/
16046      Branch: perl
16047            ! pod/perlfunc.pod
16048 ____________________________________________________________________________
16049 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
16050         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
16051              From: "Philip Newton" <Philip.Newton@gmx.net>
16052              Date: Sun, 1 Jul 2001 09:37:56 +0200
16053              Message-Id: <200107010733.KAA03920@taas.iki.fi>
16054      Branch: perl
16055            ! pod/perlvar.pod
16056 ____________________________________________________________________________
16057 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
16058         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
16059              From: "Philip Newton" <Philip.Newton@gmx.net>
16060              Date: Sun, 1 Jul 2001 09:37:56 +0200
16061              Message-Id: <200107010733.KAA03925@taas.iki.fi>
16062      Branch: perl
16063            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
16064 ____________________________________________________________________________
16065 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
16066         Log: Metaconfig unit change for #11070.
16067      Branch: metaconfig
16068            ! U/compline/randfunc.U
16069 ____________________________________________________________________________
16070 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
16071         Log: Subject: [PATCH perlsnap] its --> it's --> its
16072              From: "Philip Newton" <Philip.Newton@gmx.net>
16073              Date: Sun, 1 Jul 2001 09:37:56 +0200
16074              Message-Id: <200107010733.KAA03914@taas.iki.fi>
16075      Branch: perl
16076            ! Porting/config_H
16077 ____________________________________________________________________________
16078 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
16079         Log: Sync with Sarathy; integrate with perlio.
16080      Branch: perl
16081           !> gv.c
16082 ____________________________________________________________________________
16083 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
16084         Log: regenerate win32/config_H.?c files
16085      Branch: perl
16086            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16087 ____________________________________________________________________________
16088 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
16089         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
16090              naming discipline
16091              
16092              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
16093              because of this)
16094              
16095              fix a warning about "fd" being used without being set in Cwd.xs
16096      Branch: perl
16097            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
16098            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
16099            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
16100            ! win32/config.vc
16101 ____________________________________________________________________________
16102 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
16103         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
16104              within macro arguments") and warnings ("unary minus applied to
16105              unsigned type", among others)
16106      Branch: perl
16107            ! gv.c hv.c op.c pp.c sv.c toke.c
16108 ____________________________________________________________________________
16109 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
16110         Log: win32 fixes: more spurious CRs
16111      Branch: perl
16112            ! win32/mdelete.bat
16113 ____________________________________________________________________________
16114 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
16115         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
16116              from win32/bin (or it gets deleted by distclean); don't delete
16117              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
16118              NT (should be made Win9x specific, and added to makefile.mk)
16119      Branch: perl
16120           +> win32/mdelete.bat
16121            - win32/bin/mdelete.bat
16122            ! win32/Makefile win32/makefile.mk
16123 ____________________________________________________________________________
16124 [ 11063] By: nick                                  on 2001/07/01  18:54:09
16125         Log: Quick for for #ifdef mess
16126      Branch: perlio
16127            ! gv.c
16128 ____________________________________________________________________________
16129 [ 11062] By: nick                                  on 2001/07/01  18:47:42
16130         Log: Raw integrate - does not build #if mess in gv.c
16131      Branch: perlio
16132           !> (integrate 29 files)
16133 ____________________________________________________________________________
16134 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
16135         Log: Make 'compile' target a little less broken.
16136              Still very broken, though: -Wall warnings from
16137              the generated code, boot_Foo prototypes missing,
16138              can't autoload Fcntl::SEEK_CUR et alia, ...
16139      Branch: perl
16140            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
16141            ! utils/perlcc.PL x2p/Makefile.SH
16142 ____________________________________________________________________________
16143 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
16144         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
16145      Branch: perl
16146            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16147            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
16148 ____________________________________________________________________________
16149 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
16150         Log: Update Changes.
16151      Branch: perl
16152            ! Changes patchlevel.h
16153 ____________________________________________________________________________
16154 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
16155         Log: Still one typo, regen toc.
16156      Branch: perl
16157            ! lib/Unicode/UCD.pm pod/perltoc.pod
16158 ____________________________________________________________________________
16159 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
16160         Log: Detypos and regen toc.
16161      Branch: perl
16162            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
16163 ____________________________________________________________________________
16164 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
16165         Log: VERSION tweak.
16166      Branch: perl
16167            ! ext/List/Util/lib/List/Util.pm
16168 ____________________________________________________________________________
16169 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
16170         Log: Attempt at plugging the leak under ithreads detected by Doug.
16171      Branch: perl
16172            ! op.h
16173 ____________________________________________________________________________
16174 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
16175         Log: gcc -Wall lint after #11051.
16176      Branch: perl
16177            ! pp_sys.c
16178 ____________________________________________________________________________
16179 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
16180         Log: Integrate perlio.
16181      Branch: perl
16182           !> lib/File/Find/taint.t
16183 ____________________________________________________________________________
16184 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
16185         Log: Don't use the v-strings for module VERSIONs.
16186      Branch: perl
16187            ! lib/Unicode/UCD.pm
16188 ____________________________________________________________________________
16189 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
16190         Log: Code cleanup based on turning off the -woffs in IRIX.
16191              Not all of the gripes cleaned up (hairy code in hv.c and
16192              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
16193              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
16194              to the IRIX hints)
16195      Branch: perl
16196            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
16197            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
16198            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
16199            ! regcomp.c sv.c
16200 ____________________________________________________________________________
16201 [ 11050] By: nick                                  on 2001/06/30  20:46:46
16202         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
16203      Branch: perlio
16204            ! lib/File/Find/taint.t
16205 ____________________________________________________________________________
16206 [ 11049] By: nick                                  on 2001/06/30  18:13:33
16207         Log: Integrate mainline
16208      Branch: perlio
16209           +> NetWare/nwstdio.h NetWare/perlsdio.h
16210           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
16211           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
16212           +> lib/Unicode/UCD.t t/run/exit.t
16213           !> (integrate 60 files)
16214 ____________________________________________________________________________
16215 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
16216         Log: Delta delta.
16217      Branch: perl
16218            ! pod/perl572delta.pod
16219 ____________________________________________________________________________
16220 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
16221         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
16222              by CPAN.pm, use rather _00.
16223      Branch: perl
16224            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
16225            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
16226            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
16227            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
16228            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
16229            ! lib/ExtUtils/Embed.pm lib/Test.pm
16230 ____________________________________________________________________________
16231 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
16232         Log: Add a simple Unicode character database interface, Unicode::UCD.
16233      Branch: perl
16234            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
16235            ! MANIFEST
16236 ____________________________________________________________________________
16237 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
16238         Log: Subject: [PATCH] op/numconver.t
16239              From: Nicholas Clark <nick@ccl4.org>
16240              Date: Sat, 30 Jun 2001 15:40:10 +0100
16241              Message-ID: <20010630154010.I59620@plum.flirble.org>
16242      Branch: perl
16243            ! t/op/numconvert.t
16244 ____________________________________________________________________________
16245 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
16246         Log: The $^N is now taken (by #11038).
16247      Branch: perl
16248            ! t/base/lex.t
16249 ____________________________________________________________________________
16250 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
16251         Log: The #11040 had slipped to a wrong function...
16252      Branch: perl
16253            ! sv.c
16254 ____________________________________________________________________________
16255 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
16256         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
16257              the Configure library symbol probe mysteriously finds all
16258              symbols but those of pipe() and times().
16259      Branch: perl
16260            ! hints/aix.sh
16261 ____________________________________________________________________________
16262 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
16263         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
16264              From: Nicholas Clark <nick@ccl4.org>
16265              Date: Fri, 29 Jun 2001 23:49:07 +0100
16266              Message-ID: <20010629234907.D59620@plum.flirble.org>
16267      Branch: perl
16268            ! lib/ExtUtils.t
16269 ____________________________________________________________________________
16270 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
16271         Log: Subject: [PATCH] weakref fix 2, not yet there
16272              From: Artur Bergman <artur@contiller.se>
16273              Date: Sat, 30 Jun 2001 01:18:16 +0200
16274              Message-ID: <B762D957.1CC9%artur@contiller.se>
16275      Branch: perl
16276            ! sv.c
16277 ____________________________________________________________________________
16278 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
16279         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
16280              From: Michael G Schwern <schwern@pobox.com>
16281              Date: Fri, 29 Jun 2001 19:39:11 -0400
16282              Message-ID: <20010629193910.D25304@blackrider>
16283      Branch: perl
16284            + t/run/exit.t
16285            ! MANIFEST
16286 ____________________________________________________________________________
16287 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
16288         Log: Add support for $^N, the most-recently closed group.
16289      Branch: perl
16290            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
16291            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
16292            ! thrdvar.h
16293 ____________________________________________________________________________
16294 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
16295         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
16296              From: lvirden@cas.org
16297              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
16298              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
16299              
16300              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
16301              From: lvirden@cas.org
16302              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
16303              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
16304      Branch: perl
16305            ! README.solaris
16306 ____________________________________________________________________________
16307 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
16308         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
16309              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16310              Date: Sat, 30 Jun 2001 07:33:37 +0900
16311              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
16312              
16313              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
16314              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16315              Date: Sat, 30 Jun 2001 21:38:14 +0900
16316              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
16317      Branch: perl
16318            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
16319            + ext/Encode/Encode/7bit-kr.enc
16320            ! MANIFEST ext/Encode/Encode/Tcl.pm
16321 ____________________________________________________________________________
16322 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
16323         Log: NetWare tweaks from Guruprasad.
16324      Branch: perl
16325            + NetWare/nwstdio.h NetWare/perlsdio.h
16326            ! MANIFEST NetWare/Makefile NetWare/config.wc
16327            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
16328            ! NetWare/t/Readme.txt
16329 ____________________________________________________________________________
16330 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
16331         Log: More module $VERSION bump-ups.
16332      Branch: perl
16333            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
16334            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
16335            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
16336 ____________________________________________________________________________
16337 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
16338         Log: Doc update due to #11032.
16339      Branch: perl
16340            ! pod/perl572delta.pod
16341 ____________________________________________________________________________
16342 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
16343         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
16344              From: Peter Prymmer <pvhp@forte.com>
16345              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
16346              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
16347      Branch: perl
16348            ! ext/Time/HiRes/HiRes.xs
16349 ____________________________________________________________________________
16350 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
16351         Log: -lpthreads missing in AIX.
16352      Branch: perl
16353            ! hints/aix.sh
16354 ____________________________________________________________________________
16355 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
16356         Log: Subject: [PATCH] CLONE && weakrefs
16357              From: Artur Bergman <artur@contiller.se>
16358              Date: Fri, 29 Jun 2001 17:02:00 +0200
16359              Message-ID: <B7626508.1CA0%artur@contiller.se>
16360      Branch: perl
16361            ! sv.c
16362 ____________________________________________________________________________
16363 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
16364         Log: Subject: Re: Bug report: split splits on wrong pattern
16365              From: Radu Greab <radu@netsoft.ro>
16366              Date: Wed, 27 Jun 2001 21:50:52 +0300
16367              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
16368      Branch: perl
16369            ! pp_ctl.c t/op/split.t
16370 ____________________________________________________________________________
16371 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
16372         Log: Metaconfig unit change for #11027.
16373      Branch: metaconfig/U/perl
16374            ! d_modfl.U
16375 ____________________________________________________________________________
16376 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
16377         Log: I thought this Configure glitch for AIX was just recently fixed?
16378      Branch: perl
16379            ! Configure
16380 ____________________________________________________________________________
16381 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
16382         Log: Update Changes.
16383      Branch: perl
16384            ! Changes patchlevel.h
16385 ____________________________________________________________________________
16386 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
16387         Log: Subject: Re: perl@10967, File::Find, and Cwd
16388              From: Mike Guy <mjtg@cam.ac.uk>
16389              Date: Fri, 29 Jun 2001 14:56:49 +0100
16390              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
16391      Branch: perl
16392            ! lib/File/Find/taint.t
16393 ____________________________________________________________________________
16394 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
16395         Log: Update the sv_pvprintify() spec.
16396      Branch: perl
16397            ! pod/perltodo.pod
16398 ____________________________________________________________________________
16399 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
16400         Log: Known test failures update.
16401      Branch: perl
16402            ! pod/perl572delta.pod
16403 ____________________________________________________________________________
16404 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
16405         Log: Based on
16406              
16407              Subject: [PATCH @11016] More );) fixes
16408              From: Richard Soderberg <rs@crystalflame.net>
16409              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
16410              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
16411      Branch: perl
16412            ! ext/Thread/Thread.xs ext/Thread/typemap
16413 ____________________________________________________________________________
16414 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
16415         Log: Subject: [PATCH @11016] Fixes compile errors in four files
16416              From: Richard Soderberg <rs@crystalflame.net>
16417              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
16418              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
16419      Branch: perl
16420            ! mg.c pp.c pp_hot.c util.c
16421 ____________________________________________________________________________
16422 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
16423         Log: AIX hints tweaking continues, from Merijn Brand.
16424      Branch: perl
16425            ! hints/aix.sh
16426 ____________________________________________________________________________
16427 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
16428         Log: HP-UX needs gccversion sooner, from Merijn Brand.
16429      Branch: perl
16430            ! hints/hpux.sh
16431 ____________________________________________________________________________
16432 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
16433         Log: Subject: [PATCH 5.6.1] OS/2 docs
16434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16435              Date: Fri, 29 Jun 2001 02:34:12 -0400
16436              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
16437      Branch: perl
16438            ! README.os2 os2/Changes
16439 ____________________________________________________________________________
16440 [ 11017] By: nick                                  on 2001/06/29  10:20:30
16441         Log: Integrate mainline
16442      Branch: perlio
16443           +> (branch 37 files)
16444            - ext/ODBM_File/sdbm.t
16445           !> (integrate 211 files)
16446 ____________________________________________________________________________
16447 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
16448         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
16449              the modules found using a script written by Larry Schatzer Jr.
16450      Branch: perl
16451            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
16452            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
16453            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
16454            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
16455            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
16456            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
16457            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
16458            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
16459            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
16460            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
16461            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
16462            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
16463            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
16464            ! lib/constant.pm lib/fields.pm lib/strict.pm
16465 ____________________________________________________________________________
16466 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
16467         Log: The latest JPL from the anoncvs.
16468      Branch: perl
16469            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16470 ____________________________________________________________________________
16471 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
16472         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
16473      Branch: perl
16474            ! t/op/pat.t
16475 ____________________________________________________________________________
16476 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
16477         Log: Worrying about insecure directories now is a bit too late.
16478      Branch: perl
16479            ! lib/File/Find/taint.t
16480 ____________________________________________________________________________
16481 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
16482         Log: Cannot DIE() in a void function,
16483              from Richard Hatch <rhatch@austin.ibm.com>.
16484      Branch: perl
16485            ! ext/IPC/SysV/SysV.xs
16486 ____________________________________________________________________________
16487 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
16488         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
16489              From: Peter Prymmer <pvhp@forte.com>
16490              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
16491              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
16492              
16493              (unfinished: time/hires tests 3, 5, 14 failing, but better
16494              than wholesale failure)
16495      Branch: perl
16496            ! ext/Time/HiRes/HiRes.xs
16497 ____________________________________________________________________________
16498 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
16499         Log: Subject: [PATCH 5.6.1] OS/2 improvements
16500              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16501              Date: Thu, 28 Jun 2001 16:03:14 -0400
16502              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
16503      Branch: perl
16504            + os2/os2_base.t
16505            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
16506            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
16507            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
16508            ! os2/os2ish.h
16509 ____________________________________________________________________________
16510 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
16511         Log: Subject: Incrementing Extutils::Manifest's $VERSION
16512              From: Michael G Schwern <schwern@pobox.com>
16513              Date: Thu, 28 Jun 2001 13:13:49 -0400
16514              Message-ID: <20010628131349.A14738@blackrider>
16515      Branch: maint-5.6/perl
16516            ! lib/ExtUtils/Manifest.pm
16517 ____________________________________________________________________________
16518 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
16519         Log: AIX tweak from Merijn Brand.
16520      Branch: perl
16521            ! hints/aix.sh
16522 ____________________________________________________________________________
16523 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
16524         Log: Create the macperl branch.
16525      Branch: maint-5.6/macperl
16526           +> (branch 1728 files)
16527 ____________________________________________________________________________
16528 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
16529         Log: Update Changes.
16530      Branch: perl
16531            ! Changes patchlevel.h
16532 ____________________________________________________________________________
16533 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
16534         Log: More Perforce lore.
16535      Branch: perl
16536            ! Porting/repository.pod
16537 ____________________________________________________________________________
16538 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
16539         Log: Metaconfig unit changes for #11003.
16540      Branch: metaconfig/U/perl
16541            + d_nl_langinfo.U i_langinfo.U
16542 ____________________________________________________________________________
16543 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
16544         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
16545              Expected not to exist in non-UNIX excepting in VMS, where
16546              according to a quick web survey they just might.
16547      Branch: perl
16548            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
16549            ! Porting/config_H config_h.SH configure.com epoc/config.sh
16550            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
16551            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16552            ! win32/config.bc win32/config.gc win32/config.vc
16553 ____________________________________________________________________________
16554 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
16555         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
16556              in AIX is one is doing a 64-bit build.
16557      Branch: perl
16558            ! hints/aix.sh
16559 ____________________________________________________________________________
16560 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
16561         Log: Metaconfig unit changes for #11000.
16562      Branch: metaconfig/U/perl
16563            ! use64bits.U uselfs.U
16564 ____________________________________________________________________________
16565 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
16566         Log: Move use64bitint and use64bitall before uselargefiles.
16567      Branch: perl
16568            ! Configure
16569 ____________________________________________________________________________
16570 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
16571         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
16572              From: Robert Spier <rspier@pobox.com>
16573              Message-ID: <15162.41164.618712.841415@rls.cx>
16574              Date: Wed, 27 Jun 2001 23:13:16 -0400
16575      Branch: perl
16576            ! doio.c
16577 ____________________________________________________________________________
16578 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
16579         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
16580              From: Peter Prymmer <pvhp@forte.com>
16581              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
16582              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
16583      Branch: perl
16584            ! numeric.c
16585 ____________________________________________________________________________
16586 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
16587         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
16588              From: Peter Prymmer <pvhp@forte.com>
16589              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
16590              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
16591      Branch: perl
16592            ! configure.com ext/Digest/MD5/Makefile.PL
16593 ____________________________________________________________________________
16594 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
16595         Log: Update Changes.
16596      Branch: perl
16597            ! Changes patchlevel.h
16598 ____________________________________________________________________________
16599 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
16600         Log: Tiny EPOC updates.
16601      Branch: perl
16602            ! epoc/config.sh
16603 ____________________________________________________________________________
16604 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
16605         Log: The Test::More and Test::Simple tests required help
16606              thanks to our schizophrenic test scheme.
16607      Branch: perl
16608            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
16609            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
16610            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
16611            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
16612            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
16613 ____________________________________________________________________________
16614 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
16615         Log: Upgrade to Test::Simple 0.09.
16616      Branch: perl
16617            + lib/Test/Simple/Changes
16618            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
16619            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
16620            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
16621            ! lib/Test/Simple/t/plan_is_noplan.t
16622 ____________________________________________________________________________
16623 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
16624         Log: Upgrade to Test::More 0.07.
16625      Branch: perl
16626            + lib/Test/More/Changes
16627            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
16628            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
16629            ! lib/Test/More/t/skipall.t
16630 ____________________________________________________________________________
16631 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
16632         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
16633              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16634              Date: Wed, 27 Jun 2001 18:40:04 +0200
16635              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
16636      Branch: perl
16637            ! hints/hpux.sh
16638 ____________________________________________________________________________
16639 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
16640         Log: Subject: [PATCH README.qnx hints/qnx.sh]
16641              From: Norton Allen <allen@huarp.harvard.edu>
16642              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
16643              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
16644      Branch: perl
16645            ! README.qnx hints/qnx.sh
16646 ____________________________________________________________________________
16647 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
16648         Log: Subject: [PATCH] two little documentation nits
16649              From: Abhijit Menon-Sen <ams@wiw.org>
16650              Date: Wed, 27 Jun 2001 20:07:50 +0530
16651              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
16652      Branch: perl
16653            ! sv.c sv.h
16654 ____________________________________________________________________________
16655 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
16656         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
16657              From: Norton Allen <allen@huarp.harvard.edu>
16658              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
16659              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
16660      Branch: perl
16661            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
16662 ____________________________________________________________________________
16663 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
16664         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
16665              From: Michael G Schwern <schwern@pobox.com>
16666              Date: Wed, 27 Jun 2001 02:34:58 -0400
16667              Message-ID: <20010627023458.K23874@blackrider>
16668      Branch: perl
16669            ! vms/test.com
16670 ____________________________________________________________________________
16671 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
16672         Log: Add perl_clone_host() for Netware.
16673      Branch: perl
16674            ! NetWare/nw5.c
16675 ____________________________________________________________________________
16676 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
16677         Log: GCC 3.0 hints for HP-UX.
16678      Branch: perl
16679            ! hints/hpux.sh
16680 ____________________________________________________________________________
16681 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
16682         Log: In some Linux distributions the libndbm is broken
16683              (no null key support), therefore link with libgdbm
16684              (if available), since it has a working ndbm emulation,
16685              from Jonathan Stowe.
16686      Branch: perl
16687            + ext/NDBM_File/hints/linux.pl
16688            ! MANIFEST
16689 ____________________________________________________________________________
16690 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
16691         Log: Subject: [PATCH perl@10930] find.t hack for VMS
16692              From: "Craig A. Berry" <craigberry@mac.com>
16693              Date: Tue, 26 Jun 2001 23:40:25 -0500
16694              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
16695      Branch: perl
16696            ! lib/File/Find/find.t
16697 ____________________________________________________________________________
16698 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
16699         Log: AUTHORS updates.
16700      Branch: perl
16701            ! AUTHORS
16702 ____________________________________________________________________________
16703 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
16704         Log: Metaconfig unit change like #10980.
16705      Branch: metaconfig
16706            ! U/compline/d_stdstdio.U
16707 ____________________________________________________________________________
16708 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
16709         Log: "lose the it's", from Abhijit Menon-Sen.
16710              ("It's" not searched, pods not searched.)
16711      Branch: perl
16712            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
16713            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
16714            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
16715            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
16716            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16717            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
16718 ____________________________________________________________________________
16719 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
16720         Log: "lose the looses", from Abhijit Menon-Sen.
16721      Branch: perl
16722            ! ext/B/B/Assembler.pm gv.c
16723 ____________________________________________________________________________
16724 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
16725         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
16726      Branch: perl
16727            ! hints/os390.sh
16728 ____________________________________________________________________________
16729 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
16730         Log: DEC C 5.3 on the VAX simply doesn't seem to like
16731              compiling the MD5 extension, disable it there for now,
16732              from Peter Prymmer.
16733      Branch: perl
16734            ! configure.com
16735 ____________________________________________________________________________
16736 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
16737         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
16738              From: Jonathan Stowe <gellyfish@gellyfish.com>
16739              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
16740              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
16741      Branch: perl
16742            ! pod/perlfaq3.pod
16743 ____________________________________________________________________________
16744 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
16745         Log: Subject: [PATCH 5.6.1] perlxs misprints
16746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16747              Date: Tue, 26 Jun 2001 17:20:00 -0400
16748              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
16749      Branch: perl
16750            ! pod/perlxs.pod
16751 ____________________________________________________________________________
16752 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
16753         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
16754              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16755              Date: Tue, 26 Jun 2001 17:27:07 -0400
16756              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
16757      Branch: perl
16758            ! lib/ExtUtils/MM_Unix.pm
16759 ____________________________________________________________________________
16760 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
16761         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
16762              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16763              Date: Tue, 26 Jun 2001 17:23:24 -0400
16764              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
16765      Branch: perl
16766            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
16767 ____________________________________________________________________________
16768 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
16769         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
16770              by Olaf Flebbe.
16771      Branch: perl
16772            ! perl.h
16773 ____________________________________________________________________________
16774 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
16775         Log: Detypo.
16776      Branch: perl
16777            ! lib/Memoize/t/tie_sdbm.t
16778 ____________________________________________________________________________
16779 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
16780         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
16781      Branch: perl
16782            ! win32/perllib.c
16783 ____________________________________________________________________________
16784 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
16785         Log: Subject: [patch] perl_clone+CvFILE
16786              From: Doug MacEachern <dougm@covalent.net>
16787              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
16788              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
16789      Branch: perl
16790            ! sv.c
16791 ____________________________________________________________________________
16792 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
16793         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
16794              From: Mark-Jason Dominus <mjd@plover.com>
16795              Date: Tue, 26 Jun 2001 12:33:01 -0400
16796              Message-ID: <20010626163301.31298.qmail@plover.com>
16797      Branch: perl
16798            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
16799 ____________________________________________________________________________
16800 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
16801         Log: Update Changes.
16802      Branch: perl
16803            ! Changes patchlevel.h
16804 ____________________________________________________________________________
16805 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
16806         Log: Also catfile() needs now to explicitly exported.
16807      Branch: perl
16808            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
16809 ____________________________________________________________________________
16810 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
16811         Log: Regen toc.
16812      Branch: perl
16813            ! pod/perltoc.pod
16814 ____________________________________________________________________________
16815 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
16816         Log: Nonexistent pod command.
16817      Branch: perl
16818            ! pod/perl572delta.pod
16819 ____________________________________________________________________________
16820 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
16821         Log: Be more portable in the quest for tmpdir.
16822      Branch: perl
16823            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
16824 ____________________________________________________________________________
16825 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
16826         Log: Be more portable in finding out the home directory,
16827              and use File::Spec to do the concat.
16828              (Come to think of it, couldn't File::Spec provide
16829              for a ->homedir method?)
16830      Branch: perl
16831            ! lib/Net/Config.pm
16832 ____________________________________________________________________________
16833 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
16834         Log: Doc patch for #10959.
16835      Branch: perl
16836            ! pod/perlfunc.pod
16837 ____________________________________________________________________________
16838 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
16839         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
16840              From: "Philip Newton" <pnewton@gmx.de>
16841              Date: Tue, 26 Jun 2001 16:26:47 +0200
16842              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
16843      Branch: perl
16844            ! pod/perldata.pod
16845 ____________________________________________________________________________
16846 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
16847         Log: Subject: [PATH] shared -> unique;
16848              From: "Artur Bergman" <artur@contiller.se>
16849              Date: Tue, 26 Jun 2001 16:18:40 +0200
16850              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
16851              
16852              Because "shared" isn't: it's read-only.
16853      Branch: perl
16854            ! toke.c xsutils.c
16855 ____________________________________________________________________________
16856 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
16857         Log: Escape multiline croak messages.
16858      Branch: perl
16859            ! t/op/ver.t
16860 ____________________________________________________________________________
16861 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
16862         Log: No more pragma/*.t for minitest.
16863      Branch: perl
16864            ! Makefile.SH
16865 ____________________________________________________________________________
16866 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
16867         Log: AUTHORS updates.
16868      Branch: perl
16869            ! AUTHORS
16870 ____________________________________________________________________________
16871 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
16872         Log: delta updates.
16873      Branch: perl
16874            ! pod/perl572delta.pod
16875 ____________________________________________________________________________
16876 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
16877         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
16878              From: Artur Bergman <artur@contiller.se> 
16879              Date: Tue, 26 Jun 2001 15:32:53 +0200
16880              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
16881      Branch: perl
16882            ! makedef.pl sv.c sv.h win32/perllib.c
16883 ____________________________________________________________________________
16884 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
16885         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
16886              From: Jonathan Stowe <gellyfish@gellyfish.com>
16887              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
16888              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
16889              
16890              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
16891      Branch: perl
16892            + ext/Time/HiRes/hints/sco.pl
16893            ! MANIFEST
16894 ____________________________________________________________________________
16895 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
16896         Log: Subject: [PATCH 5.6.1] static build
16897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16898              Date: Tue, 26 Jun 2001 04:22:25 -0400
16899              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
16900      Branch: perl
16901            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
16902            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
16903 ____________________________________________________________________________
16904 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
16905         Log: DJGPP patches from Laszlo Molnar.
16906      Branch: perl
16907            ! djgpp/djgpp.c perl.c util.c
16908 ____________________________________________________________________________
16909 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
16910         Log: Netware patches from Ananth Kesari.
16911      Branch: perl
16912            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
16913            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
16914            ! NetWare/nwtinfo.h
16915 ____________________________________________________________________________
16916 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
16917         Log: Detypo.
16918      Branch: perl
16919            ! ext/Errno/Errno_pm.PL
16920 ____________________________________________________________________________
16921 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
16922         Log: There seems to be two ways of spelling the $^O in *STEP.
16923      Branch: perl
16924            ! ext/Errno/Errno_pm.PL
16925 ____________________________________________________________________________
16926 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
16927         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
16928              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
16929      Branch: perl
16930            ! ext/Errno/Errno_pm.PL
16931 ____________________________________________________________________________
16932 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
16933         Log: Known bugs update.
16934      Branch: perl
16935            ! pod/perl572delta.pod
16936 ____________________________________________________________________________
16937 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
16938         Log: The default installation of Cygwin has 500 as root's uid.
16939      Branch: perl
16940            ! lib/User/pwent.t
16941 ____________________________________________________________________________
16942 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
16943         Log: Be even more relaxed (re-allow having only one entry).
16944      Branch: perl
16945            ! t/op/grent.t t/op/pwent.t
16946 ____________________________________________________________________________
16947 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
16948         Log: Test failure updates.
16949      Branch: perl
16950            ! pod/perl572delta.pod
16951 ____________________________________________________________________________
16952 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
16953         Log: MPE/iX test tweaks from Mark Bixby.
16954      Branch: perl
16955            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
16956            ! t/io/fs.t t/op/stat.t
16957 ____________________________________________________________________________
16958 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
16959         Log: Microperl findings.
16960      Branch: perl
16961            ! perl.h pp_sys.c
16962 ____________________________________________________________________________
16963 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
16964         Log: Touch uconfig.h.
16965      Branch: perl
16966            ! uconfig.h
16967 ____________________________________________________________________________
16968 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
16969         Log: Subject: [PATCH] Proposed fix for Pod::Man
16970              From: Rob Napier <rnapier@employees.org>
16971              Date: Mon, 25 Jun 2001 15:49:24 -0400
16972              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
16973              
16974              Cater for Solaris nroff brokenness (shortchanges daisywheel
16975              printers, but hey, we also no more support PDPs.)
16976      Branch: perl
16977            ! lib/Pod/Man.pm
16978 ____________________________________________________________________________
16979 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
16980         Log: Typo in #10937.
16981      Branch: perl
16982            ! ext/POSIX/sigaction.t
16983 ____________________________________________________________________________
16984 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
16985         Log: SIGCONT not trappable in VMS.
16986      Branch: perl
16987            ! ext/POSIX/sigaction.t
16988 ____________________________________________________________________________
16989 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
16990         Log: Subject: [DRAFT] Encode-Tcl.t
16991              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16992              Date: Tue, 26 Jun 2001 03:38:08 +0900
16993              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
16994      Branch: perl
16995            + ext/Encode/Encode/Tcl.t
16996            ! MANIFEST ext/Encode/Encode/Tcl.pm
16997 ____________________________________________________________________________
16998 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
16999         Log: Because of #10932 retract also the perlfunc hunk of #10910.
17000      Branch: perl
17001            ! pod/perlfunc.pod
17002 ____________________________________________________________________________
17003 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
17004         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
17005              by Ilya Zakharevich in
17006              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
17007      Branch: perl
17008            ! XSUB.h
17009 ____________________________________________________________________________
17010 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
17011         Log: Typo in #10889.
17012      Branch: perl
17013            ! hints/uts.sh
17014 ____________________________________________________________________________
17015 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
17016         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
17017              From: Abhijit Menon-Sen <ams@wiw.org>
17018              Date: Mon, 25 Jun 2001 23:45:45 +0530
17019              Message-ID: <20010625234545.A5022@lustre.linux.in>
17020      Branch: perl
17021            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
17022 ____________________________________________________________________________
17023 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
17024         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
17025              From: Michael G Schwern <schwern@pobox.com>
17026              Date: Mon, 25 Jun 2001 14:35:51 -0400
17027              Message-ID: <20010625143551.H13819@blackrider>
17028      Branch: perl
17029            ! lib/Test.pm
17030 ____________________________________________________________________________
17031 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
17032         Log: Update Changes.
17033      Branch: perl
17034            ! Changes patchlevel.h
17035 ____________________________________________________________________________
17036 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
17037         Log: Regen toc and modlib.
17038      Branch: perl
17039            ! pod/perlmodlib.pod pod/perltoc.pod
17040 ____________________________________________________________________________
17041 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
17042         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
17043              for the benefit of C++ compilers, as suggested by Guruprasad.
17044      Branch: perl
17045            ! embed.pl proto.h
17046 ____________________________________________________________________________
17047 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
17048         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
17049              From: Jonathan Stowe <gellyfish@gellyfish.com>
17050              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
17051              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
17052      Branch: perl
17053            ! pod/perlfaq5.pod
17054 ____________________________________________________________________________
17055 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
17056         Log: Missed from #10925.
17057      Branch: perl
17058            ! gv.c
17059 ____________________________________________________________________________
17060 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
17061         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
17062              From: Robin Houston <robin@kitsite.com>
17063              Date: Sat, 19 May 2001 16:19:34 +0100
17064              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
17065      Branch: perl
17066            ! cv.h gv.h op.c
17067 ____________________________________________________________________________
17068 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
17069         Log: Netware README tweak.
17070      Branch: perl
17071            ! README.netware
17072 ____________________________________________________________________________
17073 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
17074         Log: Subject: [PATCH] Re: overload.t fails
17075              From: Abhijit Menon-Sen <ams@wiw.org>
17076              Date: Mon, 25 Jun 2001 14:52:20 +0530
17077              Message-ID: <20010625145220.A24114@lustre.linux.in>
17078      Branch: perl
17079            ! lib/overload.t
17080 ____________________________________________________________________________
17081 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
17082         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
17083              From: Mike Guy <mjtg@cam.ac.uk>
17084              Date: Mon, 25 Jun 2001 11:43:23 +0100
17085              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
17086      Branch: perl
17087            ! lib/Carp.pm
17088 ____________________________________________________________________________
17089 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
17090         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
17091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17092              Date: Sun, 24 Jun 2001 05:17:05 -0400
17093              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
17094      Branch: perl
17095            ! os2/os2ish.h
17096 ____________________________________________________________________________
17097 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
17098         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
17099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17100              Date: Mon, 25 Jun 2001 05:52:27 -0400
17101              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
17102      Branch: perl
17103            ! hints/os2.sh
17104 ____________________________________________________________________________
17105 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
17106         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
17107              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17108              Date: Mon, 25 Jun 2001 05:23:35 -0400
17109              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
17110      Branch: perl
17111            ! os2/os2.c
17112 ____________________________________________________________________________
17113 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
17114         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
17115              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17116              Date: Mon, 25 Jun 2001 05:04:32 -0400
17117              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
17118      Branch: perl
17119            ! os2/OS2/REXX/DLL/DLL.pm
17120 ____________________________________________________________________________
17121 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
17122         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
17123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17124              Date: Mon, 25 Jun 2001 05:02:36 -0400
17125              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
17126      Branch: perl
17127            ! mg.c os2/dl_os2.c os2/os2.c
17128 ____________________________________________________________________________
17129 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
17130         Log: Subject: Re: [PATCH 5.6.1] misprints
17131              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17132              Date: Mon, 25 Jun 2001 04:50:50 -0400
17133              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
17134      Branch: perl
17135            ! os2/os2.c pp_sys.c
17136 ____________________________________________________________________________
17137 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
17138         Log: Add Test::More and Test::Simple to the delta.
17139      Branch: perl
17140            ! pod/perl572delta.pod
17141 ____________________________________________________________________________
17142 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
17143         Log: Add Test::More, from Michael G Schwern.
17144      Branch: perl
17145            + lib/Test/More.pm lib/Test/More/t/More.t
17146            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17147            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17148            + t/lib/Test/More/Catch.pm
17149            ! MANIFEST
17150 ____________________________________________________________________________
17151 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
17152         Log: Add Test::Simple from Michael G Schwern.
17153      Branch: perl
17154            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
17155            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
17156            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
17157            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
17158            + t/lib/Test/Simple/Catch.pm
17159            + t/lib/Test/Simple/sample_tests/death.plx
17160            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
17161            + t/lib/Test/Simple/sample_tests/extras.plx
17162            + t/lib/Test/Simple/sample_tests/five_fail.plx
17163            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
17164            + t/lib/Test/Simple/sample_tests/one_fail.plx
17165            + t/lib/Test/Simple/sample_tests/require.plx
17166            + t/lib/Test/Simple/sample_tests/success.plx
17167            + t/lib/Test/Simple/sample_tests/too_few.plx
17168            + t/lib/Test/Simple/sample_tests/two_fail.plx
17169            ! MANIFEST
17170 ____________________________________________________________________________
17171 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
17172         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
17173              From: "Craig A. Berry" <craigberry@mac.com>
17174              Date: Sun, 24 Jun 2001 23:41:36 -0500
17175              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
17176      Branch: perl
17177            ! pp_sys.c
17178 ____________________________________________________________________________
17179 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
17180         Log: Upgrade to Attribute::Handlers 0.70.
17181      Branch: perl
17182            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
17183            ! MANIFEST lib/Attribute/Handlers.pm
17184 ____________________________________________________________________________
17185 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
17186         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
17187              From: Abhijit Menon-Sen <ams@wiw.org>
17188              Date: Sat, 23 Jun 2001 05:17:44 +0530
17189              Message-ID: <20010623051744.A18583@lustre.linux.in>
17190              
17191              (Can't think of a good place to put tests.)
17192      Branch: perl
17193            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
17194 ____________________________________________________________________________
17195 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
17196         Log: Subject: [PATCH] t/op/pat.t typo fix
17197              From: Richard Soderberg <rs@crystalflame.net>
17198              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
17199              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
17200      Branch: perl
17201            ! t/op/pat.t
17202 ____________________________________________________________________________
17203 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
17204         Log: Move the pack warnings to their own file, as pointed
17205              out by Spider.
17206      Branch: perl
17207            + t/lib/warnings/pp_pack
17208            ! MANIFEST t/lib/warnings/pp
17209 ____________________________________________________________________________
17210 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
17211         Log: Update Changes.
17212      Branch: perl
17213            ! Changes patchlevel.h
17214 ____________________________________________________________________________
17215 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
17216         Log: Partially fix a problem noticed by IRIX compiler:
17217              the initialization of parse_start was bypassed by
17218              several gotos.  Now initialized to zero, which may
17219              not be the best choice.
17220      Branch: perl
17221            ! regcomp.c
17222 ____________________________________________________________________________
17223 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
17224         Log: Relax the group and password tests back to moaning only
17225              if no matches at all are found.  (Even with a small sample
17226              I could find many sites where there are, umm, anomalies in
17227              the said databases.)       
17228      Branch: perl
17229            ! t/op/grent.t t/op/pwent.t
17230 ____________________________________________________________________________
17231 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
17232         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
17233      Branch: perl
17234            ! pp_ctl.c
17235 ____________________________________________________________________________
17236 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
17237         Log: De-cut-and-pasto in #10902.
17238      Branch: perl
17239            ! pp_ctl.c
17240 ____________________________________________________________________________
17241 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
17242         Log: The #10771 didn't take?
17243      Branch: perl
17244            ! pp_ctl.c
17245 ____________________________________________________________________________
17246 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
17247         Log: Undo the filetests part of #10900, under multiplicity
17248              weird errors take place.
17249      Branch: perl
17250            ! pp_sys.c
17251 ____________________________________________________________________________
17252 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
17253         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
17254      Branch: perl
17255            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
17256 ____________________________________________________________________________
17257 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
17258         Log: (Replaced by #10922)
17259              
17260              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
17261              From: Tony Bowden <tony@kasei.com>
17262              Date: Sun, 24 Jun 2001 17:32:40 +0100
17263              Message-ID: <20010624173240.A16293@blackstar.co.uk>
17264              
17265              Document (well, mention) shortmess() and longmess()
17266              to rob people of their fun of reinventing the weel.
17267      Branch: perl
17268            ! lib/Carp.pm
17269 ____________________________________________________________________________
17270 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
17271         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
17272              From: Brian Jepson <bjepson@oreilly.com>
17273              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
17274              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
17275      Branch: perl
17276            ! pp_sys.c
17277 ____________________________________________________________________________
17278 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
17279         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
17280              From: Robin Barker <rmb1@cise.npl.co.uk> 
17281              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
17282              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
17283      Branch: perl
17284            ! lib/CPAN.pm
17285 ____________________________________________________________________________
17286 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
17287         Log: Memoize patch from mjd.
17288      Branch: perl
17289            ! lib/Memoize/t/tie_storable.t
17290 ____________________________________________________________________________
17291 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
17292         Log: Spec the sv_pvprintify() a bit more.
17293      Branch: perl
17294            ! pod/perltodo.pod
17295 ____________________________________________________________________________
17296 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
17297         Log: Upgrade to Memoize 0.65.
17298      Branch: perl
17299            + lib/Memoize/t/array_confusion.t
17300            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
17301            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
17302            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
17303            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
17304            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
17305            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
17306            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
17307            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
17308            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
17309            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
17310            ! lib/Memoize/t/tie_storable.t
17311 ____________________________________________________________________________
17312 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
17313         Log: Metaconfig unit change for #10892.
17314      Branch: metaconfig
17315            ! U/modified/Options.U
17316 ____________________________________________________________________________
17317 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
17318         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
17319              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17320              Date: Sun, 24 Jun 2001 05:24:40 -0400
17321              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
17322      Branch: perl
17323            ! Configure hints/os2.sh
17324 ____________________________________________________________________________
17325 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
17326         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
17327              From: Mike Guy <mjtg@cam.ac.uk>
17328              Date: Sun, 24 Jun 2001 15:28:39 +0100
17329              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
17330              
17331              Fix an ancient (5.002) bug.
17332      Branch: perl
17333            ! lib/Carp/Heavy.pm
17334 ____________________________________________________________________________
17335 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
17336         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
17337              variables.
17338      Branch: perl
17339            ! pp_sys.c
17340 ____________________________________________________________________________
17341 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
17342         Log: Make UTS as per #10888.
17343      Branch: perl
17344            ! hints/uts.sh
17345 ____________________________________________________________________________
17346 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
17347         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
17348      Branch: perl
17349            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
17350            ! mpeix/mpeixish.h perl.h unixish.h
17351 ____________________________________________________________________________
17352 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
17353         Log: AUTHORS update.
17354      Branch: perl
17355            ! AUTHORS
17356 ____________________________________________________________________________
17357 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
17358         Log: Subject: Encode::Tcl for multibyte doesnot work
17359              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17360              Date: Sun, 24 Jun 2001 22:48:21 +0900
17361              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
17362      Branch: perl
17363            ! ext/Encode/Encode/Tcl.pm
17364 ____________________________________________________________________________
17365 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
17366         Log: Subject: [PATCH] Remove tautology in error messages
17367              From: Mike Guy <mjtg@cam.ac.uk>
17368              Date: Sun, 24 Jun 2001 13:31:00 +0100
17369              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
17370      Branch: perl
17371            ! pp_sys.c
17372 ____________________________________________________________________________
17373 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
17374         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
17375      Branch: perl
17376            ! hints/darwin.sh
17377 ____________________________________________________________________________
17378 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
17379         Log: Subject: Re: [PATCH 5.6.1] test suite
17380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17381              Date: Sun, 24 Jun 2001 05:47:05 -0400
17382              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
17383              
17384              Test suite fixes.
17385      Branch: perl
17386            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
17387 ____________________________________________________________________________
17388 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
17389         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
17390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17391              Date: Sun, 24 Jun 2001 05:37:19 -0400
17392              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
17393      Branch: perl
17394            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
17395 ____________________________________________________________________________
17396 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
17397         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
17398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17399              Date: Sun, 24 Jun 2001 05:34:50 -0400
17400              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
17401              
17402              Pacify compiler warnings.
17403      Branch: perl
17404            ! pp_sys.c
17405 ____________________________________________________________________________
17406 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
17407         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
17408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17409              Date: Sun, 24 Jun 2001 05:21:18 -0400
17410              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
17411              
17412              Enable compression of executables during link time.
17413      Branch: perl
17414            ! hints/os2.sh
17415 ____________________________________________________________________________
17416 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
17417         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
17418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17419              Date: Sun, 24 Jun 2001 05:15:11 -0400
17420              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
17421              
17422              Add ordinals to the export list for Perl DLL.
17423              (Breaks intra-version DLL compatibility.)
17424      Branch: perl
17425            ! makedef.pl
17426 ____________________________________________________________________________
17427 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
17428         Log: Allow (displaying and) re-editing the Subject in perlbug.
17429              Also abstract the Subject quality control into a function.
17430      Branch: perl
17431            ! utils/perlbug.PL
17432 ____________________________________________________________________________
17433 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
17434         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
17435      Branch: perl
17436            ! utils/perlbug.PL
17437 ____________________________________________________________________________
17438 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
17439         Log: Regen toc and modlib.
17440      Branch: perl
17441            ! pod/perlmodlib.pod pod/perltoc.pod
17442 ____________________________________________________________________________
17443 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
17444         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
17445              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
17446              attribute semantics as much as possible, or 'ntsec' which uses
17447              native NTFS semantics.)  (See also #10877.)
17448      Branch: perl
17449            ! perl.c
17450 ____________________________________________________________________________
17451 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
17452         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
17453      Branch: perl
17454            ! lib/Test/Harness.pm
17455 ____________________________________________________________________________
17456 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
17457         Log: Just zap the -uPerlio.
17458      Branch: perl
17459            ! ext/B/Stash.t
17460 ____________________________________________________________________________
17461 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
17462         Log: Do not test PerlIO if PerlIO not used.
17463      Branch: perl
17464            ! ext/PerlIO/PerlIO.t
17465 ____________________________________________________________________________
17466 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
17467         Log: Regen perlapi.
17468      Branch: perl
17469            ! pod/perlapi.pod
17470 ____________________________________________________________________________
17471 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
17472         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
17473              From: Nicholas Clark <nick@ccl4.org>
17474              Date: Sat, 23 Jun 2001 22:55:47 +0100
17475              Message-ID: <20010623225547.Z98663@plum.flirble.org>
17476      Branch: perl
17477            ! numeric.c
17478 ____________________________________________________________________________
17479 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
17480         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
17481              From: Prymmer/Kahn <pvhp@best.com>
17482              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
17483              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
17484      Branch: perl
17485            ! lib/h2xs.t
17486 ____________________________________________________________________________
17487 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
17488         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
17489              cygwin does not taint cwd, just like win32.
17490      Branch: perl
17491            ! lib/File/Find/taint.t t/op/taint.t
17492 ____________________________________________________________________________
17493 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
17494         Log: Retract #10865, the patch should be unnecessary.
17495              (But seemingly helpful in Cygwin?  Strange.)
17496      Branch: perl
17497            ! lib/Memoize/t/tie_ndbm.t
17498 ____________________________________________________________________________
17499 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
17500         Log: Misplaced test file; plus Cygwin filesystem semantics.
17501      Branch: perl
17502            + ext/SDBM_File/sdbm.t
17503            - ext/ODBM_File/sdbm.t
17504            ! MANIFEST
17505 ____________________________________________________________________________
17506 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
17507         Log: (Retracted by #10867.)
17508      Branch: perl
17509            ! lib/Memoize/t/tie_ndbm.t
17510 ____________________________________________________________________________
17511 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
17512         Log: Metaconfig unit change for #10863.
17513      Branch: metaconfig/U/perl
17514            ! Extensions.U
17515 ____________________________________________________________________________
17516 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
17517         Log: In Cygwin do not build NDBM_File and ODBM_File unless
17518              -lndbm and -ldbm are available.
17519      Branch: perl
17520            ! Configure config_h.SH
17521 ____________________________________________________________________________
17522 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
17523         Log: More Cygwin filesystem semantics.
17524      Branch: perl
17525            ! t/io/fs.t t/op/stat.t
17526 ____________________________________________________________________________
17527 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
17528         Log: More DOSish permission semantics for Cygwin.
17529      Branch: perl
17530            ! lib/AnyDBM_File.t
17531 ____________________________________________________________________________
17532 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
17533         Log: Cygwin too has different permission semantics.
17534      Branch: perl
17535            ! ext/GDBM_File/gdbm.t
17536 ____________________________________________________________________________
17537 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
17538         Log: The group (and assumedly passwd) databases can have
17539              only one entry (this is the case in cygwin).
17540      Branch: perl
17541            ! t/op/grent.t t/op/pwent.t
17542 ____________________________________________________________________________
17543 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
17544         Log: Also in Cygwin use Socket to figure out domainname
17545              (if any) (avoids trying to call external 'domainname',
17546              which doesn't at the moment exist in Cygwin)
17547      Branch: perl
17548            ! lib/Net/Domain.pm
17549 ____________________________________________________________________________
17550 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
17551         Log: Remove also the lib$Foo.def, not just $Foo.def.
17552      Branch: perl
17553            ! lib/ExtUtils/MM_Unix.pm
17554 ____________________________________________________________________________
17555 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
17556         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
17557      Branch: perl
17558            ! unixish.h
17559 ____________________________________________________________________________
17560 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
17561         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
17562              to match the whole isprint(), only the space character.
17563      Branch: perl
17564            ! handy.h pod/perlre.pod t/op/pat.t
17565 ____________________________________________________________________________
17566 [ 10854] By: nick                                  on 2001/06/23  08:09:33
17567         Log: Integrate mainline
17568      Branch: perlio
17569           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
17570           !> lib/ExtUtils.t lib/File/Find/taint.t
17571           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
17572           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
17573           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
17574 ____________________________________________________________________________
17575 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
17576         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
17577              with its floats    in os390 and s390 (UTS).
17578      Branch: perl
17579            ! lib/Math/BigInt/t/bigintpm.t
17580 ____________________________________________________________________________
17581 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
17582         Log: Add also UTS (s390) to the non-IEEE float platforms.
17583      Branch: perl
17584            ! t/op/sprintf.t
17585 ____________________________________________________________________________
17586 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
17587         Log: Subject: RFC: what are applicable standards for exponent sizes?
17588              From: Peter Prymmer <pvhp@forte.com>
17589              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
17590              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
17591      Branch: perl
17592            ! t/op/sprintf.t
17593 ____________________________________________________________________________
17594 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
17595         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
17596              From: Peter Prymmer <pvhp@forte.com>
17597              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
17598              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
17599      Branch: perl
17600            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
17601 ____________________________________________________________________________
17602 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
17603         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
17604              From: Peter Prymmer <pvhp@forte.com>
17605              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
17606              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
17607      Branch: perl
17608            ! lib/ExtUtils.t
17609 ____________________________________________________________________________
17610 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
17611         Log: Retract #10845.
17612      Branch: perl
17613            ! lib/File/Find/taint.t
17614 ____________________________________________________________________________
17615 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
17616         Log: Yet another error message.
17617      Branch: perl
17618            ! t/op/mkdir.t
17619 ____________________________________________________________________________
17620 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
17621         Log: The croak message for nonexistent socket functions may vary.
17622      Branch: perl
17623            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
17624 ____________________________________________________________________________
17625 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
17626         Log: (Retracted by #10848.)
17627      Branch: perl
17628            ! lib/File/Find/taint.t
17629 ____________________________________________________________________________
17630 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
17631         Log: Integrate perlio.
17632      Branch: perl
17633           !> lib/File/Find/taint.t t/op/write.t
17634 ____________________________________________________________________________
17635 [ 10843] By: nick                                  on 2001/06/22  21:24:51
17636         Log: Back out debug in taint.t
17637      Branch: perlio
17638            ! lib/File/Find/taint.t
17639 ____________________________________________________________________________
17640 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
17641         Log: setitimer() does not exist in Unicos, despite of what
17642              Configure thinks, from Mark P. Lutz.
17643      Branch: perl
17644            ! hints/unicos.sh
17645 ____________________________________________________________________________
17646 [ 10841] By: nick                                  on 2001/06/22  21:19:36
17647         Log: Skip cwd test on Win32 ???
17648      Branch: perlio
17649            ! lib/File/Find/taint.t
17650 ____________________________________________________________________________
17651 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
17652         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
17653              and Tru64 gcc -Wall happy.
17654      Branch: perl
17655            ! mg.c
17656 ____________________________________________________________________________
17657 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
17658         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
17659      Branch: perl
17660            ! ext/IPC/SysV/Semaphore.pm
17661 ____________________________________________________________________________
17662 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
17663         Log: Metaconfig unit change for #10837.
17664      Branch: metaconfig/U/perl
17665            ! Cross.U
17666 ____________________________________________________________________________
17667 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
17668         Log: Cleanup of the cross-compilation unit.
17669      Branch: perl
17670            ! Configure
17671 ____________________________________________________________________________
17672 [ 10836] By: nick                                  on 2001/06/22  20:45:12
17673         Log: Skip |- based op/write.t on Win32 as well as VMS
17674      Branch: perlio
17675            ! t/op/write.t
17676 ____________________________________________________________________________
17677 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
17678         Log: Integrate perlio.
17679      Branch: perl
17680           !> util.c
17681 ____________________________________________________________________________
17682 [ 10834] By: nick                                  on 2001/06/22  20:41:54
17683         Log: Integrate mainline
17684      Branch: perlio
17685           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17686           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
17687           !> vos/config.ga.h
17688 ____________________________________________________________________________
17689 [ 10833] By: nick                                  on 2001/06/22  20:22:58
17690         Log: Patcho fix.
17691      Branch: perlio
17692            ! util.c
17693 ____________________________________________________________________________
17694 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
17695         Log: Metaconfig unit changes for #10831.
17696      Branch: metaconfig
17697            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
17698 ____________________________________________________________________________
17699 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
17700         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
17701              From: Andy Dougherty <doughera@lafayette.edu>
17702              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
17703              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
17704      Branch: perl
17705            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17706            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
17707 ____________________________________________________________________________
17708 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
17709         Log: MPE/iX prototype nits from Mark Bixby.
17710      Branch: perl
17711            ! pp_sys.c
17712 ____________________________________________________________________________
17713 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
17714         Log: Detypo.
17715      Branch: perl
17716            ! util.c
17717 ____________________________________________________________________________
17718 [ 10828] By: nick                                  on 2001/06/22  15:33:37
17719         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
17720      Branch: perlio
17721           +> lib/h2xs.t
17722           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
17723           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
17724           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
17725           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
17726           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
17727           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
17728           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
17729           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
17730           !> vms/vmsish.h
17731 ____________________________________________________________________________
17732 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
17733         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
17734              Date: Fri, 22 Jun 2001 10:08:35 -0500
17735              From: "Craig A. Berry" <craigberry@mac.com>
17736              Message-Id: <a05101001b75908704194@[192.168.56.145]>
17737      Branch: perl
17738            ! vms/vms.c vms/vmsish.h
17739 ____________________________________________________________________________
17740 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
17741         Log: NetWare scripts tweak from Ananth Kesari.
17742      Branch: perl
17743            ! NetWare/t/NWScripts.pl
17744 ____________________________________________________________________________
17745 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
17746         Log: Update Changes.
17747      Branch: perl
17748            ! Changes patchlevel.h
17749 ____________________________________________________________________________
17750 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
17751         Log: Add .i and .s targets.
17752      Branch: perl
17753            ! Makefile.SH
17754 ____________________________________________________________________________
17755 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
17756         Log: Upgrade to Locale::Maketext 1.03.
17757      Branch: perl
17758            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
17759            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
17760 ____________________________________________________________________________
17761 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
17762         Log: Upgrade to I18N::LangTags 0.26.
17763      Branch: perl
17764            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
17765            ! lib/I18N/LangTags/test.pl
17766 ____________________________________________________________________________
17767 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
17768         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
17769              Philip Newton.
17770      Branch: perl
17771            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
17772            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17773 ____________________________________________________________________________
17774 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
17775         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
17776              From: Prymmer/Kahn <pvhp@best.com>
17777              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
17778              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
17779      Branch: perl
17780            + lib/h2xs.t
17781            ! MANIFEST utils/h2xs.PL
17782 ____________________________________________________________________________
17783 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
17784         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
17785              From: Prymmer/Kahn <pvhp@best.com>
17786              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
17787              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
17788      Branch: perl
17789            ! lib/ExtUtils.t
17790 ____________________________________________________________________________
17791 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
17792         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
17793              From: Prymmer/Kahn <pvhp@best.com>
17794              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
17795              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
17796      Branch: perl
17797            ! t/pod/plainer.t
17798 ____________________________________________________________________________
17799 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
17800         Log: AUTHORS update.
17801      Branch: perl
17802            ! AUTHORS
17803 ____________________________________________________________________________
17804 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
17805         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
17806              From: "Craig A. Berry" <craigberry@mac.com>
17807              Date: Thu, 21 Jun 2001 18:20:38 -0500
17808              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
17809      Branch: perl
17810            ! ext/POSIX/POSIX.xs
17811 ____________________________________________________________________________
17812 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
17813         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
17814              From: "Craig A. Berry" <craigberry@mac.com>
17815              Date: Thu, 21 Jun 2001 09:58:52 -0500
17816              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
17817      Branch: perl
17818            ! ext/B/Deparse.t t/op/write.t
17819 ____________________________________________________________________________
17820 [ 10814] By: nick                                  on 2001/06/22  08:13:09
17821         Log: Integrate mainline.
17822      Branch: perlio
17823           !> (integrate 46 files)
17824 ____________________________________________________________________________
17825 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
17826         Log: Change the prefixes only if $prefix is unset,
17827              as originally patched by Marcel Grunauer.
17828      Branch: perl
17829            ! hints/darwin.sh hints/rhapsody.sh
17830 ____________________________________________________________________________
17831 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
17832         Log: Subject: Re: Patch for hints/darwin.sh
17833              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
17834              Date: Thu, 21 Jun 2001 11:23:46 -0700
17835              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
17836      Branch: perl
17837            ! hints/darwin.sh hints/rhapsody.sh
17838 ____________________________________________________________________________
17839 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
17840         Log: Add .PHONY targets for non-file targets,
17841              from Wilfredo Sánchez.  Should help saying
17842              "make install" on case-insensitive filesystems.
17843      Branch: perl
17844            ! Makefile.SH
17845 ____________________________________________________________________________
17846 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
17847         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
17848              From: Doug MacEachern <dougm@covalent.net>
17849              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
17850              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
17851              
17852              plus reword the getcwd() comment, plus use getcwd() buffer
17853              size minus one.
17854      Branch: perl
17855            ! util.c
17856 ____________________________________________________________________________
17857 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
17858         Log: More gprofing from Doug MacEachern.
17859      Branch: perl
17860            ! Makefile.SH
17861 ____________________________________________________________________________
17862 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
17863         Log: Metaconfig unit change for #10807.
17864      Branch: metaconfig/U/perl
17865            ! d_sfio.U
17866 ____________________________________________________________________________
17867 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
17868         Log: Tell that you are removing the unneeded -lsfio.
17869      Branch: perl
17870            ! Configure
17871 ____________________________________________________________________________
17872 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
17873         Log: More MPE/iX tweaks from Mark Bixby.
17874      Branch: perl
17875            ! perl.c t/op/magic.t
17876 ____________________________________________________________________________
17877 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
17878         Log: The fchdir() proto is supposed to live in <unistd.h>.
17879      Branch: perl
17880            ! ext/Cwd/Cwd.xs
17881 ____________________________________________________________________________
17882 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
17883         Log: This town is too small for the Cwd extension and me,
17884              it would seem...
17885      Branch: perl
17886            ! ext/Cwd/Cwd.xs
17887 ____________________________________________________________________________
17888 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
17889         Log: Metaconfig unit change for #10802.
17890      Branch: metaconfig/U/perl
17891            ! d_modfl.U
17892 ____________________________________________________________________________
17893 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
17894         Log: More d'ohs.
17895      Branch: perl
17896            ! Configure
17897 ____________________________________________________________________________
17898 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
17899         Log: Off-by-one.  I'm so classic.
17900      Branch: perl
17901            ! util.c
17902 ____________________________________________________________________________
17903 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
17904         Log: Update Changes.
17905      Branch: perl
17906            ! Changes patchlevel.h
17907 ____________________________________________________________________________
17908 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
17909         Log: Subject: Documentation patch for Net::FTP
17910              From: Marcel Grunauer <marcel@codewerk.com>
17911              Date: Wed, 20 Jun 2001 23:03:26 +0200
17912              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
17913      Branch: perl
17914            ! lib/Net/FTP.pm
17915 ____________________________________________________________________________
17916 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
17917         Log: Retract the #10417 mg.c and embed.pl parts because of
17918              strange SEGVs in 64bit x86 FreeBSD observed by
17919              Nicholas Clark.
17920      Branch: perl
17921            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
17922 ____________________________________________________________________________
17923 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
17924         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
17925      Branch: perl
17926            ! Configure NetWare/config.wc NetWare/config_H.wc
17927            ! Porting/Glossary Porting/config.sh Porting/config_H
17928            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
17929            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17930            ! vos/config.ga.h win32/config.bc win32/config.gc
17931            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17932            ! win32/config_H.vc
17933 ____________________________________________________________________________
17934 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
17935         Log: Cwd tweak from Doug MacEachern.
17936      Branch: perl
17937            ! ext/Cwd/Cwd.xs
17938 ____________________________________________________________________________
17939 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
17940         Log: Protect the fchdir() and lstat() with ifdefs.
17941              fchdir() needs a Configure probe.
17942      Branch: perl
17943            ! ext/Cwd/Cwd.xs
17944 ____________________________________________________________________________
17945 [ 10794] By: nick                                  on 2001/06/21  17:11:35
17946         Log: Integrate mainline
17947      Branch: perlio
17948           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
17949           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
17950           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
17951           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
17952           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
17953           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
17954           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
17955           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
17956            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
17957            - lib/File/Glob/case.t lib/File/Glob/global.t
17958            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
17959            - lib/File/Temp/posix.t lib/File/Temp/security.t
17960            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
17961            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
17962            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
17963            - lib/Text/Wrap/wrap.t
17964           !> (integrate 41 files)
17965 ____________________________________________________________________________
17966 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
17967         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
17968              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
17969              Date: Thu, 21 Jun 2001 13:04:54 -0500
17970              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
17971      Branch: perl
17972            ! ext/Cwd/Cwd.xs
17973 ____________________________________________________________________________
17974 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
17975         Log: Subject: [PATCH pod] overlong =item
17976              From: Robin Barker <rmb1@cise.npl.co.uk>
17977              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
17978              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
17979      Branch: perl
17980            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
17981            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17982 ____________________________________________________________________________
17983 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
17984         Log: Subject: [PATCH perlio.c] format 
17985              From: Robin Barker <rmb1@cise.npl.co.uk>
17986              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
17987              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
17988      Branch: perl
17989            ! perlio.c
17990 ____________________________________________________________________________
17991 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
17992         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
17993              From: Radu Greab <radu@netsoft.ro>
17994              Date: Thu, 21 Jun 2001 19:06:02 +0300
17995              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
17996      Branch: perl
17997            ! pod/perlapi.pod sv.c
17998 ____________________________________________________________________________
17999 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
18000         Log: The metaconfig unit changes for #10788.
18001      Branch: metaconfig/U/perl
18002            ! Cross.U fflushall.U
18003 ____________________________________________________________________________
18004 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
18005         Log: Cross-configuration changes: make $from to rm the files
18006              before copying them over (this means that he rm can be
18007              removed from the fflushall test), create $targetmkdir      
18008              (not documented in install since it is supposed to internal
18009              use only), make $run to copy over the executable only if
18010              a stamp file .xok doesn't already exist (to avoid unnecessary
18011              copying of the executable)
18012      Branch: perl
18013            ! Configure Makefile.SH
18014 ____________________________________________________________________________
18015 [ 10787] By: nick                                  on 2001/06/21  14:16:18
18016         Log: Integrate mainline
18017      Branch: perlio
18018           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
18019           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
18020           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
18021            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
18022           !> (integrate 34 files)
18023 ____________________________________________________________________________
18024 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
18025         Log: Re-add the files as text.
18026      Branch: perl
18027            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
18028 ____________________________________________________________________________
18029 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
18030         Log: Delete the binary files.
18031      Branch: perl
18032            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
18033 ____________________________________________________________________________
18034 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
18035         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
18036              From: Andy Dougherty <doughera@lafayette.edu>
18037              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
18038              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
18039      Branch: perl
18040            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
18041            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
18042            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
18043            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
18044 ____________________________________________________________________________
18045 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
18046         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
18047              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
18048              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
18049              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
18050              
18051              Setting umask to something friendlier.
18052      Branch: perl
18053            ! installman installperl
18054 ____________________________________________________________________________
18055 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
18056         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
18057              Resort MANIFEST with sort -f, looks much better.
18058      Branch: perl
18059            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
18060            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
18061            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
18062            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
18063            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
18064            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
18065            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
18066            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
18067            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
18068            - lib/File/Glob/case.t lib/File/Glob/global.t
18069            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
18070            - lib/File/Temp/posix.t lib/File/Temp/security.t
18071            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
18072            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
18073            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
18074            - lib/Text/Wrap/wrap.t
18075            ! MANIFEST
18076 ____________________________________________________________________________
18077 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
18078         Log: Upgrade to I18N::LangTags 0.25.
18079      Branch: perl
18080            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
18081            ! lib/I18N/LangTags/List.pm
18082 ____________________________________________________________________________
18083 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
18084         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
18085              From: Richard Soderberg <rs@crystalflame.net>
18086              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
18087              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
18088      Branch: perl
18089            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
18090            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
18091 ____________________________________________________________________________
18092 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
18093         Log: Test obsoleted by change #10777.
18094      Branch: perl
18095            ! t/op/sub_lval.t
18096 ____________________________________________________________________________
18097 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
18098         Log: Case of confused test numbering.
18099      Branch: perl
18100            ! t/op/pat.t
18101 ____________________________________________________________________________
18102 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
18103         Log: Subject: Re: Opinion on undef lvalue
18104              From: Abhijit Menon-Sen <ams@wiw.org>
18105              Date: Sun, 17 Jun 2001 13:04:46 +0530
18106              Message-ID: <20010617130446.B27925@lustre.linux.in>
18107              
18108              Allow lvalue subs to return undef in array context.
18109      Branch: perl
18110            ! pp_hot.c
18111 ____________________________________________________________________________
18112 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
18113         Log: Just a guess that using the same hack for cygwin as
18114              for win32 might help.
18115      Branch: perl
18116            ! lib/File/Find/find.t
18117 ____________________________________________________________________________
18118 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
18119         Log: NetWare tweaks from Guruprasad.
18120      Branch: perl
18121            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
18122            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
18123            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
18124            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
18125 ____________________________________________________________________________
18126 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
18127         Log: Subject: Re: perl@10722: Bogus warnings on REs 
18128              From: Hugo <hv@crypt.compulink.co.uk>
18129              Date: Thu, 21 Jun 2001 09:51:17 +0100
18130              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
18131              
18132              Unroll to avoid a UTS compiler bug.
18133      Branch: perl
18134            ! regcomp.c
18135 ____________________________________________________________________________
18136 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
18137         Log: Subject: Re: [PATCH] Make /o work under i?threads
18138              From: Artur Bergman <artur@contiller.se>
18139              Date: Thu, 21 Jun 2001 14:38:03 +0200
18140              Message-ID: <B757B74A.184D%artur@contiller.se>
18141      Branch: perl
18142            ! t/op/pat.t
18143 ____________________________________________________________________________
18144 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
18145         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
18146              From: Artur Bergman <artur@contiller.se> 
18147              Date: Thu, 21 Jun 2001 14:27:33 +0200
18148              Message-ID: <B757B4D4.1849%artur@contiller.se>
18149              
18150              Plus extra parentheses.
18151      Branch: perl
18152            ! op.h
18153 ____________________________________________________________________________
18154 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
18155         Log: Subject: [PATCH] Make /o work under i?threads
18156              From: Richard Soderberg <rs@crystalflame.net>
18157              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
18158              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
18159      Branch: perl
18160            ! pp_ctl.c
18161 ____________________________________________________________________________
18162 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
18163         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
18164              From: Artur Bergman <artur@contiller.se>
18165              Date: Thu, 21 Jun 2001 14:04:54 +0200
18166              Message-ID: <B757AF86.1842%artur@contiller.se>
18167      Branch: perl
18168            ! op.h
18169 ____________________________________________________________________________
18170 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
18171         Log: Subject: Re: perl@10765: sv.c not OK on win32
18172              From: Artur Bergman <artur@contiller.se>
18173              Date: Thu, 21 Jun 2001 10:31:06 +0200
18174              Message-ID: <B7577D69.182C%artur@contiller.se>
18175      Branch: perl
18176            ! sv.c
18177 ____________________________________________________________________________
18178 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
18179         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
18180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18181              Date: Thu, 21 Jun 2001 06:23:56 -0400
18182              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
18183              
18184              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
18185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18186              Date: Thu, 21 Jun 2001 06:32:21 -0400
18187              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
18188      Branch: perl
18189            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
18190 ____________________________________________________________________________
18191 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
18192         Log: Subject: [PATCH] make syslog test more verbose
18193              From: Robert Spier <rspier@pobox.com>
18194              Date: Thu, 21 Jun 2001 00:54:32 -0400
18195              Message-ID: <15153.32264.295807.333073@rls.cx>
18196      Branch: perl
18197            ! ext/Sys/Syslog/syslog.t
18198 ____________________________________________________________________________
18199 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
18200         Log: Subject: op/study.t refinements
18201              From: Hugo <hv@crypt.compulink.co.uk>
18202              Date: Thu, 21 Jun 2001 00:29:07 +0100
18203              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
18204      Branch: perl
18205            ! t/op/study.t
18206 ____________________________________________________________________________
18207 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
18208         Log: Update Changes.
18209      Branch: perl
18210            ! Changes patchlevel.h
18211 ____________________________________________________________________________
18212 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
18213         Log: Subject: Re: [PATCH] djgpp updates
18214              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
18215              Date: Wed, 20 Jun 2001 10:05:15 +0200
18216              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
18217      Branch: perl
18218            ! djgpp/config.over
18219 ____________________________________________________________________________
18220 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
18221         Log: Fix for ID 20010619.002 "When building hash, hash keys that
18222              are function calls are not being called", from Abhijit.
18223      Branch: perl
18224            ! t/base/lex.t toke.c
18225 ____________________________________________________________________________
18226 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
18227         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
18228      Branch: perl
18229            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
18230            + lib/Locale/Maketext/test.pl
18231            - lib/Locale/Maketext.t
18232            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18233            ! lib/Locale/Maketext/TPJ13.pod
18234 ____________________________________________________________________________
18235 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
18236         Log: Metaconfig unit change for #10760.
18237      Branch: metaconfig
18238            ! U/modified/Cppsym.U
18239 ____________________________________________________________________________
18240 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
18241         Log: Do not remove the ccsym* Cppsym* files since
18242              they are useful for metaconfig units coming after us.
18243              (This is the Configure nit mentioned in #10752.)
18244      Branch: perl
18245            ! Configure
18246 ____________________________________________________________________________
18247 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
18248         Log: Update to I18N::LangTags 0.24, from Sean Burke.
18249      Branch: perl
18250            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
18251            + lib/I18N/LangTags/README
18252            - lib/I18N/LangTags/List.pod
18253            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
18254 ____________________________________________________________________________
18255 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
18256         Log: Regen headers.
18257      Branch: perl
18258            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
18259            ! pod/perlapi.pod proto.h
18260 ____________________________________________________________________________
18261 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
18262         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
18263              From: Artur Bergman <artur@contiller.se>
18264              Date: Wed, 20 Jun 2001 11:31:32 +0200
18265              Message-ID: <B7563A14.17D8%artur@contiller.se>
18266      Branch: perl
18267            ! embed.pl hv.c intrpvar.h sv.c sv.h
18268 ____________________________________________________________________________
18269 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
18270         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
18271              From: Tim Sweetman <tim@aldigital.co.uk> 
18272              Date: Wed, 13 Jun 2001 14:25:17 +0100 
18273              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
18274      Branch: perl
18275            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
18276 ____________________________________________________________________________
18277 [ 10755] By: nick                                  on 2001/06/20  16:12:37
18278         Log: Integrate mainline
18279      Branch: perlio
18280           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
18281           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
18282           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
18283           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
18284           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
18285           !> t/op/study.t util.c
18286 ____________________________________________________________________________
18287 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
18288         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
18289              but not Makefile)
18290      Branch: maint-5.6/perl
18291            ! win32/Makefile
18292 ____________________________________________________________________________
18293 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
18294         Log: Security tweak on readlink().
18295      Branch: perl
18296            ! pp_sys.c
18297 ____________________________________________________________________________
18298 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
18299         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
18300      Branch: perl
18301            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
18302            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
18303            ! mpeix/relink t/op/pwent.t
18304 ____________________________________________________________________________
18305 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
18306         Log: Reinstate #10725 (with probe for alarm()).
18307      Branch: perl
18308            ! t/op/study.t
18309 ____________________________________________________________________________
18310 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
18311         Log: Replace our implementation of realpath() with OpenBSD's
18312              (src/lib/libc/stdlib/realpath.c 1.4).
18313      Branch: perl
18314            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
18315            ! pod/perldiag.pod proto.h util.c
18316 ____________________________________________________________________________
18317 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
18318         Log: Integrate perlio.
18319      Branch: perl
18320           !> perlio.c
18321 ____________________________________________________________________________
18322 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
18323         Log: No point in going into memory-saving contortions
18324              with getcwd() since there's a danger of buffer overflow.
18325              Also make the POSIX extension to use sv_getcwd().
18326              Finally, a missed proto.h fragment.
18327      Branch: perl
18328            ! ext/POSIX/POSIX.xs proto.h util.c
18329 ____________________________________________________________________________
18330 [ 10747] By: nick                                  on 2001/06/20  12:38:26
18331         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
18332      Branch: perlio
18333            ! perlio.c
18334 ____________________________________________________________________________
18335 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
18336         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
18337              From: Graham Barr <gbarr@pobox.com>
18338              Date: Wed, 20 Jun 2001 11:05:49 +0100
18339              Message-ID: <20010620110549.I19188@pobox.com>
18340              
18341              reported in        
18342              
18343              Subject: Bug in IO::Socket::INET module (repeat)
18344              From: "Harmon S. Nine" <hnine@netarx.com>
18345              Date: Tue, 19 Jun 2001 09:41:35 -0400
18346              Message-ID: <3B2F568F.8080605@netarx.com>
18347              
18348              The bug was that the IO::Socket::INET constructor
18349              did not allow a 'LocalPort' of 0.
18350      Branch: perl
18351            ! ext/IO/lib/IO/Socket/INET.pm
18352 ____________________________________________________________________________
18353 [ 10745] By: nick                                  on 2001/06/20  08:56:39
18354         Log: Integrate mainline.
18355      Branch: perlio
18356           !> (integrate 37 files)
18357 ____________________________________________________________________________
18358 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
18359         Log: After some reading I don't think we can blindly
18360              use systems' realpath().  Too many security problems,
18361              too many buggy implementations.
18362              
18363              TODO: the realpath() emulation code in util.c doesn't
18364              seem fully operational?  (readlink(), for example?)
18365      Branch: perl
18366            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
18367            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
18368            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
18369            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
18370            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
18371            ! win32/config_H.gc win32/config_H.vc
18372 ____________________________________________________________________________
18373 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
18374         Log: Metaconfig unit change for #10738.
18375      Branch: metaconfig
18376            ! U/compline/d_gconvert.U
18377 ____________________________________________________________________________
18378 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
18379         Log: Integrate change #10739 from maintperl:
18380              
18381              C<eval "/x$\r\n/x"> fails to compile correctly 
18382      Branch: perl
18383           !> t/op/pat.t toke.c
18384 ____________________________________________________________________________
18385 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
18386         Log: Retract #10725 (Hugo asked NOT to apply the patch)
18387      Branch: perl
18388            ! t/op/study.t
18389 ____________________________________________________________________________
18390 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
18391         Log: The test.third results were funnily named because of the
18392              new test scheme.
18393      Branch: perl
18394            ! t/TEST
18395 ____________________________________________________________________________
18396 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
18397         Log: C<eval "/x$\r\n/x"> fails to compile correctly
18398      Branch: maint-5.6/perl
18399            ! t/op/pat.t toke.c
18400 ____________________________________________________________________________
18401 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
18402         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
18403              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18404              Date: Tue, 19 Jun 2001 19:15:40 -0400
18405              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
18406              
18407              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
18408              because "1e+129" being expected but "1.e+129" being returned.
18409              The culprit (at least in Tru64) is the use of gcvt().
18410      Branch: perl
18411            ! Configure
18412 ____________________________________________________________________________
18413 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
18414         Log: Subject: [PATCH perl@10722] test hunting on VMS
18415              From: "Craig A. Berry" <craigberry@mac.com>
18416              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
18417              Date: Tue, 19 Jun 2001 18:59:01 -0500
18418      Branch: perl
18419            ! vms/test.com
18420 ____________________________________________________________________________
18421 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
18422         Log: Subject: [PATCH] s/typos//
18423              From: Abhijit Menon-Sen <ams@wiw.org>
18424              Date: Wed, 20 Jun 2001 02:15:02 +0530
18425              Message-ID: <20010620021502.A14541@lustre.linux.in>
18426              
18427              Without the op.h s/bearword/bareword/ hunk, see
18428              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
18429      Branch: perl
18430            ! util.c
18431 ____________________________________________________________________________
18432 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
18433         Log: Metaconfig unit change for #10732 and #10733.
18434      Branch: metaconfig/U/perl
18435            ! fflushall.U
18436 ____________________________________________________________________________
18437 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
18438         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
18439              From: "Craig A. Berry" <craigberry@mac.com>
18440              Date: Tue, 19 Jun 2001 17:19:48 -0500
18441              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
18442      Branch: perl
18443            ! configure.com vms/descrip_mms.template
18444 ____________________________________________________________________________
18445 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
18446         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
18447              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18448              Date: Tue, 19 Jun 2001 16:48:07 -0400
18449              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
18450              
18451              Further fixes to fflush(NULL) detection.
18452      Branch: perl
18453            ! Configure
18454 ____________________________________________________________________________
18455 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
18456         Log: AIX test -s hangs with non-existent files?
18457              (A genuine logic bug in Configure, but AIX also broken?)
18458      Branch: perl
18459            ! Configure
18460 ____________________________________________________________________________
18461 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
18462         Log: AUTHORS updates.
18463      Branch: perl
18464            ! AUTHORS
18465 ____________________________________________________________________________
18466 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
18467         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
18468              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18469              Date: Tue, 19 Jun 2001 15:33:25 -0400
18470              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
18471      Branch: perl
18472            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
18473            ! t/lib/warnings/pp
18474 ____________________________________________________________________________
18475 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
18476         Log: Integrate perlio.
18477      Branch: perl
18478           !> lib/File/Find/find.t win32/distclean.bat
18479 ____________________________________________________________________________
18480 [ 10728] By: nick                                  on 2001/06/19  18:24:53
18481         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
18482      Branch: perlio
18483            ! lib/File/Find/find.t win32/distclean.bat
18484 ____________________________________________________________________________
18485 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
18486         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
18487              also add information how to find out whether one has PerlIO.
18488      Branch: perl
18489            ! pod/perlfunc.pod
18490 ____________________________________________________________________________
18491 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
18492         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
18493              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
18494              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
18495              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
18496      Branch: perl
18497            ! pod/perlfunc.pod
18498 ____________________________________________________________________________
18499 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
18500         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
18501              From: Hugo <hv@crypt.compulink.co.uk>
18502              Date: Tue, 19 Jun 2001 12:37:30 +0100
18503              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
18504      Branch: perl
18505            ! t/op/study.t
18506 ____________________________________________________________________________
18507 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
18508         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
18509              From: Hugo <hv@crypt.compulink.co.uk>
18510              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
18511              Date: Tue, 19 Jun 2001 13:15:17 +0100
18512      Branch: perl
18513            ! util.c
18514 ____________________________________________________________________________
18515 [ 10723] By: nick                                  on 2001/06/19  14:46:15
18516         Log: Integrate mainline
18517      Branch: perlio
18518           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
18519           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
18520           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
18521           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
18522           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
18523           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
18524            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
18525            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
18526            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
18527            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
18528            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
18529            - ext/Thread/unsync4.t
18530           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
18531           !> djgpp/config.over djgpp/fixpmain
18532           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
18533           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
18534           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
18535 ____________________________________________________________________________
18536 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
18537         Log: Update Changes.
18538      Branch: perl
18539            ! Changes patchlevel.h
18540 ____________________________________________________________________________
18541 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
18542         Log: The existence shall be MANIFESted.
18543      Branch: perl
18544            ! MANIFEST
18545 ____________________________________________________________________________
18546 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
18547         Log: The old libnet.cfg is first searched from the current directory,
18548              only then from the module path.
18549      Branch: perl
18550            ! utils/libnetcfg.PL
18551 ____________________________________________________________________________
18552 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
18553         Log: NetWare tweaks from Guruprasad.
18554      Branch: perl
18555            ! NetWare/Makefile NetWare/config.wc
18556 ____________________________________________________________________________
18557 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
18558         Log: Subject: [PATCH] djgpp updates
18559              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
18560              Date: Tue, 19 Jun 2001 10:59:06 +0200
18561              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
18562      Branch: perl
18563            ! djgpp/config.over djgpp/fixpmain
18564 ____________________________________________________________________________
18565 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
18566         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
18567              From: Prymmer/Kahn <pvhp@best.com>
18568              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
18569              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
18570      Branch: perl
18571            ! win32/Makefile
18572 ____________________________________________________________________________
18573 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
18574         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
18575              to happen right after the inclusion of <inttypes.h>,
18576              from Edward Moy.
18577      Branch: perl
18578            ! handy.h perl.h
18579 ____________________________________________________________________________
18580 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
18581         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
18582              From: Doug MacEachern <dougm@covalent.net>
18583              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
18584              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
18585      Branch: perl
18586            ! ext/DynaLoader/DynaLoader_pm.PL
18587 ____________________________________________________________________________
18588 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
18589         Log: Revert #10656 for perfomance reasons but leave in the
18590              use of Hv*() macros -- in comments, so that grepping the
18591              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
18592              suggested by Sarathy, also by Abhijit.)
18593      Branch: perl
18594            ! hv.c
18595 ____________________________________________________________________________
18596 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
18597         Log: Subject: [patch] .s MakeMaker suffix
18598              From: Doug MacEachern <dougm@covalent.net>
18599              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
18600              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
18601      Branch: perl
18602            ! lib/ExtUtils/MM_Unix.pm
18603 ____________________________________________________________________________
18604 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
18605         Log: One test lost in the big shuffle restored.
18606      Branch: perl
18607            + ext/IPC/SysV/ipcsysv.t
18608            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
18609 ____________________________________________________________________________
18610 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
18611         Log: Rename the old non-standard threads tests so that
18612              they won't be invoked.
18613      Branch: perl
18614            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
18615            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
18616            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
18617            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
18618            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
18619            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
18620            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
18621            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
18622            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
18623            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
18624            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
18625            - ext/Thread/unsync4.t
18626            ! MANIFEST
18627 ____________________________________________________________________________
18628 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
18629         Log: Integrate perlio.
18630      Branch: perl
18631           !> win32/config_sh.PL
18632 ____________________________________________________________________________
18633 [ 10709] By: nick                                  on 2001/06/19  08:18:18
18634         Log: Integrate mainline
18635      Branch: perlio
18636           +> (branch 40 files)
18637            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
18638            - lib/strict/subs lib/strict/vars lib/warnings/1global
18639            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
18640            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
18641            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
18642            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
18643            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
18644            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
18645            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
18646            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
18647            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
18648            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
18649            - lib/warnings/utf8 lib/warnings/util
18650           !> (integrate 57 files)
18651 ____________________________________________________________________________
18652 [ 10708] By: nick                                  on 2001/06/19  07:57:10
18653         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
18654      Branch: perlio
18655            ! win32/config_sh.PL
18656 ____________________________________________________________________________
18657 [ 10707] By: nick                                  on 2001/06/19  07:05:07
18658         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
18659      Branch: perl
18660            ! perly.c perly.y perly_c.diff vms/perly_c.vms
18661 ____________________________________________________________________________
18662 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
18663         Log: More perl572delta tweaks.
18664      Branch: perl
18665            ! pod/perl572delta.pod
18666 ____________________________________________________________________________
18667 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
18668         Log: Update perl572delta.
18669      Branch: perl
18670            ! pod/perl572delta.pod
18671 ____________________________________________________________________________
18672 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
18673         Log: VOS updates from Paul Green.
18674      Branch: perl
18675            ! vos/Changes vos/build.cm vos/perl.bind
18676 ____________________________________________________________________________
18677 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
18678         Log: Update the vos/config.*.* files.
18679      Branch: perl
18680            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18681            ! vos/config.ga.h
18682 ____________________________________________________________________________
18683 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
18684         Log: Add a makefile for more painless adding of symbols to the
18685              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
18686              takes care of the adding)
18687      Branch: perl
18688            + vos/Makefile
18689 ____________________________________________________________________________
18690 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
18691         Log: Make libnetcfg by default display the libnet configuration,
18692              -c to change, add -i for old config, document all options,
18693              regen toc.
18694      Branch: perl
18695            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
18696 ____________________________________________________________________________
18697 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
18698         Log: gcc -Wall sweep.
18699      Branch: perl
18700            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
18701 ____________________________________________________________________________
18702 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
18703         Log: So there.
18704      Branch: perl
18705            ! universal.c
18706 ____________________________________________________________________________
18707 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
18708         Log: Document the need for sv_printify().
18709              
18710              Document that 'use utf8' has been considered.
18711              
18712              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
18713      Branch: perl
18714            ! pod/perltodo.pod universal.c
18715 ____________________________________________________________________________
18716 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
18717         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
18718              From: Nicholas Clark <nick@ccl4.org>
18719              Date: Mon, 18 Jun 2001 23:29:23 +0100
18720              Message-ID: <20010618232923.I98663@plum.flirble.org>
18721      Branch: perl
18722            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
18723            ! ext/Sys/Syslog/Makefile.PL
18724 ____________________________________________________________________________
18725 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
18726         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
18727              From: Scott.L.Miller@Compaq.com
18728              Date: Mon, 18 Jun 2001 10:12:27 -0500
18729              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
18730      Branch: perl
18731            ! lib/perl5db.pl pod/perldebug.pod
18732 ____________________________________________________________________________
18733 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
18734         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
18735              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
18736              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
18737              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
18738      Branch: perl
18739            ! lib/Carp/Heavy.pm
18740 ____________________________________________________________________________
18741 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
18742         Log: Subject: [PATCH] Documentation changes for CLONE
18743              From: Artur Bergman <artur@contiller.se>
18744              Date: Mon, 18 Jun 2001 22:06:37 +0200
18745              Message-ID: <B7542BEC.1719%artur@contiller.se>
18746      Branch: perl
18747            ! pod/perlmod.pod pod/perlsub.pod
18748 ____________________________________________________________________________
18749 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
18750         Log: Subject: Re: configure.com
18751              From: "Craig A. Berry" <craigberry@mac.com>
18752              Date: Mon, 18 Jun 2001 16:04:38 -0500
18753              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
18754      Branch: perl
18755            ! configure.com
18756 ____________________________________________________________________________
18757 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
18758         Log: Subject: PL_nullstash + perl_clone()
18759              From: Doug MacEachern <dougm@covalent.net>
18760              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
18761              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
18762      Branch: perl
18763            ! sv.c
18764 ____________________________________________________________________________
18765 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
18766         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
18767              From: davem@fdgroup.co.uk
18768              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
18769              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
18770      Branch: perl
18771            ! embed.pl pod/perlapi.pod
18772 ____________________________________________________________________________
18773 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
18774         Log: More cross-compilation defaults gleaned from -Dcc
18775              if it is CPU-OS-gcc.
18776      Branch: metaconfig
18777            ! U/modified/libc.U
18778      Branch: metaconfig/U/perl
18779            ! Cross.U
18780      Branch: perl
18781            ! Configure INSTALL
18782 ____________________________________________________________________________
18783 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
18784         Log: Update Changes.
18785      Branch: perl
18786            ! Changes patchlevel.h
18787 ____________________________________________________________________________
18788 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
18789         Log: Subject: [PATCH 5.7.1] sv.c documentation
18790              From: davem@fdgroup.co.uk
18791              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
18792              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
18793      Branch: perl
18794            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
18795            ! sv.c sv.h
18796 ____________________________________________________________________________
18797 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
18798         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
18799              From: "Jon Gunnip" <jongunnip@hotmail.com>
18800              Date: Sun, 17 Jun 2001 18:24:29 -0400
18801              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
18802      Branch: perl
18803            ! pod/perlvar.pod
18804 ____________________________________________________________________________
18805 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
18806         Log: Move the locale/strict/warnings helper files back
18807              under the t/lib; this way the amount of non-installabled
18808              stuff under lib/ stays smaller.
18809      Branch: perl
18810            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
18811            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
18812            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
18813            + t/lib/warnings/5nolint t/lib/warnings/6default
18814            + t/lib/warnings/7fatal t/lib/warnings/8signal
18815            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
18816            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
18817            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
18818            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
18819            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
18820            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
18821            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
18822            + t/lib/warnings/taint t/lib/warnings/toke
18823            + t/lib/warnings/universal t/lib/warnings/utf8
18824            + t/lib/warnings/util
18825            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
18826            - lib/strict/subs lib/strict/vars lib/warnings/1global
18827            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
18828            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
18829            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
18830            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
18831            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
18832            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
18833            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
18834            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
18835            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
18836            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
18837            - lib/warnings/utf8 lib/warnings/util
18838            ! MANIFEST installperl lib/locale.t lib/strict.t
18839 ____________________________________________________________________________
18840 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
18841         Log: Split off the pack/unpack code, from Nicholas Clark.
18842      Branch: perl
18843            + pp_pack.c
18844            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
18845            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
18846            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
18847 ____________________________________________________________________________
18848 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
18849         Log: Guard the SysV IPC tests against being invoked in
18850              SysV-IPC-less places.
18851      Branch: perl
18852            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
18853 ____________________________________________________________________________
18854 [ 10683] By: nick                                  on 2001/06/18  12:24:42
18855         Log: Integrate mainline (new test scheme now ok on Linux).
18856      Branch: perlio
18857           +> lib/warnings.t
18858           !> dump.c sv.c
18859 ____________________________________________________________________________
18860 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
18861         Log: Add the locale.c and numeric.c to the microperl sources.
18862      Branch: perl
18863            ! Makefile.micro win32/Makefile
18864 ____________________________________________________________________________
18865 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
18866         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
18867              From: Abhijit Menon-Sen <ams@wiw.org>
18868              Date: Mon, 18 Jun 2001 14:23:44 +0530
18869              Message-ID: <20010618142344.A13136@lustre.linux.in>
18870      Branch: perl
18871            ! dump.c
18872 ____________________________________________________________________________
18873 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
18874         Log: Subject: Re: [PATCH] more anonymous stash cleanups
18875              From: Abhijit Menon-Sen <ams@wiw.org>
18876              Date: Mon, 18 Jun 2001 15:50:32 +0530
18877              Message-ID: <20010618155032.A13223@lustre.linux.in>
18878              
18879              Plus the comment left in as suggested by NI-S.
18880      Branch: perl
18881            ! sv.c
18882 ____________________________________________________________________________
18883 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
18884         Log: One missed file.
18885      Branch: perl
18886            + lib/warnings.t
18887 ____________________________________________________________________________
18888 [ 10678] By: nick                                  on 2001/06/18  08:05:29
18889         Log: Integrate mainline (part2 - the deletes)
18890      Branch: perlio
18891            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
18892            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
18893            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
18894            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
18895            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
18896            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
18897            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
18898            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
18899            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
18900            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
18901            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
18902 ____________________________________________________________________________
18903 [ 10677] By: nick                                  on 2001/06/18  08:04:44
18904         Log: Integrate mainline (part1)
18905      Branch: perlio
18906           +> (branch 376 files)
18907            - (delete 219 files)
18908           !> (integrate 151 files)
18909 ____________________________________________________________________________
18910 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
18911         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
18912              No doubt I made some mistakes like missed some files or
18913              misnamed some files.  The naming rules were more or less:
18914              (1) if the module is from CPAN, follows its ways, be it
18915              t/*.t or test.pl.
18916              (2) otherwise if there are multiple tests for a module
18917              put them in a t/
18918              (3) otherwise if there's only one test put it in Module.t
18919              (4) helper files go to module/ (locale, strict, warnings)
18920              (5) use longer filenames now that we can (but e.g. the
18921              compat-0.6.t and the Text::Balanced test files still
18922              were renamed to be more civil against the 8.3 people)
18923              installperl was updated appropriately not to install the
18924              *.t files or the help files from under lib.
18925              
18926              TODO: some helper files still remain under t/ that could
18927              follow their 'masters'.  UPDATE: On second thoughts, why
18928              should they.  They can continue to live under t/lib, and
18929              in fact the locale/strict/warnings helpers that were moved
18930              could be moved back.  This way the amount of non-installable
18931              stuff under lib/ stays smaller.
18932      Branch: perl
18933            + (add 253 files)
18934            - (delete 254 files)
18935            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
18936 ____________________________________________________________________________
18937 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
18938         Log: The warning no more comes from util.c, it comes from numeric.c.
18939      Branch: perl
18940            ! README.tru64
18941 ____________________________________________________________________________
18942 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
18943         Log: Subject: Re: anyone good at casting spells?
18944              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18945              Date: Sun, 17 Jun 2001 21:21:04 -0400
18946              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
18947      Branch: perl
18948            ! ext/POSIX/POSIX.xs hv.h
18949 ____________________________________________________________________________
18950 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
18951         Log: Protect the (original) thread tests against testing if no 5.005
18952              threads have been configured.
18953      Branch: perl
18954            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
18955            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
18956            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
18957            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
18958            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
18959            ! ext/Thread/unsync4.t
18960 ____________________________________________________________________________
18961 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
18962         Log: Try the new test scanning scheme on Text::Abbrev.
18963      Branch: perl
18964            + lib/Text/Abbrev.t
18965            - lib/Text/Abbrev/t/abbrev.t
18966            ! MANIFEST
18967 ____________________________________________________________________________
18968 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
18969         Log: Change the scan policy of the *.t and test.pl files,
18970              now the *.t do not need to live in a t/ directory.
18971      Branch: perl
18972            ! t/TEST t/harness
18973 ____________________________________________________________________________
18974 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
18975         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
18976              From: Ilmari Karonen <iltzu@sci.fi>
18977              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
18978              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
18979      Branch: perl
18980            ! pod/perlfaq7.pod
18981 ____________________________________________________________________________
18982 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
18983         Log: Quench the warnings from Tru64; the HP-UX is still
18984              broken because it really, REALLY, doesn't like the
18985              HvARRAY() being lvalue:
18986              
18987              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
18988              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
18989      Branch: perl
18990            ! hv.c
18991 ____________________________________________________________________________
18992 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
18993         Log: Integrate change #10667 from maintperl:
18994              
18995              change#10449 broke the special-case that makes lexicals inside the
18996              eval"" within DB::DB() visible
18997      Branch: perl
18998           !> op.c
18999 ____________________________________________________________________________
19000 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
19001         Log: change#10449 broke the special-case that makes lexicals inside the
19002              eval"" within DB::DB() visible
19003      Branch: maint-5.6/perl
19004            ! op.c
19005 ____________________________________________________________________________
19006 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
19007         Log: Still spurious output; indent the code a bit.
19008              
19009              TODO1: separate the utility functions like MkDir
19010              into a helper script?
19011              
19012              TODO2: I see a lot of repetition in the filepath()
19013              and dirpath() calls.
19014      Branch: perl
19015            ! t/lib/filefind.t t/lib/findtaint.t
19016 ____________________________________________________________________________
19017 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
19018         Log: Regen modlib, toc.
19019      Branch: perl
19020            ! pod/perlmodlib.pod pod/perltoc.pod
19021 ____________________________________________________________________________
19022 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
19023         Log: Add libnetcfg to perlutil.
19024      Branch: perl
19025            ! pod/perlutil.pod
19026 ____________________________________________________________________________
19027 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
19028         Log: Initial integration of libnet-1.0703.
19029              The Configure script renamed as libnetcfg, will be
19030              installed along other utilities.
19031      Branch: perl
19032            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
19033            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
19034            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
19035            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
19036            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
19037            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
19038            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
19039            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
19040            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
19041            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
19042            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
19043            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
19044            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
19045            + utils/libnetcfg.PL
19046            ! MANIFEST utils.lst utils/Makefile
19047 ____________________________________________________________________________
19048 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
19049         Log: Less potentially test-harness-confusing output.
19050      Branch: perl
19051            ! lib/Memoize/t/expire_module_t.t
19052 ____________________________________________________________________________
19053 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
19054         Log: The final print annoys make test.
19055      Branch: perl
19056            ! t/lib/filefind.t t/lib/findtaint.t
19057 ____________________________________________________________________________
19058 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
19059         Log: Add an option for handling dangling symbolic links.
19060      Branch: perl
19061            ! lib/File/Find.pm t/lib/filefind.t
19062 ____________________________________________________________________________
19063 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
19064         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
19065              From: Thomas Wegner <wegner_thomas@yahoo.com>
19066              Date: Sun, 17 Jun 2001 14:43:11 +0200
19067              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
19068      Branch: perl
19069            + t/lib/findtaint.t
19070            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
19071 ____________________________________________________________________________
19072 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
19073         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
19074              From: Jonathan Stowe <gellyfish@gellyfish.com>
19075              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
19076              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
19077      Branch: perl
19078            ! lib/ExtUtils/MM_Unix.pm
19079 ____________________________________________________________________________
19080 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
19081         Log: Subject: [PATCH] more anonymous stash cleanups
19082              From: Abhijit Menon-Sen <ams@wiw.org>
19083              Date: Sun, 17 Jun 2001 11:44:06 +0530
19084              Message-ID: <20010617114406.A25203@lustre.linux.in>
19085      Branch: perl
19086            ! op.c
19087 ____________________________________________________________________________
19088 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
19089         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
19090              From: Abhijit Menon-Sen <ams@wiw.org>
19091              Date: Sun, 17 Jun 2001 08:02:59 +0530
19092              Message-ID: <20010617080259.A28776@lustre.linux.in>
19093              
19094              Subject: [PATCH #2/7] xhv_eiter
19095              From: Abhijit Menon-Sen <ams@wiw.org>
19096              Date: Sun, 17 Jun 2001 08:13:18 +0530
19097              Message-ID: <20010617081318.B28776@lustre.linux.in>
19098              
19099              Subject: [PATCH #3/7] xhv_fill
19100              From: Abhijit Menon-Sen <ams@wiw.org>
19101              Date: Sun, 17 Jun 2001 08:25:16 +0530
19102              Message-ID: <20010617082516.C28776@lustre.linux.in>
19103              
19104              Subject: [PATCH #4/7] xhv_keys
19105              From: Abhijit Menon-Sen <ams@wiw.org>
19106              Date: Sun, 17 Jun 2001 08:36:17 +0530
19107              Message-ID: <20010617083617.D28776@lustre.linux.in>
19108              
19109              Subject: [PATCH #5/7] xhv_max
19110              From: Abhijit Menon-Sen <ams@wiw.org>
19111              Date: Sun, 17 Jun 2001 08:39:48 +0530
19112              Message-ID: <20010617083948.E28776@lustre.linux.in>
19113              
19114              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
19115              From: Abhijit Menon-Sen <ams@wiw.org>
19116              Date: Sun, 17 Jun 2001 08:51:11 +0530
19117              Message-ID: <20010617085111.F28776@lustre.linux.in>
19118      Branch: perl
19119            ! hv.c
19120 ____________________________________________________________________________
19121 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
19122         Log: Update Changes.
19123      Branch: perl
19124            ! Changes patchlevel.h
19125 ____________________________________________________________________________
19126 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
19127         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
19128              From: Abhijit Menon-Sen <ams@wiw.org>
19129              Date: Sat, 16 Jun 2001 07:41:19 +0530
19130              Message-ID: <20010616074119.A24720@lustre.linux.in>
19131      Branch: perl
19132            ! hv.c perl.c vms/vmsish.h win32/win32.h
19133 ____________________________________________________________________________
19134 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
19135         Log: Document tests failing when threaded, since we now have more.
19136      Branch: perl
19137            ! pod/perl572delta.pod
19138 ____________________________________________________________________________
19139 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
19140         Log: -Wall cleanup.
19141      Branch: perl
19142            ! ext/Thread/Thread.xs
19143 ____________________________________________________________________________
19144 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
19145         Log: pthread_attr_setstacksize() isn't absolutely necessary
19146              to call, only iff THREAD_CREATE_NEEDS_STACK.
19147      Branch: perl
19148            ! ext/Thread/Thread.xs
19149 ____________________________________________________________________________
19150 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
19151         Log: -Wall strays.
19152      Branch: perl
19153            ! perl.c util.c
19154 ____________________________________________________________________________
19155 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
19156         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
19157              (and INT64_MIN) brokenness.
19158      Branch: perl
19159            ! hints/darwin.sh perl.h
19160 ____________________________________________________________________________
19161 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
19162         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
19163              From: Nicholas Clark <nick@ccl4.org>
19164              Date: Sun, 17 Jun 2001 00:16:05 +0100
19165              Message-ID: <20010617001605.V98663@plum.flirble.org>
19166      Branch: perl
19167            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
19168            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
19169            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19170 ____________________________________________________________________________
19171 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
19172         Log: Add perlnetware to docs; regen toc; supply skeleton
19173              docs for some Memoize submodules.
19174      Branch: perl
19175            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
19176            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
19177            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
19178            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
19179            ! win32/Makefile win32/makefile.mk
19180 ____________________________________________________________________________
19181 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
19182         Log: pod cleanup.
19183      Branch: perl
19184            ! README.netware
19185 ____________________________________________________________________________
19186 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
19187         Log: Integrate Memoize 0.64.  Few tweaks were required in
19188              the test scripts.  Note that the speed and expire*
19189              tests take several dozen seconds to run.
19190      Branch: perl
19191            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
19192            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
19193            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
19194            + lib/Memoize/README lib/Memoize/SDBM_File.pm
19195            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
19196            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
19197            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
19198            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
19199            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
19200            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
19201            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
19202            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
19203            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
19204            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
19205            ! MANIFEST t/lib/1_compile.t
19206 ____________________________________________________________________________
19207 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
19208         Log: Document the cross-compilation options.
19209      Branch: perl
19210            ! Cross/README INSTALL
19211 ____________________________________________________________________________
19212 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
19213         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
19214      Branch: perl
19215            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
19216            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
19217            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
19218            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
19219            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
19220            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
19221            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
19222            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
19223            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
19224            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
19225            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
19226            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
19227            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
19228            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
19229            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
19230            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
19231            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
19232            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
19233            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
19234            + lib/ExtUtils/MM_NW5.pm
19235            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
19236            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
19237            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
19238            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
19239            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
19240            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
19241            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
19242            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
19243            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
19244            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
19245            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
19246            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
19247            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
19248            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
19249            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
19250            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
19251            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
19252            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
19253            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
19254            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
19255            ! util.h x2p/a2py.c
19256 ____________________________________________________________________________
19257 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
19258         Log: Resort MANIFEST.
19259      Branch: perl
19260            ! MANIFEST
19261 ____________________________________________________________________________
19262 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
19263         Log: Integrate perlio.
19264      Branch: perl
19265           +> win32/win32io.c
19266           !> MANIFEST perlio.c perliol.h win32/makefile.mk
19267 ____________________________________________________________________________
19268 [ 10640] By: nick                                  on 2001/06/16  18:38:31
19269         Log: Disable :win32 layer as default till I get it working
19270      Branch: perlio
19271            ! MANIFEST perlio.c
19272 ____________________________________________________________________________
19273 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
19274         Log: Try the new scheme by moving the Text::Abbrev test
19275              to a new place under lib.
19276      Branch: perl
19277            + lib/Text/Abbrev/t/abbrev.t
19278            - t/lib/abbrev.t
19279            ! MANIFEST
19280 ____________________________________________________________________________
19281 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
19282         Log: Make the code even more dynamical so that testname
19283              suffix length can change.
19284      Branch: perl
19285            ! lib/Test/Harness.pm t/TEST
19286 ____________________________________________________________________________
19287 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
19288         Log: Allow for deeper t/ and also a single test.pl.
19289      Branch: perl
19290            ! t/TEST t/harness
19291 ____________________________________________________________________________
19292 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
19293         Log: #define fix from Nicholas Clark.
19294      Branch: perl
19295            ! ext/POSIX/POSIX.xs
19296 ____________________________________________________________________________
19297 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
19298         Log: Initialization is nice.
19299      Branch: perl
19300            ! lib/Test/Harness.pm
19301 ____________________________________________________________________________
19302 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
19303         Log: Make t/TEST and t/harness to test also the t/ tests
19304              under the main lib/ and ext/ directories.  Fix Test::Harness
19305              to dynamically change the width of its "foo/bar....ok" output.
19306      Branch: perl
19307            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
19308 ____________________________________________________________________________
19309 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
19310         Log: Subject: [PATCH] Re: perl@10611 
19311              From: Nicholas Clark <nick@ccl4.org>
19312              Date: Sat, 16 Jun 2001 16:52:47 +0100
19313              Message-ID: <20010616165247.O98663@plum.flirble.org>
19314              
19315              The .xs parts, too.
19316      Branch: perl
19317            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
19318            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
19319 ____________________________________________________________________________
19320 [ 10632] By: nick                                  on 2001/06/16  16:44:35
19321         Log: Work-in-progress win32 layer semi-functional, checking 
19322              for UNIX breakage.
19323      Branch: perlio
19324            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
19325 ____________________________________________________________________________
19326 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
19327         Log: Subject: [PATCH] Re: perl@10611 
19328              From: Nicholas Clark <nick@ccl4.org>
19329              Date: Sat, 16 Jun 2001 16:52:47 +0100
19330              Message-ID: <20010616165247.O98663@plum.flirble.org>
19331      Branch: perl
19332            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
19333            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
19334            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
19335            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
19336            ! lib/ExtUtils/Constant.pm
19337 ____________________________________________________________________________
19338 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
19339         Log: Metaconfig unit change for #10629.
19340      Branch: metaconfig
19341            ! U/modified/Finish.U
19342 ____________________________________________________________________________
19343 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
19344         Log: The extraction changed directories.
19345      Branch: perl
19346            ! Configure
19347 ____________________________________________________________________________
19348 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
19349         Log: Math::BigInt 1.35 from Tels.
19350      Branch: perl
19351            + t/lib/mbimbf.t
19352            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19353            ! t/lib/bigfltpm.t t/lib/bigintpm.t
19354 ____________________________________________________________________________
19355 [ 10627] By: nick                                  on 2001/06/16  14:54:52
19356         Log: Work in progress UNIX-side edit of win32 PerLIO layer
19357      Branch: perlio
19358            + win32/win32io.c
19359            ! perlio.c win32/makefile.mk
19360 ____________________________________________________________________________
19361 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
19362         Log: Subject: [PATCH 5.6.1] os2/diff-configure
19363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19364              Date: Fri, 15 Jun 2001 01:19:36 -0400
19365              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
19366              
19367              Empty all of it because I think #10624 made even the
19368              last patch hunk unnecessary.
19369      Branch: perl
19370            ! os2/diff.configure
19371 ____________________________________________________________________________
19372 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
19373         Log: Metaconfig unit change for 10624.
19374      Branch: metaconfig
19375            ! U/modified/libc.U
19376      Branch: perl
19377            ! config_h.SH
19378 ____________________________________________________________________________
19379 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
19380         Log: Move the initialization of libnames to the beginning so
19381              that can one 'seed' it (as OS/2 does.)
19382      Branch: perl
19383            ! Configure
19384 ____________________________________________________________________________
19385 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
19386         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
19387              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19388              Date: Fri, 15 Jun 2001 19:10:57 -0400
19389              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
19390      Branch: perl
19391            ! os2/OS2/REXX/DLL/DLL.pm
19392 ____________________________________________________________________________
19393 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
19394         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
19395              From: "Craig A. Berry" <craigberry@mac.com>
19396              Date: Fri, 15 Jun 2001 17:00:03 -0500
19397              Message-Id: <a05101007b750342599be@[172.16.52.1]>
19398      Branch: perl
19399            ! vms/descrip_mms.template
19400 ____________________________________________________________________________
19401 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
19402         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
19403              From: "Craig A. Berry" <craigberry@mac.com>
19404              Date: Fri, 15 Jun 2001 18:39:42 -0500
19405              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
19406      Branch: perl
19407            ! lib/File/Spec/VMS.pm t/lib/extutils.t
19408 ____________________________________________________________________________
19409 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
19410         Log: Integrate perlio.
19411      Branch: perl
19412           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
19413           !> t/io/utf8.t t/lib/io_scalar.t
19414 ____________________________________________________________________________
19415 [ 10619] By: nick                                  on 2001/06/15  21:05:19
19416         Log: Generated files
19417      Branch: perlio
19418            ! embed.h proto.h
19419 ____________________________________________________________________________
19420 [ 10618] By: nick                                  on 2001/06/15  20:27:42
19421         Log: Fix open.pm to work via XS-implemented method calls rather
19422              than *open::layers variables which caused all the HV/AV hassle.
19423      Branch: perlio
19424            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
19425            ! t/lib/io_scalar.t
19426 ____________________________________________________________________________
19427 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
19428         Log: Integrate perlio.
19429      Branch: perl
19430           !> lib/ExtUtils/Constant.pm
19431 ____________________________________________________________________________
19432 [ 10616] By: nick                                  on 2001/06/15  18:46:47
19433         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
19434      Branch: perlio
19435            ! lib/ExtUtils/Constant.pm
19436 ____________________________________________________________________________
19437 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
19438         Log: Integrate perlio.
19439      Branch: perl
19440           !> ext/Socket/Socket.xs
19441 ____________________________________________________________________________
19442 [ 10614] By: nick                                  on 2001/06/15  18:33:37
19443         Log: MULTIPLICITY fix for Socket.xs
19444      Branch: perlio
19445            ! ext/Socket/Socket.xs
19446 ____________________________________________________________________________
19447 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
19448         Log: Subject: Re: perl@10611
19449              From: Doug MacEachern <dougm@covalent.net>
19450              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
19451              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
19452      Branch: perl
19453            ! ext/Socket/Socket.xs
19454 ____________________________________________________________________________
19455 [ 10612] By: nick                                  on 2001/06/15  16:14:38
19456         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
19457      Branch: perlio
19458           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19459           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
19460           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
19461           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
19462           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
19463           !> utils/h2ph.PL
19464 ____________________________________________________________________________
19465 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
19466         Log: Update Changes.
19467      Branch: perl
19468            ! Changes patchlevel.h
19469 ____________________________________________________________________________
19470 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
19471         Log: Upping the test count.
19472      Branch: perl
19473            ! t/lib/filefind.t
19474 ____________________________________________________________________________
19475 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
19476         Log: Integrate perlio.
19477      Branch: perl
19478           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19479 ____________________________________________________________________________
19480 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
19481         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
19482              From: andreas.koenig@anima.de (Andreas J. Koenig)
19483              Date: 15 Jun 2001 13:30:39 +0200
19484              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
19485              
19486              Record the grim history.
19487      Branch: perl
19488            ! lib/File/Find.pm
19489 ____________________________________________________________________________
19490 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
19491         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
19492              From: Brian McCauley <nobull@mail.com>
19493              Date: 15 Jun 2001 07:51:26 +0100
19494              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
19495      Branch: perl
19496            ! lib/File/Find.pm t/lib/filefind.t
19497 ____________________________________________________________________________
19498 [ 10606] By: nick                                  on 2001/06/15  14:00:08
19499         Log: regen_config_h for Win32.
19500      Branch: perlio
19501            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19502 ____________________________________________________________________________
19503 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
19504         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
19505              From: Peter Prymmer <pvhp@forte.com>
19506              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
19507              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
19508      Branch: perl
19509            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
19510 ____________________________________________________________________________
19511 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
19512         Log: Some filesystems require writability for rename/unlink.
19513      Branch: perl
19514            ! opcode.pl
19515 ____________________________________________________________________________
19516 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
19517         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
19518              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
19519              Date: Fri, 15 Jun 2001 12:08:53 +0200
19520              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
19521      Branch: perl
19522            ! perlio.c
19523 ____________________________________________________________________________
19524 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
19525         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
19526              From: Mike Guy <mjtg@cam.ac.uk>
19527              Date: Fri, 15 Jun 2001 14:11:49 +0100
19528              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
19529      Branch: perl
19530            ! opcode.pl
19531 ____________________________________________________________________________
19532 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
19533         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
19534              From: Nicholas Clark <nick@ccl4.org>
19535              Date: Thu, 14 Jun 2001 23:52:56 +0100
19536              Message-ID: <20010614235256.G98663@plum.flirble.org>
19537      Branch: perl
19538            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
19539            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19540 ____________________________________________________________________________
19541 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
19542         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
19543              From: Russ Allbery <rra@stanford.edu>
19544              Date: 14 Jun 2001 13:24:43 -0700
19545              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
19546      Branch: perl
19547            ! ext/GDBM_File/GDBM_File.pm
19548 ____________________________________________________________________________
19549 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
19550         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
19551              From: Nicholas Clark <nick@ccl4.org>
19552              Date: Thu, 14 Jun 2001 20:37:47 +0100
19553              Message-ID: <20010614203747.F98663@plum.flirble.org>
19554      Branch: perl
19555            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19556            ! t/lib/gdbm.t
19557 ____________________________________________________________________________
19558 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
19559         Log: Integrate perlio.
19560      Branch: perl
19561           !> makedef.pl sv.c
19562 ____________________________________________________________________________
19563 [ 10597] By: nick                                  on 2001/06/15  11:08:13
19564         Log: Check that HVs with HvNAME() != NULL are really stashes before
19565              treating them as such. Also be more defensive on the GvCV.
19566              Win32 fork and dprof now working again. 
19567      Branch: perlio
19568            ! sv.c
19569 ____________________________________________________________________________
19570 [ 10596] By: nick                                  on 2001/06/15  10:11:20
19571         Log: Integrate mainline.
19572      Branch: perlio
19573           +> Cross/README
19574           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
19575           !> Porting/config_H config_h.SH configure.com epoc/config.sh
19576           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
19577           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19578           !> vos/config.ga.h win32/config.bc win32/config.gc
19579           !> win32/config.vc win32/config_H.bc win32/config_H.gc
19580           !> win32/config_H.vc
19581 ____________________________________________________________________________
19582 [ 10595] By: nick                                  on 2001/06/15  09:37:17
19583         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
19584              - Win32 (VC++) now builds but fails:
19585              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
19586              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
19587              write.t    - open(...,"|-") not implemented on Win32 
19588      Branch: perlio
19589            ! makedef.pl
19590 ____________________________________________________________________________
19591 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
19592         Log: Integrate perlio.
19593      Branch: perl
19594           !> perlio.c win32/makefile.mk
19595 ____________________________________________________________________________
19596 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
19597         Log: Metaconfig unit changes for #10592.
19598      Branch: metaconfig
19599            + U/modified/i_varhdr.U U/modified/startsh.U
19600            - U/a_dvisory/crosscompile.U U/target/Target.U
19601            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
19602            ! U/compline/bitpbyte.U U/compline/byteorder.U
19603            ! U/compline/ccflags.U U/compline/charsize.U
19604            ! U/compline/d_casti32.U U/compline/d_castneg.U
19605            ! U/compline/d_closedir.U U/compline/d_fd_set.U
19606            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
19607            ! U/compline/d_keepsig.U U/compline/d_open3.U
19608            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
19609            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
19610            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
19611            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
19612            ! U/compline/doublesize.U U/compline/floatsize.U
19613            ! U/compline/nblock_io.U U/compline/orderlib.U
19614            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
19615            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
19616            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
19617            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
19618            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
19619            ! U/modified/spitshell.U U/threads/archname.U
19620            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
19621            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
19622            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
19623            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
19624            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
19625      Branch: metaconfig/U/perl
19626            + Cross.U
19627            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
19628            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
19629            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
19630            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
19631            ! stdio_streams.U uselfs.U
19632 ____________________________________________________________________________
19633 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
19634         Log: The first steps towards cross-compilation.
19635              
19636              Abstract execution of compiled test executables with $run,
19637              and abstract transfer of files with $to and $from.
19638              
19639              Under cross-compilation the $run, $to, and $from will point
19640              to appropriate wrapper scripts, by default ssh and scp,
19641              but also rsh, rcp, and cp are supported.  If not
19642              cross-compiling, they will be set to '', ':', and ':',
19643              respectively.
19644              
19645              With these patches I was able to get Configure for
19646              iPAQ ARM Linux on an Intel Linux about 95% right
19647              (only a few tests failed to execute or they produced
19648              incorrect results), and I was able to compile
19649              a functional miniperl.
19650              
19651              The symbol crosscompile renamed to be usecrosscompile,
19652              the corresponding C symbol from CROSSCOMPILE to
19653              USE_CROSS_COMPILE.
19654      Branch: perl
19655            ! Configure Cross/README Makefile.SH Porting/Glossary
19656            ! Porting/config.sh Porting/config_H config_h.SH configure.com
19657            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
19658            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
19659            ! vos/config.ga.def vos/config.ga.h win32/config.bc
19660            ! win32/config.gc win32/config.vc win32/config_H.bc
19661            ! win32/config_H.gc win32/config_H.vc
19662 ____________________________________________________________________________
19663 [ 10591] By: nick                                  on 2001/06/14  20:00:12
19664         Log: Steps along the road toward Win32 building again.
19665      Branch: perlio
19666            ! perlio.c win32/makefile.mk
19667 ____________________________________________________________________________
19668 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
19669         Log: Integrate perlio.
19670      Branch: perl
19671           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19672 ____________________________________________________________________________
19673 [ 10589] By: nick                                  on 2001/06/14  13:54:07
19674         Log: Routine regen_config_h for Win32
19675      Branch: perlio
19676            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19677 ____________________________________________________________________________
19678 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
19679         Log: Integrate perlio.
19680      Branch: perl
19681           +> perlyline.pl
19682           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
19683 ____________________________________________________________________________
19684 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
19685         Log: A placeholder.
19686      Branch: perl
19687            + Cross/README
19688 ____________________________________________________________________________
19689 [ 10586] By: nick                                  on 2001/06/14  08:25:07
19690         Log: Add new step to run_byacc which:
19691              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
19692              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
19693      Branch: perlio
19694            + perlyline.pl
19695            ! MANIFEST Makefile.SH perly.c
19696 ____________________________________________________________________________
19697 [ 10585] By: nick                                  on 2001/06/14  08:22:29
19698         Log: Integrate mainline
19699      Branch: perlio
19700           +> locale.c numeric.c
19701           !> Changes cygwin/Makefile.SHs embed.h embed.pl
19702           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
19703           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
19704           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
19705           !> x2p/Makefile.SH
19706 ____________________________________________________________________________
19707 [ 10584] By: nick                                  on 2001/06/14  08:05:53
19708         Log: Hack to remove insecure directories from PATH so test will run.
19709      Branch: perlio
19710            ! t/lib/filefind.t
19711 ____________________________________________________________________________
19712 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
19713         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
19714      Branch: perl
19715            - t/lib/mbimbf.t
19716            ! MANIFEST
19717 ____________________________________________________________________________
19718 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
19719         Log: Detypo.
19720      Branch: perl
19721            ! x2p/Makefile.SH
19722 ____________________________________________________________________________
19723 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
19724         Log: de-$CONFIG continues.
19725      Branch: perl
19726            ! cygwin/Makefile.SHs x2p/Makefile.SH
19727 ____________________________________________________________________________
19728 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
19729         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
19730              From: Nicholas Clark <nick@ccl4.org>
19731              Date: Wed, 13 Jun 2001 21:20:13 +0100
19732              Message-ID: <20010613212013.D98663@plum.flirble.org>
19733      Branch: perl
19734            ! opcode.pl
19735 ____________________________________________________________________________
19736 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
19737         Log: Subject: splitting util.c
19738              From: Hugo <hv@crypt.compulink.co.uk>
19739              Date: Thu, 14 Jun 2001 00:41:08 +0100
19740              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
19741      Branch: perl
19742            + locale.c numeric.c
19743            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
19744            ! pod/perlapi.pod proto.h util.c
19745 ____________________________________________________________________________
19746 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
19747         Log: Upgrade to Math::BigInt 1.34 from Tels.
19748      Branch: perl
19749            + t/lib/mbimbf.t
19750            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19751            ! t/lib/bigfltpm.t t/lib/bigintpm.t
19752 ____________________________________________________________________________
19753 [ 10577] By: nick                                  on 2001/06/13  19:02:48
19754         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
19755      Branch: perlio
19756           !> (integrate 125 files)
19757 ____________________________________________________________________________
19758 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
19759         Log: Update Changes.
19760      Branch: perl
19761            ! Changes patchlevel.h
19762 ____________________________________________________________________________
19763 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
19764         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
19765              From: "Craig A. Berry" <craigberry@mac.com>
19766              Date: Wed, 13 Jun 2001 13:24:28 -0500
19767              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
19768      Branch: perl
19769            ! ext/re/Makefile.PL
19770 ____________________________________________________________________________
19771 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
19772         Log: Mc.u.c. for #10573.
19773      Branch: metaconfig
19774            ! U/threads/usethreads.U
19775 ____________________________________________________________________________
19776 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
19777         Log: It would be also be good if I could type.
19778      Branch: perl
19779            ! Configure
19780 ____________________________________________________________________________
19781 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
19782         Log: Metaconfig unit change for #10571.
19783      Branch: metaconfig
19784            ! U/threads/usethreads.U
19785 ____________________________________________________________________________
19786 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
19787         Log: A non-empty default is a good thing.
19788      Branch: perl
19789            ! Configure
19790 ____________________________________________________________________________
19791 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
19792         Log: Metaconfig unit change for #10569.
19793      Branch: metaconfig
19794            ! U/threads/usethreads.U
19795 ____________________________________________________________________________
19796 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
19797         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
19798              extremely experimental, not even prompted for.
19799      Branch: perl
19800            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19801            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
19802            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
19803            ! win32/config.bc win32/config.gc win32/config.vc
19804 ____________________________________________________________________________
19805 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
19806         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
19807      Branch: perl
19808            ! pod/perlfaq6.pod
19809 ____________________________________________________________________________
19810 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
19811         Log: Integrate perlio; conflicts, accept Nick's versions.
19812      Branch: perl
19813           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
19814           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
19815 ____________________________________________________________________________
19816 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
19817         Log: Subject: Re: ext/ + -Wall
19818              From: Doug MacEachern <dougm@covalent.net>
19819              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
19820              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
19821      Branch: perl
19822            ! XSUB.h lib/ExtUtils/xsubpp perl.h
19823 ____________________________________________________________________________
19824 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
19825         Log: Similar logic as DB_File.xs, using the modern macros and
19826              defines them to older ones for older Perls where PERL_VERSION
19827              is not defined, from Doug MacEachern.
19828      Branch: perl
19829            ! ext/Storable/Storable.xs
19830 ____________________________________________________________________________
19831 [ 10564] By: nick                                  on 2001/06/13  15:22:01
19832         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
19833              and using that instead (name lookups are sequential search for now).
19834      Branch: perlio
19835            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
19836            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
19837 ____________________________________________________________________________
19838 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
19839         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
19840              From: "Richard Soderberg" <rs@crystalflame.net>
19841              Date: Sat, 26 May 2001 06:44:20 -0700
19842              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
19843      Branch: perl
19844            ! sv.c t/op/glob.t
19845 ____________________________________________________________________________
19846 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
19847         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
19848              From: "Craig A. Berry" <craigberry@mac.com>
19849              Date: Tue, 12 Jun 2001 23:55:26 -0500
19850              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
19851      Branch: perl
19852            ! ext/re/Makefile.PL ext/re/re.xs
19853 ____________________________________________________________________________
19854 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
19855         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
19856              suggested by NI-S.
19857      Branch: perl
19858            ! XSUB.h malloc.c perl.h
19859 ____________________________________________________________________________
19860 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
19861         Log: Regen toc.
19862      Branch: perl
19863            ! pod/perltoc.pod
19864 ____________________________________________________________________________
19865 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
19866         Log: Subject: [patch] perl.gprof control
19867              From: Doug MacEachern <dougm@covalent.net>
19868              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
19869              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
19870      Branch: perl
19871            ! miniperlmain.c perl.h
19872 ____________________________________________________________________________
19873 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
19874         Log: Subject: Re: ext/ + -Wall
19875              From: Doug MacEachern <dougm@covalent.net>
19876              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
19877              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
19878              
19879              Document ax and break up dXSARGS.
19880      Branch: perl
19881            ! XSUB.h pod/perlapi.pod
19882 ____________________________________________________________________________
19883 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
19884         Log: More AIX tweakage from Merijn.
19885      Branch: perl
19886            ! hints/aix.sh
19887 ____________________________________________________________________________
19888 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
19889         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
19890              From: "Craig A. Berry" <craigberry@mac.com>
19891              Date: Tue, 12 Jun 2001 22:57:45 -0500
19892              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
19893      Branch: perl
19894            ! vms/descrip_mms.template
19895 ____________________________________________________________________________
19896 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
19897         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
19898              From: "Craig A. Berry" <craigberry@mac.com>
19899              Date: Tue, 12 Jun 2001 22:21:39 -0500
19900              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
19901      Branch: perl
19902            ! configure.com util.c
19903 ____________________________________________________________________________
19904 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
19905         Log: New AIX dynaloading code from Jens-Uwe Mager.
19906              Does break binary compatibility.
19907      Branch: perl
19908            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
19909 ____________________________________________________________________________
19910 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
19911         Log: VMS DEC C compiler found nits by Peter Prymmer.
19912      Branch: perl
19913            ! util.c
19914 ____________________________________________________________________________
19915 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
19916         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
19917              From: Peter Prymmer <pvhp@forte.com>
19918              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
19919              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
19920      Branch: perl
19921            ! t/lib/filecomp.t
19922 ____________________________________________________________________________
19923 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
19924         Log: I wonder how many $CONFIGs still lurk in the shadows.
19925      Branch: perl
19926            ! pod/Makefile.SH x2p/cflags.SH
19927 ____________________________________________________________________________
19928 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
19929         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
19930      Branch: perl
19931            ! pod/checkpods.PL
19932 ____________________________________________________________________________
19933 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
19934         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
19935      Branch: perl
19936            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
19937 ____________________________________________________________________________
19938 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
19939         Log: Subject: [patch] rid local_patches warnings
19940              From: Doug MacEachern <dougm@covalent.net>
19941              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
19942              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
19943      Branch: perl
19944            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
19945 ____________________________________________________________________________
19946 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
19947         Log: Subject: Re: ext/ + -Wall
19948              From: Doug MacEachern <dougm@covalent.net>
19949              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
19950              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
19951      Branch: perl
19952            ! ext/attrs/attrs.xs
19953 ____________________________________________________________________________
19954 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
19955         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
19956              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19957              Date: Tue, 12 Jun 2001 14:36:20 -0400
19958              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
19959      Branch: perl
19960            ! pod/perlretut.pod
19961 ____________________________________________________________________________
19962 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
19963         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
19964              From: Mike Guy <mjtg@cam.ac.uk>
19965              Date: Tue, 12 Jun 2001 19:10:31 +0100
19966              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
19967              
19968              Subject: Re: [ID 20010612.001] out of memory during regex compilation
19969              From: Mike Guy <mjtg@cam.ac.uk>
19970              Date: Tue, 12 Jun 2001 19:21:01 +0100
19971              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
19972      Branch: perl
19973            ! pod/perlop.pod
19974 ____________________________________________________________________________
19975 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
19976         Log: AIX tweaks from Merijn H. Brand.
19977      Branch: perl
19978            ! hints/aix.sh
19979 ____________________________________________________________________________
19980 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
19981         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
19982              From: "Brendan O'Dea" <bod@compusol.com.au>
19983              Date: Wed, 13 Jun 2001 05:16:47 +1000
19984              Message-ID: <20010613051647.A8945@compusol.com.au>
19985      Branch: maint-5.6/perl
19986            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
19987 ____________________________________________________________________________
19988 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
19989         Log: Subject: Small bcopy cleanup
19990              From: Andy Dougherty <doughera@lafayette.edu>
19991              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
19992              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
19993      Branch: perl
19994            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
19995 ____________________________________________________________________________
19996 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
19997         Log: Subject: [PATCH] Re: ext/ + -Wall
19998              From: Nicholas Clark <nick@ccl4.org>
19999              Date: Wed, 13 Jun 2001 00:04:30 +0100
20000              Message-ID: <20010613000430.M5901@plum.flirble.org>
20001      Branch: perl
20002            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20003 ____________________________________________________________________________
20004 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
20005         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
20006              From: Nicholas Clark <nick@ccl4.org>
20007              Date: Tue, 12 Jun 2001 23:53:07 +0100
20008              Message-ID: <20010612235307.L5901@plum.flirble.org>
20009      Branch: perl
20010            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20011 ____________________________________________________________________________
20012 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
20013         Log: MPE/iX tweaks from Mark Bixby.
20014      Branch: perl
20015            ! hints/mpeix.sh mpeix/mpeixish.h util.c
20016 ____________________________________________________________________________
20017 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
20018         Log: Update Changes.
20019      Branch: perl
20020            ! Changes patchlevel.h
20021 ____________________________________________________________________________
20022 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
20023         Log: One less -Wall whine (found under DEBUGGING).
20024      Branch: perl
20025            ! x2p/Makefile.SH x2p/a2p.c
20026 ____________________________________________________________________________
20027 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
20028         Log: s/case-independent/case-insensitive/g
20029      Branch: perl
20030            ! pod/perldebug.pod
20031 ____________________________________________________________________________
20032 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
20033         Log: As suggested in    
20034              
20035              Subject: Re: ext/ + -Wall
20036              From: Gurusamy Sarathy <gsar@ActiveState.com>
20037              Date: Mon, 11 Jun 2001 23:34:31 -0700
20038              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
20039      Branch: perl
20040            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
20041            ! perl.h
20042 ____________________________________________________________________________
20043 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
20044         Log: Subject: ext/ + -Wall
20045              From: Doug MacEachern <dougm@covalent.net>
20046              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
20047              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
20048      Branch: perl
20049            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
20050            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
20051            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
20052            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
20053            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
20054            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
20055            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
20056            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
20057            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
20058            ! lib/ExtUtils/xsubpp
20059 ____________________________________________________________________________
20060 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
20061         Log: Subject: [PATCH] anonymous stashes
20062              From: Abhijit Menon-Sen <ams@wiw.org>
20063              Date: Tue, 12 Jun 2001 12:47:04 +0530
20064              Message-ID: <20010612124704.A29029@lustre.linux.in>
20065      Branch: perl
20066            ! dump.c gv.c sv.c xsutils.c
20067 ____________________________________________________________________________
20068 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
20069         Log: One more test for $^S.
20070      Branch: perl
20071            ! t/op/magic.t
20072 ____________________________________________________________________________
20073 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
20074         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
20075              From: Abhijit Menon-Sen <ams@wiw.org>
20076              Date: Tue, 12 Jun 2001 17:35:55 +0530
20077              Message-ID: <20010612173555.A32426@lustre.linux.in>
20078      Branch: perl
20079            ! mg.c t/op/magic.t
20080 ____________________________________________________________________________
20081 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
20082         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
20083              From: Mike Guy <mjtg@cam.ac.uk>
20084              Date: Tue, 12 Jun 2001 13:14:15 +0100
20085              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
20086      Branch: perl
20087            ! pod/perlop.pod
20088 ____________________________________________________________________________
20089 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
20090         Log: AUTHORS updates.
20091      Branch: perl
20092            ! AUTHORS
20093 ____________________________________________________________________________
20094 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
20095         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
20096              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
20097              Content-Transfer-Encoding: 7bit
20098              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
20099      Branch: perl
20100            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
20101 ____________________________________________________________________________
20102 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
20103         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
20104              From: "Philip Newton" <Philip.Newton@gmx.net>
20105              Date: Mon, 11 Jun 2001 07:08:03 +0200
20106              Message-Id: <200106120802.LAA08992@taas.iki.fi>
20107      Branch: perl
20108            ! t/base/term.t
20109 ____________________________________________________________________________
20110 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
20111         Log: Cleanup the a2p.c for -Wall.
20112      Branch: perl
20113            ! x2p/Makefile.SH x2p/a2p.c
20114 ____________________________________________________________________________
20115 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
20116         Log: File::Find update for MacOS from Chris Nandor.
20117      Branch: perl
20118            ! lib/File/Find.pm t/lib/filefind.t
20119 ____________________________________________________________________________
20120 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
20121         Log: gcc -Wall nits picked out by a non-UNIX system
20122              (courtesy of Mark Bixby)
20123      Branch: perl
20124            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
20125            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
20126            ! pp_sys.c util.c
20127 ____________________________________________________________________________
20128 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
20129         Log: Metaconfig unit change for #10522.  (The d_modfl changes
20130              placate metalint.)
20131      Branch: metaconfig/U/perl
20132            ! d_modfl.U d_u32align.U
20133 ____________________________________________________________________________
20134 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
20135         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
20136              be "./try 2>&1 >/dev/null".
20137      Branch: perl
20138            ! Configure
20139 ____________________________________________________________________________
20140 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
20141         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
20142              From: "Craig A. Berry" <craigberry@mac.com>
20143              Date: Mon, 11 Jun 2001 14:00:32 -0500
20144              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
20145      Branch: perl
20146            ! configure.com
20147 ____________________________________________________________________________
20148 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
20149         Log: Move the full \p\P lists to perlunicode.
20150      Branch: perl
20151            ! pod/perlretut.pod pod/perlunicode.pod
20152 ____________________________________________________________________________
20153 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
20154         Log: VOS build tweak for 5.6.1 from Paul Green.
20155      Branch: maint-5.6/perl
20156            ! vos/build.cm
20157 ____________________________________________________________________________
20158 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
20159         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
20160              From: "Craig A. Berry" <craigberry@mac.com>
20161              Date: Fri, 8 Jun 2001 18:08:18 -0500
20162              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
20163      Branch: perl
20164            ! vms/vms.c
20165 ____________________________________________________________________________
20166 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
20167         Log: Update Changes.
20168      Branch: perl
20169            ! Changes patchlevel.h
20170 ____________________________________________________________________________
20171 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
20172         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
20173      Branch: perl
20174            ! vos/config.alpha.h vos/config.ga.h
20175 ____________________________________________________________________________
20176 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
20177         Log: VOS updates from Paul Green for @10476.
20178      Branch: perl
20179            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
20180            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20181            ! vos/config.ga.h vos/configure_perl.cm
20182 ____________________________________________________________________________
20183 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
20184         Log: Subject: [PATCH] Not many people know this ...
20185              From: Mike Guy <mjtg@cam.ac.uk>
20186              Date: Mon, 11 Jun 2001 14:55:15 +0100
20187              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
20188      Branch: perl
20189            ! pod/perldebug.pod
20190 ____________________________________________________________________________
20191 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
20192         Log: Add final commas to lists as suggested by Philip Newton.
20193      Branch: perl
20194            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20195 ____________________________________________________________________________
20196 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
20197         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
20198              Date: Sun, 10 Jun 2001 23:35:38 -0400
20199              From: Chris Nandor <pudge@pobox.com>
20200              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
20201      Branch: perl
20202            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
20203            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
20204            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
20205            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
20206            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
20207            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
20208            ! t/op/write.t t/pragma/strict.t
20209 ____________________________________________________________________________
20210 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
20211         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
20212              From: Chris Nandor <pudge@pobox.com>
20213              Date: Mon, 11 Jun 2001 08:24:28 -0400
20214              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
20215      Branch: perl
20216            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
20217            ! t/lib/io_dir.t
20218 ____________________________________________________________________________
20219 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
20220         Log: One more run_byacc (a hand-tweaked version had slipped in).
20221      Branch: perl
20222            ! perly.c vms/perly_c.vms
20223 ____________________________________________________________________________
20224 [ 10509] By: nick                                  on 2001/06/11  07:49:15
20225         Log: Integrate mainline
20226      Branch: perlio
20227           !> Makefile.SH embed.h embed.pl global.sym
20228           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
20229           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
20230           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
20231           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
20232 ____________________________________________________________________________
20233 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
20234         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
20235              From: Mike Guy <mjtg@cam.ac.uk>
20236              Reply-To: mjtg@cam.ac.uk
20237              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
20238      Branch: perl
20239            ! lib/ExtUtils/Manifest.pm
20240 ____________________________________________________________________________
20241 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
20242         Log: Subject: [PATCH] ExtUtils::Constant
20243              From: Nicholas Clark <nick@ccl4.org>
20244              Date: Sun, 10 Jun 2001 23:25:41 +0100
20245              Message-ID: <20010610232540.C76396@plum.flirble.org>
20246      Branch: perl
20247            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20248 ____________________________________________________________________________
20249 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
20250         Log: Integrate perlio.
20251      Branch: perl
20252           !> iperlsys.h
20253 ____________________________________________________________________________
20254 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
20255         Log: Move the grok_number and its lieutenant grok_numeric_radix
20256              from sv.c statics to util.c and public.
20257      Branch: perl
20258            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
20259            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
20260 ____________________________________________________________________________
20261 [ 10504] By: nick                                  on 2001/06/10  17:47:06
20262         Log: Fix (valid) -Wall warnings in perlio.c
20263      Branch: perlio
20264            ! iperlsys.h
20265 ____________________________________________________________________________
20266 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
20267         Log: Update perly_c.diff, update perly.fixer to edit away
20268              some of the -Wall noise.
20269      Branch: perl
20270            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
20271 ____________________________________________________________________________
20272 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
20273         Log: Check the version of byacc.
20274      Branch: perl
20275            ! Makefile.SH
20276 ____________________________________________________________________________
20277 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
20278         Log: Subject: [PATCH] perly.y overhaul
20279              From: Simon Cozens <simon@netthink.co.uk>
20280              Date: Sun, 10 Jun 2001 16:56:54 +0100
20281              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
20282              
20283              Plus make run_byacc.
20284      Branch: perl
20285            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
20286 ____________________________________________________________________________
20287 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
20288         Log: Integrate perlio.
20289      Branch: perl
20290           !> perlio.c perlsfio.h
20291 ____________________________________________________________________________
20292 [ 10499] By: nick                                  on 2001/06/10  15:01:08
20293         Log: Integrate mainline
20294      Branch: perlio
20295           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
20296           !> t/pragma/locale.t util.c
20297 ____________________________________________________________________________
20298 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
20299         Log: Put some meat on the perl572delta bones.  The list of
20300              selected bug fixes needs more work, as does still the
20301              whole document.
20302      Branch: perl
20303            ! pod/perl572delta.pod
20304 ____________________________________________________________________________
20305 [ 10497] By: nick                                  on 2001/06/10  12:27:51
20306         Log: Paper over a crack or two with USE_SFIO
20307      Branch: perlio
20308            ! perlio.c perlsfio.h
20309 ____________________________________________________________________________
20310 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
20311         Log: Update Changes.
20312      Branch: perl
20313            ! Changes patchlevel.h
20314 ____________________________________________________________________________
20315 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
20316         Log: Subject: Re: pragma/locale.t #107
20317              From: Hugo <hv@crypt.compulink.co.uk>
20318              Date: Sun, 10 Jun 2001 11:23:30 +0100
20319              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
20320              
20321              Encapsulate the scan of the decimal radix separator.
20322      Branch: perl
20323            ! embed.h embed.pl proto.h sv.c
20324 ____________________________________________________________________________
20325 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
20326         Log: Try to grok numbers both with the locale specific separator
20327              and with the usual "." (if different from the lss); add a test
20328              to locale.t to do also a little bit of math in addition to just
20329              equalness testing; remove extraneous logic as suggested in
20330              
20331              Subject: Re: pragma/locale.t #107
20332              From: Nicholas Clark <nick@ccl4.org>
20333              Date: Sat, 9 Jun 2001 22:37:36 +0100
20334              Message-ID: <20010609223735.Y76396@plum.flirble.org>
20335      Branch: perl
20336            ! sv.c t/pragma/locale.t
20337 ____________________________________________________________________________
20338 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
20339         Log: Metaconfig unit change for #10492.
20340      Branch: metaconfig/U/perl
20341            ! Extensions.U
20342 ____________________________________________________________________________
20343 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
20344         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
20345              From: Artur Bergman <artur@contiller.se> 
20346              Date: Sat, 09 Jun 2001 21:03:51 +0200
20347              Message-ID: <B7483FB6.1398%artur@contiller.se>
20348      Branch: perl
20349            ! Configure
20350 ____________________________________________________________________________
20351 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
20352         Log: Integrate perlio.
20353      Branch: perl
20354           !> perlsfio.h
20355 ____________________________________________________________________________
20356 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
20357         Log: Do locale specific separator if only in locale.
20358      Branch: perl
20359            ! util.c
20360 ____________________________________________________________________________
20361 [ 10489] By: nick                                  on 2001/06/09  19:13:25
20362         Log: Make XS/Typemap compile (but fail) with sfio
20363      Branch: perlio
20364            ! perlsfio.h
20365 ____________________________________________________________________________
20366 [ 10488] By: nick                                  on 2001/06/09  19:12:51
20367         Log: Re-integrate mainline
20368      Branch: perlio
20369           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
20370           !> proto.h sv.c util.c
20371 ____________________________________________________________________________
20372 [ 10487] By: nick                                  on 2001/06/09  16:26:29
20373         Log: Integrate mainline
20374      Branch: perlio
20375           !> (integrate 31 files)
20376 ____________________________________________________________________________
20377 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
20378         Log: Subject: [PATCH] New attempt to clone callack
20379              From: Artur Bergman <artur@contiller.se> 
20380              Date: Thu, 07 Jun 2001 11:52:16 +0200
20381              Message-ID: <B7451B6F.12B7%artur@contiller.se>
20382      Branch: perl
20383            ! embedvar.h intrpvar.h perlapi.h sv.c
20384 ____________________________________________________________________________
20385 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
20386         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
20387      Branch: perl
20388            ! embed.h embed.pl perl.h proto.h sv.c util.c
20389 ____________________________________________________________________________
20390 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
20391         Log: Subject: Re: pragma/locale.t #107
20392              From: Nicholas Clark <nick@ccl4.org>
20393              Date: Sat, 9 Jun 2001 16:26:10 +0100
20394              Message-ID: <20010609162609.V76396@plum.flirble.org>
20395              
20396              A missing NVification.
20397      Branch: perl
20398            ! sv.c
20399 ____________________________________________________________________________
20400 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
20401         Log: Redo the #10482, there already was a test script for formats.
20402      Branch: perl
20403            - t/io/format.t
20404            ! MANIFEST t/op/write.t
20405 ____________________________________________________________________________
20406 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
20407         Log: Twisted format testing, from Merijn.
20408      Branch: perl
20409            + t/io/format.t
20410            ! MANIFEST
20411 ____________________________________________________________________________
20412 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
20413         Log: More \p{In...} testing, combined with \N{...}.
20414      Branch: perl
20415            ! lib/utf8_heavy.pl t/op/pat.t
20416 ____________________________________________________________________________
20417 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
20418         Log: Metaconfig changes for #10479.
20419      Branch: metaconfig
20420            ! U/Glossary.patch
20421      Branch: metaconfig/U/perl
20422            ! d_modfl.U
20423 ____________________________________________________________________________
20424 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
20425         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
20426      Branch: perl
20427            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20428            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
20429            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
20430            ! win32/config.bc win32/config.gc win32/config.vc
20431 ____________________________________________________________________________
20432 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
20433         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
20434              From: "Craig A. Berry" <craigberry@mac.com>
20435              Date: Thu, 7 Jun 2001 14:27:20 -0500
20436              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
20437      Branch: perl
20438            ! vms/perlvms.pod
20439 ____________________________________________________________________________
20440 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
20441         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
20442              From: Gisle Aas <gisle@ActiveState.com>
20443              Date: 07 Jun 2001 17:04:29 -0700
20444              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
20445      Branch: perl
20446            ! ext/re/re.xs
20447 ____________________________________________________________________________
20448 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
20449         Log: Update Changes.
20450      Branch: perl
20451            ! Changes patchlevel.h
20452 ____________________________________________________________________________
20453 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
20454         Log: Regen Glossary et alia.
20455      Branch: perl
20456            ! Porting/Glossary Porting/config.sh Porting/config_H
20457 ____________________________________________________________________________
20458 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
20459         Log: Metaconfig unit changes for #10473.
20460      Branch: metaconfig/U/perl
20461            ! d_modfl.U
20462 ____________________________________________________________________________
20463 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
20464         Log: Harumph, also AIX will spill its guts (i.e. dump core)
20465              if an executable contains modfl() but it hasn't been
20466              compiled right (in the case of AIX, with cc -qlongdouble).
20467      Branch: perl
20468            ! Configure
20469 ____________________________________________________________________________
20470 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
20471         Log: integrate change#10471 from mainline
20472              
20473              in change#10451, check that CvOUTSIDE is a CV before looking in
20474              (it can apparently be SVt_NULL during global destruction)
20475      Branch: maint-5.6/perl
20476           !> op.c
20477 ____________________________________________________________________________
20478 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
20479         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
20480              (it can apparently be SVt_NULL during global destruction)
20481      Branch: perl
20482            ! op.c
20483 ____________________________________________________________________________
20484 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
20485         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
20486              From: Robin Barker <rmb1@cise.npl.co.uk>
20487              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
20488              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
20489      Branch: perl
20490            ! lib/diagnostics.pm pod/perldiag.pod
20491 ____________________________________________________________________________
20492 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
20493         Log: Subject: [PATCH perl@10439] long =item
20494              From: Robin Barker <rmb1@cise.npl.co.uk>
20495              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
20496              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
20497      Branch: perl
20498            ! README.amiga lib/Attribute/Handlers.pm
20499            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
20500 ____________________________________________________________________________
20501 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
20502         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
20503              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
20504              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
20505              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
20506      Branch: perl
20507            ! pod/perlguts.pod
20508 ____________________________________________________________________________
20509 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
20510         Log: Integrate perlio.
20511      Branch: perl
20512           !> sv.c
20513 ____________________________________________________________________________
20514 [ 10466] By: nick                                  on 2001/06/07  10:25:40
20515         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
20516              whitespace tweaks.
20517              Still coredumps in pragma/overload.t - what a nice hard fail that is...
20518      Branch: perlio
20519            ! sv.c
20520 ____________________________________________________________________________
20521 [ 10465] By: nick                                  on 2001/06/07  08:41:58
20522         Log: Raw integrate of mainline for S_grok_number debug
20523              (sv.c has MULTIPLICITY issues as well as whatever else ...)
20524      Branch: perlio
20525            - plan9/perlplan9.doc plan9/perlplan9.pod
20526           !> (integrate 46 files)
20527 ____________________________________________________________________________
20528 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
20529         Log: The proper prototyping for #10463.
20530      Branch: perl
20531            ! embed.h embed.pl proto.h sv.c
20532 ____________________________________________________________________________
20533 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
20534         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
20535              From: Nicholas Clark <nick@ccl4.org>
20536              Date: Thu, 7 Jun 2001 00:29:59 +0100
20537              Message-ID: <20010607002959.Z76396@plum.flirble.org>
20538      Branch: perl
20539            ! sv.c
20540 ____________________________________________________________________________
20541 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
20542         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
20543              From: "Craig A. Berry" <craigberry@mac.com>
20544              Date: Wed, 06 Jun 2001 17:54:30 -0500
20545              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
20546      Branch: perl
20547            ! vms/perlvms.pod
20548 ____________________________________________________________________________
20549 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
20550         Log: Podify the remaining README.platform files;
20551              merge README.plan9 and plan9/perlplan9.pod;
20552              delete plan9/perlplan9.* (the perlplan.doc needs to
20553              be regenerated in Plan 9); make the =head1 and =head2
20554              in the README.platform to be a little more verbose
20555              (skipped README.os2 not to anger Ilya) so that they
20556              look better in the toc; regen toc.
20557      Branch: perl
20558            - plan9/perlplan9.doc plan9/perlplan9.pod
20559            ! MANIFEST README.aix README.amiga README.apollo README.beos
20560            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
20561            ! README.hpux README.hurd README.machten README.macos
20562            ! README.micro README.mint README.mpeix README.os390
20563            ! README.plan9 README.qnx README.solaris README.threads
20564            ! README.tru64 README.vmesa README.vms README.vos README.win32
20565            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
20566            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
20567 ____________________________________________________________________________
20568 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
20569         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
20570              From: Mike Guy <mjtg@cam.ac.uk>
20571              Reply-To: mjtg@cam.ac.uk
20572              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
20573      Branch: perl
20574            ! pod/perlguts.pod
20575 ____________________________________________________________________________
20576 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
20577         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
20578              From: Mike Guy <mjtg@cam.ac.uk>
20579              Reply-To: mjtg@cam.ac.uk
20580              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
20581      Branch: perl
20582            ! pod/perlsec.pod
20583 ____________________________________________________________________________
20584 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
20585         Log: Disable long doubles from pre-5.0 Tru64s.
20586      Branch: perl
20587            ! README.tru64 hints/dec_osf.sh
20588 ____________________________________________________________________________
20589 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
20590         Log: The #10455 exposed that modfl() is fundamentally busted
20591              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
20592              testing it.
20593      Branch: perl
20594            ! hints/dec_osf.sh
20595 ____________________________________________________________________________
20596 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
20597         Log: Metaconfig unit change for #10455.
20598      Branch: metaconfig/U/perl
20599            ! d_modfl.U
20600 ____________________________________________________________________________
20601 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
20602         Log: Configure check for geborken modfl(), inspired by
20603              
20604              Subject: Re: [20010118.017] op/int.t failure 
20605              From: Hugo <hv@crypt.compulink.co.uk>
20606              Date: Tue, 05 Jun 2001 13:43:27 +0100
20607              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
20608      Branch: perl
20609            ! Configure
20610 ____________________________________________________________________________
20611 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
20612         Log: Integrate changes #10450 and #10451 from maintperl:
20613              
20614              optimize change#10448 slightly (don't repeat search in eval""s lexical
20615              scope, since that has already been searched)
20616              
20617              change#9108 needs subtler treatment for case of closures created
20618              within eval""
20619      Branch: perl
20620           !> op.c t/op/misc.t
20621 ____________________________________________________________________________
20622 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
20623         Log: MakeMaker magic to compile (when no dynamic loading)
20624              List/Util.xsc as (ListUtil.c and) ListUtil.o since
20625              POSIX-BC (BS2000) linker has an evil limitation of
20626              being unable to include in the same executable several
20627              object files with the same name - case-insensitively -
20628              because otherwise we conflict with util.c.
20629              Strictly speaking currently required only in POSIX-BC
20630              but probably will do no harm elsewhere where static
20631              linking is required.
20632      Branch: perl
20633            ! ext/List/Util/Makefile.PL
20634 ____________________________________________________________________________
20635 [ 10452] By: nick                                  on 2001/06/06  08:59:51
20636         Log: Integrate mainline.
20637      Branch: perlio
20638           +> lib/Attribute/Handlers/demo/Demo.pm
20639           +> lib/Attribute/Handlers/demo/Descriptions.pm
20640           +> lib/Attribute/Handlers/demo/MyClass.pm
20641           +> lib/Attribute/Handlers/demo/demo.pl
20642           +> lib/Attribute/Handlers/demo/demo2.pl
20643           +> lib/Attribute/Handlers/demo/demo3.pl
20644           +> lib/Attribute/Handlers/demo/demo4.pl
20645           +> lib/Attribute/Handlers/demo/demo_call.pl
20646           +> lib/Attribute/Handlers/demo/demo_chain.pl
20647           +> lib/Attribute/Handlers/demo/demo_cycle.pl
20648           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
20649           +> lib/Attribute/Handlers/demo/demo_phases.pl
20650           +> lib/Attribute/Handlers/demo/demo_range.pl
20651           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
20652           +> uts/strtol_wrap.c
20653           !> (integrate 91 files)
20654 ____________________________________________________________________________
20655 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
20656         Log: change#9108 needs subtler treatment for case of closures created
20657              within eval""
20658      Branch: maint-5.6/perl
20659            ! op.c t/op/misc.t
20660 ____________________________________________________________________________
20661 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
20662         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
20663              scope, since that has already been searched)
20664      Branch: maint-5.6/perl
20665            ! op.c
20666 ____________________________________________________________________________
20667 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
20668         Log: Integrate change #10448 from maintperl; lexicals
20669              outside an eval"" weren't resolved correctly inside a subroutine
20670              definition inside the eval"" if they were not already referenced
20671              in the toplevel of the eval""-ed code
20672      Branch: perl
20673           !> cop.h op.c pp_ctl.c t/op/misc.t
20674 ____________________________________________________________________________
20675 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
20676         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
20677              outside an eval"" weren't resolved correctly inside a subroutine
20678              definition inside the eval"" if they were not already referenced
20679              in the toplevel of the eval""-ed code
20680      Branch: maint-5.6/perl
20681            ! cop.h op.c pp_ctl.c t/op/misc.t
20682 ____________________________________________________________________________
20683 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
20684         Log: Subject: [PATCH] perl570delta.pod
20685              From: Peter Scott <Peter@PSDT.com> 
20686              Date: Tue, 05 Jun 2001 18:51:02 -0700
20687              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
20688      Branch: perl
20689            ! pod/perl570delta.pod
20690 ____________________________________________________________________________
20691 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
20692         Log: The fudge factor is no more needed.  I hope.
20693      Branch: perl
20694            ! t/lib/posix.t
20695 ____________________________________________________________________________
20696 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
20697         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
20698              From: Hugo <hv@crypt.compulink.co.uk>
20699              Date: Tue, 05 Jun 2001 12:58:19 +0100
20700              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
20701      Branch: perl
20702            ! util.c
20703 ____________________________________________________________________________
20704 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
20705         Log: Make up prototypes only for those who have the functions
20706              but not the prototypes.
20707      Branch: perl
20708            ! perl.h
20709 ____________________________________________________________________________
20710 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
20711         Log: Subject: Re: Not OK: perl@10439 on win32 
20712              From: Prymmer/Kahn <pvhp@best.com> 
20713              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
20714              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
20715      Branch: perl
20716            ! perl.h util.c
20717 ____________________________________________________________________________
20718 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
20719         Log: The metaconfig units changes for #10441.
20720      Branch: metaconfig
20721            ! U/modified/Extract.U U/modified/Extractall.U
20722            ! U/modified/Finish.U
20723 ____________________________________________________________________________
20724 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
20725         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
20726      Branch: perl
20727            ! Configure
20728 ____________________________________________________________________________
20729 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
20730         Log: Unnecessary fuzziness undone, noted by Mike Guy.
20731      Branch: perl
20732            ! t/op/tr.t
20733 ____________________________________________________________________________
20734 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
20735         Log: Update Changes.
20736      Branch: perl
20737            ! Changes patchlevel.h
20738 ____________________________________________________________________________
20739 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
20740         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
20741              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
20742              leakage patch.
20743      Branch: perl
20744            ! t/op/misc.t
20745 ____________________________________________________________________________
20746 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
20747         Log: Test case for #10433/#10424.
20748      Branch: perl
20749            ! t/op/misc.t
20750 ____________________________________________________________________________
20751 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
20752         Log: Subject: One fix for strtoul not setting errno
20753              From: hom00@utsglobal.com (Hal Morris)
20754              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
20755              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
20756      Branch: perl
20757            + uts/strtol_wrap.c
20758            ! MANIFEST hints/uts.sh
20759 ____________________________________________________________________________
20760 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
20761         Log: Metaconfig units changes for #10434.
20762      Branch: metaconfig
20763            ! U/modified/Cppsym.U
20764      Branch: metaconfig/U/perl
20765            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
20766            + d_syscallproto.U d_usleepproto.U
20767            ! longdblfio.U quadfio.U
20768 ____________________________________________________________________________
20769 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
20770         Log: Configure tweaks; add prototype probes, make the cpp symbols
20771              probe to cast, not whine; test for %Ld and %Lf before %lld and
20772              %llf because the L is the ANSI way.
20773      Branch: perl
20774            ! Configure config_h.SH configure.com epoc/config.sh
20775            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
20776            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
20777            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
20778 ____________________________________________________________________________
20779 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
20780         Log: Sigh.  This is what #10424 was supposed to check in.
20781      Branch: perl
20782            ! op.c sv.c sv.h
20783 ____________________________________________________________________________
20784 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
20785         Log: More verbose failure.
20786      Branch: perl
20787            ! t/op/ver.t
20788 ____________________________________________________________________________
20789 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
20790         Log: The .pm changes to go with #10428.
20791      Branch: perl
20792            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
20793            ! ext/Sys/Syslog/Syslog.pm
20794 ____________________________________________________________________________
20795 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
20796         Log: On second thoughts show to utf8 skippage message only
20797              on failures, it's too confusing otherwise,
20798      Branch: perl
20799            ! t/pragma/locale.t
20800 ____________________________________________________________________________
20801 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
20802         Log: Do not import anything from Encode.
20803      Branch: perl
20804            ! ext/MIME/Base64/QuotedPrint.pm
20805 ____________________________________________________________________________
20806 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
20807         Log: The #10402 didn't take.  Weird.
20808      Branch: perl
20809            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
20810            ! ext/Sys/Syslog/Syslog.xs
20811 ____________________________________________________________________________
20812 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
20813         Log: Eradicate traces of 'asciirange' re subpragma.
20814      Branch: perl
20815            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
20816            ! pod/perldiag.pod
20817 ____________________________________________________________________________
20818 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
20819         Log: use is a compile-time thing.
20820      Branch: perl
20821            ! ext/MIME/Base64/QuotedPrint.pm
20822 ____________________________________________________________________________
20823 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
20824         Log: Subject: [PATCH perl@10419] -Wall casting patch
20825              From: Robin Barker <rmb1@cise.npl.co.uk>
20826              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
20827              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
20828      Branch: perl
20829            ! ext/Devel/DProf/DProf.xs mg.c
20830 ____________________________________________________________________________
20831 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
20832         Log: Subject: [PATCH #2] introducing SVpad_TYPED
20833              From: Abhijit Menon-Sen <ams@wiw.org>
20834              Date: Mon, 4 Jun 2001 12:26:02 +0530
20835              Message-ID: <20010604122602.A5775@lustre.linux.in>
20836      Branch: perl
20837            ! op.c sv.c sv.h
20838 ____________________________________________________________________________
20839 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
20840         Log: testsuite for change#10192 (from Gisle Aas)
20841      Branch: perl
20842            + t/op/override.t
20843            ! MANIFEST
20844 ____________________________________________________________________________
20845 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
20846         Log: integrate changes#10414-10416 from mainline
20847              
20848              Potential buffer overrun if the radix separator is more than
20849              one byte.  Also, under locales, prefer the locale-specific
20850              separator over the old boring ".".
20851              
20852              "10.", that is, decimal numbers can have no decimal part at all.
20853              
20854              The non-locale places need love, too.
20855      Branch: maint-5.6/perl
20856           !> perl.h sv.c
20857 ____________________________________________________________________________
20858 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
20859         Log: Missed from #10420.
20860      Branch: perl
20861            ! epoc/config.sh
20862 ____________________________________________________________________________
20863 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
20864         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
20865              often this prototype goes with HAS_SETRESUID_PROTO.
20866      Branch: perl
20867            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20868            ! config_h.SH configure.com perl.h uconfig.h
20869 ____________________________________________________________________________
20870 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
20871         Log: Update Changes.
20872      Branch: perl
20873            ! Changes patchlevel.h
20874 ____________________________________________________________________________
20875 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
20876         Log: -Wall "subscript has type `char'" cleanup.
20877      Branch: perl
20878            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
20879 ____________________________________________________________________________
20880 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
20881         Log: Various "cast to pointer from integer of different size"
20882              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
20883              wide but I32 (int) only 32 bits wide).
20884              
20885              WARNING: the classnum and tagnum changes in Storable.xs
20886              may not be wise, they may be breaking binary compatibility
20887              (in 64-bit platforms), asked Raphael Manfredi about the changes.
20888      Branch: perl
20889            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
20890            ! mg.c proto.h
20891 ____________________________________________________________________________
20892 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
20893         Log: The non-locale places need love, too.
20894      Branch: perl
20895            ! perl.h
20896 ____________________________________________________________________________
20897 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
20898         Log: "10.", that is, decimal numbers can have no decimal part at all.
20899      Branch: perl
20900            ! perl.h
20901 ____________________________________________________________________________
20902 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
20903         Log: Potential buffer overrun if the radix separator is more than
20904              one byte.  Also, under locales, prefer the locale-specific
20905              separator over the old boring ".".
20906      Branch: perl
20907            ! perl.h sv.c
20908 ____________________________________________________________________________
20909 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
20910         Log: Integrate change #10412 from maintperl; locale is now
20911              per-cop, not per-op; plus retweak the locale.t to always
20912              list the skipped utf8 locales.
20913      Branch: perl
20914            ! t/pragma/locale.t
20915           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
20916           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
20917 ____________________________________________________________________________
20918 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
20919         Log: rationalize locale handling to fix the bugs uncovered by change#10394
20920              
20921              the major issue was that the runtime was looking at PL_hints rather
20922              than op_private to notice whether locale was enabled
20923              
20924              the secondary issue was that many locale-sensitive numeric ops didn't
20925              have HINT_LOCALE propagated into their op_private
20926              
20927              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
20928              instead of per-op, just like HINT_BYTE and the hints for lexical
20929              warnings (this makes the hint available to every op via PL_curcop)
20930              
20931              pragma/locale.t may need to be reworked with these fixes in mind
20932              (it currently passes its tests)
20933      Branch: maint-5.6/perl
20934            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
20935            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
20936 ____________________________________________________________________________
20937 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
20938         Log: More verbose debugging.
20939      Branch: perl
20940            ! t/pragma/locale.t
20941 ____________________________________________________________________________
20942 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
20943         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
20944              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
20945              Date: Sat, 2 Jun 2001 22:53:33 +0100
20946              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
20947      Branch: perl
20948            ! regcomp.c t/pragma/warn/regcomp
20949 ____________________________________________________________________________
20950 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
20951         Log: Mention that lexicalizing $a or $b is a bad idea if one
20952              wants to use sort().
20953      Branch: perl
20954            ! pod/perlvar.pod
20955 ____________________________________________________________________________
20956 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
20957         Log: Tweak the test to be happy if the accuracy is 'good enough'.
20958      Branch: perl
20959            ! t/lib/posix.t
20960 ____________________________________________________________________________
20961 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
20962         Log: Upgrade to Attribute::Handlers 0.70.
20963              
20964              NOTE: this unearthed the "too late for CHECK block" bug,
20965              that's why the 1_compile.t change.
20966      Branch: perl
20967            + lib/Attribute/Handlers/demo/Demo.pm
20968            + lib/Attribute/Handlers/demo/Descriptions.pm
20969            + lib/Attribute/Handlers/demo/MyClass.pm
20970            + lib/Attribute/Handlers/demo/demo.pl
20971            + lib/Attribute/Handlers/demo/demo2.pl
20972            + lib/Attribute/Handlers/demo/demo3.pl
20973            + lib/Attribute/Handlers/demo/demo4.pl
20974            + lib/Attribute/Handlers/demo/demo_call.pl
20975            + lib/Attribute/Handlers/demo/demo_chain.pl
20976            + lib/Attribute/Handlers/demo/demo_cycle.pl
20977            + lib/Attribute/Handlers/demo/demo_hashdir.pl
20978            + lib/Attribute/Handlers/demo/demo_phases.pl
20979            + lib/Attribute/Handlers/demo/demo_range.pl
20980            + lib/Attribute/Handlers/demo/demo_rawdata.pl
20981            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
20982            ! t/lib/attrhand.t
20983 ____________________________________________________________________________
20984 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
20985         Log: One less -Wall whine.
20986      Branch: perl
20987            ! regcomp.c
20988 ____________________________________________________________________________
20989 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
20990         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
20991      Branch: perl
20992           !> t/op/eval.t
20993 ____________________________________________________________________________
20994 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
20995         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
20996              aren't "normally" visible inside eval""s contained in subs unless
20997              a cloned reference to them already exists)
20998              
20999              strangely enough, t/harness didn't show this up as a failure
21000              (harness needs fixing?)
21001      Branch: maint-5.6/perl
21002            ! t/op/eval.t
21003 ____________________________________________________________________________
21004 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
21005         Log: Update to Text::Balanced 1.85.
21006      Branch: perl
21007            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
21008 ____________________________________________________________________________
21009 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
21010         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
21011              From: Nicholas Clark <nick@ccl4.org>
21012              Date: Sun, 3 Jun 2001 17:54:36 +0100
21013              Message-ID: <20010603175436.E76396@plum.flirble.org> 
21014      Branch: perl
21015            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
21016            ! ext/Sys/Syslog/Syslog.xs
21017 ____________________________________________________________________________
21018 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
21019         Log: Unused variables.
21020      Branch: perl
21021            ! util.c
21022 ____________________________________________________________________________
21023 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
21024         Log: Subject: [PATCH] APIfy op_clear 
21025              From: Simon Cozens <simon@netthink.co.uk>
21026              Date: Sun, 3 Jun 2001 13:51:46 +0100
21027              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
21028              
21029              (despite the subject line, op_null is APIfied by the patch)
21030      Branch: perl
21031            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
21032 ____________________________________________________________________________
21033 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
21034         Log: Subject: [PATCH] t/lib/extutils.t
21035              From: Nicholas Clark <nick@ccl4.org>
21036              Date: Sat, 2 Jun 2001 23:57:05 +0100
21037              Message-ID: <20010602235705.Q12698@plum.flirble.org>
21038      Branch: perl
21039            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21040 ____________________________________________________________________________
21041 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
21042         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
21043              From: Prymmer/Kahn <pvhp@best.com>
21044              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
21045              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
21046      Branch: perl
21047            ! win32/Makefile win32/makefile.mk
21048 ____________________________________________________________________________
21049 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
21050         Log: Subject: Re: 'decimal digits' macro? 
21051              From: Hugo <hv@crypt.compulink.co.uk>
21052              Date: Sun, 03 Jun 2001 04:26:36 +0100
21053              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
21054      Branch: perl
21055            ! handy.h t/lib/posix.t t/op/tr.t
21056 ____________________________________________________________________________
21057 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
21058         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
21059              From: Hugo <hv@crypt.compulink.co.uk>
21060              Date: Sun, 03 Jun 2001 14:56:30 +0100
21061              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
21062      Branch: perl
21063            ! util.c
21064 ____________________________________________________________________________
21065 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
21066         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
21067      Branch: perl
21068           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
21069           !> vms/perly_c.vms
21070 ____________________________________________________________________________
21071 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
21072         Log: fix leakage of lexicals at file scope into subroutines that were
21073              declared before them; this appears to be a longstanding bug that
21074              meant that lexicals at file scope were never "deintroduced", meaning
21075              their scope range was never properly closed, and their visibility
21076              extended to all subsequent eval""s or requires
21077              
21078              added a test case
21079              
21080              seems to also fix a case of bogus duplicate warnings
21081      Branch: maint-5.6/perl
21082            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
21083            ! vms/perly_c.vms
21084 ____________________________________________________________________________
21085 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
21086         Log: More VMS tweaks from Craig A. Berry.
21087      Branch: perl
21088            ! configure.com t/lib/extutils.t
21089 ____________________________________________________________________________
21090 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
21091         Log: -Wall cleanup continues.
21092      Branch: perl
21093            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
21094            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
21095            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
21096            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
21097            ! run.c toke.c util.c
21098 ____________________________________________________________________________
21099 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
21100         Log: The metaconfig unit change for #10390.
21101      Branch: metaconfig/U/perl
21102            ! gccvers.U
21103 ____________________________________________________________________________
21104 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
21105         Log: Drop the -ansi from the default gcc flags.
21106              
21107              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
21108              that struct cannot be compared with a flat integer, such as STRLEN.
21109              The -ansi will also cause a lot of noise in Solaris because of:
21110              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
21111      Branch: perl
21112            ! Configure
21113 ____________________________________________________________________________
21114 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
21115         Log: Integrate perlio.
21116      Branch: perl
21117           !> pod/perlapi.pod util.c
21118 ____________________________________________________________________________
21119 [ 10388] By: nick                                  on 2001/06/02  08:01:12
21120         Log: Integrate mainline
21121      Branch: perlio
21122           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
21123           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
21124           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
21125           !> t/lib/1_compile.t t/lib/mimeqp.t
21126 ____________________________________________________________________________
21127 [ 10387] By: nick                                  on 2001/06/02  07:39:17
21128         Log: Tweak util.c's atof2 for MULTIPLICITY
21129      Branch: perlio
21130            ! util.c
21131 ____________________________________________________________________________
21132 [ 10386] By: nick                                  on 2001/06/02  07:38:33
21133         Log: Integrate mainline
21134      Branch: perlio
21135           !> (integrate 41 files)
21136 ____________________________________________________________________________
21137 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
21138         Log: Add Attribute::Handlers 0.61 from Damian Conway.
21139      Branch: perl
21140            + lib/Attribute/Handlers.pm t/lib/attrhand.t
21141            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
21142 ____________________________________________________________________________
21143 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
21144         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
21145              From: Peter Prymmer <pvhp@forte.com>
21146              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
21147              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
21148      Branch: perl
21149            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
21150 ____________________________________________________________________________
21151 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
21152         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
21153              From: Jeff Pinyan <jeffp@crusoe.net>
21154              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
21155              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
21156      Branch: perl
21157            ! lib/File/Find.pm
21158 ____________________________________________________________________________
21159 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
21160         Log: Subject: [PATCH perl@10381] configure.com tweaks
21161              From: "Craig A. Berry" <craigberry@mac.com>
21162              Date: Fri, 1 Jun 2001 13:55:43 -0500
21163              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
21164      Branch: perl
21165            ! configure.com
21166 ____________________________________________________________________________
21167 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
21168         Log: Update Changes.
21169      Branch: perl
21170            ! Changes patchlevel.h
21171 ____________________________________________________________________________
21172 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
21173         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
21174              From: Mike Guy <mjtg@cam.ac.uk>
21175              Date: Fri, 01 Jun 2001 18:17:02 +0100
21176              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
21177      Branch: perl
21178            ! lib/perl5db.pl
21179 ____________________________________________________________________________
21180 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
21181         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
21182              From: Hugo <hv@crypt.compulink.co.uk>
21183              Date: Thu, 31 May 2001 20:49:48 +0100
21184              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
21185      Branch: perl
21186            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
21187            ! util.c
21188 ____________________________________________________________________________
21189 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
21190         Log: Zero() is not available in x2p (or, rather, some of its
21191              implementations like memzero() might not be available.)
21192      Branch: perl
21193            ! x2p/hash.c
21194 ____________________________________________________________________________
21195 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
21196         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
21197              From: Michael G Schwern <schwern@pobox.com>
21198              Date: Fri, 1 Jun 2001 12:00:29 +0100
21199              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
21200              
21201              (But use Zero() instead of memset.)
21202      Branch: perl
21203            ! x2p/hash.c
21204 ____________________________________________________________________________
21205 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
21206         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
21207              From: Jeff Pinyan <jeffp@crusoe.net>
21208              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
21209              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
21210      Branch: perl
21211            ! pod/perldiag.pod regcomp.c t/op/pat.t
21212 ____________________________________________________________________________
21213 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
21214         Log: Retract #10324 and #10333; not needed.
21215      Branch: perl
21216            ! hints/irix_6.sh hints/linux.sh
21217 ____________________________________________________________________________
21218 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
21219         Log: The #10370 wasn't quite right.
21220      Branch: perl
21221            ! ext/XS/Typemap/Typemap.xs
21222 ____________________________________________________________________________
21223 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
21224         Log: The metaconfig units changes for #10372.
21225      Branch: metaconfig/U/perl
21226            + d_realpath.U d_sresgproto.U d_sresuproto.U
21227            ! gccvers.U i_db.U
21228 ____________________________________________________________________________
21229 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
21230         Log: Configure tweaks; record the Berkeley DB version,
21231              probe for realpath(), for setresuid() and setresgid()
21232              prototypes; use realpath() (try to be paranoid enough),
21233              use the setres[ug]id prototypes because glibc has the functions
21234              but not their prototypes; add -Wall -ansi to gcc ccflags;
21235              regen toc.
21236      Branch: perl
21237            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21238            ! config_h.SH configure.com epoc/config.sh
21239            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
21240            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
21241            ! vos/config.ga.def win32/config.bc win32/config.gc
21242            ! win32/config.vc
21243 ____________________________________________________________________________
21244 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
21245         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
21246              From: Michael G Schwern <schwern@pobox.com>
21247              Date: Fri, 1 Jun 2001 11:28:14 +0100
21248              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
21249      Branch: perl
21250            ! lib/attributes.pm xsutils.c
21251 ____________________________________________________________________________
21252 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
21253         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
21254              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21255              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
21256              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
21257      Branch: perl
21258            ! ext/XS/Typemap/Typemap.xs
21259 ____________________________________________________________________________
21260 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
21261         Log: Subject: [patch] Cwd.xs optimizations/abstraction
21262              From: Doug MacEachern <dougm@covalent.net>
21263              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
21264              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
21265      Branch: perl
21266            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
21267            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
21268 ____________________________________________________________________________
21269 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
21270         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
21271              From: Nicholas Clark <nick@ccl4.org>
21272              Date: Thu, 31 May 2001 23:56:40 +0100
21273              Message-ID: <20010531235640.F12698@plum.flirble.org>
21274              
21275              Make the test work also under only static extensions
21276              (sh Configure -Uusedl fakes this nicely)
21277      Branch: perl
21278            ! t/lib/extutils.t
21279 ____________________________________________________________________________
21280 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
21281         Log: Subject: [PATCH hv.c] Eliminating trigraph
21282              From: Michael G Schwern <schwern@pobox.com>
21283              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
21284              Date: Fri, 1 Jun 2001 11:49:56 +0100
21285      Branch: perl
21286            ! hv.c
21287 ____________________________________________________________________________
21288 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
21289         Log: Subject: Re: [PATCH] Tests for File::Compare 
21290              From: "Philip Newton" <Philip.Newton@gmx.net>
21291              Date: Thu, 31 May 2001 19:44:05 +0200
21292              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
21293              
21294              Unnecessary "quotation marks".
21295      Branch: perl
21296            ! t/lib/filecomp.t
21297 ____________________________________________________________________________
21298 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
21299         Log: Integrate perlio.
21300      Branch: perl
21301           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
21302 ____________________________________________________________________________
21303 [ 10364] By: nick                                  on 2001/06/01  10:13:31
21304         Log: Cleanup dll.base and dll.exp created by GCC builds.
21305      Branch: perlio
21306            ! lib/ExtUtils/MM_Win32.pm
21307 ____________________________________________________________________________
21308 [ 10363] By: nick                                  on 2001/06/01  10:02:17
21309         Log: Make filecomp test work on CRLF platforms by adding binmode.
21310      Branch: perlio
21311            ! t/lib/filecomp.t
21312 ____________________________________________________________________________
21313 [ 10362] By: nick                                  on 2001/06/01  08:37:17
21314         Log: Integrate mainline
21315      Branch: perlio
21316           !> Changes Configure patchlevel.h perlio.c
21317 ____________________________________________________________________________
21318 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
21319         Log: panic:claustrophobia.
21320      Branch: perl
21321            ! perlio.c
21322 ____________________________________________________________________________
21323 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
21324         Log: Update Changes.
21325      Branch: perl
21326            ! Changes patchlevel.h
21327 ____________________________________________________________________________
21328 [ 10359] By: nick                                  on 2001/05/31  12:35:50
21329         Log: Integrate mainline.
21330      Branch: perlio
21331           +> t/lib/filecomp.t
21332           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
21333           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
21334 ____________________________________________________________________________
21335 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
21336         Log: Integrate perlio.
21337      Branch: perl
21338           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
21339           !> win32/config_H.vc
21340 ____________________________________________________________________________
21341 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
21342         Log: Metaconfig unit change for #10356.
21343      Branch: metaconfig
21344            ! U/installdirs/inc_version_list.U
21345 ____________________________________________________________________________
21346 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
21347         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
21348              (idea from Sarathy; implementation from Andy)
21349      Branch: perl
21350            ! Configure
21351 ____________________________________________________________________________
21352 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
21353         Log: More AUTHORS.
21354      Branch: perl
21355            ! AUTHORS
21356 ____________________________________________________________________________
21357 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
21358         Log: Subject: Re: [PATCH] Tests for File::Compare
21359              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
21360              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
21361              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
21362      Branch: perl
21363            + t/lib/filecomp.t
21364            ! MANIFEST t/lib/1_compile.t
21365 ____________________________________________________________________________
21366 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
21367         Log: Subject: [PATCH] DEBUG_* macro cleanups
21368              From: Abhijit Menon-Sen <ams@wiw.org>
21369              Date: Thu, 31 May 2001 12:16:22 +0530
21370              Message-ID: <20010531121622.B4829@lustre.linux.in>
21371              
21372              Subject: Re: [PATCH] DEBUG_* macro cleanups
21373              From: Abhijit Menon-Sen <ams@wiw.org>
21374              Date: Thu, 31 May 2001 13:57:01 +0530
21375              Message-ID: <20010531135701.A21775@lustre.linux.in>
21376              
21377              (The DEBUG_ definitions in perl.h changed to use the
21378              STMT_START and STMT_END.)
21379      Branch: perl
21380            ! perl.h pp_ctl.c sv.c toke.c
21381 ____________________________________________________________________________
21382 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
21383         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
21384              From: Abhijit Menon-Sen <ams@wiw.org>
21385              Date: Thu, 31 May 2001 08:27:55 +0530
21386              Message-ID: <20010531082755.A10018@lustre.linux.in>
21387      Branch: perl
21388            ! ext/Storable/Storable.xs gv.c perl.c
21389 ____________________________________________________________________________
21390 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
21391         Log: Subject: [PATCH] AUTHORS
21392              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21393              Date: Thu, 31 May 2001 01:27:59 -0500
21394              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
21395              
21396              Subject: Re: [PATCH] AUTHORS
21397              From: "Philip Newton" <Philip.Newton@gmx.net>
21398              Date: Thu, 31 May 2001 10:08:06 +0200
21399              (Message-Id missing?)
21400      Branch: perl
21401            ! AUTHORS
21402 ____________________________________________________________________________
21403 [ 10350] By: nick                                  on 2001/05/31  11:40:43
21404         Log: win32 - dmake regen_config_h
21405      Branch: perlio
21406            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21407 ____________________________________________________________________________
21408 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
21409         Log: Subject: Re: [PATCH util.c] More warning cleanups.
21410              From: "Philip Newton" <Philip.Newton@gmx.net>
21411              Date: Thu, 31 May 2001 07:41:36 +0200
21412              Message-Id: <200105310538.IAA25458@taku.hut.fi>
21413              
21414              Undo C++-ism that snekt in.
21415      Branch: perl
21416            ! util.c
21417 ____________________________________________________________________________
21418 [ 10348] By: nick                                  on 2001/05/31  11:36:46
21419         Log: Tolerate Win32 numerics
21420      Branch: perlio
21421            ! t/pragma/warn/toke
21422 ____________________________________________________________________________
21423 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
21424         Log: Integrate perlio.
21425      Branch: perl
21426           !> perlio.c win32/win32.h
21427 ____________________________________________________________________________
21428 [ 10346] By: nick                                  on 2001/05/31  10:54:55
21429         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
21430              perlio.c change 10255.
21431      Branch: perlio
21432            ! perlio.c
21433 ____________________________________________________________________________
21434 [ 10345] By: nick                                  on 2001/05/31  10:01:57
21435         Log: Conditionaly put back some "unused" dTHX which are used
21436              with PERL_IMPLICIT_SYS
21437      Branch: perlio
21438            ! perlio.c
21439 ____________________________________________________________________________
21440 [ 10344] By: nick                                  on 2001/05/31  10:00:59
21441         Log: Fix Win32 for new spelling IN_BYTES 
21442      Branch: perlio
21443            ! win32/win32.h
21444 ____________________________________________________________________________
21445 [ 10343] By: nick                                  on 2001/05/31  08:01:32
21446         Log: perlio.c -Wall cleaner under MULTIPLICITY
21447              - still minor noise with linux stdio
21448      Branch: perlio
21449            ! perlio.c
21450 ____________________________________________________________________________
21451 [ 10342] By: nick                                  on 2001/05/31  07:52:23
21452         Log: Integrate mainline.
21453      Branch: perlio
21454           !> (integrate 42 files)
21455 ____________________________________________________________________________
21456 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
21457         Log: AUTHORS updates.
21458      Branch: perl
21459            ! AUTHORS
21460 ____________________________________________________________________________
21461 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
21462         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
21463              From: Peter Prymmer <pvhp@forte.com>
21464              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
21465              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
21466      Branch: perl
21467            ! t/lib/md5-file.t
21468 ____________________________________________________________________________
21469 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
21470         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
21471              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
21472              to match the pragma name; various robustness cleanups.
21473      Branch: perl
21474            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
21475            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
21476 ____________________________________________________________________________
21477 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
21478         Log: More -Wall sweeping.
21479      Branch: perl
21480            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
21481            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
21482            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
21483            ! regcomp.c sv.c toke.c utf8.c
21484 ____________________________________________________________________________
21485 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
21486         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
21487              From: Nicholas Clark <nick@ccl4.org>
21488              Date: Wed, 30 May 2001 22:34:41 +0100
21489              Message-ID: <20010530223441.Y86445@plum.flirble.org>
21490      Branch: perl
21491            ! t/op/cmp.t
21492 ____________________________________________________________________________
21493 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
21494         Log: It's is not, it isn't ain't, and it's it's, not its,
21495              if you mean it is. If you don't, it's its. Then too,
21496              it's hers. It isn't her's. It isn't our's either.
21497              It's ours, and likewise yours and theirs.
21498              -- Oxford University Press, Edpress News
21499      Branch: perl
21500            ! lib/autouse.pm
21501 ____________________________________________________________________________
21502 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
21503         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
21504      Branch: perl
21505            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
21506            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
21507            ! x2p/str.c x2p/walk.c xsutils.c
21508 ____________________________________________________________________________
21509 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
21510         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
21511              From: Michael G Schwern <schwern@pobox.com>
21512              Date: Wed, 30 May 2001 17:10:38 +0100
21513              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
21514              
21515              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
21516              From: Abhijit Menon-Sen <ams@wiw.org>
21517              Date: Wed, 30 May 2001 23:16:13 +0530
21518              Message-ID: <20010530231613.A31933@lustre.linux.in>
21519      Branch: perl
21520            ! perl.c t/run/runenv.t
21521 ____________________________________________________________________________
21522 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
21523         Log: (Retracted by #10375.)
21524              
21525              IRIX hints patch from Merijn Broeren.
21526              
21527              TODO: (this and the earlier Linux hints patch) should be solved
21528              at Configure level.  Merijn: -ldb should not be used on any platform
21529              for perl, just when linking DBFile itself. Trying to be helpful here
21530              is counterproductive.
21531      Branch: perl
21532            ! hints/irix_6.sh
21533 ____________________________________________________________________________
21534 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
21535         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
21536              From: Nicholas Clark <nick@ccl4.org>
21537              Date: Wed, 30 May 2001 23:20:58 +0100
21538              Message-ID: <20010530232058.B86445@plum.flirble.org>
21539      Branch: perl
21540            ! doop.c
21541 ____________________________________________________________________________
21542 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
21543         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
21544              From: Michael G Schwern <schwern@pobox.com> 
21545              Date: Wed, 30 May 2001 15:24:20 +0100
21546              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
21547      Branch: perl
21548            ! t/pragma/autouse.t
21549 ____________________________________________________________________________
21550 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
21551         Log: The regex trick wasn't a good idea.
21552      Branch: perl
21553            ! pod/perlfaq4.pod
21554 ____________________________________________________________________________
21555 [ 10329] By: nick                                  on 2001/05/30  18:34:35
21556         Log: Integrate mainline
21557      Branch: perlio
21558           !> (integrate 40 files)
21559 ____________________________________________________________________________
21560 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
21561         Log: Update Changes.
21562      Branch: perl
21563            ! Changes patchlevel.h
21564 ____________________________________________________________________________
21565 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
21566         Log: The metaconfig unit change for #10325.
21567      Branch: metaconfig
21568            + U/modified/afs.U
21569 ____________________________________________________________________________
21570 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
21571         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
21572              is now wrong.
21573      Branch: perl
21574            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
21575 ____________________________________________________________________________
21576 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
21577         Log: Introduce $Config{afsroot}.
21578      Branch: perl
21579            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21580            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
21581            ! win32/config.gc win32/config.vc
21582 ____________________________________________________________________________
21583 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
21584         Log: (Retracted by #10375.)
21585              
21586              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
21587      Branch: perl
21588            ! hints/linux.sh
21589 ____________________________________________________________________________
21590 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
21591         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
21592              (Also Configure tweaks needed; coming up soon.)
21593      Branch: perl
21594            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
21595 ____________________________________________________________________________
21596 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
21597         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
21598              From: Michael G Schwern <schwern@pobox.com>
21599              Date: Sun, 27 May 2001 10:29:43 +0100
21600              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
21601      Branch: perl
21602            ! lib/perl5db.pl
21603 ____________________________________________________________________________
21604 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
21605         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
21606              and Abhijit Menon-Sen.
21607      Branch: perl
21608            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
21609            ! perl.c pp_sys.c regcomp.c
21610 ____________________________________________________________________________
21611 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
21612         Log: Fix the BOOT section to call myU2time properly.
21613      Branch: perl
21614            ! ext/Time/HiRes/HiRes.xs
21615 ____________________________________________________________________________
21616 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
21617         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
21618              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
21619              Date: Wed, 30 May 2001 09:44:29 -0400
21620              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
21621              
21622              Detypo; plus add one more trick.
21623      Branch: perl
21624            ! pod/perlfaq4.pod
21625 ____________________________________________________________________________
21626 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
21627         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
21628              From: Michael G Schwern <schwern@pobox.com>
21629              Date: Wed, 30 May 2001 14:39:06 +0100
21630              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
21631      Branch: perl
21632            ! lib/autouse.pm t/pragma/autouse.t
21633 ____________________________________________________________________________
21634 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
21635         Log: Subject: Re: AIX and gcc (moving targets)
21636              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21637              Date: Wed, 30 May 2001 15:25:08 +0200
21638              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
21639      Branch: perl
21640            ! ext/Time/HiRes/HiRes.xs
21641 ____________________________________________________________________________
21642 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
21643         Log: Subject: [PATCH t/TEST] sorting tests
21644              From: Michael G Schwern <schwern@pobox.com>
21645              Date: Wed, 30 May 2001 10:24:02 +0100
21646              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
21647      Branch: perl
21648            ! t/TEST
21649 ____________________________________________________________________________
21650 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
21651         Log: Subject: [ID 20010529.002] typos in man page perlre
21652              From: bart@cg681574-a.adubn1.nj.home.com 
21653              Date: Tue, 29 May 2001 13:58:59 -0500
21654              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
21655      Branch: perl
21656            ! pod/perlre.pod
21657 ____________________________________________________________________________
21658 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
21659         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
21660              From: "Craig A. Berry" <craigberry@mac.com>
21661              Date: Tue, 29 May 2001 23:23:45 -0500
21662              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
21663      Branch: perl
21664            ! t/lib/extutils.t t/pragma/autouse.t
21665 ____________________________________________________________________________
21666 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
21667         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
21668              From: David Dyck <dcd@tc.fluke.com>
21669              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
21670              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
21671      Branch: perl
21672            ! t/lib/filefind.t
21673 ____________________________________________________________________________
21674 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
21675         Log: AIX hints update for gcc from Merijn H. Brand.
21676      Branch: perl
21677            ! hints/aix.sh
21678 ____________________________________________________________________________
21679 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
21680         Log: Retract #10295 and #10296: a more generic solution
21681              is needed (there's something funny with gcc on AIX).
21682      Branch: perl
21683            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
21684 ____________________________________________________________________________
21685 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
21686         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
21687              From: Hugo <hv@crypt.compulink.co.uk>
21688              Date: Wed, 30 May 2001 11:59:19 +0100
21689              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
21690              
21691              localizing $@ has unfortunate semantics - if you die past
21692              a local $@, the die message is lost.
21693      Branch: perl
21694            ! lib/utf8_heavy.pl
21695 ____________________________________________________________________________
21696 [ 10309] By: nick                                  on 2001/05/30  08:23:02
21697         Log: Integrate mainline (autouse works again.)
21698      Branch: perlio
21699           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
21700           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
21701           !> pod/perlvar.pod t/op/cmp.t
21702 ____________________________________________________________________________
21703 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
21704         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
21705              From: David Dyck <dcd@tc.fluke.com>
21706              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
21707              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
21708      Branch: perl
21709            ! lib/File/Find.pm
21710 ____________________________________________________________________________
21711 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
21712         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
21713              From: Nicholas Clark <nick@ccl4.org>
21714              Date: Tue, 29 May 2001 23:16:09 +0100
21715              Message-ID: <20010529231609.U86445@plum.flirble.org>
21716              
21717              Make the test output slightly clearer by distinguishing
21718              between '' and undef.
21719      Branch: perl
21720            ! t/op/cmp.t
21721 ____________________________________________________________________________
21722 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
21723         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
21724              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21725              Date: Tue, 29 May 2001 19:15:19 -0400
21726              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
21727      Branch: perl
21728            ! hints/os2.sh
21729 ____________________________________________________________________________
21730 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
21731         Log: Subject: perlvar.pod addition
21732              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
21733              Date: Fri, 25 May 2001 20:23:12 +0200
21734              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
21735              
21736              Subject: Re: perlvar.pod addition
21737              From: "Abigail" <abigail@foad.org> 
21738              Date: Fri, 25 May 2001 22:00:39 +0200
21739              Message-ID: <20010525200039.28029.qmail@foad.org>
21740              
21741              Mention $a and $b in perlvar.
21742      Branch: perl
21743            ! pod/perlvar.pod
21744 ____________________________________________________________________________
21745 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
21746         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
21747              From: Jeff Pinyan <jeffp@crusoe.net>
21748              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
21749              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
21750      Branch: perl
21751            ! pod/perlvar.pod
21752 ____________________________________________________________________________
21753 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
21754         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
21755              From: Jeff Pinyan <jeffp@crusoe.net>
21756              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
21757              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
21758      Branch: perl
21759            ! pod/perlfaq6.pod
21760 ____________________________________________________________________________
21761 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
21762         Log: Mention Time::localtime and Time::gmtime.
21763      Branch: perl
21764            ! ext/Time/Piece/Piece.pm
21765 ____________________________________________________________________________
21766 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
21767         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
21768              From: Michael G Schwern <schwern@pobox.com>
21769              Date: Tue, 29 May 2001 18:51:32 +0100
21770              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
21771      Branch: perl
21772            ! pod/perlfaq4.pod
21773 ____________________________________________________________________________
21774 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
21775         Log: Retract #10243.
21776      Branch: perl
21777            ! lib/autouse.pm
21778 ____________________________________________________________________________
21779 [ 10299] By: nick                                  on 2001/05/29  18:41:19
21780         Log: Post weekend integrate mainline (fails one test pragma/autouse).
21781      Branch: perlio
21782           +> (branch 29 files)
21783           !> (integrate 91 files)
21784 ____________________________________________________________________________
21785 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
21786         Log: Update Changes.
21787      Branch: perl
21788            ! Changes patchlevel.h
21789 ____________________________________________________________________________
21790 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
21791         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
21792              before Perl_load_module/Perl_call_method and restore the value
21793              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
21794      Branch: perl
21795            ! utf8.c
21796 ____________________________________________________________________________
21797 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
21798         Log: Subject: Re: AIX and gcc (moving targets)
21799              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21800              Date: Tue, 29 May 2001 17:59:40 +0200
21801              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
21802      Branch: perl
21803            ! ext/Storable/Makefile.PL
21804 ____________________________________________________________________________
21805 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
21806         Log: Subject: Re: AIX and gcc (moving targets)
21807              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21808              Date: Tue, 29 May 2001 12:32:57 +0200
21809              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
21810      Branch: perl
21811            ! ext/POSIX/Makefile.PL
21812 ____________________________________________________________________________
21813 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
21814         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
21815              From: Michael G Schwern <schwern@pobox.com>
21816              Date: Tue, 29 May 2001 09:53:29 +0100
21817              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
21818              
21819              (#10280 retracted)
21820      Branch: perl
21821            ! lib/Test/Harness.pm t/lib/test-harness.t
21822 ____________________________________________________________________________
21823 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
21824         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
21825              From: Michael G Schwern <schwern@pobox.com>
21826              Date: Tue, 29 May 2001 09:19:52 +0100
21827              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
21828      Branch: perl
21829            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
21830            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
21831            + t/lib/Test/todo.t
21832            ! MANIFEST lib/Test.pm t/TEST
21833 ____________________________________________________________________________
21834 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
21835         Log: From: Michael G Schwern <schwern@pobox.com>
21836              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
21837              Date: Tue, 29 May 2001 08:26:09 +0100
21838              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
21839      Branch: perl
21840            ! t/TEST
21841 ____________________________________________________________________________
21842 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
21843         Log: Add tests for Time::gmtime and Time::localtime.
21844      Branch: perl
21845            + t/lib/time-gmtime.t t/lib/time-localtime.t
21846            ! MANIFEST t/lib/1_compile.t
21847 ____________________________________________________________________________
21848 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
21849         Log: Add test for File::stat.
21850      Branch: perl
21851            + t/lib/filestat.t
21852            ! MANIFEST t/lib/1_compile.t
21853 ____________________________________________________________________________
21854 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
21855         Log: Add test for Net::servent.
21856      Branch: perl
21857            + t/lib/net-sent.t
21858            ! MANIFEST t/lib/1_compile.t
21859 ____________________________________________________________________________
21860 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
21861         Log: Add test for Net::protoent.
21862      Branch: perl
21863            + t/lib/net-pent.t
21864            ! MANIFEST t/lib/1_compile.t
21865 ____________________________________________________________________________
21866 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
21867         Log: Add test for Net::netent.
21868      Branch: perl
21869            + t/lib/net-nent.t
21870            ! MANIFEST t/lib/1_compile.t
21871 ____________________________________________________________________________
21872 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
21873         Log: Add test for User::grent.  Portability doubtful.
21874      Branch: perl
21875            + t/lib/user-grent.t
21876            ! MANIFEST t/lib/1_compile.t
21877 ____________________________________________________________________________
21878 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
21879         Log: Add test for User::pwent.
21880              Probably will fall down somewhere for portability reasons.
21881      Branch: perl
21882            + t/lib/user-pwent.t
21883            ! MANIFEST t/lib/1_compile.t
21884 ____________________________________________________________________________
21885 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
21886         Log: Metaconfig units changes for #10283.
21887      Branch: metaconfig
21888            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
21889            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
21890            ! U/installdirs/sitescript.U U/modified/Signal.U
21891 ____________________________________________________________________________
21892 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
21893         Log: Subject: [PATCH 5.6.1] signal names in Configure
21894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21895              Date: Tue, 29 May 2001 03:52:25 -0400
21896              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
21897              
21898              Subject: [PATCH 5.6.1] older perl in Configure
21899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21900              Date: Tue, 29 May 2001 03:55:40 -0400
21901              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
21902              
21903              Subject: [PATCH 5.6.1] goofs in Configure
21904              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21905              Date: Tue, 29 May 2001 04:13:07 -0400
21906              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
21907              
21908              Configure portability tweaks.
21909      Branch: perl
21910            ! Configure
21911 ____________________________________________________________________________
21912 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
21913         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
21914              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21915              Date: Tue, 29 May 2001 04:07:06 -0400
21916              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
21917      Branch: perl
21918            ! os2/os2.c
21919 ____________________________________________________________________________
21920 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
21921         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
21922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21923              Date: Tue, 29 May 2001 04:01:38 -0400
21924              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
21925      Branch: perl
21926            ! hints/os2.sh os2/Makefile.SHs
21927 ____________________________________________________________________________
21928 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
21929         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
21930              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21931              Date: Tue, 29 May 2001 03:50:18 -0400
21932              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
21933      Branch: perl
21934            ! lib/Test/Harness.pm
21935 ____________________________________________________________________________
21936 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
21937         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
21938      Branch: perl
21939            ! lib/utf8_heavy.pl
21940 ____________________________________________________________________________
21941 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
21942         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
21943              From: Hugo <hv@crypt.compulink.co.uk>
21944              Date: Tue, 29 May 2001 03:03:45 +0100
21945              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
21946              
21947              Explanation why the $@ always gets the UTF8 flag when under use utf8--
21948              because we told it to have the flag when under use utf8.
21949      Branch: perl
21950            ! pp_ctl.c
21951 ____________________________________________________________________________
21952 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
21953         Log: At least a partial fix for 20010528.004.
21954      Branch: perl
21955            ! lib/utf8_heavy.pl
21956 ____________________________________________________________________________
21957 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
21958         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
21959              From: Nicholas Clark <nick@ccl4.org> 
21960              Date: Mon, 28 May 2001 23:39:38 +0100
21961              Message-ID: <20010528233938.M86445@plum.flirble.org>
21962              
21963              More portable non-zero UV.
21964      Branch: perl
21965            ! t/lib/extutils.t
21966 ____________________________________________________________________________
21967 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
21968         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
21969              From: Nicholas Clark <nick@ccl4.org>
21970              Date: Mon, 28 May 2001 22:46:09 +0100
21971              Message-ID: <20010528224608.L86445@plum.flirble.org>
21972              
21973              Test also "make clean".
21974      Branch: perl
21975            ! t/lib/extutils.t
21976 ____________________________________________________________________________
21977 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
21978         Log: Subject: Re: Would -Wno-unused -Wall be better?
21979              From: Michael G Schwern <schwern@pobox.com>
21980              Date: Tue, 29 May 2001 00:55:54 +0100
21981              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
21982      Branch: perl
21983            ! pp.h
21984 ____________________________________________________________________________
21985 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
21986         Log: Add a test for 20010528.007, fixed in #10272.
21987      Branch: perl
21988            ! t/op/misc.t toke.c
21989 ____________________________________________________________________________
21990 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
21991         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
21992              From: Hugo <hv@crypt.compulink.co.uk>
21993              Date: Tue, 29 May 2001 00:23:23 +0100
21994              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
21995      Branch: perl
21996            ! toke.c
21997 ____________________________________________________________________________
21998 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
21999         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
22000              From: Michael G Schwern <schwern@pobox.com>
22001              Date: Tue, 29 May 2001 00:42:59 +0100
22002              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
22003      Branch: perl
22004            ! t/pragma/autouse.t
22005 ____________________________________________________________________________
22006 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
22007         Log: Some shells seemingly arrange the signal handlers differently
22008              (bug id 20010521.004).
22009      Branch: perl
22010            ! t/lib/sigaction.t
22011 ____________________________________________________________________________
22012 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
22013         Log: Regen perlmodlib.
22014      Branch: perl
22015            ! pod/perlmodlib.pod
22016 ____________________________________________________________________________
22017 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
22018         Log: Update Changes.
22019      Branch: perl
22020            ! Changes patchlevel.h
22021 ____________________________________________________________________________
22022 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
22023         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
22024              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22025              Date: Mon, 28 May 2001 14:56:35 -0500
22026              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
22027      Branch: perl
22028            ! pod/perlnewmod.pod
22029 ____________________________________________________________________________
22030 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
22031         Log: Regen toc.
22032      Branch: perl
22033            ! pod/perltoc.pod
22034 ____________________________________________________________________________
22035 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
22036         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
22037              From: "Richard Soderberg" <rs@crystalflame.net>
22038              Date: Mon, 28 May 2001 12:31:23 -0700
22039              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
22040      Branch: perl
22041            ! t/op/splice.t
22042 ____________________________________________________________________________
22043 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
22044         Log: The #10260 was too bold: locales and utf8 still do not mix.
22045      Branch: perl
22046            ! t/pragma/locale.t
22047 ____________________________________________________________________________
22048 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
22049         Log: Subject: [PATCH] Pod nitpicks
22050              From: "Richard Soderberg" <rs@crystalflame.net>
22051              Date: Mon, 28 May 2001 10:08:58 -0700
22052              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
22053      Branch: perl
22054            ! pod/perl571delta.pod pod/perlapi.pod sv.h
22055 ____________________________________________________________________________
22056 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
22057         Log: Upgrade to I18N::LangTags 0.22.
22058      Branch: perl
22059            + lib/I18N/LangTags/List.pod
22060            ! MANIFEST lib/I18N/LangTags.pm
22061 ____________________________________________________________________________
22062 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
22063         Log: A slightly more serious bug found by -Mutf8; op/misc and
22064              lib/complex dumped core.
22065      Branch: perl
22066            ! regexec.c
22067 ____________________________________________________________________________
22068 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
22069         Log: Various buglets shaken out by -Mutf8.
22070      Branch: perl
22071            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
22072            ! t/pragma/locale.t
22073 ____________________________________________________________________________
22074 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
22075         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
22076      Branch: perl
22077            ! t/lib/carp.t
22078 ____________________________________________________________________________
22079 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
22080         Log: Subject: [PATCH] todo patch
22081              From: Artur Bergman <artur@contiller.se> 
22082              Date: Mon, 28 May 2001 17:03:51 +0200
22083              Message-ID: <B7383577.F34%artur@contiller.se>
22084      Branch: perl
22085            ! pod/perltodo.pod
22086 ____________________________________________________________________________
22087 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
22088         Log: Subject: typo in perlguts.pod
22089              From: "John P. Linderman" <jpl@research.att.com>
22090              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
22091              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
22092      Branch: perl
22093            ! pod/perlguts.pod
22094 ____________________________________________________________________________
22095 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
22096         Log: Subject: AIX and gcc (moving targets)
22097              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22098              Date: Mon, 28 May 2001 12:54:04 +0200
22099              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
22100      Branch: perl
22101            ! hints/aix.sh
22102 ____________________________________________________________________________
22103 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
22104         Log: Subject: Re: perlio + multiple perl_alloc..destruct
22105              From: Doug MacEachern <dougm@covalent.net>
22106              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
22107              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
22108      Branch: perl
22109            ! perlio.c
22110 ____________________________________________________________________________
22111 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
22112         Log: The #10251 wasn't quite up-to-the-code.
22113      Branch: perl
22114            ! t/op/misc.t
22115 ____________________________________________________________________________
22116 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
22117         Log: Test case for bug 20010526.004, fixed in #10252.
22118      Branch: perl
22119            ! t/op/taint.t
22120 ____________________________________________________________________________
22121 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
22122         Log: Subject: Re: [ID 20010526.004] Taint looses value
22123              From: Hugo <hv@crypt.compulink.co.uk>
22124              Date: Sun, 27 May 2001 20:39:32 +0100
22125              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
22126      Branch: perl
22127            ! sv.c
22128 ____________________________________________________________________________
22129 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
22130         Log: Test case for 20010422.005, fixed by #10250.
22131      Branch: perl
22132            ! t/op/misc.t
22133 ____________________________________________________________________________
22134 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
22135         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
22136              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22137              Date: Mon, 28 May 2001 06:39:12 -0400
22138              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
22139      Branch: perl
22140            ! toke.c
22141 ____________________________________________________________________________
22142 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
22143         Log: Linerewrapping.
22144      Branch: perl
22145            ! lib/open.pm
22146 ____________________________________________________________________________
22147 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
22148         Log: Updates on the modules list.
22149      Branch: perl
22150            ! t/lib/1_compile.t
22151 ____________________________________________________________________________
22152 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
22153         Log: Add a test for PerlIO.
22154              
22155              (I probably got the crlf/raw thing wrong for clrfy platforms...)
22156      Branch: perl
22157            + t/lib/perlio.t
22158            ! MANIFEST lib/PerlIO.pm
22159 ____________________________________________________________________________
22160 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
22161         Log: Add a test for carp et alia.
22162      Branch: perl
22163            + t/lib/carp.t
22164            ! MANIFEST
22165 ____________________________________________________________________________
22166 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
22167         Log: Adding the new test would be swell.
22168      Branch: perl
22169            + t/pragma/autouse.t
22170 ____________________________________________________________________________
22171 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
22172         Log: Add a test for the autouse pragma.
22173      Branch: perl
22174            ! MANIFEST
22175 ____________________________________________________________________________
22176 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
22177         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
22178              From: dLux <dlux@spam.sch.bme.hu>
22179              Date: Sun, 27 May 2001 16:14:26 +0200
22180              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
22181      Branch: perl
22182            ! lib/autouse.pm
22183 ____________________________________________________________________________
22184 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
22185         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
22186              From: "Richard Soderberg" <rs@crystalflame.net>
22187              Date: Mon, 28 May 2001 03:56:36 -0700
22188              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
22189      Branch: perl
22190            ! utils/dprofpp.PL
22191 ____________________________________________________________________________
22192 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
22193         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
22194              From: "Stephen P. Potter" <spp@spotter.yi.org>
22195              Date: Tue, 22 May 2001 11:40:25 -0400
22196              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
22197              
22198              Subject: Re: [ID 20010522.003] Time::Local module bug
22199              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
22200              Date: Tue, 22 May 2001 11:50:19 -0400
22201              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
22202      Branch: perl
22203            ! lib/Time/Local.pm
22204 ____________________________________________________________________________
22205 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
22206         Log: The PERL_DL_NONLAZY can have whitespace in front.
22207      Branch: perl
22208            ! t/lib/extutils.t
22209 ____________________________________________________________________________
22210 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
22211         Log: Document strftime() and strptime().
22212      Branch: perl
22213            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
22214 ____________________________________________________________________________
22215 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
22216         Log: Make Time::Piece::strptime() to be a function, not a method.
22217      Branch: perl
22218            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
22219 ____________________________________________________________________________
22220 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
22221         Log: Tweak the test to be more portable.
22222      Branch: perl
22223            ! t/lib/extutils.t
22224 ____________________________________________________________________________
22225 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
22226         Log: Subject: PATCH: Re: Re: Attributes that tie
22227              From: Leon Brocard <acme@astray.com>
22228              Date: Sun, 27 May 2001 12:37:29 +0100
22229              Message-ID: <20010527123729.A22663@ns0.astray.com>
22230              
22231              Document that variable attributes are not currently usable
22232              for tieing.  (An ugly limitation that should be fixed.)
22233      Branch: perl
22234            ! lib/attributes.pm
22235 ____________________________________________________________________________
22236 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
22237         Log: Microperl tweaks.
22238      Branch: perl
22239            ! Makefile.micro uconfig.h uconfig.sh
22240 ____________________________________________________________________________
22241 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
22242         Log: Add make target for microperl (kind of silly, but convenient).
22243      Branch: perl
22244            ! Makefile.SH
22245 ____________________________________________________________________________
22246 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
22247         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
22248              for microperl.)
22249      Branch: perl
22250            ! doio.c
22251 ____________________________________________________________________________
22252 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
22253         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
22254              From: rspier@pobox.com (Robert Spier)
22255              Date: Sat, 26 May 2001 20:05:23 -0400
22256              Message-ID: <15120.17603.148648.12430@rls.cx>
22257              
22258              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
22259              From: rspier@pobox.com (Robert Spier)
22260              Date: Sun, 27 May 2001 00:23:12 -0400
22261              Message-ID: <15120.33072.511966.767230@rls.cx>
22262      Branch: perl
22263            ! doio.c pod/perlfunc.pod
22264 ____________________________________________________________________________
22265 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
22266         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
22267      Branch: perl
22268            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
22269 ____________________________________________________________________________
22270 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
22271         Log: Add README.tru64.
22272      Branch: perl
22273            + README.tru64
22274 ____________________________________________________________________________
22275 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
22276         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
22277      Branch: perl
22278            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
22279            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
22280            ! MANIFEST
22281 ____________________________________________________________________________
22282 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
22283         Log: Integrate I18N::LangTags from Sean Burke.
22284              
22285              TODO: the language list from RFC 3066 needs to be integrated
22286              and made available somehow.  The list is included in the
22287              I18N-LangTags 0.21 distribution, but it is undocumented
22288              and unconnected to the module.
22289      Branch: perl
22290            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
22291            ! MANIFEST
22292 ____________________________________________________________________________
22293 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
22294         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
22295              envisioned by Sarathy.
22296      Branch: perl
22297            ! t/op/ver.t toke.c
22298 ____________________________________________________________________________
22299 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
22300         Log: Subject: [ID 20010525.001] Pod typo nits fixed
22301              From: lvirden@cas.org
22302              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
22303              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
22304              
22305              minus the perlsolaris decimation plus the
22306              
22307              Subject: Re: [ID 20010525.001] Pod typo nits fixed
22308              From: "Philip Newton" <Philip.Newton@gmx.net>
22309              Date: Fri, 25 May 2001 18:05:55 +0200
22310              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
22311      Branch: perl
22312            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
22313            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
22314            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
22315            ! pod/perlutil.pod pod/perlxstut.pod
22316 ____________________________________________________________________________
22317 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
22318         Log: return clauses are nice.
22319      Branch: perl
22320            ! sv.c
22321 ____________________________________________________________________________
22322 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
22323         Log: Subject: change 10199 backwards?
22324              From: Doug MacEachern <dougm@covalent.net>
22325              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
22326              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
22327      Branch: perl
22328            ! sv.c
22329 ____________________________________________________________________________
22330 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
22331         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
22332              From: Hugo <hv@crypt.compulink.co.uk>
22333              Date: Sat, 26 May 2001 17:05:12 +0100
22334              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
22335      Branch: perl
22336            + t/op/gmagic.t
22337            ! MANIFEST doop.c embed.h embed.pl global.sym
22338            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
22339            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
22340 ____________________________________________________________________________
22341 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
22342         Log: Regen headers for #10221.
22343      Branch: perl
22344            ! global.sym objXSUB.h perlapi.c
22345 ____________________________________________________________________________
22346 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
22347         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
22348              From: Juha Laiho <juha.laiho@Elma.Net>
22349              Date: Thu, 3 May 2001 09:51:30 +0300
22350              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
22351      Branch: perl
22352            ! embed.pl
22353 ____________________________________________________________________________
22354 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
22355         Log: Subject: Re: [PATCH] Re: stability of sort()?
22356              From: "John P. Linderman" <jpl@research.att.com>
22357              Date: Sat, 26 May 2001 13:27:19 -0400
22358              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
22359      Branch: perl
22360            ! pod/perlfunc.pod
22361 ____________________________________________________________________________
22362 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
22363         Log: Integrate perlio.
22364      Branch: perl
22365           !> pod/perlguts.pod
22366 ____________________________________________________________________________
22367 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
22368         Log: Subject: [PATCH perl@10210] PerlIO for VMS
22369              From: "Craig A. Berry" <craigberry@mac.com>
22370              Date: Sat, 26 May 2001 09:34:11 -0500
22371              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
22372      Branch: perl
22373            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
22374            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
22375            ! vms/vmsish.h
22376 ____________________________________________________________________________
22377 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
22378         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
22379              From: David Dyck <dcd@tc.fluke.com>
22380              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
22381              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
22382      Branch: perl
22383            ! lib/perl5db.pl
22384 ____________________________________________________________________________
22385 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
22386         Log: Subject: utf8 regexp tests
22387              From: Hugo <hv@crypt.compulink.co.uk>
22388              Date: Fri, 25 May 2001 22:35:01 +0100
22389              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
22390      Branch: perl
22391            ! t/op/regexp.t
22392 ____________________________________________________________________________
22393 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
22394         Log: Subject: [PATCH] Re: stability of sort()?
22395              From: Nicholas Clark <nick@ccl4.org>
22396              Date: Fri, 25 May 2001 22:40:19 +0100
22397              Message-ID: <20010525224019.B86445@plum.flirble.org>
22398      Branch: perl
22399            ! pod/perlfunc.pod
22400 ____________________________________________________________________________
22401 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
22402         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
22403              From: John Peacock <jpeacock@rowman.com>
22404              Date: Thu, 24 May 2001 22:14:01 -0400
22405              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
22406      Branch: perl
22407            ! mg.c scope.c sv.c
22408 ____________________________________________________________________________
22409 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
22410         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
22411              From: Nicholas Clark <nick@ccl4.org>
22412              Date: Sun, 20 May 2001 19:24:13 +0100
22413              Message-ID: <20010520192413.G83222@plum.flirble.org>
22414      Branch: perl
22415            + lib/ExtUtils/Constant.pm t/lib/extutils.t
22416            ! MANIFEST utils/h2xs.PL
22417 ____________________________________________________________________________
22418 [ 10212] By: nick                                  on 2001/05/26  09:49:28
22419         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
22420              add a few more notes there on use of mortals on the stack.
22421      Branch: perlio
22422            ! pod/perlguts.pod
22423 ____________________________________________________________________________
22424 [ 10211] By: nick                                  on 2001/05/26  09:05:36
22425         Log: Integrate mainline
22426      Branch: perlio
22427           +> t/lib/fcntl.t t/pragma/vars.t
22428           !> (integrate 49 files)
22429 ____________________________________________________________________________
22430 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
22431         Log: Update Changes.
22432      Branch: perl
22433            ! Changes patchlevel.h
22434 ____________________________________________________________________________
22435 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
22436         Log: Based on
22437              
22438              Subject: [PATCH pp.c] Wrapping pack("C",256)
22439              From: Simon Cozens <simon@netthink.co.uk>
22440              Date: Sat, 12 May 2001 17:58:41 +0100
22441              Message-ID: <20010512175841.A6132@netthink.co.uk>
22442      Branch: perl
22443            ! pod/perldiag.pod pp.c t/pragma/warn/pp
22444 ____________________________________________________________________________
22445 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
22446         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
22447              From: "Brendan O'Dea" <bod@compusol.com.au>
22448              Date: Fri, 25 May 2001 11:18:29 +1000
22449              Message-ID: <20010525111829.A28411@compusol.com.au>
22450              
22451              (Slightly modified.)
22452      Branch: perl
22453            ! lib/Term/Cap.pm
22454 ____________________________________________________________________________
22455 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
22456         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
22457              From: Hugo <hv@crypt.compulink.co.uk>
22458              Date: Fri, 25 May 2001 02:13:25 +0100
22459              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
22460      Branch: perl
22461            ! t/op/misc.t
22462 ____________________________________________________________________________
22463 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
22464         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
22465              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
22466              Date: Fri, 25 May 2001 10:25:36 +0900
22467              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
22468      Branch: perl
22469            ! regcomp.c regexec.c
22470 ____________________________________________________________________________
22471 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
22472         Log: Subject: [PATCH #2] stash autovivification and method call error messages
22473              From: Ilmari Karonen <iltzu@sci.fi>
22474              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
22475              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
22476      Branch: perl
22477            ! gv.c pp_hot.c t/op/method.t
22478 ____________________________________________________________________________
22479 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
22480         Log: Add make target and documentation for gprof profiling.
22481      Branch: perl
22482            ! Makefile.SH pod/perlhack.pod
22483 ____________________________________________________________________________
22484 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
22485         Log: Subject: Don't think about UTF8 
22486              From: Mike Guy <mjtg@cam.ac.uk> 
22487              Date: Tue, 22 May 2001 14:35:39 +0100
22488              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
22489      Branch: perl
22490            ! sv.h
22491 ____________________________________________________________________________
22492 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
22493         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
22494              From: Geraint A Edwards <gedge@serf.org> 
22495              Date: Thu, 24 May 2001 22:51:24 +0100
22496              Message-Id: <20010524225124.A34981@cymru.serf.org>
22497      Branch: perl
22498            ! x2p/find2perl.PL
22499 ____________________________________________________________________________
22500 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
22501         Log: DB_File has its own attribute story.
22502      Branch: perl
22503            ! ext/DB_File/DB_File.xs
22504 ____________________________________________________________________________
22505 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
22506         Log: Subject: Re: Making perl with -Wall
22507              From: Andy Dougherty <doughera@lafayette.edu>
22508              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
22509              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
22510      Branch: perl
22511            ! perl.h
22512 ____________________________________________________________________________
22513 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
22514         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
22515              From: "Richard Soderberg" <rs@crystalflame.net>
22516              Date: Thu, 24 May 2001 08:58:16 -0700
22517              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
22518      Branch: perl
22519            ! sv.c
22520 ____________________________________________________________________________
22521 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
22522         Log: IV/UV casting fixes from Nicholas Clark.
22523      Branch: perl
22524            ! perl.h pp_sys.c util.c
22525 ____________________________________________________________________________
22526 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
22527         Log: Subject: Re: Making perl with -Wall
22528              From: Michael G Schwern <schwern@pobox.com>
22529              Date: Thu, 24 May 2001 15:40:28 +0100
22530              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
22531      Branch: perl
22532            ! malloc.c perl.h
22533 ____________________________________________________________________________
22534 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
22535         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
22536              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22537              Date: Tue, 22 May 2001 11:49:37 +0200
22538              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
22539      Branch: metaconfig
22540            ! U/modified/Oldsym.U
22541      Branch: metaconfig/U/perl
22542            ! patchlevel.U
22543      Branch: perl
22544            ! Configure config_h.SH myconfig.SH
22545 ____________________________________________________________________________
22546 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
22547         Log: Under versiononly install also the scripts with the version suffix.
22548              (e.g. .../bin/h2xs5.7.1)
22549      Branch: perl
22550            ! installperl
22551 ____________________________________________________________________________
22552 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
22553         Log: Subject: [PATCH] Stop segfault in mg.c:636
22554              From: "Richard Soderberg" <rs@crystalflame.net>
22555              Date: Thu, 24 May 2001 05:51:52 -0700
22556              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
22557      Branch: perl
22558            ! mg.c
22559 ____________________________________________________________________________
22560 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
22561         Log: Iteration continues; hopefully convergently.
22562      Branch: perl
22563            ! t/lib/b-stash.t
22564 ____________________________________________________________________________
22565 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
22566         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
22567              From: Gisle Aas <gisle@ActiveState.com>
22568              Date: 23 May 2001 16:13:10 -0700
22569              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
22570      Branch: perl
22571            ! op.c toke.c
22572 ____________________________________________________________________________
22573 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
22574         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
22575              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22576              Date: Thu, 24 May 2001 05:05:22 -0500
22577              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
22578      Branch: perl
22579            ! lib/dumpvar.pl lib/perl5db.pl
22580 ____________________________________________________________________________
22581 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
22582         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
22583              From: David Dyck <dcd@tc.fluke.com>
22584              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
22585              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
22586      Branch: perl
22587            ! lib/perl5db.pl
22588 ____________________________________________________________________________
22589 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
22590         Log: Tiny pod nits on READMEs, mostly whitespace issues.
22591      Branch: perl
22592            ! README.amiga README.dos README.macos README.mpeix README.vmesa
22593            ! README.win32
22594 ____________________________________________________________________________
22595 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
22596         Log: The DG/UX part of the 20010521.005.
22597      Branch: perl
22598            ! README.dgux
22599 ____________________________________________________________________________
22600 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
22601         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
22602              From: Hugo <hv@crypt.compulink.co.uk>
22603              Date: Mon, 21 May 2001 16:32:02 +0100
22604              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
22605      Branch: perl
22606            ! regcomp.c t/op/misc.t
22607 ____________________________________________________________________________
22608 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
22609         Log: Subject: [PATCH] Extra UNIVERSAL tests
22610              From: Mike Guy <mjtg@cam.ac.uk>
22611              Date: Wed, 23 May 2001 12:29:20 +0100
22612              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
22613      Branch: perl
22614            ! t/op/universal.t
22615 ____________________________________________________________________________
22616 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
22617         Log: Subject: [PATCH] Remove EQ keyword
22618              From: Mike Guy <mjtg@cam.ac.uk>
22619              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
22620              Date: Wed, 23 May 2001 11:17:29 +0100
22621      Branch: perl
22622            ! keywords.h keywords.pl
22623 ____________________________________________________________________________
22624 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
22625         Log: Subject: [PATCH] lib/perl5db.pl
22626              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22627              Date: Wed, 23 May 2001 02:18:03 -0500
22628              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
22629      Branch: perl
22630            ! lib/perl5db.pl
22631 ____________________________________________________________________________
22632 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
22633         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
22634              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22635              Date: Tue, 22 May 2001 23:34:41 -0500
22636              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
22637      Branch: perl
22638            ! lib/Term/Cap.pm
22639 ____________________________________________________________________________
22640 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
22641         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
22642              From: davem@fdgroup.co.uk
22643              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
22644              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
22645      Branch: perl
22646            ! emacs/e2ctags.pl
22647 ____________________________________________________________________________
22648 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
22649         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
22650              From: Michael G Schwern <schwern@pobox.com>
22651              Date: Tue, 22 May 2001 14:15:09 +0100
22652              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
22653      Branch: perl
22654            ! lib/vars.pm
22655 ____________________________________________________________________________
22656 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
22657         Log: Subject: [PATCH lib/vars.pm] Odd code nit
22658              From: Michael G Schwern <schwern@pobox.com>
22659              Date: Tue, 22 May 2001 14:14:28 +0100
22660              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
22661      Branch: perl
22662            ! lib/vars.pm
22663 ____________________________________________________________________________
22664 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
22665         Log: Use the new use vars feature.
22666      Branch: perl
22667            ! t/lib/b-stash.t
22668 ____________________________________________________________________________
22669 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
22670         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
22671              From: Mike Guy <mjtg@cam.ac.uk>
22672              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22673              Date: Tue, 22 May 2001 13:11:39 +0100
22674      Branch: perl
22675            + t/pragma/vars.t
22676            ! MANIFEST lib/vars.pm t/lib/1_compile.t
22677 ____________________________________________________________________________
22678 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
22679         Log: -qlongdouble considered harmful by Merijn.
22680      Branch: perl
22681            ! hints/aix.sh
22682 ____________________________________________________________________________
22683 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
22684         Log: Update Changes.
22685      Branch: perl
22686            ! Changes patchlevel.h
22687 ____________________________________________________________________________
22688 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
22689         Log: Add a test of its very own for Fcntl.  Hopefully portable.
22690      Branch: perl
22691            + t/lib/fcntl.t
22692            ! MANIFEST
22693 ____________________________________________________________________________
22694 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
22695         Log: Must be trickier for 'minitest' not to die.
22696      Branch: perl
22697            ! t/op/taint.t
22698 ____________________________________________________________________________
22699 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
22700         Log: Can't declare other people's variables.
22701      Branch: perl
22702            ! t/lib/b-stash.t
22703 ____________________________________________________________________________
22704 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
22705         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
22706      Branch: perl
22707            ! doio.c t/op/taint.t
22708 ____________________________________________________________________________
22709 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
22710         Log: The OS/2 variable needs to be declared.
22711      Branch: perl
22712            ! t/lib/b-stash.t
22713 ____________________________________________________________________________
22714 [ 10170] By: nick                                  on 2001/05/20  16:48:29
22715         Log: Integrate mainline
22716      Branch: perlio
22717           !> (integrate 41 files)
22718 ____________________________________________________________________________
22719 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
22720         Log: Small perlsec updates: clarify the taintedness of filename
22721              globbing; suggest using Scalar::Util::tainted().
22722      Branch: perl
22723            ! pod/perlsec.pod
22724 ____________________________________________________________________________
22725 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
22726         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
22727              From: Dave Mitchell <davem@fdgroup.co.uk>
22728              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
22729              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
22730      Branch: perl
22731            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
22732            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
22733            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
22734            ! xsutils.c
22735 ____________________________________________________________________________
22736 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
22737         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
22738              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22739              Date: Sat, 19 May 2001 04:08:46 -0400
22740              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
22741      Branch: perl
22742            ! lib/ExtUtils/Mksymlists.pm makedef.pl
22743 ____________________________________________________________________________
22744 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
22745         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
22746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22747              Date: Sat, 19 May 2001 04:30:45 -0400
22748              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
22749      Branch: perl
22750            ! os2/os2.c
22751 ____________________________________________________________________________
22752 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
22753         Log: Subject: [PATCH 5.6.1] build bugs OS/2
22754              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22755              Date: Sat, 19 May 2001 04:35:28 -0400
22756              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
22757      Branch: perl
22758            ! os2/Makefile.SHs os2/os2.c
22759 ____________________________________________________________________________
22760 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
22761         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
22762              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22763              Date: Sat, 19 May 2001 04:04:23 -0400
22764              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
22765              
22766              (In bleadperl patched b-stash.t instead of b.t)
22767      Branch: perl
22768            ! t/lib/b-stash.t t/lib/bigfltpm.t
22769 ____________________________________________________________________________
22770 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
22771         Log: Subject: [PATCH 5.6.1] perl5db
22772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22773              Date: Sat, 19 May 2001 03:49:09 -0400
22774              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
22775      Branch: perl
22776            ! lib/perl5db.pl
22777 ____________________________________________________________________________
22778 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
22779         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
22780              From: Gisle Aas <gisle@ActiveState.com>
22781              Date: 18 May 2001 14:24:51 -0700
22782              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
22783      Branch: perl
22784            ! pp_ctl.c
22785 ____________________________________________________________________________
22786 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
22787         Log: Subject: [PATCH] Chomp should not always stringify
22788              From: Gisle Aas <gisle@ActiveState.com>
22789              Date: 18 May 2001 07:55:25 -0700
22790              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
22791      Branch: perl
22792            ! doop.c t/op/chop.t
22793 ____________________________________________________________________________
22794 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
22795         Log: Integrate perlio.
22796      Branch: perl
22797           !> pod/perlfunc.pod
22798 ____________________________________________________________________________
22799 [ 10159] By: nick                                  on 2001/05/20  09:39:46
22800         Log: Document some more of open's features.
22801      Branch: perlio
22802            ! pod/perlfunc.pod
22803 ____________________________________________________________________________
22804 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
22805         Log: back out change#10153 (it has compatibility issues such as the
22806              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
22807              benefit for 5.6.x doesn't seem worth the risk)
22808      Branch: maint-5.6/perl
22809            ! toke.c
22810 ____________________________________________________________________________
22811 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
22812         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
22813      Branch: perl
22814            ! x2p/s2p.PL
22815 ____________________________________________________________________________
22816 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
22817         Log: Update Changes.
22818      Branch: perl
22819            ! Changes patchlevel.h
22820 ____________________________________________________________________________
22821 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
22822         Log: Integrate change #10144 from maintperl.
22823              
22824              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
22825      Branch: perl
22826           !> win32/config.bc win32/config.gc win32/config.vc
22827           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22828 ____________________________________________________________________________
22829 [ 10154] By: nick                                  on 2001/05/18  07:23:03
22830         Log: Integrate mainline.
22831      Branch: perlio
22832           +> README.dgux t/lib/i18n-collate.t utils.lst
22833           !> (integrate 49 files)
22834 ____________________________________________________________________________
22835 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
22836         Log: Integrate change #7224 from mainline into maintperl.
22837              
22838              Allow @+ and @- to be doublequoted, from Simon Cozens. 
22839              (Approved by Larry, see Tom's comment in 20000830.005.)
22840      Branch: maint-5.6/perl
22841           !> toke.c
22842 ____________________________________________________________________________
22843 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
22844         Log: Subject: [PATCH bleadperl] small lookbehind fix
22845              From: Hugo <hv@crypt.compulink.co.uk>
22846              Date: Fri, 18 May 2001 00:07:19 +0100
22847              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
22848      Branch: perl
22849            ! regexec.c
22850 ____________________________________________________________________________
22851 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
22852         Log: Detypos.
22853      Branch: perl
22854            ! installman utils.lst
22855 ____________________________________________________________________________
22856 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
22857         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
22858              in 20001222.001.
22859      Branch: perl
22860            ! t/lib/glob-basic.t
22861 ____________________________________________________________________________
22862 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
22863         Log: Subject: [PATCH] Test for bug 20010515.004
22864              From: Benjamin Sugars <bsugars@canoe.ca>
22865              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
22866              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
22867      Branch: perl
22868            ! t/op/misc.t
22869 ____________________________________________________________________________
22870 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
22871         Log: Integrate #10145 from maintperl.
22872              
22873              fix for ID 20010515.004 (needs test)
22874      Branch: perl
22875           !> pp_hot.c
22876 ____________________________________________________________________________
22877 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
22878         Log: Thinko noticed by Doug MacEachern.
22879      Branch: perl
22880            ! thread.h
22881 ____________________________________________________________________________
22882 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
22883         Log: Subject: Re: [PATCH] HERE mark in regex
22884              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22885              Date: Thu, 17 May 2001 12:20:33 -0400
22886              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
22887      Branch: perl
22888            ! t/op/re_tests
22889 ____________________________________________________________________________
22890 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
22891         Log: fix for ID 20010515.004 (needs test)
22892      Branch: maint-5.6/perl
22893            ! pp_hot.c
22894 ____________________________________________________________________________
22895 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
22896         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
22897      Branch: maint-5.6/perl
22898            ! win32/config.bc win32/config.gc win32/config.vc
22899            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22900 ____________________________________________________________________________
22901 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
22902         Log: Macrofy the getspecific (and use it also in util.c)
22903      Branch: perl
22904            ! thread.h util.c
22905 ____________________________________________________________________________
22906 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
22907         Log: Use the unchecked thread-specific key fetch also in Tru64.
22908      Branch: perl
22909            ! thread.h
22910 ____________________________________________________________________________
22911 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
22912         Log: Subject: [PATCH 5.6.1]Quick thread speedup
22913              From: Dan Sugalski <dan@sidhe.org> 
22914              Date: Wed, 16 May 2001 18:05:19 -0400
22915              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
22916      Branch: perl
22917            ! thread.h util.c
22918 ____________________________________________________________________________
22919 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
22920         Log: I think this is quite enough testing for a deprecated feature.
22921      Branch: perl
22922            + t/lib/i18n-collate.t
22923            ! MANIFEST t/lib/1_compile.t
22924 ____________________________________________________________________________
22925 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
22926         Log: More HP-UX lore from Jeff Okamoto.
22927      Branch: perl
22928            ! README.hpux
22929 ____________________________________________________________________________
22930 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
22931         Log: Sort utils.lst for easier maintenance.
22932      Branch: perl
22933            ! utils.lst
22934 ____________________________________________________________________________
22935 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
22936         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
22937              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22938              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
22939              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
22940              
22941              Add pod2latex to utils.lst.
22942      Branch: perl
22943            ! MANIFEST utils.lst
22944 ____________________________________________________________________________
22945 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
22946         Log: Subject: Re: [PATCH] HERE mark in regex
22947              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22948              Date: Wed, 16 May 2001 13:04:43 -0400
22949              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
22950      Branch: perl
22951            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
22952            ! t/op/regmesg.t t/pragma/warn/regcomp
22953 ____________________________________________________________________________
22954 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
22955         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
22956              From: Simon Cozens <simon@netthink.co.uk>
22957              Date: Wed, 16 May 2001 18:02:08 +0100
22958              Message-ID: <20010516180208.A6458@netthink.co.uk>
22959      Branch: perl
22960            ! installman utils.lst
22961 ____________________________________________________________________________
22962 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
22963         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
22964              From: "Philip Newton" <pnewton@gmx.de>
22965              Date: Tue, 15 May 2001 15:09:30 +0200
22966              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
22967              
22968              Test case for #10128.
22969      Branch: perl
22970            ! t/pragma/warn/pp_hot
22971 ____________________________________________________________________________
22972 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
22973         Log: Update Changes.
22974      Branch: perl
22975            ! Changes patchlevel.h
22976 ____________________________________________________________________________
22977 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
22978         Log: Deprecate pseudo-hashes.
22979      Branch: perl
22980            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
22981 ____________________________________________________________________________
22982 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
22983         Log: HP-UX hints update from Merijn.
22984      Branch: perl
22985            ! hints/hpux.sh
22986 ____________________________________________________________________________
22987 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
22988         Log: README.hpux update from Merijn.
22989      Branch: perl
22990            ! README.hpux
22991 ____________________________________________________________________________
22992 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
22993         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
22994              From: Simon Cozens <simon@netthink.co.uk>
22995              Date: Wed, 16 May 2001 15:57:55 +0100
22996              Message-ID: <20010516155755.A4728@netthink.co.uk>
22997      Branch: perl
22998            + utils.lst
22999            ! MANIFEST installman installperl
23000 ____________________________________________________________________________
23001 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
23002         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
23003              From: "Philip Newton" <pnewton@gmx.de>
23004              Date: Tue, 15 May 2001 16:31:05 +0200
23005              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
23006              
23007              Fix PERL_Y2KWARN test to check before rather than after appending.
23008      Branch: perl
23009            ! pp_hot.c
23010 ____________________________________________________________________________
23011 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
23012         Log: Regen Porting stuff.
23013      Branch: perl
23014            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23015            ! config_h.SH
23016 ____________________________________________________________________________
23017 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
23018         Log: Metaconfig unit change for #10125.
23019      Branch: metaconfig
23020            ! U/modified/Oldconfig.U
23021 ____________________________________________________________________________
23022 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
23023         Log: Use OSVERS.
23024      Branch: perl
23025            ! Configure config_h.SH perl.c
23026 ____________________________________________________________________________
23027 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
23028         Log: Regen toc.
23029      Branch: perl
23030            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23031 ____________________________________________________________________________
23032 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
23033         Log: Adding the README.dgux to the MANIFEST would be a good idea.
23034      Branch: perl
23035            ! MANIFEST
23036 ____________________________________________________________________________
23037 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
23038         Log: Move the stack desire definition to thread.h.
23039      Branch: perl
23040            ! ext/Thread/Thread.xs thread.h
23041 ____________________________________________________________________________
23042 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
23043         Log: DG-UX threading patches, including a README.dgux,
23044              from Takis Psarogiannakopoulos.
23045      Branch: perl
23046            + README.dgux
23047            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
23048 ____________________________________________________________________________
23049 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
23050         Log: Subject: [PATCH B::Deparse] More on /x regexes
23051              From: Robin Houston <robin@kitsite.com>
23052              Date: Tue, 15 May 2001 19:09:35 +0100
23053              Message-ID: <20010515190935.A27268@penderel>
23054      Branch: perl
23055            ! ext/B/B/Deparse.pm
23056 ____________________________________________________________________________
23057 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
23058         Log: Document that the core time() may be rounding rather
23059              than truncating, would have saved at least my confusion.
23060      Branch: perl
23061            ! ext/Time/HiRes/HiRes.pm
23062 ____________________________________________________________________________
23063 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
23064         Log: Subject: perl-current/t/time-hires.t
23065              From: John Peacock <jpeacock@rowman.com>
23066              Date: Fri, 11 May 2001 14:09:41 -0400
23067              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
23068      Branch: perl
23069            ! t/lib/time-hires.t
23070 ____________________________________________________________________________
23071 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
23072         Log: Subject: [PATCH dump.c] Op private flags
23073              From: Simon Cozens <simon@netthink.co.uk>
23074              Date: Sun, 13 May 2001 20:20:36 +0100
23075              Message-ID: <20010513202036.A21896@netthink.co.uk>
23076      Branch: perl
23077            ! dump.c
23078 ____________________________________________________________________________
23079 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
23080         Log: Upgrade to Switch 2.03.
23081      Branch: perl
23082            ! lib/Switch.pm
23083 ____________________________________________________________________________
23084 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
23085         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
23086              to PERL_CONFIG_SH and use it consistently.
23087      Branch: maint-5.6/perl
23088           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
23089           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
23090           !> myconfig.SH writemain.SH
23091 ____________________________________________________________________________
23092 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
23093         Log: Metaconfig units changes for #10113.
23094      Branch: metaconfig
23095            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
23096 ____________________________________________________________________________
23097 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
23098         Log: The problem described in 20010514.031 still wasn't
23099              fully cured, there were remnants of $CONFIG when
23100              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
23101              to avoid future conflicts.
23102      Branch: perl
23103            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
23104            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
23105            ! myconfig.SH writemain.SH
23106 ____________________________________________________________________________
23107 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
23108         Log: Half of #10107 got lost.
23109      Branch: perl
23110            ! ext/B/B/Deparse.pm
23111 ____________________________________________________________________________
23112 [ 10111] By: nick                                  on 2001/05/15  08:39:14
23113         Log: Integrate mainline.
23114      Branch: perlio
23115           +> ext/POSIX/hints/uts.pl
23116            - Todo Todo-5.6 t/camel-III/vstring.t
23117           !> (integrate 48 files)
23118 ____________________________________________________________________________
23119 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
23120         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
23121              From: Robin Houston <robin@kitsite.com>
23122              Date: Mon, 14 May 2001 22:27:08 +0100
23123              Message-ID: <20010514222708.A22963@penderel>
23124      Branch: perl
23125            ! t/TestInit.pm
23126 ____________________________________________________________________________
23127 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
23128         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
23129              From: Robin Houston <robin@kitsite.com>
23130              Date: Mon, 14 May 2001 22:16:43 +0100
23131              Message-ID: <20010514221643.A22437@penderel>
23132      Branch: perl
23133            ! ext/B/B/Deparse.pm
23134 ____________________________________________________________________________
23135 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
23136         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
23137              From: Robin Houston <robin@kitsite.com>
23138              Date: Mon, 14 May 2001 22:03:44 +0100
23139              Message-ID: <20010514220344.A20643@penderel>
23140      Branch: perl
23141            ! ext/B/B/Deparse.pm
23142 ____________________________________________________________________________
23143 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
23144         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
23145              From: Robin Houston <robin@kitsite.com>
23146              Date: Mon, 14 May 2001 22:10:07 +0100
23147              Message-ID: <20010514221007.A21118@penderel>
23148      Branch: perl
23149            ! ext/B/B/Deparse.pm
23150 ____________________________________________________________________________
23151 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
23152         Log: Fix for 20010514.037; substr() didn't invalidate the locale
23153              collation magic.
23154      Branch: perl
23155            ! pp.c
23156 ____________________________________________________________________________
23157 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
23158         Log: Update Changes.
23159      Branch: perl
23160            ! Changes patchlevel.h
23161 ____________________________________________________________________________
23162 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
23163         Log: Retract #10094.
23164      Branch: perl
23165            ! lib/Pod/Text.pm
23166 ____________________________________________________________________________
23167 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
23168         Log: Integrate change #10100 from maintperl.
23169              
23170              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
23171              bug ID 20010514.027)
23172      Branch: perl
23173           !> mg.c pp_ctl.c
23174 ____________________________________________________________________________
23175 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
23176         Log: Document the deprecatedness of suidperl.
23177      Branch: perl
23178            ! INSTALL pod/perlfaq1.pod
23179 ____________________________________________________________________________
23180 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
23181         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
23182              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23183              Date: Mon, 14 May 2001 09:38:59 -0400
23184              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
23185      Branch: perl
23186            ! lib/ExtUtils/MM_Unix.pm
23187 ____________________________________________________________________________
23188 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
23189         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
23190              bug ID 20010514.027)
23191              
23192              TODO: this needs a testsuite addition
23193      Branch: maint-5.6/perl
23194            ! mg.c pp_ctl.c
23195 ____________________________________________________________________________
23196 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
23197         Log: More DWIMminess for Class::Struct: calling the array or hash
23198              accessors only with one argument, an array or a hash reference,
23199              sets the underlying array or hash.  This mirrors nicely also
23200              the usage in the constructor.
23201              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
23202      Branch: perl
23203            ! lib/Class/Struct.pm t/lib/class-struct.t
23204 ____________________________________________________________________________
23205 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
23206         Log: Reference cmp'ing should go through the whole stringification
23207              process shebang, as pointed out by Sarathy in #10091.
23208      Branch: perl
23209            ! pp.c
23210 ____________________________________________________________________________
23211 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
23212         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
23213              From: Simon Cozens <simon@netthink.co.uk>
23214              Date: Sat, 12 May 2001 16:36:27 +0100
23215              Message-ID: <20010512163627.A5522@netthink.co.uk>
23216              
23217              with some additions salvaged from Todo and Todo-5.6 before
23218              retiring them.
23219      Branch: perl
23220            - Todo Todo-5.6
23221            ! MANIFEST pod/perltodo.pod
23222 ____________________________________________________________________________
23223 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
23224         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
23225              From: "Golubev I. N." <gin@mo.msk.ru>
23226              Date: Mon, 07 May 2001 14:33:34 (GMT)
23227              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
23228      Branch: perl
23229            ! perl.h
23230 ____________________________________________________________________________
23231 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
23232         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
23233              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
23234              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
23235              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
23236      Branch: perl
23237            ! lib/ExtUtils/MM_Unix.pm
23238 ____________________________________________________________________________
23239 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
23240         Log: (Retracted by #10104.)
23241              
23242              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
23243              From: barries <barries@slaysys.com>
23244              Date: Sat, 12 May 2001 01:28:10 -0400
23245              Message-ID: <20010512012810.B26358@jester.slaysys.com>
23246      Branch: perl
23247            ! lib/Pod/Text.pm
23248 ____________________________________________________________________________
23249 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
23250         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
23251              From: Mike Guy <mjtg@cam.ac.uk>
23252              Date: Sat, 12 May 2001 19:24:33 +0100
23253              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
23254      Branch: perl
23255            ! lib/AutoSplit.pm
23256 ____________________________________________________________________________
23257 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
23258         Log: Yet another HP-UX hints tweak from Merijn.
23259      Branch: perl
23260            ! hints/hpux.sh
23261 ____________________________________________________________________________
23262 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
23263         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
23264              isn't defined (changes#9366,9368,9370 from mainline without the
23265              pp_scmp() change)
23266      Branch: maint-5.6/perl
23267            ! pp.c pp.h pp_hot.c
23268 ____________________________________________________________________________
23269 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
23270         Log: The sorting seems to happen now automatically.
23271      Branch: perl
23272            ! t/lib/glob-basic.t
23273 ____________________________________________________________________________
23274 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
23275         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
23276              From: Benjamin Sugars <bsugars@canoe.ca>
23277              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
23278              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
23279      Branch: perl
23280            ! pod/perlfunc.pod
23281 ____________________________________________________________________________
23282 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
23283         Log: Subject: Re: undef(&foo) does not work for XS functions
23284              From: Doug MacEachern <dougm@covalent.net>
23285              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
23286              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
23287      Branch: perl
23288            ! op.c
23289 ____________________________________________________________________________
23290 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
23291         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
23292              From: Peter Prymmer <pvhp@forte.com>
23293              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
23294              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
23295      Branch: perl
23296            ! t/op/append.t
23297 ____________________________________________________________________________
23298 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
23299         Log: Update Changes.
23300      Branch: perl
23301            ! Changes patchlevel.h
23302 ____________________________________________________________________________
23303 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
23304         Log: Remove the 'asciir' re subpragma.  Should instead implement
23305              the 'physical vs logical' range scheme:
23306              
23307              \xAA-\xCC is a native physical range, you want that range of
23308              codepoints in your native encoding.  In EBCDIC the codepoints
23309              in the gaps (between i-j and r-s) should be included.
23310              
23311              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
23312              codepoints in Unicode.
23313              
23314              a-z is a logical range, you want that range of 'logical' codepoints
23315              in your native encoding.  In EBCDIC the codepoints in the gaps
23316              (between i-j and r-s) should not be included.
23317              
23318              Mixed cases (a-\xAA, etc) should either be errors, or maybe
23319              the 'logical' endpoints should be converted to native/Unicode
23320              codepoints, and the range handled as a physical range.
23321              
23322              'Logical endpoints' are to be recognized only in the A-Z, a-z,
23323              and 0-9 ranges.  Probably a warning should be given for mixed
23324              cases like A-z or a-9 (since such expressions are encoding
23325              dependent), with a recommendation to use physical ranges.
23326      Branch: perl
23327            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
23328            ! t/op/regexp.t
23329 ____________________________________________________________________________
23330 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
23331         Log: Make the test to cleanup the test directory tree
23332              both before and after the testing so that we always
23333              have a clean slate to work with.
23334      Branch: perl
23335            ! t/lib/filefind.t
23336 ____________________________________________________________________________
23337 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
23338         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
23339              From: Jon Eveland <jweveland@yahoo.com>
23340              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
23341              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
23342      Branch: perl
23343            ! pod/perlfunc.pod
23344 ____________________________________________________________________________
23345 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
23346         Log: Merge the camel-III/vstring.t with op/ver.t.
23347      Branch: perl
23348            - t/camel-III/vstring.t
23349            ! MANIFEST t/TEST t/harness t/op/ver.t
23350 ____________________________________________________________________________
23351 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
23352         Log: Add test.deparse make target.
23353      Branch: perl
23354            ! Makefile.SH
23355 ____________________________________________________________________________
23356 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
23357         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
23358              From: Robin Houston <robin@kitsite.com>
23359              Date: Fri, 11 May 2001 12:02:22 +0100
23360              Message-ID: <20010511120222.A11529@penderel>
23361      Branch: perl
23362            ! ext/B/B/Deparse.pm t/op/method.t
23363 ____________________________________________________________________________
23364 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
23365         Log: A nicely working combination for UTS from Hal Morris.
23366      Branch: perl
23367            + ext/POSIX/hints/uts.pl
23368            ! MANIFEST hints/uts.sh
23369 ____________________________________________________________________________
23370 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
23371         Log: i_ieeefp=undef for UTS.
23372      Branch: perl
23373            ! hints/uts.sh
23374 ____________________________________________________________________________
23375 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
23376         Log: Subject: RE: rand(0) is rand(1)
23377              From: Larry Shatzer <lshatzer@islanddata.com>
23378              Date: Thu, 10 May 2001 11:09:27 -0700
23379              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
23380      Branch: perl
23381            ! pod/perlfunc.pod
23382 ____________________________________________________________________________
23383 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
23384         Log: Subject: [patch] make op_{clear,null} public
23385              From: Doug MacEachern <dougm@covalent.net>
23386              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
23387              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
23388      Branch: perl
23389            ! embed.h embed.pl op.c proto.h
23390 ____________________________________________________________________________
23391 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
23392         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
23393              From: Robin Houston <robin@kitsite.com>
23394              Date: Thu, 10 May 2001 18:54:59 +0100
23395              Message-ID: <20010510185459.A5995@penderel>
23396      Branch: perl
23397            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
23398 ____________________________________________________________________________
23399 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
23400         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
23401              From: Robin Houston <robin@kitsite.com>
23402              Date: Thu, 10 May 2001 12:56:39 +0100
23403              Message-ID: <20010510125639.A2119@penderel>
23404      Branch: perl
23405            ! ext/B/B/Deparse.pm
23406 ____________________________________________________________________________
23407 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
23408         Log: Retract #10070, not ready yet.
23409      Branch: perl
23410            ! ext/B/B/Deparse.pm
23411 ____________________________________________________________________________
23412 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
23413         Log: The metaconfig unit change for #10071.
23414      Branch: metaconfig
23415            ! U/modified/mallocsrc.U
23416 ____________________________________________________________________________
23417 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
23418         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
23419      Branch: perl
23420            ! Configure
23421 ____________________________________________________________________________
23422 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
23423         Log: (Retracted by #10073)
23424              
23425              Subject: Re: [PATCH t/TEST] B::Deparse tester 
23426              From: Hugo <hv@crypt.compulink.co.uk>
23427              Date: Thu, 10 May 2001 05:48:09 +0100
23428              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
23429      Branch: perl
23430            ! ext/B/B/Deparse.pm
23431 ____________________________________________________________________________
23432 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
23433         Log: Add a for(func()) test.
23434      Branch: perl
23435            ! t/cmd/for.t
23436 ____________________________________________________________________________
23437 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
23438         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
23439              From: Robin Houston <robin@kitsite.com>
23440              Date: Thu, 10 May 2001 13:50:08 +0100
23441              Message-ID: <20010510135008.A2454@penderel>
23442      Branch: perl
23443            ! ext/B/B/Deparse.pm
23444 ____________________________________________________________________________
23445 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
23446         Log: A thinko in #10065.
23447      Branch: perl
23448            ! hv.c
23449 ____________________________________________________________________________
23450 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
23451         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
23452              From: Robin Houston <robin@kitsite.com>
23453              Date: Thu, 10 May 2001 02:10:34 +0100
23454              Message-ID: <20010510021034.A19421@penderel>
23455      Branch: perl
23456            ! ext/B/B.xs ext/B/B/Deparse.pm
23457 ____________________________________________________________________________
23458 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
23459         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
23460              From: Doug MacEachern <dougm@covalent.net>
23461              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
23462              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
23463      Branch: perl
23464            ! hv.c
23465 ____________________________________________________________________________
23466 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
23467         Log: One more workaround for the UTS compiler from Hal Morris.
23468      Branch: perl
23469            ! perl.h
23470 ____________________________________________________________________________
23471 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
23472         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
23473              From: Robin Houston <robin@kitsite.com>
23474              Date: Thu, 10 May 2001 01:02:08 +0100
23475              Message-ID: <20010510010208.A18200@penderel>
23476      Branch: perl
23477            ! ext/B/B/Debug.pm
23478 ____________________________________________________________________________
23479 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
23480         Log: Subject: [PATCH] Simplify deb_curcv() a bit
23481              From: Benjamin Sugars <bsugars@canoe.ca>
23482              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
23483              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
23484      Branch: perl
23485            ! run.c
23486 ____________________________________________________________________________
23487 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
23488         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
23489              From: Benjamin Sugars <bsugars@canoe.ca>
23490              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
23491              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
23492      Branch: perl
23493            ! t/lib/io_scalar.t
23494 ____________________________________________________________________________
23495 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
23496         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
23497              From: Peter Prymmer <pvhp@forte.com>
23498              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
23499              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
23500      Branch: perl
23501            ! t/lib/md5-file.t
23502 ____________________________________________________________________________
23503 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
23504         Log: Subject: [PATCH t/TEST] B::Deparse tester
23505              From: Robin Houston <robin@kitsite.com>
23506              Date: Wed, 9 May 2001 19:17:50 +0100
23507              Message-ID: <20010509191750.A16940@penderel>
23508      Branch: perl
23509            ! ext/B/O.pm t/TEST
23510 ____________________________________________________________________________
23511 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
23512         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
23513              From: Jeff Pinyan <jeffp@crusoe.net>
23514              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
23515              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
23516      Branch: perl
23517            ! lib/Pod/Html.pm
23518 ____________________________________________________________________________
23519 [ 10057] By: nick                                  on 2001/05/09  18:37:56
23520         Log: Integrate mainline.
23521      Branch: perlio
23522           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
23523           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
23524 ____________________________________________________________________________
23525 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
23526         Log: Update Changes.
23527      Branch: perl
23528            ! Changes patchlevel.h
23529 ____________________________________________________________________________
23530 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
23531         Log: Integrate perlio.
23532      Branch: perl
23533           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23534 ____________________________________________________________________________
23535 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
23536         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
23537              From: Benjamin Sugars <bsugars@canoe.ca>
23538              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
23539              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
23540      Branch: perl
23541            ! perlio.c
23542 ____________________________________________________________________________
23543 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
23544         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
23545              From: Benjamin Sugars <bsugars@canoe.ca>
23546              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
23547              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
23548      Branch: perl
23549            ! ext/PerlIO/Scalar/Scalar.xs
23550 ____________________________________________________________________________
23551 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
23552         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
23553              From: Jeff Pinyan <jeffp@crusoe.net>
23554              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
23555              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
23556      Branch: perl
23557            ! lib/Pod/Html.pm
23558 ____________________________________________________________________________
23559 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
23560         Log: EPOC tweak from Olaf Flebbe.
23561      Branch: perl
23562            ! epoc/epocish.h
23563 ____________________________________________________________________________
23564 [ 10050] By: nick                                  on 2001/05/09  14:37:57
23565         Log: win32, regen_config_h
23566      Branch: perlio
23567            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23568 ____________________________________________________________________________
23569 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
23570         Log: Integrate perlio.
23571      Branch: perl
23572           !> pp_sys.c
23573 ____________________________________________________________________________
23574 [ 10048] By: nick                                  on 2001/05/09  11:59:50
23575         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
23576              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
23577      Branch: perlio
23578            ! pp_sys.c
23579 ____________________________________________________________________________
23580 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
23581         Log: Integrate perlio.
23582      Branch: perl
23583           !> run.c
23584 ____________________________________________________________________________
23585 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
23586         Log: Subject: Re: Less warnings during configure
23587              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23588              Date: Wed, 09 May 2001 13:12:49 +0200
23589              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
23590      Branch: perl
23591            ! hints/hpux.sh
23592 ____________________________________________________________________________
23593 [ 10045] By: nick                                  on 2001/05/09  09:56:59
23594         Log: MULTIPLICITY/DEBUGGING build fix.
23595      Branch: perlio
23596            ! run.c
23597 ____________________________________________________________________________
23598 [ 10044] By: nick                                  on 2001/05/09  09:46:37
23599         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
23600      Branch: perlio
23601           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
23602            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
23603           !> (integrate 65 files)
23604 ____________________________________________________________________________
23605 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
23606         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
23607              From: Robin Houston <robin@kitsite.com>
23608              Date: Tue, 8 May 2001 19:38:00 +0100
23609              Message-ID: <20010508193800.A4389@penderel>
23610              
23611              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
23612              From: Robin Houston <robin@kitsite.com>
23613              Date: Tue, 8 May 2001 20:03:57 +0100
23614              Message-ID: <20010508200357.A4614@penderel>
23615              
23616              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
23617              From: Robin Houston <robin@kitsite.com>
23618              Date: Wed, 9 May 2001 00:12:05 +0100
23619              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
23620      Branch: perl
23621            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
23622 ____________________________________________________________________________
23623 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
23624         Log: Retract #10031.
23625      Branch: perl
23626            ! pod/perlfunc.pod
23627 ____________________________________________________________________________
23628 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
23629         Log: The metaconfig unit changes for #10040.
23630      Branch: metaconfig/U/perl
23631            ! Checkcc.U d_dlsymun.U dlsrc.U
23632 ____________________________________________________________________________
23633 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
23634         Log: The Configure half of
23635              
23636              Subject: Less warnings during configure
23637              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23638              Date: Tue, 08 May 2001 08:44:02 +0200
23639              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
23640      Branch: perl
23641            ! Configure
23642 ____________________________________________________________________________
23643 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
23644         Log: Subject: Less warnings during configure
23645              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23646              Date: Tue, 08 May 2001 08:44:02 +0200
23647              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
23648      Branch: perl
23649            ! hints/hpux.sh
23650 ____________________________________________________________________________
23651 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
23652         Log: Don't forget to whine about \d__\d.
23653      Branch: perl
23654            ! t/pragma/warn/toke toke.c
23655 ____________________________________________________________________________
23656 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
23657         Log: Allow underscores also in the exponent part.
23658      Branch: perl
23659            ! t/pragma/warn/toke toke.c
23660 ____________________________________________________________________________
23661 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
23662         Log: CodeMagicCD doesn't look like an *I*DE.
23663      Branch: perl
23664            ! pod/perlfaq3.pod
23665 ____________________________________________________________________________
23666 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
23667         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
23668              to be consistently down).
23669      Branch: perl
23670            ! pod/perlfaq3.pod
23671 ____________________________________________________________________________
23672 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
23673         Log: Upgrade to Text::Balanced 1.84.
23674      Branch: perl
23675            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
23676 ____________________________________________________________________________
23677 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
23678         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
23679              From: Benjamin Sugars <bsugars@canoe.ca>
23680              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
23681              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
23682      Branch: perl
23683            ! run.c
23684 ____________________________________________________________________________
23685 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
23686         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
23687              From: Peter Prymmer <pvhp@forte.com>
23688              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
23689              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
23690      Branch: perl
23691            ! t/pod/plainer.t
23692 ____________________________________________________________________________
23693 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
23694         Log: (Retracted by #10042)
23695              
23696              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
23697              From: "Philip Newton" <pnewton@gmx.de>
23698              Date: Tue, 8 May 2001 09:18:10 +0200
23699              Message-ID: <3AF7B9D2.28861.603732@localhost>
23700      Branch: perl
23701            ! pod/perlfunc.pod
23702 ____________________________________________________________________________
23703 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
23704         Log: Subject: [PATCH B::Deparse] Document known bugs
23705              From: Robin Houston <robin@kitsite.com>
23706              Date: Tue, 8 May 2001 01:53:34 +0100
23707              Message-ID: <20010508015334.A32394@penderel>
23708      Branch: perl
23709            ! ext/B/B/Deparse.pm
23710 ____________________________________________________________________________
23711 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
23712         Log: Subject: Re: Perl book, magazine and website updates.
23713              From: "Philip Newton" <pnewton@gmx.de>
23714              Date: Mon, 7 May 2001 17:03:58 +0200
23715              Message-ID: <3AF6D57E.5387.1E29930@localhost>
23716      Branch: perl
23717            ! pod/perlfaq2.pod
23718 ____________________________________________________________________________
23719 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
23720         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
23721              From: Peter Prymmer <pvhp@forte.com>
23722              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
23723              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
23724      Branch: perl
23725            ! t/io/fflush.t
23726 ____________________________________________________________________________
23727 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
23728         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
23729              From: Robin Houston <robin@kitsite.com>
23730              Date: Tue, 8 May 2001 01:14:55 +0100
23731              Message-ID: <20010508011455.A32162@penderel>
23732      Branch: perl
23733            ! ext/B/B/Deparse.pm
23734 ____________________________________________________________________________
23735 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
23736         Log: Typo in #10025.
23737      Branch: perl
23738            ! hints/uts.sh
23739 ____________________________________________________________________________
23740 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
23741         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
23742      Branch: perl
23743            ! hints/uts.sh
23744 ____________________________________________________________________________
23745 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
23746         Log: Subject: Re: [ID 20010506.045] question about hash syntax
23747              From: Peter Scott <Peter@PSDT.com>
23748              Date: Sun, 06 May 2001 13:10:40 -0700
23749              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
23750      Branch: perl
23751            ! pod/perl56delta.pod
23752 ____________________________________________________________________________
23753 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
23754         Log: Configure should figure out the list of dynamic extensions
23755              just fine in UTS-- and in fact it does, as reported by Hal Morris.
23756      Branch: perl
23757            ! hints/uts.sh
23758 ____________________________________________________________________________
23759 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
23760         Log: Update Changes.
23761      Branch: perl
23762            ! Changes patchlevel.h
23763 ____________________________________________________________________________
23764 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
23765         Log: Subject: [PATCH regcomp.c] Insecure regexes
23766              From: Robin Houston <robin@kitsite.com>
23767              Date: Mon, 7 May 2001 21:56:12 +0100
23768              Message-ID: <20010507215612.A31114@penderel>
23769      Branch: perl
23770            ! regcomp.c
23771 ____________________________________________________________________________
23772 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
23773         Log: Drop the foobar.perl.com references for now until Simon
23774              gets them sorted out.
23775      Branch: perl
23776            ! pod/perlfaq2.pod
23777 ____________________________________________________________________________
23778 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
23779         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
23780              From: Prymmer/Kahn <pvhp@best.com>
23781              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
23782              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
23783      Branch: perl
23784            ! lib/Devel/SelfStubber.pm
23785 ____________________________________________________________________________
23786 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
23787         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
23788              From: Prymmer/Kahn <pvhp@best.com>
23789              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
23790              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
23791      Branch: perl
23792            ! win32/Makefile
23793 ____________________________________________________________________________
23794 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
23795         Log: s/WebTechnique's/WebTechniques/
23796      Branch: perl
23797            ! pod/perlfaq2.pod
23798 ____________________________________________________________________________
23799 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
23800         Log: Llama 3 updates from Randal.
23801      Branch: perl
23802            ! pod/perlfaq2.pod
23803 ____________________________________________________________________________
23804 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
23805         Log: Subject: [PATCH] Help -Dt show correct pad variables
23806              From: Benjamin Sugars <ben.sugars@home.com>
23807              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
23808              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
23809      Branch: perl
23810            ! embed.h embed.pl proto.h run.c
23811 ____________________________________________________________________________
23812 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
23813         Log: Subject: [PATCH] Document C<our $foo : shared>
23814              From: Benjamin Sugars <ben.sugars@home.com>
23815              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
23816              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
23817      Branch: perl
23818            ! pod/perlfunc.pod
23819 ____________________________________________________________________________
23820 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
23821         Log: Subject: [PATCH B::Deparse] undefined folded constants
23822              From: Robin Houston <robin@kitsite.com>
23823              Date: Sun, 6 May 2001 17:19:09 +0100
23824              Message-ID: <20010506171909.A7046@penderel>
23825      Branch: perl
23826            ! ext/B/B/Deparse.pm
23827 ____________________________________________________________________________
23828 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
23829         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
23830              From: Robin Houston <robin@kitsite.com>
23831              Message-ID: <20010506164654.A6848@penderel>
23832              Date: Sun, 6 May 2001 16:46:54 +0100
23833      Branch: perl
23834            ! ext/B/B/Deparse.pm
23835 ____________________________________________________________________________
23836 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
23837         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
23838              From: Robin Houston <robin@kitsite.com>
23839              Date: Sun, 6 May 2001 14:47:02 +0100
23840              Message-ID: <20010506144702.A6308@penderel>
23841      Branch: perl
23842            ! t/op/my_stash.t
23843 ____________________________________________________________________________
23844 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
23845         Log: Subject: Perl book, magazine and website updates.
23846              From: Simon Cozens <simon@netthink.co.uk>
23847              Date: Sun, 6 May 2001 16:55:36 +0100
23848              Message-ID: <20010506165536.A1795@netthink.co.uk>
23849      Branch: perl
23850            ! pod/perlbook.pod pod/perlfaq2.pod
23851 ____________________________________________________________________________
23852 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
23853         Log: Tweaks on the Tru64 prof options.
23854      Branch: perl
23855            ! pod/perlhack.pod
23856 ____________________________________________________________________________
23857 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
23858         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
23859              From: Robin Houston <robin@kitsite.com>
23860              Date: Sun, 6 May 2001 14:40:51 +0100
23861              Message-ID: <20010506144051.A6279@penderel>
23862      Branch: perl
23863            ! t/pod/testp2pt.pl
23864 ____________________________________________________________________________
23865 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
23866         Log: Subject: [PATCH B::Deparse] scoping
23867              From: Robin Houston <robin@kitsite.com>
23868              Date: Sun, 6 May 2001 14:36:56 +0100
23869              Message-ID: <20010506143656.A4006@penderel>
23870      Branch: perl
23871            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
23872 ____________________________________________________________________________
23873 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
23874         Log: Document the undefinedness of bitshifting out of range.
23875      Branch: perl
23876            ! pod/perlop.pod
23877 ____________________________________________________________________________
23878 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
23879         Log: Retract #10003 and update the IDE descriptions a bit.
23880      Branch: perl
23881            ! pod/perlfaq3.pod
23882 ____________________________________________________________________________
23883 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
23884         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
23885              From: Prymmer/Kahn <pvhp@best.com>
23886              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
23887              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
23888      Branch: perl
23889            ! win32/Makefile win32/buildext.pl win32/config.bc
23890            ! win32/config.gc win32/config.vc
23891 ____________________________________________________________________________
23892 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
23893         Log: (Retracted by #10005.)
23894      Branch: perl
23895            ! pod/perlfaq3.pod
23896 ____________________________________________________________________________
23897 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
23898         Log: It's "psed", not "sed".
23899      Branch: perl
23900            ! x2p/s2p.PL
23901 ____________________________________________________________________________
23902 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
23903         Log: Update Changes.
23904      Branch: perl
23905            ! Changes patchlevel.h
23906 ____________________________________________________________________________
23907 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
23908         Log: Subject: Re: bleadperl make install fails due to "psed"
23909              From: andreas.koenig@anima.de (Andreas J. Koenig)
23910              Date: 05 May 2001 18:23:28 +0200
23911              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
23912      Branch: perl
23913            ! x2p/Makefile.SH x2p/s2p.PL
23914 ____________________________________________________________________________
23915 [  9999] By: jhi                                   on 2001/05/05  18:28:09
23916         Log: AUTHORS updates.
23917      Branch: perl
23918            ! AUTHORS
23919 ____________________________________________________________________________
23920 [  9998] By: jhi                                   on 2001/05/05  18:16:00
23921         Log: Updates on the pods related to the modules included since 5.6.
23922              
23923              TODO: perltodo really could use major updating.
23924      Branch: perl
23925            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
23926            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
23927            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
23928            ! pod/perlsyn.pod pod/perltodo.pod
23929 ____________________________________________________________________________
23930 [  9997] By: jhi                                   on 2001/05/05  17:35:17
23931         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
23932              from Kurt Skauen.
23933      Branch: perl
23934            + hints/atheos.sh
23935            ! MANIFEST
23936 ____________________________________________________________________________
23937 [  9996] By: jhi                                   on 2001/05/05  17:25:00
23938         Log: Add preemptive #undefs for some of the shorter and more prone
23939              to collision regcomp.h #defines.  (Background: the MASK collided
23940              with a system header #define in Rhapsody.)
23941      Branch: perl
23942            ! regcomp.h
23943 ____________________________________________________________________________
23944 [  9995] By: jhi                                   on 2001/05/05  13:24:21
23945         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
23946              From: Nicholas Clark <nick@ccl4.org>
23947              Date: Sat, 5 May 2001 14:46:39 +0100
23948              Message-ID: <20010505144639.O53513@plum.flirble.org>
23949              
23950              Add a test for the constants (if any) being processed correctly.
23951      Branch: perl
23952            ! utils/h2xs.PL
23953 ____________________________________________________________________________
23954 [  9994] By: jhi                                   on 2001/05/05  02:11:03
23955         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
23956              From: Peter Prymmer <pvhp@forte.com>
23957              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
23958              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
23959      Branch: perl
23960            ! t/lib/b-stash.t
23961 ____________________________________________________________________________
23962 [  9993] By: jhi                                   on 2001/05/05  02:03:49
23963         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
23964              From: Peter Prymmer <pvhp@forte.com>
23965              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
23966              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
23967      Branch: perl
23968            ! perlio.c vms/vmsish.h
23969 ____________________________________________________________________________
23970 [  9992] By: jhi                                   on 2001/05/04  17:21:12
23971         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
23972              From: Robin Barker <rmb1@cise.npl.co.uk>
23973              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
23974              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
23975      Branch: perl
23976            + t/pod/plainer.t
23977            ! MANIFEST
23978 ____________________________________________________________________________
23979 [  9991] By: jhi                                   on 2001/05/04  16:47:45
23980         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
23981              From: Robin Barker <rmb1@cise.npl.co.uk>
23982              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
23983              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
23984      Branch: perl
23985            ! regcomp.c
23986 ____________________________________________________________________________
23987 [  9990] By: jhi                                   on 2001/05/04  14:37:20
23988         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
23989              From: Prymmer/Kahn <pvhp@best.com>
23990              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
23991              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
23992      Branch: perl
23993            ! t/lib/b-stash.t
23994 ____________________________________________________________________________
23995 [  9989] By: jhi                                   on 2001/05/04  14:03:58
23996         Log: Introduce perl572delta, update Todo, add the missing
23997              mention about signal safety since 5.7.1 (though this
23998              requires verification and more details.)
23999      Branch: perl
24000            + pod/perl572delta.pod
24001            ! MANIFEST Todo pod/perl571delta.pod
24002 ____________________________________________________________________________
24003 [  9988] By: jhi                                   on 2001/05/04  12:41:51
24004         Log: Subject: [PATCH perl@9944] long =item
24005              From: Robin Barker <rmb1@cise.npl.co.uk>
24006              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
24007              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
24008      Branch: perl
24009            ! ext/Time/HiRes/HiRes.pm
24010 ____________________________________________________________________________
24011 [  9987] By: jhi                                   on 2001/05/04  12:39:19
24012         Log: The #9901 had removed one line essential for EBCDIC.
24013      Branch: perl
24014            ! regcomp.c
24015 ____________________________________________________________________________
24016 [  9986] By: jhi                                   on 2001/05/04  12:30:23
24017         Log: Subject: cygwin/Makefile.SHs INSTALL patch
24018              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
24019              Date: Mon, 08 Jan 2001 04:59:21 +0200
24020              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
24021      Branch: perl
24022            ! cygwin/Makefile.SHs
24023 ____________________________________________________________________________
24024 [  9985] By: jhi                                   on 2001/05/04  03:51:39
24025         Log: Encode/IO doc tweaks.
24026      Branch: perl
24027            ! ext/Encode/Encode.pm
24028 ____________________________________________________________________________
24029 [  9984] By: jhi                                   on 2001/05/04  03:29:34
24030         Log: Remove GDBM_File from the dynamic extensions for UTS,
24031              GDBM is not a standard feature.
24032      Branch: perl
24033            ! hints/uts.sh
24034 ____________________________________________________________________________
24035 [  9983] By: jhi                                   on 2001/05/04  03:22:59
24036         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
24037      Branch: perl
24038            ! pod/perlretut.pod
24039 ____________________________________________________________________________
24040 [  9982] By: jhi                                   on 2001/05/03  23:21:03
24041         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
24042              From: Benjamin Sugars <bsugars@canoe.ca>
24043              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
24044              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
24045      Branch: perl
24046            ! dump.c
24047 ____________________________________________________________________________
24048 [  9981] By: jhi                                   on 2001/05/03  23:20:05
24049         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
24050              From: Benjamin Sugars <bsugars@canoe.ca>
24051              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
24052              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
24053      Branch: perl
24054            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24055 ____________________________________________________________________________
24056 [  9980] By: jhi                                   on 2001/05/03  23:15:29
24057         Log: Integrate perlio.
24058      Branch: perl
24059           !> ext/Encode/Encode.pm
24060 ____________________________________________________________________________
24061 [  9979] By: jhi                                   on 2001/05/03  16:54:59
24062         Log: Install psed man page.
24063      Branch: perl
24064            ! installman
24065 ____________________________________________________________________________
24066 [  9978] By: jhi                                   on 2001/05/03  16:45:58
24067         Log: Remove unused files; noted by Sarathy.
24068      Branch: perl
24069            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
24070            ! MANIFEST
24071 ____________________________________________________________________________
24072 [  9977] By: jhi                                   on 2001/05/03  16:42:30
24073         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
24074              From: Andy Dougherty <doughera@lafayette.edu>
24075              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
24076              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
24077      Branch: perl
24078            ! INSTALL
24079 ____________________________________________________________________________
24080 [  9976] By: nick                                  on 2001/05/03  16:40:42
24081         Log: Allow $answer = encode($object,$text); like it says in docs.
24082      Branch: perlio
24083            ! ext/Encode/Encode.pm
24084 ____________________________________________________________________________
24085 [  9975] By: nick                                  on 2001/05/03  16:22:30
24086         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
24087              to be in scope (fair enough), and also a package variable (our) for eval to see it.
24088      Branch: perlio
24089            ! ext/Encode/Encode.pm
24090 ____________________________________________________________________________
24091 [  9974] By: nick                                  on 2001/05/03  15:48:17
24092         Log: Integrate mainline.
24093      Branch: perlio
24094           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
24095           +> t/lib/filter-simple.t t/lib/next.t
24096           !> (integrate 70 files)
24097 ____________________________________________________________________________
24098 [  9973] By: jhi                                   on 2001/05/03  13:09:09
24099         Log: Update Changes.
24100      Branch: perl
24101            ! Changes patchlevel.h
24102 ____________________________________________________________________________
24103 [  9972] By: jhi                                   on 2001/05/03  12:58:33
24104         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
24105              From: Prymmer/Kahn <pvhp@best.com>
24106              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
24107              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
24108      Branch: perl
24109            ! t/io/fflush.t
24110 ____________________________________________________________________________
24111 [  9971] By: jhi                                   on 2001/05/03  12:57:26
24112         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
24113              From: Prymmer/Kahn <pvhp@best.com>
24114              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
24115              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
24116      Branch: perl
24117            ! win32/FindExt.pm
24118 ____________________________________________________________________________
24119 [  9970] By: jhi                                   on 2001/05/03  02:42:46
24120         Log: Can't croak sans thread context, from Doug MacEachern.
24121      Branch: perl
24122            ! toke.c
24123 ____________________________________________________________________________
24124 [  9969] By: jhi                                   on 2001/05/03  01:23:48
24125         Log: Subject: Random input test and Perl
24126              From: Ilya Zakharevich <ilya@math.berkeley.edu>
24127              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
24128              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
24129      Branch: perl
24130            ! toke.c
24131 ____________________________________________________________________________
24132 [  9968] By: jhi                                   on 2001/05/02  22:17:21
24133         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
24134              From: Peter Prymmer <pvhp@forte.com>
24135              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
24136              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
24137      Branch: perl
24138            ! pod/perlfunc.pod pod/perlport.pod
24139 ____________________________________________________________________________
24140 [  9967] By: jhi                                   on 2001/05/02  20:12:45
24141         Log: Workaround for UTS compiler casting bug from Hal Morris.
24142      Branch: perl
24143            ! perl.h
24144 ____________________________________________________________________________
24145 [  9966] By: jhi                                   on 2001/05/02  18:31:37
24146         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
24147              From: Dan Sugalski <dan@sidhe.org>
24148              Date: Wed, 02 May 2001 15:23:22 -0400
24149              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
24150      Branch: perl
24151            ! perl.c vms/vms.c
24152 ____________________________________________________________________________
24153 [  9965] By: jhi                                   on 2001/05/02  18:21:29
24154         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
24155      Branch: perl
24156            ! pod/perlfunc.pod
24157 ____________________________________________________________________________
24158 [  9964] By: jhi                                   on 2001/05/02  18:15:01
24159         Log: Document large files in INSTALL, document also the %x
24160              limitation if not use64bitint, closes bug 20010326.007.
24161      Branch: perl
24162            ! INSTALL
24163 ____________________________________________________________________________
24164 [  9963] By: jhi                                   on 2001/05/02  17:24:47
24165         Log: perlmodlib tweaks; regen pods.
24166      Branch: perl
24167            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
24168            ! pod/perltoc.pod
24169 ____________________________________________________________________________
24170 [  9962] By: jhi                                   on 2001/05/02  17:14:00
24171         Log: Fix for a segfault, from Marc Lehmann.
24172      Branch: perl
24173            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
24174 ____________________________________________________________________________
24175 [  9961] By: jhi                                   on 2001/05/02  15:55:53
24176         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
24177              From: "Philip Newton" <pnewton@gmx.de>
24178              Date: Wed, 2 May 2001 18:39:03 +0200
24179              Message-ID: <3AF05447.15525.173B588@localhost>
24180      Branch: perl
24181            ! pod/perlop.pod
24182 ____________________________________________________________________________
24183 [  9960] By: jhi                                   on 2001/05/02  15:35:37
24184         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
24185              From: Dan Sugalski <dan@sidhe.org>
24186              Date: Wed, 02 May 2001 11:37:27 -0400
24187              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
24188      Branch: perl
24189            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
24190            ! thread.h vms/vms.c vms/vmsish.h
24191 ____________________________________________________________________________
24192 [  9959] By: jhi                                   on 2001/05/02  15:21:08
24193         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
24194              From: Benjamin Sugars <bsugars@canoe.ca>
24195              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
24196              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
24197      Branch: perl
24198            ! ext/PerlIO/Scalar/Scalar.xs
24199 ____________________________________________________________________________
24200 [  9958] By: jhi                                   on 2001/05/02  15:15:53
24201         Log: Bug in #9915, spotted by Mike Guy.
24202      Branch: perl
24203            ! installperl
24204 ____________________________________________________________________________
24205 [  9957] By: jhi                                   on 2001/05/02  13:26:01
24206         Log: Add a test for not griping about references as array
24207              indices if the reference has magic in it (overloaded
24208              methods).
24209      Branch: perl
24210            ! pod/perldiag.pod t/pragma/warn/pp_hot
24211 ____________________________________________________________________________
24212 [  9956] By: jhi                                   on 2001/05/02  13:07:01
24213         Log: Retracted a bit too much in #9952.
24214      Branch: perl
24215            ! t/pragma/sub_lval.t
24216 ____________________________________________________________________________
24217 [  9955] By: jhi                                   on 2001/05/02  13:05:38
24218         Log: Test for #9952.
24219      Branch: perl
24220            ! t/op/tie.t
24221 ____________________________________________________________________________
24222 [  9954] By: jhi                                   on 2001/05/02  11:48:18
24223         Log: Additional note on the encoding example: one cannot
24224              convert string constants in-place.
24225      Branch: perl
24226            ! ext/Encode/Encode.pm
24227 ____________________________________________________________________________
24228 [  9953] By: jhi                                   on 2001/05/02  11:43:51
24229         Log: Note that if you have recent enough Perl you already
24230              have Filter::Util::Call.
24231      Branch: perl
24232            ! lib/Filter/Simple.pm
24233 ____________________________________________________________________________
24234 [  9952] By: jhi                                   on 2001/05/02  11:31:53
24235         Log: Retract changes #8254 and #8255, causes coredump in
24236              'tie FH, "main"', reported by Abigail, culprit found by
24237              Benjamin Sugars.  Mirrors maintperl change #9950.
24238      Branch: perl
24239            ! op.c t/pragma/sub_lval.t
24240 ____________________________________________________________________________
24241 [  9951] By: jhi                                   on 2001/05/02  11:14:29
24242         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
24243      Branch: perl
24244            + t/lib/MyFilter.pm
24245 ____________________________________________________________________________
24246 [  9950] By: gsar                                  on 2001/05/02  03:17:11
24247         Log: revert integration of changes#8254,8255 in change#8620 (causes
24248              a coredump in C<tie FH, 'foo'>; the idea itself may need better
24249              rationalization)
24250      Branch: maint-5.6/perl
24251            ! op.c t/pragma/sub_lval.t
24252 ____________________________________________________________________________
24253 [  9949] By: gsar                                  on 2001/05/02  02:56:32
24254         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
24255              
24256              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
24257              
24258              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
24259      Branch: maint-5.6/perl
24260           !> hints/svr5.sh
24261 ____________________________________________________________________________
24262 [  9948] By: gsar                                  on 2001/05/02  02:49:15
24263         Log: pod/find.t breaks on VMS (from Craig Berry)
24264      Branch: maint-5.6/perl
24265            ! t/pod/find.t
24266 ____________________________________________________________________________
24267 [  9947] By: jhi                                   on 2001/05/02  02:43:09
24268         Log: Add an encoding conversion example.
24269      Branch: perl
24270            ! ext/Encode/Encode.pm
24271 ____________________________________________________________________________
24272 [  9946] By: jhi                                   on 2001/05/02  01:34:22
24273         Log: Another coat of paint but still nowhere finished.
24274              Need to decide on the semantics of strptime(): should
24275              strptime() be a function instead of a method?  To do
24276              the week/monthname-strptiming the i18n/l10n bullet needs
24277              to be bitten with gusto.
24278      Branch: perl
24279            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
24280 ____________________________________________________________________________
24281 [  9945] By: jhi                                   on 2001/05/01  23:40:52
24282         Log: Update Changes.
24283      Branch: perl
24284            ! Changes patchlevel.h
24285 ____________________________________________________________________________
24286 [  9944] By: jhi                                   on 2001/05/01  23:33:37
24287         Log: Add known-to-be-tested modules to the list-to-be-skipped.
24288      Branch: perl
24289            ! t/lib/1_compile.t
24290 ____________________________________________________________________________
24291 [  9943] By: jhi                                   on 2001/05/01  23:24:40
24292         Log: Subject: BorlandC++ fix
24293              From: "Vadim Konovalov" <watman@inbox.ru>
24294              Date: Mon, 30 Apr 2001 20:12:26 -0700
24295              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
24296      Branch: perl
24297            ! win32/makefile.mk
24298 ____________________________________________________________________________
24299 [  9942] By: jhi                                   on 2001/05/01  23:18:02
24300         Log: Update to Filter::Simple 0.60, create a test for it.
24301      Branch: perl
24302            + t/lib/filter-simple.t
24303            ! MANIFEST lib/Filter/Simple.pm
24304 ____________________________________________________________________________
24305 [  9941] By: jhi                                   on 2001/05/01  19:47:24
24306         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
24307              From: Hugo <hv@crypt.compulink.co.uk>
24308              Date: Tue, 01 May 2001 20:12:20 +0100
24309              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
24310      Branch: perl
24311            ! pp_hot.c t/op/re_tests
24312 ____________________________________________________________________________
24313 [  9940] By: jhi                                   on 2001/05/01  19:42:16
24314         Log: Integrate perlio.
24315      Branch: perl
24316           !> lib/base.pm t/lib/fields.t
24317 ____________________________________________________________________________
24318 [  9939] By: jhi                                   on 2001/05/01  19:39:51
24319         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
24320              From: Benjamin Sugars <bsugars@canoe.ca>
24321              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
24322              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
24323      Branch: perl
24324            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24325 ____________________________________________________________________________
24326 [  9938] By: jhi                                   on 2001/05/01  19:34:09
24327         Log: Add NEXT, a pseudo-class for method redispatching.
24328              <Damian>NEXT.pm probably offers more bang-for-buck
24329              than anything else I've ever written.</Damian>
24330      Branch: perl
24331            + lib/NEXT.pm t/lib/next.t
24332            ! MANIFEST
24333 ____________________________________________________________________________
24334 [  9937] By: jhi                                   on 2001/05/01  19:21:41
24335         Log: Update to Switch 2.02.
24336      Branch: perl
24337            ! lib/Switch.pm t/lib/switch.t
24338 ____________________________________________________________________________
24339 [  9936] By: nick                                  on 2001/05/01  19:09:21
24340         Log: Fix for base.pm clobbering $VERSION
24341      Branch: perlio
24342            ! lib/base.pm
24343 ____________________________________________________________________________
24344 [  9935] By: nick                                  on 2001/05/01  18:54:38
24345         Log: Test for base.pm clobbering $VERSION.
24346      Branch: perlio
24347            ! t/lib/fields.t
24348 ____________________________________________________________________________
24349 [  9934] By: jhi                                   on 2001/05/01  18:39:10
24350         Log: Add information about Scalar::Util::blessed.
24351      Branch: perl
24352            ! pod/perlobj.pod
24353 ____________________________________________________________________________
24354 [  9933] By: jhi                                   on 2001/05/01  18:33:51
24355         Log: Subject: Extra UNIVERSAL documentation
24356              From: Mike Guy <mjtg@cam.ac.uk>
24357              Date: Tue, 01 May 2001 20:12:11 +0100
24358              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
24359      Branch: perl
24360            ! pod/perlobj.pod
24361 ____________________________________________________________________________
24362 [  9932] By: jhi                                   on 2001/05/01  18:26:54
24363         Log: Subject: Autoflush in tests as appropriate
24364              From: Mike Guy <mjtg@cam.ac.uk>
24365              Date: Tue, 01 May 2001 20:05:31 +0100
24366              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
24367      Branch: perl
24368            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
24369            ! t/op/taint.t
24370 ____________________________________________________________________________
24371 [  9931] By: jhi                                   on 2001/05/01  18:02:29
24372         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
24373              From: Benjamin Sugars <bsugars@canoe.ca>
24374              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
24375              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
24376      Branch: perl
24377            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24378 ____________________________________________________________________________
24379 [  9930] By: jhi                                   on 2001/05/01  15:12:26
24380         Log: Subject: Re: Finally got a round tuit
24381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24382              Date: Tue, 01 May 2001 14:14:10 +0200
24383              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
24384              
24385              The -DP part, slightly modified.
24386      Branch: perl
24387            ! perl.c
24388 ____________________________________________________________________________
24389 [  9929] By: jhi                                   on 2001/05/01  14:17:15
24390         Log: Subject: Re: Finally got a round tuit
24391              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24392              Date: Tue, 01 May 2001 16:34:06 +0200
24393              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
24394              
24395              cpp and optimization tweaks for HP-UX.
24396      Branch: perl
24397            ! hints/hpux.sh
24398 ____________________________________________________________________________
24399 [  9928] By: jhi                                   on 2001/05/01  13:24:20
24400         Log: Tune the scan_num() comments to reality.
24401      Branch: perl
24402            ! toke.c
24403 ____________________________________________________________________________
24404 [  9927] By: jhi                                   on 2001/05/01  13:14:01
24405         Log: Subject: [PATCH B::Deparse] optimised sort
24406              From: Robin Houston <robin@kitsite.com>
24407              Date: Tue, 1 May 2001 14:07:12 +0100
24408              Message-ID: <20010501140712.A4266@penderel>
24409      Branch: perl
24410            ! ext/B/B/Deparse.pm
24411 ____________________________________________________________________________
24412 [  9926] By: jhi                                   on 2001/05/01  13:10:53
24413         Log: Subject: [PATCH t/lib/b-deparse.t] 
24414              From: Robin Houston <robin@kitsite.com>
24415              Date: Tue, 1 May 2001 13:37:42 +0100
24416              Message-ID: <20010501133742.A4082@penderel>
24417      Branch: perl
24418            ! t/lib/b-deparse.t
24419 ____________________________________________________________________________
24420 [  9925] By: jhi                                   on 2001/05/01  13:10:13
24421         Log: Subject: [PATCH B::Deparse] for(;;), sort
24422              From: Robin Houston <robin@kitsite.com>
24423              Date: Tue, 1 May 2001 13:35:00 +0100
24424              Message-ID: <20010501133500.A4061@penderel>
24425      Branch: perl
24426            ! ext/B/B/Deparse.pm
24427 ____________________________________________________________________________
24428 [  9924] By: jhi                                   on 2001/05/01  13:09:22
24429         Log: Subject: [PATCH B::Deparse] do, warn, use
24430              From: Robin Houston <robin@kitsite.com>
24431              Date: Tue, 1 May 2001 13:31:03 +0100
24432              Message-ID: <20010501133103.A4041@penderel>
24433      Branch: perl
24434            ! ext/B/B/Deparse.pm
24435 ____________________________________________________________________________
24436 [  9923] By: jhi                                   on 2001/05/01  11:45:36
24437         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
24438              From: Benjamin Sugars <ben.sugars@home.com>
24439              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
24440              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
24441      Branch: perl
24442            + t/io/fflush.t
24443            ! MANIFEST
24444 ____________________________________________________________________________
24445 [  9922] By: jhi                                   on 2001/05/01  11:35:42
24446         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
24447              From: Peter Prymmer <pvhp@forte.com>
24448              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
24449              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
24450      Branch: perl
24451            ! t/lib/selfstubber.t
24452 ____________________________________________________________________________
24453 [  9921] By: jhi                                   on 2001/04/30  16:34:33
24454         Log: Subject: [PATCH B::Concise] suppress warning
24455              From: Robin Houston <robin@kitsite.com>
24456              Date: Mon, 30 Apr 2001 16:09:49 +0100
24457              Message-ID: <20010430160949.A25086@penderel>
24458      Branch: perl
24459            ! ext/B/B/Concise.pm
24460 ____________________________________________________________________________
24461 [  9920] By: jhi                                   on 2001/04/30  13:56:04
24462         Log: Strip the *markers* from #9919.
24463      Branch: perl
24464            ! pod/perlfaq.pod pod/perlfaq5.pod
24465 ____________________________________________________________________________
24466 [  9919] By: jhi                                   on 2001/04/30  13:54:04
24467         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
24468              From: Gwyn Judd <b.judd@xtra.co.nz>
24469              Date: Sun, 29 Apr 2001 01:47:49 +1200
24470              Message-ID: <20010429014749.A4418@thislove>
24471      Branch: perl
24472            ! pod/perlfaq.pod pod/perlfaq5.pod
24473 ____________________________________________________________________________
24474 [  9918] By: jhi                                   on 2001/04/30  13:13:54
24475         Log: More_tweakage.
24476      Branch: perl
24477            ! pod/perldata.pod pod/perldiag.pod
24478 ____________________________________________________________________________
24479 [  9917] By: jhi                                   on 2001/04/30  13:01:27
24480         Log: Update Changes.
24481      Branch: perl
24482            ! Changes patchlevel.h
24483 ____________________________________________________________________________
24484 [  9916] By: jhi                                   on 2001/04/30  12:57:03
24485         Log: T_w_e_a_k_a_g_e.
24486      Branch: perl
24487            ! pod/perldata.pod pod/perldiag.pod
24488 ____________________________________________________________________________
24489 [  9915] By: jhi                                   on 2001/04/30  12:39:29
24490         Log: Install s2p also as psed.
24491              
24492              TODO: psed documentation?
24493      Branch: perl
24494            ! installperl
24495 ____________________________________________________________________________
24496 [  9914] By: jhi                                   on 2001/04/30  12:29:21
24497         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
24498              From: Jens Hamisch <jens@Strawberry.COM>
24499              Date: Fri, 27 Apr 2001 17:00:36 +0200
24500              Message-ID: <20010427170036.K1372@Strawberry.COM>
24501              
24502              SOCKS5_VERSION_NAME is the right symbol to detect
24503              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
24504              function called socks5_init() is available, and even that is
24505              not universal, most SOCKS5 installations use SOCKSinit()).
24506      Branch: perl
24507            ! perlio.c
24508 ____________________________________________________________________________
24509 [  9913] By: jhi                                   on 2001/04/30  12:22:15
24510         Log: Allow a zero timeout on IO::Socket accept and connect--
24511              though one really shouldn't do that.  Based on
24512              
24513              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
24514              From: "John Holdsworth" <coldwave@bigfoot.com>
24515              Date: Sun, 4 Feb 2001 12:48:18 +0100
24516              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
24517      Branch: perl
24518            ! ext/IO/lib/IO/Socket.pm
24519 ____________________________________________________________________________
24520 [  9912] By: jhi                                   on 2001/04/30  11:27:27
24521         Log: Save the spot of regprev (see #9911) for binary compatibility;
24522              regen API.
24523      Branch: perl
24524            ! embedvar.h perlapi.h thrdvar.h
24525 ____________________________________________________________________________
24526 [  9911] By: jhi                                   on 2001/04/30  11:22:03
24527         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
24528              From: Hugo <hv@crypt.compulink.co.uk>
24529              Date: Sun, 29 Apr 2001 17:09:30 +0100
24530              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
24531      Branch: perl
24532            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
24533 ____________________________________________________________________________
24534 [  9910] By: jhi                                   on 2001/04/30  11:15:12
24535         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
24536              a dummy for PL_numeric_radix); no pressing reason to break
24537              binary compatibility; regen API.
24538      Branch: perl
24539            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
24540            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
24541 ____________________________________________________________________________
24542 [  9909] By: jhi                                   on 2001/04/30  10:56:08
24543         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
24544              From: Walt Mankowski <waltman@netaxs.com>
24545              Date: Sun, 29 Apr 2001 21:53:48 -0400
24546              Message-ID: <20010429215348.A3971@netaxs.com>
24547      Branch: perl
24548            ! pod/perlfunc.pod
24549 ____________________________________________________________________________
24550 [  9908] By: jhi                                   on 2001/04/30  10:49:40
24551         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
24552      Branch: perl
24553            ! t/lib/selfstubber.t
24554 ____________________________________________________________________________
24555 [  9907] By: nick                                  on 2001/04/30  09:26:50
24556         Log: Integrate mainline.
24557      Branch: perlio
24558           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
24559 ____________________________________________________________________________
24560 [  9906] By: jhi                                   on 2001/04/29  23:24:20
24561         Log: Abigail spotted a thinko in #9905.
24562      Branch: perl
24563            ! pod/perldiag.pod
24564 ____________________________________________________________________________
24565 [  9905] By: jhi                                   on 2001/04/29  15:55:39
24566         Log: Changed the underscore/undebar syntax in numeric constants;
24567              now any grouping will do, as long as the underscores are not
24568              consecutive (so "zero-grouping" is out), and they do not begin
24569              or end the integer or fractional parts.
24570      Branch: perl
24571            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
24572 ____________________________________________________________________________
24573 [  9904] By: nick                                  on 2001/04/29  15:43:22
24574         Log: Integrate mainline.
24575      Branch: perlio
24576           +> (branch 98 files)
24577            - lib/unicode/Block.pl
24578            - lib/unicode/In/AlphabeticPresentationForms.pl
24579            - lib/unicode/In/Arabic.pl
24580            - lib/unicode/In/ArabicPresentationForms-A.pl
24581            - lib/unicode/In/ArabicPresentationForms-B.pl
24582            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
24583            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
24584            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
24585            - lib/unicode/In/BopomofoExtended.pl
24586            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
24587            - lib/unicode/In/CJKCompatibility.pl
24588            - lib/unicode/In/CJKCompatibilityForms.pl
24589            - lib/unicode/In/CJKCompatibilityIdeographs.pl
24590            - lib/unicode/In/CJKRadicalsSupplement.pl
24591            - lib/unicode/In/CJKSymbolsandPunctuation.pl
24592            - lib/unicode/In/CJKUnifiedIdeographs.pl
24593            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
24594            - lib/unicode/In/Cherokee.pl
24595            - lib/unicode/In/CombiningDiacriticalMarks.pl
24596            - lib/unicode/In/CombiningHalfMarks.pl
24597            - lib/unicode/In/CombiningMarksforSymbols.pl
24598            - lib/unicode/In/ControlPictures.pl
24599            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
24600            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
24601            - lib/unicode/In/EnclosedAlphanumerics.pl
24602            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
24603            - lib/unicode/In/Ethiopic.pl
24604            - lib/unicode/In/GeneralPunctuation.pl
24605            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
24606            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
24607            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
24608            - lib/unicode/In/HalfwidthandFullwidthForms.pl
24609            - lib/unicode/In/HangulCompatibilityJamo.pl
24610            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
24611            - lib/unicode/In/Hebrew.pl
24612            - lib/unicode/In/HighPrivateUseSurrogates.pl
24613            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
24614            - lib/unicode/In/IPAExtensions.pl
24615            - lib/unicode/In/IdeographicDescriptionCharacters.pl
24616            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
24617            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
24618            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
24619            - lib/unicode/In/Latin-1Supplement.pl
24620            - lib/unicode/In/LatinExtended-A.pl
24621            - lib/unicode/In/LatinExtended-B.pl
24622            - lib/unicode/In/LatinExtendedAdditional.pl
24623            - lib/unicode/In/LetterlikeSymbols.pl
24624            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
24625            - lib/unicode/In/MathematicalOperators.pl
24626            - lib/unicode/In/MiscellaneousSymbols.pl
24627            - lib/unicode/In/MiscellaneousTechnical.pl
24628            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
24629            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
24630            - lib/unicode/In/OpticalCharacterRecognition.pl
24631            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
24632            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
24633            - lib/unicode/In/SmallFormVariants.pl
24634            - lib/unicode/In/SpacingModifierLetters.pl
24635            - lib/unicode/In/Specials.pl
24636            - lib/unicode/In/SuperscriptsandSubscripts.pl
24637            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
24638            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
24639            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
24640            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
24641            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
24642           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
24643           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
24644           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
24645           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
24646           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
24647           !> utf8.c win32/Makefile
24648 ____________________________________________________________________________
24649 [  9903] By: jhi                                   on 2001/04/29  14:30:53
24650         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
24651              From: Prymmer/Kahn <pvhp@best.com>
24652              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
24653              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
24654      Branch: perl
24655            ! win32/Makefile
24656 ____________________________________________________________________________
24657 [  9902] By: jhi                                   on 2001/04/29  02:52:44
24658         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
24659              From: "Abigail" <abigail@foad.org>
24660              Date: Sun, 29 Apr 2001 03:14:25 +0200
24661              Message-ID: <20010429011425.24503.qmail@foad.org>
24662      Branch: perl
24663            ! ext/IO/lib/IO/Seekable.pm
24664 ____________________________________________________________________________
24665 [  9901] By: jhi                                   on 2001/04/29  02:04:46
24666         Log: In character classes one couldn't have 0x80..0xff characters
24667              at the left hand side if there were 0x100.. characters in the
24668              character class.
24669      Branch: perl
24670            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
24671            ! t/op/pat.t utf8.c
24672 ____________________________________________________________________________
24673 [  9900] By: jhi                                   on 2001/04/28  22:55:04
24674         Log: Forgot the latest mktables.PL from #9899.
24675      Branch: perl
24676            ! lib/unicode/mktables.PL
24677 ____________________________________________________________________________
24678 [  9899] By: jhi                                   on 2001/04/28  22:53:28
24679         Log: Explain the \p{} and \P{} error message better and
24680              have prettier prettyprint in In.pl.
24681      Branch: perl
24682            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
24683            ! pod/perldiag.pod
24684 ____________________________________________________________________________
24685 [  9898] By: jhi                                   on 2001/04/28  21:03:34
24686         Log: Add one possible explanation for the "Invalid [] range" error.
24687      Branch: perl
24688            ! pod/perldiag.pod
24689 ____________________________________________________________________________
24690 [  9897] By: jhi                                   on 2001/04/28  17:18:26
24691         Log: Add a level of indirection to the implementation of \p{InFoo}
24692              so that we don't have to have long filenames.  (Nothing changes
24693              in the user interface.)   The indirection is defined in
24694              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
24695              Also rename some the character classes by removing '-' from
24696              the classnames, and finally renamed Block.pl as Blocks.pl.
24697      Branch: perl
24698            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
24699            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
24700            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
24701            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
24702            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
24703            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
24704            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
24705            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
24706            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
24707            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
24708            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
24709            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
24710            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
24711            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
24712            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
24713            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
24714            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
24715            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
24716            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
24717            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
24718            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
24719            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
24720            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
24721            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
24722            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
24723            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
24724            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
24725            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
24726            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
24727            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
24728            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
24729            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
24730            + lib/unicode/In/94.pl lib/unicode/In/95.pl
24731            - lib/unicode/Block.pl
24732            - lib/unicode/In/AlphabeticPresentationForms.pl
24733            - lib/unicode/In/Arabic.pl
24734            - lib/unicode/In/ArabicPresentationForms-A.pl
24735            - lib/unicode/In/ArabicPresentationForms-B.pl
24736            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
24737            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
24738            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
24739            - lib/unicode/In/BopomofoExtended.pl
24740            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
24741            - lib/unicode/In/CJKCompatibility.pl
24742            - lib/unicode/In/CJKCompatibilityForms.pl
24743            - lib/unicode/In/CJKCompatibilityIdeographs.pl
24744            - lib/unicode/In/CJKRadicalsSupplement.pl
24745            - lib/unicode/In/CJKSymbolsandPunctuation.pl
24746            - lib/unicode/In/CJKUnifiedIdeographs.pl
24747            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
24748            - lib/unicode/In/Cherokee.pl
24749            - lib/unicode/In/CombiningDiacriticalMarks.pl
24750            - lib/unicode/In/CombiningHalfMarks.pl
24751            - lib/unicode/In/CombiningMarksforSymbols.pl
24752            - lib/unicode/In/ControlPictures.pl
24753            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
24754            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
24755            - lib/unicode/In/EnclosedAlphanumerics.pl
24756            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
24757            - lib/unicode/In/Ethiopic.pl
24758            - lib/unicode/In/GeneralPunctuation.pl
24759            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
24760            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
24761            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
24762            - lib/unicode/In/HalfwidthandFullwidthForms.pl
24763            - lib/unicode/In/HangulCompatibilityJamo.pl
24764            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
24765            - lib/unicode/In/Hebrew.pl
24766            - lib/unicode/In/HighPrivateUseSurrogates.pl
24767            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
24768            - lib/unicode/In/IPAExtensions.pl
24769            - lib/unicode/In/IdeographicDescriptionCharacters.pl
24770            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
24771            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
24772            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
24773            - lib/unicode/In/Latin-1Supplement.pl
24774            - lib/unicode/In/LatinExtended-A.pl
24775            - lib/unicode/In/LatinExtended-B.pl
24776            - lib/unicode/In/LatinExtendedAdditional.pl
24777            - lib/unicode/In/LetterlikeSymbols.pl
24778            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
24779            - lib/unicode/In/MathematicalOperators.pl
24780            - lib/unicode/In/MiscellaneousSymbols.pl
24781            - lib/unicode/In/MiscellaneousTechnical.pl
24782            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
24783            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
24784            - lib/unicode/In/OpticalCharacterRecognition.pl
24785            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
24786            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
24787            - lib/unicode/In/SmallFormVariants.pl
24788            - lib/unicode/In/SpacingModifierLetters.pl
24789            - lib/unicode/In/Specials.pl
24790            - lib/unicode/In/SuperscriptsandSubscripts.pl
24791            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
24792            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
24793            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
24794            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
24795            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
24796            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
24797            ! pod/perlunicode.pod
24798 ____________________________________________________________________________
24799 [  9896] By: jhi                                   on 2001/04/28  14:33:17
24800         Log: Update the information on shared library path on HP-UX.
24801      Branch: perl
24802            ! INSTALL
24803 ____________________________________________________________________________
24804 [  9895] By: jhi                                   on 2001/04/28  14:32:30
24805         Log: Because #9894 seems to do the trick, this workaround can be removed.
24806      Branch: perl
24807            ! t/lib/selfstubber.t
24808 ____________________________________________________________________________
24809 [  9894] By: jhi                                   on 2001/04/28  14:26:13
24810         Log: For PerlIO flush the children's file handles (on fork/exec/system).
24811      Branch: perl
24812            ! perl.h
24813 ____________________________________________________________________________
24814 [  9893] By: jhi                                   on 2001/04/28  14:23:15
24815         Log: Test tweak for #9891.
24816      Branch: perl
24817            ! t/lib/b-deparse.t
24818 ____________________________________________________________________________
24819 [  9892] By: jhi                                   on 2001/04/28  14:10:13
24820         Log: New HP-UX hints from Merijn.
24821      Branch: perl
24822            ! hints/hpux.sh
24823 ____________________________________________________________________________
24824 [  9891] By: jhi                                   on 2001/04/28  14:07:27
24825         Log: Subject: [PATCH B::Deparse] non-block scopes
24826              From: Robin Houston <robin@kitsite.com>
24827              Date: Fri, 27 Apr 2001 19:15:14 +0100
24828              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
24829      Branch: perl
24830            ! ext/B/B/Deparse.pm
24831 ____________________________________________________________________________
24832 [  9890] By: nick                                  on 2001/04/27  19:41:25
24833         Log: Integrate mainline
24834      Branch: perlio
24835           +> t/lib/selfstubber.t
24836           !> (integrate 50 files)
24837 ____________________________________________________________________________
24838 [  9889] By: jhi                                   on 2001/04/27  18:23:46
24839         Log: Subject: Re: selfstubber test fail on bleadperl
24840              From: Mike Guy <mjtg@cam.ac.uk>
24841              Date: Fri, 27 Apr 2001 19:31:18 +0100
24842              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
24843      Branch: perl
24844            ! t/lib/selfstubber.t
24845 ____________________________________________________________________________
24846 [  9888] By: jhi                                   on 2001/04/27  16:20:54
24847         Log: Test tweak for #9886.
24848      Branch: perl
24849            ! t/lib/b-deparse.t
24850 ____________________________________________________________________________
24851 [  9887] By: jhi                                   on 2001/04/27  16:16:33
24852         Log: Buffering issue at least in Solaris (even with perlio).
24853      Branch: perl
24854            ! t/lib/selfstubber.t
24855 ____________________________________________________________________________
24856 [  9886] By: jhi                                   on 2001/04/27  14:59:23
24857         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
24858              From: Robin Houston <robin@kitsite.com>
24859              Date: Fri, 27 Apr 2001 16:53:20 +0100
24860              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
24861      Branch: perl
24862            ! ext/B/B/Deparse.pm
24863 ____________________________________________________________________________
24864 [  9885] By: jhi                                   on 2001/04/27  14:23:51
24865         Log: Update Changes.
24866      Branch: perl
24867            ! Changes patchlevel.h
24868 ____________________________________________________________________________
24869 [  9884] By: jhi                                   on 2001/04/27  14:14:12
24870         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
24871              From: "Philip Newton" <pnewton@gmx.de>
24872              Date: Fri, 27 Apr 2001 16:40:13 +0200
24873              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
24874      Branch: perl
24875            ! pod/perldata.pod
24876 ____________________________________________________________________________
24877 [  9883] By: jhi                                   on 2001/04/27  13:28:19
24878         Log: Add LOG_PERROR; prettify the "removed".
24879      Branch: perl
24880            ! ext/Sys/Syslog/Syslog.xs
24881 ____________________________________________________________________________
24882 [  9882] By: jhi                                   on 2001/04/27  13:13:18
24883         Log: h2xs tweaks: use NV instead of double, "quote" the removed
24884              prefixes for clarity (especially when nothing is removed),
24885              slight pod reformats.
24886      Branch: perl
24887            ! utils/h2xs.PL
24888 ____________________________________________________________________________
24889 [  9881] By: jhi                                   on 2001/04/27  12:58:48
24890         Log: Don't bother creating existing directories.
24891      Branch: perl
24892            ! utils/h2xs.PL
24893 ____________________________________________________________________________
24894 [  9880] By: jhi                                   on 2001/04/27  12:45:39
24895         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
24896              From: Mike Schilli <m@perlmeister.com>
24897              Date: Wed, 25 Apr 2001 01:29:21 -0700
24898              Message-id: <3AE68AE1.6A981723@perlmeister.com>
24899      Branch: perl
24900            ! utils/h2xs.PL
24901 ____________________________________________________________________________
24902 [  9879] By: jhi                                   on 2001/04/27  12:40:55
24903         Log: break is not yet Perl.  Added the template license also to README.
24904      Branch: perl
24905            ! utils/h2xs.PL
24906 ____________________________________________________________________________
24907 [  9878] By: jhi                                   on 2001/04/27  03:08:20
24908         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
24909              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24910              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
24911              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
24912      Branch: perl
24913            ! t/lib/xs-typemap.t
24914 ____________________________________________________________________________
24915 [  9877] By: jhi                                   on 2001/04/26  23:54:40
24916         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
24917              From: "Abigail" <abigail@foad.org>
24918              Date: Fri, 27 Apr 2001 01:44:28 +0200
24919              Message-ID: <20010426234428.19786.qmail@foad.org>
24920      Branch: perl
24921            ! utils/h2xs.PL
24922 ____________________________________________________________________________
24923 [  9876] By: jhi                                   on 2001/04/26  23:52:06
24924         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
24925              From: Peter Prymmer <pvhp@forte.com>
24926              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
24927              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
24928      Branch: perl
24929            ! t/lib/selfstubber.t
24930 ____________________________________________________________________________
24931 [  9875] By: jhi                                   on 2001/04/26  23:48:10
24932         Log: Deparse nits.
24933      Branch: perl
24934            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
24935 ____________________________________________________________________________
24936 [  9874] By: jhi                                   on 2001/04/26  22:46:05
24937         Log: Document ANYOF_CLASS.
24938      Branch: perl
24939            ! regcomp.h
24940 ____________________________________________________________________________
24941 [  9873] By: jhi                                   on 2001/04/26  22:35:03
24942         Log: Subject: Re: [PATCH @9846] dumping ANYOF
24943              From: Hugo <hv@crypt.compulink.co.uk>
24944              Date: Thu, 26 Apr 2001 23:33:38 +0100
24945              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
24946      Branch: perl
24947            ! regcomp.c regcomp.h
24948 ____________________________________________________________________________
24949 [  9872] By: jhi                                   on 2001/04/26  22:34:31
24950         Log: Subject: [PATCH] more for Devel::SelfStubber
24951              From: Nicholas Clark <nick@ccl4.org>
24952              Date: Fri, 27 Apr 2001 00:13:52 +0100
24953              Message-ID: <20010427001351.K88186@plum.flirble.org>
24954      Branch: perl
24955            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
24956 ____________________________________________________________________________
24957 [  9871] By: jhi                                   on 2001/04/26  21:59:17
24958         Log: Subject: [PATCH B::Deparse] formats must be flush left
24959              From: Robin Houston <robin@kitsite.com>
24960              Date: Thu, 26 Apr 2001 23:54:29 +0100
24961              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
24962      Branch: perl
24963            ! ext/B/B/Deparse.pm
24964 ____________________________________________________________________________
24965 [  9870] By: jhi                                   on 2001/04/26  21:57:37
24966         Log: If some of the constants are prefixes of others,
24967              the prefixes may never get recognized.  (See 20010426.006.)
24968      Branch: perl
24969            ! utils/h2xs.PL
24970 ____________________________________________________________________________
24971 [  9869] By: jhi                                   on 2001/04/26  21:50:42
24972         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
24973              From: Chris Bongaarts <cab@tc.umn.edu>
24974              Date: Thu, 26 Apr 2001 17:10:31 -0500
24975              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
24976      Branch: perl
24977            ! ext/Sys/Syslog/Syslog.xs
24978 ____________________________________________________________________________
24979 [  9868] By: jhi                                   on 2001/04/26  21:35:12
24980         Log: Further cuts and more docs from Graham Barr.
24981      Branch: perl
24982            ! ext/List/Util/lib/List/Util.pm
24983            ! ext/List/Util/lib/Scalar/Util.pm
24984 ____________________________________________________________________________
24985 [  9867] By: jhi                                   on 2001/04/26  21:18:57
24986         Log: Subject: [PATCH 5.7.1] DB_File-1.77
24987              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
24988              Date: Thu, 26 Apr 2001 22:37:53 +0100
24989              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
24990      Branch: perl
24991            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24992            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
24993 ____________________________________________________________________________
24994 [  9866] By: jhi                                   on 2001/04/26  21:12:31
24995         Log: Subject: [PATCH B::Deparse] fix easy bugs
24996              From: Robin Houston <robin@kitsite.com>
24997              Date: Thu, 26 Apr 2001 23:03:33 +0100
24998              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
24999      Branch: perl
25000            ! ext/B/B/Deparse.pm
25001 ____________________________________________________________________________
25002 [  9865] By: jhi                                   on 2001/04/26  20:26:13
25003         Log: Update Changes.
25004      Branch: perl
25005            ! Changes patchlevel.h
25006 ____________________________________________________________________________
25007 [  9864] By: jhi                                   on 2001/04/26  19:27:48
25008         Log: Dethinko from Robin Houston.
25009      Branch: perl
25010            ! ext/B/B/Deparse.pm
25011 ____________________________________________________________________________
25012 [  9863] By: jhi                                   on 2001/04/26  19:10:35
25013         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
25014              From: Robin Houston <robin@kitsite.com>
25015              Date: Thu, 26 Apr 2001 21:08:32 +0100
25016              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
25017      Branch: perl
25018            ! ext/B/B/Deparse.pm
25019 ____________________________________________________________________________
25020 [  9862] By: jhi                                   on 2001/04/26  19:04:23
25021         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
25022              From: Robin Houston <robin@kitsite.com>
25023              Date: Thu, 26 Apr 2001 20:52:50 +0100
25024              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
25025      Branch: perl
25026            ! ext/B/B/Deparse.pm
25027 ____________________________________________________________________________
25028 [  9861] By: jhi                                   on 2001/04/26  18:56:14
25029         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
25030              From: Mike Guy <mjtg@cam.ac.uk>
25031              Date: Thu, 26 Apr 2001 14:22:40 +0100
25032              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
25033      Branch: perl
25034            ! pod/perlobj.pod
25035 ____________________________________________________________________________
25036 [  9860] By: jhi                                   on 2001/04/26  18:46:42
25037         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
25038              From: Robin Houston <robin@kitsite.com>
25039              Date: Thu, 26 Apr 2001 20:34:29 +0100
25040              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
25041              
25042              Hashes do not interpolate.
25043      Branch: perl
25044            ! ext/B/B/Deparse.pm
25045 ____________________________________________________________________________
25046 [  9859] By: jhi                                   on 2001/04/26  18:43:51
25047         Log: Subject: The Time::Piece conspiracy unmasked!!!
25048              From: Mike Guy <mjtg@cam.ac.uk>
25049              Date: Thu, 26 Apr 2001 19:02:50 +0100
25050              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
25051              
25052              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
25053              From: Mike Guy <mjtg@cam.ac.uk>
25054              Date: Thu, 26 Apr 2001 19:08:21 +0100
25055              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
25056              
25057              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
25058              From: Graham Barr <gbarr@pobox.com>
25059              Date: Thu, 26 Apr 2001 19:12:03 +0100
25060              Message-ID: <20010426191203.A70835@pobox.com>
25061              
25062              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
25063      Branch: perl
25064            ! ext/List/Util/lib/List/Util.pm
25065            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
25066 ____________________________________________________________________________
25067 [  9858] By: jhi                                   on 2001/04/26  18:17:42
25068         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
25069              From: Robin Houston <robin@kitsite.com>
25070              Date: Thu, 26 Apr 2001 16:09:35 +0100
25071              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
25072      Branch: perl
25073            ! t/comp/proto.t
25074 ____________________________________________________________________________
25075 [  9857] By: jhi                                   on 2001/04/26  18:04:59
25076         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
25077              From: barries <barries@slaysys.com>
25078              Date: Thu, 26 Apr 2001 12:01:10 -0400
25079              Message-ID: <20010426120110.E29698@jester.slaysys.com>
25080      Branch: perl
25081            ! pod/perldiag.pod
25082 ____________________________________________________________________________
25083 [  9856] By: jhi                                   on 2001/04/26  18:03:33
25084         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
25085              Date: Thu, 26 Apr 2001 17:13:41 +0100
25086              From: Robin Houston <robin@kitsite.com>
25087              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
25088              
25089              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
25090              From: Robin Houston <robin@kitsite.com>
25091              Date: Thu, 26 Apr 2001 18:44:29 +0100
25092              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
25093      Branch: perl
25094            ! ext/B/B/Deparse.pm
25095 ____________________________________________________________________________
25096 [  9855] By: jhi                                   on 2001/04/26  17:56:04
25097         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
25098              From: Robin Houston <robin@kitsite.com>
25099              Date: Thu, 26 Apr 2001 17:04:08 +0100
25100              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
25101      Branch: perl
25102            ! ext/B/B/Deparse.pm
25103 ____________________________________________________________________________
25104 [  9854] By: jhi                                   on 2001/04/26  17:47:26
25105         Log: Subject: Re: Short test case for undef %stash:: crash
25106              From: Benjamin Sugars <bsugars@canoe.ca> 
25107              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
25108              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
25109              Changed and moved the perldiag entry.
25110      Branch: perl
25111            ! gv.c pod/perldiag.pod
25112 ____________________________________________________________________________
25113 [  9853] By: jhi                                   on 2001/04/26  14:35:16
25114         Log: Beginnings of strptime().  Do not touch the wet paint.
25115      Branch: perl
25116            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
25117 ____________________________________________________________________________
25118 [  9852] By: jhi                                   on 2001/04/26  13:17:21
25119         Log: Retract #9851, core dumps from pod2man.
25120      Branch: perl
25121            ! regcomp.c
25122 ____________________________________________________________________________
25123 [  9851] By: jhi                                   on 2001/04/26  11:54:41
25124         Log: (Retracted by #9852.)
25125              
25126              Subject: [PATCH @9846] dumping ANYOF
25127              From: Hugo <hv@crypt.compulink.co.uk>
25128              Date: Thu, 26 Apr 2001 05:32:38 +0100
25129              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
25130      Branch: perl
25131            ! regcomp.c
25132 ____________________________________________________________________________
25133 [  9850] By: jhi                                   on 2001/04/26  02:34:44
25134         Log: If ccflags was empty the _previous_ $* containing all the
25135              environment variables and Configure variables was used,
25136              which lead, among other bad things, into $ccflags being your
25137              uname -a output, which lead into test compile with cc failing,
25138              which lead into gcc being selected, which didn't work that well
25139              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
25140              with large files, et cetera.
25141      Branch: perl
25142            ! hints/hpux.sh
25143 ____________________________________________________________________________
25144 [  9849] By: jhi                                   on 2001/04/26  01:44:57
25145         Log: Make selfstubber test more portable.
25146      Branch: perl
25147            ! t/lib/selfstubber.t
25148 ____________________________________________________________________________
25149 [  9848] By: jhi                                   on 2001/04/26  00:50:26
25150         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
25151              From: Benjamin Sugars <ben.sugars@home.com>
25152              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
25153              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
25154      Branch: perl
25155            ! ext/Cwd/Cwd.xs
25156 ____________________________________________________________________________
25157 [  9847] By: jhi                                   on 2001/04/26  00:46:58
25158         Log: Subject: [PATCH: perl@9841] VMS updates
25159              From: Peter Prymmer <pvhp@forte.com>
25160              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
25161              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
25162      Branch: perl
25163            ! README.vms configure.com vms/descrip_mms.template
25164            ! vms/ext/filespec.t
25165 ____________________________________________________________________________
25166 [  9846] By: jhi                                   on 2001/04/26  00:11:56
25167         Log: re 'debug' was broken by #9084.
25168      Branch: perl
25169            ! ext/re/re.xs
25170 ____________________________________________________________________________
25171 [  9845] By: jhi                                   on 2001/04/25  22:33:17
25172         Log: Subject: [PATCH] test for Devel::SelfStubber
25173              From: Nicholas Clark <nick@ccl4.org>
25174              Date: Thu, 26 Apr 2001 00:00:54 +0100
25175              Message-ID: <20010426000054.D89026@plum.flirble.org>
25176      Branch: perl
25177            + t/lib/selfstubber.t
25178            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
25179 ____________________________________________________________________________
25180 [  9844] By: jhi                                   on 2001/04/25  22:29:32
25181         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
25182              From: Paul Johnson <paul@pjcj.net>
25183              Date: Thu, 26 Apr 2001 00:46:08 +0200
25184              Message-ID: <20010426004608.H2338@pjcj.net>
25185      Branch: perl
25186            ! ext/B/B/Concise.pm
25187 ____________________________________________________________________________
25188 [  9843] By: jhi                                   on 2001/04/25  22:28:28
25189         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
25190              From: Peter Prymmer <pvhp@forte.com>
25191              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
25192              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
25193      Branch: perl
25194            ! ext/Cwd/Cwd.xs
25195 ____________________________________________________________________________
25196 [  9842] By: jhi                                   on 2001/04/25  20:58:12
25197         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
25198              From: John Peacock <jpeacock@rowman.com>
25199              Date: Wed, 25 Apr 2001 17:30:26 -0400
25200              Message-ID: <3AE741F2.B3217464@rowman.com>
25201      Branch: perl
25202            ! lib/Math/BigInt.pm t/lib/bigintpm.t
25203 ____________________________________________________________________________
25204 [  9841] By: jhi                                   on 2001/04/25  20:07:05
25205         Log: Update Changes.
25206      Branch: perl
25207            ! Changes patchlevel.h
25208 ____________________________________________________________________________
25209 [  9840] By: jhi                                   on 2001/04/25  19:56:51
25210         Log: Yet another HP-UX hints version from Merijn.
25211      Branch: perl
25212            ! hints/hpux.sh
25213 ____________________________________________________________________________
25214 [  9839] By: jhi                                   on 2001/04/25  19:53:04
25215         Log: abs_path() didn't terminate the filename correctly,
25216              in DIRNAMLENless systems like HP-UX this would fail.
25217      Branch: perl
25218            ! ext/Cwd/Cwd.xs
25219 ____________________________________________________________________________
25220 [  9838] By: jhi                                   on 2001/04/25  16:37:26
25221         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
25222              From: Mike Guy <mjtg@cam.ac.uk>
25223              Date: Wed, 25 Apr 2001 18:31:47 +0100
25224              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
25225      Branch: perl
25226            ! op.c
25227 ____________________________________________________________________________
25228 [  9837] By: jhi                                   on 2001/04/25  16:21:53
25229         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
25230              From: Jon Eveland <jweveland@yahoo.com>
25231              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
25232              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
25233      Branch: perl
25234            ! lib/perl5db.pl
25235 ____________________________________________________________________________
25236 [  9836] By: jhi                                   on 2001/04/25  14:17:50
25237         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
25238              From: "Philip Newton" <pnewton@gmx.de>
25239              Date: Wed, 25 Apr 2001 17:05:58 +0200
25240              Message-ID: <3AE703F6.3234.1833C45@localhost>
25241      Branch: perl
25242            ! Porting/patching.pod
25243 ____________________________________________________________________________
25244 [  9835] By: jhi                                   on 2001/04/25  13:58:07
25245         Log: It would seem that both ar and full_ar need to be overridden
25246              for HP-UX to avoid the GNU ar.
25247      Branch: perl
25248            ! hints/hpux.sh
25249 ____________________________________________________________________________
25250 [  9834] By: jhi                                   on 2001/04/25  13:50:40
25251         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
25252              From: "Philip Newton" <pnewton@gmx.de>
25253              Date: Wed, 25 Apr 2001 16:09:23 +0200
25254              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
25255              
25256              Detypo.
25257      Branch: perl
25258            ! t/op/misc.t
25259 ____________________________________________________________________________
25260 [  9833] By: jhi                                   on 2001/04/25  12:36:11
25261         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
25262      Branch: perl
25263            ! hints/hpux.sh
25264 ____________________________________________________________________________
25265 [  9832] By: jhi                                   on 2001/04/25  12:33:36
25266         Log: New version of HP-UX hints from Merijn.
25267      Branch: perl
25268            ! hints/hpux.sh
25269 ____________________________________________________________________________
25270 [  9831] By: jhi                                   on 2001/04/25  03:39:45
25271         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
25272      Branch: perl
25273            ! hints/hpux.sh
25274 ____________________________________________________________________________
25275 [  9830] By: jhi                                   on 2001/04/25  02:53:25
25276         Log: The tzname[] bit is not needed by util.c -- and causes
25277              heartburn in VMS (and it missing was probably the cause of
25278              the Mac OS X trouble).  Ouch.
25279      Branch: perl
25280            ! ext/POSIX/POSIX.xs util.c
25281 ____________________________________________________________________________
25282 [  9829] By: jhi                                   on 2001/04/25  00:10:06
25283         Log: Metaconfig unit change for #9828.
25284      Branch: metaconfig
25285            ! U/compline/ccflags.U
25286 ____________________________________________________________________________
25287 [  9828] By: jhi                                   on 2001/04/25  00:04:18
25288         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
25289              (which is actually the reason for the change, we need to pass
25290              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
25291              EP/IX, OS/2, and TitanOS, based on the hints files.
25292      Branch: perl
25293            ! Configure config_h.SH
25294 ____________________________________________________________________________
25295 [  9827] By: jhi                                   on 2001/04/24  23:49:20
25296         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
25297              the $cat must have an absolute path.
25298      Branch: perl
25299            ! makedepend.SH
25300 ____________________________________________________________________________
25301 [  9826] By: jhi                                   on 2001/04/24  23:40:53
25302         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
25303      Branch: perl
25304            ! README.amiga
25305 ____________________________________________________________________________
25306 [  9825] By: jhi                                   on 2001/04/24  23:35:35
25307         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
25308              From: "Philip Newton" <pnewton@gmx.de>
25309              Date: Tue, 24 Apr 2001 18:52:49 +0200
25310              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
25311      Branch: perl
25312            ! x2p/find2perl.PL
25313 ____________________________________________________________________________
25314 [  9824] By: jhi                                   on 2001/04/24  23:33:07
25315         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
25316              Some gcc specifics dropped out due to extensive rewriting;
25317              will be put back later as needed.
25318      Branch: perl
25319            ! hints/hpux.sh
25320 ____________________________________________________________________________
25321 [  9823] By: jhi                                   on 2001/04/24  23:27:57
25322         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
25323      Branch: perl
25324            ! ext/POSIX/POSIX.xs
25325 ____________________________________________________________________________
25326 [  9822] By: jhi                                   on 2001/04/24  23:25:21
25327         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
25328              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25329              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
25330              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
25331      Branch: perl
25332            ! ext/XS/Typemap/Typemap.xs
25333 ____________________________________________________________________________
25334 [  9821] By: jhi                                   on 2001/04/24  23:24:10
25335         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
25336              From: "Abigail" <abigail@foad.org>
25337              Date: Tue, 24 Apr 2001 23:12:03 +0200
25338              Message-ID: <20010424211203.7901.qmail@foad.org>
25339      Branch: perl
25340            ! pod/perlport.pod
25341 ____________________________________________________________________________
25342 [  9820] By: jhi                                   on 2001/04/24  23:23:15
25343         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
25344              From: Matt Sergeant <matt@sergeant.org>
25345              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
25346              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
25347      Branch: perl
25348            ! pod/perlfaq4.pod
25349 ____________________________________________________________________________
25350 [  9819] By: nick                                  on 2001/04/24  18:49:43
25351         Log: Integrate mainline.
25352      Branch: perlio
25353           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
25354           !> (integrate 37 files)
25355 ____________________________________________________________________________
25356 [  9818] By: jhi                                   on 2001/04/24  14:35:23
25357         Log: Update Changes.
25358      Branch: perl
25359            ! Changes patchlevel.h
25360 ____________________________________________________________________________
25361 [  9817] By: jhi                                   on 2001/04/24  14:09:17
25362         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
25363              From: "Philip Newton" <pnewton@gmx.de>
25364              Date: Tue, 24 Apr 2001 12:58:12 +0200
25365              Message-ID: <3AE57864.8304.B77A0A@localhost> 
25366              
25367              plus add CPAN to the list of modules that have their own tests.
25368      Branch: perl
25369            ! t/lib/1_compile.t
25370 ____________________________________________________________________________
25371 [  9816] By: jhi                                   on 2001/04/24  14:07:03
25372         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
25373              From: Michael G Schwern <schwern@pobox.com>
25374              Date: Sat, 21 Apr 2001 22:35:00 +0100
25375              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
25376      Branch: perl
25377            ! t/lib/1_compile.t
25378 ____________________________________________________________________________
25379 [  9815] By: jhi                                   on 2001/04/24  13:54:32
25380         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
25381              From: Robin Houston <robin@kitsite.com>
25382              Date: Tue, 24 Apr 2001 15:51:18 +0100
25383              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
25384      Branch: perl
25385            ! ext/B/B/Deparse.pm
25386 ____________________________________________________________________________
25387 [  9814] By: jhi                                   on 2001/04/24  13:17:34
25388         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
25389              From: Bill Glicker <billg@burrelles.com>
25390              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
25391              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
25392      Branch: perl
25393            ! hints/svr5.sh
25394 ____________________________________________________________________________
25395 [  9813] By: jhi                                   on 2001/04/24  12:54:23
25396         Log: Prevent path disclosure (probing for existence of filenames)
25397              using suidperl; bug id 20010322.218.
25398      Branch: perl
25399            ! perl.c pod/perldiag.pod
25400 ____________________________________________________________________________
25401 [  9812] By: jhi                                   on 2001/04/24  12:08:36
25402         Log: Retract #9811.
25403      Branch: perl
25404            ! ext/POSIX/POSIX.xs
25405 ____________________________________________________________________________
25406 [  9811] By: jhi                                   on 2001/04/24  11:57:35
25407         Log: (Retracted by #9812.)
25408      Branch: perl
25409            ! ext/POSIX/POSIX.xs
25410 ____________________________________________________________________________
25411 [  9810] By: jhi                                   on 2001/04/24  03:32:35
25412         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
25413      Branch: perl
25414            ! util.c
25415 ____________________________________________________________________________
25416 [  9809] By: jhi                                   on 2001/04/24  03:16:13
25417         Log: The Math::BigFloat::import() was broken.
25418              (Fixes bug id 20010422.002.)
25419      Branch: perl
25420            ! lib/Math/BigFloat.pm
25421 ____________________________________________________________________________
25422 [  9808] By: jhi                                   on 2001/04/24  01:11:40
25423         Log: Additional dependencies; should help for parallel makes
25424              not to fail on missing lib/lib.pm or lib/re.pm.
25425      Branch: perl
25426            ! Makefile.SH
25427 ____________________________________________________________________________
25428 [  9807] By: jhi                                   on 2001/04/24  00:57:01
25429         Log: Update the test failure disclaimer.
25430      Branch: perl
25431            ! t/pragma/warn/pp_hot
25432 ____________________________________________________________________________
25433 [  9806] By: jhi                                   on 2001/04/24  00:54:04
25434         Log: Add make target "install-all" which is alias for "install"
25435              to cater for case-preserving filesystems like HFS+.
25436      Branch: perl
25437            ! INSTALL Makefile.SH
25438 ____________________________________________________________________________
25439 [  9805] By: jhi                                   on 2001/04/24  00:47:28
25440         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
25441              From: Peter Prymmer <pvhp@forte.com>
25442              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
25443              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
25444              
25445              (Ken William's message forwarded from macosx@perl.org)
25446      Branch: perl
25447            ! hints/darwin.sh
25448 ____________________________________________________________________________
25449 [  9804] By: jhi                                   on 2001/04/23  23:57:35
25450         Log: Cut-and-pasto.
25451      Branch: perl
25452            ! perlio.c
25453 ____________________________________________________________________________
25454 [  9803] By: jhi                                   on 2001/04/23  23:52:25
25455         Log: More PerlIO robustness.
25456      Branch: perl
25457            ! perlio.c
25458 ____________________________________________________________________________
25459 [  9802] By: jhi                                   on 2001/04/23  23:43:35
25460         Log: Make the "STD* opened only for ..." errors more consistent.
25461      Branch: perl
25462            ! doio.c
25463 ____________________________________________________________________________
25464 [  9801] By: jhi                                   on 2001/04/23  23:34:26
25465         Log: Test case for #9800.
25466      Branch: perl
25467            ! t/op/misc.t
25468 ____________________________________________________________________________
25469 [  9800] By: jhi                                   on 2001/04/23  23:14:43
25470         Log: Avoid coredump on 'close STDERR; die' by making
25471              the PerlIO calls more robust.  Also use SETERRNO()
25472              instead of errno = to be more VMS-ready.
25473      Branch: perl
25474            ! perlio.c
25475 ____________________________________________________________________________
25476 [  9799] By: jhi                                   on 2001/04/23  21:41:10
25477         Log: Subject: test for ID 20010423.002
25478              From: Robin Houston <robin@kitsite.com>
25479              Date: Mon, 23 Apr 2001 16:52:21 +0100
25480              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
25481      Branch: perl
25482            ! t/op/avhv.t
25483 ____________________________________________________________________________
25484 [  9798] By: jhi                                   on 2001/04/23  21:40:07
25485         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
25486              From: David Dyck <dcd@tc.fluke.com>
25487              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
25488              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
25489      Branch: perl
25490            ! installperl
25491 ____________________________________________________________________________
25492 [  9797] By: jhi                                   on 2001/04/23  21:37:56
25493         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
25494              From: Benjamin Sugars <bsugars@canoe.ca>
25495              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
25496              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
25497      Branch: perl
25498            ! ext/Cwd/Cwd.xs lib/Cwd.pm
25499 ____________________________________________________________________________
25500 [  9796] By: jhi                                   on 2001/04/23  21:29:24
25501         Log: Synchronize h2xs and pod2man some more on the documentation
25502              templates they propose.
25503      Branch: perl
25504            ! pod/pod2man.PL utils/h2xs.PL
25505 ____________________________________________________________________________
25506 [  9795] By: jhi                                   on 2001/04/23  17:30:40
25507         Log: Add one more naughty test for base64; make encoding logic cleaner.
25508      Branch: perl
25509            ! t/lib/mimeb64.t
25510 ____________________________________________________________________________
25511 [  9794] By: jhi                                   on 2001/04/23  13:51:32
25512         Log: Update Changes.
25513      Branch: perl
25514            ! Changes patchlevel.h
25515 ____________________________________________________________________________
25516 [  9793] By: jhi                                   on 2001/04/23  13:44:18
25517         Log: Duplicate lines.
25518      Branch: perl
25519            ! MANIFEST
25520 ____________________________________________________________________________
25521 [  9792] By: jhi                                   on 2001/04/23  13:39:13
25522         Log: Subject: Re: PATCH 5.7.1
25523              From: Mark-Jason Dominus <mjd@plover.com>
25524              Date: Mon, 23 Apr 2001 10:30:21 -0400
25525              Message-ID: <20010423143021.17335.qmail@plover.com>
25526      Branch: perl
25527            ! perl.h sv.c
25528 ____________________________________________________________________________
25529 [  9791] By: jhi                                   on 2001/04/23  13:32:40
25530         Log: Add the CPAN.pm 1.59_54 tests.
25531      Branch: perl
25532            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
25533            ! MANIFEST
25534 ____________________________________________________________________________
25535 [  9790] By: jhi                                   on 2001/04/23  13:21:55
25536         Log: Subject: Deparse nit
25537              From: Robin Houston <robin@kitsite.com>
25538              Date: Mon, 23 Apr 2001 12:38:20 +0100
25539              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
25540      Branch: perl
25541            ! ext/B/B/Deparse.pm
25542 ____________________________________________________________________________
25543 [  9789] By: jhi                                   on 2001/04/23  13:19:07
25544         Log: Subject: [PATCH] bug 20010423.002
25545              From: Robin Houston <robin@kitsite.com>
25546              Date: Mon, 23 Apr 2001 13:12:30 +0100
25547              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
25548      Branch: perl
25549            ! pp.c
25550 ____________________________________________________________________________
25551 [  9788] By: jhi                                   on 2001/04/23  13:02:49
25552         Log: Subject: PATCH [5.7.1] hv.c unused #define
25553              From: Mark-Jason Dominus <mjd@plover.com>
25554              Date: Sun, 22 Apr 2001 14:17:49 -0400
25555              Message-ID: <20010422181749.26976.qmail@plover.com>
25556      Branch: perl
25557            ! hv.c
25558 ____________________________________________________________________________
25559 [  9787] By: jhi                                   on 2001/04/23  13:02:02
25560         Log: Subject: PATCH 5.7.1
25561              From: Mark-Jason Dominus <mjd@plover.com>
25562              Date: Sun, 22 Apr 2001 15:12:57 -0400
25563              Message-ID: <20010422191258.6539.qmail@plover.com>
25564              
25565              plus Sarathy's STMT_START + STMT_END suggestion.
25566      Branch: perl
25567            ! perl.h
25568 ____________________________________________________________________________
25569 [  9786] By: jhi                                   on 2001/04/23  12:53:25
25570         Log: Fix for
25571              
25572              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
25573              From: dLux <dlux@spam.sch.bme.hu>
25574              Date: Mon, 23 Apr 2001 01:25:26 +0200
25575              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
25576              
25577              (SvGROW really does return a char *.)
25578      Branch: perl
25579            ! pod/perlapi.pod sv.h
25580 ____________________________________________________________________________
25581 [  9785] By: jhi                                   on 2001/04/23  04:34:04
25582         Log: Time::Piece work continues.  $t->day removed since
25583              I think it's too confusing.  Now has normal and
25584              abbreviated length weekday names and month names,
25585              the names change with _names(), not _list().
25586              Now has strftime() in Perl, _strftime() is
25587              the libc version (to which strftime() falls back
25588              if it doesn't know the format.  To do: the reverse
25589              of strftime, strptime(), and the localisation of both.
25590      Branch: perl
25591            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
25592            ! t/lib/time-piece.t
25593 ____________________________________________________________________________
25594 [  9784] By: jhi                                   on 2001/04/23  02:41:46
25595         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
25596              From: andreas.koenig@anima.de (Andreas J. Koenig)
25597              Date: 23 Apr 2001 05:20:55 +0200
25598              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
25599      Branch: perl
25600            ! t/pragma/overload.t
25601 ____________________________________________________________________________
25602 [  9783] By: jhi                                   on 2001/04/22  23:32:42
25603         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
25604              From: Robin Houston <robin@kitsite.com>
25605              Date: Mon, 23 Apr 2001 00:38:18 +0100
25606              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
25607      Branch: perl
25608            ! ext/B/B/Deparse.pm
25609 ____________________________________________________________________________
25610 [  9782] By: jhi                                   on 2001/04/22  20:55:43
25611         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
25612              From: Simon Cozens <simon@netthink.co.uk>
25613              Date: Sun, 22 Apr 2001 18:47:25 +0100
25614              Message-ID: <20010422184725.A14411@netthink.co.uk>
25615      Branch: perl
25616            ! sv.c t/pragma/overload.t
25617 ____________________________________________________________________________
25618 [  9781] By: jhi                                   on 2001/04/22  20:52:13
25619         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
25620              From: Robin Houston <robin@kitsite.com>
25621              Date: Sun, 22 Apr 2001 22:14:50 +0100
25622              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
25623      Branch: perl
25624            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
25625 ____________________________________________________________________________
25626 [  9780] By: nick                                  on 2001/04/22  20:40:31
25627         Log: Integrate mainline.
25628      Branch: perlio
25629           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
25630           +> t/lib/b-stash.t
25631           !> (integrate 38 files)
25632 ____________________________________________________________________________
25633 [  9779] By: jhi                                   on 2001/04/22  15:16:03
25634         Log: Subject: IO::Socket::INET patch
25635              From: andrew deryabin <djsf@technarchy.ru>
25636              Date: Sat, 21 Apr 2001 17:46:52 +0400
25637              Message-ID: <20010421174652.B1426@technarchy>
25638      Branch: perl
25639            ! ext/IO/lib/IO/Socket/INET.pm
25640 ____________________________________________________________________________
25641 [  9778] By: jhi                                   on 2001/04/22  15:14:33
25642         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
25643              From: Mark-Jason Dominus <mjd@plover.com>
25644              Date: Sat, 21 Apr 2001 21:27:49 -0400
25645              Message-ID: <20010422012749.27024.qmail@plover.com>
25646      Branch: perl
25647            ! regcomp.c
25648 ____________________________________________________________________________
25649 [  9777] By: jhi                                   on 2001/04/22  15:10:51
25650         Log: Subject: Re: Regex debugger patch 
25651              From: Mark-Jason Dominus <mjd@plover.com>
25652              Date: Sat, 21 Apr 2001 21:48:51 -0400
25653              Message-ID: <20010422014851.27165.qmail@plover.com>
25654      Branch: perl
25655            ! pod/perldebguts.pod
25656 ____________________________________________________________________________
25657 [  9776] By: jhi                                   on 2001/04/22  15:09:48
25658         Log: Subject: Re: Regex debugger patch
25659              From: Mark-Jason Dominus <mjd@plover.com>
25660              Date: Sat, 21 Apr 2001 14:24:39 -0400
25661              Message-ID: <20010421182439.16508.qmail@plover.com>
25662              
25663              Regex debugger backend.
25664      Branch: perl
25665            ! regcomp.c regexp.h
25666 ____________________________________________________________________________
25667 [  9775] By: jhi                                   on 2001/04/21  16:45:40
25668         Log: Subject: [PATCH] Typo in utf8.h
25669              From: Jesús Quiroga <jquiroga@pobox.com>
25670              Date: Sat, 21 Apr 2001 19:25:33 +0200
25671              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
25672      Branch: perl
25673            ! utf8.h
25674 ____________________________________________________________________________
25675 [  9774] By: jhi                                   on 2001/04/21  16:43:52
25676         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
25677              From: Joe Orton <jorton@redhat.com>
25678              Date: Tue, 17 Apr 2001 15:50:43 +0100
25679              Message-Id: <20010417155043.D19132@eu.c2.net>
25680      Branch: perl
25681            ! hints/svr5.sh
25682 ____________________________________________________________________________
25683 [  9773] By: jhi                                   on 2001/04/21  15:30:15
25684         Log: Subject: Patch utils/h2xs.PL
25685              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
25686              Date: Sat, 21 Apr 2001 10:32:16 -0500
25687              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
25688              
25689              Add MAILING list and LICENSE templates.
25690      Branch: perl
25691            ! utils/h2xs.PL
25692 ____________________________________________________________________________
25693 [  9772] By: jhi                                   on 2001/04/21  15:28:36
25694         Log: Subject: perlfaq2.patch for 5.7.1
25695              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
25696              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
25697              Date: Fri, 20 Apr 2001 16:42:19 -0500
25698              
25699              rm an extra tab, a blurb about the xx.cpan to clarify
25700              which countries actually have that and dejanews is history
25701              as well as most of that nonsensical entry.
25702      Branch: perl
25703            ! pod/perlfaq2.pod
25704 ____________________________________________________________________________
25705 [  9771] By: jhi                                   on 2001/04/21  15:27:17
25706         Log: Subject: perlfaq1.patch for 5.7.1
25707              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
25708              Date: Fri, 20 Apr 2001 16:57:36 -0500
25709              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
25710              
25711              Evil URLs must die. Especially when they are broken.
25712      Branch: perl
25713            ! pod/perlfaq1.pod
25714 ____________________________________________________________________________
25715 [  9770] By: jhi                                   on 2001/04/21  15:23:38
25716         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
25717              From: Michael G Schwern <schwern@pobox.com>
25718              Date: Sat, 21 Apr 2001 16:11:12 +0100
25719              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
25720      Branch: perl
25721            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
25722            + t/lib/b-stash.t
25723            ! MANIFEST ext/B/B.pm t/lib/b.t
25724 ____________________________________________________________________________
25725 [  9769] By: jhi                                   on 2001/04/21  15:03:32
25726         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
25727              From: Michael G Schwern <schwern@pobox.com>
25728              Date: Sat, 21 Apr 2001 09:48:00 +0100
25729              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
25730      Branch: perl
25731            ! utils/h2ph.PL
25732 ____________________________________________________________________________
25733 [  9768] By: jhi                                   on 2001/04/21  14:33:49
25734         Log: PerlIO and Encode doc cleanup and tweaks.
25735      Branch: perl
25736            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
25737            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
25738 ____________________________________________________________________________
25739 [  9767] By: jhi                                   on 2001/04/21  12:40:16
25740         Log: Integrate perlio.
25741      Branch: perl
25742           !> doio.c
25743 ____________________________________________________________________________
25744 [  9766] By: nick                                  on 2001/04/20  18:28:35
25745         Log: Avoid core dump on
25746              open(STDOUT,">",\$foo);
25747      Branch: perlio
25748            ! doio.c
25749 ____________________________________________________________________________
25750 [  9765] By: jhi                                   on 2001/04/20  13:23:43
25751         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
25752              From: Robin Houston <robin@kitsite.com>
25753              Date: Fri, 20 Apr 2001 14:29:22 +0100
25754              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
25755      Branch: perl
25756            ! ext/B/B.pm ext/B/B/Deparse.pm
25757 ____________________________________________________________________________
25758 [  9764] By: jhi                                   on 2001/04/20  13:19:33
25759         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
25760              From: Peter Prymmer <pvhp@forte.com>
25761              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
25762              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
25763      Branch: perl
25764            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
25765            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
25766            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
25767            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
25768 ____________________________________________________________________________
25769 [  9763] By: jhi                                   on 2001/04/20  12:36:39
25770         Log: Subject: Re: A new PerlIO coredump
25771              From: Nick Ing-Simmons <nik@tiuk.ti.com>
25772              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
25773              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
25774      Branch: perl
25775            ! doio.c
25776 ____________________________________________________________________________
25777 [  9762] By: jhi                                   on 2001/04/19  23:02:30
25778         Log: Update Changes.
25779      Branch: perl
25780            ! Changes patchlevel.h
25781 ____________________________________________________________________________
25782 [  9761] By: jhi                                   on 2001/04/19  22:59:19
25783         Log: More cleanup cleanup.
25784      Branch: perl
25785            ! Makefile.SH win32/Makefile win32/makefile.mk
25786 ____________________________________________________________________________
25787 [  9760] By: jhi                                   on 2001/04/19  22:50:31
25788         Log: lib/Time is non-empty, let's not rmdir it.
25789      Branch: perl
25790            ! Makefile.SH
25791 ____________________________________________________________________________
25792 [  9759] By: jhi                                   on 2001/04/19  22:36:51
25793         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
25794              From: Robin Houston <robin@kitsite.com>
25795              Date: Fri, 20 Apr 2001 00:18:53 +0100
25796              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
25797      Branch: perl
25798            ! ext/B/B/Deparse.pm
25799 ____________________________________________________________________________
25800 [  9758] By: jhi                                   on 2001/04/19  22:36:00
25801         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
25802              From: Peter Prymmer <pvhp@forte.com>
25803              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
25804              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
25805      Branch: perl
25806            ! ext/Cwd/Cwd.xs
25807 ____________________________________________________________________________
25808 [  9757] By: nick                                  on 2001/04/19  18:53:54
25809         Log: Blind (untested) integrate of mainline.
25810      Branch: perlio
25811           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
25812           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
25813           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
25814           !> (integrate 53 files)
25815 ____________________________________________________________________________
25816 [  9756] By: jhi                                   on 2001/04/19  16:59:23
25817         Log: Document and test Time::Piece.
25818      Branch: perl
25819            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
25820            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
25821 ____________________________________________________________________________
25822 [  9755] By: jhi                                   on 2001/04/19  12:13:29
25823         Log: A better fix for the \x{12345678} trouble from NI-S.
25824      Branch: perl
25825            ! utf8.c
25826 ____________________________________________________________________________
25827 [  9754] By: jhi                                   on 2001/04/19  11:56:07
25828         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
25829              From: Robin Houston <robin@kitsite.com>
25830              Date: Wed, 18 Apr 2001 17:58:33 +0100
25831              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
25832      Branch: perl
25833            ! ext/B/B/Deparse.pm op.c
25834 ____________________________________________________________________________
25835 [  9753] By: jhi                                   on 2001/04/19  04:21:52
25836         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
25837              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
25838              Date: Thu, 19 Apr 2001 01:11:41 -0400
25839              Message-ID: <20010419011141.A5798@cpan.org>
25840      Branch: perl
25841            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
25842 ____________________________________________________________________________
25843 [  9752] By: jhi                                   on 2001/04/19  02:41:10
25844         Log: The new time utils need to be thread-aware, too.
25845      Branch: perl
25846            ! util.c
25847 ____________________________________________________________________________
25848 [  9751] By: jhi                                   on 2001/04/19  02:26:47
25849         Log: Compilation nit noticed by AIX compiler.
25850      Branch: perl
25851            ! perlio.c
25852 ____________________________________________________________________________
25853 [  9750] By: jhi                                   on 2001/04/19  02:20:06
25854         Log: The new time utils need to be public.
25855      Branch: perl
25856            ! embed.pl
25857 ____________________________________________________________________________
25858 [  9749] By: jhi                                   on 2001/04/19  01:42:39
25859         Log: Regen toc.
25860      Branch: perl
25861            ! pod/perltoc.pod
25862 ____________________________________________________________________________
25863 [  9748] By: jhi                                   on 2001/04/19  01:41:10
25864         Log: Add Time::Piece, a slight rewrite of Time::Object,
25865              from Matt Sergeant.
25866      Branch: perl
25867            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
25868            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
25869            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
25870            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
25871            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
25872            ! win32/makefile.mk
25873 ____________________________________________________________________________
25874 [  9747] By: jhi                                   on 2001/04/19  00:55:35
25875         Log: The new metaconfig unit from strftime.
25876      Branch: metaconfig/U/perl
25877            + d_strftime.U
25878 ____________________________________________________________________________
25879 [  9746] By: jhi                                   on 2001/04/19  00:54:54
25880         Log: Move the strftime() wrapper from POSIX.xs to util.c
25881              as my_strftime(), requires HAS_STRFTIME.
25882      Branch: perl
25883            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25884            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
25885            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
25886            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25887            ! vos/config.ga.h win32/config.bc win32/config.gc
25888            ! win32/config.vc
25889 ____________________________________________________________________________
25890 [  9745] By: jhi                                   on 2001/04/18  23:11:03
25891         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
25892              in preparation of Time::Piece.
25893      Branch: perl
25894            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
25895 ____________________________________________________________________________
25896 [  9744] By: jhi                                   on 2001/04/18  22:33:12
25897         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
25898              From: Peter Prymmer <pvhp@forte.com>
25899              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
25900              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
25901      Branch: perl
25902            ! t/lib/exporter.t
25903 ____________________________________________________________________________
25904 [  9743] By: jhi                                   on 2001/04/18  22:32:23
25905         Log: Subject: Fwd: pod2html leaves cache files lying around?
25906              From: Rajesh Vaidheeswarran <rv@gnu.org>
25907              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
25908              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
25909      Branch: perl
25910            ! lib/Pod/Html.pm
25911 ____________________________________________________________________________
25912 [  9742] By: jhi                                   on 2001/04/18  20:31:49
25913         Log: Update Changes.
25914      Branch: perl
25915            ! Changes patchlevel.h
25916 ____________________________________________________________________________
25917 [  9741] By: jhi                                   on 2001/04/18  20:23:02
25918         Log: Declare hints only if needed.
25919      Branch: perl
25920            ! ext/B/B/Deparse.pm
25921 ____________________________________________________________________________
25922 [  9740] By: jhi                                   on 2001/04/18  19:06:05
25923         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
25924              bug noticed by Robin Houston; basically the code of detecting
25925              value wraparound was acting differently under different compilers
25926              and platforms.  The workaround is to remove the overflow check
25927              for now, a real fix would be to do the overflow (portably) right.
25928      Branch: perl
25929            ! t/op/pat.t utf8.c
25930 ____________________________________________________________________________
25931 [  9739] By: jhi                                   on 2001/04/18  19:01:23
25932         Log: Subject: [PATCH B::Deparse] some pragma support
25933              From: Robin Houston <robin@kitsite.com>
25934              Date: Wed, 18 Apr 2001 19:32:12 +0100
25935              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
25936      Branch: perl
25937            ! ext/B/B/Deparse.pm
25938 ____________________________________________________________________________
25939 [  9738] By: jhi                                   on 2001/04/18  15:16:37
25940         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
25941              From: Benjamin Sugars <bsugars@canoe.ca>
25942              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
25943              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
25944      Branch: perl
25945            ! t/op/glob.t
25946 ____________________________________________________________________________
25947 [  9737] By: jhi                                   on 2001/04/18  13:24:50
25948         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
25949              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25950              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
25951              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
25952      Branch: perl
25953            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
25954            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
25955 ____________________________________________________________________________
25956 [  9736] By: jhi                                   on 2001/04/18  04:15:14
25957         Log: The #9735 also changes the subtest 12.
25958      Branch: perl
25959            ! t/lib/b.t
25960 ____________________________________________________________________________
25961 [  9735] By: jhi                                   on 2001/04/18  03:55:17
25962         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
25963              From: David Dyck <dcd@tc.fluke.com>
25964              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
25965              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
25966      Branch: perl
25967            ! ext/B/B/Deparse.pm
25968 ____________________________________________________________________________
25969 [  9734] By: jhi                                   on 2001/04/18  03:54:11
25970         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
25971              From: Gisle Aas <gisle@ActiveState.com>
25972              Date: 17 Apr 2001 19:06:45 -0700
25973              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
25974      Branch: perl
25975            ! pp_hot.c t/op/misc.t
25976 ____________________________________________________________________________
25977 [  9733] By: jhi                                   on 2001/04/17  22:25:22
25978         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
25979              From: "Abigail" <abigail@foad.org>
25980              Date: Wed, 18 Apr 2001 01:17:46 +0200
25981              Message-ID: <20010417231746.21657.qmail@foad.org>
25982      Branch: perl
25983            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
25984 ____________________________________________________________________________
25985 [  9732] By: jhi                                   on 2001/04/17  20:47:56
25986         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
25987              From: Robin Houston <robin@kitsite.com>
25988              Date: Tue, 17 Apr 2001 22:37:42 +0100
25989              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
25990      Branch: perl
25991            ! ext/B/B/Deparse.pm
25992 ____________________________________________________________________________
25993 [  9731] By: nick                                  on 2001/04/17  20:46:35
25994         Log: Re-sync for t/lib/b.t fix
25995      Branch: perlio
25996           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
25997 ____________________________________________________________________________
25998 [  9730] By: jhi                                   on 2001/04/17  20:45:29
25999         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
26000              From: Robin Houston <robin@kitsite.com>
26001              Date: Tue, 17 Apr 2001 22:29:36 +0100
26002              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
26003      Branch: perl
26004            ! ext/B/B.xs ext/B/B/Deparse.pm
26005 ____________________________________________________________________________
26006 [  9729] By: jhi                                   on 2001/04/17  20:43:11
26007         Log: Subject: Deparse - parenthesise args to undeclared subs
26008              From: Robin Houston <robin@kitsite.com>
26009              Date: Tue, 17 Apr 2001 21:31:05 +0100
26010              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
26011      Branch: perl
26012            ! ext/B/B/Deparse.pm
26013 ____________________________________________________________________________
26014 [  9728] By: jhi                                   on 2001/04/17  18:57:30
26015         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
26016              From: Benjamin Sugars <ben.sugars@home.com>
26017              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
26018              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
26019      Branch: perl
26020            ! t/lib/cwd.t
26021 ____________________________________________________________________________
26022 [  9727] By: jhi                                   on 2001/04/17  18:20:20
26023         Log: Subject: [PATCH B::Deparse] ambient pragmas
26024              From: Robin Houston <robin@kitsite.com>
26025              Date: Tue, 17 Apr 2001 20:01:59 +0100
26026              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
26027      Branch: perl
26028            ! ext/B/B/Deparse.pm t/lib/b.t
26029 ____________________________________________________________________________
26030 [  9726] By: nick                                  on 2001/04/17  16:33:51
26031         Log: Integrate mainline (t/lib/b.t fails test 2...)
26032      Branch: perlio
26033           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
26034           +> ext/List/Util/README ext/List/Util/Util.xs
26035           +> ext/List/Util/lib/List/Util.pm
26036           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
26037           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
26038           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
26039           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
26040           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
26041           !> (integrate 31 files)
26042 ____________________________________________________________________________
26043 [  9725] By: jhi                                   on 2001/04/17  12:14:24
26044         Log: Subject: multiple B::* changes
26045              From: Robin Houston <robin@kitsite.com>
26046              Date: Thu, 12 Apr 2001 20:12:27 +0100
26047              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
26048      Branch: perl
26049            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
26050 ____________________________________________________________________________
26051 [  9724] By: jhi                                   on 2001/04/17  11:59:05
26052         Log: Thread-awareness from Doug MacEachern.
26053      Branch: perl
26054            ! ext/List/Util/Util.xs
26055 ____________________________________________________________________________
26056 [  9723] By: jhi                                   on 2001/04/17  11:57:41
26057         Log: Make the test more portable.
26058      Branch: perl
26059            ! t/lib/cwd.t
26060 ____________________________________________________________________________
26061 [  9722] By: jhi                                   on 2001/04/17  11:53:50
26062         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
26063              From: Benjamin Sugars <ben.sugars@home.com>
26064              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
26065              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
26066      Branch: perl
26067            ! t/lib/cwd.t
26068 ____________________________________________________________________________
26069 [  9721] By: jhi                                   on 2001/04/17  11:52:17
26070         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
26071              From: Benjamin Sugars <bsugars@canoe.ca>
26072              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
26073              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
26074      Branch: perl
26075            ! op.c
26076 ____________________________________________________________________________
26077 [  9720] By: jhi                                   on 2001/04/17  11:35:42
26078         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
26079              From: Chris Nandor <pudge@pobox.com>
26080              Date: Tue, 17 Apr 2001 00:30:49 -0400
26081              Message-Id: <p05100207b701768712de@[10.0.1.177]>
26082      Branch: perl
26083            ! ext/File/Glob/bsd_glob.c gv.c
26084 ____________________________________________________________________________
26085 [  9719] By: jhi                                   on 2001/04/17  11:32:13
26086         Log: Subject: [PATCH] Tweten->West
26087              From: Casey West <casey@geeknest.com>
26088              Date: Mon, 16 Apr 2001 12:11:22 -0400
26089              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
26090      Branch: perl
26091            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
26092            ! pod/perltie.pod
26093 ____________________________________________________________________________
26094 [  9718] By: jhi                                   on 2001/04/16  03:22:52
26095         Log: Update Changes.
26096      Branch: perl
26097            ! Changes patchlevel.h
26098 ____________________________________________________________________________
26099 [  9717] By: jhi                                   on 2001/04/16  03:06:28
26100         Log: Regen toc.
26101      Branch: perl
26102            ! pod/perltoc.pod
26103 ____________________________________________________________________________
26104 [  9716] By: jhi                                   on 2001/04/16  02:58:42
26105         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
26106              From: Prymmer/Kahn <pvhp@best.com>
26107              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
26108              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
26109      Branch: perl
26110            ! utf8.c
26111 ____________________________________________________________________________
26112 [  9715] By: jhi                                   on 2001/04/15  23:40:35
26113         Log: Subject: Re: Net::Ping patch, adds stream protocol
26114              From: bronson@rinspin.com (Scott Bronson)
26115              Date: Tue, 10 Apr 2001 23:58:33 -0700
26116              Message-ID: <20010410235833.N29719@rinspin.com>
26117      Branch: perl
26118            ! lib/Net/Ping.pm
26119 ____________________________________________________________________________
26120 [  9714] By: jhi                                   on 2001/04/15  23:31:46
26121         Log: Printing out the ok messages helps successful testing.
26122      Branch: perl
26123            ! t/lib/time-hires.t
26124 ____________________________________________________________________________
26125 [  9713] By: jhi                                   on 2001/04/15  21:43:24
26126         Log: Update Douglas Wegscheid's email.
26127      Branch: perl
26128            ! AUTHORS
26129 ____________________________________________________________________________
26130 [  9712] By: jhi                                   on 2001/04/15  21:40:41
26131         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
26132              From: Michael G Schwern <schwern@pobox.com>
26133              Date: Sat, 14 Apr 2001 22:40:50 +0100
26134              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
26135      Branch: perl
26136            + t/lib/exporter.t
26137            ! MANIFEST lib/Exporter/Heavy.pm
26138 ____________________________________________________________________________
26139 [  9711] By: jhi                                   on 2001/04/15  21:39:21
26140         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
26141              From: Michael G Schwern <schwern@pobox.com>
26142              Date: Sat, 14 Apr 2001 22:13:59 +0100
26143              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
26144      Branch: perl
26145            ! t/op/loopctl.t
26146 ____________________________________________________________________________
26147 [  9710] By: jhi                                   on 2001/04/15  21:30:19
26148         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
26149              From: Michael G Schwern <schwern@pobox.com>
26150              Date: Sat, 14 Apr 2001 22:05:32 +0100
26151              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
26152      Branch: perl
26153            ! t/pragma/warnings.t
26154 ____________________________________________________________________________
26155 [  9709] By: jhi                                   on 2001/04/15  19:34:09
26156         Log: Integrate changes #9706,9707 from maintperl into mainline.
26157              
26158              change#7210 broke .packlist generation
26159              
26160              ExtUtils::Installed doesn't quote regex metacharacters in paths
26161              before using them in match; also make it work for dosish platforms
26162      Branch: perl
26163           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
26164 ____________________________________________________________________________
26165 [  9708] By: jhi                                   on 2001/04/15  19:31:01
26166         Log: Test also the scalar aspect of getitimer().
26167      Branch: perl
26168            ! t/lib/time-hires.t
26169 ____________________________________________________________________________
26170 [  9707] By: gsar                                  on 2001/04/15  17:24:20
26171         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
26172              before using them in match; also make it work for dosish platforms
26173      Branch: maint-5.6/perl
26174            ! lib/ExtUtils/Installed.pm
26175 ____________________________________________________________________________
26176 [  9706] By: gsar                                  on 2001/04/15  17:21:59
26177         Log: change#7210 broke .packlist generation (listed only filename
26178              rather than fully qualified path name)
26179      Branch: maint-5.6/perl
26180            ! lib/ExtUtils/Install.pm
26181 ____________________________________________________________________________
26182 [  9705] By: jhi                                   on 2001/04/15  12:36:33
26183         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
26184      Branch: perl
26185            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
26186            ! t/lib/time-hires.t
26187 ____________________________________________________________________________
26188 [  9704] By: jhi                                   on 2001/04/15  10:49:08
26189         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
26190              From: Prymmer/Kahn <pvhp@best.com>
26191              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
26192              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
26193      Branch: perl
26194            ! lib/utf8.pm pod/perlebcdic.pod
26195 ____________________________________________________________________________
26196 [  9703] By: jhi                                   on 2001/04/15  02:26:26
26197         Log: I keep forgetting to sort MANIFEST.
26198      Branch: perl
26199            ! MANIFEST
26200 ____________________________________________________________________________
26201 [  9702] By: jhi                                   on 2001/04/15  02:07:47
26202         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
26203              Now we have blessed, reftype, tainted, first, reduce, ...
26204      Branch: perl
26205            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
26206            + ext/List/Util/README ext/List/Util/Util.xs
26207            + ext/List/Util/lib/List/Util.pm
26208            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
26209            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
26210            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
26211            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
26212            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
26213            ! MANIFEST
26214 ____________________________________________________________________________
26215 [  9701] By: jhi                                   on 2001/04/14  15:05:25
26216         Log: Subject: RE: dprofpp.pl updates 
26217              From: Carl Eklof <CEklof@endeca.com>
26218              Date: Thu, 12 Apr 2001 18:45:46 -0400
26219              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
26220      Branch: perl
26221            ! utils/dprofpp.PL
26222 ____________________________________________________________________________
26223 [  9700] By: jhi                                   on 2001/04/14  14:44:55
26224         Log: Do not just blindly add CR.
26225      Branch: perl
26226            ! Porting/makerel
26227 ____________________________________________________________________________
26228 [  9699] By: jhi                                   on 2001/04/13  13:17:01
26229         Log: Update Changes.
26230      Branch: perl
26231            ! Changes patchlevel.h
26232 ____________________________________________________________________________
26233 [  9698] By: jhi                                   on 2001/04/13  12:44:48
26234         Log: Integrate perlio.
26235      Branch: perl
26236           !> ext/PerlIO/Scalar/Scalar.xs
26237 ____________________________________________________________________________
26238 [  9697] By: jhi                                   on 2001/04/13  12:29:15
26239         Log: Add more debug output to the test.
26240      Branch: perl
26241            ! t/lib/cwd.t
26242 ____________________________________________________________________________
26243 [  9696] By: nick                                  on 2001/04/13  10:14:29
26244         Log: Fix core dump on binmode($fh,'Scalar')
26245      Branch: perlio
26246            ! ext/PerlIO/Scalar/Scalar.xs
26247 ____________________________________________________________________________
26248 [  9695] By: nick                                  on 2001/04/13  09:05:42
26249         Log: Integrate mainline
26250      Branch: perlio
26251           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26252           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
26253           +> t/lib/time-hires.t
26254           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
26255           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
26256           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
26257           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
26258           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
26259           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
26260           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
26261 ____________________________________________________________________________
26262 [  9694] By: jhi                                   on 2001/04/12  22:23:35
26263         Log: Integrate change #9693 from maintperl into mainline.
26264              
26265              $VERSION and Version() on the same line provokes a warning from
26266              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
26267      Branch: perl
26268           !> lib/Devel/SelfStubber.pm
26269 ____________________________________________________________________________
26270 [  9693] By: gsar                                  on 2001/04/12  21:55:56
26271         Log: $VERSION and Version() on the same line provokes a warning from
26272              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
26273      Branch: maint-5.6/perl
26274            ! lib/Devel/SelfStubber.pm
26275 ____________________________________________________________________________
26276 [  9692] By: jhi                                   on 2001/04/12  13:54:00
26277         Log: This is at least 5.005.
26278      Branch: perl
26279            ! ext/Time/HiRes/HiRes.xs
26280 ____________________________________________________________________________
26281 [  9691] By: jhi                                   on 2001/04/12  13:37:20
26282         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
26283      Branch: perl
26284            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
26285            ! win32/Makefile win32/makefile.mk
26286 ____________________________________________________________________________
26287 [  9690] By: jhi                                   on 2001/04/12  01:34:46
26288         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
26289      Branch: perl
26290            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26291            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
26292            + t/lib/time-hires.t
26293            ! MANIFEST
26294 ____________________________________________________________________________
26295 [  9689] By: jhi                                   on 2001/04/12  00:28:39
26296         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
26297              From: Gisle Aas <gisle@ActiveState.com>
26298              Date: 11 Apr 2001 16:36:11 -0700
26299              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
26300      Branch: perl
26301            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
26302 ____________________________________________________________________________
26303 [  9688] By: jhi                                   on 2001/04/12  00:27:39
26304         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
26305              From: Gisle Aas <gisle@ActiveState.com>
26306              Date: 11 Apr 2001 11:13:24 -0700
26307              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
26308      Branch: perl
26309            ! ext/MIME/Base64/Base64.xs
26310 ____________________________________________________________________________
26311 [  9687] By: jhi                                   on 2001/04/11  19:51:47
26312         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
26313      Branch: perl
26314            ! Todo-5.6
26315 ____________________________________________________________________________
26316 [  9686] By: jhi                                   on 2001/04/11  16:54:25
26317         Log: Subject: [PATCH opcode.pl] Documentation of table format
26318              From: Simon Cozens <simon@netthink.co.uk>
26319              Date: Wed, 11 Apr 2001 12:59:31 +0100
26320              Message-ID: <20010411125931.A25681@netthink.co.uk>
26321      Branch: perl
26322            ! opcode.pl
26323 ____________________________________________________________________________
26324 [  9685] By: jhi                                   on 2001/04/11  16:53:15
26325         Log: Subject: [PATCH] prototype("CORE::recv")
26326              From: Simon Cozens <simon@netthink.co.uk>
26327              Date: Wed, 11 Apr 2001 13:24:35 +0100
26328              Message-ID: <20010411132435.A26169@netthink.co.uk>
26329      Branch: perl
26330            ! pp.c t/comp/proto.t
26331 ____________________________________________________________________________
26332 [  9684] By: jhi                                   on 2001/04/11  16:47:13
26333         Log: FAQ (and AUTHORS) update from Dan Carson: the information
26334              was several years obsolete, Term::Readkey has been updated
26335              to have the functionality.
26336      Branch: perl
26337            ! AUTHORS pod/perlfaq5.pod
26338 ____________________________________________________________________________
26339 [  9683] By: jhi                                   on 2001/04/11  12:15:46
26340         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
26341              From: Calle Dybedahl <calle@lysator.liu.se>
26342              Date: 10 Apr 2001 16:44:16 +0200
26343              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
26344      Branch: perl
26345            ! ext/MIME/Base64/Base64.xs
26346 ____________________________________________________________________________
26347 [  9682] By: jhi                                   on 2001/04/11  12:12:26
26348         Log: A more minimal fix for 20010410.006 from Hugo.
26349      Branch: perl
26350            ! regexec.c
26351 ____________________________________________________________________________
26352 [  9681] By: jhi                                   on 2001/04/11  11:34:23
26353         Log: Integrate changes #9678,9679 from maintline into mainperl.
26354              
26355              addendum to change#9676
26356              
26357              up $File::Glob::VERSION; add a note pointing out the version of
26358              the OpenBSD glob bsd_glob.c resembles
26359      Branch: perl
26360           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
26361           !> ext/File/Glob/bsd_glob.h
26362 ____________________________________________________________________________
26363 [  9680] By: jhi                                   on 2001/04/11  11:30:38
26364         Log: Bad test numbering in integrate in #9677.
26365              Fixes ID 20010411.001.
26366      Branch: perl
26367            ! t/op/pat.t
26368 ____________________________________________________________________________
26369 [  9679] By: gsar                                  on 2001/04/11  03:38:40
26370         Log: up $File::Glob::VERSION; add a note pointing out the version of
26371              the OpenBSD glob bsd_glob.c resembles
26372      Branch: maint-5.6/perl
26373            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
26374            ! ext/File/Glob/bsd_glob.h
26375 ____________________________________________________________________________
26376 [  9678] By: gsar                                  on 2001/04/11  03:09:48
26377         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
26378              revision 1.8.10.1 found here:
26379              
26380              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
26381      Branch: maint-5.6/perl
26382            ! ext/File/Glob/bsd_glob.c
26383 ____________________________________________________________________________
26384 [  9677] By: jhi                                   on 2001/04/11  02:54:39
26385         Log: Integrate changes #9675,9676 from maintperl into mainline.
26386              
26387              fix for bug 20010410.006, undo change#7115
26388              
26389              port the OpenBSD glob() security patch
26390      Branch: perl
26391           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
26392           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
26393           !> t/op/pat.t
26394 ____________________________________________________________________________
26395 [  9676] By: gsar                                  on 2001/04/11  02:19:02
26396         Log: port the glob() security patch found at:
26397              
26398              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
26399              
26400              CERT advisory for the issue is here:
26401              
26402              http://www.cert.org/advisories/CA-2001-07.html
26403              
26404              Note that the security scare is only relevant for those who are
26405              foolish enough to build suidperl (which is now officially discouraged)
26406      Branch: maint-5.6/perl
26407            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
26408            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
26409 ____________________________________________________________________________
26410 [  9675] By: gsar                                  on 2001/04/10  23:52:11
26411         Log: fix for bug 20010410.006
26412              
26413              undo change#7115 (came into maint-5.6 as change#8156)
26414              
26415              add tests to keep it from coming back
26416      Branch: maint-5.6/perl
26417            ! regexec.c t/op/pat.t
26418 ____________________________________________________________________________
26419 [  9674] By: nick                                  on 2001/04/10  20:39:31
26420         Log: Integrate mainline
26421      Branch: perlio
26422           +> Porting/testall.atom
26423           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
26424           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
26425           !> t/lib/lc-uk.t t/pod/find.t
26426 ____________________________________________________________________________
26427 [  9673] By: nick                                  on 2001/04/10  18:46:14
26428         Log: Integrate against change 9670 aka perl-5.7.1
26429      Branch: perlio
26430           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
26431           !> (integrate 53 files)
26432 ____________________________________________________________________________
26433 [  9672] By: jhi                                   on 2001/04/10  13:45:01
26434         Log: Add a script for doing cumulative profile of the test suite.
26435              (Requires ATOM, that is, Tru64.)
26436      Branch: perl
26437            + Porting/testall.atom
26438            ! MANIFEST
26439 ____________________________________________________________________________
26440 [  9671] By: jhi                                   on 2001/04/10  12:38:53
26441         Log: Missing std block.
26442      Branch: perl
26443            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
26444            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
26445            ! t/pod/find.t
26446 ____________________________________________________________________________
26447 [  9670] By: jhi                                   on 2001/04/10  01:25:58
26448         Log: This is 5.7.1.
26449      Branch: perl
26450            ! patchlevel.h
26451 ____________________________________________________________________________
26452 [  9669] By: jhi                                   on 2001/04/10  01:09:14
26453         Log: Update Changes.
26454      Branch: perl
26455            ! Changes patchlevel.h
26456 ____________________________________________________________________________
26457 [  9668] By: jhi                                   on 2001/04/10  01:00:38
26458         Log: Regen toc.
26459      Branch: perl
26460            ! pod/perltoc.pod
26461 ____________________________________________________________________________
26462 [  9667] By: jhi                                   on 2001/04/10  00:52:16
26463         Log: Update perlhist.
26464      Branch: perl
26465            ! pod/perlhist.pod
26466 ____________________________________________________________________________
26467 [  9666] By: jhi                                   on 2001/04/09  23:38:59
26468         Log: Slight wording tweaks from Damian to #9658.
26469      Branch: perl
26470            ! pod/perlobj.pod
26471 ____________________________________________________________________________
26472 [  9665] By: jhi                                   on 2001/04/09  19:56:06
26473         Log: Subject: [PATCH perlutil.pod] Nit
26474              From: Simon Cozens <simon@netthink.co.uk>
26475              Date: Mon, 9 Apr 2001 20:29:44 +0100
26476              Message-ID: <20010409202944.A14796@the.earth.li>
26477      Branch: perl
26478            ! pod/perlutil.pod
26479 ____________________________________________________________________________
26480 [  9664] By: jhi                                   on 2001/04/09  19:54:42
26481         Log: Subject: Re: perl571delta.pod@9631
26482              From: Mike Guy <mjtg@cam.ac.uk>
26483              Date: Mon, 09 Apr 2001 18:09:14 +0100
26484              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
26485      Branch: perl
26486            ! pod/perl571delta.pod
26487 ____________________________________________________________________________
26488 [  9663] By: jhi                                   on 2001/04/09  13:43:35
26489         Log: Update Changes.
26490      Branch: perl
26491            ! Changes patchlevel.h
26492 ____________________________________________________________________________
26493 [  9662] By: jhi                                   on 2001/04/09  13:24:46
26494         Log: tweak tweak.
26495      Branch: perl
26496            ! AUTHORS pod/perl571delta.pod
26497 ____________________________________________________________________________
26498 [  9661] By: jhi                                   on 2001/04/09  13:15:13
26499         Log: Thinko in manual patch applying.
26500      Branch: perl
26501            ! sv.c
26502 ____________________________________________________________________________
26503 [  9660] By: jhi                                   on 2001/04/09  13:07:53
26504         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
26505              From: Robin Barker <rmb1@cise.npl.co.uk> 
26506              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
26507              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
26508              
26509              (This corrects the case where the "isn't numeric" string contains \0s
26510              and is longer than the temporary buffer, and contains \0 at the point
26511              the string would be truncated by "...".) 
26512      Branch: perl
26513            ! sv.c
26514 ____________________________________________________________________________
26515 [  9659] By: jhi                                   on 2001/04/09  12:57:41
26516         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
26517      Branch: perl
26518            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
26519            ! t/lib/cgi-function.t t/lib/cgi-html.t
26520 ____________________________________________________________________________
26521 [  9658] By: jhi                                   on 2001/04/09  12:48:47
26522         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
26523              From: Ilmari Karonen <iltzu@sci.fi>
26524              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
26525              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
26526              
26527              Rearrange and rewrite the Method Invocation section
26528              to explain the concepts in nicer order.
26529      Branch: perl
26530            ! pod/perlobj.pod
26531 ____________________________________________________________________________
26532 [  9657] By: jhi                                   on 2001/04/09  12:35:58
26533         Log: Upgrade to podlators 1.09, from Russ Allbery.
26534      Branch: perl
26535            ! lib/Pod/Man.pm lib/Pod/Text.pm
26536 ____________________________________________________________________________
26537 [  9656] By: jhi                                   on 2001/04/09  12:31:53
26538         Log: perl571delta.
26539      Branch: perl
26540            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
26541 ____________________________________________________________________________
26542 [  9655] By: jhi                                   on 2001/04/09  12:20:09
26543         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
26544              From: Prymmer/Kahn <pvhp@best.com>
26545              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
26546              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
26547      Branch: perl
26548            ! lib/utf8.pm pod/perlunicode.pod
26549 ____________________________________________________________________________
26550 [  9654] By: gsar                                  on 2001/04/09  03:38:33
26551         Log: here lies 5.6.1
26552      Branch: maint-5.6/perl
26553            ! Changes
26554 ____________________________________________________________________________
26555 [  9653] By: jhi                                   on 2001/04/09  03:25:24
26556         Log: Update perlhist.
26557      Branch: perl
26558            ! pod/perlhist.pod
26559 ____________________________________________________________________________
26560 [  9652] By: jhi                                   on 2001/04/09  03:18:49
26561         Log: perl571delta tweaking continues.
26562      Branch: perl
26563            ! pod/perl571delta.pod
26564 ____________________________________________________________________________
26565 [  9651] By: gsar                                  on 2001/04/09  03:11:19
26566         Log: update Changes, patchlevel.h &c.
26567      Branch: maint-5.6/perl
26568            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
26569            ! pod/perltoc.pod
26570 ____________________________________________________________________________
26571 [  9650] By: jhi                                   on 2001/04/09  02:40:24
26572         Log: Integrate the perlfork half of #9513 from maintperl into mainline
26573              (the perlunicode half is obsolete)
26574      Branch: perl
26575            ! pod/perlfork.pod
26576 ____________________________________________________________________________
26577 [  9649] By: gsar                                  on 2001/04/09  02:35:43
26578         Log: tweak perldelta as suggested by Jarkko
26579      Branch: maint-5.6/perl
26580            ! pod/perldelta.pod
26581 ____________________________________________________________________________
26582 [  9648] By: jhi                                   on 2001/04/09  02:13:04
26583         Log: Integrate change #9646 from maintperl into mainline.
26584              
26585              add note about ithreads and Thread.pm
26586      Branch: perl
26587           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
26588 ____________________________________________________________________________
26589 [  9647] By: jhi                                   on 2001/04/09  02:10:18
26590         Log: Bad assumption that shortsize == 2.
26591      Branch: perl
26592            ! t/lib/xs-typemap.t
26593 ____________________________________________________________________________
26594 [  9646] By: gsar                                  on 2001/04/09  00:48:04
26595         Log: add note about ithreads and Thread.pm (too many people are
26596              confused by the fact that Thread.pm is built and installed
26597              under non-5005threads but doesn't work)
26598      Branch: maint-5.6/perl
26599            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
26600 ____________________________________________________________________________
26601 [  9645] By: gsar                                  on 2001/04/09  00:19:03
26602         Log: update perldelta.pod for changes in 5.6.1
26603      Branch: maint-5.6/perl
26604            ! Changes pod/perldelta.pod
26605 ____________________________________________________________________________
26606 [  9644] By: jhi                                   on 2001/04/08  20:37:00
26607         Log: Integrate change #9639 from maintperl into mainline:
26608              on windows, many of the README.* pods were being copied to
26609              the wrong location
26610      Branch: perl
26611           !> win32/Makefile win32/makefile.mk
26612 ____________________________________________________________________________
26613 [  9643] By: jhi                                   on 2001/04/08  20:07:11
26614         Log: Integrate change #9624 from maintperl into mainline:
26615              the pod tests were not okay.  (t/pod/find.t changes ignored)
26616      Branch: perl
26617           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
26618           !> t/pod/include.t t/pod/included.t t/pod/lref.t
26619           !> t/pod/multiline_items.t t/pod/nested_items.t
26620           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
26621           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
26622 ____________________________________________________________________________
26623 [  9642] By: jhi                                   on 2001/04/08  19:57:17
26624         Log: Integrate change #9638 from maintperl into mainline:
26625              update to latest JPL from the anoncvs repository
26626      Branch: perl
26627           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
26628           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
26629           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
26630 ____________________________________________________________________________
26631 [  9641] By: jhi                                   on 2001/04/08  19:53:30
26632         Log: perl571delta updates.
26633      Branch: perl
26634            ! lib/Filter/Simple.pm pod/perl571delta.pod
26635 ____________________________________________________________________________
26636 [  9640] By: gsar                                  on 2001/04/08  19:20:46
26637         Log: integrate change#9634 from mainline
26638              
26639              Fix the perlmodlib generation (didn't understand separate .pod
26640              files; didn't understand -- as the name-thing separator).
26641              Update the CPAN mirrors list.
26642      Branch: maint-5.6/perl
26643            ! pod/perlmodlib.pod
26644           !> pod/perlmodlib.PL
26645 ____________________________________________________________________________
26646 [  9639] By: gsar                                  on 2001/04/08  18:57:31
26647         Log: on windows, many of the README.* pods were being copied to the wrong
26648              location
26649      Branch: maint-5.6/perl
26650            ! win32/Makefile win32/makefile.mk
26651 ____________________________________________________________________________
26652 [  9638] By: gsar                                  on 2001/04/08  18:38:25
26653         Log: update to latest JPL from the anoncvs repository
26654      Branch: maint-5.6/perl
26655            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
26656            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
26657            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
26658 ____________________________________________________________________________
26659 [  9637] By: jhi                                   on 2001/04/08  17:53:53
26660         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
26661      Branch: perl
26662            ! pod/perl571delta.pod
26663 ____________________________________________________________________________
26664 [  9636] By: jhi                                   on 2001/04/08  17:18:32
26665         Log: Regen toc.
26666      Branch: perl
26667            ! pod/perltoc.pod
26668 ____________________________________________________________________________
26669 [  9635] By: jhi                                   on 2001/04/08  17:16:33
26670         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
26671              From: "Craig A. Berry" <craigberry@mac.com>
26672              Date: Sun, 08 Apr 2001 12:30:16 -0500
26673              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
26674      Branch: perl
26675            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
26676 ____________________________________________________________________________
26677 [  9634] By: jhi                                   on 2001/04/08  17:09:19
26678         Log: Fix the perlmodlib generation (didn't understand separate .pod
26679              files; didn't understand -- as the name-thing separator).
26680              
26681              Update the CPAN mirrors list.
26682      Branch: perl
26683            ! pod/perlmodlib.PL pod/perlmodlib.pod
26684 ____________________________________________________________________________
26685 [  9633] By: jhi                                   on 2001/04/08  16:49:17
26686         Log: Sort MANIFEST.
26687      Branch: perl
26688            ! MANIFEST
26689 ____________________________________________________________________________
26690 [  9632] By: gsar                                  on 2001/04/08  16:36:06
26691         Log: add $Tie::RefHash::VERSION
26692      Branch: maint-5.6/perl
26693            ! lib/Tie/RefHash.pm
26694 ____________________________________________________________________________
26695 [  9631] By: jhi                                   on 2001/04/08  16:10:15
26696         Log: perl571delta updates based on p5p feedback; still needs
26697              lots of examples.
26698      Branch: perl
26699            ! pod/perl571delta.pod
26700 ____________________________________________________________________________
26701 [  9630] By: jhi                                   on 2001/04/08  15:59:13
26702         Log: Update the list of supported platforms to talk about 5.7.1
26703              (and 5.6.1)
26704      Branch: perl
26705            ! pod/perlport.pod
26706 ____________________________________________________________________________
26707 [  9629] By: jhi                                   on 2001/04/08  15:55:41
26708         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
26709              from maintperl into mainline: perlport updates.
26710      Branch: perl
26711            ! pod/perlport.pod
26712 ____________________________________________________________________________
26713 [  9628] By: jhi                                   on 2001/04/08  15:53:17
26714         Log: perlsolaris.pod copied to wrong directory.
26715      Branch: perl
26716            ! win32/makefile.mk
26717 ____________________________________________________________________________
26718 [  9627] By: jhi                                   on 2001/04/08  14:48:18
26719         Log: Subject: Typos in perl571delta.pod
26720              From: "Stephen P. Potter" <spp@spotter.yi.org>
26721              Date: Sat, 07 Apr 2001 20:37:05 -0400
26722              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
26723      Branch: perl
26724            ! pod/perl571delta.pod
26725 ____________________________________________________________________________
26726 [  9626] By: jhi                                   on 2001/04/08  14:39:04
26727         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
26728      Branch: perl
26729            ! gv.c
26730 ____________________________________________________________________________
26731 [  9625] By: nick                                  on 2001/04/08  10:14:23
26732         Log: Integrate mainline
26733      Branch: perlio
26734           +> pod/perl570delta.pod pod/perl571delta.pod
26735           !> (integrate 27 files)
26736 ____________________________________________________________________________
26737 [  9624] By: gsar                                  on 2001/04/08  06:08:17
26738         Log: test in t/pod/* were busted
26739              
26740              these tests are still not enabled in t/{harness,TEST}
26741      Branch: maint-5.6/perl
26742            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
26743            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
26744            ! t/pod/multiline_items.t t/pod/nested_items.t
26745            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
26746            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
26747 ____________________________________________________________________________
26748 [  9623] By: gsar                                  on 2001/04/08  03:37:01
26749         Log: integrate change#9470 from mainline
26750              
26751              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
26752      Branch: maint-5.6/perl
26753           !> ext/Socket/Socket.xs
26754 ____________________________________________________________________________
26755 [  9622] By: jhi                                   on 2001/04/07  22:40:47
26756         Log: Update Changes.
26757      Branch: perl
26758            ! Changes patchlevel.h
26759 ____________________________________________________________________________
26760 [  9621] By: jhi                                   on 2001/04/07  22:34:16
26761         Log: Update AUTHORS.
26762      Branch: perl
26763            ! AUTHORS
26764 ____________________________________________________________________________
26765 [  9620] By: jhi                                   on 2001/04/07  22:12:47
26766         Log: Forgot to bump the number of tests in #9164.
26767      Branch: perl
26768            ! t/op/array.t
26769 ____________________________________________________________________________
26770 [  9619] By: jhi                                   on 2001/04/07  22:09:50
26771         Log: Bump patchlevel to 5.7.1.
26772      Branch: perl
26773            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26774            ! config_h.SH patchlevel.h
26775 ____________________________________________________________________________
26776 [  9618] By: jhi                                   on 2001/04/07  22:02:41
26777         Log: Populate perl571delta.
26778      Branch: perl
26779            ! pod/perl571delta.pod
26780 ____________________________________________________________________________
26781 [  9617] By: jhi                                   on 2001/04/07  22:01:23
26782         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
26783              to forget it later; do not change patchlevel.h yet or regenerate
26784              Configure yet.
26785      Branch: perl
26786            ! epoc/config.sh win32/Makefile win32/config_H.bc
26787            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
26788 ____________________________________________________________________________
26789 [  9616] By: jhi                                   on 2001/04/07  17:46:33
26790         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
26791      Branch: perl
26792            ! pod/perl571delta.pod
26793 ____________________________________________________________________________
26794 [  9615] By: jhi                                   on 2001/04/07  17:33:21
26795         Log: Change the toc configuration.
26796      Branch: perl
26797            ! pod/buildtoc.PL pod/perl.pod
26798 ____________________________________________________________________________
26799 [  9614] By: jhi                                   on 2001/04/07  17:29:47
26800         Log: Subject: PATCH: $[
26801              From: Robin Houston <robin@kitsite.com>
26802              Date: Fri, 6 Apr 2001 18:10:14 +0100
26803              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
26804      Branch: perl
26805            ! op.c t/op/array.t
26806 ____________________________________________________________________________
26807 [  9613] By: jhi                                   on 2001/04/07  17:28:26
26808         Log: Subject: [PATCH perl@9424] isn't numeric warning
26809              From: Robin Barker <rmb1@cise.npl.co.uk>
26810              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
26811              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
26812      Branch: perl
26813            ! sv.c t/pragma/warn/sv
26814 ____________________________________________________________________________
26815 [  9612] By: jhi                                   on 2001/04/07  17:26:45
26816         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
26817              From: Mike Guy <mjtg@cam.ac.uk>
26818              Date: Fri, 06 Apr 2001 12:47:06 +0100
26819              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
26820      Branch: perl
26821            ! dump.c t/lib/peek.t
26822 ____________________________________________________________________________
26823 [  9611] By: jhi                                   on 2001/04/07  17:21:35
26824         Log: Create perl571delta and seed it off with the perldelta changes
26825              since 5.7.0; remove those changes from perldelta and rename it
26826              as perl570delta; recreate perldelta but leave it almost empty.
26827      Branch: perl
26828            + pod/perl570delta.pod pod/perl571delta.pod
26829            ! MANIFEST pod/perldelta.pod
26830 ____________________________________________________________________________
26831 [  9610] By: jhi                                   on 2001/04/07  16:56:32
26832         Log: Denit.
26833      Branch: perl
26834            ! pod/perldelta.pod
26835 ____________________________________________________________________________
26836 [  9609] By: jhi                                   on 2001/04/07  16:38:32
26837         Log: Retract #9523: needs more thought.
26838      Branch: perl
26839            ! Makefile.SH
26840 ____________________________________________________________________________
26841 [  9608] By: jhi                                   on 2001/04/07  14:59:20
26842         Log: atmark() code cleanaup.
26843      Branch: perl
26844            ! ext/IO/IO.xs
26845 ____________________________________________________________________________
26846 [  9607] By: jhi                                   on 2001/04/07  14:48:14
26847         Log: Integrate change #9605 from maintperl into mainline.
26848              
26849              can't optimize away scope entry if tr/// is present
26850      Branch: perl
26851           !> op.c t/op/tr.t
26852 ____________________________________________________________________________
26853 [  9606] By: jhi                                   on 2001/04/07  14:43:59
26854         Log: Integrate perlio.
26855      Branch: perl
26856           +> win32/FindExt.pm
26857           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
26858           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
26859 ____________________________________________________________________________
26860 [  9605] By: gsar                                  on 2001/04/07  11:52:40
26861         Log: can't optimize away scope entry if tr/// is present
26862      Branch: maint-5.6/perl
26863            ! op.c t/op/tr.t
26864 ____________________________________________________________________________
26865 [  9604] By: nick                                  on 2001/04/07  11:39:45
26866         Log: Split out extension finding code from buildext.pl into FindExt.pm
26867              Use it to get Config.pm's idea of available extensions in line
26868              with what is built.
26869      Branch: perlio
26870            + win32/FindExt.pm
26871            ! MANIFEST win32/buildext.pl win32/config_sh.PL
26872            ! win32/makefile.mk
26873 ____________________________________________________________________________
26874 [  9603] By: nick                                  on 2001/04/07  09:11:38
26875         Log: Cleanup correction for failed :Via() layer, also set an error code.
26876      Branch: perlio
26877            ! ext/PerlIO/Via/Via.xs
26878 ____________________________________________________________________________
26879 [  9602] By: nick                                  on 2001/04/07  08:38:04
26880         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
26881              style. So don't use binmode() on the handles so that Win32 etc. see
26882              same sequence and produce same digests.
26883      Branch: perlio
26884            ! t/lib/md5-file.t
26885 ____________________________________________________________________________
26886 [  9601] By: nick                                  on 2001/04/07  08:36:26
26887         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
26888              Else it complains and so crlf layer (say) does not get pushed.
26889      Branch: perlio
26890            ! perlio.c
26891 ____________________________________________________________________________
26892 [  9600] By: jhi                                   on 2001/04/06  23:00:09
26893         Log: Integrate change #9599 from perlio into mainline.
26894      Branch: perl
26895           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
26896           !> win32/config_H.vc
26897 ____________________________________________________________________________
26898 [  9599] By: nick                                  on 2001/04/06  21:42:43
26899         Log: Quote $VERSION in Encode.pm.
26900              regen_config_h as requested.
26901      Branch: perlio
26902            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
26903            ! win32/config_H.vc
26904 ____________________________________________________________________________
26905 [  9598] By: nick                                  on 2001/04/06  20:34:59
26906         Log: Integrate mainline
26907      Branch: perlio
26908           +> README.macos
26909           !> (integrate 39 files)
26910 ____________________________________________________________________________
26911 [  9597] By: gsar                                  on 2001/04/06  18:06:35
26912         Log: integrate change#9464 from mainline (addendum to change#8313)
26913              
26914              Subject: [PATCH @9452] Better peep()ing for foreach() loops
26915      Branch: maint-5.6/perl
26916           !> op.c
26917 ____________________________________________________________________________
26918 [  9596] By: jhi                                   on 2001/04/06  17:26:03
26919         Log: The d_casti32=undef is good for you even when not use64bitall.
26920      Branch: perl
26921            ! hints/hpux.sh
26922 ____________________________________________________________________________
26923 [  9595] By: gsar                                  on 2001/04/06  14:57:17
26924         Log: add a low-impact fix to accomodate darwin-ism
26925      Branch: maint-5.6/perl
26926            ! ext/Errno/Errno_pm.PL
26927 ____________________________________________________________________________
26928 [  9594] By: jhi                                   on 2001/04/06  14:55:14
26929         Log: Integrate changes #9528,9593 from mainline into maintperl;
26930              tweaking the editor/IDE/shell list.
26931      Branch: maint-5.6/perl
26932           !> pod/perlfaq3.pod
26933 ____________________________________________________________________________
26934 [  9593] By: jhi                                   on 2001/04/06  14:51:39
26935         Log: Make the editor/IDE/shell list a little bit airier.
26936      Branch: perl
26937            ! pod/perlfaq3.pod
26938 ____________________________________________________________________________
26939 [  9592] By: gsar                                  on 2001/04/06  14:45:18
26940         Log: integrate change#9477 from mainline (base.pm doc tweak)
26941              
26942              missing doc entry for fmod()
26943      Branch: maint-5.6/perl
26944            ! lib/Math/BigFloat.pm
26945           !> lib/base.pm
26946 ____________________________________________________________________________
26947 [  9591] By: jhi                                   on 2001/04/06  13:55:48
26948         Log: Regen toc.
26949      Branch: perl
26950            ! pod/perltoc.pod
26951 ____________________________________________________________________________
26952 [  9590] By: jhi                                   on 2001/04/06  13:54:52
26953         Log: Math::BigFloat patches from John Peacock.  The equivalent
26954              of #9586 from maintperl but reworked by John to work with
26955              the bleadperl.
26956      Branch: perl
26957            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
26958 ____________________________________________________________________________
26959 [  9589] By: jhi                                   on 2001/04/06  13:42:23
26960         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
26961      Branch: perl
26962            ! ext/Digest/MD5/Makefile.PL
26963 ____________________________________________________________________________
26964 [  9588] By: jhi                                   on 2001/04/06  13:31:45
26965         Log: Integrate changes #9584,9587 from maintperl into mainline.
26966              
26967              keep eval"" CVs alive until the end of the statement in which
26968              they're called
26969              
26970              add README.macos (from Chris Nandor)
26971              
26972              tyop in change#9555
26973      Branch: perl
26974           +> README.macos
26975           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
26976           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
26977           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
26978           !> win32/makefile.mk
26979 ____________________________________________________________________________
26980 [  9587] By: gsar                                  on 2001/04/06  07:31:30
26981         Log: add README.macos (from Chris Nandor)
26982              
26983              tyop in change#9555
26984      Branch: maint-5.6/perl
26985            + README.macos
26986            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
26987            ! win32/Makefile win32/makefile.mk
26988 ____________________________________________________________________________
26989 [  9586] By: gsar                                  on 2001/04/06  07:08:54
26990         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
26991      Branch: maint-5.6/perl
26992            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
26993 ____________________________________________________________________________
26994 [  9585] By: gsar                                  on 2001/04/06  06:58:44
26995         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
26996              from mainline
26997              
26998              Subject: [PATCH] Base64 update to perlfaq9.pod
26999              
27000              Subject: [PATCH AUTHORS] Housekeeping
27001              
27002              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
27003              Mac OS X (Darwin) has extra pwent fields.
27004              
27005              Subject: [PATCH B::*] print control-character vars readably
27006              Needs EBCDICification.
27007              
27008              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
27009              
27010              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
27011              
27012              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
27013              
27014              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
27015              
27016              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
27017              
27018              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
27019              
27020              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
27021              
27022              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
27023              
27024              FreeBSD hints tweak from Anton Berezin.
27025              
27026              Subject: [PATCH foolperl & bleadperl] README.vms update
27027              
27028              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
27029      Branch: maint-5.6/perl
27030           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
27031           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
27032           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
27033 ____________________________________________________________________________
27034 [  9584] By: gsar                                  on 2001/04/06  04:09:00
27035         Log: keep eval"" CVs alive until the end of the statement in which
27036              they're called; this avoids a coredump ensuing from search for
27037              lexicals in code such as:
27038              
27039              sub bug {
27040              my $s = @_;
27041              eval q[sub { eval 'sub { &$s }' }];
27042              }
27043              bug("x")->()->();
27044              
27045              this code still doesn't work as intended (as it has remained
27046              since time immemorial), but it doesn't provoke a coredump anymore
27047      Branch: maint-5.6/perl
27048            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27049            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
27050 ____________________________________________________________________________
27051 [  9583] By: jhi                                   on 2001/04/05  23:52:51
27052         Log: Update Changes.
27053      Branch: perl
27054            ! Changes patchlevel.h
27055 ____________________________________________________________________________
27056 [  9582] By: jhi                                   on 2001/04/05  23:11:23
27057         Log: Slight doc tweak.
27058      Branch: perl
27059            ! pod/perlunicode.pod
27060 ____________________________________________________________________________
27061 [  9581] By: jhi                                   on 2001/04/05  23:04:11
27062         Log: Integrate perlio.
27063      Branch: perl
27064           !> pod/perlunicode.pod
27065 ____________________________________________________________________________
27066 [  9580] By: jhi                                   on 2001/04/05  23:03:29
27067         Log: Test for #9579.
27068      Branch: perl
27069            ! t/op/do.t
27070 ____________________________________________________________________________
27071 [  9579] By: jhi                                   on 2001/04/05  22:54:17
27072         Log: Subject: [PATCH] Propagate calling context for do '...'
27073              From: Gisle Aas <gisle@ActiveState.com>
27074              Date: 04 Apr 2001 20:17:29 -0700
27075              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
27076      Branch: perl
27077            ! pod/perlfunc.pod pp_ctl.c
27078 ____________________________________________________________________________
27079 [  9578] By: jhi                                   on 2001/04/05  22:52:51
27080         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
27081              From: Peter Prymmer <pvhp@forte.com>
27082              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
27083              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
27084      Branch: perl
27085            ! README.vms
27086 ____________________________________________________________________________
27087 [  9577] By: jhi                                   on 2001/04/05  22:48:22
27088         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
27089              From: "Craig A. Berry" <craigberry@mac.com>
27090              Date: Thu, 5 Apr 2001 13:43:28 -0500
27091              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
27092      Branch: perl
27093            ! README.vms
27094 ____________________________________________________________________________
27095 [  9576] By: jhi                                   on 2001/04/05  22:31:38
27096         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
27097              From: Michael G Schwern <schwern@pobox.com>
27098              Date: Thu, 5 Apr 2001 21:53:21 +0100
27099              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
27100      Branch: perl
27101            ! lib/base.pm t/lib/fields.t
27102 ____________________________________________________________________________
27103 [  9575] By: jhi                                   on 2001/04/05  22:26:10
27104         Log: FreeBSD hints tweak from Anton Berezin.
27105      Branch: perl
27106            ! hints/freebsd.sh
27107 ____________________________________________________________________________
27108 [  9574] By: jhi                                   on 2001/04/05  22:24:03
27109         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
27110              From: David Dyck <dcd@tc.fluke.com>
27111              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
27112              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
27113      Branch: perl
27114            ! t/op/oct.t
27115 ____________________________________________________________________________
27116 [  9573] By: jhi                                   on 2001/04/05  22:23:06
27117         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
27118              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
27119              From: David Dyck <dcd@tc.fluke.com>
27120              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
27121      Branch: perl
27122            ! pp.c
27123 ____________________________________________________________________________
27124 [  9572] By: jhi                                   on 2001/04/05  22:14:47
27125         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
27126              From: Robin Houston <robin@kitsite.com>
27127              Date: Thu, 5 Apr 2001 20:56:48 +0100
27128              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
27129      Branch: perl
27130            ! ext/B/B/Deparse.pm
27131 ____________________________________________________________________________
27132 [  9571] By: jhi                                   on 2001/04/05  22:12:53
27133         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
27134              From: Robin Houston <robin@kitsite.com>
27135              Date: Thu, 5 Apr 2001 19:55:51 +0100
27136              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
27137      Branch: perl
27138            ! ext/B/B/Deparse.pm
27139 ____________________________________________________________________________
27140 [  9570] By: jhi                                   on 2001/04/05  22:11:06
27141         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
27142              From: Robin Houston <robin@kitsite.com>
27143              Date: Thu, 5 Apr 2001 20:16:29 +0100
27144              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
27145      Branch: perl
27146            ! ext/B/B/Deparse.pm
27147 ____________________________________________________________________________
27148 [  9569] By: nick                                  on 2001/04/05  21:32:26
27149         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
27150      Branch: perlio
27151            ! pod/perlunicode.pod
27152 ____________________________________________________________________________
27153 [  9568] By: nick                                  on 2001/04/05  19:38:09
27154         Log: Integrate mainline
27155      Branch: perlio
27156           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
27157           !> (integrate 35 files)
27158 ____________________________________________________________________________
27159 [  9567] By: jhi                                   on 2001/04/05  18:31:45
27160         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
27161              From: Robin Houston <robin@kitsite.com>
27162              Date: Thu, 5 Apr 2001 18:03:23 +0100
27163              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
27164      Branch: perl
27165            ! ext/B/B/Deparse.pm
27166 ____________________________________________________________________________
27167 [  9566] By: jhi                                   on 2001/04/05  18:29:35
27168         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
27169              From: Robin Houston <robin@kitsite.com>
27170              Date: Thu, 5 Apr 2001 16:45:18 +0100
27171              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
27172      Branch: perl
27173            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
27174 ____________________________________________________________________________
27175 [  9565] By: jhi                                   on 2001/04/05  18:24:23
27176         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
27177              From: Robin Houston <robin@kitsite.com>
27178              Date: Thu, 5 Apr 2001 14:50:09 +0100
27179              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
27180      Branch: perl
27181            ! ext/B/B/Deparse.pm
27182 ____________________________________________________________________________
27183 [  9564] By: jhi                                   on 2001/04/05  18:23:03
27184         Log: Subject: [PATCH B::*] print control-character vars readably
27185              From: Robin Houston <robin@kitsite.com>
27186              Date: Thu, 5 Apr 2001 14:27:38 +0100
27187              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
27188              
27189              Needs EBCDICification.
27190      Branch: perl
27191            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
27192            ! ext/B/B/Terse.pm
27193 ____________________________________________________________________________
27194 [  9563] By: jhi                                   on 2001/04/05  18:20:32
27195         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
27196              Date: Thu, 5 Apr 2001 13:21:42 -0400
27197              From: Paul Schinder <schinder@pobox.com>
27198              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
27199              
27200              Mac OS X (Darwin) has extra pwent fields.
27201      Branch: perl
27202            ! t/op/pwent.t
27203 ____________________________________________________________________________
27204 [  9562] By: jhi                                   on 2001/04/05  17:57:51
27205         Log: Regen toc.
27206      Branch: perl
27207            ! pod/perltoc.pod
27208 ____________________________________________________________________________
27209 [  9561] By: jhi                                   on 2001/04/05  17:47:33
27210         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
27211      Branch: metaconfig
27212            ! U/Glossary.patch
27213      Branch: metaconfig/U/perl
27214            + d_u32align.U
27215            ! d_cmsghdr_s.U d_msghdr_s.U
27216 ____________________________________________________________________________
27217 [  9560] By: jhi                                   on 2001/04/05  17:47:01
27218         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
27219              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
27220              Introduce probes for struct msghdr, struct cmsghdr,
27221              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
27222              ualarm, usleep, for possible later extension work.
27223      Branch: perl
27224            + t/lib/md5-align.t
27225            ! Configure MANIFEST Porting/Glossary Porting/config.sh
27226            ! Porting/config_H config_h.SH configure.com epoc/config.sh
27227            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
27228            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27229            ! vos/config.ga.h win32/config.bc win32/config.gc
27230            ! win32/config.vc
27231 ____________________________________________________________________________
27232 [  9559] By: jhi                                   on 2001/04/05  13:03:04
27233         Log: Be traditional in your cpp (for the Errno extension).
27234      Branch: perl
27235            ! hints/darwin.sh
27236 ____________________________________________________________________________
27237 [  9558] By: jhi                                   on 2001/04/05  13:00:05
27238         Log: Add $Config{cppflags} to the gcc incantation.
27239      Branch: perl
27240            ! ext/Errno/Errno_pm.PL
27241 ____________________________________________________________________________
27242 [  9557] By: jhi                                   on 2001/04/05  04:22:39
27243         Log: Introduce Sean Burke's Class::ISA 0.32.
27244      Branch: perl
27245            + lib/Class/ISA.pm t/lib/class-isa.t
27246            ! MANIFEST
27247 ____________________________________________________________________________
27248 [  9556] By: jhi                                   on 2001/04/05  04:09:50
27249         Log: Subject: [PATCH AUTHORS] Housekeeping
27250              From: Paul Johnson <paul@pjcj.net> 
27251              Date: Wed, 4 Apr 2001 22:45:47 +0200
27252              Message-ID: <20010404224547.D9548@pjcj.net>
27253      Branch: perl
27254            ! AUTHORS
27255 ____________________________________________________________________________
27256 [  9555] By: jhi                                   on 2001/04/05  04:06:33
27257         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
27258              From: Gisle Aas <gisle@ActiveState.com>
27259              Date: 04 Apr 2001 14:23:04 -0700
27260              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
27261      Branch: perl
27262            ! pod/perlfaq9.pod
27263 ____________________________________________________________________________
27264 [  9554] By: jhi                                   on 2001/04/05  04:05:49
27265         Log: Downgrade also the "Wide character" diagnostic.
27266      Branch: perl
27267            ! pod/perldiag.pod
27268 ____________________________________________________________________________
27269 [  9553] By: jhi                                   on 2001/04/05  04:00:33
27270         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
27271              maintperl into mainline.
27272              
27273              "double" should be "NV"; standard typemap is missing entry
27274              for NV
27275              
27276              s/djSP/dSP/
27277              
27278              Downgrade "Wide character in print" to a warning.
27279              
27280              B::Deparse fix for ${^FOO} and documentation for PVX() method
27281              (from Robin Houston)
27282              
27283              tr/// doesn't null-terminate the result in some situations
27284              (from Gisle Aas)
27285      Branch: perl
27286           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
27287           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
27288           !> t/io/utf8.t t/op/tr.t
27289 ____________________________________________________________________________
27290 [  9552] By: jhi                                   on 2001/04/05  03:52:50
27291         Log: Retract changes #9542 and #9538 (from maintperl, integrated
27292              at #9540), shouldn't be needed because of the perlio changes.
27293      Branch: perl
27294            ! util.c
27295 ____________________________________________________________________________
27296 [  9551] By: gsar                                  on 2001/04/05  00:18:34
27297         Log: tr/// doesn't null-terminate the result in some situations
27298              (from Gisle Aas)
27299      Branch: maint-5.6/perl
27300            ! doop.c t/op/tr.t
27301 ____________________________________________________________________________
27302 [  9550] By: gsar                                  on 2001/04/04  20:04:17
27303         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
27304              (from Robin Houston)
27305      Branch: maint-5.6/perl
27306            ! ext/B/B.pm ext/B/B/Deparse.pm
27307 ____________________________________________________________________________
27308 [  9549] By: nick                                  on 2001/04/04  18:56:15
27309         Log: Downgrade "Wide character in print" to a warning.
27310      Branch: perlio
27311            ! doio.c t/io/utf8.t
27312 ____________________________________________________________________________
27313 [  9548] By: gsar                                  on 2001/04/04  18:51:49
27314         Log: integrate changes#9460,9462,9482,9521,9522
27315              
27316              Subject: PATCH: B::Debug should show LOOP-specific fields
27317              
27318              Subject: B::Deparse precedence bug. (Patch included.)
27319              
27320              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
27321              
27322              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
27323              
27324              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
27325      Branch: maint-5.6/perl
27326           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
27327           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
27328 ____________________________________________________________________________
27329 [  9547] By: gsar                                  on 2001/04/04  18:49:16
27330         Log: s/djSP/dSP/
27331      Branch: maint-5.6/perl
27332            ! ext/Thread/Thread.xs
27333 ____________________________________________________________________________
27334 [  9546] By: nick                                  on 2001/04/04  18:44:00
27335         Log: Integrate mainline.
27336      Branch: perlio
27337           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
27338           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
27339 ____________________________________________________________________________
27340 [  9545] By: gsar                                  on 2001/04/04  18:38:52
27341         Log: integrate change#8837 from mainline
27342              
27343              Subject: [patch] -Wall cleanup round 2
27344      Branch: maint-5.6/perl
27345           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
27346           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
27347           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
27348           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
27349           !> ext/SDBM_File/SDBM_File.xs
27350 ____________________________________________________________________________
27351 [  9544] By: gsar                                  on 2001/04/04  17:49:57
27352         Log: "double" should be "NV"; standard typemap is missing entry
27353              for NV
27354      Branch: maint-5.6/perl
27355            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
27356 ____________________________________________________________________________
27357 [  9543] By: jhi                                   on 2001/04/04  14:13:18
27358         Log: Thou shalt not (just) match for English error messages.
27359      Branch: perl
27360            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
27361            ! os2/OS2/Process/Process.pm
27362 ____________________________________________________________________________
27363 [  9542] By: jhi                                   on 2001/04/04  13:20:39
27364         Log: Make the stdio tricks of fflush_all() to exist only if
27365              stdio is being used.
27366      Branch: perl
27367            ! util.c
27368 ____________________________________________________________________________
27369 [  9541] By: jhi                                   on 2001/04/04  04:20:24
27370         Log: Subject: Re: [PATCH] Lighten up glob
27371              From: Benjamin Sugars <bsugars@canoe.ca>
27372              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
27373              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
27374      Branch: perl
27375            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
27376            ! util.c
27377 ____________________________________________________________________________
27378 [  9540] By: jhi                                   on 2001/04/04  04:03:57
27379         Log: Integrate changes #9538,9539 from maintperl into mainline.
27380              
27381              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
27382              for use with _fwalk() (fix for change#7705)
27383              
27384              another tweak needed for SunOS 4.1.x build (from Mike Guy)
27385              (cp -f is not portable)
27386      Branch: perl
27387           !> Makefile.SH util.c
27388 ____________________________________________________________________________
27389 [  9539] By: gsar                                  on 2001/04/04  03:01:14
27390         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
27391      Branch: maint-5.6/perl
27392            ! Makefile.SH
27393 ____________________________________________________________________________
27394 [  9538] By: gsar                                  on 2001/04/04  01:00:38
27395         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
27396              for use with _fwalk() (fix for change#7705)
27397      Branch: maint-5.6/perl
27398            ! util.c
27399 ____________________________________________________________________________
27400 [  9537] By: nick                                  on 2001/04/03  19:24:55
27401         Log: Integrate mainline
27402      Branch: perlio
27403           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
27404           +> lib/unicode/PropList.html
27405            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
27406           !> (integrate 69 files)
27407 ____________________________________________________________________________
27408 [  9536] By: jhi                                   on 2001/04/03  18:02:31
27409         Log: Integrate change #9533 from maintperl into mainline.
27410              
27411              better fix for change#9517 to accomodate UNC paths like
27412              \\server\share\foo, and paths with trailing backslash
27413              like c:\this\
27414      Branch: perl
27415           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
27416 ____________________________________________________________________________
27417 [  9535] By: jhi                                   on 2001/04/03  17:58:07
27418         Log: Change the push/unshift warning to be of class syntax, not misc.
27419      Branch: perl
27420            ! op.c pod/perldiag.pod t/pragma/warn/op
27421 ____________________________________________________________________________
27422 [  9534] By: jhi                                   on 2001/04/03  15:03:46
27423         Log: Change the push/unshift warning (#9532) to talk about "no values"
27424              instead of "no arguments".
27425      Branch: perl
27426            ! op.c pod/perldiag.pod t/pragma/warn/op
27427 ____________________________________________________________________________
27428 [  9533] By: gsar                                  on 2001/04/03  14:30:07
27429         Log: better fix for change#9517 to accomodate UNC paths like
27430              \\server\share\foo, and paths with trailing backslash
27431              like c:\this\
27432      Branch: maint-5.6/perl
27433            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
27434 ____________________________________________________________________________
27435 [  9532] By: jhi                                   on 2001/04/03  13:11:46
27436         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
27437              From: Robin Houston <robin@kitsite.com>
27438              Date: Mon, 2 Apr 2001 15:03:29 +0100
27439              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
27440      Branch: perl
27441            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
27442 ____________________________________________________________________________
27443 [  9531] By: jhi                                   on 2001/04/03  13:06:34
27444         Log: Integrate change #9530 from maintperl into mainline.
27445              
27446              accomodate VMS "mailbox overflow" quirk in testsuite (from
27447              Craig Berry)
27448      Branch: perl
27449           !> t/lib/socket.t
27450 ____________________________________________________________________________
27451 [  9530] By: gsar                                  on 2001/04/03  04:56:41
27452         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
27453              Craig Berry)
27454      Branch: maint-5.6/perl
27455            ! t/lib/socket.t
27456 ____________________________________________________________________________
27457 [  9529] By: jhi                                   on 2001/04/03  02:34:34
27458         Log: Update Changes.
27459      Branch: perl
27460            ! Changes patchlevel.h
27461 ____________________________________________________________________________
27462 [  9528] By: jhi                                   on 2001/04/03  01:27:57
27463         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
27464              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
27465              To: perl5-porters@perl.org
27466              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
27467      Branch: perl
27468            ! pod/perlfaq3.pod
27469 ____________________________________________________________________________
27470 [  9527] By: jhi                                   on 2001/04/03  01:22:09
27471         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
27472              From: Peter Prymmer <pvhp@forte.com>
27473              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
27474              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
27475      Branch: perl
27476            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
27477 ____________________________________________________________________________
27478 [  9526] By: jhi                                   on 2001/04/03  01:18:25
27479         Log: The metaconfig unit changes for #9525.
27480      Branch: metaconfig
27481            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
27482      Branch: metaconfig/U/perl
27483            ! use64bits.U
27484 ____________________________________________________________________________
27485 [  9525] By: jhi                                   on 2001/04/03  01:17:30
27486         Log: Configure sanity checks:
27487              * if use64bitall is attempted but pointers are only 32-bit,
27488              'downgrade' to use64bitint
27489              * if use64bitint is attempted but there's no quad type,
27490              forget about use64bitint (well, the default for it is 'n',
27491              the user can still override this)
27492              * if pointers are 64 bits, do not try to use Perl's malloc
27493      Branch: perl
27494            ! Configure
27495 ____________________________________________________________________________
27496 [  9524] By: gsar                                  on 2001/04/03  01:09:12
27497         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
27498      Branch: maint-5.6/perl
27499            ! pp_sys.c
27500 ____________________________________________________________________________
27501 [  9523] By: jhi                                   on 2001/04/03  00:02:31
27502         Log: (Retracted by #9609)
27503              
27504              Make it harder for parallel makes to enter 'test' before
27505              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
27506              should be unhappy enough, but sometimes parallel makes seem
27507              to sneak past both in Tru64 and AIX.)
27508      Branch: perl
27509            ! Makefile.SH
27510 ____________________________________________________________________________
27511 [  9522] By: jhi                                   on 2001/04/02  22:35:31
27512         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
27513              Date: Mon, 2 Apr 2001 22:54:10 +0100
27514              From: Robin Houston <robin@kitsite.com>
27515              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
27516      Branch: perl
27517            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
27518 ____________________________________________________________________________
27519 [  9521] By: jhi                                   on 2001/04/02  22:32:23
27520         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
27521              From: Robin Houston <robin@kitsite.com>
27522              Date: Mon, 2 Apr 2001 20:24:03 +0100
27523              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
27524      Branch: perl
27525            ! ext/B/B/Concise.pm
27526 ____________________________________________________________________________
27527 [  9520] By: jhi                                   on 2001/04/02  22:30:43
27528         Log: Subject: [PATCH] REALLY pedantic hv.h nit
27529              From: Simon Cozens <simon@netthink.co.uk>
27530              Date: Mon, 2 Apr 2001 15:43:06 +0100
27531              Message-ID: <20010402154306.A21711@netthink.co.uk>
27532      Branch: perl
27533            ! hv.h
27534 ____________________________________________________________________________
27535 [  9519] By: jhi                                   on 2001/04/02  22:28:04
27536         Log: Based on
27537              
27538              Subject: [foolperl] EPOC fix
27539              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27540              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
27541              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
27542      Branch: perl
27543            ! pp_sys.c
27544 ____________________________________________________________________________
27545 [  9518] By: jhi                                   on 2001/04/02  22:22:34
27546         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
27547              
27548              README.win32 tweaks; add a note about alternative location for
27549              getting a gcc-2.95.2 that will build perl properly on windows
27550              
27551              add some notes about gutsy threading matters
27552              
27553              many of the utilities interpolate literal paths within doublequotes
27554              (fails on dosish platforms where path contains backslashes)
27555      Branch: perl
27556           !> README.win32 pod/perlguts.pod utils/perldoc.PL
27557           !> x2p/find2perl.PL x2p/s2p.PL
27558 ____________________________________________________________________________
27559 [  9517] By: gsar                                  on 2001/04/02  19:52:21
27560         Log: many of the utilities interpolate literal paths within doublequotes
27561              (fails on dosish platforms where path contains backslashes)
27562      Branch: maint-5.6/perl
27563            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
27564 ____________________________________________________________________________
27565 [  9516] By: gsar                                  on 2001/04/02  05:49:37
27566         Log: a foolish release
27567      Branch: maint-5.6/perl
27568            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
27569            ! pod/perltoc.pod
27570 ____________________________________________________________________________
27571 [  9515] By: gsar                                  on 2001/04/02  05:04:29
27572         Log: add missing changelog summaries
27573      Branch: maint-5.6/perl
27574            ! Changes
27575 ____________________________________________________________________________
27576 [  9514] By: gsar                                  on 2001/04/02  04:07:13
27577         Log: add some notes about gutsy threading matters
27578      Branch: maint-5.6/perl
27579            ! pod/perlguts.pod
27580 ____________________________________________________________________________
27581 [  9513] By: gsar                                  on 2001/04/02  03:25:21
27582         Log: add more prominent caveat notices about experimental features
27583      Branch: maint-5.6/perl
27584            ! pod/perlfork.pod pod/perlunicode.pod
27585 ____________________________________________________________________________
27586 [  9512] By: gsar                                  on 2001/04/02  02:54:33
27587         Log: integrate changes#9479,9509 from mainline
27588              
27589              [PATCH] File::Glob stuff for Mac OS
27590              
27591              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
27592      Branch: maint-5.6/perl
27593           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
27594           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
27595           !> t/lib/glob-taint.t
27596 ____________________________________________________________________________
27597 [  9511] By: gsar                                  on 2001/04/02  02:38:24
27598         Log: README.win32 tweaks; add a note about alternative location for
27599              getting a gcc-2.95.2 that will build perl properly on windows
27600      Branch: maint-5.6/perl
27601            ! README.win32
27602 ____________________________________________________________________________
27603 [  9510] By: jhi                                   on 2001/04/01  20:45:10
27604         Log: An ambiguosity warning.
27605      Branch: perl
27606            ! t/lib/trig.t
27607 ____________________________________________________________________________
27608 [  9509] By: jhi                                   on 2001/04/01  19:53:47
27609         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
27610              From: Jonathan Stowe <gellyfish@gellyfish.com>
27611              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
27612              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
27613      Branch: perl
27614            ! ext/File/Glob/bsd_glob.c
27615 ____________________________________________________________________________
27616 [  9508] By: jhi                                   on 2001/04/01  19:35:03
27617         Log: Update Changes.
27618      Branch: perl
27619            ! Changes patchlevel.h
27620 ____________________________________________________________________________
27621 [  9507] By: jhi                                   on 2001/04/01  19:24:01
27622         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
27623              from mainline to maintperl: pod tweaks.
27624      Branch: maint-5.6/perl
27625           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
27626           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
27627           !> pod/perlvar.pod
27628 ____________________________________________________________________________
27629 [  9506] By: jhi                                   on 2001/04/01  19:11:53
27630         Log: Commit Sarathy to April release of 5.6.1 :-)
27631      Branch: perl
27632            ! pod/perlfaq1.pod
27633 ____________________________________________________________________________
27634 [  9505] By: jhi                                   on 2001/04/01  19:03:15
27635         Log: Subject: PATCH 5.6.0 (perldebug.pod)
27636              From: Mark-Jason Dominus <mjd@plover.com>
27637              Date: Sun, 01 Apr 2001 14:25:11 -0400
27638              Message-ID: <20010401182511.9247.qmail@plover.com>
27639      Branch: perl
27640            ! pod/perldebug.pod
27641 ____________________________________________________________________________
27642 [  9504] By: jhi                                   on 2001/04/01  18:43:09
27643         Log: Add great_circle_direction().
27644      Branch: perl
27645            ! lib/Math/Trig.pm t/lib/trig.t
27646 ____________________________________________________________________________
27647 [  9503] By: jhi                                   on 2001/04/01  17:29:12
27648         Log: Unicode ReadMe update for Unicode 3.1.
27649      Branch: perl
27650            ! lib/unicode/ReadMe.txt
27651 ____________________________________________________________________________
27652 [  9502] By: jhi                                   on 2001/04/01  17:18:40
27653         Log: Integrate change #9501 from maintperl into mainline.
27654              
27655              fix the perlembed notes on multiple interpreters
27656              
27657              fix ExtUtils::Embed to work passably on Windows
27658      Branch: perl
27659           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
27660 ____________________________________________________________________________
27661 [  9501] By: gsar                                  on 2001/04/01  07:21:57
27662         Log: fix the perlembed notes on multiple interpreters
27663              
27664              fix ExtUtils::Embed to work passably on Windows
27665      Branch: maint-5.6/perl
27666            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
27667 ____________________________________________________________________________
27668 [  9500] By: jhi                                   on 2001/04/01  05:58:23
27669         Log: Test for #9499.
27670      Branch: perl
27671            ! t/op/tr.t
27672 ____________________________________________________________________________
27673 [  9499] By: jhi                                   on 2001/04/01  05:55:46
27674         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
27675      Branch: perl
27676            ! embed.h embed.pl op.c proto.h
27677 ____________________________________________________________________________
27678 [  9498] By: jhi                                   on 2001/04/01  05:44:34
27679         Log: Protect the workaround hunk more.
27680      Branch: perl
27681            ! toke.c
27682 ____________________________________________________________________________
27683 [  9497] By: jhi                                   on 2001/04/01  00:24:25
27684         Log: Integrate changes #9493,9494,9495,9496 from maintperl
27685              into mainline.
27686              
27687              fix a broken workaround for Borland compiler in change#4739
27688              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
27689              
27690              nits spotted by Borland compiler
27691              
27692              avoid redefinition warnings under Borland 5.02
27693              
27694              various nits identified by the Borland 5.5 compiler; remove suppression
27695              of a few warnings
27696      Branch: perl
27697           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
27698           !> win32/win32.h
27699 ____________________________________________________________________________
27700 [  9496] By: gsar                                  on 2001/03/31  23:22:28
27701         Log: various nits identified by the Borland 5.5 compiler; remove suppression
27702              of a few warnings
27703      Branch: maint-5.6/perl
27704            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
27705 ____________________________________________________________________________
27706 [  9495] By: gsar                                  on 2001/03/31  21:03:08
27707         Log: avoid redefinition warnings under Borland 5.02
27708      Branch: maint-5.6/perl
27709            ! win32/makefile.mk
27710 ____________________________________________________________________________
27711 [  9494] By: gsar                                  on 2001/03/31  20:18:59
27712         Log: nits spotted by Borland compiler
27713      Branch: maint-5.6/perl
27714            ! utf8.h win32/win32.h
27715 ____________________________________________________________________________
27716 [  9493] By: gsar                                  on 2001/03/31  20:18:05
27717         Log: fix a broken workaround for Borland compiler in change#4739
27718              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
27719      Branch: maint-5.6/perl
27720            ! toke.c
27721 ____________________________________________________________________________
27722 [  9492] By: jhi                                   on 2001/03/31  18:36:24
27723         Log: Integrate change #9491 from maintperl into mainline.
27724              
27725              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
27726              directory is relative (need to fetch the full path name *before*
27727              the chdir!)
27728      Branch: perl
27729           !> lib/Cwd.pm
27730 ____________________________________________________________________________
27731 [  9491] By: gsar                                  on 2001/03/31  17:01:56
27732         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
27733              directory is relative (need to fetch the full path name *before*
27734              the chdir!)
27735              
27736              this is a followup patch for change#6749
27737      Branch: maint-5.6/perl
27738            ! lib/Cwd.pm
27739 ____________________________________________________________________________
27740 [  9490] By: jhi                                   on 2001/03/31  15:50:18
27741         Log: Subject: Re: [PATCH] av.h cosmetics
27742              From: Simon Cozens <simon@netthink.co.uk>
27743              Date: Sat, 31 Mar 2001 13:09:59 +0100
27744              Message-ID: <20010331130959.A22000@netthink.co.uk>
27745              
27746              Document AvALLOC.
27747      Branch: perl
27748            ! pod/perlguts.pod
27749 ____________________________________________________________________________
27750 [  9489] By: jhi                                   on 2001/03/31  15:48:44
27751         Log: Subject: [PATCH] Re: Math::Big* v1.21
27752              From: Tels <perl_dummy@bloodgate.com>
27753              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
27754              Message-Id: <200103311125.GAA377738@www08.hway.net>
27755      Branch: perl
27756            ! pod/perlop.pod
27757 ____________________________________________________________________________
27758 [  9488] By: jhi                                   on 2001/03/31  03:39:51
27759         Log: Debug output tweak.
27760      Branch: perl
27761            ! t/lib/cwd.t
27762 ____________________________________________________________________________
27763 [  9487] By: jhi                                   on 2001/03/31  03:33:02
27764         Log: OverVMSification.
27765      Branch: perl
27766            ! t/lib/cwd.t
27767 ____________________________________________________________________________
27768 [  9486] By: jhi                                   on 2001/03/31  03:01:40
27769         Log: Missed MANIFESTations in #9483.
27770      Branch: perl
27771            ! MANIFEST
27772 ____________________________________________________________________________
27773 [  9485] By: jhi                                   on 2001/03/31  02:58:17
27774         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
27775              From: Peter Prymmer <pvhp@forte.com>
27776              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
27777              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
27778      Branch: perl
27779            ! regexec.c t/lib/cwd.t
27780 ____________________________________________________________________________
27781 [  9484] By: jhi                                   on 2001/03/31  01:04:41
27782         Log: Obsolete file (see #3938)
27783      Branch: perl
27784            - lib/unicode/README.Ethiopic
27785            ! MANIFEST
27786 ____________________________________________________________________________
27787 [  9483] By: jhi                                   on 2001/03/31  00:52:42
27788         Log: Update to Unicode 3.1.
27789              (Rename Names.txt to NamesList.txt.)
27790      Branch: perl
27791            + lib/unicode/NamesList.txt lib/unicode/PropList.html
27792            - lib/unicode/Names.txt
27793            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
27794            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
27795            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
27796            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
27797            ! lib/unicode/UCD.html lib/unicode/Unicode.html
27798            ! lib/unicode/rename lib/unicode/version
27799 ____________________________________________________________________________
27800 [  9482] By: jhi                                   on 2001/03/30  23:33:44
27801         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
27802              From: Robin Houston <robin@kitsite.com>
27803              Date: Fri, 30 Mar 2001 20:07:22 +0100
27804              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
27805      Branch: perl
27806            ! ext/B/B/Deparse.pm
27807 ____________________________________________________________________________
27808 [  9481] By: jhi                                   on 2001/03/30  23:20:25
27809         Log: Subject: Re: [PATCH] CwdXS, Take 2
27810              From: Benjamin Sugars <bsugars@canoe.ca>
27811              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
27812              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
27813      Branch: perl
27814            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
27815            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
27816 ____________________________________________________________________________
27817 [  9480] By: jhi                                   on 2001/03/30  22:52:38
27818         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
27819              From: David Dyck <dcd@tc.fluke.com>
27820              Date: Fri, 30 Mar 2001 14:44:13 -0800
27821              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
27822              
27823              The t/rantests flags file creation was accidentally
27824              removed by #9217.
27825      Branch: perl
27826            ! Makefile.SH
27827 ____________________________________________________________________________
27828 [  9479] By: jhi                                   on 2001/03/30  22:45:45
27829         Log: Subject: [PATCH] File::Glob stuff for Mac OS
27830              From: Chris Nandor <pudge@pobox.com>
27831              Date: Fri, 30 Mar 2001 16:51:00 -0500
27832              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
27833      Branch: perl
27834            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
27835            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
27836            ! t/lib/glob-taint.t
27837 ____________________________________________________________________________
27838 [  9478] By: jhi                                   on 2001/03/30  22:43:12
27839         Log: Subject: fix for win32/buildext.pl
27840              From: "Vadim Konovalov" <watman@inbox.ru>
27841              Date: Sat, 31 Mar 2001 00:50:36 +0400
27842              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
27843      Branch: perl
27844            ! win32/buildext.pl
27845 ____________________________________________________________________________
27846 [  9477] By: jhi                                   on 2001/03/30  22:41:16
27847         Log: Subject: small base.pm doc patch
27848              From: Leon Brocard <acme@astray.com>
27849              Date: Fri, 30 Mar 2001 21:49:57 +0100
27850              Message-ID: <20010330214957.B8733@ns0.astray.com>
27851      Branch: perl
27852            ! lib/base.pm
27853 ____________________________________________________________________________
27854 [  9476] By: jhi                                   on 2001/03/30  18:16:57
27855         Log: Subject: [PATCH] av.h cosmetics
27856              From: Simon Cozens <simon@netthink.co.uk>
27857              Date: Fri, 30 Mar 2001 18:12:28 +0100
27858              Message-ID: <20010330181228.A9319@netthink.co.uk>
27859      Branch: perl
27860            ! av.h
27861 ____________________________________________________________________________
27862 [  9475] By: jhi                                   on 2001/03/30  18:15:50
27863         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
27864              From: "Philip Newton" <pnewton@gmx.de>
27865              Date: Fri, 30 Mar 2001 19:06:57 +0200
27866              Message-ID: <3AC4D951.14815.1AC7068@localhost>
27867      Branch: perl
27868            ! pod/perlhack.pod
27869 ____________________________________________________________________________
27870 [  9474] By: jhi                                   on 2001/03/30  18:14:02
27871         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
27872              From: Benjamin Sugars <bsugars@canoe.ca>
27873              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
27874              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
27875      Branch: perl
27876            ! t/lib/glob-basic.t
27877 ____________________________________________________________________________
27878 [  9473] By: jhi                                   on 2001/03/30  16:09:24
27879         Log: Update Changes.
27880      Branch: perl
27881            ! Changes patchlevel.h
27882 ____________________________________________________________________________
27883 [  9472] By: jhi                                   on 2001/03/30  15:16:08
27884         Log: Integrate perlio.
27885      Branch: perl
27886           !> t/lib/cwd.t t/lib/glob-basic.t
27887 ____________________________________________________________________________
27888 [  9471] By: nick                                  on 2001/03/30  14:47:10
27889         Log: Should be (^O eq 'MSWin32') not 'Win32'
27890              Fail #12 seems real - chdir is in wrong dir.
27891      Branch: perlio
27892            ! t/lib/cwd.t
27893 ____________________________________________________________________________
27894 [  9470] By: jhi                                   on 2001/03/30  14:41:11
27895         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
27896              From: Radu Greab <radu@netsoft.ro>
27897              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
27898              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
27899              
27900              Replace #9352.
27901      Branch: perl
27902            ! ext/Socket/Socket.xs pp_sys.c
27903 ____________________________________________________________________________
27904 [  9469] By: jhi                                   on 2001/03/30  14:37:51
27905         Log: Subject: PATCH pod/perldiag.pod
27906              From: Robin Houston <robin@kitsite.com>
27907              Date: Fri, 30 Mar 2001 14:10:36 +0100
27908              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
27909      Branch: perl
27910            ! pod/perldiag.pod t/lib/glob-basic.t
27911 ____________________________________________________________________________
27912 [  9468] By: jhi                                   on 2001/03/30  14:36:36
27913         Log: Subject: Better diagnostic in io/fs.t
27914              From: andreas.koenig@anima.de (Andreas J. Koenig)
27915              Date: 30 Mar 2001 10:11:43 +0200
27916              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
27917      Branch: perl
27918            ! t/io/fs.t
27919 ____________________________________________________________________________
27920 [  9467] By: nick                                  on 2001/03/30  14:25:43
27921         Log: Skip order test of glob if case-ignoring system cannot 
27922              create a.test and A.test
27923      Branch: perlio
27924            ! t/lib/glob-basic.t
27925 ____________________________________________________________________________
27926 [  9466] By: nick                                  on 2001/03/30  13:03:12
27927         Log: Integrate mainline.
27928      Branch: perlio
27929            - ext/re/hints/aix.pl
27930           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
27931           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
27932           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
27933           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
27934 ____________________________________________________________________________
27935 [  9465] By: jhi                                   on 2001/03/30  03:53:37
27936         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
27937              the tests sometimes hang, sometimes not.)
27938      Branch: perl
27939            ! t/lib/io_multihomed.t t/lib/io_sock.t
27940 ____________________________________________________________________________
27941 [  9464] By: jhi                                   on 2001/03/30  02:56:04
27942         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
27943              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27944              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
27945              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
27946      Branch: perl
27947            ! op.c
27948 ____________________________________________________________________________
27949 [  9463] By: jhi                                   on 2001/03/30  02:34:48
27950         Log: Test for #9462.
27951      Branch: perl
27952            ! t/lib/b.t
27953 ____________________________________________________________________________
27954 [  9462] By: jhi                                   on 2001/03/30  02:29:37
27955         Log: Subject: B::Deparse precedence bug. (Patch included.)
27956              From: Jeremy Madea <jmadea@inktomi.com>
27957              Date: Thu, 29 Mar 2001 12:05:02 -0800
27958              Message-ID: <20010329120502.A24881@dr.inktomi.com>
27959      Branch: perl
27960            ! ext/B/B/Deparse.pm
27961 ____________________________________________________________________________
27962 [  9461] By: jhi                                   on 2001/03/30  02:18:41
27963         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
27964              From: Peter Prymmer <pvhp@forte.com>
27965              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
27966              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
27967      Branch: perl
27968            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
27969            ! t/lib/md5-file.t
27970 ____________________________________________________________________________
27971 [  9460] By: jhi                                   on 2001/03/30  02:17:07
27972         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
27973              From: Robin Houston <robin@kitsite.com>
27974              Date: Thu, 29 Mar 2001 20:47:56 +0100
27975              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
27976      Branch: perl
27977            ! ext/B/B/Debug.pm
27978 ____________________________________________________________________________
27979 [  9459] By: jhi                                   on 2001/03/30  02:16:05
27980         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
27981              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
27982              Date: Wed, 28 Mar 2001 18:02:20 -0600
27983              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
27984      Branch: perl
27985            ! lib/ExtUtils/MM_VMS.pm
27986 ____________________________________________________________________________
27987 [  9458] By: jhi                                   on 2001/03/30  02:07:58
27988         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
27989              From: "Joshua E. Rodd" <jrodd@pbs.org>
27990              Date: Wed, 28 Mar 2001 17:29:12 -0500
27991              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
27992      Branch: perl
27993            ! pod/perlop.pod
27994 ____________________________________________________________________________
27995 [  9457] By: jhi                                   on 2001/03/30  02:04:33
27996         Log: Subject: ext/re/aix.pl can go
27997              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27998              Date: Thu, 29 Mar 2001 12:03:28 +0200
27999              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
28000      Branch: perl
28001            - ext/re/hints/aix.pl
28002            ! MANIFEST
28003 ____________________________________________________________________________
28004 [  9456] By: jhi                                   on 2001/03/30  02:03:32
28005         Log: Integrate perlio.
28006      Branch: perl
28007           !> ext/Encode/Encode.xs installperl
28008 ____________________________________________________________________________
28009 [  9455] By: nick                                  on 2001/03/29  21:11:46
28010         Log: DLL name has changed so installperl needs to know
28011              (Why isn't it working it out or passed it?)
28012      Branch: perlio
28013            ! installperl
28014 ____________________________________________________________________________
28015 [  9454] By: nick                                  on 2001/03/29  20:56:12
28016         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
28017              and we don't get undef warnings.
28018      Branch: perlio
28019            ! ext/Encode/Encode.xs
28020 ____________________________________________________________________________
28021 [  9453] By: nick                                  on 2001/03/29  17:58:48
28022         Log: Integrate mainline
28023      Branch: perlio
28024           !> Changes patchlevel.h
28025 ____________________________________________________________________________
28026 [  9452] By: jhi                                   on 2001/03/29  16:44:55
28027         Log: Update Changes.
28028      Branch: perl
28029            ! Changes patchlevel.h
28030 ____________________________________________________________________________
28031 [  9451] By: nick                                  on 2001/03/29  16:31:38
28032         Log: Integrate mainline
28033      Branch: perlio
28034           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
28035           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
28036           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
28037           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
28038           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
28039 ____________________________________________________________________________
28040 [  9450] By: jhi                                   on 2001/03/29  16:29:17
28041         Log: Integrate perlio.
28042      Branch: perl
28043           !> win32/buildext.pl
28044 ____________________________________________________________________________
28045 [  9449] By: jhi                                   on 2001/03/29  15:50:01
28046         Log: Update Changes.
28047      Branch: perl
28048            ! Changes patchlevel.h
28049 ____________________________________________________________________________
28050 [  9448] By: nick                                  on 2001/03/29  15:47:15
28051         Log: Make sure buildext.pl finds Errno.pm
28052      Branch: perlio
28053            ! win32/buildext.pl
28054 ____________________________________________________________________________
28055 [  9447] By: jhi                                   on 2001/03/29  15:39:34
28056         Log: Integrate perlio.
28057      Branch: perl
28058           !> win32/makefile.mk
28059 ____________________________________________________________________________
28060 [  9446] By: nick                                  on 2001/03/29  15:30:03
28061         Log: Integrate win32/makefile.mk with mainline.
28062      Branch: perlio
28063           !> win32/makefile.mk
28064 ____________________________________________________________________________
28065 [  9445] By: nick                                  on 2001/03/29  15:27:32
28066         Log: Fix breakage ... 
28067      Branch: perlio
28068            ! win32/makefile.mk
28069 ____________________________________________________________________________
28070 [  9444] By: jhi                                   on 2001/03/29  15:03:08
28071         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
28072              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28073              Date: Thu, 29 Mar 2001 10:32:59 +0400
28074              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
28075      Branch: perl
28076            ! win32/makefile.mk
28077 ____________________________________________________________________________
28078 [  9443] By: jhi                                   on 2001/03/29  15:02:12
28079         Log: Integrate perlio.
28080      Branch: perl
28081           +> win32/buildext.pl
28082           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
28083           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
28084 ____________________________________________________________________________
28085 [  9442] By: nick                                  on 2001/03/29  14:59:11
28086         Log: Work in progress - determine win32 extensions to build via script.
28087      Branch: perlio
28088            + win32/buildext.pl
28089            ! MANIFEST win32/makefile.mk
28090 ____________________________________________________________________________
28091 [  9441] By: jhi                                   on 2001/03/29  14:51:47
28092         Log: Reintroduce the use of external pwd.
28093      Branch: perl
28094            ! t/lib/cwd.t
28095 ____________________________________________________________________________
28096 [  9440] By: jhi                                   on 2001/03/29  14:42:58
28097         Log: use warnings instead of -w.
28098      Branch: perl
28099            ! utils/h2xs.PL
28100 ____________________________________________________________________________
28101 [  9439] By: jhi                                   on 2001/03/29  14:41:52
28102         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
28103              From: Jonathan Stowe <gellyfish@gellyfish.com>
28104              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
28105              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
28106      Branch: perl
28107            ! utils/h2xs.PL
28108 ____________________________________________________________________________
28109 [  9438] By: jhi                                   on 2001/03/29  14:39:38
28110         Log: Subject: [PATCH perl@9424] minor pod nits
28111              From: Robin Barker <rmb1@cise.npl.co.uk>
28112              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
28113              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
28114      Branch: perl
28115            ! pod/perlhack.pod pod/perliol.pod
28116 ____________________________________________________________________________
28117 [  9437] By: jhi                                   on 2001/03/29  14:29:16
28118         Log: Subject: [PATCH perl@9424] typemap cast warning
28119              From: Robin Barker <rmb1@cise.npl.co.uk>
28120              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
28121              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
28122      Branch: perl
28123            ! lib/ExtUtils/typemap
28124 ____________________________________________________________________________
28125 [  9436] By: jhi                                   on 2001/03/29  14:26:03
28126         Log: Subject: [PATCH perl@9424] printf warning
28127              From: Robin Barker <rmb1@cise.npl.co.uk>
28128              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
28129              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
28130      Branch: perl
28131            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
28132            ! ext/Storable/Storable.xs toke.c
28133 ____________________________________________________________________________
28134 [  9435] By: nick                                  on 2001/03/29  14:23:31
28135         Log: Win32 has name conflict with ERROR
28136      Branch: perlio
28137            ! ext/PerlIO/Via/Via.xs
28138 ____________________________________________________________________________
28139 [  9434] By: jhi                                   on 2001/03/29  14:17:48
28140         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
28141              From: Peter Prymmer <pvhp@forte.com>
28142              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
28143              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
28144      Branch: perl
28145            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
28146 ____________________________________________________________________________
28147 [  9433] By: jhi                                   on 2001/03/29  13:52:44
28148         Log: test-prep target was missing.
28149      Branch: perl
28150            ! Makefile.SH
28151 ____________________________________________________________________________
28152 [  9432] By: nick                                  on 2001/03/29  12:40:03
28153         Log: Make as-shipped compiler default to MSVC6 
28154      Branch: perlio
28155            ! win32/makefile.mk
28156 ____________________________________________________________________________
28157 [  9431] By: nick                                  on 2001/03/29  12:12:16
28158         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
28159              akin to PerlIO::Scalar.
28160      Branch: perlio
28161            ! perlio.c perlio.h
28162 ____________________________________________________________________________
28163 [  9430] By: nick                                  on 2001/03/29  10:56:35
28164         Log: Integrate mainline.
28165      Branch: perlio
28166           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
28167           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
28168           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
28169           !> win32/makefile.mk win32/win32sck.c
28170 ____________________________________________________________________________
28171 [  9429] By: nick                                  on 2001/03/29  09:03:43
28172         Log: Noticed that two tests were skipped as perlio:: package
28173              isn't there any more. Changed the skip condition.
28174              Avoid core-dump if sv_utf8_upgrade() called on something
28175              that does not become SvPOK after SvPV() (e.g. a ref).
28176      Branch: perlio
28177            ! sv.c t/io/utf8.t t/lib/io_scalar.t
28178 ____________________________________________________________________________
28179 [  9428] By: jhi                                   on 2001/03/29  01:31:47
28180         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
28181              From: Benjamin Sugars <bsugars@canoe.ca> 
28182              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
28183              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
28184      Branch: perl
28185            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
28186            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
28187            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
28188 ____________________________________________________________________________
28189 [  9427] By: jhi                                   on 2001/03/29  00:49:30
28190         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
28191              From: "Vadim Konovalov" <watman@inbox.ru>
28192              Date: Thu, 29 Mar 2001 01:50:12 +0400
28193              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
28194      Branch: perl
28195            ! win32/makefile.mk win32/win32sck.c
28196 ____________________________________________________________________________
28197 [  9426] By: gsar                                  on 2001/03/29  00:28:04
28198         Log: dmake can only handle == and != in comparisons; support building
28199              with Borland's VCL libraries (from Vadim Konovalov)
28200      Branch: maint-5.6/perl
28201            ! win32/makefile.mk
28202 ____________________________________________________________________________
28203 [  9425] By: nick                                  on 2001/03/28  19:29:56
28204         Log: Integrate (@snapshot)
28205      Branch: perlio
28206           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
28207 ____________________________________________________________________________
28208 [  9424] By: jhi                                   on 2001/03/28  19:03:16
28209         Log: Update Changes.
28210      Branch: perl
28211            ! Changes patchlevel.h
28212 ____________________________________________________________________________
28213 [  9423] By: jhi                                   on 2001/03/28  18:52:09
28214         Log: Rmdir lib/XS on cleanup.
28215      Branch: perl
28216            ! Makefile.SH
28217 ____________________________________________________________________________
28218 [  9422] By: jhi                                   on 2001/03/28  18:49:34
28219         Log: Integrate perlio.
28220      Branch: perl
28221           !> t/op/utf8decode.t
28222 ____________________________________________________________________________
28223 [  9421] By: nick                                  on 2001/03/28  18:46:44
28224         Log: Loose duplicate chunk.
28225      Branch: perlio
28226            ! t/op/utf8decode.t
28227 ____________________________________________________________________________
28228 [  9420] By: nick                                  on 2001/03/28  18:44:11
28229         Log: Integrate mainline.
28230      Branch: perlio
28231           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
28232           !> vms/vmsish.h
28233 ____________________________________________________________________________
28234 [  9419] By: jhi                                   on 2001/03/28  18:42:05
28235         Log: Can't trust external pwds
28236              (either shell builtins or external programs)
28237      Branch: perl
28238            ! t/lib/cwd.t
28239 ____________________________________________________________________________
28240 [  9418] By: jhi                                   on 2001/03/28  18:34:05
28241         Log: Integrate perlio.
28242      Branch: perl
28243            - lib/perlio.pm
28244           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
28245           !> t/op/utf8decode.t
28246 ____________________________________________________________________________
28247 [  9417] By: nick                                  on 2001/03/28  18:24:02
28248         Log: PerlIO.pm / perlio.pm conflict.
28249              Update some pods.
28250              Make t/op/utf8decode.t a text file.
28251      Branch: perlio
28252            - lib/perlio.pm
28253            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
28254            ! t/op/utf8decode.t
28255 ____________________________________________________________________________
28256 [  9416] By: jhi                                   on 2001/03/28  18:06:07
28257         Log: Integrate change #9409 from mainline to maintperl.
28258              
28259              Yet another tweak on AIX dynaloading.
28260      Branch: maint-5.6/perl
28261           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
28262 ____________________________________________________________________________
28263 [  9415] By: gsar                                  on 2001/03/28  17:13:01
28264         Log: integrate changes#9377,9385,9401 from mainline
28265              
28266              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
28267              
28268              If directory entries compare equal case-insensitively,
28269              retry case-sensitively.
28270              
28271              Subject: [PATCH] B::Terse and warnings
28272      Branch: maint-5.6/perl
28273           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
28274           !> t/pragma/warn/perl
28275 ____________________________________________________________________________
28276 [  9414] By: jhi                                   on 2001/03/28  17:11:12
28277         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
28278              From: "Craig A. Berry" <craigberry@mac.com>
28279              Date: Wed, 28 Mar 2001 10:55:20 -0600
28280              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
28281      Branch: perl
28282            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
28283 ____________________________________________________________________________
28284 [  9413] By: jhi                                   on 2001/03/28  17:03:12
28285         Log: Dup hunk.
28286      Branch: perl
28287            ! t/op/utf8decode.t
28288 ____________________________________________________________________________
28289 [  9412] By: jhi                                   on 2001/03/28  17:02:36
28290         Log: Forced integrate from perlio.
28291      Branch: perl
28292           !> t/op/utf8decode.t
28293 ____________________________________________________________________________
28294 [  9411] By: nick                                  on 2001/03/28  16:50:03
28295         Log: Integrate mainline.
28296      Branch: perlio
28297           +> t/lib/cwd.t
28298           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
28299           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
28300           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
28301           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
28302           !> t/pragma/warn/perl
28303 ____________________________________________________________________________
28304 [  9410] By: jhi                                   on 2001/03/28  16:44:23
28305         Log: Subject: Re: [PATCH] 9403 cannot be tested
28306              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28307              Date: Wed, 28 Mar 2001 18:33:56 +0200
28308              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
28309      Branch: perl
28310            ! makedef.pl
28311 ____________________________________________________________________________
28312 [  9409] By: jhi                                   on 2001/03/28  16:12:45
28313         Log: Yet another tweak on AIX dynaloading.
28314      Branch: perl
28315            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
28316 ____________________________________________________________________________
28317 [  9408] By: jhi                                   on 2001/03/28  15:52:55
28318         Log: Subject: [PATCH] 9403 cannot be tested
28319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
28320              Date: Wed, 28 Mar 2001 17:23:00 +0200
28321              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
28322              
28323              A missing symbol.
28324      Branch: perl
28325            ! makedef.pl
28326 ____________________________________________________________________________
28327 [  9407] By: jhi                                   on 2001/03/28  15:47:43
28328         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
28329      Branch: perl
28330            ! t/op/utf8decode.t
28331           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
28332           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
28333 ____________________________________________________________________________
28334 [  9406] By: jhi                                   on 2001/03/28  15:37:08
28335         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
28336              From: Benjamin Sugars <bsugars@canoe.ca> 
28337              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
28338              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
28339      Branch: perl
28340            + t/lib/cwd.t
28341            ! MANIFEST
28342 ____________________________________________________________________________
28343 [  9405] By: jhi                                   on 2001/03/28  15:13:18
28344         Log: pp_ne() needs a CORRECT boolean.
28345      Branch: perl
28346            ! pp.c
28347 ____________________________________________________________________________
28348 [  9404] By: jhi                                   on 2001/03/28  15:09:23
28349         Log: pp_ne() needs a boolean, not an integer.
28350      Branch: perl
28351            ! pp.c
28352 ____________________________________________________________________________
28353 [  9403] By: jhi                                   on 2001/03/28  14:47:43
28354         Log: (Retracted by #9404.)
28355      Branch: perl
28356            ! pp.c
28357 ____________________________________________________________________________
28358 [  9402] By: jhi                                   on 2001/03/28  14:43:59
28359         Log: Subject: Re: [PATCH] Typemap testing
28360              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
28361              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
28362              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
28363      Branch: perl
28364            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
28365            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
28366 ____________________________________________________________________________
28367 [  9401] By: jhi                                   on 2001/03/28  14:42:14
28368         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
28369              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
28370              Date: Sun, 25 Mar 2001 21:59:15 +0100
28371              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
28372              
28373              A variable will be checked for the "use once" warnings if:
28374              
28375              1. It is in the scope of a use warnings 'once'
28376              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
28377              
28378              Otherwise it won't be checked at all.
28379              
28380              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
28381              
28382              The enclosed patch partially fixes this issue. What I didn't
28383              get to work was the case where the "used once" warning is enabled
28384              in any file other than the main file.
28385      Branch: perl
28386            ! gv.c t/pragma/warn/perl
28387 ____________________________________________________________________________
28388 [  9400] By: nick                                  on 2001/03/28  14:38:24
28389         Log: More EBCDIC tweaks:
28390              - one more swash issue &~(0xA0-1) did not do the right thing,
28391              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
28392              - add "use re 'asciirange'" to make [!-~] etc. work
28393              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
28394              - Choose a key for t/op/each.t test which gets encoded.
28395              - Skip utf8decode if this is UTF-EBCDIC.
28396      Branch: perlio
28397            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
28398            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
28399 ____________________________________________________________________________
28400 [  9399] By: jhi                                   on 2001/03/28  14:21:00
28401         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
28402              Andreas Schwab.
28403      Branch: perl
28404            ! pp.c
28405 ____________________________________________________________________________
28406 [  9398] By: jhi                                   on 2001/03/28  00:55:56
28407         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
28408              From: David Dyck <dcd@tc.fluke.com>
28409              Date: Tue, 27 Mar 2001 15:16:24 -0800
28410              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
28411      Branch: perl
28412            ! ext/IO/lib/IO/Socket.pm
28413 ____________________________________________________________________________
28414 [  9397] By: jhi                                   on 2001/03/27  21:52:49
28415         Log: Integrate perlio.
28416      Branch: perl
28417           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
28418           +> ext/PerlIO/Via/Via.xs
28419           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
28420 ____________________________________________________________________________
28421 [  9396] By: nick                                  on 2001/03/27  21:45:13
28422         Log: Integrate mainline.
28423      Branch: perlio
28424           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
28425           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
28426 ____________________________________________________________________________
28427 [  9395] By: nick                                  on 2001/03/27  21:18:58
28428         Log: Outline docs for PerlIO and PerlIO::Scalar
28429      Branch: perlio
28430            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
28431 ____________________________________________________________________________
28432 [  9394] By: nick                                  on 2001/03/27  20:50:13
28433         Log: PerlIO::Via layer (alpha-ish).
28434      Branch: perlio
28435            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
28436            + ext/PerlIO/Via/Via.xs
28437            ! MANIFEST
28438 ____________________________________________________________________________
28439 [  9393] By: jhi                                   on 2001/03/27  20:49:55
28440         Log: Retract #9329 now that 9390 should take care of the matter.
28441      Branch: perl
28442            ! utils/h2xs.PL
28443 ____________________________________________________________________________
28444 [  9390] By: jhi                                   on 2001/03/27  20:47:50
28445         Log: Subject: Autoloading Errno.pm when %! is encountered
28446              From: Robin Houston <robin@kitsite.com>
28447              Date: Tue, 27 Mar 2001 20:57:11 +0100
28448              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
28449      Branch: perl
28450            ! embed.h embed.pl gv.c proto.h t/op/magic.t
28451 ____________________________________________________________________________
28452 [  9389] By: jhi                                   on 2001/03/27  20:24:31
28453         Log: Integrate perlio.
28454      Branch: perl
28455           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
28456           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
28457           !> utf8.c
28458 ____________________________________________________________________________
28459 [  9388] By: jhi                                   on 2001/03/27  20:21:38
28460         Log: Better have a three-element array if one is going to assign
28461              to the third element of that array. (from Tim Jenness)
28462      Branch: perl
28463            ! ext/XS/Typemap/Typemap.xs
28464 ____________________________________________________________________________
28465 [  9387] By: nick                                  on 2001/03/27  20:15:43
28466         Log: Integrate mainline.
28467      Branch: perlio
28468           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
28469           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
28470           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
28471           +> t/lib/xs-typemap.t
28472           !> (integrate 34 files)
28473 ____________________________________________________________________________
28474 [  9386] By: jhi                                   on 2001/03/27  20:04:18
28475         Log: Subject: Re: perl@9359 breaks HTML::Parser
28476              From: Gisle Aas <gisle@ActiveState.com>
28477              Date: 27 Mar 2001 11:30:24 -0800
28478              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
28479              
28480              Clarify the UTF-8 issues of the API docs.
28481              (Slightly reworded and expanded.)
28482      Branch: perl
28483            ! pod/perlapi.pod sv.c sv.h
28484 ____________________________________________________________________________
28485 [  9385] By: jhi                                   on 2001/03/27  19:44:25
28486         Log: If directory entries compare equal case-insensitively,
28487              retry case-sensitively.
28488      Branch: perl
28489            ! ext/File/Glob/bsd_glob.c
28490 ____________________________________________________________________________
28491 [  9384] By: nick                                  on 2001/03/27  19:38:50
28492         Log: Various EBCDIC fixes:
28493              - major revelation that swash code is encoding aware,
28494              (or thought it was) - now it is ;-)
28495              - With that out of the way fix a slab of tr/// cases.
28496              - Fix Encode 'Unicode' to be true Unicode so tests pass.
28497              - As anticipated Base64.xs needed tweaks.
28498              - Until tr/// works right avoid old_encode64 in MIME tests.
28499      Branch: perlio
28500            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
28501            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
28502 ____________________________________________________________________________
28503 [  9383] By: jhi                                   on 2001/03/27  18:34:41
28504         Log: Add the std test suite BEGIN block.
28505      Branch: perl
28506            ! t/lib/xs-typemap.t
28507 ____________________________________________________________________________
28508 [  9382] By: jhi                                   on 2001/03/27  15:16:07
28509         Log: Add debugging output to the test.
28510      Branch: perl
28511            ! t/lib/glob-basic.t
28512 ____________________________________________________________________________
28513 [  9381] By: jhi                                   on 2001/03/27  15:08:10
28514         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
28515      Branch: perl
28516            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
28517            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
28518            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
28519            + t/lib/xs-typemap.t
28520            ! MANIFEST
28521 ____________________________________________________________________________
28522 [  9380] By: jhi                                   on 2001/03/27  14:48:34
28523         Log: Subject: [PATCH] Typemap testing
28524              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
28525              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
28526              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
28527              
28528              (The first part of the patch.)
28529      Branch: perl
28530            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
28531 ____________________________________________________________________________
28532 [  9379] By: jhi                                   on 2001/03/27  14:44:56
28533         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
28534              From: Benjamin Sugars <bsugars@canoe.ca> 
28535              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
28536              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
28537      Branch: perl
28538            ! t/lib/glob-basic.t
28539 ____________________________________________________________________________
28540 [  9378] By: jhi                                   on 2001/03/27  14:42:30
28541         Log: Subject: [PATCH] perlvar nit
28542              From: Simon Cozens <simon@netthink.co.uk>
28543              Date: Tue, 27 Mar 2001 01:12:01 +0100
28544              Message-ID: <20010327011201.A19179@netthink.co.uk>
28545      Branch: perl
28546            ! pod/perlvar.pod
28547 ____________________________________________________________________________
28548 [  9377] By: jhi                                   on 2001/03/27  14:36:26
28549         Log: Subject: [PATCH] B::Terse and warnings
28550              From: Benjamin Sugars <ben.sugars@home.com>
28551              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
28552              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
28553      Branch: perl
28554            ! ext/B/B.pm ext/B/B/Terse.pm
28555 ____________________________________________________________________________
28556 [  9376] By: jhi                                   on 2001/03/27  14:31:31
28557         Log: Document sockatmark() some.
28558      Branch: perl
28559            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
28560            ! pod/perltoc.pod
28561 ____________________________________________________________________________
28562 [  9375] By: jhi                                   on 2001/03/27  14:00:24
28563         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
28564              noted by Gisle and fixed by NI-S.
28565      Branch: perl
28566            ! sv.c
28567 ____________________________________________________________________________
28568 [  9374] By: jhi                                   on 2001/03/27  05:50:01
28569         Log: Regen toc.
28570      Branch: perl
28571            ! pod/perltoc.pod
28572 ____________________________________________________________________________
28573 [  9373] By: jhi                                   on 2001/03/27  05:43:51
28574         Log: Pixie documenting.
28575      Branch: perl
28576            ! Makefile.SH pod/perlhack.pod
28577 ____________________________________________________________________________
28578 [  9372] By: jhi                                   on 2001/03/27  05:29:34
28579         Log: Metaconfig unit changes for #9371.
28580      Branch: metaconfig
28581            ! U/modified/myhostname.U
28582      Branch: metaconfig/U/perl
28583            + d_sockatmark.U
28584            ! gccvers.U
28585 ____________________________________________________________________________
28586 [  9371] By: jhi                                   on 2001/03/27  05:29:07
28587         Log: Add sockatmark() probing.
28588      Branch: perl
28589            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28590            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
28591            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28592            ! vos/config.ga.h win32/config.bc win32/config.gc
28593            ! win32/config.vc
28594 ____________________________________________________________________________
28595 [  9370] By: jhi                                   on 2001/03/26  22:01:18
28596         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
28597              Really need to benchmark this.
28598      Branch: perl
28599            ! pp.c
28600 ____________________________________________________________________________
28601 [  9369] By: nick                                  on 2001/03/26  21:59:30
28602         Log: Integrate mainline.
28603      Branch: perlio
28604            ! ext/MIME/Base64/QuotedPrint.pm
28605           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
28606           !> patchlevel.h pod/perlhack.pod pp_sys.c
28607 ____________________________________________________________________________
28608 [  9368] By: jhi                                   on 2001/03/26  21:47:03
28609         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
28610              
28611              TODO1: perlbench.
28612              TODO2: le, lt, ge, gt?  Yech.
28613      Branch: perl
28614            ! pp.c
28615 ____________________________________________________________________________
28616 [  9367] By: jhi                                   on 2001/03/26  21:34:57
28617         Log: Too much cut-and-paste in #9363.
28618      Branch: perl
28619            ! pp_sys.c
28620 ____________________________________________________________________________
28621 [  9366] By: jhi                                   on 2001/03/26  21:20:53
28622         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
28623              From: Andreas Schwab <schwab@suse.de>
28624              Date: 26 Mar 2001 17:29:04 +0200
28625              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
28626              
28627              (The patch for 5.6.0 or so, this is a guess for bleadperl)
28628      Branch: perl
28629            ! pp_hot.c
28630 ____________________________________________________________________________
28631 [  9365] By: jhi                                   on 2001/03/26  21:07:54
28632         Log: Integrate perlio.
28633      Branch: perl
28634           !> perlio.c
28635 ____________________________________________________________________________
28636 [  9364] By: nick                                  on 2001/03/26  20:30:48
28637         Log: REFCNT botch in layer name cache hash.
28638      Branch: perlio
28639            ! perlio.c
28640 ____________________________________________________________________________
28641 [  9363] By: jhi                                   on 2001/03/26  18:44:32
28642         Log: Subject: [PATCH] socket() leaks file descriptors
28643              From: Benjamin Sugars <bsugars@canoe.ca>
28644              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
28645              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
28646              
28647              Also sockpair() fixed similarly.
28648      Branch: perl
28649            ! pp_sys.c
28650 ____________________________________________________________________________
28651 [  9362] By: jhi                                   on 2001/03/26  18:37:52
28652         Log: Integrate perlio.
28653      Branch: perl
28654           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
28655 ____________________________________________________________________________
28656 [  9361] By: nick                                  on 2001/03/26  17:32:06
28657         Log: Implement flush of linebuffered streams on read of a tty.
28658      Branch: perlio
28659            ! perlio.c perliol.h
28660 ____________________________________________________________________________
28661 [  9360] By: nick                                  on 2001/03/26  17:12:32
28662         Log: Memory tweaks and notes for OEMVS.
28663      Branch: perlio
28664            ! README.os390 miniperlmain.c t/op/pat.t
28665 ____________________________________________________________________________
28666 [  9359] By: jhi                                   on 2001/03/26  02:12:54
28667         Log: Update Changes.
28668      Branch: perl
28669            ! Changes patchlevel.h
28670 ____________________________________________________________________________
28671 [  9358] By: jhi                                   on 2001/03/26  02:05:32
28672         Log: Document the most common pixie options.
28673      Branch: perl
28674            ! pod/perlhack.pod
28675 ____________________________________________________________________________
28676 [  9357] By: jhi                                   on 2001/03/26  01:25:28
28677         Log: For perl.pixie check *before* compiling that optimize is -g,
28678              as for perl.third.
28679      Branch: perl
28680            ! Makefile.SH
28681 ____________________________________________________________________________
28682 [  9356] By: jhi                                   on 2001/03/26  01:13:41
28683         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
28684      Branch: perl
28685            ! Makefile.SH
28686 ____________________________________________________________________________
28687 [  9355] By: jhi                                   on 2001/03/26  01:11:19
28688         Log: Remove t/perl.third.
28689      Branch: perl
28690            ! Makefile.SH
28691 ____________________________________________________________________________
28692 [  9354] By: jhi                                   on 2001/03/26  00:23:38
28693         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
28694              IO::Sockatmark().
28695      Branch: perl
28696            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
28697 ____________________________________________________________________________
28698 [  9353] By: jhi                                   on 2001/03/25  22:25:04
28699         Log: Integrate perlio.
28700      Branch: perl
28701           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
28702           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
28703           !> pp_hot.c win32/makefile.mk
28704 ____________________________________________________________________________
28705 [  9352] By: jhi                                   on 2001/03/25  22:21:41
28706         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
28707              From: Radu Greab <radu@netsoft.ro>
28708              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
28709              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
28710      Branch: perl
28711            ! pp_sys.c
28712 ____________________________________________________________________________
28713 [  9351] By: nick                                  on 2001/03/25  22:15:02
28714         Log: Fix readline in list mode to tell rest of world that it has
28715              things on the stack. Otherwise if perl code gets invoked
28716              underneath it it scribbles over results-so-far.
28717              (Why TIEHANDLE has not tripped on this is a mystery.)
28718      Branch: perlio
28719            ! pp_hot.c
28720 ____________________________________________________________________________
28721 [  9350] By: nick                                  on 2001/03/25  22:10:13
28722         Log: win32/makefile.mk typos
28723      Branch: perlio
28724            ! win32/makefile.mk
28725 ____________________________________________________________________________
28726 [  9349] By: nick                                  on 2001/03/25  21:31:14
28727         Log: Integrate now-non-binary file.
28728      Branch: perlio
28729           !> t/lib/mimeqp.t
28730 ____________________________________________________________________________
28731 [  9348] By: nick                                  on 2001/03/25  21:27:24
28732         Log: Make it text
28733      Branch: perlio
28734            ! t/lib/mimeqp.t
28735 ____________________________________________________________________________
28736 [  9347] By: nick                                  on 2001/03/25  21:25:37
28737         Log: Integrate mainline.
28738      Branch: perlio
28739           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
28740           !> lib/Term/ReadLine.pm t/lib/md5-file.t
28741 ____________________________________________________________________________
28742 [  9346] By: nick                                  on 2001/03/25  20:58:15
28743         Log: Add destruct time hook to PerlIO (for work-in-process implementing
28744              layers in perl code. In such cases layers need to be popped before
28745              we loose the ability to run perl code.)
28746              Also back-out "PerlIO::object" hook - it isn't going to work like that...
28747      Branch: perlio
28748            ! perl.c perlio.c perlio.h perliol.h
28749 ____________________________________________________________________________
28750 [  9345] By: nick                                  on 2001/03/25  20:49:11
28751         Log: Avoid at leasy one of undefined warnings in Encode.
28752      Branch: perlio
28753            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
28754 ____________________________________________________________________________
28755 [  9344] By: jhi                                   on 2001/03/25  20:37:43
28756         Log: A workaround for using Term::ReadLine in emacs minibuffer
28757              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
28758              additional tweaks from Ilya Zakharevich.
28759      Branch: perl
28760            ! lib/Term/ReadLine.pm
28761 ____________________________________________________________________________
28762 [  9343] By: nick                                  on 2001/03/25  20:21:14
28763         Log: Missing return value.
28764      Branch: perlio
28765            ! ext/PerlIO/Scalar/Scalar.xs
28766 ____________________________________________________________________________
28767 [  9342] By: jhi                                   on 2001/03/25  16:21:00
28768         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
28769              to equal the CPAN versions since no code changes have been made.
28770      Branch: perl
28771            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
28772            ! t/lib/md5-file.t
28773 ____________________________________________________________________________
28774 [  9341] By: jhi                                   on 2001/03/25  16:01:48
28775         Log: Escape 8-bit characters.
28776      Branch: perl
28777            ! t/lib/mimeqp.t
28778 ____________________________________________________________________________
28779 [  9340] By: gsar                                  on 2001/03/25  15:50:53
28780         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
28781              chars)
28782      Branch: perl
28783            + t/lib/mimeqp.t
28784 ____________________________________________________________________________
28785 [  9339] By: gsar                                  on 2001/03/25  15:48:50
28786         Log: delete mimeqp.t for later with text mode set
28787      Branch: perl
28788            - t/lib/mimeqp.t
28789 ____________________________________________________________________________
28790 [  9338] By: nick                                  on 2001/03/25  09:01:57
28791         Log: Integrate mainline.
28792      Branch: perlio
28793           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
28794           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
28795           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
28796           +> t/lib/mimeb64u.t t/lib/mimeqp.t
28797           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
28798           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
28799           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
28800 ____________________________________________________________________________
28801 [  9337] By: jhi                                   on 2001/03/25  04:23:24
28802         Log: Add MIME::Base64 here and there.  Again, a lot of
28803              optimism is in the air.
28804      Branch: perl
28805            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
28806            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
28807 ____________________________________________________________________________
28808 [  9336] By: jhi                                   on 2001/03/25  04:12:43
28809         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
28810              this by ear as I do not do Win32 programming.)
28811      Branch: perl
28812            ! win32/Makefile win32/makefile.mk
28813 ____________________________________________________________________________
28814 [  9335] By: jhi                                   on 2001/03/25  04:03:50
28815         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
28816      Branch: perl
28817            ! t/lib/md5-file.t
28818 ____________________________________________________________________________
28819 [  9334] By: jhi                                   on 2001/03/25  03:58:53
28820         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
28821      Branch: perl
28822            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
28823            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
28824            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
28825            + t/lib/mimeb64u.t t/lib/mimeqp.t
28826            ! MANIFEST
28827 ____________________________________________________________________________
28828 [  9333] By: jhi                                   on 2001/03/24  20:14:37
28829         Log: Integrate perlio.
28830      Branch: perl
28831           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
28832 ____________________________________________________________________________
28833 [  9332] By: nick                                  on 2001/03/24  19:40:34
28834         Log: Fix un-init variable leading to spurious "Out of Memory!"
28835      Branch: perlio
28836            ! doio.c
28837 ____________________________________________________________________________
28838 [  9331] By: nick                                  on 2001/03/24  19:09:59
28839         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
28840              and update layers internals doc.
28841      Branch: perlio
28842            ! pod/perlfunc.pod pod/perliol.pod
28843 ____________________________________________________________________________
28844 [  9330] By: jhi                                   on 2001/03/24  18:42:11
28845         Log: The length might be uninitialized garbage if the *svp is the undef.
28846      Branch: perl
28847            ! doio.c
28848 ____________________________________________________________________________
28849 [  9329] By: jhi                                   on 2001/03/24  18:26:57
28850         Log: (Retracted by #9393)
28851
28852              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
28853              From: Simon Cozens <simon@netthink.co.uk>
28854              Date: Sat, 24 Mar 2001 17:13:17 +0000
28855              Message-ID: <20010324171317.A13406@netthink.co.uk>
28856      Branch: perl
28857            ! utils/h2xs.PL
28858 ____________________________________________________________________________
28859 [  9328] By: nick                                  on 2001/03/24  17:22:02
28860         Log: Integrate mainline.
28861      Branch: perlio
28862           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
28863           !> lib/unicode/version
28864 ____________________________________________________________________________
28865 [  9327] By: nick                                  on 2001/03/24  17:16:02
28866         Log: Integrate mainline.
28867      Branch: perlio
28868           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28869           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
28870           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
28871           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
28872           +> t/lib/md5-file.t
28873           !> MANIFEST Makefile.SH configure.com djgpp/config.over
28874           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
28875           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
28876           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
28877           !> win32/makefile.mk
28878 ____________________________________________________________________________
28879 [  9326] By: jhi                                   on 2001/03/24  17:00:42
28880         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
28881      Branch: perl
28882            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
28883            ! lib/unicode/version
28884 ____________________________________________________________________________
28885 [  9325] By: jhi                                   on 2001/03/24  16:22:33
28886         Log: Subject: Re: B::Deparse bug (5.6.0)
28887              From: Robin Houston <robin@kitsite.com>
28888              Date: Sat, 24 Mar 2001 14:33:09 +0000
28889              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
28890      Branch: perl
28891            ! op.c pp.c t/lib/b.t t/op/repeat.t
28892 ____________________________________________________________________________
28893 [  9324] By: jhi                                   on 2001/03/24  16:21:56
28894         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
28895              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
28896              these additions may be too optimistic.
28897      Branch: perl
28898            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
28899            ! hints/uwin.sh hints/vmesa.sh
28900 ____________________________________________________________________________
28901 [  9323] By: jhi                                   on 2001/03/24  16:06:01
28902         Log: Integrate perlio.
28903      Branch: perl
28904           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
28905           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
28906            ! Makefile.SH
28907           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
28908           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
28909           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
28910           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28911           !> win32/makefile.mk win32/perlhost.h win32/win32.c
28912           !> win32/win32iop.h
28913 ____________________________________________________________________________
28914 [  9322] By: nick                                  on 2001/03/24  14:39:12
28915         Log: Routine Win32 regen_config_h - no real changes.
28916      Branch: perlio
28917            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28918 ____________________________________________________________________________
28919 [  9321] By: nick                                  on 2001/03/24  14:31:49
28920         Log: PerlIO fixups for Win32:
28921              - provide win33_popenlist() - non-functional as yet.
28922              - avoid need for aTHX in PerlIO_debug calls - even if not 
28923              enabled args are still evaluated so Win32 has trouble during fork().
28924              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
28925              - Fixup makedef.pl for latest set of symbols.
28926      Branch: perlio
28927            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
28928            ! win32/perlhost.h win32/win32.c win32/win32iop.h
28929 ____________________________________________________________________________
28930 [  9320] By: nick                                  on 2001/03/24  14:26:58
28931         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
28932              was gibberish - broke it on WIn32 at least.
28933      Branch: perlio
28934            ! ext/POSIX/POSIX.xs
28935 ____________________________________________________________________________
28936 [  9319] By: nick                                  on 2001/03/24  11:29:41
28937         Log: Generated files.
28938      Branch: perlio
28939            ! embed.h global.sym objXSUB.h perlapi.c proto.h
28940 ____________________________________________________________________________
28941 [  9318] By: nick                                  on 2001/03/24  10:29:37
28942         Log: Implement:
28943              1.  open($fh,"+<",undef);  # add test to t/io/open.t
28944              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
28945      Branch: perlio
28946            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
28947            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
28948            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
28949            ! t/io/open.t t/io/utf8.t
28950 ____________________________________________________________________________
28951 [  9317] By: jhi                                   on 2001/03/23  23:41:25
28952         Log: AIX does seems to have optimization problems with its C compilers.
28953      Branch: perl
28954            ! hints/aix.sh
28955 ____________________________________________________________________________
28956 [  9316] By: jhi                                   on 2001/03/23  23:40:46
28957         Log: Integrate perlio.
28958      Branch: perl
28959           +> lib/PerlIO.pm
28960           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
28961           !> perliol.h
28962 ____________________________________________________________________________
28963 [  9315] By: jhi                                   on 2001/03/23  22:16:30
28964         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
28965      Branch: perl
28966            ! t/lib/md5-file.t
28967 ____________________________________________________________________________
28968 [  9314] By: nick                                  on 2001/03/23  20:49:02
28969         Log: Perlio internals re-organized.
28970              - open process creates AV of layer/arg pairs
28971              (appends layers from open() or open.pm to default list).
28972              - push arg is now an SV.
28973              - layer ->Open get passed the AV
28974              - open is no longer mandatory method.
28975              - topmost layer that has ->Open method does the open
28976              - any layers above are pushed once that returns.
28977              - vtable re-ordered so dummy layers need only provide push/pop methods.
28978      Branch: perlio
28979            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
28980 ____________________________________________________________________________
28981 [  9313] By: nick                                  on 2001/03/23  16:27:41
28982         Log: Check in a stable (working) version before next round of tweaks.
28983              Changes include:
28984              - Move default layers code out of doio.c and into perlio.c
28985              - Single routine for parsing layer specification strings.
28986              - Skeleton support for demand loading of layers
28987              - Core-dump avoidance if PERLIO environment specifies loadable layer
28988              (does not _work_ as need IO to load and need load to do IO ...)
28989      Branch: perlio
28990            + lib/PerlIO.pm
28991            ! MANIFEST doio.c perlio.c
28992 ____________________________________________________________________________
28993 [  9312] By: gsar                                  on 2001/03/23  16:25:25
28994         Log: add execute bit to files with shebang lines in the repository;
28995              avoid clobbering execute bit in Porting/makerel 
28996      Branch: maint-5.6/perl
28997            ! (edit 144 files)
28998 ____________________________________________________________________________
28999 [  9311] By: jhi                                   on 2001/03/23  14:25:35
29000         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
29001      Branch: perl
29002            ! MANIFEST
29003 ____________________________________________________________________________
29004 [  9310] By: jhi                                   on 2001/03/23  13:45:04
29005         Log: Subject: [PATCH] Net::Ping
29006              From: Colin McMillen <mcmi0037@tc.umn.edu>
29007              Date: Thu, 22 Mar 2001 19:30:31 -0600
29008              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
29009      Branch: perl
29010            ! lib/Net/Ping.pm
29011 ____________________________________________________________________________
29012 [  9309] By: jhi                                   on 2001/03/23  13:39:13
29013         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
29014      Branch: perl
29015            ! t/lib/md5-aaa.t t/lib/md5-file.t
29016 ____________________________________________________________________________
29017 [  9308] By: jhi                                   on 2001/03/23  13:20:34
29018         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
29019              - bump the version to 2.14
29020              - drop the base64 tests since they require MIME::Base64
29021              - drop the rfc1321.txt
29022              - drop the hints/dec_osf.pl since it's only needed for
29023              pre-5.005_03 Perls
29024              Todo:
29025              - the U32 alignment testing is now removed; it needs to
29026              be reintroduced as as a Config variable (meaning also
29027              as a Configure test)
29028              - get the new EBCDIC md5sum for MD5.pm
29029              - test in Win32 to see how badly I botched the makefiles
29030      Branch: perl
29031            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
29032            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
29033            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
29034            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
29035            + t/lib/md5-file.t
29036            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
29037            ! win32/Makefile win32/makefile.mk
29038 ____________________________________________________________________________
29039 [  9307] By: jhi                                   on 2001/03/23  12:56:14
29040         Log: Integrate change #9306 from maintperl into mainline,
29041              AIX dynaloader for AIXes without <load.h>.
29042      Branch: perl
29043           !> ext/DynaLoader/hints/aix.pl
29044 ____________________________________________________________________________
29045 [  9306] By: jhi                                   on 2001/03/23  12:51:36
29046         Log: There are AIXes without /usr/include/load.h,
29047              patch from H.Merijn Brand.
29048      Branch: maint-5.6/perl
29049            ! ext/DynaLoader/hints/aix.pl
29050 ____________________________________________________________________________
29051 [  9305] By: nick                                  on 2001/03/23  11:00:42
29052         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
29053      Branch: perlio
29054            ! ext/Encode/Encode.xs perlio.c perlio.h
29055 ____________________________________________________________________________
29056 [  9304] By: nick                                  on 2001/03/23  10:20:46
29057         Log: Render -Duseperlio functional again.
29058              - this is "quick fix" which calls PerlIO_apply_layers after opening,
29059              which is what old scheme did. New scheme needs to change that
29060              to make open(...,\$scalar) etc. work but this will do for now.
29061      Branch: perlio
29062            ! perlio.c
29063 ____________________________________________________________________________
29064 [  9303] By: nick                                  on 2001/03/23  09:53:20
29065         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
29066              -Uuseperlio now works again.
29067              -Duseperlio is still poorly. Don't merge yet...
29068      Branch: perlio
29069            ! doio.c perlio.h
29070 ____________________________________________________________________________
29071 [  9302] By: nick                                  on 2001/03/22  22:26:51
29072         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
29073              type code.
29074              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
29075              is its main caller. In particular now has access to "extra" args, and
29076              can tell when an open handle is "reopened" (or duped?).
29077              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
29078              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
29079              PerlIO_open() et. al. (i.e. other way round).
29080              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
29081              with args close to PerlIO_openn().
29082      Branch: perlio
29083            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
29084 ____________________________________________________________________________
29085 [  9301] By: jhi                                   on 2001/03/22  20:58:04
29086         Log: Integrate perlio.
29087      Branch: perl
29088           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
29089           !> t/io/open.t util.c
29090 ____________________________________________________________________________
29091 [  9300] By: nick                                  on 2001/03/22  17:36:32
29092         Log: Don't include $@ in not ok message.
29093      Branch: perlio
29094            ! t/io/open.t
29095 ____________________________________________________________________________
29096 [  9299] By: gsar                                  on 2001/03/22  16:53:45
29097         Log: back out changes#7532,7521 for now (appears to have problems
29098              on IRIX)
29099      Branch: maint-5.6/perl
29100            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
29101            ! ext/POSIX/typemap pod/perlvar.pod
29102 ____________________________________________________________________________
29103 [  9298] By: nick                                  on 2001/03/22  14:35:46
29104         Log: Give a meaning to '&' in n-arg open case:
29105              open($fh,"<&",$scalar);
29106              $scalar can be:
29107              - an integer which does "fdopen"
29108              open($fh,"<&",2); # like open($fh,"<&2")
29109              - something that will yield a file handle via sv_2io()
29110              useful for dup'ing anonymous handles.
29111              e.g.:
29112              open(my $fh,"<&",\*STDIN);
29113              open(my $dup,"<&",$fh);
29114      Branch: perlio
29115            ! doio.c t/io/open.t
29116 ____________________________________________________________________________
29117 [  9297] By: nick                                  on 2001/03/22  13:34:35
29118         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
29119      Branch: perlio
29120            ! util.c
29121 ____________________________________________________________________________
29122 [  9296] By: nick                                  on 2001/03/22  12:51:20
29123         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
29124      Branch: perlio
29125            ! perl.c
29126 ____________________________________________________________________________
29127 [  9295] By: nick                                  on 2001/03/22  11:59:44
29128         Log: If stdin, stdout or stderr get opened in unexpected read/write state
29129              then warn at time of open not at time of use.
29130      Branch: perlio
29131            ! doio.c pp_hot.c pp_sys.c
29132 ____________________________________________________________________________
29133 [  9294] By: nick                                  on 2001/03/22  10:54:35
29134         Log: Die on n-arg open(...,"",xxx,yyy,...)
29135              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
29136              - die on read/write cases so we can decide what it means later.
29137      Branch: perlio
29138            ! doio.c embed.pl iperlsys.h util.c
29139 ____________________________________________________________________________
29140 [  9293] By: nick                                  on 2001/03/22  09:02:45
29141         Log: perlio tweaks (reported by Nick Clark)
29142              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
29143              error check in Pendinf_read().
29144      Branch: perlio
29145            ! perlio.c
29146 ____________________________________________________________________________
29147 [  9292] By: gsar                                  on 2001/03/22  07:12:00
29148         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
29149              fixes)
29150      Branch: maint-5.6/perl
29151           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
29152 ____________________________________________________________________________
29153 [  9291] By: jhi                                   on 2001/03/22  06:06:44
29154         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
29155      Branch: perl
29156            ! t/op/re_tests
29157 ____________________________________________________________________________
29158 [  9290] By: jhi                                   on 2001/03/22  05:57:01
29159         Log: Move MacOS Classic higher in the list of supported platforms.
29160      Branch: maint-5.6/perl
29161            ! pod/perlport.pod
29162 ____________________________________________________________________________
29163 [  9289] By: gsar                                  on 2001/03/22  05:35:04
29164         Log: revert part of change#6438 for compatibility (av_reify()
29165              appears to be needed to implement av_splice()ish things
29166              in XS)
29167      Branch: maint-5.6/perl
29168            ! embed.pl global.sym objXSUB.h perlapi.c
29169 ____________________________________________________________________________
29170 [  9288] By: gsar                                  on 2001/03/22  03:09:19
29171         Log: update copyright year
29172      Branch: maint-5.6/perl
29173            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
29174            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
29175            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
29176            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
29177            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
29178            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
29179            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
29180            ! x2p/walk.c
29181 ____________________________________________________________________________
29182 [  9287] By: jhi                                   on 2001/03/21  20:30:54
29183         Log: Integrate perlio.
29184      Branch: perl
29185           !> ext/Data/Dumper/Dumper.xs
29186 ____________________________________________________________________________
29187 [  9286] By: gsar                                  on 2001/03/21  19:49:54
29188         Log: makefile.mk tweak
29189      Branch: maint-5.6/perl
29190            ! win32/Makefile win32/makefile.mk
29191 ____________________________________________________________________________
29192 [  9285] By: nick                                  on 2001/03/21  19:07:13
29193         Log: Multiplicity fix for Dumper.
29194      Branch: perlio
29195            ! ext/Data/Dumper/Dumper.xs
29196 ____________________________________________________________________________
29197 [  9284] By: nick                                  on 2001/03/21  19:01:07
29198         Log: Integrate mainline - (does not build xTHX issue in Dumper).
29199      Branch: perlio
29200           !> (integrate 27 files)
29201 ____________________________________________________________________________
29202 [  9283] By: jhi                                   on 2001/03/21  17:17:35
29203         Log: Integrate change #9282 from mainline into maintperl,
29204              4-arg UTF-8 substr().
29205      Branch: maint-5.6/perl
29206           !> pp.c
29207 ____________________________________________________________________________
29208 [  9282] By: jhi                                   on 2001/03/21  17:15:43
29209         Log: The #9270 would have leaked a scalar if pp_substr()
29210              returned early.
29211      Branch: perl
29212            ! pp.c
29213 ____________________________________________________________________________
29214 [  9281] By: gsar                                  on 2001/03/21  17:03:14
29215         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
29216      Branch: maint-5.6/perl
29217            ! win32/makefile.mk
29218 ____________________________________________________________________________
29219 [  9280] By: gsar                                  on 2001/03/21  17:01:20
29220         Log: some tweaks to change#9278 (fork() emulation should be enabled
29221              by setting BUILD_FLAVOR instead of changing the defaults)
29222      Branch: maint-5.6/perl
29223            ! win32/makefile.mk
29224 ____________________________________________________________________________
29225 [  9279] By: gsar                                  on 2001/03/21  16:47:19
29226         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
29227      Branch: maint-5.6/perl
29228            ! ext/File/Glob/Glob.pm
29229           !> lib/Cwd.pm
29230 ____________________________________________________________________________
29231 [  9278] By: jhi                                   on 2001/03/21  14:35:10
29232         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
29233              From: "Vadim Konovalov" <watman@inbox.ru>
29234              Date: Wed, 21 Mar 2001 01:53:51 +0300
29235              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
29236      Branch: maint-5.6/perl
29237            ! win32/makefile.mk win32/win32sck.c
29238 ____________________________________________________________________________
29239 [  9277] By: jhi                                   on 2001/03/21  13:58:28
29240         Log: Integrate change #9270 from mainline to maintperl:
29241              continued 4-arg UTF-8 substr() fixing.
29242      Branch: maint-5.6/perl
29243           !> pp.c t/op/substr.t
29244 ____________________________________________________________________________
29245 [  9276] By: jhi                                   on 2001/03/21  13:33:00
29246         Log: More pixie cleaning.
29247      Branch: perl
29248            ! Makefile.SH
29249 ____________________________________________________________________________
29250 [  9275] By: jhi                                   on 2001/03/21  03:54:17
29251         Log: Update Changes.
29252      Branch: perl
29253            ! Changes patchlevel.h
29254 ____________________________________________________________________________
29255 [  9274] By: jhi                                   on 2001/03/21  03:48:24
29256         Log: First stab at making Data::Dumper to grok Unicode.
29257              
29258              TODO: tests, EBCDICify.
29259      Branch: perl
29260            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
29261 ____________________________________________________________________________
29262 [  9273] By: jhi                                   on 2001/03/21  02:23:00
29263         Log: Fix for
29264              
29265              Subject: Memory leak in unquoted print   
29266              From: Benjamin Sugars <bsugars@canoe.ca> 
29267              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
29268              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
29269      Branch: perl
29270            ! perlio.c
29271 ____________________________________________________________________________
29272 [  9272] By: jhi                                   on 2001/03/21  01:33:17
29273         Log: Subject: Re: [PATCH] POSIX::getcwd()
29274              From: Benjamin Sugars <bsugars@canoe.ca> 
29275              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
29276              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
29277      Branch: perl
29278            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
29279 ____________________________________________________________________________
29280 [  9271] By: jhi                                   on 2001/03/21  01:22:52
29281         Log: Subject: [PATCH] Cwd.pm docs
29282              From: Benjamin Sugars <bsugars@canoe.ca>
29283              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
29284              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
29285      Branch: perl
29286            ! lib/Cwd.pm
29287 ____________________________________________________________________________
29288 [  9270] By: jhi                                   on 2001/03/21  01:16:29
29289         Log: Continue 4-arg substr() UTF-8 fixage.
29290      Branch: perl
29291            ! pp.c t/op/substr.t
29292 ____________________________________________________________________________
29293 [  9269] By: jhi                                   on 2001/03/21  00:46:14
29294         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
29295              
29296              revert the leak fix in change#9142 (problem needs a more experimental
29297              fix unsuitable for 5.6.1)
29298              
29299              do alphabetical sorting by default (for csh compatibility)
29300              
29301              cut-n-paste goof in change#9264
29302              
29303              VMS piping fixes (from Charles Lane)
29304      Branch: perl
29305           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
29306           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
29307           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
29308 ____________________________________________________________________________
29309 [  9268] By: jhi                                   on 2001/03/21  00:37:04
29310         Log: Integrate perlio.
29311      Branch: perl
29312           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
29313           !> utf8.c utf8.h utfebcdic.h
29314 ____________________________________________________________________________
29315 [  9267] By: nick                                  on 2001/03/20  20:04:39
29316         Log: More EBCDIC stuff:
29317              - Loose the extra level of function on ASCII.
29318              - spotted a chr(0) issue in sv.c
29319              - re-work of UTF-X tr/// ranges to work in Unicode
29320              space. Still issues with the "0xff is illegal UTF-8" hack.
29321              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
29322              (why do it once when you can do it all over the place :-(
29323              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
29324              need utf8.pm for swashes.
29325              - Simplified and commented scan_const() in toke.c
29326              Still something wrong regexp and tr (swashes?).
29327      Branch: perlio
29328            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
29329            ! utf8.c utf8.h utfebcdic.h
29330 ____________________________________________________________________________
29331 [  9266] By: gsar                                  on 2001/03/20  19:16:43
29332         Log: VMS piping fixes (from Charles Lane)
29333      Branch: maint-5.6/perl
29334            ! vms/vms.c vms/vmspipe.com
29335 ____________________________________________________________________________
29336 [  9265] By: gsar                                  on 2001/03/20  17:53:52
29337         Log: cut-n-paste goof in change#9264
29338      Branch: maint-5.6/perl
29339            ! ext/File/Glob/Glob.xs
29340 ____________________________________________________________________________
29341 [  9264] By: gsar                                  on 2001/03/20  17:43:47
29342         Log: do alphabetical sorting by default (for csh compatibility);
29343              bsd_glob() does ASCII sort by default as usual, unless
29344              GLOB_ALPHASORT was specified
29345      Branch: maint-5.6/perl
29346            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
29347            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
29348            ! ext/File/Glob/bsd_glob.h
29349 ____________________________________________________________________________
29350 [  9263] By: gsar                                  on 2001/03/20  16:40:08
29351         Log: integrate change#9255 from mainline (unicode fix)
29352              
29353              substr($bytestr, i, n, $charstr)
29354      Branch: maint-5.6/perl
29355           !> Todo-5.6 pp.c t/op/substr.t
29356 ____________________________________________________________________________
29357 [  9262] By: gsar                                  on 2001/03/20  15:57:41
29358         Log: revert the leak fix in change#9142 (problem needs a more experimental
29359              fix unsuitable for 5.6.1)
29360      Branch: maint-5.6/perl
29361            ! scope.c
29362 ____________________________________________________________________________
29363 [  9261] By: jhi                                   on 2001/03/20  14:26:25
29364         Log: Integrate changes #9259,9260 from maintperl into mainline.
29365              
29366              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
29367              
29368              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
29369      Branch: perl
29370           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
29371 ____________________________________________________________________________
29372 [  9260] By: jhi                                   on 2001/03/20  14:05:46
29373         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
29374              From: Robin Barker <rmb1@cise.npl.co.uk>
29375              Date: Tue, 20 Mar 2001 10:12:04 GMT
29376              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
29377      Branch: maint-5.6/perl
29378            ! run.c
29379 ____________________________________________________________________________
29380 [  9259] By: jhi                                   on 2001/03/20  14:04:39
29381         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
29382              From: Chris Nandor <pudge@pobox.com>
29383              Date: Tue, 20 Mar 2001 00:40:56 -0500
29384              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
29385      Branch: maint-5.6/perl
29386            ! ext/POSIX/POSIX.xs lib/File/Path.pm
29387 ____________________________________________________________________________
29388 [  9258] By: jhi                                   on 2001/03/20  05:09:34
29389         Log: Update Changes.
29390      Branch: perl
29391            ! Changes patchlevel.h
29392 ____________________________________________________________________________
29393 [  9257] By: jhi                                   on 2001/03/20  05:04:25
29394         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
29395      Branch: perl
29396            ! t/op/tr.t
29397 ____________________________________________________________________________
29398 [  9256] By: jhi                                   on 2001/03/20  04:43:12
29399         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
29400              From: Peter Prymmer <pvhp@forte.com>
29401              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
29402              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
29403      Branch: maint-5.6/perl
29404            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
29405 ____________________________________________________________________________
29406 [  9255] By: jhi                                   on 2001/03/19  23:17:17
29407         Log: substr($bytestr, i, n, $charstr)
29408
29409              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
29410      Branch: perl
29411            ! Todo-5.6 pp.c t/op/substr.t
29412 ____________________________________________________________________________
29413 [  9254] By: jhi                                   on 2001/03/19  22:25:09
29414         Log: Rearrange the make test target prerequisites so that
29415              in a parallel make 'all' is finished before 'test'.
29416      Branch: perl
29417            ! Makefile.SH
29418 ____________________________________________________________________________
29419 [  9253] By: jhi                                   on 2001/03/19  21:48:07
29420         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
29421              From: Robin Houston <robin@kitsite.com>
29422              Date: Mon, 19 Mar 2001 15:48:41 +0000
29423              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
29424      Branch: perl
29425            ! pp_ctl.c
29426 ____________________________________________________________________________
29427 [  9252] By: jhi                                   on 2001/03/19  21:42:27
29428         Log: Integrate perlio.
29429      Branch: perl
29430           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
29431           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
29432           !> utfebcdic.h vms/perly_c.vms
29433 ____________________________________________________________________________
29434 [  9251] By: jhi                                   on 2001/03/19  21:31:28
29435         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
29436              
29437              Dynaloading in 64-bit AIX with vac.
29438      Branch: perl
29439           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
29440           !> hints/aix.sh
29441 ____________________________________________________________________________
29442 [  9250] By: jhi                                   on 2001/03/19  21:18:00
29443         Log: A more robust solution for the 64bitall AIX dynaloading
29444              problem, from Jens-Uwe Mager.
29445      Branch: maint-5.6/perl
29446            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
29447 ____________________________________________________________________________
29448 [  9249] By: nick                                  on 2001/03/19  20:59:37
29449         Log: Integrate mainline.
29450      Branch: perlio
29451           !> (integrate 42 files)
29452 ____________________________________________________________________________
29453 [  9248] By: nick                                  on 2001/03/19  20:22:07
29454         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
29455              (Building on OS390 uses native YACC and YYDEBUG has other
29456              side effects.)
29457      Branch: perlio
29458            ! perly.c perly.y vms/perly_c.vms
29459 ____________________________________________________________________________
29460 [  9247] By: jhi                                   on 2001/03/19  19:59:53
29461         Log: 64-bit AIX dynaloading problem (see #9244) idea
29462              from Jens-Uwe Mager.
29463      Branch: maint-5.6/perl
29464            ! ext/DynaLoader/dl_aix.xs
29465 ____________________________________________________________________________
29466 [  9246] By: nick                                  on 2001/03/19  19:27:57
29467         Log: More EBCDIC fixes.
29468      Branch: perlio
29469            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
29470            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
29471 ____________________________________________________________________________
29472 [  9245] By: jhi                                   on 2001/03/19  19:05:19
29473         Log: Integrate change #9243 from mainline into maintperl.
29474              
29475              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
29476      Branch: maint-5.6/perl
29477           !> README.vmesa
29478 ____________________________________________________________________________
29479 [  9244] By: jhi                                   on 2001/03/19  19:03:15
29480         Log: Get 64bitall AIX building, but still does not test okay:
29481              dynaloading anything fails, for example for op/defins:
29482              Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
29483              (update: fixed by #9247,9250)
29484      Branch: maint-5.6/perl
29485            ! hints/aix.sh
29486 ____________________________________________________________________________
29487 [  9243] By: jhi                                   on 2001/03/19  19:00:16
29488         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
29489              From: Robin Barker <rmb1@cise.npl.co.uk>
29490              Date: Mon, 19 Mar 2001 18:01:57 GMT
29491              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
29492      Branch: perl
29493            ! README.vmesa
29494 ____________________________________________________________________________
29495 [  9242] By: jhi                                   on 2001/03/19  18:58:43
29496         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
29497              
29498              TODO: tests.
29499      Branch: perl
29500            ! doop.c op.c
29501 ____________________________________________________________________________
29502 [  9241] By: gsar                                  on 2001/03/19  17:34:46
29503         Log: VMSify tests (from Charles Lane)
29504      Branch: maint-5.6/perl
29505            ! t/lib/filehand.t t/lib/texttabs.t
29506 ____________________________________________________________________________
29507 [  9240] By: jhi                                   on 2001/03/19  14:24:26
29508         Log: Integrate change #9233 from maintperl into mainline.
29509              
29510              some refcounts were incorrect in perl_clone()
29511      Branch: perl
29512           !> sv.c
29513 ____________________________________________________________________________
29514 [  9239] By: gsar                                  on 2001/03/19  09:23:17
29515         Log: this is 5.6.1-trial3
29516      Branch: maint-5.6/perl
29517            ! Changes
29518 ____________________________________________________________________________
29519 [  9238] By: gsar                                  on 2001/03/19  08:47:04
29520         Log: some new symbols are only available under ithreads
29521      Branch: maint-5.6/perl
29522            ! makedef.pl
29523 ____________________________________________________________________________
29524 [  9237] By: gsar                                  on 2001/03/19  08:42:28
29525         Log: update patchlevel.h, Changes, &c.
29526      Branch: maint-5.6/perl
29527            ! Changes patchlevel.h pod/perlhist.pod
29528           !> AUTHORS
29529 ____________________________________________________________________________
29530 [  9236] By: gsar                                  on 2001/03/19  08:17:49
29531         Log: integrate changes#8068,8717 from mainline
29532              
29533              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
29534              
29535              [PATCH CPAN 1.59_51] warning message (not!)
29536      Branch: maint-5.6/perl
29537           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
29538           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
29539           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
29540           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
29541           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
29542 ____________________________________________________________________________
29543 [  9235] By: gsar                                  on 2001/03/19  08:07:09
29544         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
29545              
29546              [PATCH] Add missing CV flags to dump.c
29547              
29548              Re: [patch] Re: PL_ptr_table
29549              
29550              Fixup non-ithread build after 8713
29551              
29552              Generated files form 8713 etc.
29553              
29554              Correct the correction :-(
29555              
29556              Documenting coderef @INC (Re: CPAN "make this script work" feature)
29557              
29558              Subject: Re: sync sync sync: have I missed any patches?
29559              Replace djSP with dSP.
29560      Branch: maint-5.6/perl
29561           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
29562           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
29563           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
29564           !> sv.c sv.h win32/perlhost.h
29565 ____________________________________________________________________________
29566 [  9234] By: gsar                                  on 2001/03/19  07:22:05
29567         Log: revert the change#9090 integrate for now (change looks somewhat
29568              incomplete in that [ha]v_exists() need something similar; lacks
29569              tests; &c.)
29570      Branch: maint-5.6/perl
29571            ! hv.c
29572 ____________________________________________________________________________
29573 [  9233] By: gsar                                  on 2001/03/19  07:10:01
29574         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
29575              destruction when there are unreferenced scalars (SvREFCNT==0)
29576      Branch: maint-5.6/perl
29577            ! sv.c
29578 ____________________________________________________________________________
29579 [  9232] By: jhi                                   on 2001/03/19  05:11:02
29580         Log: Regen api and toc.
29581      Branch: maint-5.6/perl
29582            ! pod/perlapi.pod pod/perltoc.pod
29583 ____________________________________________________________________________
29584 [  9231] By: jhi                                   on 2001/03/19  04:06:03
29585         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
29586              add a lost line in pp.c:pp_chop(), update to new op/chop.
29587              
29588              Clarify the description differentiating for and while; inspired by
29589              
29590              Subject: [ID 20010306.004] || != named unary operator
29591              
29592              The $Is_MacOS needs to be declared.
29593      Branch: maint-5.6/perl
29594            ! pp.c t/op/chop.t
29595           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
29596 ____________________________________________________________________________
29597 [  9230] By: jhi                                   on 2001/03/19  03:48:16
29598         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
29599              9079,9083,9089,9090,9091 from mainline to maintperl.
29600              
29601              Quieten some noise in Win32 builds
29602              
29603              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
29604              
29605              The perlretut was still talking about the old \p and \P
29606              definitions.
29607              
29608              More tweakage on the Unicode character class descriptions.
29609              
29610              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
29611              
29612              Subject: 'no *POSIX' Patch speeding up make on BS2000 
29613              
29614              Subject: [PATCH] perldata.pod here-doc docs
29615              
29616              Add /sbin and /usr/sbin to the list of directories scanned
29617              for setuid programs.  Takes care of bug id 20010309.003.
29618              
29619              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
29620              
29621              In op/stat #35 better to scan all the potential directories
29622              for setuids, not just the first one.
29623      Branch: maint-5.6/perl
29624            ! Makefile.SH
29625           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
29626           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
29627           !> t/op/stat.t toke.c win32/win32.h
29628 ____________________________________________________________________________
29629 [  9229] By: jhi                                   on 2001/03/19  02:31:50
29630         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
29631              From: Chris Nandor <pudge@pobox.com>
29632              Date: Sat, 10 Mar 2001 14:22:19 -0500
29633              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
29634      Branch: maint-5.6/perl
29635            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
29636            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
29637            ! t/lib/b.t t/lib/errno.t
29638 ____________________________________________________________________________
29639 [  9228] By: jhi                                   on 2001/03/19  02:29:59
29640         Log: Integrate changes #9113,9122 from mainline into maintperl.
29641              
29642              Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
29643      Branch: maint-5.6/perl
29644           !> Configure README.os390 hints/os390.sh
29645 ____________________________________________________________________________
29646 [  9227] By: jhi                                   on 2001/03/19  02:22:35
29647         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
29648              into maintperl.
29649              
29650              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
29651              
29652              Forgot to check-in the larger part of #9120, duh.
29653              
29654              Subject: Another patch for integer.pm POD 
29655              
29656              h2ph strictness and cleanliness from Kurt Starsinic.
29657              
29658              Borland filename case problem.
29659              
29660              h2ph strictness and cleanliness from Kurt Starsinic.
29661              
29662              Subject: [PATCH] the uncontroversial doc patches
29663      Branch: maint-5.6/perl
29664           +> win32/sncfnmcs.pl
29665           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
29666           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
29667           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
29668           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
29669           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
29670           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
29671           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
29672 ____________________________________________________________________________
29673 [  9226] By: jhi                                   on 2001/03/19  02:10:21
29674         Log: Integrate changes #9207,9214 from mainline into maintperl.
29675              
29676              podchecker relaxations: =over has an *optional* number after it,
29677              and whitespace in L<> is okay.
29678      Branch: maint-5.6/perl
29679           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
29680           !> t/pod/poderrs.xr
29681 ____________________________________________________________________________
29682 [  9225] By: jhi                                   on 2001/03/19  02:07:38
29683         Log: Integrate change #9219 from maintperl into mainline.
29684              
29685              remove duplicated tests
29686      Branch: perl
29687           !> t/op/re_tests
29688 ____________________________________________________________________________
29689 [  9224] By: jhi                                   on 2001/03/19  02:06:11
29690         Log: Integrate change #9223 from mainline to maintperl.
29691              
29692              Document -Dmksymlinks.
29693      Branch: maint-5.6/perl
29694           !> INSTALL
29695 ____________________________________________________________________________
29696 [  9223] By: jhi                                   on 2001/03/19  02:01:25
29697         Log: Document -Dmksymlinks.
29698      Branch: perl
29699            ! INSTALL
29700 ____________________________________________________________________________
29701 [  9222] By: jhi                                   on 2001/03/19  01:15:35
29702         Log: The -Dmksymlinks wasn't working for maintperl.
29703      Branch: maint-5.6/perl
29704            ! Configure
29705 ____________________________________________________________________________
29706 [  9221] By: jhi                                   on 2001/03/19  00:49:43
29707         Log: Cleanup pixie residue.
29708      Branch: perl
29709            ! Makefile.SH
29710 ____________________________________________________________________________
29711 [  9220] By: jhi                                   on 2001/03/19  00:44:47
29712         Log: Document the use of pixie/prof; create make targets for it.
29713              
29714              TODO: make t/TEST pixie-aware.
29715      Branch: perl
29716            ! Makefile.SH pod/perlhack.pod
29717 ____________________________________________________________________________
29718 [  9219] By: gsar                                  on 2001/03/19  00:16:55
29719         Log: remove duplicated tests
29720      Branch: maint-5.6/perl
29721            ! t/op/re_tests
29722 ____________________________________________________________________________
29723 [  9218] By: jhi                                   on 2001/03/18  23:59:31
29724         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
29725      Branch: perl
29726            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
29727 ____________________________________________________________________________
29728 [  9217] By: jhi                                   on 2001/03/18  23:25:20
29729         Log: Rewrite the tests section of Makefile to be less redundant
29730              and to allow for more flexible test targets, many recursive
29731              make calls introduced.
29732      Branch: perl
29733            ! Makefile.SH
29734 ____________________________________________________________________________
29735 [  9216] By: jhi                                   on 2001/03/18  22:30:04
29736         Log: Document the use of Third Degree (sparsely).
29737      Branch: perl
29738            ! pod/perlhack.pod t/TEST
29739 ____________________________________________________________________________
29740 [  9215] By: jhi                                   on 2001/03/18  22:10:30
29741         Log: Make targets for testing with Third Degree.
29742      Branch: perl
29743            ! Makefile.SH
29744 ____________________________________________________________________________
29745 [  9214] By: jhi                                   on 2001/03/18  21:08:53
29746         Log: The podchecker relaxations need to mirrored also at the tests.
29747      Branch: perl
29748            ! t/pod/poderrs.xr
29749 ____________________________________________________________________________
29750 [  9213] By: jhi                                   on 2001/03/18  20:56:21
29751         Log: Update Changes.
29752      Branch: perl
29753            ! Changes patchlevel.h
29754 ____________________________________________________________________________
29755 [  9212] By: jhi                                   on 2001/03/18  20:36:59
29756         Log: Looking for config.sh in parent directories isn't
29757              very useful for the toplevel Makefile.
29758      Branch: perl
29759            ! Makefile.SH
29760 ____________________________________________________________________________
29761 [  9211] By: jhi                                   on 2001/03/18  20:33:37
29762         Log: On "make clean" take care of Third Degree droppings.
29763      Branch: perl
29764            ! Makefile.SH
29765 ____________________________________________________________________________
29766 [  9210] By: jhi                                   on 2001/03/18  20:21:34
29767         Log: Add a hook for running the tests under the Third Degree
29768              debugging tool (set $ENV{PERL_3LOG} to non-zero)
29769              
29770              TODO: Document the use of Third Degree.
29771      Branch: perl
29772            ! t/TEST
29773 ____________________________________________________________________________
29774 [  9209] By: jhi                                   on 2001/03/18  20:19:07
29775         Log: Regen toc and api pods.
29776      Branch: perl
29777            ! pod/perlapi.pod pod/perltoc.pod
29778 ____________________________________________________________________________
29779 [  9208] By: jhi                                   on 2001/03/18  20:12:12
29780         Log: Integrate changes #8128,9132 from mainline into maintperl,
29781              Tie::SubstrHash fixes.
29782      Branch: maint-5.6/perl
29783           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
29784 ____________________________________________________________________________
29785 [  9207] By: jhi                                   on 2001/03/18  20:07:43
29786         Log: podchecker relaxations from Michael Stevens.
29787      Branch: perl
29788            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
29789 ____________________________________________________________________________
29790 [  9206] By: jhi                                   on 2001/03/18  20:04:24
29791         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
29792      Branch: perl
29793            ! lib/Locale/Constants.pm lib/Locale/Country.pm
29794            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
29795            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
29796 ____________________________________________________________________________
29797 [  9205] By: jhi                                   on 2001/03/18  19:54:45
29798         Log: Integrate changes #9161,9162 from maintperl to mainline.
29799              
29800              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
29801              results
29802      Branch: perl
29803           !> t/op/magic.t
29804 ____________________________________________________________________________
29805 [  9204] By: jhi                                   on 2001/03/18  19:37:46
29806         Log: Make perl.third checks more understandable to the builder.
29807      Branch: perl
29808            ! Makefile.SH
29809 ____________________________________________________________________________
29810 [  9203] By: jhi                                   on 2001/03/18  19:20:54
29811         Log: Re-integrate #9138 from maintperl to mainline,
29812              the squelching of the unneeded "Scalars leaked" messages.
29813      Branch: perl
29814           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
29815           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
29816           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
29817 ____________________________________________________________________________
29818 [  9202] By: jhi                                   on 2001/03/18  18:48:36
29819         Log: More robust and more paranoid perl.third target.
29820      Branch: perl
29821            ! Makefile.SH
29822 ____________________________________________________________________________
29823 [  9201] By: jhi                                   on 2001/03/18  18:39:21
29824         Log: Integrate change #9197 from maintperl to mainline.
29825              
29826              more thorough cleaning of arenas.
29827      Branch: perl
29828           !> embed.pl perl.c proto.h sv.c t/op/sort.t
29829 ____________________________________________________________________________
29830 [  9200] By: jhi                                   on 2001/03/18  18:25:17
29831         Log: Integrate perlio.
29832      Branch: perl
29833           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
29834           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
29835           !> t/lib/encode.t toke.c universal.c utf8.c
29836 ____________________________________________________________________________
29837 [  9199] By: nick                                  on 2001/03/18  15:23:51
29838         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
29839              is the sense of the test being done. Avoid some magical 127 and 128 values
29840              by using macros.
29841      Branch: perlio
29842            ! doop.c pp_ctl.c sv.c toke.c
29843 ____________________________________________________________________________
29844 [  9198] By: nick                                  on 2001/03/18  14:18:12
29845         Log: UTF-X encoding invariance for Encode:
29846              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
29847              - move the XS code for those to universal.c (so in miniperl)
29848              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
29849              - change ext/Encode/compile to use above.
29850              - Fix t/lib/encode.t for above
29851              - Teach t/lib/b.t to expect -uutf8
29852              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
29853              utf8.pm is needed.
29854      Branch: perlio
29855            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
29856            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
29857 ____________________________________________________________________________
29858 [  9197] By: gsar                                  on 2001/03/18  12:15:57
29859         Log: more thorough cleaning of arenas--keep going until no more
29860              SvREFCNT_dec()s occur (this fixes the problem that causes the
29861              pesky "Scalars leaked" warnings)
29862      Branch: maint-5.6/perl
29863            ! embed.pl perl.c proto.h sv.c t/op/sort.t
29864 ____________________________________________________________________________
29865 [  9196] By: nick                                  on 2001/03/18  10:57:29
29866         Log: Fix pragma/utf8.t # 15
29867              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
29868              are SvUTF8 as well.
29869      Branch: perlio
29870            ! toke.c
29871 ____________________________________________________________________________
29872 [  9195] By: nick                                  on 2001/03/18  09:27:06
29873         Log: Integrate mainline
29874      Branch: perlio
29875           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
29876           !> t/op/pat.t
29877 ____________________________________________________________________________
29878 [  9194] By: jhi                                   on 2001/03/18  05:29:59
29879         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
29880              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
29881      Branch: perl
29882            ! op.c op.h t/op/misc.t t/op/pat.t
29883 ____________________________________________________________________________
29884 [  9193] By: jhi                                   on 2001/03/18  05:15:06
29885         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
29886      Branch: perl
29887            ! mg.c t/op/pat.t
29888 ____________________________________________________________________________
29889 [  9192] By: jhi                                   on 2001/03/18  04:22:43
29890         Log: tr/// UTF-8 patches from Inaba Hiroto.
29891      Branch: perl
29892            ! doop.c op.c
29893 ____________________________________________________________________________
29894 [  9191] By: jhi                                   on 2001/03/18  04:21:17
29895         Log: Integrate perlio.
29896      Branch: perl
29897           !> utf8.c utfebcdic.h
29898 ____________________________________________________________________________
29899 [  9190] By: nick                                  on 2001/03/17  20:32:01
29900         Log: Correct #if EBCDIC side typos.
29901              Builds and passes many tests on OS390.
29902      Branch: perlio
29903            ! utf8.c utfebcdic.h
29904 ____________________________________________________________________________
29905 [  9189] By: jhi                                   on 2001/03/17  18:55:49
29906         Log: Add prerequisites for the perl.third target.
29907      Branch: perl
29908            ! Makefile.SH
29909 ____________________________________________________________________________
29910 [  9188] By: jhi                                   on 2001/03/17  18:46:00
29911         Log: Integrate perlio.
29912      Branch: perl
29913           +> utfebcdic.h
29914           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
29915 ____________________________________________________________________________
29916 [  9187] By: jhi                                   on 2001/03/17  18:38:47
29917         Log: Add a make rule for perl.third (the Third Degree memory debugging
29918              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
29919      Branch: perl
29920            ! Makefile.SH
29921 ____________________________________________________________________________
29922 [  9186] By: nick                                  on 2001/03/17  18:34:48
29923         Log: MANIFEST addition :-(
29924      Branch: perlio
29925            ! MANIFEST
29926 ____________________________________________________________________________
29927 [  9185] By: nick                                  on 2001/03/17  18:29:50
29928         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
29929              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
29930              a superset of ASCII are invariant under the encoding. This is EBCDIC
29931              friendly as an encoded string can be looked at as being EBCDIC by lexer
29932              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
29933              ASCII on ASCII machines.
29934              
29935              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
29936              seperate.
29937              - Add some more macros to comprehend different shift amounts and
29938              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
29939              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
29940              and conditionaly #include it.
29941              
29942              EBCDIC build as yet untested.  ASCII still fails the one test.
29943      Branch: perlio
29944            + utfebcdic.h
29945            ! utf8.c utf8.h
29946 ____________________________________________________________________________
29947 [  9184] By: nick                                  on 2001/03/17  17:44:16
29948         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
29949      Branch: perlio
29950            ! doop.c perl.h pp.c utf8.h
29951 ____________________________________________________________________________
29952 [  9183] By: jhi                                   on 2001/03/17  15:55:42
29953         Log: Integrate perlio.
29954      Branch: perl
29955            ! MANIFEST
29956           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
29957 ____________________________________________________________________________
29958 [  9182] By: nick                                  on 2001/03/17  09:16:06
29959         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
29960      Branch: perlio
29961            ! t/op/pat.t
29962 ____________________________________________________________________________
29963 [  9181] By: nick                                  on 2001/03/17  09:15:11
29964         Log: Integrate mainline.
29965      Branch: perlio
29966           +> lib/Locale/Constants.pm lib/Locale/Country.pm
29967           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
29968           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
29969           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
29970           !> (integrate 83 files)
29971 ____________________________________________________________________________
29972 [  9180] By: nick                                  on 2001/03/16  17:23:21
29973         Log: EBCDIC Fixes.
29974      Branch: perlio
29975            ! perl.h sv.c toke.c utf8.c utf8.h
29976 ____________________________________________________________________________
29977 [  9179] By: jhi                                   on 2001/03/16  14:10:12
29978         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
29979              a change needed to work around an AIX compiler bug.
29980      Branch: perl
29981            ! ext/Storable/Storable.xs
29982 ____________________________________________________________________________
29983 [  9178] By: jhi                                   on 2001/03/16  03:19:59
29984         Log: With Damian's approval synchronize damian's modules'
29985              licensing with Perl's standard module licensing.
29986      Branch: perl
29987            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
29988 ____________________________________________________________________________
29989 [  9177] By: jhi                                   on 2001/03/16  03:15:34
29990         Log: Make the Filter::Util:Call files have their own copies
29991              of the Perl standard module licensing, from Paul Marquess.
29992      Branch: perl
29993            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
29994 ____________________________________________________________________________
29995 [  9176] By: jhi                                   on 2001/03/16  02:56:04
29996         Log: Subject: [PATCH] more pod patches
29997              From: Michael Stevens <michael@etla.org>
29998              Date: Thu, 15 Mar 2001 21:25:18 +0000
29999              Message-ID: <20010315212518.A18870@firedrake.org>
30000      Branch: perl
30001            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
30002            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
30003            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
30004            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
30005            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
30006            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
30007            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
30008            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
30009            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
30010            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
30011            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
30012            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
30013            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
30014            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
30015            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
30016            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
30017            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
30018            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
30019            ! lib/Locale/Country.pm lib/Locale/Language.pm
30020            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
30021            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
30022            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
30023            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
30024            ! os2/OS2/Process/Process.pm
30025 ____________________________________________________________________________
30026 [  9175] By: jhi                                   on 2001/03/16  02:53:32
30027         Log: Subject: [PATCH] the uncontroversial doc patches
30028              From: Michael Stevens <michael@etla.org>
30029              Date: Thu, 15 Mar 2001 20:01:12 +0000
30030              Message-ID: <20010315200112.A7636@firedrake.org>
30031      Branch: perl
30032            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
30033            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
30034            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
30035            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
30036            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
30037 ____________________________________________________________________________
30038 [  9174] By: jhi                                   on 2001/03/16  02:50:49
30039         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
30040              From: Paul Lindner <lindner@inuus.com>
30041              Date: Fri, 16 Mar 2001 11:28:03 -0800
30042              Message-ID: <20010316112803.A7577@inuus.com>
30043      Branch: perl
30044            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
30045 ____________________________________________________________________________
30046 [  9173] By: nick                                  on 2001/03/15  20:21:03
30047         Log: 1st day's EBCDIC fixes:
30048              - toke.c's parsing of strings needed attention
30049              needed to conditionally e2a if string was already UTF-8
30050              - e2a/a2e tables where wrong way round.
30051              - new macros in utf8.h
30052      Branch: perlio
30053            ! perl.h toke.c utf8.h
30054 ____________________________________________________________________________
30055 [  9172] By: jhi                                   on 2001/03/15  15:17:17
30056         Log: Update Changes.
30057      Branch: perl
30058            ! Changes patchlevel.h
30059 ____________________________________________________________________________
30060 [  9171] By: jhi                                   on 2001/03/15  15:09:32
30061         Log: Subject: Re: Another Borland C++ problem.
30062              From: "Vadim Konovalov" <watman@inbox.ru>
30063              Date: Sat, 10 Mar 2001 19:26:07 +0300
30064              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
30065              
30066              Borland filename case problem.
30067      Branch: perl
30068            + win32/sncfnmcs.pl
30069            ! MANIFEST README.win32
30070 ____________________________________________________________________________
30071 [  9170] By: jhi                                   on 2001/03/15  14:54:23
30072         Log: Add Locale::Codes 1.06, from Neil Bowers.
30073      Branch: perl
30074            + lib/Locale/Constants.pm lib/Locale/Country.pm
30075            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
30076            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
30077            + t/lib/lc-language.t t/lib/lc-uk.t
30078            ! MANIFEST
30079 ____________________________________________________________________________
30080 [  9169] By: jhi                                   on 2001/03/15  14:19:01
30081         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
30082      Branch: perl
30083            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30084            ! ext/Storable/Storable.xs
30085 ____________________________________________________________________________
30086 [  9168] By: jhi                                   on 2001/03/15  14:13:22
30087         Log: Integrate changes #9120,9167 from mainline to maintperl.
30088              
30089              Subject: [PATCH 5.6.1] OS/2 docs
30090              
30091              Subject: [PATCH 5.6.1] perldoc
30092      Branch: maint-5.6/perl
30093           !> os2/Changes utils/perldoc.PL
30094 ____________________________________________________________________________
30095 [  9167] By: jhi                                   on 2001/03/15  14:07:42
30096         Log: Subject: [PATCH 5.6.1] perldoc
30097              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30098              Date: Wed, 14 Mar 2001 23:46:52 -0500
30099              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
30100      Branch: perl
30101            ! utils/perldoc.PL
30102 ____________________________________________________________________________
30103 [  9166] By: jhi                                   on 2001/03/15  13:53:15
30104         Log: sigaction test condition tweakage.
30105      Branch: perl
30106            ! t/lib/sigaction.t
30107 ____________________________________________________________________________
30108 [  9165] By: alanbur                               on 2001/03/15  03:49:17
30109         Log: Resynchronised with parent
30110      Branch: maint-5.6/pureperl
30111           +> os2/os2add.sym t/op/anonsub.t
30112           !> (integrate 72 files)
30113 ____________________________________________________________________________
30114 [  9164] By: jhi                                   on 2001/03/15  01:05:01
30115         Log: Avoid stomping off the beginning of an array in tr///.
30116      Branch: perl
30117            ! op.c
30118 ____________________________________________________________________________
30119 [  9163] By: jhi                                   on 2001/03/15  00:58:57
30120         Log: h2ph strictness and cleanliness from Kurt Starsinic.
30121      Branch: perl
30122            ! utils/h2ph.PL
30123 ____________________________________________________________________________
30124 [  9162] By: gsar                                  on 2001/03/15  00:56:53
30125         Log: avoid warnings
30126      Branch: maint-5.6/perl
30127            ! t/op/magic.t
30128 ____________________________________________________________________________
30129 [  9161] By: gsar                                  on 2001/03/15  00:52:09
30130         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
30131              results
30132      Branch: maint-5.6/perl
30133            ! t/op/magic.t
30134 ____________________________________________________________________________
30135 [  9160] By: jhi                                   on 2001/03/14  22:02:10
30136         Log: Do not use the Perl malloc in IRIX, suggested by
30137              Helmus Jarausch.
30138      Branch: perl
30139            ! hints/irix_6.sh
30140 ____________________________________________________________________________
30141 [  9159] By: nick                                  on 2001/03/14  21:45:59
30142         Log: Integrate mainline
30143      Branch: perlio
30144           +> t/op/loopctl.t
30145           !> (integrate 41 files)
30146 ____________________________________________________________________________
30147 [  9158] By: jhi                                   on 2001/03/14  21:10:09
30148         Log: The Day of the Retractions continues: the #9138
30149              (integrated in #9144) doesn't work well in mainline.
30150      Branch: perl
30151            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
30152            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
30153            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
30154 ____________________________________________________________________________
30155 [  9157] By: jhi                                   on 2001/03/14  20:58:12
30156         Log: The #9145 CANNOT be enabled: the clear_pmop code still
30157              dumps core all over in Tru64.
30158      Branch: perl
30159            ! op.c op.h t/op/pat.t
30160 ____________________________________________________________________________
30161 [  9156] By: jhi                                   on 2001/03/14  20:48:06
30162         Log: Integrate change #9154 from maintperl to mainline.
30163              
30164              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
30165              (caused Storable 1.0.10 to break on windows)
30166      Branch: perl
30167           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
30168           !> perlapi.c proto.h
30169 ____________________________________________________________________________
30170 [  9155] By: jhi                                   on 2001/03/14  20:23:53
30171         Log: Retract #9136: breaks threading (and binary compatibility).
30172      Branch: perl
30173            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
30174 ____________________________________________________________________________
30175 [  9154] By: gsar                                  on 2001/03/14  17:48:18
30176         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
30177              (caused Storable 1.0.10 to break on windows)
30178      Branch: maint-5.6/perl
30179            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
30180            ! perlapi.c proto.h
30181 ____________________________________________________________________________
30182 [  9153] By: jhi                                   on 2001/03/14  13:35:21
30183         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
30184      Branch: perl
30185            ! t/lib/sigaction.t
30186 ____________________________________________________________________________
30187 [  9152] By: gsar                                  on 2001/03/14  07:29:40
30188         Log: back out changes#9012,9010,9009 and parts of change#9016
30189              (causes ABRs under purify, and some prerequisites don't
30190              seem to be there in 5.6.x)
30191      Branch: maint-5.6/perl
30192            ! doop.c op.c t/op/tr.t toke.c
30193 ____________________________________________________________________________
30194 [  9151] By: gsar                                  on 2001/03/14  07:01:29
30195         Log: reenable change#9145 (the test was busted due to a missing
30196              C<print "ok 27\n">)
30197      Branch: perl
30198            ! op.c op.h t/op/pat.t
30199 ____________________________________________________________________________
30200 [  9150] By: jhi                                   on 2001/03/14  06:38:36
30201         Log: Retract #9145.
30202      Branch: perl
30203            ! op.c op.h t/op/pat.t
30204 ____________________________________________________________________________
30205 [  9149] By: jhi                                   on 2001/03/14  06:14:56
30206         Log: Retract #9143.
30207      Branch: perl
30208            ! op.c
30209 ____________________________________________________________________________
30210 [  9148] By: gsar                                  on 2001/03/14  06:13:02
30211         Log: Uninitialized Memory Read in regexec.c
30212      Branch: perl
30213            ! regexec.c
30214 ____________________________________________________________________________
30215 [  9147] By: jhi                                   on 2001/03/14  04:59:54
30216         Log: Subject: PATCH: make goto work in nested eval ""
30217              From: Robin Houston <robin@kitsite.com>
30218              Date: Wed, 14 Mar 2001 04:16:10 +0000
30219              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
30220      Branch: perl
30221            ! pp_ctl.c t/op/goto.t
30222 ____________________________________________________________________________
30223 [  9146] By: jhi                                   on 2001/03/14  04:42:54
30224         Log: Preserve the #ifdef PERL_CORE in perly.h.
30225      Branch: perl
30226            ! perly.fixer
30227 ____________________________________________________________________________
30228 [  9145] By: jhi                                   on 2001/03/14  03:57:41
30229         Log: (Retracted by #9150.)
30230      Branch: perl
30231            ! op.c op.h t/op/pat.t
30232 ____________________________________________________________________________
30233 [  9144] By: jhi                                   on 2001/03/14  03:50:38
30234         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
30235              
30236              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
30237              
30238              remove squelch controls for "Scalars leaked" messages in most places
30239              (these are now cured)
30240              
30241              fix another memory leak reported by purify (tie callbacks that
30242              croak can leak when wiping out magic)
30243      Branch: perl
30244           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
30245           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
30246           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
30247           !> t/pragma/warnings.t
30248 ____________________________________________________________________________
30249 [  9143] By: jhi                                   on 2001/03/14  03:37:53
30250         Log: (Retracted by #9149.)
30251      Branch: perl
30252            ! op.c
30253 ____________________________________________________________________________
30254 [  9142] By: gsar                                  on 2001/03/14  03:20:48
30255         Log: fix another memory leak reported by purify (tie callbacks that
30256              croak can leak when wiping out magic)
30257      Branch: maint-5.6/perl
30258            ! scope.c
30259 ____________________________________________________________________________
30260 [  9141] By: jhi                                   on 2001/03/14  02:55:00
30261         Log: Subject: PATCH for [ID 20010305.003]
30262              From: Robin Houston <robin@kitsite.com>
30263              Date: Wed, 14 Mar 2001 02:45:51 +0000
30264              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
30265      Branch: perl
30266            ! pp_ctl.c t/op/eval.t
30267 ____________________________________________________________________________
30268 [  9140] By: jhi                                   on 2001/03/14  02:41:54
30269         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
30270              Date: Wed, 14 Mar 2001 01:52:51 +0000
30271              From: Robin Houston <robin@kitsite.com>
30272              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
30273              
30274              Fix for 2000313.004.
30275      Branch: perl
30276            ! pp_ctl.c t/op/goto.t
30277 ____________________________________________________________________________
30278 [  9139] By: jhi                                   on 2001/03/14  02:40:50
30279         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
30280              From: Robin Houston <robin@kitsite.com>
30281              Date: Wed, 14 Mar 2001 00:43:45 +0000
30282              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
30283      Branch: perl
30284            + t/op/loopctl.t
30285            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
30286            ! vms/perly_c.vms
30287 ____________________________________________________________________________
30288 [  9138] By: gsar                                  on 2001/03/14  01:18:00
30289         Log: remove squelch controls for "Scalars leaked" messages in most places
30290              (these are now cured)
30291      Branch: maint-5.6/perl
30292            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
30293            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
30294            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
30295 ____________________________________________________________________________
30296 [  9137] By: gsar                                  on 2001/03/14  00:57:04
30297         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
30298      Branch: maint-5.6/perl
30299            ! regcomp.c
30300 ____________________________________________________________________________
30301 [  9136] By: jhi                                   on 2001/03/13  23:12:24
30302         Log: (Retracted by #9155)
30303              
30304              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
30305              From: Jens-Uwe Mager <jum@helios.de>
30306              Date: Wed, 21 Feb 2001 21:32:04 +0100
30307              Message-ID: <20010221213203.A18340@ans.helios.de>
30308      Branch: perl
30309            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
30310 ____________________________________________________________________________
30311 [  9135] By: jhi                                   on 2001/03/13  22:50:05
30312         Log: Integrate perlio.
30313      Branch: perl
30314           !> pp.c
30315 ____________________________________________________________________________
30316 [  9134] By: jhi                                   on 2001/03/13  22:49:05
30317         Log: Integrate change #9131 from maintperl into mainline.
30318              
30319              make the error text look more consistent in hints/hpux.sh
30320      Branch: perl
30321           !> hints/hpux.sh
30322 ____________________________________________________________________________
30323 [  9133] By: gsar                                  on 2001/03/13  22:46:20
30324         Log: integrate change#9067 from mainline
30325              
30326              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
30327      Branch: maint-5.6/perl
30328           !> lib/ExtUtils/MM_Unix.pm
30329 ____________________________________________________________________________
30330 [  9132] By: jhi                                   on 2001/03/13  22:41:21
30331         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
30332              From: "John P. Linderman" <jpl@research.att.com>
30333              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
30334              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
30335              
30336              A more correct prime finder.
30337      Branch: perl
30338            ! lib/Tie/SubstrHash.pm
30339 ____________________________________________________________________________
30340 [  9131] By: gsar                                  on 2001/03/13  22:30:42
30341         Log: make the error text look more consistent in hints/hpux.sh
30342      Branch: maint-5.6/perl
30343            ! hints/hpux.sh
30344 ____________________________________________________________________________
30345 [  9130] By: jhi                                   on 2001/03/13  22:23:44
30346         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
30347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30348              Date: Tue, 13 Mar 2001 18:41:26 +0100
30349              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
30350              
30351              If the test is run non-interactively the default handler
30352              is different.
30353      Branch: perl
30354            ! t/lib/sigaction.t
30355 ____________________________________________________________________________
30356 [  9129] By: jhi                                   on 2001/03/13  22:20:21
30357         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
30358              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30359              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
30360              Date:     Tue, 13 Mar 2001 16:44:32 EST
30361      Branch: perl
30362            ! t/lib/1_compile.t
30363 ____________________________________________________________________________
30364 [  9128] By: jhi                                   on 2001/03/13  22:18:34
30365         Log: Subject: Another patch for integer.pm POD 
30366              From: "John L. Allen" <allen@grumman.com>
30367              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
30368              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
30369      Branch: perl
30370            ! lib/integer.pm
30371 ____________________________________________________________________________
30372 [  9127] By: nick                                  on 2001/03/13  21:26:30
30373         Log: Integrate mainline.
30374      Branch: perlio
30375           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
30376           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
30377           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
30378           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
30379           !> Changes Configure MANIFEST README.os2 README.os390
30380           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
30381           !> os2/Changes patchlevel.h win32/perlhost.h
30382 ____________________________________________________________________________
30383 [  9126] By: nick                                  on 2001/03/13  20:39:51
30384         Log: #ifdef'ed out code to make packed side of pack/unpack
30385              octets. (i.e. pack('U') => encode_utf8).
30386      Branch: perlio
30387            ! pp.c
30388 ____________________________________________________________________________
30389 [  9125] By: jhi                                   on 2001/03/13  15:07:16
30390         Log: Update Changes.
30391      Branch: perl
30392            ! Changes patchlevel.h
30393 ____________________________________________________________________________
30394 [  9124] By: jhi                                   on 2001/03/13  14:22:45
30395         Log: Workaround for the buggy ("internal compiler error")
30396              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
30397              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
30398              of Andreas König.
30399      Branch: perl
30400            ! ext/re/Makefile.PL hints/aix.sh
30401 ____________________________________________________________________________
30402 [  9123] By: jhi                                   on 2001/03/13  03:24:34
30403         Log: Typo in #9114.
30404      Branch: metaconfig
30405            ! U/modified/myhostname.U
30406 ____________________________________________________________________________
30407 [  9122] By: jhi                                   on 2001/03/13  03:24:06
30408         Log: Typo in #9113.
30409      Branch: perl
30410            ! Configure
30411 ____________________________________________________________________________
30412 [  9121] By: jhi                                   on 2001/03/13  01:53:05
30413         Log: Forgot to check-in the larger part of #9120, duh.
30414      Branch: perl
30415            ! README.os2
30416 ____________________________________________________________________________
30417 [  9120] By: jhi                                   on 2001/03/13  01:51:31
30418         Log: Subject: [PATCH 5.6.1] OS/2 docs
30419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30420              Date: Mon, 12 Mar 2001 03:27:32 -0500
30421              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
30422      Branch: perl
30423            ! os2/Changes
30424 ____________________________________________________________________________
30425 [  9119] By: jhi                                   on 2001/03/13  01:49:41
30426         Log: Integrate change #9116 from maintperl into mainline.
30427              
30428              Win32::GetCwd() returns C: instead of C:\ in the root directory
30429              under ithreads
30430      Branch: perl
30431           !> win32/perlhost.h
30432 ____________________________________________________________________________
30433 [  9118] By: jhi                                   on 2001/03/13  01:13:39
30434         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
30435      Branch: perl
30436            + lib/Switch.pm t/lib/switch.t
30437            ! MANIFEST
30438 ____________________________________________________________________________
30439 [  9117] By: jhi                                   on 2001/03/13  01:03:17
30440         Log: Add Text::Balanced 1.83.
30441      Branch: perl
30442            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
30443            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
30444            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
30445            + t/lib/tb-xvari.t
30446            ! MANIFEST
30447 ____________________________________________________________________________
30448 [  9116] By: gsar                                  on 2001/03/13  00:55:53
30449         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
30450              under ithreads
30451      Branch: maint-5.6/perl
30452            ! win32/perlhost.h
30453 ____________________________________________________________________________
30454 [  9115] By: jhi                                   on 2001/03/13  00:54:09
30455         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
30456              From: "John L. Allen" <allen@grumman.com>
30457              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
30458              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
30459              
30460              use integer document clarification.
30461      Branch: perl
30462            ! lib/integer.pm
30463 ____________________________________________________________________________
30464 [  9114] By: jhi                                   on 2001/03/13  00:38:54
30465         Log: Metaconfig unit change for #9113.
30466      Branch: metaconfig
30467            ! U/modified/myhostname.U
30468 ____________________________________________________________________________
30469 [  9113] By: jhi                                   on 2001/03/13  00:38:35
30470         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
30471              From: Peter Prymmer <pvhp@forte.com>
30472              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
30473              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
30474      Branch: perl
30475            ! Configure README.os390 hints/os390.sh
30476 ____________________________________________________________________________
30477 [  9112] By: jhi                                   on 2001/03/13  00:29:00
30478         Log: Integrate perlio.
30479      Branch: perl
30480           !> sv.c utf8.h
30481 ____________________________________________________________________________
30482 [  9111] By: nick                                  on 2001/03/12  21:16:33
30483         Log: Integrate mainline.
30484      Branch: perlio
30485           +> t/op/anonsub.t
30486           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
30487           !> proto.h sv.c
30488 ____________________________________________________________________________
30489 [  9110] By: nick                                  on 2001/03/12  21:00:13
30490         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
30491      Branch: perlio
30492            ! sv.c utf8.h
30493 ____________________________________________________________________________
30494 [  9109] By: jhi                                   on 2001/03/12  16:04:47
30495         Log: Integrate change #9108 from maintperl to mainline.
30496              
30497              fix memory leak in C<sub X { sub {} }> arising from a refcount
30498              loop between the outer sub and the inner prototype anonsub
30499              
30500              this also enables closures returned by subroutines that
30501              subsequently get redefined to work without generating coredumps :)
30502              
30503              completely removed the free_closures() hack--it shouldn't be
30504              needed anymore
30505      Branch: perl
30506           +> t/op/anonsub.t
30507           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
30508           !> proto.h sv.c
30509 ____________________________________________________________________________
30510 [  9108] By: gsar                                  on 2001/03/12  10:21:31
30511         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
30512              loop between the outer sub and the inner prototype anonsub
30513              
30514              this also enables closures returned by subroutines that
30515              subsequently get redefined to work without generating coredumps :)
30516              
30517              completely removed the free_closures() hack--it shouldn't be
30518              needed anymore
30519      Branch: maint-5.6/perl
30520            + t/op/anonsub.t
30521            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
30522            ! proto.h sv.c
30523 ____________________________________________________________________________
30524 [  9107] By: jhi                                   on 2001/03/12  05:15:31
30525         Log: Integrate perlio.
30526      Branch: perl
30527           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
30528 ____________________________________________________________________________
30529 [  9106] By: nick                                  on 2001/03/11  20:10:12
30530         Log: regcomp.c is working in native space, not Unicode space (if different)
30531              as it is doing compare against 'W' in \W etc.
30532      Branch: perlio
30533            ! regcomp.c
30534 ____________________________________________________________________________
30535 [  9105] By: nick                                  on 2001/03/11  19:39:34
30536         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
30537              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
30538      Branch: perlio
30539            ! regcomp.c toke.c utf8.c
30540 ____________________________________________________________________________
30541 [  9104] By: nick                                  on 2001/03/11  18:15:44
30542         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
30543      Branch: perlio
30544            ! sv.c
30545 ____________________________________________________________________________
30546 [  9103] By: nick                                  on 2001/03/11  18:03:28
30547         Log: Integrate mainline (for regexp stuff).
30548      Branch: perlio
30549           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
30550           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
30551           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
30552           !> t/lib/errno.t t/op/pat.t
30553 ____________________________________________________________________________
30554 [  9102] By: nick                                  on 2001/03/11  17:44:20
30555         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
30556              - exclude layer syms in makedef.pl for sfio
30557              - also inhibit Encode from trying to build ":encode()" layer.
30558      Branch: perlio
30559            ! ext/Encode/Encode.xs makedef.pl
30560 ____________________________________________________________________________
30561 [  9101] By: jhi                                   on 2001/03/10  22:38:13
30562         Log: The $Is_MacOS needs to be declared.
30563      Branch: perl
30564            ! lib/ExtUtils/Manifest.pm
30565 ____________________________________________________________________________
30566 [  9100] By: jhi                                   on 2001/03/10  22:14:29
30567         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
30568              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
30569              pollute the symbolspace if using sfio.
30570      Branch: perl
30571            ! ext/Encode/Encode.xs
30572 ____________________________________________________________________________
30573 [  9099] By: jhi                                   on 2001/03/10  21:58:48
30574         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
30575              Date: Sat, 10 Mar 2001 14:23:55 -0500
30576              From: Chris Nandor <pudge@pobox.com>
30577              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
30578      Branch: perl
30579            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
30580            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
30581            ! t/lib/errno.t
30582 ____________________________________________________________________________
30583 [  9098] By: jhi                                   on 2001/03/10  21:38:30
30584         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
30585      Branch: perl
30586            ! regcomp.c regexec.c t/op/pat.t
30587 ____________________________________________________________________________
30588 [  9097] By: jhi                                   on 2001/03/10  14:38:07
30589         Log: Integrate perlio.
30590      Branch: perl
30591           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
30592           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
30593           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
30594 ____________________________________________________________________________
30595 [  9096] By: nick                                  on 2001/03/10  11:55:43
30596         Log: EBCDIC sanity - phase I
30597              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
30598              - use utf8n_xxxx (c.f. pvn) for forms which take length.
30599              - back out vN.N and $^V exceptions to e2a/a2e
30600              - make "locale" isxxx macros be uvchr (may be redundant?)
30601              
30602              Not clear yet that toUPPER_uni et. al. return being handled correctly.
30603              The tr// and rexexp stuff still needs an audit, assumption is they are working
30604              in Unicode space.
30605              
30606              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
30607      Branch: perlio
30608            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
30609            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
30610            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
30611 ____________________________________________________________________________
30612 [  9095] By: jhi                                   on 2001/03/09  22:10:01
30613         Log: Integrate perlio.
30614      Branch: perl
30615           !> dump.c
30616 ____________________________________________________________________________
30617 [  9094] By: nick                                  on 2001/03/09  17:36:38
30618         Log: Builds an passes all tests after integrate and this tweak.
30619      Branch: perlio
30620            ! dump.c
30621 ____________________________________________________________________________
30622 [  9093] By: nick                                  on 2001/03/09  17:16:03
30623         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
30624      Branch: perlio
30625           +> lib/unicode/Scripts.txt t/lib/sigaction.t
30626           !> (integrate 79 files)
30627 ____________________________________________________________________________
30628 [  9092] By: jhi                                   on 2001/03/09  15:28:26
30629         Log: Update Changes.
30630      Branch: perl
30631            ! Changes patchlevel.h
30632 ____________________________________________________________________________
30633 [  9091] By: jhi                                   on 2001/03/09  15:25:05
30634         Log: In op/stat #35 better to scan all the potential directories
30635              for setuids, not just the first one.
30636      Branch: perl
30637            ! t/op/stat.t
30638 ____________________________________________________________________________
30639 [  9090] By: jhi                                   on 2001/03/09  15:01:27
30640         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
30641              From: rspier@pobox.com (Robert Spier)
30642              Date: Fri, 9 Mar 2001 03:30:20 -0500
30643              Message-ID: <15016.38044.381174.160189@rls.cx>
30644              
30645              EXISTS() returning undef mistakenly triggered a FETCH().
30646      Branch: perl
30647            ! hv.c
30648 ____________________________________________________________________________
30649 [  9089] By: jhi                                   on 2001/03/09  14:59:02
30650         Log: Add /sbin and /usr/sbin to the list of directories scanned
30651              for setuid programs.  Takes care of bug id 20010309.003.
30652      Branch: perl
30653            ! t/op/stat.t
30654 ____________________________________________________________________________
30655 [  9088] By: jhi                                   on 2001/03/09  14:48:32
30656         Log: Regen perlapi, perltoc.
30657      Branch: perl
30658            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
30659 ____________________________________________________________________________
30660 [  9087] By: jhi                                   on 2001/03/09  14:38:56
30661         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
30662              From: David Mitchell <davem@fdgroup.co.uk>
30663              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
30664              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
30665      Branch: perl
30666            ! dump.c perl.c perl.h pod/perlrun.pod
30667 ____________________________________________________________________________
30668 [  9086] By: jhi                                   on 2001/03/09  01:47:16
30669         Log: A modified version of
30670              
30671              Subject: [ID 20010307.005] POSIX::sigaction has various problems
30672              From: anders@broadcom.com
30673              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
30674              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
30675              
30676              Currently the sigaction.t test #6 fails (and is fudged to look
30677              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
30678              This may well be a genuine bug in Linux sigaction() (since at
30679              least Tru64, Solaris, and HP-UX disagree with Linux).
30680              Anyone with POSIX / SUSv2 tome handy?  The problem is that
30681              the flags of the oldaction don't match with the flags in
30682              the previously installed disposition.
30683      Branch: perl
30684            + t/lib/sigaction.t
30685            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
30686 ____________________________________________________________________________
30687 [  9085] By: jhi                                   on 2001/03/09  01:30:13
30688         Log: Subject: Re: mission impossible for the day
30689              From: Alex Gough <alex@rcon.org>
30690              Date: Thu, 08 Mar 2001 17:18:19 +0000
30691              Message-ID: <3AA7BEDB.8070409@rcon.org>
30692              
30693              If references (are overloaded) and can be directly stringified,
30694              show that instead of "stringified".
30695              
30696              (The problem, infinite mutual recursion caused by overloaded bool
30697              in Switch.pm, tracked by David Mitchell)
30698      Branch: perl
30699            ! lib/Carp/Heavy.pm
30700 ____________________________________________________________________________
30701 [  9084] By: jhi                                   on 2001/03/09  01:20:39
30702         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
30703              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
30704              From: David Mitchell <davem@fdgroup.co.uk>
30705              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
30706      Branch: perl
30707            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
30708            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
30709 ____________________________________________________________________________
30710 [  9083] By: jhi                                   on 2001/03/09  01:16:51
30711         Log: Subject: [PATCH] perldata.pod here-doc docs
30712              From: Jeff Pinyan <jeffp@crusoe.net>
30713              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
30714              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
30715      Branch: perl
30716            ! pod/perldata.pod
30717 ____________________________________________________________________________
30718 [  9082] By: jhi                                   on 2001/03/09  01:01:27
30719         Log: Subject: Re: Unicode/EBCDIC
30720              From: Peter Prymmer <pvhp@forte.com>
30721              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
30722              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
30723      Branch: perl
30724            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
30725 ____________________________________________________________________________
30726 [  9081] By: jhi                                   on 2001/03/08  13:41:30
30727         Log: Subject: Ooops, wrong 'no *POSIX' Patch
30728              From: Dorner Thomas <Thomas.Dorner@start.de>
30729              Date: Thu, 8 Mar 2001 08:43:28 +0100
30730              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
30731      Branch: perl
30732            ! hints/posix-bc.sh
30733 ____________________________________________________________________________
30734 [  9080] By: jhi                                   on 2001/03/08  13:11:42
30735         Log: It's Scripts.txt, not Script.txt.
30736      Branch: perl
30737            ! MANIFEST
30738 ____________________________________________________________________________
30739 [  9079] By: jhi                                   on 2001/03/08  12:59:05
30740         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
30741              From: Dorner Thomas <Thomas.Dorner@start.de>
30742              Date: Wed, 7 Mar 2001 14:13:31 +0100
30743              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
30744      Branch: perl
30745            ! makedepend.SH
30746 ____________________________________________________________________________
30747 [  9078] By: jhi                                   on 2001/03/08  12:57:43
30748         Log: Retract #9069, wrong patch.
30749      Branch: perl
30750            ! Makefile.SH
30751 ____________________________________________________________________________
30752 [  9077] By: jhi                                   on 2001/03/08  01:06:13
30753         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
30754      Branch: perl
30755            + lib/unicode/Scripts.txt
30756            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
30757            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
30758            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
30759            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
30760            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
30761            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
30762            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
30763            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
30764            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
30765            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
30766            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
30767            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
30768            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
30769            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
30770            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
30771            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
30772            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
30773            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
30774            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
30775            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
30776            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
30777            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
30778            ! lib/unicode/version
30779 ____________________________________________________________________________
30780 [  9076] By: jhi                                   on 2001/03/07  22:59:39
30781         Log: Integrate change #7784 from mainline into maintperl.
30782              
30783              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
30784      Branch: maint-5.6/perl
30785           !> pp_ctl.c t/op/pat.t
30786 ____________________________________________________________________________
30787 [  9075] By: jhi                                   on 2001/03/07  22:05:11
30788         Log: More UTF-8 test tweaks.
30789      Branch: perl
30790            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
30791 ____________________________________________________________________________
30792 [  9074] By: nick                                  on 2001/03/07  21:39:29
30793         Log: Integrate mainline.
30794      Branch: perlio
30795           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
30796           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
30797           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
30798           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
30799           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
30800 ____________________________________________________________________________
30801 [  9073] By: jhi                                   on 2001/03/07  16:37:09
30802         Log: Update Changes.
30803      Branch: perl
30804            ! Changes patchlevel.h
30805 ____________________________________________________________________________
30806 [  9072] By: jhi                                   on 2001/03/07  16:32:30
30807         Log: Subject: [ID 20010306.004] || != named unary operator
30808              From: abela@geneanet.org
30809              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
30810              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
30811      Branch: perl
30812            ! pod/perlop.pod
30813 ____________________________________________________________________________
30814 [  9071] By: jhi                                   on 2001/03/07  15:14:11
30815         Log: Subject: downgrading to bytes for common functions
30816              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
30817              Date: Wed, 7 Mar 2001 02:36:55 -0500
30818              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
30819      Branch: perl
30820            ! pp_sys.c
30821 ____________________________________________________________________________
30822 [  9070] By: jhi                                   on 2001/03/07  15:04:58
30823         Log: Clarify the description differentiating for and while; inspired by
30824              
30825              Subject: [ID 20010306.002] for/while difference in for definition
30826              From: abela@geneanet.org
30827              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
30828              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
30829      Branch: perl
30830            ! pod/perlsyn.pod
30831 ____________________________________________________________________________
30832 [  9069] By: jhi                                   on 2001/03/07  14:55:30
30833         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
30834              From: Dorner Thomas <Thomas.Dorner@start.de>
30835              Date: Wed, 7 Mar 2001 14:13:31 +0100
30836              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
30837      Branch: perl
30838            ! Makefile.SH
30839 ____________________________________________________________________________
30840 [  9068] By: jhi                                   on 2001/03/07  14:51:17
30841         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
30842              From: Radu Greab <radu@netsoft.ro>
30843              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
30844              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
30845      Branch: perl
30846            ! pp.c t/op/chop.t
30847 ____________________________________________________________________________
30848 [  9067] By: jhi                                   on 2001/03/07  14:48:57
30849         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
30850              From: Simon Cozens <simon@netthink.co.uk>
30851              Date: Wed, 7 Mar 2001 13:59:28 +0000
30852              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
30853              
30854              In order to allow MakeMaker to build correct Makefiles,
30855              you need to change the order of the arguments in MM_Unix.pm
30856              as well. (Unless you have C89_CCMODE set, but we're trying
30857              to be POSIXly correct)
30858              
30859              Thanks to Merijn Broeren for tracking this down.
30860      Branch: perl
30861            ! lib/ExtUtils/MM_Unix.pm
30862 ____________________________________________________________________________
30863 [  9066] By: jhi                                   on 2001/03/07  14:30:02
30864         Log: Floating point too messy.
30865      Branch: perl
30866            ! t/camel-III/vstring.t
30867 ____________________________________________________________________________
30868 [  9065] By: jhi                                   on 2001/03/07  14:17:44
30869         Log: Integrate change #9064 from maintperl into mainline.
30870              
30871              fix memory leak in pack("Bb",...)
30872      Branch: perl
30873           !> perl.c
30874 ____________________________________________________________________________
30875 [  9064] By: gsar                                  on 2001/03/07  06:29:24
30876         Log: fix memory leak in pack("Bb",...)
30877      Branch: maint-5.6/perl
30878            ! perl.c
30879 ____________________________________________________________________________
30880 [  9063] By: jhi                                   on 2001/03/07  00:55:04
30881         Log: Major utf8 test reorganisation and rewrite.
30882              Hopefully no tests were lost in the shuffle.
30883              (The beginning of pragma/utf8 was lost intentionally,
30884              the tests were rather bogus and incomplete.)
30885      Branch: perl
30886            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
30887            ! t/pragma/utf8.t
30888 ____________________________________________________________________________
30889 [  9062] By: jhi                                   on 2001/03/07  00:41:16
30890         Log: More tweakage on the Unicode character class descriptions.
30891      Branch: perl
30892            ! lib/unicode/mktables.PL pod/perlretut.pod
30893 ____________________________________________________________________________
30894 [  9061] By: jhi                                   on 2001/03/06  23:12:38
30895         Log: The perlretut was still talking about the old \p and \P
30896              definitions.
30897      Branch: perl
30898            ! pod/perlretut.pod
30899 ____________________________________________________________________________
30900 [  9060] By: nick                                  on 2001/03/06  20:52:37
30901         Log: Integrate mainline (make test works again now).
30902      Branch: perlio
30903           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
30904 ____________________________________________________________________________
30905 [  9059] By: jhi                                   on 2001/03/06  15:36:14
30906         Log: 0.999... does equal 1.0, doesn't it?
30907      Branch: perl
30908            ! t/camel-III/vstring.t
30909 ____________________________________________________________________________
30910 [  9058] By: jhi                                   on 2001/03/06  15:34:00
30911         Log: Make /x{abcd}/ to work without use utf8.
30912      Branch: perl
30913            ! regcomp.c
30914 ____________________________________________________________________________
30915 [  9057] By: jhi                                   on 2001/03/06  03:02:36
30916         Log: Easier to outcomment all the three reset() tests for now.
30917      Branch: perl
30918            ! t/op/pat.t
30919 ____________________________________________________________________________
30920 [  9056] By: jhi                                   on 2001/03/06  02:30:02
30921         Log: Comment out the deadly reset; until the 20010301.005
30922              is finally fixed.
30923      Branch: perl
30924            ! t/op/pat.t
30925 ____________________________________________________________________________
30926 [  9055] By: jhi                                   on 2001/03/06  02:21:26
30927         Log: Integrate the change #9054 from mainline:
30928              retract the PMOP cleanup patch pending further investigation.
30929      Branch: maint-5.6/perl
30930           !> op.c op.h
30931 ____________________________________________________________________________
30932 [  9054] By: jhi                                   on 2001/03/06  02:19:57
30933         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
30934              with oddly familiar stack traces.
30935      Branch: perl
30936            ! op.c op.h
30937 ____________________________________________________________________________
30938 [  9053] By: jhi                                   on 2001/03/05  23:20:28
30939         Log: Integrate perlio.
30940      Branch: perl
30941           +> ext/Encode/Encode/koi8-r.ucm
30942           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
30943           !> makedef.pl
30944 ____________________________________________________________________________
30945 [  9052] By: nick                                  on 2001/03/05  23:08:17
30946         Log: skipping USE_PERLIO symbols correction.
30947      Branch: perlio
30948            ! makedef.pl
30949 ____________________________________________________________________________
30950 [  9051] By: nick                                  on 2001/03/05  22:35:07
30951         Log: More Encode alias tidying.
30952      Branch: perlio
30953            + ext/Encode/Encode/koi8-r.ucm
30954            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
30955 ____________________________________________________________________________
30956 [  9050] By: jhi                                   on 2001/03/05  21:44:29
30957         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
30958              Sarathy's fix for ID 20010301.005.
30959      Branch: maint-5.6/perl
30960           !> op.c op.h
30961 ____________________________________________________________________________
30962 [  9049] By: nick                                  on 2001/03/05  19:54:04
30963         Log: Integrate Jarkko's Encode.pm tweak.
30964      Branch: perlio
30965           !> ext/Encode/Encode.pm
30966 ____________________________________________________________________________
30967 [  9048] By: nick                                  on 2001/03/05  19:47:57
30968         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
30969      Branch: perlio
30970           +> os2/os2add.sym
30971           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
30972           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
30973           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
30974           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
30975           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
30976 ____________________________________________________________________________
30977 [  9047] By: jhi                                   on 2001/03/05  19:25:26
30978         Log: Regen perlapi.
30979      Branch: perl
30980            ! pod/perlapi.pod
30981 ____________________________________________________________________________
30982 [  9046] By: jhi                                   on 2001/03/05  19:12:14
30983         Log: Integrate perlio.
30984      Branch: perl
30985           +> t/camel-III/vstring.t
30986           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
30987 ____________________________________________________________________________
30988 [  9045] By: jhi                                   on 2001/03/05  19:10:36
30989         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
30990      Branch: perl
30991            ! ext/Encode/Encode.pm
30992 ____________________________________________________________________________
30993 [  9044] By: jhi                                   on 2001/03/05  18:49:12
30994         Log: Forgot the other half of the PMOP patch (#9033).
30995      Branch: perl
30996            ! op.h
30997 ____________________________________________________________________________
30998 [  9043] By: nick                                  on 2001/03/05  18:14:47
30999         Log: Update MANIFEST for new test.
31000      Branch: perlio
31001            ! MANIFEST
31002 ____________________________________________________________________________
31003 [  9042] By: nick                                  on 2001/03/05  18:12:41
31004         Log: Some tests for Camel 3rd edition features.
31005              Make gethostbyaddr() test in above work.
31006      Branch: perlio
31007            + t/camel-III/vstring.t
31008            ! pp.h pp_sys.c t/TEST t/harness
31009 ____________________________________________________________________________
31010 [  9041] By: jhi                                   on 2001/03/05  17:41:48
31011         Log: Add more ISO 8859 encoding aliases.
31012      Branch: perl
31013            ! ext/Encode/Encode.pm
31014 ____________________________________________________________________________
31015 [  9040] By: jhi                                   on 2001/03/05  17:30:43
31016         Log: Integrate perlio.
31017      Branch: perl
31018           !> MANIFEST sv.c
31019 ____________________________________________________________________________
31020 [  9039] By: nick                                  on 2001/03/05  17:11:36
31021         Log: Missed added file.
31022      Branch: perlio
31023            ! MANIFEST
31024 ____________________________________________________________________________
31025 [  9038] By: jhi                                   on 2001/03/05  15:58:01
31026         Log: Add tr tests for EBCDIC, from Karsten Sperling.
31027      Branch: perl
31028            ! t/op/tr.t
31029 ____________________________________________________________________________
31030 [  9037] By: nick                                  on 2001/03/05  15:56:35
31031         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
31032              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
31033              
31034              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
31035              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
31036              - uses SvPV() rather than sv_2pv() in case it isn't a string.
31037      Branch: perlio
31038            ! sv.c
31039 ____________________________________________________________________________
31040 [  9036] By: jhi                                   on 2001/03/05  15:49:15
31041         Log: Add matching tests currently failing in EBCDIC,
31042              suggested by Karsten Sperling.
31043      Branch: perl
31044            ! t/op/pat.t
31045 ____________________________________________________________________________
31046 [  9035] By: jhi                                   on 2001/03/05  15:36:55
31047         Log: The #9034 needs a MANIFESTation.
31048      Branch: perl
31049            ! MANIFEST
31050 ____________________________________________________________________________
31051 [  9034] By: jhi                                   on 2001/03/05  15:35:14
31052         Log: Integrate perlio.
31053      Branch: perl
31054           +> ext/Encode/Encode/Tcl.pm
31055           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
31056           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
31057           !> ext/Encode/Encode/iso8859-1.ucm
31058           !> ext/Encode/Encode/iso8859-10.ucm
31059           !> ext/Encode/Encode/iso8859-13.ucm
31060           !> ext/Encode/Encode/iso8859-14.ucm
31061           !> ext/Encode/Encode/iso8859-15.ucm
31062           !> ext/Encode/Encode/iso8859-16.ucm
31063           !> ext/Encode/Encode/iso8859-2.ucm
31064           !> ext/Encode/Encode/iso8859-3.ucm
31065           !> ext/Encode/Encode/iso8859-4.ucm
31066           !> ext/Encode/Encode/iso8859-5.ucm
31067           !> ext/Encode/Encode/iso8859-6.ucm
31068           !> ext/Encode/Encode/iso8859-7.ucm
31069           !> ext/Encode/Encode/iso8859-8.ucm
31070           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
31071           !> t/lib/encode.t
31072 ____________________________________________________________________________
31073 [  9033] By: jhi                                   on 2001/03/05  15:33:18
31074         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
31075              From: Gurusamy Sarathy <gsar@ActiveState.com>
31076              Date: Sun, 04 Mar 2001 22:33:15 -0800
31077              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
31078              
31079              PMOPs need to remember their own stash so that they can
31080              gracefully remove themselves from their linked list.
31081      Branch: perl
31082            ! op.c
31083 ____________________________________________________________________________
31084 [  9032] By: nick                                  on 2001/03/05  14:51:50
31085         Log: Encode implementation "completion"
31086              Implement and document define_encoding()
31087              Implement and document encoding aliases including define_alias()
31088              Make Encode::XS use define_encoding() rather than back-door.
31089              Move run-time *.enc to separate Encode::Tcl module.
31090              Make 'compile' honour <codeset_name>
31091              Change canonical names of to iso-8859-* and US-ascii.
31092      Branch: perlio
31093            + ext/Encode/Encode/Tcl.pm
31094            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
31095            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
31096            ! ext/Encode/Encode/iso8859-1.ucm
31097            ! ext/Encode/Encode/iso8859-10.ucm
31098            ! ext/Encode/Encode/iso8859-13.ucm
31099            ! ext/Encode/Encode/iso8859-14.ucm
31100            ! ext/Encode/Encode/iso8859-15.ucm
31101            ! ext/Encode/Encode/iso8859-16.ucm
31102            ! ext/Encode/Encode/iso8859-2.ucm
31103            ! ext/Encode/Encode/iso8859-3.ucm
31104            ! ext/Encode/Encode/iso8859-4.ucm
31105            ! ext/Encode/Encode/iso8859-5.ucm
31106            ! ext/Encode/Encode/iso8859-6.ucm
31107            ! ext/Encode/Encode/iso8859-7.ucm
31108            ! ext/Encode/Encode/iso8859-8.ucm
31109            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
31110            ! t/lib/encode.t
31111 ____________________________________________________________________________
31112 [  9031] By: jhi                                   on 2001/03/05  13:51:17
31113         Log: Integrate change #9030 from maintperl into mainline.
31114              
31115              Subject: [PATCH 5.6.1] OS/2 cleanup
31116      Branch: perl
31117           +> os2/os2add.sym
31118           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
31119           !> makedef.pl os2/Changes os2/Makefile.SHs
31120           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
31121           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
31122           !> os2/os2.sym os2/os2ish.h
31123 ____________________________________________________________________________
31124 [  9030] By: jhi                                   on 2001/03/05  13:46:49
31125         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
31126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31127              Date: Mon, 5 Mar 2001 02:29:44 -0500
31128              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
31129      Branch: maint-5.6/perl
31130            + os2/os2add.sym
31131            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
31132            ! makedef.pl os2/Changes os2/Makefile.SHs
31133            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
31134            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
31135            ! os2/os2.sym os2/os2ish.h
31136 ____________________________________________________________________________
31137 [  9029] By: jhi                                   on 2001/03/05  13:40:35
31138         Log: Integrate change #9028 from maintperl into mainline.
31139              
31140              various nits in MM_Unix.pm found by disabling SelfLoader
31141      Branch: perl
31142           !> lib/ExtUtils/MM_Unix.pm
31143 ____________________________________________________________________________
31144 [  9028] By: gsar                                  on 2001/03/05  09:58:38
31145         Log: various nits in MM_Unix.pm found by disabling SelfLoader
31146      Branch: maint-5.6/perl
31147            ! lib/ExtUtils/MM_Unix.pm
31148 ____________________________________________________________________________
31149 [  9027] By: nick                                  on 2001/03/05  08:35:22
31150         Log: Integrate mainline
31151      Branch: perlio
31152           !> (integrate 28 files)
31153 ____________________________________________________________________________
31154 [  9026] By: jhi                                   on 2001/03/05  02:14:59
31155         Log: Integrate change #9025 from mainline to maintperl,
31156              retract \N{U+HHHH}.
31157      Branch: maint-5.6/perl
31158           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
31159           !> t/lib/charnames.t toke.c
31160 ____________________________________________________________________________
31161 [  9025] By: jhi                                   on 2001/03/05  02:13:09
31162         Log: Retracting \N{U+HHHH}.
31163      Branch: perl
31164            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
31165            ! t/lib/charnames.t toke.c
31166 ____________________________________________________________________________
31167 [  9024] By: jhi                                   on 2001/03/04  20:51:07
31168         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
31169              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
31170              Date: Fri, 02 Mar 2001 18:25:26 +0100
31171              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
31172              
31173              Casting problem.
31174      Branch: perl
31175            ! ext/Storable/Storable.xs
31176 ____________________________________________________________________________
31177 [  9023] By: jhi                                   on 2001/03/04  19:46:45
31178         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
31179              From: nick@talking.bollo.cx
31180              Date: Sat, 03 Mar 2001 21:41:33 +0000
31181              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
31182              
31183              Revert the workaround.
31184      Branch: perl
31185            ! perlio.c
31186 ____________________________________________________________________________
31187 [  9022] By: jhi                                   on 2001/03/04  19:36:28
31188         Log: Update Changes.
31189      Branch: perl
31190            ! Changes patchlevel.h
31191 ____________________________________________________________________________
31192 [  9021] By: jhi                                   on 2001/03/04  18:41:00
31193         Log: makedef.pl updates suggested by Chris Nandor; double-checking
31194              the changes in AIX, OS/2 Win32 would be nice.
31195      Branch: perl
31196            ! makedef.pl
31197 ____________________________________________________________________________
31198 [  9020] By: jhi                                   on 2001/03/04  18:23:58
31199         Log: Integrate change #9012 from maintperl into mainline,
31200              quench a compiler warning.
31201      Branch: perl
31202           !> toke.c
31203 ____________________________________________________________________________
31204 [  9019] By: jhi                                   on 2001/03/04  18:18:43
31205         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
31206              
31207              \N{U+HHHH} fix.
31208              
31209              pattern in G_ARRAY context
31210      Branch: maint-5.6/perl
31211           !> pp_hot.c t/op/pat.t toke.c
31212 ____________________________________________________________________________
31213 [  9018] By: jhi                                   on 2001/03/04  18:07:48
31214         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
31215              From: Jeff Pinyan <jeffp@crusoe.net>
31216              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
31217              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
31218      Branch: perl
31219            ! pp_hot.c t/op/pat.t
31220 ____________________________________________________________________________
31221 [  9017] By: jhi                                   on 2001/03/04  18:06:21
31222         Log: I thought I tested the #9014.
31223      Branch: perl
31224            ! toke.c
31225 ____________________________________________________________________________
31226 [  9016] By: jhi                                   on 2001/03/04  17:41:22
31227         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
31228              
31229              Tweak the get*ent() OS/2 prototypes.
31230              
31231              Add the \N{U+HHHH} syntax.
31232              
31233              More tr/// UTF-8 fixes from Inaba Hiroto.
31234      Branch: maint-5.6/perl
31235           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
31236           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
31237 ____________________________________________________________________________
31238 [  9015] By: jhi                                   on 2001/03/04  17:36:04
31239         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
31240      Branch: perl
31241            ! doop.c t/op/tr.t
31242 ____________________________________________________________________________
31243 [  9014] By: jhi                                   on 2001/03/04  17:24:49
31244         Log: Add the \N{U+HHHH} syntax.
31245      Branch: perl
31246            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
31247            ! t/lib/charnames.t toke.c
31248 ____________________________________________________________________________
31249 [  9013] By: jhi                                   on 2001/03/04  17:20:45
31250         Log: Tweak the get*ent() OS/2 prototypes.
31251      Branch: perl
31252            ! os2/os2.c
31253 ____________________________________________________________________________
31254 [  9012] By: gsar                                  on 2001/03/04  06:26:14
31255         Log: avoid warning (nit in change#9009)
31256      Branch: maint-5.6/perl
31257            ! toke.c
31258 ____________________________________________________________________________
31259 [  9011] By: gsar                                  on 2001/03/04  06:15:24
31260         Log: lib/charnames.t fails in 5.6.x because of older Unicode
31261              data
31262              
31263              TODO: need to revisit this after updating lib/unicode/...
31264      Branch: maint-5.6/perl
31265            ! t/lib/charnames.t
31266 ____________________________________________________________________________
31267 [  9010] By: gsar                                  on 2001/03/04  06:08:36
31268         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
31269      Branch: maint-5.6/perl
31270            ! toke.c
31271 ____________________________________________________________________________
31272 [  9009] By: jhi                                   on 2001/03/03  19:27:20
31273         Log: Integrate change #9008 from mainline to maintperl,
31274              UTF-8 tr/// fixes from Inaba Hiroto.
31275      Branch: maint-5.6/perl
31276           !> doop.c op.c t/op/tr.t toke.c
31277 ____________________________________________________________________________
31278 [  9008] By: jhi                                   on 2001/03/03  19:19:42
31279         Log: UTF8 tr/// fixes from Inaba Hiroto.
31280      Branch: perl
31281            ! doop.c op.c t/op/tr.t toke.c
31282 ____________________________________________________________________________
31283 [  9007] By: jhi                                   on 2001/03/03  19:00:30
31284         Log: Integrate change #9006 from maintperl to mainline,
31285              more robust quest for the infinite.
31286      Branch: perl
31287           !> lib/Math/Complex.pm
31288 ____________________________________________________________________________
31289 [  9006] By: jhi                                   on 2001/03/03  18:58:06
31290         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
31291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31292              Date: Sat, 3 Mar 2001 12:51:50 -0500
31293              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
31294              
31295              Be more robust in our quest for the infinite.
31296      Branch: maint-5.6/perl
31297            ! lib/Math/Complex.pm
31298 ____________________________________________________________________________
31299 [  9005] By: jhi                                   on 2001/03/03  17:55:50
31300         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
31301      Branch: maint-5.6/perl
31302            ! doio.c
31303 ____________________________________________________________________________
31304 [  9004] By: jhi                                   on 2001/03/03  17:40:14
31305         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
31306              so that picky compilers like IRIX won't get huffy about
31307              "statements without effect" (like 1;).
31308      Branch: perl
31309            ! toke.c
31310 ____________________________________________________________________________
31311 [  9003] By: jhi                                   on 2001/03/03  17:15:52
31312         Log: Integrate change #9002 from mainline to maintperl.
31313              
31314              Subject: [perl-5.6.x, perl-current] accept for EPOC
31315      Branch: maint-5.6/perl
31316           !> pp_sys.c
31317 ____________________________________________________________________________
31318 [  9002] By: jhi                                   on 2001/03/03  17:14:30
31319         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
31320              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31321              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
31322              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
31323      Branch: perl
31324            ! pp_sys.c
31325 ____________________________________________________________________________
31326 [  9001] By: jhi                                   on 2001/03/03  17:13:13
31327         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
31328              From: "Craig A. Berry" <craigberry@mac.com>
31329              Date: Fri, 02 Mar 2001 17:44:40 -0600
31330              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
31331      Branch: perl
31332            ! t/pod/find.t
31333 ____________________________________________________________________________
31334 [  9000] By: jhi                                   on 2001/03/03  17:11:55
31335         Log: Integrate changes #8997,8999 from maintperl.
31336              
31337              Subject: [PATCH 5.6.1] compiling on OS/2
31338              (Better error message from hints/os2.sh)
31339              
31340              Subject: [PATCH 5.6.1] syslog.t
31341      Branch: perl
31342           !> hints/os2.sh t/lib/syslog.t
31343 ____________________________________________________________________________
31344 [  8999] By: jhi                                   on 2001/03/03  17:09:28
31345         Log: Subject: [PATCH 5.6.1] syslog.t
31346              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31347              Date: Sat, 3 Mar 2001 02:11:17 -0500
31348              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
31349      Branch: maint-5.6/perl
31350            ! t/lib/syslog.t
31351 ____________________________________________________________________________
31352 [  8998] By: jhi                                   on 2001/03/03  17:07:50
31353         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
31354              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31355              Date: Sat, 3 Mar 2001 01:53:52 -0500
31356              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
31357      Branch: maint-5.6/perl
31358            ! opcode.pl os2/os2.c
31359 ____________________________________________________________________________
31360 [  8997] By: jhi                                   on 2001/03/03  17:03:30
31361         Log: Subject: [PATCH 5.6.1] compiling on OS/2
31362              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31363              Date: Sat, 3 Mar 2001 01:59:59 -0500
31364              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
31365      Branch: maint-5.6/perl
31366            ! hints/os2.sh
31367 ____________________________________________________________________________
31368 [  8996] By: jhi                                   on 2001/03/03  00:55:58
31369         Log: Regen files for mainline.
31370      Branch: perl
31371            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31372            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
31373 ____________________________________________________________________________
31374 [  8995] By: jhi                                   on 2001/03/03  00:35:22
31375         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
31376              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
31377              to maintperl.
31378              
31379              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
31380              
31381              Add Configure option -Dmksymlinks which will create a symlink
31382              forest if the current/build differs from the source directory.
31383              (8218,8220,8221,8317,8318,8971)
31384              
31385              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
31386              (Document APPLLIB_EXP in INSTALL.)
31387              
31388              If running byacc write-enable also perly.h.
31389              
31390              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
31391              
31392              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
31393              
31394              Sanity check for conflicting thread flavours.
31395              
31396              Fix the sys/fcntl.h problem reported by Peter Prymmer.
31397              
31398              Add few CPUs/architectures to the Cppsym scan,
31399              add -perlio to archname if so selected (modified 8890)
31400              
31401              Be more helpful for devel builders, suggested by John L. Allen.
31402              (admittedly pointless change for maintperl, but the usedevel
31403              code is there already)
31404      Branch: maint-5.6/perl
31405           !> Configure INSTALL Makefile.SH Porting/Glossary
31406           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
31407           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
31408           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
31409           !> win32/config.bc win32/config.gc win32/config.vc
31410 ____________________________________________________________________________
31411 [  8994] By: jhi                                   on 2001/03/02  23:31:41
31412         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
31413      Branch: metaconfig/U/perl
31414            ! gccvers.U
31415 ____________________________________________________________________________
31416 [  8993] By: jhi                                   on 2001/03/02  23:22:12
31417         Log: Regenerate various files for maint.
31418      Branch: maint-5.6/perl
31419            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
31420            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
31421 ____________________________________________________________________________
31422 [  8992] By: alanbur                               on 2001/03/02  22:48:34
31423         Log: Resync wuth parent
31424      Branch: maint-5.6/pureperl
31425           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
31426           !> (integrate 60 files)
31427 ____________________________________________________________________________
31428 [  8991] By: jhi                                   on 2001/03/02  21:00:08
31429         Log: Retract the #8742 part of #8986, backward compat.
31430      Branch: maint-5.6/perl
31431            ! embed.pl
31432 ____________________________________________________________________________
31433 [  8990] By: jhi                                   on 2001/03/02  20:40:07
31434         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
31435      Branch: maint-5.6/perl
31436            ! hv.c
31437 ____________________________________________________________________________
31438 [  8989] By: jhi                                   on 2001/03/02  19:59:56
31439         Log: Update Changes.
31440      Branch: perl
31441            ! Changes patchlevel.h
31442 ____________________________________________________________________________
31443 [  8988] By: jhi                                   on 2001/03/02  19:57:08
31444         Log: Integrate perlio.
31445      Branch: perl
31446           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
31447           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
31448           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
31449           !> ext/Encode/Encode/iso8859-10.ucm
31450           !> ext/Encode/Encode/iso8859-13.ucm
31451           !> ext/Encode/Encode/iso8859-14.ucm
31452           !> ext/Encode/Encode/iso8859-15.ucm
31453           !> ext/Encode/Encode/iso8859-16.ucm
31454           !> ext/Encode/Encode/iso8859-2.ucm
31455           !> ext/Encode/Encode/iso8859-3.ucm
31456           !> ext/Encode/Encode/iso8859-4.ucm
31457           !> ext/Encode/Encode/iso8859-5.ucm
31458           !> ext/Encode/Encode/iso8859-6.ucm
31459           !> ext/Encode/Encode/iso8859-7.ucm
31460           !> ext/Encode/Encode/iso8859-8.ucm
31461           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
31462           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
31463 ____________________________________________________________________________
31464 [  8987] By: jhi                                   on 2001/03/02  19:43:40
31465         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
31466              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
31467              8950,8952,8955 from mainline to maintperl.
31468              
31469              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
31470              
31471              Put to rest the 20010205.001, the email address checking (not) regex.
31472              
31473              fork() not everywhere, cleanup temp files.
31474              
31475              The #8843 wasn't quite right: %Config needs to imported.
31476              
31477              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
31478              (#8849: the glob-basic hunk needed massaging as it depended
31479              on Schwern's large-scale (unintegrated) patches)
31480              
31481              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
31482              
31483              Upgrade to CGI.pm 2.752, from Lincoln Stein.
31484              (Note: there were some conflicts due to EBCDIC and EPOC
31485              patches, in general I preferred the repository code.)
31486              (When 2.753 comes out, we need to synchronize.)
31487              
31488              Subject: [PATCH] fix for charnames above FFFF
31489              
31490              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
31491              
31492              If no sfio, no -lsfio.
31493              
31494              Run run/*.t also in minitest.
31495              
31496              Subject:  [PATCH perl 5.7.0] malloc message address offset
31497              
31498              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
31499              
31500              Subject: fix for parameter -Dm (for perl@8867)
31501              
31502              Subject: [PATCH: perl@8892] was Re: hashing order difference?
31503              (make the test more portable)
31504              
31505              Subject: Re: [PATCH] fix for charnames above FFFF
31506              
31507              Subject: Re: I'm losing the war...
31508              (hv_store() not working correctly in ENV_IS_CASELESS case.)
31509              
31510              Subject: Modified README.bs2000 
31511              
31512              Subject: [PATCH: perl@8935] -Dt padsv($var)
31513              
31514              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
31515              
31516              Subject: PATCH: extra tests to check on negative float to unsigned cast
31517              
31518              Subject: [PATCH] XPUSH[insp] was Re: progress
31519              
31520              Subject: Re: Compile with perlcc..
31521      Branch: maint-5.6/perl
31522           !> (integrate 36 files)
31523 ____________________________________________________________________________
31524 [  8986] By: jhi                                   on 2001/03/02  18:51:25
31525         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
31526              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
31527              to maintperl.
31528              
31529              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
31530              
31531              Subject: [DOC PATCH] overload.pm nits
31532              
31533              Add header for LIB$ prototypes (C. Berry)
31534              
31535              Convert fwrite()s to sockets to write()s, since some socket stacks
31536              don't take kindly to stdio.
31537              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
31538              (for often optional LNMs)
31539              Correct a few typos
31540              (C. Bailey)
31541              
31542              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
31543              
31544              De-cut-and-pasto.
31545              
31546              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
31547              
31548              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
31549              
31550              Upgrade to CPAN 1.59_54, from Andreas König.
31551              
31552              Bogus shebang.
31553              
31554              Subject: [PATCH] Document makepatch in Porting/patching
31555              
31556              UTF-8 documentation.
31557              
31558              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
31559              
31560              Sort the MANIFEST.
31561              
31562              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
31563              
31564              Subject: [PATCH @8807] toke.c cleanup: scan_str()
31565              
31566              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
31567              
31568              Add run/*.t to testables.
31569              
31570              TODO: integrate #8784.
31571      Branch: maint-5.6/perl
31572           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
31573           !> (integrate 28 files)
31574 ____________________________________________________________________________
31575 [  8985] By: nick                                  on 2001/03/02  18:15:45
31576         Log: Integrate mainline
31577      Branch: perlio
31578           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
31579           !> vms/vms.c
31580 ____________________________________________________________________________
31581 [  8984] By: jhi                                   on 2001/03/02  16:00:17
31582         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
31583              
31584              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
31585              5.004_05, and mention the suidperl August 2000 security problem.
31586              (#8978,#8981)
31587              
31588              Subject: [ID 20010301.004] Technically speaking in perldata
31589              
31590              Subject: [PATCH] File::Copy for bleadperl, maintperl
31591              
31592              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
31593              
31594              (The #8982, fix for 20010221.005 and 20010221.008,
31595              would be nice too but it didn't integrate cleanly.)
31596      Branch: maint-5.6/perl
31597           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
31598 ____________________________________________________________________________
31599 [  8983] By: jhi                                   on 2001/03/02  15:51:16
31600         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
31601              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31602              Date:     Thu, 1 Mar 2001 15:54:09 EST
31603              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
31604      Branch: perl
31605            ! vms/vms.c
31606 ____________________________________________________________________________
31607 [  8982] By: jhi                                   on 2001/03/02  15:43:31
31608         Log: Subject: Re: sync sync sync: have I missed any patches?
31609              From: Radu Greab <radu@netsoft.ro> 
31610              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
31611              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
31612              
31613              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
31614              was checking argv[0] regardless of whether a different pathname
31615              will actually be executed."  Test case not supplied because 
31616              drafting that, ironically enough, revealed another bug
31617              (or a feature).
31618      Branch: perl
31619            ! doio.c
31620 ____________________________________________________________________________
31621 [  8981] By: jhi                                   on 2001/03/02  15:28:03
31622         Log: Misdate in #8978.
31623      Branch: perl
31624            ! pod/perlfaq1.pod
31625 ____________________________________________________________________________
31626 [  8980] By: jhi                                   on 2001/03/02  15:24:20
31627         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
31628              From: Chris Nandor <pudge@pobox.com>
31629              Date: Wed, 28 Feb 2001 22:10:15 -0500
31630              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
31631      Branch: perl
31632            ! lib/File/Copy.pm
31633 ____________________________________________________________________________
31634 [  8979] By: jhi                                   on 2001/03/02  15:17:16
31635         Log: Subject: [ID 20010301.004] Technically speaking in perldata
31636              From: abela@geneanet.org
31637              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
31638              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
31639      Branch: perl
31640            ! pod/perldata.pod
31641 ____________________________________________________________________________
31642 [  8978] By: jhi                                   on 2001/03/02  15:15:27
31643         Log: Subject: [ID 20010301.003] ref to 5.004
31644              From: abela@geneanet.org
31645              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
31646              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
31647              
31648              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
31649              and mention the suidperl August 2000 security problem.
31650      Branch: perl
31651            ! pod/perlfaq1.pod
31652 ____________________________________________________________________________
31653 [  8977] By: alanbur                               on 2001/03/02  14:17:45
31654         Log: Resynchronised with parent
31655      Branch: maint-5.6/pureperl
31656           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
31657           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
31658           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
31659           !> vms/descrip_mms.template win32/win32.c win32/win32.h
31660           !> win32/win32iop.h
31661 ____________________________________________________________________________
31662 [  8976] By: nick                                  on 2001/03/01  23:25:30
31663         Log: Integrate mainline.
31664      Branch: perlio
31665            - t/op/qu.t
31666           !> (integrate 55 files)
31667 ____________________________________________________________________________
31668 [  8975] By: jhi                                   on 2001/03/01  16:51:34
31669         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
31670      Branch: perl
31671           !> toke.c
31672 ____________________________________________________________________________
31673 [  8974] By: gsar                                  on 2001/03/01  16:28:21
31674         Log: fix for bugid 20010226.008
31675              
31676              the problem was that some of the pointers (PL_last_lop and
31677              PL_last_uni specifically) into the lex buffers weren't correctly
31678              being invalidated when the buffer changed; this would leave the
31679              pointers pointing at an arbitrary location in the buffer if
31680              the buffer didn't need to be reallocated, or point into freed
31681              memory if the buffer had to be realloced
31682              
31683              TODO item for bugdb maintainers: check other seemingly random
31684              parser-related bugs--they might be cured by this
31685      Branch: maint-5.6/perl
31686            ! toke.c
31687 ____________________________________________________________________________
31688 [  8973] By: jhi                                   on 2001/03/01  02:23:25
31689         Log: Retract #8970 because of a completely mysterious core dump:
31690              adding the tests 241..244 causes op/pat dump core at test #25.
31691              The test needs a lot of whittling down before the bug can be solved.
31692      Branch: perl
31693            ! t/op/pat.t
31694 ____________________________________________________________________________
31695 [  8972] By: jhi                                   on 2001/03/01  01:58:38
31696         Log: Regen perlapi.
31697      Branch: perl
31698            ! pod/perlapi.pod
31699 ____________________________________________________________________________
31700 [  8971] By: jhi                                   on 2001/03/01  01:34:09
31701         Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
31702              From: Nicholas Clark <nick@ccl4.org>
31703              Date: Wed, 28 Feb 2001 23:28:49 +0000
31704              Message-ID: <20010228232849.A55187@plum.flirble.org>
31705              
31706              Allow a completely write protected source code tree
31707              when using the Configure -Dmksymlinks.
31708      Branch: perl
31709            ! embed.pl warnings.pl
31710 ____________________________________________________________________________
31711 [  8970] By: jhi                                   on 2001/03/01  01:32:04
31712         Log: Add back the EBCDIC character range tests (for matching).
31713      Branch: perl
31714            ! t/op/pat.t
31715 ____________________________________________________________________________
31716 [  8969] By: nick                                  on 2001/02/28  18:18:01
31717         Log: Add charname comments to .ucm files writen by 'compile',
31718              also order charmaps in those files by source encoding.
31719              regenerate distrubuted .ucm files
31720      Branch: perlio
31721            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
31722            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
31723            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
31724            ! ext/Encode/Encode/iso8859-10.ucm
31725            ! ext/Encode/Encode/iso8859-13.ucm
31726            ! ext/Encode/Encode/iso8859-14.ucm
31727            ! ext/Encode/Encode/iso8859-15.ucm
31728            ! ext/Encode/Encode/iso8859-16.ucm
31729            ! ext/Encode/Encode/iso8859-2.ucm
31730            ! ext/Encode/Encode/iso8859-3.ucm
31731            ! ext/Encode/Encode/iso8859-4.ucm
31732            ! ext/Encode/Encode/iso8859-5.ucm
31733            ! ext/Encode/Encode/iso8859-6.ucm
31734            ! ext/Encode/Encode/iso8859-7.ucm
31735            ! ext/Encode/Encode/iso8859-8.ucm
31736            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
31737            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
31738 ____________________________________________________________________________
31739 [  8968] By: jhi                                   on 2001/02/28  16:26:37
31740         Log: Expand usemorebits early if d_casti32 needs to be undefined.
31741      Branch: perl
31742            ! hints/hpux.sh hints/irix_6.sh
31743 ____________________________________________________________________________
31744 [  8967] By: jhi                                   on 2001/02/28  16:22:26
31745         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
31746              retract toke.c/qu parts of #8583, retract #8485, retract
31747              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
31748              op/length.t, and MANIFEST, and delete t/op/qu.t.
31749      Branch: perl
31750            - t/op/qu.t
31751            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
31752            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
31753            ! t/op/length.t toke.c
31754 ____________________________________________________________________________
31755 [  8966] By: jhi                                   on 2001/02/28  15:00:27
31756         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
31757              by not changing from pre-Unicode days into being Unicode-aware.
31758              Sniff.
31759      Branch: perl
31760            ! pp.c t/op/pack.t t/op/qu.t
31761 ____________________________________________________________________________
31762 [  8965] By: jhi                                   on 2001/02/28  14:37:55
31763         Log: Subject: Re: Errors in core PODs
31764              From: Michael Stevens <michael@etla.org> 
31765              Date: Fri, 23 Feb 2001 15:47:56 +0000
31766              Message-ID: <20010223154756.A7723@firedrake.org> 
31767      Branch: perl
31768            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
31769            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
31770            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
31771            ! x2p/a2p.pod
31772 ____________________________________________________________________________
31773 [  8964] By: jhi                                   on 2001/02/28  14:35:35
31774         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
31775              (The #8961 was too bold.)
31776      Branch: perl
31777            ! hints/hpux.sh hints/irix_6.sh
31778 ____________________________________________________________________________
31779 [  8963] By: jhi                                   on 2001/02/28  14:33:39
31780         Log: Subject: Re: sync sync sync: have I missed any patches?
31781              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31782              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
31783              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
31784              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
31785              
31786              Replace djSP with dSP.
31787      Branch: perl
31788            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
31789            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
31790            ! win32/perlhost.h
31791 ____________________________________________________________________________
31792 [  8962] By: jhi                                   on 2001/02/27  23:21:14
31793         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
31794      Branch: perl
31795            ! lib/Filter/Simple.pm
31796 ____________________________________________________________________________
31797 [  8961] By: jhi                                   on 2001/02/27  22:55:26
31798         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
31799              and this would be it.
31800      Branch: perl
31801            ! hints/hpux.sh hints/irix_6.sh
31802 ____________________________________________________________________________
31803 [  8960] By: jhi                                   on 2001/02/27  22:51:33
31804         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
31805              From: "Craig A. Berry" <craigberry@mac.com>
31806              Date: Tue, 27 Feb 2001 16:11:44 -0600
31807              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
31808      Branch: maint-5.6/perl
31809            ! configure.com vms/descrip_mms.template
31810 ____________________________________________________________________________
31811 [  8959] By: jhi                                   on 2001/02/27  22:47:23
31812         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
31813              From: "Craig A. Berry" <craigberry@mac.com>
31814              Date: Tue, 27 Feb 2001 16:11:44 -0600
31815              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
31816      Branch: perl
31817            ! configure.com vms/descrip_mms.template
31818 ____________________________________________________________________________
31819 [  8958] By: jhi                                   on 2001/02/27  15:16:42
31820         Log: Update Changes.
31821      Branch: perl
31822            ! Changes patchlevel.h
31823 ____________________________________________________________________________
31824 [  8957] By: jhi                                   on 2001/02/27  06:15:07
31825         Log: Subject: [5.6.x] EPOC additions
31826              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31827              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
31828              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
31829      Branch: maint-5.6/perl
31830            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
31831 ____________________________________________________________________________
31832 [  8956] By: jhi                                   on 2001/02/27  06:12:11
31833         Log: Subject: [perl-current] EPOC 
31834              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31835              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
31836              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
31837      Branch: perl
31838            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
31839            ! epoc/epocish.c epoc/epocish.h pp_sys.c
31840 ____________________________________________________________________________
31841 [  8955] By: jhi                                   on 2001/02/27  05:59:50
31842         Log: Subject: Re: Compile with perlcc..
31843              From: Edward Peschko <edwardp@excitehome.net>
31844              Date: Mon, 26 Feb 2001 18:51:58 -0800
31845              Message-ID: <20010226185158.A9871@excitehome.net>
31846              
31847              plus add a simple usage message if no arguments given.
31848      Branch: perl
31849            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
31850            ! utils/Makefile utils/perlcc.PL win32/pod.mak
31851 ____________________________________________________________________________
31852 [  8954] By: nick                                  on 2001/02/26  21:02:59
31853         Log: Integrate mainline
31854      Branch: perlio
31855           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
31856           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
31857           !> t/op/sprintf.t
31858 ____________________________________________________________________________
31859 [  8953] By: jhi                                   on 2001/02/26  14:43:54
31860         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
31861              From: Nicholas Clark <nick@ccl4.org>
31862              Date: Mon, 26 Feb 2001 00:42:07 +0000
31863              Message-ID: <20010226004207.F23333@plum.flirble.org>
31864      Branch: perl
31865            ! pp_ctl.c
31866 ____________________________________________________________________________
31867 [  8952] By: jhi                                   on 2001/02/26  14:42:13
31868         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
31869              From: Simon Cozens <simon@netthink.co.uk>
31870              Date: Mon, 26 Feb 2001 12:23:48 +0000
31871              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
31872      Branch: perl
31873            ! pod/perlguts.pod
31874 ____________________________________________________________________________
31875 [  8951] By: jhi                                   on 2001/02/26  14:39:15
31876         Log: Subject: [PATCH] perlio - unknown layer
31877              From: Nicholas Clark <nick@ccl4.org>
31878              Date: Mon, 26 Feb 2001 00:27:19 +0000
31879              Message-ID: <20010226002719.E23333@plum.flirble.org>
31880      Branch: perl
31881            ! perlio.c
31882 ____________________________________________________________________________
31883 [  8950] By: jhi                                   on 2001/02/26  14:38:04
31884         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
31885              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
31886              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
31887              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
31888      Branch: perl
31889            ! t/op/bop.t
31890 ____________________________________________________________________________
31891 [  8949] By: jhi                                   on 2001/02/26  14:37:07
31892         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
31893              From: Peter Prymmer <pvhp@forte.com>
31894              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
31895              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
31896      Branch: perl
31897            ! lib/Test.pm
31898 ____________________________________________________________________________
31899 [  8948] By: jhi                                   on 2001/02/26  14:35:53
31900         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
31901              From: Radu Greab <radu@netsoft.ro>
31902              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
31903              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
31904      Branch: perl
31905            ! pod/perlop.pod
31906 ____________________________________________________________________________
31907 [  8947] By: jhi                                   on 2001/02/26  14:34:46
31908         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
31909              From: David Mitchell <davem@fdgroup.co.uk>
31910              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
31911              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
31912      Branch: perl
31913            ! run.c
31914 ____________________________________________________________________________
31915 [  8946] By: jhi                                   on 2001/02/26  14:32:37
31916         Log: Subject: Modified README.bs2000 
31917              From: Dorner Thomas <Thomas.Dorner@start.de>
31918              Date: Mon, 26 Feb 2001 09:22:17 +0100
31919              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
31920      Branch: perl
31921            ! README.bs2000
31922 ____________________________________________________________________________
31923 [  8945] By: jhi                                   on 2001/02/26  14:19:53
31924         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
31925              to maintperl, listing the known failures on the tests 129 and 130.
31926      Branch: maint-5.6/perl
31927           !> t/op/sprintf.t
31928 ____________________________________________________________________________
31929 [  8944] By: jhi                                   on 2001/02/26  14:14:15
31930         Log: Add more known sprintf failures.
31931      Branch: perl
31932            ! t/op/sprintf.t
31933 ____________________________________________________________________________
31934 [  8943] By: jhi                                   on 2001/02/26  13:56:22
31935         Log: perlglob.exe needs to be found in Win32, patch from
31936              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
31937              which needs external glob at mini-perl time."
31938      Branch: perl
31939            ! ext/Encode/compile
31940 ____________________________________________________________________________
31941 [  8942] By: jhi                                   on 2001/02/26  13:52:19
31942         Log: A missing dTHX from Vadim Konovalov.
31943      Branch: perl
31944            ! perlio.c
31945 ____________________________________________________________________________
31946 [  8941] By: jhi                                   on 2001/02/26  13:37:05
31947         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
31948      Branch: perl
31949            ! op.c
31950 ____________________________________________________________________________
31951 [  8940] By: jhi                                   on 2001/02/26  13:35:40
31952         Log: Integrate perlio.
31953      Branch: perl
31954           !> ext/Encode/Encode.pm
31955 ____________________________________________________________________________
31956 [  8939] By: nick                                  on 2001/02/25  23:47:09
31957         Log: Integrate mainline.
31958      Branch: perlio
31959           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
31960           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
31961 ____________________________________________________________________________
31962 [  8938] By: nick                                  on 2001/02/25  19:36:28
31963         Log: Encode implementations docs.
31964      Branch: perlio
31965            ! ext/Encode/Encode.pm
31966 ____________________________________________________________________________
31967 [  8937] By: jhi                                   on 2001/02/25  19:26:16
31968         Log: Script wasn't aligned with reality.
31969      Branch: perl
31970            ! t/pod/find.t
31971 ____________________________________________________________________________
31972 [  8936] By: jhi                                   on 2001/02/25  18:54:55
31973         Log: Update Changes.
31974      Branch: perl
31975            ! Changes patchlevel.h
31976 ____________________________________________________________________________
31977 [  8935] By: jhi                                   on 2001/02/25  18:46:36
31978         Log: Retract #8929,8930,8932,8933 for now.
31979      Branch: perl
31980            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
31981 ____________________________________________________________________________
31982 [  8934] By: jhi                                   on 2001/02/25  17:34:35
31983         Log: Integrate perlio.
31984      Branch: perl
31985           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
31986           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
31987           !> t/lib/encode.t
31988 ____________________________________________________________________________
31989 [  8933] By: jhi                                   on 2001/02/25  17:33:12
31990         Log: (Retracted by #8395.)
31991              
31992              Slight tweaks in scan_const(), not fixes yet, it seems like
31993              lots of work remains to be done...
31994      Branch: perl
31995            ! toke.c
31996 ____________________________________________________________________________
31997 [  8932] By: jhi                                   on 2001/02/25  17:27:11
31998         Log: (Retracted by #8395.)
31999              
32000              Missing from #8930.
32001      Branch: perl
32002            ! perl.h
32003 ____________________________________________________________________________
32004 [  8931] By: jhi                                   on 2001/02/25  17:26:19
32005         Log: A comment tweak.
32006      Branch: perl
32007            ! utf8.c
32008 ____________________________________________________________________________
32009 [  8930] By: jhi                                   on 2001/02/25  17:25:47
32010         Log: (Retracted by #8395.)
32011              
32012              Attempt to fix the EBCDIC character range problwm with //.
32013      Branch: perl
32014            ! regcomp.c
32015 ____________________________________________________________________________
32016 [  8929] By: jhi                                   on 2001/02/25  17:23:45
32017         Log: (Retracted by #8395.)
32018              
32019              Expand the EBCDIC character range tests, and add few nasty
32020              tr tests from Karsten Sperling.
32021      Branch: perl
32022            ! t/op/pat.t t/op/tr.t
32023 ____________________________________________________________________________
32024 [  8928] By: jhi                                   on 2001/02/25  17:18:49
32025         Log: Missing check-in.
32026      Branch: perl
32027            ! lib/Pod/Find.pm
32028 ____________________________________________________________________________
32029 [  8927] By: nick                                  on 2001/02/25  11:30:22
32030         Log: Change method names in Encode implementation classes to something
32031              less confusing (preparing to "go public").
32032      Branch: perlio
32033            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
32034 ____________________________________________________________________________
32035 [  8926] By: nick                                  on 2001/02/25  10:53:24
32036         Log: GCC __atribute__ / printf fix
32037      Branch: perlio
32038            ! perl.h
32039 ____________________________________________________________________________
32040 [  8925] By: nick                                  on 2001/02/25  10:52:25
32041         Log: Checked in the wrong one ...
32042      Branch: perlio
32043            ! ext/Encode/Encode.pm
32044 ____________________________________________________________________________
32045 [  8924] By: nick                                  on 2001/02/24  18:46:51
32046         Log: Integrate mainline - to see what Jarkko has in ...
32047      Branch: perlio
32048           +> t/pod/testpods/lib/Pod/Stuff.pm
32049           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
32050 ____________________________________________________________________________
32051 [  8923] By: nick                                  on 2001/02/24  17:05:23
32052         Log: Encode API documentation nd tidy up.
32053              Minor additions to test.
32054              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
32055              Adds STRLEN to standard typemap.
32056      Branch: perlio
32057            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
32058            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
32059 ____________________________________________________________________________
32060 [  8922] By: jhi                                   on 2001/02/24  16:38:12
32061         Log: Add a test for the "character range should match in EBCDIC
32062              if specified using explicit numerics" bug found by Karsten
32063              Sperling.
32064      Branch: perl
32065            ! t/op/pat.t
32066 ____________________________________________________________________________
32067 [  8921] By: jhi                                   on 2001/02/24  16:30:16
32068         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
32069              From: schwern@pobox.com
32070              Date: Fri, 23 Feb 2001 03:21:37 -0500
32071              Message-ID: <20010223032137.A26022@magnonel.guild.net>
32072              
32073              plus Charles Lane's fixes, plus tweaks.
32074      Branch: perl
32075            + t/pod/testpods/lib/Pod/Stuff.pm
32076            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
32077 ____________________________________________________________________________
32078 [  8920] By: nick                                  on 2001/02/24  10:30:11
32079         Log: Integrate mainline
32080      Branch: perlio
32081           !> (integrate 33 files)
32082 ____________________________________________________________________________
32083 [  8919] By: jhi                                   on 2001/02/24  00:23:35
32084         Log: Subject: Re: I'm losing the war...
32085              From: "Vadim Konovalov" <watman@inbox.ru>
32086              Date: Sat, 24 Feb 2001 00:10:14 +0300
32087              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
32088              
32089              hv_store() not working correctly in ENV_IS_CASELESS case.
32090      Branch: perl
32091            ! hv.c
32092 ____________________________________________________________________________
32093 [  8918] By: jhi                                   on 2001/02/24  00:20:09
32094         Log: Subject: Re: [PATCH] fix for charnames above FFFF
32095              From: andreas.koenig@anima.de (Andreas J. Koenig)
32096              Date: 23 Feb 2001 02:39:03 +0100
32097              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
32098              
32099              A further efficiency tweak.
32100      Branch: perl
32101            ! lib/charnames.pm
32102 ____________________________________________________________________________
32103 [  8917] By: jhi                                   on 2001/02/23  20:27:51
32104         Log: Integrate change #8916 from mainline,
32105              do away with USE_WIN32_RTL_ENV.
32106      Branch: maint-5.6/perl
32107           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
32108 ____________________________________________________________________________
32109 [  8916] By: jhi                                   on 2001/02/23  20:02:25
32110         Log: Abolish USE_WIN32_RTL_ENV.
32111      Branch: perl
32112            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
32113 ____________________________________________________________________________
32114 [  8915] By: jhi                                   on 2001/02/23  19:36:00
32115         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
32116              later protected by some #define.
32117      Branch: perl
32118            ! gv.c
32119 ____________________________________________________________________________
32120 [  8914] By: jhi                                   on 2001/02/23  19:31:38
32121         Log: Retract #8902 for now, requested by Charles Lane, the correct
32122              fix will be something else.
32123      Branch: perl
32124            ! op.c
32125 ____________________________________________________________________________
32126 [  8913] By: jhi                                   on 2001/02/23  19:11:36
32127         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
32128              From: Peter Prymmer <pvhp@forte.com>
32129              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
32130              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
32131      Branch: perl
32132            ! t/op/lex_assign.t
32133 ____________________________________________________________________________
32134 [  8912] By: jhi                                   on 2001/02/23  18:38:20
32135         Log: Subject: [patch] perlio + useithreads
32136              From: Doug MacEachern <dougm@covalent.net>
32137              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
32138              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
32139              
32140              Gets things running but not complete.
32141      Branch: perl
32142            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
32143 ____________________________________________________________________________
32144 [  8911] By: jhi                                   on 2001/02/23  04:20:02
32145         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
32146              
32147              Duplicated environment freeing, File::Temp 0.12,
32148              op/append portability (EBCDIC) tweak.
32149      Branch: maint-5.6/perl
32150           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32151           !> t/op/append.t
32152 ____________________________________________________________________________
32153 [  8910] By: jhi                                   on 2001/02/23  02:07:33
32154         Log: Integrate change #8909 from mainline, a better Borland
32155              putenv() workaround.
32156      Branch: maint-5.6/perl
32157           !> perl.c
32158 ____________________________________________________________________________
32159 [  8909] By: jhi                                   on 2001/02/23  02:05:46
32160         Log: A better workaround for Borland putenv() brokenness from Sarathy.
32161      Branch: perl
32162            ! perl.c
32163 ____________________________________________________________________________
32164 [  8908] By: jhi                                   on 2001/02/23  02:04:14
32165         Log: Subject: fix for parameter -Dm (for perl@8867)
32166              From: "Vadim Konovalov" <watman@inbox.ru>
32167              Date: Thu, 22 Feb 2001 17:30:12 +0300
32168              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
32169      Branch: perl
32170            ! perl.h
32171 ____________________________________________________________________________
32172 [  8907] By: jhi                                   on 2001/02/23  01:58:20
32173         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
32174              From: Peter Prymmer <pvhp@forte.com>
32175              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
32176              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
32177      Branch: perl
32178            ! t/op/append.t
32179 ____________________________________________________________________________
32180 [  8906] By: jhi                                   on 2001/02/23  01:48:34
32181         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
32182      Branch: perl
32183            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32184 ____________________________________________________________________________
32185 [  8905] By: jhi                                   on 2001/02/23  01:43:30
32186         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
32187              From: Peter Prymmer <pvhp@forte.com>
32188              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
32189              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
32190      Branch: perl
32191            ! t/lib/st-06compat.t
32192 ____________________________________________________________________________
32193 [  8904] By: jhi                                   on 2001/02/23  01:42:39
32194         Log: Metaconfig unit change for #8903.
32195      Branch: metaconfig/U/perl
32196            ! Devel.U
32197 ____________________________________________________________________________
32198 [  8903] By: jhi                                   on 2001/02/23  01:42:12
32199         Log: Be more helpful for devel builders, suggested by John L. Allen.
32200      Branch: perl
32201            ! Configure
32202 ____________________________________________________________________________
32203 [  8902] By: jhi                                   on 2001/02/23  01:37:41
32204         Log: (Retracted by #8914)
32205              (Wrongly, reinstated by #8941)             
32206
32207              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
32208              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32209              Date:     Thu, 22 Feb 2001 09:43:57 EST
32210              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
32211      Branch: perl
32212            ! op.c
32213 ____________________________________________________________________________
32214 [  8901] By: jhi                                   on 2001/02/23  01:20:32
32215         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
32216              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32217              Date:     Thu, 22 Feb 2001 08:01:35 EST
32218              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
32219      Branch: perl
32220            ! malloc.c
32221 ____________________________________________________________________________
32222 [  8900] By: jhi                                   on 2001/02/23  01:18:02
32223         Log: Integrate changes #8898,8899 from mainline, environ handling.
32224      Branch: maint-5.6/perl
32225           !> perl.c
32226 ____________________________________________________________________________
32227 [  8899] By: jhi                                   on 2001/02/23  01:16:25
32228         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
32229              putenv() is not to be relied on, they are either broken or leaky
32230              or both.)
32231      Branch: perl
32232            ! perl.c
32233 ____________________________________________________________________________
32234 [  8898] By: jhi                                   on 2001/02/22  23:36:59
32235         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
32236              and safesysfree() must be used.
32237      Branch: perl
32238            ! perl.c
32239 ____________________________________________________________________________
32240 [  8897] By: jhi                                   on 2001/02/22  23:25:45
32241         Log: With environ one must use safesysmalloc()/safesysfree().
32242      Branch: perl
32243            ! perl.c
32244 ____________________________________________________________________________
32245 [  8896] By: jhi                                   on 2001/02/22  22:13:18
32246         Log: If we have a duplicated environment free it
32247              if PERL_DESTRUCT_LEVEL.
32248      Branch: perl
32249            ! perl.c
32250 ____________________________________________________________________________
32251 [  8895] By: alanbur                               on 2001/02/22  19:31:57
32252         Log: Synchronised with parent
32253      Branch: maint-5.6/pureperl
32254           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
32255 ____________________________________________________________________________
32256 [  8894] By: gsar                                  on 2001/02/22  19:06:18
32257         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
32258              
32259              fix memory leak in method call optimization (change#3768);
32260              made C<eval "$x->foo()"> leak
32261              
32262              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
32263      Branch: maint-5.6/perl
32264           !> op.c
32265 ____________________________________________________________________________
32266 [  8893] By: jhi                                   on 2001/02/22  18:35:27
32267         Log: (Retracted by #8915.)
32268              
32269              Third Degree finding:
32270              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
32271      Branch: perl
32272            ! gv.c
32273 ____________________________________________________________________________
32274 [  8892] By: jhi                                   on 2001/02/22  14:28:32
32275         Log: Update Changes.
32276      Branch: perl
32277            ! Changes patchlevel.h
32278 ____________________________________________________________________________
32279 [  8891] By: jhi                                   on 2001/02/22  13:22:45
32280         Log: Metaconfig unit changes for #8890.
32281      Branch: metaconfig
32282            ! U/modified/Cppsym.U U/threads/archname.U
32283 ____________________________________________________________________________
32284 [  8890] By: jhi                                   on 2001/02/22  13:22:12
32285         Log: Add -stdio to the archname if no perlio selected,
32286              no -perlio added since that is now the default.
32287              
32288              Add few CPUs/architectures to the Cppsym scan.
32289      Branch: perl
32290            ! Configure config_h.SH
32291 ____________________________________________________________________________
32292 [  8889] By: jhi                                   on 2001/02/22  13:05:59
32293         Log: Metaconfig unit change for #8888.
32294      Branch: metaconfig/U/perl
32295            ! useperlio.U
32296 ____________________________________________________________________________
32297 [  8888] By: jhi                                   on 2001/02/22  13:05:28
32298         Log: *drum roll*  Make perlio the default.
32299      Branch: perl
32300            ! Configure config_h.SH
32301 ____________________________________________________________________________
32302 [  8887] By: jhi                                   on 2001/02/22  12:50:52
32303         Log: Integrate change #8665 from maintperl to mainline,
32304              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
32305      Branch: perl
32306           !> ext/POSIX/POSIX.xs
32307 ____________________________________________________________________________
32308 [  8886] By: jhi                                   on 2001/02/22  12:49:24
32309         Log: Integrate changes #8883,8884 from mainline to maintperl.
32310              
32311              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
32312              Subject: Re: File::Temp::_gettemp warning
32313      Branch: maint-5.6/perl
32314           !> embed.h embed.pl lib/File/Temp.pm
32315 ____________________________________________________________________________
32316 [  8885] By: jhi                                   on 2001/02/22  12:43:59
32317         Log: Based on
32318              
32319              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
32320              From: schwab@suse.de
32321              Date: Thu, 22 Feb 2001 13:08:09 +0100
32322              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
32323              
32324              but the fix done slightly differently because the other
32325              half was already done in #8664.
32326      Branch: maint-5.6/perl
32327            ! ext/POSIX/POSIX.xs
32328 ____________________________________________________________________________
32329 [  8884] By: jhi                                   on 2001/02/22  12:37:15
32330         Log: Subject: Re: File::Temp::_gettemp warning
32331              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32332              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
32333              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
32334              
32335              This patch to File::Temp does two things:
32336              
32337              1. Fixes the problem with CGI::Carp when determining
32338              the Fcntl constants
32339              
32340              2. Removes most of the carps and consolidates them so that all the
32341              reasons are included in a single die that is caught by the test. This
32342              means that the correct skipping behaviour is displayed by the test.
32343      Branch: perl
32344            ! lib/File/Temp.pm
32345 ____________________________________________________________________________
32346 [  8883] By: jhi                                   on 2001/02/22  12:29:19
32347         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
32348              From: Peter Prymmer <pvhp@forte.com>
32349              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
32350              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
32351      Branch: perl
32352            ! embed.h embed.pl
32353 ____________________________________________________________________________
32354 [  8882] By: jhi                                   on 2001/02/21  19:41:33
32355         Log: Integrate change #8881 from mainlin to maintperl.
32356              
32357              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
32358      Branch: maint-5.6/perl
32359           !> op.c
32360 ____________________________________________________________________________
32361 [  8881] By: jhi                                   on 2001/02/21  19:38:57
32362         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
32363              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32364              Date:     Wed, 21 Feb 2001 13:08:03 EST
32365              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
32366      Branch: perl
32367            ! op.c
32368 ____________________________________________________________________________
32369 [  8880] By: jhi                                   on 2001/02/21  19:34:34
32370         Log: Retract #8875, cannot let go of the old semantics of unpack U
32371              without rethinking utf8decode.t.
32372      Branch: perl
32373            ! pp.c t/op/pack.t
32374 ____________________________________________________________________________
32375 [  8879] By: jhi                                   on 2001/02/21  19:08:02
32376         Log: Run run/*.t also in minitest.
32377      Branch: perl
32378            ! Makefile.SH
32379 ____________________________________________________________________________
32380 [  8878] By: nick                                  on 2001/02/21  18:55:37
32381         Log: Integrate mainline
32382      Branch: perlio
32383           !> (integrate 76 files)
32384 ____________________________________________________________________________
32385 [  8877] By: jhi                                   on 2001/02/21  15:09:33
32386         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
32387      Branch: metaconfig
32388            ! U/compline/nblock_io.U
32389      Branch: perl
32390            ! Configure config_h.SH
32391 ____________________________________________________________________________
32392 [  8876] By: jhi                                   on 2001/02/21  14:54:45
32393         Log: If no sfio, no -lsfio.
32394      Branch: metaconfig/U/perl
32395            ! d_sfio.U
32396      Branch: perl
32397            ! Configure config_h.SH
32398 ____________________________________________________________________________
32399 [  8875] By: jhi                                   on 2001/02/21  14:54:00
32400         Log: Make unpack C and unpack C truly equivalent.
32401      Branch: perl
32402            ! pp.c t/op/pack.t
32403 ____________________________________________________________________________
32404 [  8874] By: jhi                                   on 2001/02/21  14:26:02
32405         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
32406              From: Peter Prymmer <pvhp@forte.com>
32407              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
32408              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
32409      Branch: perl
32410            ! pod/perlport.pod
32411 ____________________________________________________________________________
32412 [  8873] By: jhi                                   on 2001/02/21  14:24:31
32413         Log: Subject: [PATCH] fix for charnames above FFFF
32414              From: andreas.koenig@anima.de (Andreas J. Koenig)
32415              Date: 21 Feb 2001 07:05:45 +0100
32416              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
32417      Branch: perl
32418            ! lib/charnames.pm t/lib/charnames.t
32419 ____________________________________________________________________________
32420 [  8872] By: jhi                                   on 2001/02/21  14:15:25
32421         Log: Integrate change #8868 from pureperl to mainline.
32422              
32423              Fixed reference count loop caused by sv_magic.
32424      Branch: perl
32425           !> sv.c
32426 ____________________________________________________________________________
32427 [  8871] By: jhi                                   on 2001/02/21  14:07:29
32428         Log: Integrate change #8868 from pureperl to maintperl.
32429              
32430              Fixed reference count loop caused by sv_magic.
32431      Branch: maint-5.6/perl
32432           !> sv.c
32433 ____________________________________________________________________________
32434 [  8870] By: jhi                                   on 2001/02/21  14:04:41
32435         Log: Put back the #8840, it was innocent.
32436      Branch: perl
32437            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32438            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
32439 ____________________________________________________________________________
32440 [  8869] By: jhi                                   on 2001/02/21  14:00:03
32441         Log: unpack("C", ...) was left slightly unfinished by #8865.
32442      Branch: perl
32443            ! pp.c t/op/pack.t
32444 ____________________________________________________________________________
32445 [  8868] By: alanbur                               on 2001/02/21  01:33:45
32446         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
32447              from gv_fetchpv to create single-character magic variables (e.g. $!),
32448              and it is passed a sv and the gv that contains the sv as the mg_obj
32449              value.  When sv_magic stores the mg_obj pointer it increments the gv
32450              refcount, thus causing a sv-gv pair that can't be freed.  There is
32451              already a check for sv == obj which is used to prevent such reference
32452              loops.  This change extends the check to cover the case described above.
32453      Branch: maint-5.6/pureperl
32454            ! sv.c
32455 ____________________________________________________________________________
32456 [  8867] By: jhi                                   on 2001/02/21  00:52:39
32457         Log: Update Changes.
32458      Branch: perl
32459            ! Changes patchlevel.h
32460 ____________________________________________________________________________
32461 [  8866] By: jhi                                   on 2001/02/21  00:34:20
32462         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
32463              (Note: there were some conflicts due to EBCDIC and EPOC
32464              patches, in general I preferred the repository code.)
32465              (When 2.753 comes out, we need to synchronize.)
32466      Branch: perl
32467            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
32468            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
32469            ! t/lib/cgi-html.t
32470 ____________________________________________________________________________
32471 [  8865] By: jhi                                   on 2001/02/21  00:24:22
32472         Log: Make pack("C", 0x100) to create Unicode, unless under the
32473              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
32474              will understand Unicode, unless you under know what.
32475      Branch: perl
32476            ! pp.c t/op/pack.t t/op/qu.t
32477 ____________________________________________________________________________
32478 [  8864] By: alanbur                               on 2001/02/20  22:35:34
32479         Log: Resynchronised with parent
32480      Branch: maint-5.6/pureperl
32481           !> README.win32 ext/GDBM_File/GDBM_File.pm
32482           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
32483           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
32484           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
32485           !> t/lib/sdbm.t util.c
32486 ____________________________________________________________________________
32487 [  8863] By: jhi                                   on 2001/02/20  20:55:11
32488         Log: Integrate change #8860,8861 from mainline into maintperl.
32489              
32490              "pseudo-literal j"
32491              
32492              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
32493      Branch: maint-5.6/perl
32494           !> lib/Test.pm pod/perlop.pod
32495 ____________________________________________________________________________
32496 [  8862] By: jhi                                   on 2001/02/20  20:30:07
32497         Log: Don't do casting between pointers pointing to differently sized
32498              integers.
32499      Branch: perl
32500            ! hv.c sv.c
32501 ____________________________________________________________________________
32502 [  8861] By: jhi                                   on 2001/02/20  19:53:44
32503         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
32504              From: Peter Prymmer <pvhp@forte.com>
32505              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
32506              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
32507      Branch: perl
32508            ! lib/Test.pm
32509 ____________________________________________________________________________
32510 [  8860] By: jhi                                   on 2001/02/20  19:48:02
32511         Log: "pseudo-literal j", a documentation glitch reported to Debian.
32512              The text recovered from Perl 5.005_03, and pseudo-literal replaced
32513              by "backtick string".
32514      Branch: perl
32515            ! pod/perlop.pod
32516 ____________________________________________________________________________
32517 [  8859] By: jhi                                   on 2001/02/20  19:15:46
32518         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
32519              from Chris Nandor.
32520      Branch: perl
32521            ! makedef.pl
32522 ____________________________________________________________________________
32523 [  8858] By: jhi                                   on 2001/02/20  17:36:53
32524         Log: Integrate pureperl changes #8844,8845,8850 to mainline
32525              (via maintperl #8855).
32526              
32527              Fixed %^H scoping bug
32528              
32529              Removed GV <-> CV refcount loop
32530              
32531              Removed %ENV refcount loop
32532      Branch: perl
32533           !> gv.c op.c perl.c pp.c scope.c
32534 ____________________________________________________________________________
32535 [  8857] By: jhi                                   on 2001/02/20  17:34:32
32536         Log: Integrate changes #8853,8854 from maintperl to mainline.
32537              
32538              EBDIC fixes, README.win32 Borland update.
32539      Branch: perl
32540           !> README.win32 handy.h util.c
32541 ____________________________________________________________________________
32542 [  8856] By: jhi                                   on 2001/02/20  17:33:16
32543         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
32544      Branch: maint-5.6/perl
32545           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
32546           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
32547           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
32548 ____________________________________________________________________________
32549 [  8855] By: jhi                                   on 2001/02/20  17:32:13
32550         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
32551              
32552              Fixed %^H scoping bug
32553              
32554              Removed GV <-> CV refcount loop
32555              
32556              Removed %ENV refcount loop
32557      Branch: maint-5.6/perl
32558           !> gv.c op.c perl.c pp.c scope.c
32559 ____________________________________________________________________________
32560 [  8854] By: jhi                                   on 2001/02/20  17:25:06
32561         Log: Subject: Addition to readme.win32 for Borland C++ compilers
32562              Date: Tue, 20 Feb 2001 02:15:25 +0300
32563              From: "Vadim Konovalov" <watman@inbox.ru>
32564              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
32565              
32566              Document Borland compiler misbehaviour.
32567      Branch: maint-5.6/perl
32568            ! README.win32
32569 ____________________________________________________________________________
32570 [  8853] By: jhi                                   on 2001/02/20  17:22:25
32571         Log: The assimilation of ebcdic.c didn't quite work at the first try,
32572              patches from Thomas Dorner.
32573      Branch: maint-5.6/perl
32574            ! handy.h util.c
32575 ____________________________________________________________________________
32576 [  8852] By: jhi                                   on 2001/02/20  17:20:15
32577         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
32578              From: Chris Nandor <pudge@pobox.com>
32579              Date: Tue, 20 Feb 2001 08:32:45 -0500
32580              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
32581      Branch: maint-5.6/perl
32582            ! makedef.pl mg.c
32583 ____________________________________________________________________________
32584 [  8851] By: jhi                                   on 2001/02/20  17:15:52
32585         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
32586      Branch: perl
32587            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
32588            ! t/lib/filter-util.t
32589 ____________________________________________________________________________
32590 [  8850] By: alanbur                               on 2001/02/20  17:12:40
32591         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
32592              and the magic pointer points back to the GV that contains the
32593              %ENV hash.  This creates a refcount loop that prevents members
32594              of %ENV from being freed correctly.  This change removes the
32595              refcount loop - the magic pointer was never used anyway, the
32596              only use of the magic was to check the type ('E') so that the
32597              appropriate environment manipulation code is called when %ENV
32598              is modified.
32599      Branch: maint-5.6/pureperl
32600            ! perl.c
32601 ____________________________________________________________________________
32602 [  8849] By: jhi                                   on 2001/02/20  17:12:20
32603         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
32604              From: "Craig A. Berry" <craigberry@mac.com>
32605              Date: Mon, 19 Feb 2001 23:36:12 -0600
32606              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
32607              
32608              Case-forgiving systems match TestInit.pm with TES*.
32609      Branch: perl
32610            ! t/lib/glob-basic.t
32611 ____________________________________________________________________________
32612 [  8848] By: jhi                                   on 2001/02/20  17:10:02
32613         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
32614      Branch: perl
32615            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
32616            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
32617            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
32618 ____________________________________________________________________________
32619 [  8847] By: jhi                                   on 2001/02/20  15:34:41
32620         Log: The #8843 wasn't quite right: %Config needs to imported.
32621      Branch: perl
32622            ! t/run/runenv.t
32623 ____________________________________________________________________________
32624 [  8846] By: jhi                                   on 2001/02/20  15:31:50
32625         Log: Retract the #8838 and #8840 for now because of
32626              the DB_File tie problem.
32627      Branch: perl
32628            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
32629            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
32630            ! proto.h sv.c
32631 ____________________________________________________________________________
32632 [  8845] By: alanbur                               on 2001/02/20  14:25:41
32633         Log: Removed GV <-> CV refcount loop
32634              CvGV(mycv) points to the parent GV of the CV, and was previously
32635              refcounted.  The pointer remains, but the refcounting has been removed
32636              as it causes a refcount loop between the CV and GV that means the CV
32637              can't ever be deleted.
32638      Branch: maint-5.6/pureperl
32639            ! gv.c op.c pp.c
32640 ____________________________________________________________________________
32641 [  8844] By: alanbur                               on 2001/02/20  14:23:13
32642         Log: Fixed %^H scoping bug
32643      Branch: maint-5.6/pureperl
32644            ! scope.c
32645 ____________________________________________________________________________
32646 [  8843] By: jhi                                   on 2001/02/19  13:38:08
32647         Log: fork() not everywhere, cleanup temp files.
32648      Branch: perl
32649            ! t/run/runenv.t
32650 ____________________________________________________________________________
32651 [  8842] By: alanbur                               on 2001/02/19  12:42:07
32652         Log: Resynchronised with parent
32653      Branch: maint-5.6/pureperl
32654           !> pod/perlfaq4.pod sv.c utf8.c
32655 ____________________________________________________________________________
32656 [  8841] By: jhi                                   on 2001/02/19  03:35:51
32657         Log: Update Changes.
32658      Branch: perl
32659            ! Changes patchlevel.h
32660 ____________________________________________________________________________
32661 [  8840] By: jhi                                   on 2001/02/19  00:23:41
32662         Log: Subject: [patch] add sv_setref_uv
32663              From: Doug MacEachern <dougm@covalent.net>
32664              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
32665              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
32666      Branch: perl
32667            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32668            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
32669 ____________________________________________________________________________
32670 [  8839] By: jhi                                   on 2001/02/19  00:01:38
32671         Log: Put to rest the 20010205.001, the email address checking (not) regex.
32672      Branch: perl
32673            ! pod/perlfaq9.pod
32674 ____________________________________________________________________________
32675 [  8838] By: jhi                                   on 2001/02/18  22:17:54
32676         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
32677              From: Doug MacEachern <dougm@covalent.net>
32678              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
32679              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
32680      Branch: perl
32681            ! lib/ExtUtils/xsubpp
32682 ____________________________________________________________________________
32683 [  8837] By: jhi                                   on 2001/02/18  22:16:50
32684         Log: Subject: [patch] -Wall cleanup round 2
32685              From: Doug MacEachern <dougm@covalent.net>
32686              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
32687              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
32688      Branch: perl
32689            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
32690            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
32691            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
32692            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
32693            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
32694            ! ext/SDBM_File/SDBM_File.xs
32695 ____________________________________________________________________________
32696 [  8836] By: jhi                                   on 2001/02/18  22:11:20
32697         Log: Misapplied regex optimizations when \C is present.
32698              Fixes 20001230.002.
32699              
32700              What still remains broken is that the submatches that
32701              have \C in them get their UTF8 flag on because their
32702              parent SV has it on.  This will result in malformed
32703              UTF8 if a \C happened to match a non-ASCII byte.
32704      Branch: perl
32705            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
32706            ! t/pragma/utf8.t
32707 ____________________________________________________________________________
32708 [  8835] By: jhi                                   on 2001/02/18  20:12:02
32709         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
32710              
32711              The hash key got wrongly UTF8fied.
32712      Branch: perl
32713            ! pod/perlapi.pod toke.c utf8.c
32714 ____________________________________________________________________________
32715 [  8834] By: jhi                                   on 2001/02/18  19:44:25
32716         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
32717              don't warn on magical or overloaded things.
32718      Branch: perl
32719            ! pp_hot.c
32720 ____________________________________________________________________________
32721 [  8833] By: nick                                  on 2001/02/18  19:31:22
32722         Log: Integrate mainline
32723      Branch: perlio
32724           +> t/TestInit.pm t/run/runenv.t
32725            - t/UTEST
32726           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
32727           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
32728           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
32729           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
32730           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
32731           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
32732           !> utf8.c
32733 ____________________________________________________________________________
32734 [  8832] By: jhi                                   on 2001/02/18  19:21:18
32735         Log: Integrate perlio.
32736      Branch: perl
32737           !> perlio.c pod/perldiag.pod
32738 ____________________________________________________________________________
32739 [  8831] By: jhi                                   on 2001/02/18  19:14:20
32740         Log: Integrate change #8827 from mainline.
32741              
32742              UTF8 tweaks.
32743      Branch: maint-5.6/perl
32744           !> sv.c utf8.c
32745 ____________________________________________________________________________
32746 [  8830] By: nick                                  on 2001/02/18  19:10:34
32747         Log: Apply the spirit of patch from Nick Clark:
32748              Subject: [PATCH] Re: extensions that provide layers
32749              From: Nicholas Clark <nick@ccl4.org>
32750              Date: Mon, 12 Feb 2001 16:43:51 +0000
32751              Message-Id: <20010212164350.Q3652@plum.flirble.org>
32752      Branch: perlio
32753            ! perlio.c pod/perldiag.pod
32754 ____________________________________________________________________________
32755 [  8829] By: jhi                                   on 2001/02/18  19:03:25
32756         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
32757              From: schwern@pobox.com 
32758              Date: Sun, 18 Feb 2001 13:44:35 -0500
32759              Message-ID: <20010218134435.A17544@magnonel.guild.net>
32760              
32761              Applied, but as t/TestInit.pm.
32762      Branch: perl
32763            + t/TestInit.pm
32764            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
32765            ! t/op/subst_wamp.t
32766 ____________________________________________________________________________
32767 [  8828] By: jhi                                   on 2001/02/18  18:43:52
32768         Log: Integrate perlio.
32769      Branch: perl
32770           !> perlio.c
32771 ____________________________________________________________________________
32772 [  8827] By: jhi                                   on 2001/02/18  18:41:33
32773         Log: UTF-8 tweaks.
32774      Branch: perl
32775            ! sv.c utf8.c
32776 ____________________________________________________________________________
32777 [  8826] By: nick                                  on 2001/02/18  17:40:59
32778         Log: Fix [ID 20010217.002]
32779              open FOO, "<:raw:perlio", ...
32780              :raw now inserts default base layer below itself.
32781              Also
32782              open FOO, "<:unix", ...
32783              works as well - but leaves buffer layer on stack under the unix layer.
32784      Branch: perlio
32785            ! perlio.c
32786 ____________________________________________________________________________
32787 [  8825] By: jhi                                   on 2001/02/18  17:15:39
32788         Log: Integrate perlio.
32789      Branch: perl
32790           !> perlio.c perliol.h
32791 ____________________________________________________________________________
32792 [  8824] By: jhi                                   on 2001/02/18  17:10:53
32793         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
32794              From: schwern@pobox.com
32795              Date: Sun, 18 Feb 2001 01:48:50 -0500
32796              Message-ID: <20010218014850.C19957@magnonel.guild.net>
32797      Branch: perl
32798            ! lib/Test/Harness.pm t/TEST t/op/chop.t
32799 ____________________________________________________________________________
32800 [  8823] By: jhi                                   on 2001/02/18  17:01:06
32801         Log: Add run/*.t to testables.
32802      Branch: perl
32803            ! t/TEST
32804 ____________________________________________________________________________
32805 [  8822] By: jhi                                   on 2001/02/18  16:58:58
32806         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
32807              From: schwern@pobox.com
32808              Date: Sun, 18 Feb 2001 01:11:35 -0500
32809              Message-ID: <20010218011135.A19957@magnonel.guild.net>
32810              
32811              Revive mjd's and Simon's PERL5OPT fix.
32812      Branch: perl
32813            + t/run/runenv.t
32814            ! MANIFEST perl.c
32815 ____________________________________________________________________________
32816 [  8821] By: jhi                                   on 2001/02/18  16:53:46
32817         Log: Subject: Re: Why t/TEST and not Test::Harness?
32818              From: schwern@pobox.com
32819              Date: Sat, 17 Feb 2001 22:44:44 -0500
32820              Message-ID: <20010217224444.A6679@magnonel.guild.net>
32821              
32822              Replace UTEST with TEST -utf8.
32823      Branch: perl
32824            - t/UTEST
32825            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
32826            ! t/lib/glob-basic.t
32827 ____________________________________________________________________________
32828 [  8820] By: nick                                  on 2001/02/18  13:06:16
32829         Log: Clean up a few core dumps when layers are used in unexpected ways.
32830              (Still not "right"...)
32831      Branch: perlio
32832            ! perlio.c perliol.h
32833 ____________________________________________________________________________
32834 [  8819] By: jhi                                   on 2001/02/18  02:25:55
32835         Log: Integrate change #8818 from maintperl, a FAQ nit.
32836      Branch: perl
32837           !> pod/perlfaq4.pod
32838 ____________________________________________________________________________
32839 [  8818] By: jhi                                   on 2001/02/18  02:24:50
32840         Log: FAQ nit from Chris Fedde.
32841      Branch: maint-5.6/perl
32842            ! pod/perlfaq4.pod
32843 ____________________________________________________________________________
32844 [  8817] By: nick                                  on 2001/02/17  18:20:14
32845         Log: Integrate mainline
32846      Branch: perlio
32847           +> lib/unicode/UCD.html lib/unicode/Unicode.html
32848           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
32849           +> pod/perlclib.pod
32850            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
32851            - lib/unicode/Unicode.301
32852           !> (integrate 324 files)
32853 ____________________________________________________________________________
32854 [  8816] By: jhi                                   on 2001/02/17  16:56:58
32855         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
32856      Branch: perl
32857            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
32858            ! ext/Storable/Storable.xs t/lib/st-06compat.t
32859            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
32860 ____________________________________________________________________________
32861 [  8815] By: jhi                                   on 2001/02/17  16:40:07
32862         Log: Subject: [patch] -Wall
32863              From: Doug MacEachern <dougm@covalent.net>
32864              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
32865              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
32866      Branch: perl
32867            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
32868            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
32869 ____________________________________________________________________________
32870 [  8814] By: jhi                                   on 2001/02/16  19:27:18
32871         Log: Document qu better.
32872      Branch: perl
32873            ! pod/perlop.pod
32874 ____________________________________________________________________________
32875 [  8813] By: jhi                                   on 2001/02/15  13:54:37
32876         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
32877              From: Hugo <hv@crypt.compulink.co.uk>
32878              Date: Thu, 15 Feb 2001 13:39:49 +0000
32879              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
32880      Branch: perl
32881            ! toke.c
32882 ____________________________________________________________________________
32883 [  8812] By: alanbur                               on 2001/02/15  13:52:16
32884         Log: Resynchronised with parent
32885      Branch: maint-5.6/pureperl
32886            - ebcdic.c
32887           !> (integrate 36 files)
32888 ____________________________________________________________________________
32889 [  8811] By: jhi                                   on 2001/02/15  13:51:16
32890         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
32891              
32892              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
32893              From: Jan Dubois <JanD@ActiveState.com>
32894              Date: Wed, 31 Jan 2001 21:17:03 -0800
32895              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
32896              
32897              tweak change#8659 to keep it simple
32898              
32899              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
32900              From: Russ Allbery <rra@stanford.edu>
32901              Date: 14 Feb 2001 10:15:41 -0800
32902              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
32903              
32904              (8809 empty)
32905
32906              Upgrade to podlators 1.08, from Russ Allbery.
32907      Branch: perl
32908           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
32909           !> utils/perldoc.PL
32910 ____________________________________________________________________________
32911 [  8810] By: jhi                                   on 2001/02/15  13:35:08
32912         Log: Upgrade to podlators 1.08, from Russ Allbery.
32913      Branch: maint-5.6/perl
32914            ! lib/Pod/Man.pm lib/Pod/Text.pm
32915 ____________________________________________________________________________
32916 [  8809] By: jhi                                   on 2001/02/15  13:26:38
32917         Log: (accidentally empty check-in)
32918      Branch: maint-5.6/perl
32919            ! lib/Test/Harness.pm
32920 ____________________________________________________________________________
32921 [  8808] By: jhi                                   on 2001/02/15  13:23:47
32922         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
32923              From: Russ Allbery <rra@stanford.edu>
32924              Date: 14 Feb 2001 10:15:41 -0800
32925              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
32926              
32927              perldoc was hardcoding $Config{installscript}, which breaks
32928              when install* isn't where Perl ends up (such as with AFS).
32929              
32930              Use $Config{scriptdir} instead.
32931      Branch: maint-5.6/perl
32932            ! utils/perldoc.PL
32933 ____________________________________________________________________________
32934 [  8807] By: jhi                                   on 2001/02/14  14:37:27
32935         Log: Update Changes.
32936      Branch: perl
32937            ! Changes patchlevel.h
32938 ____________________________________________________________________________
32939 [  8806] By: jhi                                   on 2001/02/14  14:25:31
32940         Log: Integrate changes #8803,8804,8805 from mainline.
32941              
32942              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
32943              
32944              Don't skip too much of the locale error message if no environ array,
32945              from Chris Nandor.
32946              
32947              More MacOS Classic fixes from Chris Nandor.
32948      Branch: maint-5.6/perl
32949           !> doop.c lib/Cwd.pm perl.c perl.h util.c
32950 ____________________________________________________________________________
32951 [  8805] By: jhi                                   on 2001/02/14  03:29:01
32952         Log: More MacOS Classic fixes from Chris Nandor.
32953      Branch: perl
32954            ! doop.c lib/Cwd.pm
32955 ____________________________________________________________________________
32956 [  8804] By: jhi                                   on 2001/02/14  03:18:35
32957         Log: Don't skip too much of the locale error message if no environ array,
32958              from Chris Nandor.
32959      Branch: perl
32960            ! util.c
32961 ____________________________________________________________________________
32962 [  8803] By: jhi                                   on 2001/02/14  03:14:14
32963         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
32964      Branch: perl
32965            ! perl.c perl.h
32966 ____________________________________________________________________________
32967 [  8802] By: jhi                                   on 2001/02/13  18:31:33
32968         Log: AUTHORS update.
32969      Branch: perl
32970            ! AUTHORS
32971 ____________________________________________________________________________
32972 [  8801] By: jhi                                   on 2001/02/13  17:55:19
32973         Log: Integrate change #8792 from mainline.
32974              
32975              Subject: buncha MacPerl patches for bleadperl
32976              From: Chris Nandor <pudge@pobox.com>
32977              Date: Tue, 13 Feb 2001 00:02:43 -0500
32978              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
32979      Branch: maint-5.6/perl
32980           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
32981           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
32982           !> t/lib/basename.t toke.c util.h
32983 ____________________________________________________________________________
32984 [  8800] By: jhi                                   on 2001/02/13  17:46:43
32985         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
32986              to be forced to Off_t.
32987              
32988              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
32989              From: nick@ccl4.org
32990              Date: Thu, 1 Feb 2001 12:01:04 +0000
32991              Message-Id: <20010201120103.E11401@plum.flirble.org>
32992      Branch: maint-5.6/perl
32993            ! iperlsys.h perlio.c
32994 ____________________________________________________________________________
32995 [  8799] By: jhi                                   on 2001/02/13  16:52:51
32996         Log: Duplex duplex hunk hunk.
32997      Branch: maint-5.6/perl
32998            ! Makefile.SH
32999 ____________________________________________________________________________
33000 [  8797] By: jhi                                   on 2001/02/13  14:52:04
33001         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
33002              From: "Craig A. Berry" <craigberry@mac.com>
33003              Date: Mon, 12 Feb 2001 11:05:25 -0600
33004              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
33005      Branch: perl
33006            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
33007 ____________________________________________________________________________
33008 [  8796] By: jhi                                   on 2001/02/13  14:36:47
33009         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
33010              From: simon.cozens@pembroke.oxford.ac.uk 
33011              Date: Sat, 10 Feb 2001 17:57:02 +0000
33012              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
33013              
33014              Now it does include.
33015      Branch: perl
33016            ! pod/perldiag.pod
33017 ____________________________________________________________________________
33018 [  8795] By: jhi                                   on 2001/02/13  14:30:11
33019         Log: Sort the MANIFEST.
33020      Branch: perl
33021            ! MANIFEST
33022 ____________________________________________________________________________
33023 [  8794] By: jhi                                   on 2001/02/13  14:26:51
33024         Log: Integrate change #8793 from mainline, FAQ updates.
33025      Branch: maint-5.6/perl
33026           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
33027 ____________________________________________________________________________
33028 [  8793] By: jhi                                   on 2001/02/13  14:25:13
33029         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
33030      Branch: perl
33031            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
33032 ____________________________________________________________________________
33033 [  8792] By: jhi                                   on 2001/02/13  14:22:50
33034         Log: Subject: buncha MacPerl patches for bleadperl
33035              From: Chris Nandor <pudge@pobox.com>
33036              Date: Tue, 13 Feb 2001 00:02:43 -0500
33037              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
33038      Branch: perl
33039            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
33040            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
33041            ! t/lib/basename.t toke.c util.h
33042 ____________________________________________________________________________
33043 [  8791] By: jhi                                   on 2001/02/13  14:10:39
33044         Log: Integrate change #8790 from mainline.
33045              
33046              environ array wrongly assumed in Perl_init_i18nl10n(),
33047      Branch: maint-5.6/perl
33048           !> util.c
33049 ____________________________________________________________________________
33050 [  8790] By: jhi                                   on 2001/02/13  14:06:15
33051         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
33052              noticed by Chris Nandor in MacOS Classic.
33053      Branch: perl
33054            ! util.c
33055 ____________________________________________________________________________
33056 [  8789] By: jhi                                   on 2001/02/13  13:58:07
33057         Log: Integrate changes #8373,8487,8544,8783 from mainline.
33058              
33059              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
33060              hints files, the dynaloading, assimilate ebcdic into util.c.
33061      Branch: maint-5.6/perl
33062            - ebcdic.c
33063            ! MANIFEST hints/posix-bc.sh
33064           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
33065           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
33066           !> perlapi.c proto.h util.c
33067 ____________________________________________________________________________
33068 [  8788] By: alanbur                               on 2001/02/13  10:33:13
33069         Log: Integrated changes from maint-5.6
33070      Branch: maint-5.6/pureperl
33071           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
33072           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
33073           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33074           !> vos/config.ga.h vos/configure_perl.cm
33075 ____________________________________________________________________________
33076 [  8787] By: jhi                                   on 2001/02/13  05:56:36
33077         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
33078      Branch: perl
33079           !> Makefile.SH
33080 ____________________________________________________________________________
33081 [  8786] By: jhi                                   on 2001/02/13  05:54:34
33082         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
33083              From: Dorner Thomas <Thomas.Dorner@start.de>
33084              Date: Mon, 12 Feb 2001 15:06:26 +0100
33085              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
33086      Branch: maint-5.6/perl
33087            ! Makefile.SH
33088 ____________________________________________________________________________
33089 [  8785] By: jhi                                   on 2001/02/13  05:29:04
33090         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
33091      Branch: perl
33092           !> hints/openbsd.sh
33093 ____________________________________________________________________________
33094 [  8784] By: jhi                                   on 2001/02/13  02:25:24
33095         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
33096              From: Peter Prymmer <pvhp@forte.com>
33097              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
33098              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
33099      Branch: perl
33100            ! pod/perlclib.pod
33101 ____________________________________________________________________________
33102 [  8783] By: jhi                                   on 2001/02/13  02:22:36
33103         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
33104      Branch: perl
33105            - ebcdic.c
33106            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
33107            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
33108            ! util.c
33109 ____________________________________________________________________________
33110 [  8782] By: jhi                                   on 2001/02/13  02:00:07
33111         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
33112      Branch: maint-5.6/perl
33113            ! pod/perlport.pod
33114 ____________________________________________________________________________
33115 [  8781] By: jhi                                   on 2001/02/13  01:58:44
33116         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
33117      Branch: maint-5.6/perl
33118            ! hints/openbsd.sh
33119 ____________________________________________________________________________
33120 [  8780] By: jhi                                   on 2001/02/13  01:57:33
33121         Log: Synchronize the regexp tests between maintperl and mainline.
33122      Branch: maint-5.6/perl
33123           !> t/op/re_tests
33124 ____________________________________________________________________________
33125 [  8779] By: jhi                                   on 2001/02/13  01:49:35
33126         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
33127              From: Hugo <hv@crypt.compulink.co.uk>
33128              Date: Tue, 13 Feb 2001 00:11:11 +0000
33129              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
33130      Branch: perl
33131            ! regcomp.c t/op/re_tests
33132 ____________________________________________________________________________
33133 [  8778] By: jhi                                   on 2001/02/13  00:23:10
33134         Log: Comments do not nest.
33135      Branch: perl
33136            ! perl.h
33137 ____________________________________________________________________________
33138 [  8777] By: jhi                                   on 2001/02/13  00:17:54
33139         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
33140              From: Hugo <hv@crypt.compulink.co.uk>
33141              Date: Tue, 13 Feb 2001 00:11:11 +0000
33142              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
33143      Branch: maint-5.6/perl
33144            ! regcomp.c t/op/re_tests
33145 ____________________________________________________________________________
33146 [  8776] By: jhi                                   on 2001/02/12  23:25:52
33147         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
33148      Branch: maint-5.6/perl
33149            ! pod/perlport.pod
33150 ____________________________________________________________________________
33151 [  8775] By: jhi                                   on 2001/02/12  23:04:28
33152         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
33153      Branch: maint-5.6/perl
33154            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
33155            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33156            ! vos/configure_perl.cm
33157 ____________________________________________________________________________
33158 [  8774] By: jhi                                   on 2001/02/12  22:59:11
33159         Log: Subject: Re: [patch] context for 'U' magic functions
33160              From: Doug MacEachern <dougm@covalent.net>
33161              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
33162              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
33163              
33164              plus the suggestion by Nick Ing-Simmons to name the macro
33165              as PERL_MG_UFUNC to avoid namespace pollution, plus add
33166              the advice by Doug for XS writers to perl.h
33167      Branch: perl
33168            ! mg.c perl.h
33169 ____________________________________________________________________________
33170 [  8773] By: jhi                                   on 2001/02/11  20:14:12
33171         Log: Update Changes.
33172      Branch: perl
33173            ! Changes patchlevel.h
33174 ____________________________________________________________________________
33175 [  8772] By: jhi                                   on 2001/02/11  18:47:52
33176         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
33177              From: Simon Cozens <simon@cozens.net>
33178              Date: Wed, 31 Jan 2001 16:31:43 +0000
33179              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
33180      Branch: perl
33181            + pod/perlclib.pod
33182            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
33183            ! pod/perltoc.pod
33184 ____________________________________________________________________________
33185 [  8771] By: jhi                                   on 2001/02/11  18:36:48
33186         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
33187              
33188              Blocks-4d3.beta.txt
33189              CaseFolding-3d4.beta.txt
33190              CompositionExclusions-3d6.beta.txt
33191              EastAsianWidth-4d4.beta.txt
33192              LineBreak-6d3.beta.txt
33193              NamesList-3.1.0d1.beta.txt
33194              PropList-3.1.0d4.beta.txt
33195              SpecialCasing-4d1.beta.txt
33196              UnicodeData-3.1.0d6.beta.txt
33197      Branch: perl
33198            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
33199           +> lib/unicode/UCD.html lib/unicode/Unicode.html
33200            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
33201            - lib/unicode/Unicode.301
33202            ! (edit 257 files)
33203 ____________________________________________________________________________
33204 [  8770] By: jhi                                   on 2001/02/11  17:26:22
33205         Log: UTF-8 documentation.
33206      Branch: perl
33207            ! utf8.h
33208 ____________________________________________________________________________
33209 [  8769] By: jhi                                   on 2001/02/11  17:12:49
33210         Log: Retract #8762.
33211      Branch: perl
33212            ! regexec.c
33213 ____________________________________________________________________________
33214 [  8768] By: jhi                                   on 2001/02/11  16:54:45
33215         Log: Subject: [PATCH] Test::Harness
33216              From: andreas.koenig@anima.de (Andreas J. Koenig)
33217              Date: 11 Feb 2001 14:37:00 +0100
33218              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
33219      Branch: perl
33220            ! lib/Test/Harness.pm
33221 ____________________________________________________________________________
33222 [  8767] By: jhi                                   on 2001/02/11  16:53:52
33223         Log: Subject: [PATCH] Document makepatch in Porting/patching
33224              From: andreas.koenig@anima.de (Andreas J. Koenig)
33225              Date: 11 Feb 2001 16:46:28 +0100
33226              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
33227      Branch: perl
33228            ! Porting/patching.pod
33229 ____________________________________________________________________________
33230 [  8766] By: jhi                                   on 2001/02/11  06:30:23
33231         Log: Subject: Re: [patch] GvSHARED
33232              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
33233              From: Doug MacEachern <dougm@covalent.net>
33234              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
33235              
33236              Subject: Re: [patch] GvSHARED
33237              From: Doug MacEachern <dougm@covalent.net>
33238              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
33239              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
33240              
33241              Subject: [patch] attributes.pm support for `shared'
33242              From: Doug MacEachern <dougm@covalent.net>
33243              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
33244              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
33245              
33246              our() attributes were ignored, our :shared pieces missing,
33247              allow attributes.pm to turn on shared.
33248      Branch: perl
33249            ! op.c t/op/attrs.t toke.c xsutils.c
33250 ____________________________________________________________________________
33251 [  8765] By: alanbur                               on 2001/02/10  23:11:19
33252         Log: Resync with parent (hopefully sucessfully this time)
33253      Branch: maint-5.6/pureperl
33254           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
33255           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
33256           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
33257           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
33258           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
33259           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
33260           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
33261 ____________________________________________________________________________
33262 [  8764] By: jhi                                   on 2001/02/10  22:54:38
33263         Log: Make TEST and UTEST more verbose in case something goes
33264              wrong in running/compiling a script, suggested by Doug
33265              MacEachern.
33266      Branch: perl
33267            ! t/TEST t/UTEST
33268 ____________________________________________________________________________
33269 [  8763] By: jhi                                   on 2001/02/10  22:11:34
33270         Log: Bogus shebang.
33271      Branch: perl
33272            ! t/lib/texttabs.t
33273 ____________________________________________________________________________
33274 [  8762] By: jhi                                   on 2001/02/10  21:56:02
33275         Log: (Retracted by #8769)
33276      Branch: perl
33277            ! regexec.c
33278 ____________________________________________________________________________
33279 [  8761] By: jhi                                   on 2001/02/10  21:26:15
33280         Log: Subject: Re: [patch] GvSHARED 
33281              From: Doug MacEachern <dougm@covalent.net>
33282              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
33283              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
33284              
33285              our @EXPORT : shared = (...);
33286      Branch: perl
33287            ! toke.c
33288 ____________________________________________________________________________
33289 [  8760] By: jhi                                   on 2001/02/10  21:25:07
33290         Log: Subject: [patch] GvSHARED
33291              From: Doug MacEachern <dougm@covalent.net>
33292              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
33293              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
33294      Branch: perl
33295            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
33296 ____________________________________________________________________________
33297 [  8759] By: alanbur                               on 2001/02/10  21:24:27
33298         Log: Backed out mismerge.
33299      Branch: maint-5.6/pureperl
33300            ! MANIFEST README.hpux README.vmesa gv.c installhtml
33301            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
33302            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
33303            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
33304            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
33305            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
33306            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
33307 ____________________________________________________________________________
33308 [  8758] By: jhi                                   on 2001/02/10  18:01:17
33309         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
33310              
33311              Fixed UMRs and leak in Perl_pmtrans()
33312              
33313              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
33314              associated UTFied tr/// code.  Also fixed scoping leak of
33315              PL_reg_start_tmp.
33316              
33317              newATTRSUB leaks when an attempt to redefine the active sort sub is
33318              made.
33319      Branch: maint-5.6/perl
33320           !> op.c regcomp.c
33321 ____________________________________________________________________________
33322 [  8757] By: alanbur                               on 2001/02/10  17:56:46
33323         Log: Resynchronised with parent
33324      Branch: maint-5.6/pureperl
33325           +> README.bs2000
33326            - README.posix-bc
33327            ! gv.c perl.c sv.c
33328           !> MANIFEST README.hpux README.vmesa installhtml
33329           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
33330           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
33331           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
33332           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
33333           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
33334           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
33335 ____________________________________________________________________________
33336 [  8756] By: alanbur                               on 2001/02/10  17:51:15
33337         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
33338              made.
33339      Branch: maint-5.6/pureperl
33340            ! op.c
33341 ____________________________________________________________________________
33342 [  8755] By: jhi                                   on 2001/02/09  22:41:35
33343         Log: Upgrade to CPAN 1.59_54, from Andreas König.
33344      Branch: perl
33345            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33346 ____________________________________________________________________________
33347 [  8754] By: jhi                                   on 2001/02/09  22:29:20
33348         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
33349              
33350              Didn't upgrade the fill.t since it has a dependency to File::Slurp
33351              purely for debugging purposes, the actual test hasn't changed.
33352      Branch: perl
33353            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
33354            ! t/lib/textwrap.t
33355 ____________________________________________________________________________
33356 [  8753] By: jhi                                   on 2001/02/09  20:17:50
33357         Log: Integrate change #8682 from maintperl.
33358              
33359              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
33360              to work correctly.
33361      Branch: perl
33362           !> hints/irix_6.sh
33363 ____________________________________________________________________________
33364 [  8752] By: jhi                                   on 2001/02/09  20:00:46
33365         Log: Update Changes.
33366      Branch: perl
33367            ! Changes patchlevel.h
33368 ____________________________________________________________________________
33369 [  8751] By: nick                                  on 2001/02/09  19:48:37
33370         Log: Integrate mainline
33371      Branch: perlio
33372           +> README.bs2000 t/lib/cgi-esc.t
33373            - README.posix-bc
33374           !> (integrate 53 files)
33375 ____________________________________________________________________________
33376 [  8750] By: nick                                  on 2001/02/09  19:25:16
33377         Log: Subject: RE: Biannual Competition to Improve Hashing Function
33378              From: Fisher Mark <fisherm@tce.com>
33379              Date: Thu, 8 Feb 2001 10:44:00 -0500
33380              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
33381              Date: Thu, 8 Feb 2001 15:02:47 -0500
33382              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
33383      Branch: perl
33384            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
33385 ____________________________________________________________________________
33386 [  8749] By: jhi                                   on 2001/02/09  19:02:35
33387         Log: Forgotten fragment.
33388      Branch: perl
33389            ! pod/perlapi.pod
33390 ____________________________________________________________________________
33391 [  8748] By: jhi                                   on 2001/02/09  18:31:34
33392         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
33393              plus manual tweakage.
33394              
33395              Sync the perlfaq2 between mainline and maintperl.
33396      Branch: maint-5.6/perl
33397            ! pod/perlfaq2.pod
33398      Branch: perl
33399           !> pod/perlfaq2.pod
33400 ____________________________________________________________________________
33401 [  8747] By: jhi                                   on 2001/02/09  18:12:04
33402         Log: Subject: versiononly and installperl
33403              From: abigail@foad.org
33404              Date: Wed, 7 Feb 2001 22:43:12 +0100
33405              Message-ID: <20010207214312.7045.qmail@foad.org>    
33406              
33407              Add +v flag to force a normal install of the perl binary
33408              and the utilities.
33409              
33410              Subject: [PATCH] installperl
33411              From: Nicholas Clark <nick@ccl4.org>
33412              Date: Fri, 9 Feb 2001 16:28:57 +0000
33413              Message-ID: <20010209162857.B10931@plum.flirble.org>
33414              
33415              Add -A flag which also hardlinks the binary with
33416              the full architecture name.
33417      Branch: perl
33418            ! installperl
33419 ____________________________________________________________________________
33420 [  8746] By: jhi                                   on 2001/02/09  18:03:43
33421         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
33422              
33423              Subject: perlfaq2, re: perlmongers
33424              
33425              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
33426              
33427              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
33428              
33429              Subject: [ID 20010205.001] typo in perlfaq9
33430              
33431              Subject: [ID 20010208.002] unordered explanation in perlcall
33432      Branch: maint-5.6/perl
33433           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
33434           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
33435           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
33436 ____________________________________________________________________________
33437 [  8745] By: jhi                                   on 2001/02/09  17:59:09
33438         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
33439              From: abela@geneanet.org
33440              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
33441              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
33442      Branch: perl
33443            ! pod/perlcall.pod
33444 ____________________________________________________________________________
33445 [  8744] By: jhi                                   on 2001/02/09  17:48:16
33446         Log: Subject: [ID 20010205.001] typo in perlfaq9
33447              From: eserte@vran.herceg.de
33448              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
33449              Message-Id: <200102042244.XAA21926@vran.herceg.de>
33450      Branch: perl
33451            ! pod/perlfaq9.pod
33452 ____________________________________________________________________________
33453 [  8743] By: jhi                                   on 2001/02/09  17:25:12
33454         Log: Integrate change #8695 from maintperl.
33455              
33456              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
33457      Branch: perl
33458           !> thread.h
33459 ____________________________________________________________________________
33460 [  8742] By: jhi                                   on 2001/02/09  17:21:22
33461         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
33462              From: Andy Dougherty <doughera@lafayette.edu>
33463              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
33464              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
33465      Branch: perl
33466            ! embed.pl
33467 ____________________________________________________________________________
33468 [  8741] By: jhi                                   on 2001/02/09  17:05:19
33469         Log: Integrate changes #8738,8739,8740 from maintperl.
33470              
33471              Html files will be installed in a more logical and easier to
33472              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
33473              
33474              Html files will be generated with a header to make them look
33475              a little less bare.
33476              
33477              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
33478      Branch: perl
33479           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
33480 ____________________________________________________________________________
33481 [  8740] By: jhi                                   on 2001/02/09  17:03:46
33482         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
33483              From: "Brendan O'Dea" <bod@compusol.com.au>
33484              Date: Sun, 4 Feb 2001 11:17:56 +1100
33485              Message-ID: <20010204111756.A16301@compusol.com.au>
33486      Branch: maint-5.6/perl
33487            ! pod/perlfaq3.pod
33488 ____________________________________________________________________________
33489 [  8739] By: jhi                                   on 2001/02/09  17:01:59
33490         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
33491              From: "Indy Singh" <indy@nusphere.com>
33492              Date: Fri, 2 Feb 2001 15:09:59 -0500
33493              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
33494              
33495              Html files will be generated with a header to make them look
33496              a little less bare.
33497      Branch: maint-5.6/perl
33498            ! installhtml
33499 ____________________________________________________________________________
33500 [  8738] By: jhi                                   on 2001/02/09  16:58:48
33501         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
33502              From: "Indy Singh" <indy@nusphere.com>
33503              Date: Fri, 2 Feb 2001 15:08:23 -0500
33504              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
33505              
33506              Html files will be installed in a more logical and easier to
33507              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
33508      Branch: maint-5.6/perl
33509            ! win32/Makefile win32/makefile.mk
33510 ____________________________________________________________________________
33511 [  8737] By: jhi                                   on 2001/02/09  16:46:54
33512         Log: Integrate changes #8687,8736 from maintperl.
33513              
33514              HP-UX thread patches from Merijn H. Brand.
33515              
33516              Latin nit from Philip Newton.
33517      Branch: perl
33518           !> README.hpux hints/hpux.sh
33519 ____________________________________________________________________________
33520 [  8736] By: jhi                                   on 2001/02/09  16:42:31
33521         Log: Latin nit from Philip Newton.
33522      Branch: maint-5.6/perl
33523            ! README.hpux
33524 ____________________________________________________________________________
33525 [  8735] By: jhi                                   on 2001/02/09  16:24:03
33526         Log: Integrate changes #8704,8710 from pureperl.
33527              
33528              Fixed UMRs and leak in Perl_pmtrans()
33529              
33530              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
33531              associated UTFied tr/// code.  Also fixed scoping leak of
33532              PL_reg_start_tmp.
33533      Branch: perl
33534           !> op.c regcomp.c
33535 ____________________________________________________________________________
33536 [  8734] By: jhi                                   on 2001/02/09  15:40:21
33537         Log: Integrate change #8733 from maintperl.
33538              
33539              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
33540      Branch: perl
33541           !> pod/perlre.pod
33542 ____________________________________________________________________________
33543 [  8733] By: jhi                                   on 2001/02/09  15:35:47
33544         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
33545              From: Prymmer/Kahn <pvhp@best.com>
33546              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
33547              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
33548      Branch: maint-5.6/perl
33549            ! pod/perlre.pod
33550 ____________________________________________________________________________
33551 [  8732] By: jhi                                   on 2001/02/09  15:26:17
33552         Log: Rename README.posix-bc to README.bs2000 (to avoid the
33553              confusion of a "perlposix-bc.pod"), add a few missing
33554              arch pods, regen toc.
33555      Branch: maint-5.6/perl
33556           +> README.bs2000
33557            - README.posix-bc
33558            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
33559            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
33560 ____________________________________________________________________________
33561 [  8731] By: jhi                                   on 2001/02/09  15:23:39
33562         Log: De-cut-and-pasto.
33563      Branch: perl
33564            ! pod/perl.pod
33565 ____________________________________________________________________________
33566 [  8730] By: jhi                                   on 2001/02/09  15:11:13
33567         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
33568              when people think that perlposix-bc.pod tells anything about
33569              Perl and POSIX.  Regen toc.
33570      Branch: perl
33571           +> README.bs2000
33572            - README.posix-bc
33573            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
33574            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
33575 ____________________________________________________________________________
33576 [  8729] By: jhi                                   on 2001/02/09  14:52:28
33577         Log: The README.vmesa part of #8712 from maintperl.
33578      Branch: perl
33579            ! README.vmesa
33580 ____________________________________________________________________________
33581 [  8728] By: jhi                                   on 2001/02/09  14:46:06
33582         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
33583              From: Peter Prymmer <pvhp@forte.com>
33584              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
33585              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
33586      Branch: maint-5.6/perl
33587            ! README.vmesa win32/Makefile win32/makefile.mk
33588 ____________________________________________________________________________
33589 [  8727] By: jhi                                   on 2001/02/09  14:33:25
33590         Log: Integrate change #8712 from mainline.
33591              
33592              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
33593      Branch: maint-5.6/perl
33594           !> lib/Pod/Find.pm
33595 ____________________________________________________________________________
33596 [  8726] By: jhi                                   on 2001/02/09  14:30:28
33597         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
33598              From: Peter Prymmer <pvhp@forte.com>
33599              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
33600              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
33601      Branch: perl
33602            + t/lib/cgi-esc.t
33603            ! MANIFEST lib/CGI/Util.pm
33604 ____________________________________________________________________________
33605 [  8725] By: jhi                                   on 2001/02/09  04:56:47
33606         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
33607      Branch: maint-5.6/perl
33608            ! pod/perlport.pod
33609 ____________________________________________________________________________
33610 [  8724] By: jhi                                   on 2001/02/09  04:40:59
33611         Log: Integrate changes 7819,7820 from vmsperl into mainline.
33612              
33613              Add header for LIB$ prototypes (C. Berry)
33614              
33615              Convert fwrite()s to sockets to write()s, since some socket stacks
33616              don't take kindly to stdio.
33617              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
33618              (for often optional LNMs)
33619              Correct a few typos
33620              (C. Bailey)
33621      Branch: perl
33622           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
33623 ____________________________________________________________________________
33624 [  8723] By: jhi                                   on 2001/02/09  03:29:29
33625         Log: Integrate change #8722 from mainline.
33626              
33627              The Im() function wasn't returning zero for non-Math::Complex
33628              arguments.  The bug reported by John Gamble.
33629      Branch: maint-5.6/perl
33630           !> lib/Math/Complex.pm
33631 ____________________________________________________________________________
33632 [  8722] By: jhi                                   on 2001/02/09  03:28:33
33633         Log: The Im() function wasn't returning zero for non-Math::Complex
33634              arguments.  The bug reported by John Gamble.
33635      Branch: perl
33636            ! lib/Math/Complex.pm
33637 ____________________________________________________________________________
33638 [  8721] By: nick                                  on 2001/02/08  22:11:35
33639         Log: Correct the correction :-(
33640      Branch: perl
33641            ! perl.c
33642 ____________________________________________________________________________
33643 [  8720] By: bailey                                on 2001/02/08  20:59:22
33644         Log: Convert frwite()s to sockets to write()s, since some socket stacks
33645              don't take kindly to stdio.
33646              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
33647              (for often optional LNMs)
33648              Correct a few typos
33649              (C. Bailey)
33650      Branch: vmsperl
33651            ! vms/vms.c vms/vmsish.h
33652 ____________________________________________________________________________
33653 [  8719] By: bailey                                on 2001/02/08  20:51:02
33654         Log: Add header for LIB$ prototypes (C. Berry)
33655      Branch: vmsperl
33656            ! ext/Devel/DProf/DProf.xs
33657 ____________________________________________________________________________
33658 [  8718] By: bailey                                on 2001/02/08  20:49:00
33659         Log: SYN SYN
33660      Branch: vmsperl
33661           +> pod/perliol.pod t/lib/sample-tests/bailout
33662           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
33663           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
33664           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
33665           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
33666           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
33667           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
33668            - lib/unicode/Is/DCinital.pl
33669           !> (integrate 101 files)
33670 ____________________________________________________________________________
33671 [  8717] By: nick                                  on 2001/02/08  19:38:48
33672         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
33673              From: Robin Barker <rmb1@cise.npl.co.uk>
33674              Date: Thu, 8 Feb 2001 14:38:07 GMT
33675              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
33676      Branch: perl
33677            ! lib/CPAN.pm
33678 ____________________________________________________________________________
33679 [  8716] By: nick                                  on 2001/02/08  19:29:07
33680         Log: Generated files form 8713 etc.
33681      Branch: perl
33682            ! embed.h global.sym objXSUB.h perlapi.c proto.h
33683 ____________________________________________________________________________
33684 [  8715] By: nick                                  on 2001/02/08  19:26:08
33685         Log: Fixup non-ithread build after 8713
33686      Branch: perl
33687            ! perl.c
33688 ____________________________________________________________________________
33689 [  8714] By: nick                                  on 2001/02/08  19:17:45
33690         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
33691              From: nick@ccl4.org
33692              Date: Wed, 7 Feb 2001 00:27:47 +0000
33693              Message-Id: <20010207002747.B63724@plum.flirble.org>
33694      Branch: perl
33695            ! sv.c toke.c
33696 ____________________________________________________________________________
33697 [  8713] By: nick                                  on 2001/02/08  19:15:58
33698         Log: Subject: Re: [patch] Re: PL_ptr_table
33699              From: Doug Maceachern <dougm@covalent.net>
33700              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
33701              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
33702      Branch: perl
33703            ! embed.pl perl.c sv.c sv.h
33704 ____________________________________________________________________________
33705 [  8712] By: nick                                  on 2001/02/08  19:12:47
33706         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
33707              From: Peter Prymmer <pvhp@forte.com>
33708              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
33709              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
33710      Branch: perl
33711            ! lib/Pod/Find.pm
33712 ____________________________________________________________________________
33713 [  8711] By: nick                                  on 2001/02/07  21:06:11
33714         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
33715              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
33716              From: Alan Burlison <Alan.Burlison@uk.sun.com>
33717              Date: Tue, 06 Feb 2001 23:37:01 +0000
33718              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
33719      Branch: perl
33720            ! regcomp.c
33721 ____________________________________________________________________________
33722 [  8710] By: alanbur                               on 2001/02/07  00:22:04
33723         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
33724              associated UTFied tr/// code.  Also fixed scoping leak of
33725              PL_reg_start_tmp.
33726      Branch: maint-5.6/pureperl
33727            ! op.c regcomp.c
33728 ____________________________________________________________________________
33729 [  8709] By: nick                                  on 2001/02/06  21:16:49
33730         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
33731              From: Michael G Schwern <schwern@pobox.com>
33732              Date: Sun, 4 Feb 2001 19:47:14 -0500
33733              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
33734      Branch: perl
33735            ! pod/perlapi.pod pod/perlmodlib.PL
33736 ____________________________________________________________________________
33737 [  8708] By: nick                                  on 2001/02/06  20:41:20
33738         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
33739              From: Michael G Schwern <schwern@pobox.com>
33740              Date: Sun, 4 Feb 2001 21:17:49 -0500
33741              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
33742      Branch: perl
33743            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
33744            ! pod/perltootc.pod
33745 ____________________________________________________________________________
33746 [  8707] By: nick                                  on 2001/02/06  20:29:11
33747         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
33748              From: Michael G Schwern <schwern@pobox.com>
33749              Date: Tue, 6 Feb 2001 05:54:30 -0500
33750              Message-Id: <20010206055430.A951@blackrider.aocn.com>
33751      Branch: perl
33752            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
33753 ____________________________________________________________________________
33754 [  8706] By: nick                                  on 2001/02/06  20:21:40
33755         Log: Subject: RE: some win32 fixes
33756              Date: Tue, 6 Feb 2001 09:23:20 +0300
33757              From: Vadim Konovalov <vkonovalov@lucent.com>
33758              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
33759      Branch: perl
33760            ! toke.c win32/Makefile win32/config.bc win32/config.gc
33761            ! win32/config.vc win32/config_H.bc win32/makefile.mk
33762 ____________________________________________________________________________
33763 [  8705] By: alanbur                               on 2001/02/06  15:00:03
33764         Log: Synchronised with parent
33765      Branch: maint-5.6/pureperl
33766            ! regexec.c
33767           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
33768           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
33769 ____________________________________________________________________________
33770 [  8704] By: alanbur                               on 2001/02/06  14:55:24
33771         Log: Fixed UMRs and leak in Perl_pmtrans()
33772      Branch: maint-5.6/pureperl
33773            ! op.c
33774 ____________________________________________________________________________
33775 [  8703] By: gsar                                  on 2001/02/06  02:29:37
33776         Log: $(MAKE) distclean doesn't clean up properly on windows
33777      Branch: maint-5.6/perl
33778            ! win32/Makefile win32/makefile.mk
33779 ____________________________________________________________________________
33780 [  8702] By: gsar                                  on 2001/02/06  01:00:46
33781         Log: tweak change#8659 to keep it simple
33782      Branch: maint-5.6/perl
33783            ! utils/perldoc.PL
33784 ____________________________________________________________________________
33785 [  8701] By: gsar                                  on 2001/02/05  22:45:41
33786         Log: change#8693 was missing testsuite changes
33787      Branch: maint-5.6/perl
33788           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
33789 ____________________________________________________________________________
33790 [  8700] By: nick                                  on 2001/02/05  20:32:52
33791         Log: Integrate mainline
33792      Branch: perlio
33793           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
33794           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
33795           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
33796           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
33797           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
33798           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
33799           +> t/lib/test-harness.t
33800           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
33801           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
33802           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
33803           !> pod/perlutil.pod t/TEST utils/h2xs.PL
33804 ____________________________________________________________________________
33805 [  8699] By: nick                                  on 2001/02/05  19:41:07
33806         Log: Subject: perlfaq2, re: perlmongers
33807              From: David H. Adler <dha@panix.com>
33808              Date: Sun, 4 Feb 2001 23:48:23 -0500
33809              Message-Id: <20010204234823.A13429@panix.com>
33810      Branch: perl
33811            ! pod/perlfaq2.pod
33812 ____________________________________________________________________________
33813 [  8698] By: nick                                  on 2001/02/05  19:39:31
33814         Log: Missed file f#rom the testharness mess.
33815      Branch: perl
33816            + t/lib/test-harness.t
33817 ____________________________________________________________________________
33818 [  8697] By: nick                                  on 2001/02/05  19:37:21
33819         Log: Subject: [DOC PATCH] overload.pm nits
33820              From: John Tobey <jtobey@john-edwin-tobey.org>
33821              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
33822              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
33823      Branch: perl
33824            ! lib/overload.pm
33825 ____________________________________________________________________________
33826 [  8696] By: alanbur                               on 2001/02/05  11:56:00
33827         Log: Sync with parent
33828      Branch: maint-5.6/pureperl
33829           !> thread.h
33830 ____________________________________________________________________________
33831 [  8695] By: gsar                                  on 2001/02/05  03:27:34
33832         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
33833      Branch: maint-5.6/perl
33834            ! thread.h
33835 ____________________________________________________________________________
33836 [  8694] By: alanbur                               on 2001/02/05  00:07:47
33837         Log: Initial branch creation from //depot/maint-5.6/perl
33838      Branch: maint-5.6/pureperl
33839           +> (branch 1719 files)
33840 ____________________________________________________________________________
33841 [  8693] By: gsar                                  on 2001/02/04  22:38:49
33842         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
33843              changes)
33844      Branch: maint-5.6/perl
33845           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
33846           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
33847           !> ext/DB_File/version.c
33848 ____________________________________________________________________________
33849 [  8692] By: nick                                  on 2001/02/04  18:15:57
33850         Log: The missed t/TEST part of the grand testharness upgrade.
33851      Branch: perl
33852            ! t/TEST
33853 ____________________________________________________________________________
33854 [  8691] By: nick                                  on 2001/02/04  18:05:17
33855         Log: New improved test harness
33856              Subject: Re: [PATCH Test::Harness] Third time's a charm?
33857              From: Michael G Schwern <schwern@pobox.com>
33858              Date: Sun, 4 Feb 2001 08:01:20 -0500
33859              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
33860      Branch: perl
33861            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
33862            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
33863            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
33864            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
33865            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
33866            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
33867            ! MANIFEST lib/Test/Harness.pm
33868 ____________________________________________________________________________
33869 [  8690] By: nick                                  on 2001/02/04  17:57:51
33870         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
33871              From: Jonathan Stowe <gellyfish@gellyfish.com>
33872              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
33873              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
33874      Branch: perl
33875            ! utils/h2xs.PL
33876 ____________________________________________________________________________
33877 [  8689] By: nick                                  on 2001/02/04  17:55:24
33878         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
33879              From: Michael G Schwern <schwern@pobox.com>
33880              Date: Sat, 3 Feb 2001 22:46:38 -0500
33881              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
33882      Branch: perl
33883            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
33884            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
33885 ____________________________________________________________________________
33886 [  8688] By: nick                                  on 2001/02/04  17:43:55
33887         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
33888              length byfailing to spot lack of closing )
33889              From: nick@talking.bollo.cx
33890              Date: Sat, 03 Feb 2001 23:53:16 +0000
33891              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
33892      Branch: perl
33893            ! perlio.c pod/perldiag.pod
33894 ____________________________________________________________________________
33895 [  8687] By: jhi                                   on 2001/02/03  17:11:42
33896         Log: HP-UX thread patches from Merijn H. Brand.
33897      Branch: maint-5.6/perl
33898            ! README.hpux hints/hpux.sh
33899 ____________________________________________________________________________
33900 [  8686] By: jhi                                   on 2001/02/03  16:40:12
33901         Log: Metaconfig changes for #8685.
33902      Branch: metaconfig
33903            ! U/installdirs/instubperl.U
33904      Branch: metaconfig/U/perl
33905            ! Devel.U versiononly.U
33906 ____________________________________________________________________________
33907 [  8685] By: jhi                                   on 2001/02/03  16:39:49
33908         Log: For -Dusedevel builds turn off installusrbinperl and turn on
33909              versiononly, a combined idea of Richard Soderberg and Merijn
33910              H. Brand.  You can still override both of these from the command
33911              line if you need to, -Dinstallusrbinperl and -Uversiononly.
33912      Branch: perl
33913            ! Configure
33914 ____________________________________________________________________________
33915 [  8684] By: jhi                                   on 2001/02/03  16:16:34
33916         Log: Metaconfig unit fix for #8683.
33917      Branch: metaconfig
33918            ! U/compline/nblock_io.U
33919 ____________________________________________________________________________
33920 [  8683] By: jhi                                   on 2001/02/03  16:16:12
33921         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
33922              reported by Peter Prymmer for 5.6-TRIAL1.
33923      Branch: perl
33924            ! Configure
33925 ____________________________________________________________________________
33926 [  8682] By: jhi                                   on 2001/02/03  05:52:11
33927         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
33928              to work correctly.
33929      Branch: maint-5.6/perl
33930            ! hints/irix_6.sh
33931 ____________________________________________________________________________
33932 [  8681] By: jhi                                   on 2001/02/03  05:47:33
33933         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
33934      Branch: maint-5.6/perl
33935            ! pod/perlport.pod
33936 ____________________________________________________________________________
33937 [  8680] By: jhi                                   on 2001/02/02  21:39:49
33938         Log: perlport update from Peter Prymmer.
33939      Branch: maint-5.6/perl
33940            ! pod/perlport.pod
33941 ____________________________________________________________________________
33942 [  8679] By: nick                                  on 2001/02/02  20:50:48
33943         Log: Integrate mainline
33944      Branch: perlio
33945           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
33946           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
33947           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
33948 ____________________________________________________________________________
33949 [  8678] By: gsar                                  on 2001/02/02  16:02:12
33950         Log: note about bincompat, slightly modified (from Lupe Christoph)
33951      Branch: maint-5.6/perl
33952            ! README.solaris
33953 ____________________________________________________________________________
33954 [  8677] By: jhi                                   on 2001/02/02  15:46:20
33955         Log: Supported platforms updates.
33956      Branch: maint-5.6/perl
33957            ! pod/perlport.pod
33958 ____________________________________________________________________________
33959 [  8676] By: jhi                                   on 2001/02/02  03:41:26
33960         Log: A couple more perlfaq2 tweaks.
33961      Branch: maint-5.6/perl
33962            ! pod/perlfaq2.pod
33963 ____________________________________________________________________________
33964 [  8675] By: jhi                                   on 2001/02/02  03:17:44
33965         Log: Misedit in #8661.
33966      Branch: maint-5.6/perl
33967            ! Configure
33968 ____________________________________________________________________________
33969 [  8674] By: jhi                                   on 2001/02/02  03:14:38
33970         Log: Damien again.
33971      Branch: maint-5.6/perl
33972            ! pod/perlfaq2.pod
33973 ____________________________________________________________________________
33974 [  8673] By: jhi                                   on 2001/02/02  03:12:40
33975         Log: perlfaq update from Elaine Ashton.
33976      Branch: maint-5.6/perl
33977            ! pod/perlfaq2.pod
33978 ____________________________________________________________________________
33979 [  8672] By: jhi                                   on 2001/02/02  03:07:08
33980         Log: UTF-8 s/// patch from Inaba Hiroto.
33981      Branch: maint-5.6/perl
33982            ! pp_ctl.c pp_hot.c
33983 ____________________________________________________________________________
33984 [  8671] By: jhi                                   on 2001/02/01  22:34:31
33985         Log: Update Changes.
33986      Branch: perl
33987            ! Changes patchlevel.h
33988 ____________________________________________________________________________
33989 [  8670] By: jhi                                   on 2001/02/01  22:15:29
33990         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
33991              from maintperl.
33992              
33993              Upgrade to Getopt::Long 2.25, from Johan Vromans.
33994              
33995              more files need to be writable in the source distribution
33996              
33997              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
33998              
33999              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
34000              
34001              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
34002              
34003              Allow the float to be fuzzier.
34004              
34005              need to use INT2PTR instead of a straight cast or ia64 fails
34006              
34007              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
34008              
34009              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
34010      Branch: perl
34011           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
34012           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
34013           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
34014 ____________________________________________________________________________
34015 [  8669] By: jhi                                   on 2001/02/01  21:57:02
34016         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
34017              From: Robin Barker <rmb1@cise.npl.co.uk>
34018              Date: Thu, 1 Feb 2001 16:59:05 GMT
34019              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
34020      Branch: maint-5.6/perl
34021            ! pod/perlmodlib.PL
34022 ____________________________________________________________________________
34023 [  8668] By: nick                                  on 2001/02/01  19:41:40
34024         Log: Integrate mainline
34025      Branch: perlio
34026           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
34027           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
34028           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
34029 ____________________________________________________________________________
34030 [  8667] By: gsar                                  on 2001/02/01  16:59:11
34031         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
34032      Branch: maint-5.6/perl
34033            ! embed.pl embedvar.h
34034 ____________________________________________________________________________
34035 [  8666] By: gsar                                  on 2001/02/01  16:34:51
34036         Log: add missing entries to win32/config.?c
34037      Branch: maint-5.6/perl
34038            ! win32/config.bc win32/config.gc win32/config.vc
34039            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34040 ____________________________________________________________________________
34041 [  8665] By: jhi                                   on 2001/02/01  14:58:51
34042         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
34043              From: "Stephen P. Potter" <spp@spotter.yi.org>
34044              Date: Thu, 01 Feb 2001 10:45:46 -0500
34045              Message-Id: <200102011545.KAA31479@spotter.yi.org>
34046      Branch: maint-5.6/perl
34047            ! pod/perlfunc.pod
34048 ____________________________________________________________________________
34049 [  8664] By: gsar                                  on 2001/02/01  14:52:37
34050         Log: need to use INT2PTR instead of a straight cast or ia64 fails
34051              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
34052      Branch: maint-5.6/perl
34053            ! ext/POSIX/POSIX.xs
34054 ____________________________________________________________________________
34055 [  8663] By: jhi                                   on 2001/02/01  14:09:13
34056         Log: Allow the float to be fuzzier.
34057      Branch: maint-5.6/perl
34058            ! t/lib/peek.t
34059 ____________________________________________________________________________
34060 [  8662] By: jhi                                   on 2001/02/01  13:59:00
34061         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
34062              From: Robin Barker <rmb1@cise.npl.co.uk>
34063              Date: Thu, 1 Feb 2001 13:05:39 GMT
34064              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
34065      Branch: maint-5.6/perl
34066            ! pod/perlmodlib.pod
34067 ____________________________________________________________________________
34068 [  8661] By: jhi                                   on 2001/02/01  13:57:38
34069         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
34070              Date: Thu, 01 Feb 2001 14:15:41 +0100
34071              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34072              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
34073              
34074              Have the $ccflags in the gcc version test (strange, this change
34075              is claimed to be have been integrated already)
34076      Branch: maint-5.6/perl
34077            ! Configure
34078 ____________________________________________________________________________
34079 [  8660] By: jhi                                   on 2001/02/01  13:44:10
34080         Log: Integrate changes #7950,7964,7962 from mainline.
34081              
34082              Find the stdchar signedness using cpp, should fix some of
34083              the Solaris compiler warnings reported by Alan Burlison.
34084      Branch: maint-5.6/perl
34085           !> Configure config_h.SH
34086 ____________________________________________________________________________
34087 [  8659] By: jhi                                   on 2001/02/01  05:35:32
34088         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
34089              From: Jan Dubois <JanD@ActiveState.com>
34090              Date: Wed, 31 Jan 2001 21:17:03 -0800
34091              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
34092      Branch: maint-5.6/perl
34093            ! utils/perldoc.PL
34094 ____________________________________________________________________________
34095 [  8658] By: jhi                                   on 2001/02/01  04:33:17
34096         Log: Integrate the README.os390 and README.posix-bc parts of mainline
34097              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
34098              installperl parts were taken care of by #8657.)
34099      Branch: maint-5.6/perl
34100           !> README.os390 README.posix-bc
34101 ____________________________________________________________________________
34102 [  8657] By: jhi                                   on 2001/02/01  04:29:21
34103         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
34104              From: Peter Prymmer <pvhp@forte.com>
34105              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
34106              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
34107      Branch: maint-5.6/perl
34108            + ext/DynaLoader/dl_dllload.xs
34109            ! MANIFEST Makefile.SH hints/os390.sh installperl
34110 ____________________________________________________________________________
34111 [  8656] By: jhi                                   on 2001/02/01  04:25:45
34112         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
34113              From: Peter Prymmer <pvhp@forte.com>
34114              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
34115              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
34116      Branch: maint-5.6/perl
34117            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
34118 ____________________________________________________________________________
34119 [  8655] By: jhi                                   on 2001/02/01  04:14:47
34120         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
34121              From: troc@netrus.net
34122              Date: Wed, 31 Jan 2001 22:31:26 -0500
34123              Message-Id: <200102010331.WAA117.85@rocco.homenet>
34124      Branch: maint-5.6/perl
34125            ! os2/os2.c
34126 ____________________________________________________________________________
34127 [  8654] By: jhi                                   on 2001/02/01  04:12:52
34128         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
34129              as reported by Alan Burlison.
34130      Branch: maint-5.6/perl
34131            ! pp.h
34132 ____________________________________________________________________________
34133 [  8653] By: jhi                                   on 2001/02/01  04:05:12
34134         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
34135              From: dsugalski@northernlight.com
34136              Date: Wed, 31 Jan 2001 18:54:11 -0500
34137              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
34138      Branch: maint-5.6/perl
34139            ! configure.com
34140 ____________________________________________________________________________
34141 [  8652] By: jhi                                   on 2001/02/01  04:03:11
34142         Log: Misplaced #endif.
34143              
34144              Subject: [perl-5-6-1-trial2] patches for EPOC
34145              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34146              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
34147              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
34148      Branch: maint-5.6/perl
34149            ! epoc/epocish.c
34150 ____________________________________________________________________________
34151 [  8651] By: jhi                                   on 2001/02/01  04:00:25
34152         Log: Integrate changes #8647,8648,8650 from mainline.
34153              
34154              Macrofy a magic UTF-8 test.
34155              
34156              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
34157              
34158              Watch out for cross compiling for EPOC (usually done on linux).
34159      Branch: maint-5.6/perl
34160           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
34161 ____________________________________________________________________________
34162 [  8650] By: jhi                                   on 2001/02/01  03:56:20
34163         Log: Watch out for cross compiling for EPOC (usually done on linux)
34164              
34165              Subject: [perl-5-6-1-trial2] patches for EPOC
34166              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34167              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
34168              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
34169      Branch: perl
34170            ! ext/Errno/Errno_pm.PL
34171 ____________________________________________________________________________
34172 [  8649] By: gsar                                  on 2001/02/01  00:46:00
34173         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
34174      Branch: maint-5.6/perl
34175            ! sv.c
34176 ____________________________________________________________________________
34177 [  8648] By: jhi                                   on 2001/01/31  23:35:36
34178         Log: All the uses of PL_numeric_radix must be protected by
34179              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
34180              
34181              Subject: [perl-5-6-1-trial2] patches for EPOC
34182              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34183              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
34184              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
34185      Branch: perl
34186            ! sv.c
34187 ____________________________________________________________________________
34188 [  8647] By: jhi                                   on 2001/01/31  22:56:16
34189         Log: Macrofy a magic UTF-8 test.
34190      Branch: perl
34191            ! utf8.c utf8.h
34192 ____________________________________________________________________________
34193 [  8646] By: gsar                                  on 2001/01/31  15:55:12
34194         Log: update Changes
34195      Branch: maint-5.6/perl
34196            ! Changes
34197 ____________________________________________________________________________
34198 [  8645] By: gsar                                  on 2001/01/31  15:10:14
34199         Log: Configure tweak suggested by Peter Prymmer
34200      Branch: maint-5.6/perl
34201            ! Configure
34202 ____________________________________________________________________________
34203 [  8644] By: gsar                                  on 2001/01/31  15:06:32
34204         Log: more files need to be writable in the source distribution
34205      Branch: maint-5.6/perl
34206            ! Porting/makerel
34207 ____________________________________________________________________________
34208 [  8643] By: jhi                                   on 2001/01/31  14:59:46
34209         Log: Integrate changes #8258,8278,8279 from mainline.
34210              
34211              Make the large file tests more robust/talkative.
34212      Branch: maint-5.6/perl
34213           !> t/lib/syslfs.t t/op/lfs.t
34214 ____________________________________________________________________________
34215 [  8642] By: gsar                                  on 2001/01/31  14:53:48
34216         Log: integrate changes#8311,8334 from mainline
34217              
34218              Add a new MakeMaker variable PM_FILTER that defines a Unix
34219              filter to be run on each .pm during the pm_to_blib() phase,
34220              a fixed version of
34221              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
34222              
34223              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
34224              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
34225              accurate reading of the "atime".  
34226      Branch: maint-5.6/perl
34227           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
34228           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
34229           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
34230 ____________________________________________________________________________
34231 [  8641] By: jhi                                   on 2001/01/31  14:46:37
34232         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
34233      Branch: maint-5.6/perl
34234            ! lib/Getopt/Long.pm
34235 ____________________________________________________________________________
34236 [  8640] By: gsar                                  on 2001/01/31  14:40:24
34237         Log: make regen_all
34238      Branch: maint-5.6/perl
34239            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
34240 ____________________________________________________________________________
34241 [  8639] By: gsar                                  on 2001/01/31  14:37:25
34242         Log: refresh windows config files
34243      Branch: maint-5.6/perl
34244            ! win32/Makefile win32/config_H.bc win32/config_H.gc
34245            ! win32/config_H.vc win32/makefile.mk
34246 ____________________________________________________________________________
34247 [  8638] By: gsar                                  on 2001/01/31  14:28:10
34248         Log: makefile tweaks for windows: introduce a bulk-switch to enable
34249              same options as ActivePerl; sync changes with makefile.mk
34250      Branch: maint-5.6/perl
34251            ! win32/Makefile win32/makefile.mk
34252 ____________________________________________________________________________
34253 [  8637] By: jhi                                   on 2001/01/31  04:41:30
34254         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
34255              From: Nicholas Clark <nick@ccl4.org>
34256              Date: Tue, 30 Jan 2001 19:51:05 +0000
34257              Message-ID: <20010130195105.R76607@plum.flirble.org> 
34258              
34259              op/inc cure.
34260      Branch: perl
34261            ! pp.c pp.h pp_hot.c t/op/arith.t
34262 ____________________________________________________________________________
34263 [  8636] By: jhi                                   on 2001/01/31  02:38:32
34264         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
34265              no perlio],8257,8380,8479,8515 from mainline.
34266              
34267              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
34268              
34269              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
34270              Subject: [PATCH perl@8133] fix-up for VMS extensions
34271              
34272              In VMS embedded perls couldn't access the statically built Socket.
34273              
34274              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
34275              
34276              Further VMS piping fixes from Charles Lane.
34277              
34278              Subject:  [PATCH] make t/op/misc.t work on VMS
34279              
34280              Add tracing for debugging extensions builds in VMS.
34281              
34282              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
34283      Branch: maint-5.6/perl
34284           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
34285           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
34286           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
34287 ____________________________________________________________________________
34288 [  8635] By: jhi                                   on 2001/01/31  01:46:41
34289         Log: Integrate change #7732 from mainline.
34290              
34291              Sparc 64-bit pack() fix from Jens Hamisch.
34292      Branch: maint-5.6/perl
34293           !> pp.c
34294 ____________________________________________________________________________
34295 [  8634] By: jhi                                   on 2001/01/31  01:41:16
34296         Log: One spot missing from #8626.
34297      Branch: maint-5.6/perl
34298            ! sv.c
34299 ____________________________________________________________________________
34300 [  8633] By: jhi                                   on 2001/01/31  00:49:17
34301         Log: Integrate change #7495 from mainline.
34302              
34303              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
34304      Branch: maint-5.6/perl
34305           !> MANIFEST ext/re/Makefile.PL
34306 ____________________________________________________________________________
34307 [  8632] By: jhi                                   on 2001/01/30  23:38:49
34308         Log: Integrate change #8396 from mainline.
34309              
34310              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
34311              better multicast support (resend)
34312      Branch: maint-5.6/perl
34313           !> ext/Socket/Socket.pm
34314 ____________________________________________________________________________
34315 [  8631] By: jhi                                   on 2001/01/30  23:28:03
34316         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
34317              
34318              More AIX lore. (7514, ext/re/hints/aix.pl)
34319              
34320              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
34321              
34322              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
34323              
34324              Subject: [ID 20001214.002] Net::Ping patch
34325              
34326              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
34327              
34328              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
34329              
34330              Add ReuseAddr as a (preferred) alias for Reuse as we now
34331              also have ReusePort.
34332              
34333              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
34334      Branch: maint-5.6/perl
34335           +> ext/re/hints/aix.pl
34336           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
34337           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
34338 ____________________________________________________________________________
34339 [  8630] By: jhi                                   on 2001/01/30  23:03:59
34340         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
34341              
34342              read() documentation tweak for 20001121.004.
34343              
34344              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
34345      Branch: maint-5.6/perl
34346           !> pod/perlfunc.pod pod/perlre.pod
34347 ____________________________________________________________________________
34348 [  8629] By: jhi                                   on 2001/01/30  22:41:57
34349         Log: Integrate change #8098 from mainline.
34350              
34351              fastgetcwd is defined using a glob alias on a $^O dependent basis
34352              and there was no default assignment or perl subroutine.
34353      Branch: maint-5.6/perl
34354           !> lib/Cwd.pm
34355 ____________________________________________________________________________
34356 [  8628] By: jhi                                   on 2001/01/30  21:58:52
34357         Log: Integrate change #7866 from mainline.
34358              
34359              File::Temp 0.11.
34360      Branch: maint-5.6/perl
34361           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
34362 ____________________________________________________________________________
34363 [  8627] By: jhi                                   on 2001/01/30  21:39:44
34364         Log: Integrate changes #8075,8086,8228 from mainline.  
34365              
34366              Darwin is not Windows. (8075,8086)
34367              
34368              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
34369      Branch: maint-5.6/perl
34370           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
34371           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
34372           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
34373           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
34374 ____________________________________________________________________________
34375 [  8626] By: jhi                                   on 2001/01/30  21:22:11
34376         Log: Integrate with tweakery the change #8625 from mainline,
34377              the multibyte decimal separator fix ("fa_IR locale failure").
34378      Branch: maint-5.6/perl
34379            ! embedvar.h perlapi.h
34380           !> intrpvar.h perl.c perl.h sv.c util.c
34381 ____________________________________________________________________________
34382 [  8625] By: jhi                                   on 2001/01/30  20:26:33
34383         Log: Fix for the fa_IR locale failure.  The reason for the failure
34384              was that Perl was assuming the decimal separator aka the radix
34385              separator is one character.  The Farsi-Iranian locale crushed
34386              that bad assumption since there the separator is 'Momayyez',
34387              glyphwise looking somewhat like a slash, and in Unicode UTF-8
34388              encoded in two bytes, 0xd9 0xab.
34389      Branch: perl
34390            ! intrpvar.h perl.c perl.h sv.c util.c
34391 ____________________________________________________________________________
34392 [  8624] By: gsar                                  on 2001/01/30  20:17:03
34393         Log: regen_headers
34394      Branch: maint-5.6/perl
34395            ! Makefile.SH pod/perlintern.pod
34396 ____________________________________________________________________________
34397 [  8623] By: gsar                                  on 2001/01/30  19:42:34
34398         Log: backout change#7431 and its dependents (causes spurious rebuilds
34399              of autogenerated files)
34400              
34401              fix benign b.t failure
34402      Branch: maint-5.6/perl
34403            ! Makefile.SH t/lib/b.t
34404 ____________________________________________________________________________
34405 [  8622] By: jhi                                   on 2001/01/30  19:41:41
34406         Log: Microperl sync.
34407      Branch: perl
34408            ! mg.c perl.h
34409 ____________________________________________________________________________
34410 [  8621] By: gsar                                  on 2001/01/30  19:24:47
34411         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
34412              from mainline
34413              
34414              Subject: podlators 1.06 released
34415              
34416              Subject: [PATCH @8436] Eliminate op_children
34417              
34418              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
34419              
34420              (Replaced by #8448)  More op_children traces (cleanup of #8442).
34421              
34422              Subject: [PATCH #3 @8436] Re: Eliminate op_children
34423              Replace #8444 and #8445.
34424              
34425              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
34426              at the setting of the ofs_sv in new_struct_thread() as the
34427              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
34428              uninitialized fields are, uh, initialized with),
34429              SvREFCNT_inc()ing that invited a core dump.
34430              
34431              podlators 1.07, from Russ Allbery.
34432              
34433              Subject: [PATCH] regcomp.c old feature removal
34434              From: mjd@plover.com
34435              Date: 16 Jan 2001 14:43:18 -0000 
34436              Message-ID: <20010116144318.7140.qmail@plover.com> 
34437      Branch: maint-5.6/perl
34438           +> lib/Pod/Text/Overstrike.pm
34439           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
34440           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
34441           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
34442           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
34443           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
34444           !> util.c
34445 ____________________________________________________________________________
34446 [  8620] By: gsar                                  on 2001/01/30  18:48:32
34447         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
34448              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
34449              now fails one test)
34450              
34451              Subject: [PATCH] lvalue AUTOLOAD. No, really.
34452              
34453              Subject: [PATCH] Interesting syntax idea
34454              Make opens + bareword assigns do typeglob assigns.
34455              
34456              Tests for #8254.
34457              
34458              Subject: [PATCH @8269] Continue blocks and B::Deparse
34459              Make the peephole optimizer to bypass more null ops and
34460              and rewrite the deparse handling of continue blocks.
34461              
34462              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
34463              Doc tweak on #8313.
34464              
34465              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
34466              
34467              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
34468              
34469              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
34470              
34471              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
34472              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
34473              according to the platform.
34474              
34475              Subject: [PATCH @8404] Consolidated lvalue sub changes
34476              
34477              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
34478              
34479              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
34480              
34481              Subject: B::Concise -- an improved replacement for B::Terse 
34482              
34483              The B::Terse drop-in replacement wasn't quite drop-in.
34484              
34485              The LVRET macro needed an aTHX.
34486              
34487              Use the /^Perl_/-less form of is_lvalue_sub().
34488              
34489              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
34490      Branch: maint-5.6/perl
34491           +> ext/B/B/Concise.pm
34492           !> (integrate 27 files)
34493 ____________________________________________________________________________
34494 [  8619] By: nick                                  on 2001/01/30  18:40:28
34495         Log: Integrate mainline
34496      Branch: perlio
34497           !> (integrate 40 files)
34498 ____________________________________________________________________________
34499 [  8618] By: jhi                                   on 2001/01/30  18:37:18
34500         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
34501              Date: Mon, 29 Jan 2001 22:51:29 -0600
34502              From: "Craig A. Berry" <craigberry@mac.com>
34503              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
34504      Branch: perl
34505            ! vms/test.com
34506 ____________________________________________________________________________
34507 [  8617] By: jhi                                   on 2001/01/30  18:34:53
34508         Log: Subject: [PATCH] Add missing CV flags to dump.c
34509              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34510              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
34511              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
34512      Branch: perl
34513            ! dump.c
34514 ____________________________________________________________________________
34515 [  8616] By: jhi                                   on 2001/01/30  18:20:58
34516         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
34517              part isn't applicable to maintperl.
34518              
34519              UTF-8 nit from Inaba Hiroto.
34520      Branch: maint-5.6/perl
34521           !> pod/perlapi.pod utf8.c
34522 ____________________________________________________________________________
34523 [  8615] By: jhi                                   on 2001/01/30  18:18:51
34524         Log: UTF-8 nit from Inaba Hiroto.
34525      Branch: perl
34526            ! pod/perlapi.pod t/op/each.t utf8.c
34527 ____________________________________________________________________________
34528 [  8614] By: jhi                                   on 2001/01/30  18:13:38
34529         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
34530              
34531              perl's internal variables are not for public consumption,
34532              move their docs from perlapi.pod to perlintern.pod
34533              
34534              support for -Dusethreads build under HP-UX 10.20 and DCE threads
34535              library (11.0 and later have pthreads but 10.x don't)
34536              
34537              avoid uninitialized value warnings
34538              
34539              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
34540              gets weird results)
34541              
34542              perldoc nit on windows
34543              
34544              make it possible to run the tests outside the source tree
34545              (there's still a dependency on ../lib being the library
34546              location)
34547      Branch: perl
34548           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
34549           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
34550           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
34551           !> win32/bin/search.pl win32/vdir.h
34552 ____________________________________________________________________________
34553 [  8613] By: gsar                                  on 2001/01/30  16:39:59
34554         Log: make it possible to run the tests outside the source tree
34555              (there's still a dependency on ../lib being the library
34556              location)
34557      Branch: maint-5.6/perl
34558            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
34559 ____________________________________________________________________________
34560 [  8612] By: gsar                                  on 2001/01/30  16:31:12
34561         Log: perldoc nit on windows
34562      Branch: maint-5.6/perl
34563            ! utils/perldoc.PL
34564 ____________________________________________________________________________
34565 [  8611] By: gsar                                  on 2001/01/30  16:22:54
34566         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
34567              gets weird results)
34568      Branch: maint-5.6/perl
34569            ! win32/vdir.h
34570 ____________________________________________________________________________
34571 [  8610] By: gsar                                  on 2001/01/30  16:12:45
34572         Log: avoid uninitialized value warnings
34573      Branch: maint-5.6/perl
34574            ! win32/bin/search.pl
34575 ____________________________________________________________________________
34576 [  8609] By: gsar                                  on 2001/01/30  16:08:01
34577         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
34578              library (11.0 and later have pthreads but 10.x don't)
34579      Branch: maint-5.6/perl
34580            ! hints/hpux.sh thread.h
34581 ____________________________________________________________________________
34582 [  8608] By: gsar                                  on 2001/01/30  15:48:55
34583         Log: perl's internal variables are not for public consumption,
34584              move their docs from perlapi.pod to perlintern.pod
34585      Branch: maint-5.6/perl
34586            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
34587            ! thrdvar.h
34588 ____________________________________________________________________________
34589 [  8607] By: gsar                                  on 2001/01/30  15:44:27
34590         Log: mistakenly branched perl56delta.pod, revert
34591      Branch: maint-5.6/perl
34592            - pod/perl56delta.pod
34593           !> pod/perldelta.pod
34594 ____________________________________________________________________________
34595 [  8606] By: gsar                                  on 2001/01/30  14:20:24
34596         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
34597              dTHR which has been a noop for a while now, except for the
34598              compatibility definition in thread.h)
34599      Branch: maint-5.6/perl
34600           !> (integrate 45 files)
34601 ____________________________________________________________________________
34602 [  8605] By: jhi                                   on 2001/01/30  05:43:58
34603         Log: Mark the UTF-8 APIs as experimental.
34604      Branch: maint-5.6/perl
34605            ! embed.pl pod/perlapi.pod
34606 ____________________________________________________________________________
34607 [  8604] By: jhi                                   on 2001/01/30  05:38:40
34608         Log: Nits from earlier integrates.
34609      Branch: maint-5.6/perl
34610            ! lib/Carp/Heavy.pm
34611           !> sv.c
34612 ____________________________________________________________________________
34613 [  8603] By: jhi                                   on 2001/01/30  05:27:26
34614         Log: Regenerate Porting files.
34615      Branch: maint-5.6/perl
34616            ! Porting/Glossary Porting/config.sh Porting/config_H
34617 ____________________________________________________________________________
34618 [  8602] By: jhi                                   on 2001/01/30  05:14:59
34619         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
34620              8310,8339,8447,8492,8493,8505,8525: documentation changes.
34621              
34622              Subject: Re: perlfaq style changes
34623              
34624              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
34625              
34626              Subject: [PATCH] docs on NaN
34627              
34628              Subject: [patch] perlfaq7
34629              
34630              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
34631              
34632              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
34633              
34634              Subject: [PATCH] open() example in perlfunc.pod
34635              
34636              Podify README.mpeix (a new version from the web)
34637              
34638              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
34639              
34640              Subject: [PATCH] format and rewording in perlfaq.pod
34641              
34642              Subject: [PATCH] API Variable documentation   
34643              
34644              Memory management calls documentation.
34645              
34646              Subject: [PATCH: perl@8482] README.vms URL updates
34647              
34648              Subject: Minor typos in perlfaq2.pod
34649              
34650              Subject: [PATCH] pod/perlvar.pod
34651      Branch: maint-5.6/perl
34652           +> pod/perl56delta.pod
34653            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34654           !> README.amiga README.epoc README.mpeix README.vms
34655           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
34656           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
34657           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
34658           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
34659           !> pod/perlvar.pod thrdvar.h
34660 ____________________________________________________________________________
34661 [  8601] By: jhi                                   on 2001/01/30  04:38:35
34662         Log: Integrate changes #8036,8096,8253 from mainline:
34663              hints changes.
34664              
34665              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
34666              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
34667              
34668              Output the (apparent) version of gcc in Tru64.
34669      Branch: maint-5.6/perl
34670           +> ext/POSIX/hints/svr4.pl
34671           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
34672           !> hints/svr4.sh t/lib/bigfltpm.t
34673 ____________________________________________________________________________
34674 [  8600] By: jhi                                   on 2001/01/30  04:04:01
34675         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
34676              locale fixes.
34677              
34678              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
34679              
34680              Debian allows /usr/bin/locale to exist without any locales. (7868)
34681              
34682              Allow the locale test needing POSIX and the taint test
34683              needing IPC::SysV to run under 'minitest' (basically,
34684              bail out if loading the extension fails). (8384)
34685              
34686              Cleanup the locale.t output  (8480)
34687      Branch: maint-5.6/perl
34688           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
34689           !> t/pragma/locale.t
34690 ____________________________________________________________________________
34691 [  8599] By: jhi                                   on 2001/01/30  03:51:04
34692         Log: Missing generated files from #8598.
34693      Branch: maint-5.6/perl
34694            ! embed.h global.sym objXSUB.h perlapi.c proto.h
34695 ____________________________________________________________________________
34696 [  8598] By: jhi                                   on 2001/01/30  03:41:54
34697         Log: Integrate change #8555 from mainline, manually integrate parts
34698              of changes 8452 and 8583.
34699              
34700              Subject: [PATCH] utf8.c documentation (8452)
34701              
34702              No point in checking the length if the pointer is bogus. (8555)
34703              
34704              Introduce bytes_from_utf8() and implement sv_eq() using it,
34705              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
34706              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
34707              was malformed. (8583)
34708      Branch: maint-5.6/perl
34709            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
34710           !> pod/perlapi.pod sv.c utf8.c
34711 ____________________________________________________________________________
34712 [  8597] By: gsar                                  on 2001/01/30  02:37:26
34713         Log: get PERL_OBJECT build going again on windows
34714      Branch: maint-5.6/perl
34715            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
34716            ! pod/perlapi.pod proto.h sv.c
34717 ____________________________________________________________________________
34718 [  8596] By: jhi                                   on 2001/01/30  02:16:17
34719         Log: Signedness nit.
34720      Branch: perl
34721            ! sv.c
34722 ____________________________________________________________________________
34723 [  8595] By: jhi                                   on 2001/01/30  02:11:07
34724         Log: EBCDIC patch for Storable, from Peter Prymmer.
34725      Branch: perl
34726            ! t/lib/st-06compat.t
34727 ____________________________________________________________________________
34728 [  8594] By: jhi                                   on 2001/01/30  01:04:48
34729         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
34730              From: Peter Prymmer <pvhp@forte.com>
34731              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
34732              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
34733      Branch: perl
34734            ! t/lib/b.t
34735 ____________________________________________________________________________
34736 [  8593] By: jhi                                   on 2001/01/30  00:56:47
34737         Log: Subject: [PATCH: perl@8585] pod problems in io
34738              From: Peter Prymmer <pvhp@forte.com>
34739              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
34740              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
34741      Branch: perl
34742            ! pod/perlapio.pod pod/perliol.pod
34743 ____________________________________________________________________________
34744 [  8592] By: jhi                                   on 2001/01/30  00:48:20
34745         Log: Integrate perlio.
34746      Branch: perl
34747           !> pod/perlapio.pod pod/perliol.pod
34748 ____________________________________________________________________________
34749 [  8591] By: nick                                  on 2001/01/29  22:02:28
34750         Log: GNU 'merge' Simon's copy of perliol.pod with version
34751              patched by Craig's patch.
34752      Branch: perlio
34753            ! pod/perliol.pod
34754 ____________________________________________________________________________
34755 [  8590] By: nick                                  on 2001/01/29  21:55:10
34756         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
34757      Branch: perlio
34758            ! pod/perlapio.pod pod/perliol.pod
34759 ____________________________________________________________________________
34760 [  8589] By: jhi                                   on 2001/01/29  15:35:33
34761         Log: Integrate change #8586 from maint-5.6/perl.
34762              
34763              make the BOM detection code not call tell() until it has to
34764              (meant to fix esoteric compatibility issues where PL_rsfp
34765              is overridden)
34766      Branch: perl
34767           !> toke.c
34768 ____________________________________________________________________________
34769 [  8588] By: jhi                                   on 2001/01/29  15:29:11
34770         Log: Subject: MAking Solaris malloc() the default
34771              From: Lupe Christoph <lupe@lupe-christoph.de>
34772              Date: Mon, 29 Jan 2001 12:59:36 +0100
34773              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
34774              
34775              The README.solaris part slightly tweaked.
34776      Branch: perl
34777            ! README.solaris hints/solaris_2.sh
34778 ____________________________________________________________________________
34779 [  8587] By: jhi                                   on 2001/01/29  15:17:34
34780         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
34781              From: root@ak-75.mind.de
34782              Date: Sun, 28 Jan 2001 20:32:29 +0100
34783              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
34784      Branch: perl
34785            ! pod/perlre.pod
34786 ____________________________________________________________________________
34787 [  8586] By: gsar                                  on 2001/01/29  13:43:44
34788         Log: make the BOM detection code not call tell() until it has to
34789              (meant to fix esoteric compatibility issues where PL_rsfp
34790              is overridden)
34791      Branch: maint-5.6/perl
34792            ! toke.c
34793 ____________________________________________________________________________
34794 [  8585] By: jhi                                   on 2001/01/28  20:05:45
34795         Log: Update Changes.
34796      Branch: perl
34797            ! Changes patchlevel.h
34798 ____________________________________________________________________________
34799 [  8584] By: jhi                                   on 2001/01/28  19:30:02
34800         Log: Integrate perlio.
34801      Branch: perl
34802           +> pod/perliol.pod
34803           !> MANIFEST pod/perlapio.pod
34804 ____________________________________________________________________________
34805 [  8583] By: jhi                                   on 2001/01/28  19:28:40
34806         Log: Patch from Inaba Hiroto:
34807              - canonical UTF-8 hash keys: if a key string for a hash is
34808              UTF8-on, try downgrade the string and use it if
34809              unicode::distinct is not in effect.
34810              For the task, I added a function bytes_from_utf8() to utf8.c.
34811              It might resemble utf8_to_bytes() but it is not convenient
34812              to the task.
34813              Made a test for it and added to t/op/each.t
34814              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
34815              the mortal copy of the argument SV.
34816              And changed t/io/utf8.t test 18 which expects print() to
34817              upgrade its argument.
34818              - re-implement sv_eq with bytes_from_utf8()
34819              - some bug fixes
34820              - tr/// does not handle UTF8 range (\x{}-\x{})
34821              - \ before raw UTF8 character produced
34822              "Malformed UTF-8 character" warning.
34823              - "\x{100}\N{CENT SIGN}" is Malformed.
34824              Added tests for these 3.
34825              - and one silly bug (by me) with qu operator.
34826      Branch: perl
34827            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
34828            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
34829            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
34830 ____________________________________________________________________________
34831 [  8582] By: nick                                  on 2001/01/28  19:25:04
34832         Log: Add pod/perliol.pod to MANIFEST :-(
34833      Branch: perlio
34834            ! MANIFEST
34835 ____________________________________________________________________________
34836 [  8581] By: nick                                  on 2001/01/28  19:22:40
34837         Log: PerlIO documentation. Proofing and sub-editing requested.
34838      Branch: perlio
34839            + pod/perliol.pod
34840            ! pod/perlapio.pod
34841 ____________________________________________________________________________
34842 [  8580] By: jhi                                   on 2001/01/28  05:16:25
34843         Log: Revert the change to sv_2pv() done by #8054: Someone who
34844              did SvNV_set() on a scalar that also happened to be POK,
34845              followed by sv_2pv() won't get the right coercion anymore.
34846              [Sarathy]
34847      Branch: maint-5.6/perl
34848            ! sv.c
34849 ____________________________________________________________________________
34850 [  8579] By: jhi                                   on 2001/01/28  05:15:04
34851         Log: Remove the #8084 effect: do not allow -Q to be interpreted
34852              as -&Q(), this is too much wiggle room.
34853      Branch: maint-5.6/perl
34854            ! toke.c
34855 ____________________________________________________________________________
34856 [  8578] By: jhi                                   on 2001/01/28  05:12:45
34857         Log: Needed bits of #8439 (should have been in #8576),
34858              mainly for lval substr().
34859      Branch: maint-5.6/perl
34860            ! mg.c pp.c pp_hot.c
34861 ____________________________________________________________________________
34862 [  8577] By: jhi                                   on 2001/01/28  05:02:46
34863         Log: A missing check-in.
34864      Branch: maint-5.6/perl
34865            ! utf8.c
34866 ____________________________________________________________________________
34867 [  8576] By: jhi                                   on 2001/01/28  04:26:18
34868         Log: Integrate changes #8425,8436,8439,8517 from mainline.
34869              The 8439 was not truly integrated because it had too many
34870              dependencies on the development branch and because it introduced
34871              concepts too bold for a maintenance branch (such as the qu operator).
34872              
34873              Subject: [PATCH perl@8342] -Wformat
34874              
34875              Tighten some of the UTF-8 tests a bit.
34876              
34877              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
34878              - The substr lval was still not okay.
34879              - Now pp_stringify and sv_setsv copies source's UTF8 flag
34880              even if IN_BYTE.  pp_stringify is called from fold_constants
34881              at optimization phase and "\x{100}" was made SvUTF8_off under
34882              use bytes (the bytes pragma is for "byte semantics" and not
34883              for "do not produce UTF8 data")
34884      Branch: maint-5.6/perl
34885            ! t/lib/charnames.t t/op/substr.t toke.c
34886           !> sv.c t/pragma/utf8.t
34887 ____________________________________________________________________________
34888 [  8575] By: jhi                                   on 2001/01/28  04:01:51
34889         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
34890              
34891              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
34892              
34893              Subject: [ID 20001230.003] UTF-8 tr still hurts
34894              
34895              Test cases for #8385 (from Simon's "torture.pl")
34896              
34897              Start fixing UTF-8 lval substr() (8405)
34898      Branch: maint-5.6/perl
34899           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
34900           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
34901 ____________________________________________________________________________
34902 [  8574] By: jhi                                   on 2001/01/28  03:09:06
34903         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
34904              from mainline.
34905              
34906              UTF-8 cleanup.
34907              
34908              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
34909              
34910              "\x{FF}\xFF" was broken.
34911              
34912              Tests for #8329 and #8330.
34913              
34914              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
34915              
34916              IRIX compiler noticed that the bof initialization might be
34917              bypassed by control flow.
34918              
34919              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
34920      Branch: maint-5.6/perl
34921           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
34922           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
34923 ____________________________________________________________________________
34924 [  8573] By: jhi                                   on 2001/01/28  02:06:12
34925         Log: Retract #8552.
34926      Branch: perl
34927            ! lib/Text/Wrap.pm t/lib/textwrap.t
34928 ____________________________________________________________________________
34929 [  8572] By: jhi                                   on 2001/01/28  02:04:49
34930         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
34931              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
34932              not really integrated but instead salvaged by hand
34933              (they had too many dependencies on the development release
34934              to be cleanly integratable).
34935              
34936              Subject: more UTF8 test suites and an UTF8 patch
34937              
34938              Tweak for MULTIPLICITY/USE_PERLIO
34939              
34940              Signedness nit.
34941              
34942              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
34943              
34944              Use the UTF8_XXX macros in is_utf8_char().
34945              
34946              Rewrite pp_concat() in terms of sv_catsv().  The . operator
34947              should now be UTF-8-proof.
34948              
34949              Subject: [PATCH perl@8269] scanning two hex-constants
34950              fails on EBCDIC environment (script length.t)
34951              
34952              Add some Unicode chop() tests.
34953      Branch: maint-5.6/perl
34954            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
34955           !> sv.c t/op/chop.t utf8.h
34956 ____________________________________________________________________________
34957 [  8571] By: jhi                                   on 2001/01/28  00:35:59
34958         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
34959              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
34960              
34961              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
34962              
34963              The maxiters upper limit sanity check (guarding against
34964              non-progress) assumed bytes instead of characters in s///
34965              and split().
34966              
34967              Signedness nit.
34968              
34969              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
34970              join() should now be UTF-8-proof.
34971              
34972              More split // UTF-8 tests. (8250)
34973      Branch: maint-5.6/perl
34974           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
34975           !> util.c
34976 ____________________________________________________________________________
34977 [  8570] By: jhi                                   on 2001/01/27  22:15:46
34978         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
34979              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
34980              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
34981              8084,8204,8244,8333 from mainline.
34982              
34983              For -Q where Q might be a one-letter sub name one does no more
34984              get a warning about an unknown filetest (7941,7943,7944,8084).
34985              
34986              Subject: Re: [ID 20001130.011] expression parsing bug ?
34987              
34988              Make uv_to_utf8() to zero-terminate its output buffer.
34989              
34990              Split off t/op/length.t (7995)
34991              
34992              Split off t/op/utf8decode.t (7996)
34993              
34994              Remove an unnecessary 'use utf8' from the utf8.t (7998)
34995              
34996              Split off t/op/concat.t (8004)
34997              
34998              Split off t/op/ver.t (8005)
34999              
35000              Document utf8_length(), utf8_distance(), and utf8_hop().
35001              
35002              Document utf8_to_uv() better.
35003              
35004              Introduce macros for UTF8 decoding (8028,8033).
35005              
35006              Add test for reverse() (8030,8031).
35007              
35008              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
35009              
35010              Do not return the Unicode replacement character    on UTF-8
35011              decoding failure.
35012              
35013              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
35014              not this_utf8 i.e. the output string has one, but don't mess
35015              with source assumption. (8052,8053)
35016              
35017              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
35018              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
35019              was not expecting to be called with something that was already
35020              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
35021              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
35022              (8054)
35023              
35024              Recode the naughty binary bytes in utf8decode.t using the \xHH.
35025              
35026              Make some panic messages a bit more logical.
35027      Branch: maint-5.6/perl
35028           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
35029           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
35030           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
35031           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
35032           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
35033           !> utf8.c utf8.h
35034 ____________________________________________________________________________
35035 [  8569] By: jhi                                   on 2001/01/27  19:16:43
35036         Log: Integrate changes #7750 from perlio and #8566 from mainline.
35037      Branch: maint-5.6/perl
35038           !> regexec.c sv.c
35039 ____________________________________________________________________________
35040 [  8568] By: jhi                                   on 2001/01/27  18:06:51
35041         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
35042              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
35043              7935[-perlio.c],7936,7959,7965 from mainline.
35044              
35045              Change the "big byte" error message to "Wide character".
35046              (7355, the croak-if-wide-chars-in-print part ignored)
35047              
35048              Use UINT64_C().
35049              
35050              Introduce Perl_utf8_length().
35051              
35052              diff -se shows these as different (7753, forgotten check-ins)
35053              
35054              Subject: [PATCH] doop.c - UTF8 tr///
35055              
35056              If we use (aTHX_ ...) then put Perl_ on the front.
35057              
35058              Make utf8_length() and utf8_distance() to be less forgiving
35059              about bad UTF-8.
35060              
35061              Test line numbers are different with utf8.
35062              
35063              No need to scan till infinity, 13 is enough. (7872,7911)
35064              
35065              Subject: [PATCH] Tokeniser debugging
35066              
35067              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
35068              
35069              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
35070              
35071              Be more careful in Perl_sv_utf8_downgrade().
35072              
35073              Use DO_UTF8().
35074              
35075              Raw zero bytes in text files confuse at least GNU patch 2.1.
35076      Branch: maint-5.6/perl
35077           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
35078           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
35079           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
35080           !> t/pragma/utf8.t toke.c utf8.c utf8.h
35081 ____________________________________________________________________________
35082 [  8567] By: nick                                  on 2001/01/27  11:10:38
35083         Log: Integrate mainline
35084      Branch: perlio
35085           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
35086           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
35087           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
35088           !> toke.c
35089 ____________________________________________________________________________
35090 [  8566] By: jhi                                   on 2001/01/27  06:22:48
35091         Log: More documentation for the regexp context stack.
35092      Branch: perl
35093            ! regexec.c
35094 ____________________________________________________________________________
35095 [  8565] By: jhi                                   on 2001/01/27  05:21:57
35096         Log: Update Changes.
35097      Branch: perl
35098            ! Changes patchlevel.h
35099 ____________________________________________________________________________
35100 [  8564] By: jhi                                   on 2001/01/27  04:44:04
35101         Log: Threadedness patch for #8562 from Doug MacEachern.
35102      Branch: perl
35103            ! toke.c
35104 ____________________________________________________________________________
35105 [  8563] By: jhi                                   on 2001/01/27  04:26:24
35106         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
35107              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35108              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
35109              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
35110      Branch: perl
35111            ! op.c
35112 ____________________________________________________________________________
35113 [  8562] By: jhi                                   on 2001/01/27  04:20:30
35114         Log: Subject: Re: Announce : Tokener reporting patch
35115              From: Simon Cozens <simon@cozens.net>
35116              Date: Mon, 22 Jan 2001 02:17:22 +0000
35117              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
35118      Branch: perl
35119            ! embed.h embed.pl proto.h toke.c
35120 ____________________________________________________________________________
35121 [  8561] By: jhi                                   on 2001/01/27  04:17:24
35122         Log: Forgot from #8545.  Oops.
35123      Branch: perl
35124            ! pp.c t/pragma/overload.t
35125 ____________________________________________________________________________
35126 [  8560] By: jhi                                   on 2001/01/27  03:01:47
35127         Log: A better module compilation test, use MANIFEST as suggested
35128              by Spider.
35129      Branch: perl
35130            ! t/lib/1_compile.t
35131 ____________________________________________________________________________
35132 [  8559] By: jhi                                   on 2001/01/27  02:50:48
35133         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
35134              From: Peter Prymmer <pvhp@forte.com>
35135              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
35136              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
35137      Branch: perl
35138            ! t/lib/b.t
35139 ____________________________________________________________________________
35140 [  8558] By: jhi                                   on 2001/01/27  02:27:05
35141         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
35142              From: Peter Prymmer <pvhp@forte.com>
35143              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
35144              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
35145      Branch: perl
35146            ! t/pragma/sub_lval.t
35147 ____________________________________________________________________________
35148 [  8557] By: jhi                                   on 2001/01/27  02:26:03
35149         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
35150              From: Peter Prymmer <pvhp@forte.com>
35151              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
35152              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
35153      Branch: perl
35154            ! t/lib/st-06compat.t
35155 ____________________________________________________________________________
35156 [  8556] By: jhi                                   on 2001/01/27  02:24:33
35157         Log: Subject: [PATCH: perl@8531] minor update to README.os390
35158              From: Peter Prymmer <pvhp@forte.com>
35159              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
35160              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
35161      Branch: perl
35162            ! README.os390
35163 ____________________________________________________________________________
35164 [  8555] By: jhi                                   on 2001/01/27  00:35:47
35165         Log: No point in checking the length before we know whether the pointer
35166              is bogus or not, fixes Abigail's odbm failures in Linux.
35167      Branch: perl
35168            ! sv.c
35169 ____________________________________________________________________________
35170 [  8554] By: nick                                  on 2001/01/26  19:01:31
35171         Log: Integrate mainline
35172      Branch: perlio
35173           !> lib/Text/Wrap.pm t/lib/textwrap.t
35174 ____________________________________________________________________________
35175 [  8553] By: jhi                                   on 2001/01/26  15:19:39
35176         Log: Integrate change #7792 from perlio (multiplicity fix),
35177              fix the AV leak in regex DEBUGGING (tiny part of the
35178              polymorphic regexp patch #8143).
35179      Branch: maint-5.6/perl
35180            ! regcomp.c
35181           !> scope.h
35182 ____________________________________________________________________________
35183 [  8552] By: jhi                                   on 2001/01/26  15:03:23
35184         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
35185              From: Michael G Schwern <schwern@pobox.com>
35186              Date: Fri, 26 Jan 2001 09:28:31 -0500
35187              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
35188      Branch: perl
35189            ! lib/Text/Wrap.pm t/lib/textwrap.t
35190 ____________________________________________________________________________
35191 [  8551] By: jhi                                   on 2001/01/26  02:33:19
35192         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
35193              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
35194              
35195              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
35196              
35197              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
35198              
35199              Message nit.
35200              
35201              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
35202              
35203              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
35204              
35205              (the cleanup of unused submatches in regtry() and regcppop())
35206              
35207              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
35208              stored and restored, and thusly was trounced by the utf8 swash
35209              routines.
35210              
35211              use utf8 not required to use \x{}.
35212              
35213              Removed two more tests that make no sense in UTF-8 since the test
35214              data is not in UTF-8.
35215              
35216              Get the three different space character classes right under utf8.
35217              
35218              Implement ANYOFUTF8 regprop() dumping.
35219              
35220              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
35221              
35222              Document the regex context pushing/popping a bit better.
35223      Branch: maint-5.6/perl
35224           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
35225           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
35226           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
35227           !> t/op/regmesg.t utf8.c
35228 ____________________________________________________________________________
35229 [  8550] By: nick                                  on 2001/01/25  19:42:30
35230         Log: Integrate mainline
35231      Branch: perlio
35232           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
35233           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
35234           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
35235           !> t/lib/bigint.t t/lib/bigintpm.t
35236 ____________________________________________________________________________
35237 [  8549] By: jhi                                   on 2001/01/25  15:22:28
35238         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
35239      Branch: maint-5.6/perl
35240            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
35241 ____________________________________________________________________________
35242 [  8548] By: jhi                                   on 2001/01/25  15:02:55
35243         Log: Integrate changes #7997,8063,8492,8547 from mainline.
35244              
35245              Subject: Re: STRLEN - what?
35246              
35247              Subject: [PATCH] perlguts.pod
35248              
35249              Memory management calls documentation.
35250              
35251              Layout using tabulator is not a good idea in a pod.
35252      Branch: maint-5.6/perl
35253           !> pod/perlguts.pod
35254 ____________________________________________________________________________
35255 [  8547] By: jhi                                   on 2001/01/25  14:49:05
35256         Log: Layout using tabulator is not a good idea in a pod.
35257      Branch: perl
35258            ! pod/perlguts.pod
35259 ____________________________________________________________________________
35260 [  8546] By: jhi                                   on 2001/01/25  14:31:12
35261         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
35262              from mainline.
35263              
35264              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
35265              
35266              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
35267              
35268              More Win32 editor/IDE/shell hints.
35269              
35270              More Win32 Perling.
35271              
35272              Yet another editor edit.
35273              
35274              Edit edit edit.
35275              
35276              IDE/editor section tweaking.
35277              
35278              Few more IDE/editor nits from p5p.
35279      Branch: maint-5.6/perl
35280           !> pod/perlfaq3.pod
35281 ____________________________________________________________________________
35282 [  8545] By: jhi                                   on 2001/01/25  04:16:32
35283         Log: Subject: [PATCH 5.7.0] overload int()
35284              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35285              Date: Wed, 24 Jan 2001 19:06:57 -0500
35286              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
35287      Branch: perl
35288            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
35289            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
35290            ! t/lib/bigintpm.t
35291 ____________________________________________________________________________
35292 [  8544] By: jhi                                   on 2001/01/25  04:15:11
35293         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
35294              From: Peter Prymmer <pvhp@forte.com>
35295              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
35296              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
35297      Branch: perl
35298            ! Makefile.SH README.os390 hints/os390.sh installperl
35299 ____________________________________________________________________________
35300 [  8543] By: jhi                                   on 2001/01/25  03:52:08
35301         Log: Integrate change #8462,8469 from mainline.
35302              
35303              In VMS Perl subversion (perl -V) is undef.
35304      Branch: maint-5.6/perl
35305           !> configure.com
35306 ____________________________________________________________________________
35307 [  8542] By: jhi                                   on 2001/01/25  03:44:55
35308         Log: Integrate changes #7835,7850,8315,8316 from mainline.
35309              
35310              Solaris hints.
35311      Branch: maint-5.6/perl
35312           !> hints/solaris_2.sh
35313 ____________________________________________________________________________
35314 [  8541] By: jhi                                   on 2001/01/25  03:39:28
35315         Log: Integrate #8336 from mainline.
35316      Branch: maint-5.6/perl
35317           !> hv.c
35318 ____________________________________________________________________________
35319 [  8540] By: jhi                                   on 2001/01/25  03:23:50
35320         Log: Retract #8539.
35321      Branch: maint-5.6/perl
35322            ! pod/perlfaq3.pod
35323 ____________________________________________________________________________
35324 [  8539] By: jhi                                   on 2001/01/25  03:21:55
35325         Log: (Retracted by #5940.)
35326      Branch: maint-5.6/perl
35327            ! pod/perlfaq3.pod
35328 ____________________________________________________________________________
35329 [  8538] By: jhi                                   on 2001/01/25  03:14:07
35330         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
35331              From: Peter Prymmer <pvhp@forte.com>
35332              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
35333              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
35334              
35335              The VMS bits.
35336      Branch: maint-5.6/perl
35337            ! configure.com vms/descrip_mms.template
35338 ____________________________________________________________________________
35339 [  8537] By: jhi                                   on 2001/01/25  03:06:09
35340         Log: Integrate #7710,7824,7973 from mainline.
35341      Branch: maint-5.6/perl
35342           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35343           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
35344           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
35345           !> vos/config.ga.def vos/config.ga.h win32/config.bc
35346           !> win32/config.gc win32/config.vc
35347 ____________________________________________________________________________
35348 [  8536] By: jhi                                   on 2001/01/24  13:50:20
35349         Log: Revert the edits made by me so far to the 5.6 branch since
35350              the TRIAL1 since I did edits when I should have been using
35351              integrates.  Bad programmer.   (Will integrate them properly later.)
35352              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
35353              The #8353 will not be reapplied at least for now since
35354              the UTF-8 hash keys need more thinking.
35355              (The patches #8347, #8354, #8454, #8473 were okay since they
35356              were original edits made specifically for the 5.6.1-TRIAL1.)
35357      Branch: maint-5.6/perl
35358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35359            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
35360            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
35361            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
35362            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
35363            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35364            ! win32/config.bc win32/config.gc win32/config.vc
35365 ____________________________________________________________________________
35366 [  8535] By: bailey                                on 2001/01/24  06:37:02
35367         Log: SYN SYN
35368      Branch: vmsperl
35369           +> (branch 26 files)
35370           !> (integrate 130 files)
35371 ____________________________________________________________________________
35372 [  8534] By: nick                                  on 2001/01/23  19:30:57
35373         Log: Integrate mainline.
35374      Branch: perlio
35375           !> Changes Configure Porting/Glossary Porting/config.sh
35376           !> Porting/config_H embed.h embed.pl ext/Encode/compile
35377           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
35378           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
35379           !> pod/perlvar.pod proto.h t/lib/1_compile.t
35380 ____________________________________________________________________________
35381 [  8533] By: jhi                                   on 2001/01/23  16:15:46
35382         Log: Forgotten from #8501.
35383      Branch: perl
35384            ! Porting/Glossary Porting/config.sh Porting/config_H
35385 ____________________________________________________________________________
35386 [  8532] By: jhi                                   on 2001/01/23  16:13:27
35387         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
35388              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35389              Date: Mon, 22 Jan 2001 17:51:58 +0100
35390              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
35391      Branch: perl
35392            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
35393 ____________________________________________________________________________
35394 [  8531] By: jhi                                   on 2001/01/23  15:46:01
35395         Log: Update Changes.
35396      Branch: perl
35397            ! Changes patchlevel.h
35398 ____________________________________________________________________________
35399 [  8530] By: jhi                                   on 2001/01/23  15:38:39
35400         Log: De-cut-and-pasto.
35401      Branch: perl
35402            ! t/lib/1_compile.t
35403 ____________________________________________________________________________
35404 [  8529] By: jhi                                   on 2001/01/23  15:11:04
35405         Log: Document the mkdir trailing slashes case.
35406      Branch: perl
35407            ! pod/perlfunc.pod
35408 ____________________________________________________________________________
35409 [  8528] By: jhi                                   on 2001/01/23  15:08:28
35410         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
35411              get installed:
35412              
35413              Subject: lib/lib.pm
35414              From: <abigail@foad.org>
35415              Date: Mon, 28 Aug 2000 20:35:08 -0400
35416              Message-ID: <20000829003508.21281.qmail@foad.org>
35417      Branch: perl
35418            ! installperl
35419 ____________________________________________________________________________
35420 [  8527] By: jhi                                   on 2001/01/23  14:44:04
35421         Log: Metaconfig unit change for #8526.
35422      Branch: metaconfig
35423            ! U/threads/archname.U
35424 ____________________________________________________________________________
35425 [  8526] By: jhi                                   on 2001/01/23  14:43:19
35426         Log: Attach -perlio to the archname if so selected.
35427      Branch: perl
35428            ! Configure
35429 ____________________________________________________________________________
35430 [  8525] By: jhi                                   on 2001/01/23  14:24:01
35431         Log: Subject: [PATCH] pod/perlvar.pod
35432              From: abigail@foad.org
35433              Date: Tue, 23 Jan 2001 01:41:10 +0100
35434              Message-ID: <20010123004110.22259.qmail@foad.org>
35435      Branch: perl
35436            ! pod/perlvar.pod
35437 ____________________________________________________________________________
35438 [  8524] By: jhi                                   on 2001/01/23  14:22:32
35439         Log: A bug introduced in #8217 (the undefined variable in the
35440              lib/safe1_t #3) fixed, by Charles Lane:
35441              
35442              The earlier patch made it so that stuff running in Safe
35443              compartments could do a "caller" and see "main".  That
35444              little change in name is done right before the code in
35445              the compartment is run, and apparantly the parser
35446              was picking up the stash name before it got changed.
35447              
35448              (why it was threaded vs. unthreaded Perl that was sensitive to this
35449              I still don't know...and it probably doesn't matter).
35450              
35451              I tryed removing the stash name-change and saw that threaded Perl
35452              did indeed pass the lib/safe1.t tests.
35453              
35454              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
35455              do the name change (and to connect _ in the compartment to the global
35456              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
35457              to call _safe_pkg_prep when creating a new compartment.
35458              
35459              Passes all tests with threaded perl on linux; passes all tests
35460              with unthreaded perl on VMS.
35461              
35462              At some point I'll probably want to revisit Safe and Opcode to
35463              provide more sensible handling of global variables...and to get
35464              formats working in Safe compartments, which they don't do currently.
35465      Branch: perl
35466            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
35467 ____________________________________________________________________________
35468 [  8523] By: jhi                                   on 2001/01/23  14:11:58
35469         Log: Also the lib/Thread.pm itself needs to be ignored if
35470              the Thread extension hasn't been built.
35471      Branch: perl
35472            ! t/lib/1_compile.t
35473 ____________________________________________________________________________
35474 [  8522] By: jhi                                   on 2001/01/23  13:51:28
35475         Log: print() instead of warn() so that stderr doesn't get
35476              unncessarily polluted.
35477      Branch: perl
35478            ! ext/Encode/compile
35479 ____________________________________________________________________________
35480 [  8521] By: jhi                                   on 2001/01/23  13:49:48
35481         Log: Integrate perlio.
35482      Branch: perl
35483           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
35484           !> ext/Encode/encode.h
35485 ____________________________________________________________________________
35486 [  8520] By: nick                                  on 2001/01/22  21:44:00
35487         Log: More messing with Encode:
35488              Extra fields in header to allow multiple names and to record
35489              other things "compile" knows.
35490              Re-organise compile to factor out common output routines.
35491      Branch: perlio
35492            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
35493 ____________________________________________________________________________
35494 [  8519] By: nick                                  on 2001/01/22  20:33:50
35495         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
35496      Branch: perlio
35497            ! ext/Encode/Makefile.PL ext/Encode/compile
35498 ____________________________________________________________________________
35499 [  8518] By: nick                                  on 2001/01/22  20:28:13
35500         Log: Integrate mainline
35501      Branch: perlio
35502           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
35503           !> vos/config.alpha.def vos/config.alpha.h
35504 ____________________________________________________________________________
35505 [  8517] By: jhi                                   on 2001/01/22  15:37:17
35506         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
35507              by Inaba Hiroto.
35508      Branch: perl
35509            ! sv.c
35510 ____________________________________________________________________________
35511 [  8516] By: jhi                                   on 2001/01/22  14:55:15
35512         Log: More SIG_SIZE fixes.
35513      Branch: perl
35514            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
35515 ____________________________________________________________________________
35516 [  8515] By: jhi                                   on 2001/01/22  14:50:27
35517         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
35518              From: "Craig A. Berry" <craigberry@mac.com>
35519              Date: Mon, 22 Jan 2001 00:42:24 -0600
35520              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
35521      Branch: perl
35522            ! configure.com
35523 ____________________________________________________________________________
35524 [  8514] By: jhi                                   on 2001/01/22  14:31:17
35525         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
35526              From: "Craig A. Berry" <craigberry@mac.com>
35527              Date: Sun, 21 Jan 2001 23:03:25 -0600
35528              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
35529      Branch: perl
35530            ! configure.com
35531 ____________________________________________________________________________
35532 [  8513] By: jhi                                   on 2001/01/22  14:14:00
35533         Log: Add the .ucm encoding tables to the MANIFEST.
35534      Branch: perl
35535            ! MANIFEST
35536 ____________________________________________________________________________
35537 [  8512] By: jhi                                   on 2001/01/22  13:43:33
35538         Log: Integrate perlio.
35539      Branch: perl
35540           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
35541           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
35542           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
35543           +> ext/Encode/Encode/iso8859-10.ucm
35544           +> ext/Encode/Encode/iso8859-13.ucm
35545           +> ext/Encode/Encode/iso8859-14.ucm
35546           +> ext/Encode/Encode/iso8859-15.ucm
35547           +> ext/Encode/Encode/iso8859-16.ucm
35548           +> ext/Encode/Encode/iso8859-2.ucm
35549           +> ext/Encode/Encode/iso8859-3.ucm
35550           +> ext/Encode/Encode/iso8859-4.ucm
35551           +> ext/Encode/Encode/iso8859-5.ucm
35552           +> ext/Encode/Encode/iso8859-6.ucm
35553           +> ext/Encode/Encode/iso8859-7.ucm
35554           +> ext/Encode/Encode/iso8859-8.ucm
35555           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
35556           +> ext/Encode/Encode/symbol.ucm
35557           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
35558           !> perliol.h
35559 ____________________________________________________________________________
35560 [  8511] By: nick                                  on 2001/01/21  23:44:47
35561         Log: Make "real" layers of ":utf8" and ":raw".
35562              So now PERLIO=utf8 perl ...
35563              does what Andreas wanted.
35564              Fix arg passing in open.pm (still have a Carp issue).
35565      Branch: perlio
35566            ! lib/open.pm perlio.c perliol.h
35567 ____________________________________________________________________________
35568 [  8510] By: jhi                                   on 2001/01/21  22:56:53
35569         Log: Document the regex context pushing/popping a bit better.
35570      Branch: perl
35571            ! regexec.c
35572 ____________________________________________________________________________
35573 [  8509] By: jhi                                   on 2001/01/21  22:55:44
35574         Log: Tweak the mkdir trailing slash code some more.
35575              
35576              TO DO: the same handling should probably be done for
35577              all the other filesystem functions that can have directories
35578              as their arguments.
35579      Branch: perl
35580            ! pp_sys.c
35581 ____________________________________________________________________________
35582 [  8508] By: nick                                  on 2001/01/21  21:37:43
35583         Log: Switch "compiled in" encodings to .ucm format.
35584              (Leave others as .enc till we can run-time load .ucm,
35585              or find some other way to load them.)
35586      Branch: perlio
35587            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
35588            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
35589            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
35590            + ext/Encode/Encode/iso8859-10.ucm
35591            + ext/Encode/Encode/iso8859-13.ucm
35592            + ext/Encode/Encode/iso8859-14.ucm
35593            + ext/Encode/Encode/iso8859-15.ucm
35594            + ext/Encode/Encode/iso8859-16.ucm
35595            + ext/Encode/Encode/iso8859-2.ucm
35596            + ext/Encode/Encode/iso8859-3.ucm
35597            + ext/Encode/Encode/iso8859-4.ucm
35598            + ext/Encode/Encode/iso8859-5.ucm
35599            + ext/Encode/Encode/iso8859-6.ucm
35600            + ext/Encode/Encode/iso8859-7.ucm
35601            + ext/Encode/Encode/iso8859-8.ucm
35602            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
35603            + ext/Encode/Encode/symbol.ucm
35604            ! ext/Encode/Makefile.PL ext/Encode/compile
35605 ____________________________________________________________________________
35606 [  8507] By: nick                                  on 2001/01/21  21:02:03
35607         Log: Integrate (partial) mainline.
35608      Branch: perlio
35609           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
35610           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
35611           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35612 ____________________________________________________________________________
35613 [  8506] By: jhi                                   on 2001/01/21  20:09:30
35614         Log: Update Changes.
35615      Branch: perl
35616            ! Changes patchlevel.h
35617 ____________________________________________________________________________
35618 [  8505] By: jhi                                   on 2001/01/21  19:39:59
35619         Log: Subject: Minor typos in perlfaq2.pod
35620              From: "Stephen P. Potter" <spp@spotter.yi.org>
35621              Message-Id: <200101192101.QAA11911@spotter.yi.org>
35622              Date: Fri, 19 Jan 2001 16:01:13 -0500
35623              
35624              with a nit from Philip Netwon.
35625      Branch: perl
35626            ! pod/perlfaq2.pod
35627 ____________________________________________________________________________
35628 [  8504] By: jhi                                   on 2001/01/21  19:33:05
35629         Log: Metaconfig change for #8503.
35630      Branch: metaconfig
35631            ! U/threads/usethreads.U
35632 ____________________________________________________________________________
35633 [  8503] By: jhi                                   on 2001/01/21  19:32:21
35634         Log: Sanity check for conflicting thread flavours.
35635      Branch: perl
35636            ! Configure config_h.SH
35637 ____________________________________________________________________________
35638 [  8502] By: jhi                                   on 2001/01/21  19:23:00
35639         Log: Metaconfig change for #8501.
35640      Branch: metaconfig
35641            ! U/modified/sig_name.U
35642 ____________________________________________________________________________
35643 [  8501] By: jhi                                   on 2001/01/21  19:22:26
35644         Log: The SIG_SIZE is the number of the elements *excluding*
35645              the terminating NULL.
35646      Branch: perl
35647            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
35648            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
35649            ! win32/config_H.vc
35650 ____________________________________________________________________________
35651 [  8500] By: jhi                                   on 2001/01/21  18:31:31
35652         Log: Integrate perlio.
35653      Branch: perl
35654           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
35655           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
35656           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
35657           !> pp_sys.c proto.h sv.c
35658 ____________________________________________________________________________
35659 [  8499] By: jhi                                   on 2001/01/21  17:43:57
35660         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
35661              From: Hugo <hv@crypt.compulink.co.uk>
35662              Date: Sun, 21 Jan 2001 13:34:05 +0000
35663              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
35664              
35665              In sprintf UTF8ize only if necessary.
35666      Branch: perl
35667            ! sv.c
35668 ____________________________________________________________________________
35669 [  8498] By: nick                                  on 2001/01/21  16:25:32
35670         Log: Encode cleanup.
35671              Add command line control over "compile" so that Makefile.PL
35672              needs can be combined with other uses.
35673              Use command line options in Makefile.PL.
35674              Fix multi-byte parsing in .ucm files.
35675      Branch: perlio
35676            ! ext/Encode/Makefile.PL ext/Encode/compile
35677 ____________________________________________________________________________
35678 [  8497] By: nick                                  on 2001/01/21  12:56:27
35679         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
35680      Branch: perlio
35681            ! ext/Encode/Encode.xs
35682 ____________________________________________________________________________
35683 [  8496] By: nick                                  on 2001/01/21  12:18:45
35684         Log: Fixup after integrate:
35685              missed the .sym files that are changed by regen_headers
35686              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
35687      Branch: perlio
35688            ! global.sym pp.sym sv.c
35689 ____________________________________________________________________________
35690 [  8495] By: nick                                  on 2001/01/21  11:51:07
35691         Log: Integrate mainline.
35692      Branch: perlio
35693           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
35694           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
35695           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
35696           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
35697           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
35698           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
35699           !> win32/Makefile win32/makefile.mk
35700 ____________________________________________________________________________
35701 [  8494] By: jhi                                   on 2001/01/20  23:12:11
35702         Log: Forgot the expect_number() prototype.
35703      Branch: perl
35704            ! embed.h embed.pl proto.h
35705 ____________________________________________________________________________
35706 [  8493] By: jhi                                   on 2001/01/20  22:56:39
35707         Log: Subject: [PATCH: perl@8482] README.vms URL updates
35708              From: Peter Prymmer <pvhp@forte.com>
35709              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
35710              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
35711              
35712              Plus Craig A. Berry's suggestion to use compaq.com instead
35713              of digital.com.
35714      Branch: perl
35715            ! README.vms
35716 ____________________________________________________________________________
35717 [  8492] By: jhi                                   on 2001/01/20  22:50:05
35718         Log: Memory management calls documentation.
35719      Branch: perl
35720            ! pod/perlguts.pod
35721 ____________________________________________________________________________
35722 [  8491] By: jhi                                   on 2001/01/20  22:38:33
35723         Log: Signedness nit plus few memcpy/Copy nits.
35724      Branch: perl
35725            ! sv.c
35726 ____________________________________________________________________________
35727 [  8490] By: jhi                                   on 2001/01/20  22:25:53
35728         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
35729              From: Peter Prymmer <pvhp@forte.com>
35730              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
35731              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
35732      Branch: perl
35733            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
35734 ____________________________________________________________________________
35735 [  8489] By: jhi                                   on 2001/01/20  22:24:41
35736         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
35737              From: Peter Prymmer <pvhp@forte.com>
35738              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
35739              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
35740      Branch: perl
35741            ! win32/Makefile win32/makefile.mk
35742 ____________________________________________________________________________
35743 [  8488] By: jhi                                   on 2001/01/20  22:22:27
35744         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
35745              From: Peter Prymmer <pvhp@forte.com>
35746              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
35747              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
35748      Branch: perl
35749            ! Makefile.SH
35750 ____________________________________________________________________________
35751 [  8487] By: jhi                                   on 2001/01/20  22:21:18
35752         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
35753              From: Peter Prymmer <pvhp@forte.com>
35754              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
35755              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
35756      Branch: perl
35757            + ext/DynaLoader/dl_dllload.xs
35758            ! MANIFEST Makefile.SH hints/os390.sh
35759 ____________________________________________________________________________
35760 [  8486] By: jhi                                   on 2001/01/20  22:17:53
35761         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
35762              From: Peter Prymmer <pvhp@forte.com>
35763              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
35764              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
35765      Branch: perl
35766            ! README.os390 README.posix-bc
35767 ____________________________________________________________________________
35768 [  8485] By: jhi                                   on 2001/01/20  20:15:30
35769         Log: Document and test the new qu operator.
35770      Branch: perl
35771            + t/op/qu.t
35772            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
35773            ! pod/perlretut.pod pod/perlunicode.pod
35774 ____________________________________________________________________________
35775 [  8484] By: nick                                  on 2001/01/20  19:42:30
35776         Log: Infrastructure to allow:
35777              open($fh,"|-",@array);
35778              to be implemented
35779              i.e. mark pp_open as needing a stack mark, and make pp_open
35780              process its args in that style (and pass them _all_ to tied handles OPEN).
35781              Invent do_openn() which takes SV ** at allow it to see multiple args.
35782              Note this does not _do_ anything yet.
35783      Branch: perlio
35784            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
35785            ! perlapi.c pp_proto.h pp_sys.c proto.h
35786 ____________________________________________________________________________
35787 [  8483] By: nick                                  on 2001/01/20  17:23:14
35788         Log: Integrate mainline.
35789      Branch: perlio
35790           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
35791           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
35792 ____________________________________________________________________________
35793 [  8482] By: jhi                                   on 2001/01/19  15:37:49
35794         Log: Update Changes.
35795      Branch: perl
35796            ! Changes patchlevel.h
35797 ____________________________________________________________________________
35798 [  8481] By: jhi                                   on 2001/01/19  14:41:24
35799         Log: Subject: Re: new feature: s?printf parameter reordering 
35800              From: Hugo <hv@crypt.compulink.co.uk>
35801              Date: Thu, 11 Jan 2001 17:09:03 +0000
35802              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
35803              
35804              - support reordering for all parameters: %, *v, *, .*
35805              - lay down that the reordering specification must immediately
35806              follow that parameter: %3$, *v3$, *3$, .*3$
35807              - fix vectorisation of a zero-length string
35808              - factor out the code choosing the argument to format
35809              
35810              Possibly unwanted side-effects:
35811              - the special format specifiers ' +-0' must now precede any
35812              vectorisation specifier. Tests in op/sprintf and op/ver
35813              have been changed to reflect this.
35814              - sprintf.t test #214 changed its expectations because in many
35815              cases, the next parameter has already been consumed when an
35816              invalid type letter is detected.
35817              
35818              Probably wanted side-effects:
35819              - attempts to format a non-existent parameter will warn as if C<undef>
35820              - attempt to write to non-existent parameter with '%n' will complain
35821              of "attempt to modify read-only value" instead of being silent
35822      Branch: perl
35823            ! sv.c t/op/sprintf.t t/op/ver.t
35824 ____________________________________________________________________________
35825 [  8480] By: jhi                                   on 2001/01/19  14:08:37
35826         Log: Subject: PATCH pragma/locale.t
35827              From: andreas.koenig@anima.de (Andreas J. Koenig)
35828              Date: 18 Jan 2001 09:45:37 +0100
35829              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
35830      Branch: perl
35831            ! t/pragma/locale.t
35832 ____________________________________________________________________________
35833 [  8479] By: jhi                                   on 2001/01/19  13:19:58
35834         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
35835      Branch: perl
35836            ! configure.com
35837 ____________________________________________________________________________
35838 [  8478] By: jhi                                   on 2001/01/19  02:12:35
35839         Log: Automate 1_compile.t.
35840      Branch: perl
35841            ! t/lib/1_compile.t
35842 ____________________________________________________________________________
35843 [  8477] By: jhi                                   on 2001/01/19  01:49:56
35844         Log: Integrate perlio.
35845      Branch: perl
35846           !> sv.c win32/config.bc win32/config.gc win32/config.vc
35847           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35848 ____________________________________________________________________________
35849 [  8476] By: nick                                  on 2001/01/18  21:51:52
35850         Log: Integrate mainline
35851      Branch: perlio
35852           +> t/lib/1_compile.t t/lib/compmod.pl
35853           !> MANIFEST configure.com lib/unicode/distinct.pm
35854 ____________________________________________________________________________
35855 [  8475] By: nick                                  on 2001/01/18  21:48:02
35856         Log: Win32 "safe signals" co-existance fix.
35857              Fix SIG_SIZE value.
35858              Clear PL_sig_pending when cloning (fork).
35859      Branch: perlio
35860            ! sv.c win32/config.bc win32/config.gc win32/config.vc
35861            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35862 ____________________________________________________________________________
35863 [  8474] By: jhi                                   on 2001/01/18  14:40:57
35864         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
35865      Branch: perl
35866            ! t/lib/1_compile.t
35867 ____________________________________________________________________________
35868 [  8473] By: gsar                                  on 2001/01/18  11:42:31
35869         Log: unsubmitted trial1 change
35870      Branch: maint-5.6/perl
35871            ! Changes
35872 ____________________________________________________________________________
35873 [  8472] By: jhi                                   on 2001/01/18  04:30:24
35874         Log: The first bug found by 1_compile.t.
35875      Branch: perl
35876            ! lib/unicode/distinct.pm
35877 ____________________________________________________________________________
35878 [  8471] By: jhi                                   on 2001/01/18  04:29:42
35879         Log: Add Schwern's 1_compile test.  The compile_module script renamed
35880              to be a bit shorter for the 8.3 people.
35881      Branch: perl
35882            + t/lib/1_compile.t t/lib/compmod.pl
35883            ! MANIFEST
35884 ____________________________________________________________________________
35885 [  8470] By: jhi                                   on 2001/01/18  04:16:00
35886         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
35887              From: Peter Prymmer <pvhp@forte.com>
35888              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
35889              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
35890              Replace #8463.
35891      Branch: maint-5.6/perl
35892            ! configure.com
35893 ____________________________________________________________________________
35894 [  8469] By: jhi                                   on 2001/01/18  04:13:02
35895         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
35896              From: Peter Prymmer <pvhp@forte.com>
35897              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
35898              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
35899              Replace #8462.
35900      Branch: perl
35901            ! configure.com
35902 ____________________________________________________________________________
35903 [  8468] By: jhi                                   on 2001/01/18  03:42:08
35904         Log: Integrate perlio.
35905      Branch: perl
35906           !> gv.c mg.c perlio.c util.c
35907 ____________________________________________________________________________
35908 [  8467] By: nick                                  on 2001/01/17  22:41:10
35909         Log: "Safe" signals - trial implementation.
35910              gv.c tweaked to zero PL_sig_pend array
35911              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
35912              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
35913              Odd thing is that it "works" with PERLIO=stdio as well (linux).
35914      Branch: perlio
35915            ! gv.c mg.c perlio.c util.c
35916 ____________________________________________________________________________
35917 [  8466] By: nick                                  on 2001/01/17  20:40:20
35918         Log: Integrate mainline.
35919      Branch: perlio
35920           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35921           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
35922           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
35923           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35924           !> vos/config.ga.h win32/config.bc win32/config.gc
35925           !> win32/config.vc
35926 ____________________________________________________________________________
35927 [  8465] By: jhi                                   on 2001/01/17  18:37:13
35928         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
35929              From: Nicholas Clark <nick@ccl4.org>
35930              Date: Wed, 17 Jan 2001 17:31:33 +0000
35931              Message-ID: <20010117173133.I2633@plum.flirble.org>
35932      Branch: perl
35933            ! t/op/int.t
35934 ____________________________________________________________________________
35935 [  8464] By: jhi                                   on 2001/01/17  14:43:17
35936         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
35937              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35938              Date: Wed, 17 Jan 2001 15:16:43 +0100
35939              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
35940              
35941              pp_int() was dropping an NV to the floor,
35942              int(279964589018079/59) either returned not an integer
35943              4745162525730.15, or one got "Attempt to free unreferenced scalar."
35944      Branch: perl
35945            ! pp.c
35946 ____________________________________________________________________________
35947 [  8463] By: jhi                                   on 2001/01/17  06:12:42
35948         Log: (Replaced by #8470)
35949              
35950              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
35951              From: "Craig A. Berry" <craigberry@mac.com>
35952              Date: Tue, 16 Jan 2001 23:38:46 -0600
35953              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
35954      Branch: maint-5.6/perl
35955            ! configure.com
35956 ____________________________________________________________________________
35957 [  8462] By: jhi                                   on 2001/01/17  06:11:31
35958         Log: (Replaced by #8469)
35959              
35960              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
35961              From: "Craig A. Berry" <craigberry@mac.com>
35962              Date: Tue, 16 Jan 2001 23:38:46 -0600
35963              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
35964      Branch: perl
35965            ! configure.com
35966 ____________________________________________________________________________
35967 [  8461] By: jhi                                   on 2001/01/17  05:56:12
35968         Log: Allow for one trailing slash in the directory of mkdir().
35969      Branch: perl
35970            ! pp_sys.c
35971 ____________________________________________________________________________
35972 [  8460] By: jhi                                   on 2001/01/17  03:26:01
35973         Log: Metaconfig unit changes for #8459.
35974      Branch: metaconfig
35975            ! U/modified/Loc.U U/modified/sig_name.U
35976 ____________________________________________________________________________
35977 [  8459] By: jhi                                   on 2001/01/17  03:24:48
35978         Log: Define SIG_SIZE, the number of elements in the sig_name and
35979              sig_num arrays, including the final NULL entry.
35980      Branch: perl
35981            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35982            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
35983            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
35984            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35985            ! win32/config.bc win32/config.gc win32/config.vc
35986 ____________________________________________________________________________
35987 [  8458] By: jhi                                   on 2001/01/17  01:41:33
35988         Log: Integrate perlio.
35989      Branch: perl
35990           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
35991           !> perlapi.h proto.h sv.c
35992 ____________________________________________________________________________
35993 [  8457] By: nick                                  on 2001/01/16  22:07:26
35994         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
35995              Provides all the "cost" but no benefit yet - it is to allow cost
35996              to be measured, and implementation experiments (just in mg.c?).
35997      Branch: perlio
35998            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
35999            ! perlapi.h proto.h sv.c
36000 ____________________________________________________________________________
36001 [  8456] By: nick                                  on 2001/01/16  21:07:07
36002         Log: Integrate mainline.
36003      Branch: perlio
36004           !> (integrate 51 files)
36005 ____________________________________________________________________________
36006 [  8455] By: jhi                                   on 2001/01/16  18:13:43
36007         Log: Subject: [PATCH] regcomp.c old feature removal
36008              From: mjd@plover.com
36009              Date: 16 Jan 2001 14:43:18 -0000 
36010              Message-ID: <20010116144318.7140.qmail@plover.com> 
36011      Branch: perl
36012            ! regcomp.c
36013 ____________________________________________________________________________
36014 [  8454] By: jhi                                   on 2001/01/16  16:12:39
36015         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
36016              From: "Indy Singh" <indy@nusphere.com>
36017              Date: Wed, 10 Jan 2001 20:17:49 -0500
36018              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
36019      Branch: maint-5.6/perl
36020            ! win32/Makefile
36021 ____________________________________________________________________________
36022 [  8453] By: jhi                                   on 2001/01/16  16:09:33
36023         Log: Update Changes.
36024      Branch: perl
36025            ! Changes patchlevel.h
36026 ____________________________________________________________________________
36027 [  8452] By: jhi                                   on 2001/01/16  15:42:04
36028         Log: Subject: Re: API Cleanup
36029              To: perl5-porters@perl.org
36030              Date: Tue, 16 Jan 2001 13:42:30 +0000
36031              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
36032              
36033              Subject: [PATCH] utf8.c documentation
36034              From: Simon Cozens <simon@cozens.net>
36035              Date: Tue, 16 Jan 2001 13:52:48 +0000
36036              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
36037              
36038              Subject: Re: API Cleanup
36039              From: Simon Cozens <simon@cozens.net>
36040              Date: Tue, 16 Jan 2001 14:58:55 +0000
36041              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
36042              
36043              UTF-8 doc patches.
36044      Branch: perl
36045            ! embed.pl pod/perlapi.pod utf8.c
36046 ____________________________________________________________________________
36047 [  8451] By: jhi                                   on 2001/01/16  14:41:39
36048         Log: podlators 1.07, from Russ Allbery.
36049      Branch: perl
36050            ! lib/Pod/Man.pm
36051 ____________________________________________________________________________
36052 [  8450] By: jhi                                   on 2001/01/16  14:24:19
36053         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
36054              From: "Indy Singh" <indy@nusphere.com>
36055              Date: Mon, 15 Jan 2001 20:59:40 -0500
36056              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
36057      Branch: perl
36058            ! win32/Makefile
36059 ____________________________________________________________________________
36060 [  8449] By: jhi                                   on 2001/01/16  03:42:55
36061         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
36062              at the setting of the ofs_sv in new_struct_thread() as the
36063              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
36064              that invited a core dump.
36065      Branch: perl
36066            ! util.c
36067 ____________________________________________________________________________
36068 [  8448] By: jhi                                   on 2001/01/16  01:49:07
36069         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
36070              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36071              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
36072              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
36073              
36074              Replace #8444 and #8445.
36075      Branch: perl
36076            ! ext/B/B.xs ext/B/B/Debug.pm
36077 ____________________________________________________________________________
36078 [  8447] By: jhi                                   on 2001/01/15  21:05:35
36079         Log: Subject: [PATCH] API Variable documentation   
36080              From: Simon Cozens <simon@cozens.net>
36081              Date: Mon, 15 Jan 2001 19:35:54 +0000
36082              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
36083      Branch: perl
36084            ! pod/perlapi.pod thrdvar.h
36085 ____________________________________________________________________________
36086 [  8446] By: jhi                                   on 2001/01/15  20:49:20
36087         Log: Signedness nit.
36088      Branch: perl
36089            ! pp_ctl.c
36090 ____________________________________________________________________________
36091 [  8445] By: jhi                                   on 2001/01/15  20:28:48
36092         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
36093      Branch: perl
36094            ! ext/B/B/Debug.pm
36095 ____________________________________________________________________________
36096 [  8444] By: jhi                                   on 2001/01/15  13:09:10
36097         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
36098      Branch: perl
36099            ! ext/B/B.xs
36100 ____________________________________________________________________________
36101 [  8443] By: jhi                                   on 2001/01/15  13:06:26
36102         Log: Missing from #8439.
36103      Branch: perl
36104            ! keywords.h mg.c
36105 ____________________________________________________________________________
36106 [  8442] By: jhi                                   on 2001/01/15  13:02:38
36107         Log: Subject: [PATCH @8436] Eliminate op_children
36108              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36109              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
36110              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
36111              
36112              Subject: [PATCH @8436] Re: Eliminate op_children
36113              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36114              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
36115              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
36116      Branch: perl
36117            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
36118            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
36119            ! op.c op.h
36120 ____________________________________________________________________________
36121 [  8441] By: jhi                                   on 2001/01/15  12:57:08
36122         Log: Use the /^Perl_/-less form of is_lvalue_sub().
36123      Branch: perl
36124            ! pp.h
36125 ____________________________________________________________________________
36126 [  8440] By: jhi                                   on 2001/01/15  05:13:09
36127         Log: Revert #8437 and #8438, the Linux large files story is more complex.
36128      Branch: metaconfig/U/perl
36129            ! d_fpos64_t.U d_off64_t.U
36130      Branch: perl
36131            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36132            ! config_h.SH configure.com epoc/config.sh perl.h
36133            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
36134            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36135            ! win32/config.bc win32/config.gc win32/config.vc
36136 ____________________________________________________________________________
36137 [  8439] By: jhi                                   on 2001/01/15  05:02:24
36138         Log: More UTF-8 patches from Inaba Hiroto.
36139              - The substr lval was still not okay.
36140              - Now pp_stringify and sv_setsv copies source's UTF8 flag
36141              even if IN_BYTE.  pp_stringify is called from fold_constants
36142              at optimization phase and "\x{100}" was made SvUTF8_off under
36143              use bytes (the bytes pragma is for "byte semantics" and not
36144              for "do not produce UTF8 data")
36145              - New `qu' operator to generate UTF8 string explicitly.
36146              Though I agree with the policy "0x00-0xff always produce bytes",
36147              sometimes want to such a string to be coded in UTF8.
36148              I can use pack"U0a*" but it requires more typing and has
36149              runtime overhead.
36150              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
36151              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
36152              string is not UTF8_on and has char 0x80-0xff.
36153              
36154              TODO: document and test qu.
36155      Branch: perl
36156            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
36157            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
36158            ! toke.c
36159 ____________________________________________________________________________
36160 [  8438] By: jhi                                   on 2001/01/14  05:10:23
36161         Log: Metaconfig unit changes for #8437.
36162      Branch: metaconfig/U/perl
36163            ! d_fpos64_t.U d_off64_t.U
36164 ____________________________________________________________________________
36165 [  8437] By: jhi                                   on 2001/01/14  04:55:34
36166         Log: Add <features.h> probing, seems to be needed for (some?)
36167              Linux largefileness.
36168      Branch: perl
36169            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36170            ! config_h.SH configure.com epoc/config.sh perl.h
36171            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
36172            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36173            ! win32/config.bc win32/config.gc win32/config.vc
36174 ____________________________________________________________________________
36175 [  8436] By: jhi                                   on 2001/01/13  17:47:21
36176         Log: Tighten some of the tests a bit.
36177      Branch: perl
36178            ! t/pragma/utf8.t
36179 ____________________________________________________________________________
36180 [  8435] By: jhi                                   on 2001/01/13  17:31:54
36181         Log: Integrate perlio.
36182      Branch: perl
36183           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
36184           !> win32/config_H.gc win32/config_H.vc
36185 ____________________________________________________________________________
36186 [  8434] By: nick                                  on 2001/01/13  11:36:53
36187         Log: Run dmake regen_config_h for Win32
36188      Branch: perlio
36189            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36190 ____________________________________________________________________________
36191 [  8433] By: nick                                  on 2001/01/13  11:31:55
36192         Log: VMS friendly patch to Encode compile process
36193      Branch: perlio
36194            ! ext/Encode/Makefile.PL ext/Encode/compile
36195 ____________________________________________________________________________
36196 [  8432] By: nick                                  on 2001/01/13  11:06:44
36197         Log: Integrate mainline
36198      Branch: perlio
36199           +> ext/B/B/Concise.pm
36200           !> (integrate 52 files)
36201 ____________________________________________________________________________
36202 [  8431] By: jhi                                   on 2001/01/13  05:55:55
36203         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
36204              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36205              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
36206              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
36207      Branch: perl
36208            ! ext/B/B/Concise.pm
36209 ____________________________________________________________________________
36210 [  8430] By: jhi                                   on 2001/01/13  04:24:18
36211         Log: The LVRET macro needed an aTHX.
36212      Branch: perl
36213            ! pp.h
36214 ____________________________________________________________________________
36215 [  8429] By: jhi                                   on 2001/01/13  02:12:42
36216         Log: Update Changes.
36217      Branch: perl
36218            ! Changes patchlevel.h
36219 ____________________________________________________________________________
36220 [  8428] By: jhi                                   on 2001/01/13  02:08:50
36221         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
36222              From: Peter Prymmer <pvhp@forte.com>
36223              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
36224              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
36225              
36226              Add a BEGIN guard for sloppy floating point division.
36227      Branch: perl
36228            ! lib/Math/BigInt.pm lib/bigint.pl
36229 ____________________________________________________________________________
36230 [  8427] By: jhi                                   on 2001/01/13  01:47:16
36231         Log: The B::Terse drop-in replacement wasn't quite drop-in.
36232      Branch: perl
36233            ! ext/B/B/Terse.pm
36234 ____________________________________________________________________________
36235 [  8426] By: jhi                                   on 2001/01/12  21:20:43
36236         Log: Use UVXf.
36237      Branch: perl
36238            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36239            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
36240            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
36241            ! vos/config.ga.def vos/config.ga.h win32/config.bc
36242            ! win32/config.gc win32/config.vc
36243 ____________________________________________________________________________
36244 [  8425] By: jhi                                   on 2001/01/12  20:20:14
36245         Log: Subject: [PATCH perl@8342] -Wformat
36246              From: Robin Barker <rmb1@cise.npl.co.uk>
36247              Date: Fri, 12 Jan 2001 20:03:14 GMT
36248              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
36249      Branch: perl
36250            ! ext/Encode/Encode.xs mg.c sv.c toke.c
36251 ____________________________________________________________________________
36252 [  8424] By: jhi                                   on 2001/01/12  20:01:48
36253         Log: Subject: B::Concise -- an improved replacement for B::Terse 
36254              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36255              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
36256              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
36257      Branch: perl
36258            + ext/B/B/Concise.pm
36259            ! MANIFEST ext/B/B/Terse.pm
36260 ____________________________________________________________________________
36261 [  8423] By: jhi                                   on 2001/01/12  19:24:02
36262         Log: The new metaconfig unit from the #8421.
36263      Branch: metaconfig/U/perl
36264            + d_sigprocmask.U
36265 ____________________________________________________________________________
36266 [  8422] By: jhi                                   on 2001/01/12  19:23:43
36267         Log: Forgot the microperl config from the #8421.
36268      Branch: perl
36269            ! uconfig.h uconfig.sh
36270 ____________________________________________________________________________
36271 [  8421] By: jhi                                   on 2001/01/12  19:05:27
36272         Log: Add sigprocmask() probe, regen Configure, regen toc.
36273      Branch: perl
36274            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36275            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
36276            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36277            ! vos/config.ga.h win32/config.bc win32/config.gc
36278            ! win32/config.vc
36279 ____________________________________________________________________________
36280 [  8420] By: jhi                                   on 2001/01/12  18:34:31
36281         Log: Add sockatmark() to the todo list.
36282      Branch: perl
36283            ! Todo-5.6
36284 ____________________________________________________________________________
36285 [  8419] By: jhi                                   on 2001/01/12  18:09:46
36286         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
36287      Branch: perl
36288            ! op.c
36289 ____________________________________________________________________________
36290 [  8418] By: jhi                                   on 2001/01/12  18:05:30
36291         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
36292              From: Radu Greab <radu@netsoft.ro>
36293              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
36294              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
36295      Branch: perl
36296            ! op.c t/pragma/sub_lval.t
36297 ____________________________________________________________________________
36298 [  8417] By: jhi                                   on 2001/01/12  16:09:09
36299         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
36300              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
36301              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
36302              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
36303      Branch: perl
36304            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
36305            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
36306            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
36307            ! t/pragma/sub_lval.t toke.c
36308 ____________________________________________________________________________
36309 [  8416] By: jhi                                   on 2001/01/12  15:42:06
36310         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
36311              From: "Richard Soderberg" <rs@crystalflame.net>
36312              Date: Fri, 12 Jan 2001 04:49:35 -0800
36313              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
36314              
36315              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
36316              according to the platform.
36317      Branch: perl
36318            ! op.c
36319 ____________________________________________________________________________
36320 [  8415] By: jhi                                   on 2001/01/12  15:33:41
36321         Log: One more UTF-8 fix from Inaba Hiroto.
36322      Branch: perl
36323            ! pp.c regexec.c t/pragma/utf8.t
36324 ____________________________________________________________________________
36325 [  8414] By: jhi                                   on 2001/01/12  15:30:18
36326         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
36327      Branch: perl
36328            ! regexec.c
36329 ____________________________________________________________________________
36330 [  8413] By: jhi                                   on 2001/01/12  15:22:10
36331         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
36332              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36333              Date: Thu, 11 Jan 2001 12:53:36 +0100
36334              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
36335      Branch: perl
36336            ! toke.c
36337 ____________________________________________________________________________
36338 [  8412] By: jhi                                   on 2001/01/12  15:20:25
36339         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
36340              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36341              Date: Fri, 12 Jan 2001 14:37:55 +0100
36342              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
36343      Branch: perl
36344            ! hints/posix-bc.sh
36345 ____________________________________________________________________________
36346 [  8411] By: jhi                                   on 2001/01/12  15:14:14
36347         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
36348              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36349              Date: Fri, 12 Jan 2001 10:42:21 +0100
36350              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
36351      Branch: perl
36352            ! t/op/regmesg.t
36353 ____________________________________________________________________________
36354 [  8410] By: jhi                                   on 2001/01/12  05:48:55
36355         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
36356              From: Nicholas Clark <nick@ccl4.org> 
36357              Date: Sun, 7 Jan 2001 19:47:14 +0000
36358              Message-ID: <20010107194714.B1048@plum.flirble.org>
36359      Branch: perl
36360            ! t/op/numconvert.t
36361 ____________________________________________________________________________
36362 [  8409] By: jhi                                   on 2001/01/12  05:41:28
36363         Log: Integrate perlio.
36364      Branch: perl
36365           !> mg.c scope.h
36366 ____________________________________________________________________________
36367 [  8408] By: nick                                  on 2001/01/11  22:43:28
36368         Log: Remove variables that were used in experiments.
36369      Branch: perlio
36370            ! mg.c
36371 ____________________________________________________________________________
36372 [  8407] By: nick                                  on 2001/01/11  20:57:44
36373         Log: Catch die in %SIG handler and unblock the signal before re-dying.
36374              This make Linux work _without_ sigsetjmp().
36375              Turn off sigsetjmp() to see what else it does.
36376              May need Configure probe for sigprocmask() if anything has sigaction()
36377              but not sigprocmask().
36378      Branch: perlio
36379            ! mg.c scope.h
36380 ____________________________________________________________________________
36381 [  8406] By: nick                                  on 2001/01/11  19:32:07
36382         Log: Integrate mainline
36383      Branch: perlio
36384           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
36385           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
36386           !> t/op/substr.t
36387 ____________________________________________________________________________
36388 [  8405] By: jhi                                   on 2001/01/11  17:11:01
36389         Log: Fix UTF-8 lval substr().
36390      Branch: perl
36391            ! mg.c t/op/substr.t
36392 ____________________________________________________________________________
36393 [  8404] By: jhi                                   on 2001/01/11  05:13:58
36394         Log: Update Changes.
36395      Branch: perl
36396            ! Changes patchlevel.h
36397 ____________________________________________________________________________
36398 [  8403] By: jhi                                   on 2001/01/11  04:38:24
36399         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
36400              From: Hugo <hv@crypt.compulink.co.uk>
36401              Date: Mon, 30 Oct 2000 01:33:26 +0000
36402              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
36403      Branch: perl
36404            ! regexec.c t/op/re_tests
36405 ____________________________________________________________________________
36406 [  8402] By: jhi                                   on 2001/01/11  04:26:12
36407         Log: Integrate perlio.
36408      Branch: perl
36409           !> scope.h util.c
36410 ____________________________________________________________________________
36411 [  8401] By: nick                                  on 2001/01/10  22:52:55
36412         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
36413              (So Alan and Ilya can try setting via hints.)
36414              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
36415              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
36416              doing the save everywhere seems to restart read() correctly, but just
36417              doing it once "round" the handler does not.
36418      Branch: perlio
36419            ! scope.h
36420 ____________________________________________________________________________
36421 [  8400] By: jhi                                   on 2001/01/10  21:57:54
36422         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
36423              of IRIX, HP-UX is unaffected.
36424      Branch: perl
36425            ! perl.h
36426 ____________________________________________________________________________
36427 [  8399] By: nick                                  on 2001/01/10  21:29:19
36428         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
36429      Branch: perlio
36430            ! util.c
36431 ____________________________________________________________________________
36432 [  8398] By: jhi                                   on 2001/01/10  20:55:31
36433         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
36434              also have ReusePort.
36435      Branch: perl
36436            ! ext/IO/lib/IO/Socket/INET.pm
36437 ____________________________________________________________________________
36438 [  8397] By: jhi                                   on 2001/01/10  20:50:57
36439         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
36440              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
36441              Date: Wed, 10 Jan 2001 01:38:13 -0800
36442              Message-ID: <20010110013813.B41744@yahoo-inc.com>
36443      Branch: perl
36444            ! ext/IO/lib/IO/Socket/INET.pm
36445 ____________________________________________________________________________
36446 [  8396] By: jhi                                   on 2001/01/10  20:49:30
36447         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
36448              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
36449              Date: Wed, 10 Jan 2001 01:37:32 -0800
36450              Message-ID: <20010110013732.A41744@yahoo-inc.com>
36451      Branch: perl
36452            ! ext/Socket/Socket.pm
36453 ____________________________________________________________________________
36454 [  8395] By: jhi                                   on 2001/01/10  20:41:37
36455         Log: Test for bug id 20010105.016 (fixed by #8378).
36456      Branch: perl
36457            ! t/op/split.t
36458 ____________________________________________________________________________
36459 [  8394] By: jhi                                   on 2001/01/10  20:26:32
36460         Log: Integrate perlio.
36461      Branch: perl
36462            ! util.c
36463 ____________________________________________________________________________
36464 [  8393] By: nick                                  on 2001/01/10  19:34:30
36465         Log: Back out Simon's pid hackery for now.
36466      Branch: perlio
36467            ! util.c
36468 ____________________________________________________________________________
36469 [  8392] By: nick                                  on 2001/01/10  19:23:13
36470         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
36471      Branch: perlio
36472           !> (integrate 29 files)
36473 ____________________________________________________________________________
36474 [  8391] By: jhi                                   on 2001/01/10  18:43:15
36475         Log: Subject: [PATCH] Fix my_pclose segfault
36476              From: Simon Cozens <simon@cozens.net>
36477              Date: Wed, 10 Jan 2001 18:39:35 +0000
36478              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
36479      Branch: perl
36480            ! util.c
36481 ____________________________________________________________________________
36482 [  8390] By: jhi                                   on 2001/01/10  18:42:08
36483         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
36484              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36485              Date:     Wed, 10 Jan 2001 13:23:02 EST
36486              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
36487      Branch: perl
36488            ! ext/Opcode/Opcode.xs
36489 ____________________________________________________________________________
36490 [  8389] By: jhi                                   on 2001/01/10  15:16:07
36491         Log: Turn off the integer preservation for now.
36492      Branch: perl
36493            ! perl.h
36494 ____________________________________________________________________________
36495 [  8388] By: jhi                                   on 2001/01/10  15:01:25
36496         Log: Few more IDE/editor nits from p5p.
36497      Branch: perl
36498            ! pod/perlfaq3.pod
36499 ____________________________________________________________________________
36500 [  8387] By: jhi                                   on 2001/01/10  06:53:16
36501         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
36502              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
36503              Date: Tue, 9 Jan 2001 23:16:02 +0000
36504              Message-ID: <20010109231602.A81101@plum.flirble.org>
36505      Branch: perl
36506            ! sv.c
36507 ____________________________________________________________________________
36508 [  8386] By: jhi                                   on 2001/01/10  03:17:54
36509         Log: Test cases for #8385 (from Simon's "torture.pl")
36510      Branch: perl
36511            ! t/op/tr.t
36512 ____________________________________________________________________________
36513 [  8385] By: jhi                                   on 2001/01/10  03:17:11
36514         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
36515              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
36516              Date: Wed, 10 Jan 2001 11:39:39 +0900
36517              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
36518              
36519              Some more UTF-8 tr cases fixed.
36520      Branch: perl
36521            ! doop.c
36522 ____________________________________________________________________________
36523 [  8384] By: jhi                                   on 2001/01/09  22:45:40
36524         Log: Allow the locale test needing POSIX and the taint test
36525              needing IPC::SysV to run under 'minitest' (basically,
36526              bail out if loading the extension fails)
36527      Branch: perl
36528            ! t/op/misc.t t/op/taint.t
36529 ____________________________________________________________________________
36530 [  8383] By: jhi                                   on 2001/01/09  21:36:04
36531         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
36532              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36533              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
36534              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
36535      Branch: perl
36536            ! t/io/openpid.t
36537 ____________________________________________________________________________
36538 [  8382] By: jhi                                   on 2001/01/09  21:06:08
36539         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
36540              Should finish up the bug id 20001205.022.
36541      Branch: perl
36542            ! pp.c pp_hot.c scope.c
36543 ____________________________________________________________________________
36544 [  8381] By: jhi                                   on 2001/01/09  18:27:43
36545         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
36546              From: Andy Dougherty <doughera@lafayette.edu>
36547              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
36548              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
36549              
36550              More robust yacc/bison error detection.
36551      Branch: perl
36552            ! t/comp/proto.t
36553 ____________________________________________________________________________
36554 [  8380] By: jhi                                   on 2001/01/09  15:21:38
36555         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
36556              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36557              Date:     Tue, 9 Jan 2001 07:53:55 EST
36558              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
36559      Branch: perl
36560            ! t/op/misc.t vms/test.com
36561 ____________________________________________________________________________
36562 [  8379] By: jhi                                   on 2001/01/09  15:20:38
36563         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
36564              From: jhi@cc.hut.fi
36565              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
36566              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
36567              
36568              The #8378 fixed this.
36569      Branch: perl
36570            ! t/op/tr.t
36571 ____________________________________________________________________________
36572 [  8378] By: jhi                                   on 2001/01/09  15:05:32
36573         Log: Subject: One more patch for UTF8 
36574              From: Inaba Hiroto <inaba@st.rim.or.jp>
36575              Date: Tue, 09 Jan 2001 01:04:32 +0900
36576              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
36577              
36578              UTF-8 fixes for 'x' and tr///.
36579      Branch: perl
36580            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
36581            ! regcomp.c regexec.c toke.c utf8.c
36582 ____________________________________________________________________________
36583 [  8377] By: jhi                                   on 2001/01/09  14:32:17
36584         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
36585      Branch: perl
36586            ! t/op/length.t
36587 ____________________________________________________________________________
36588 [  8376] By: jhi                                   on 2001/01/09  04:32:32
36589         Log: integrate changes #7775, #8316, #8316 from mainline
36590      Branch: maint-5.6/perl
36591            ! hints/solaris_2.sh
36592 ____________________________________________________________________________
36593 [  8375] By: jhi                                   on 2001/01/09  04:26:43
36594         Log: Update Changes.
36595      Branch: perl
36596            ! Changes patchlevel.h
36597 ____________________________________________________________________________
36598 [  8374] By: jhi                                   on 2001/01/09  04:14:32
36599         Log: IDE/editor section tweaking.
36600      Branch: perl
36601            ! pod/perlfaq3.pod
36602 ____________________________________________________________________________
36603 [  8373] By: jhi                                   on 2001/01/09  02:38:26
36604         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
36605              From: Peter Prymmer <pvhp@forte.com>
36606              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
36607              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
36608              
36609              In preparation os OS/390 dynamic loading.
36610      Branch: perl
36611            ! README.os390 hints/os390.sh
36612 ____________________________________________________________________________
36613 [  8372] By: jhi                                   on 2001/01/09  00:24:30
36614         Log: Integrate with perlio.
36615      Branch: perl
36616           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
36617 ____________________________________________________________________________
36618 [  8371] By: nick                                  on 2001/01/08  23:54:33
36619         Log: Fix "scalars leaked" bugs caused by overload magic
36620              (Highlighted by Ilya's DESTROY optimization.)
36621      Branch: perlio
36622            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
36623 ____________________________________________________________________________
36624 [  8370] By: nick                                  on 2001/01/08  20:19:41
36625         Log: Integrate mainline
36626      Branch: perlio
36627           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
36628           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
36629           !> t/op/64bitint.t
36630 ____________________________________________________________________________
36631 [  8369] By: jhi                                   on 2001/01/08  17:30:52
36632         Log: save_delete() Safefree() doesn't (anymore?) work with shared
36633              strings, one test failure in op/misc and almost all of lib/b.
36634              (Outcomments #8369.)
36635      Branch: perl
36636            ! scope.c
36637 ____________________________________________________________________________
36638 [  8368] By: jhi                                   on 2001/01/08  14:47:10
36639         Log: (Outcommented by #8369.)
36640              
36641              Subject: Re: Perl BugID 20001205.022 ---- save_delete
36642              From: Simon Cozens <simon@cozens.net>
36643              Date: Sat, 6 Jan 2001 11:48:40 +0000
36644              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
36645              
36646              The save_delete() does need the Safefree.
36647      Branch: perl
36648            ! scope.c
36649 ____________________________________________________________________________
36650 [  8367] By: bailey                                on 2001/01/08  08:53:52
36651         Log: Once again syncing after too long an absence
36652      Branch: vmsperl
36653           +> (branch 55 files)
36654            - MAINTAIN fix_pl vos/config.def vos/config.h
36655            - vos/config_h.SH_orig
36656           !> (integrate 498 files)
36657 ____________________________________________________________________________
36658 [  8366] By: jhi                                   on 2001/01/08  02:42:59
36659         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
36660              From: nick@ccl4.org
36661              Date: Sun, 7 Jan 2001 21:07:18 +0000
36662              Message-Id: <20010107210717.D1048@plum.flirble.org>
36663      Branch: perl
36664            ! sv.c t/op/64bitint.t
36665 ____________________________________________________________________________
36666 [  8365] By: jhi                                   on 2001/01/08  02:35:16
36667         Log: Subject: [PATCH] environ nit
36668              From: Simon Cozens <simon@cozens.net>
36669              Date: Sun, 7 Jan 2001 17:57:07 +0000
36670              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
36671              
36672              Use environ only if we have it.
36673      Branch: perl
36674            ! mg.c
36675 ____________________________________________________________________________
36676 [  8364] By: jhi                                   on 2001/01/08  02:24:51
36677         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
36678      Branch: perl
36679            ! ext/GDBM_File/GDBM_File.xs
36680 ____________________________________________________________________________
36681 [  8363] By: jhi                                   on 2001/01/08  02:19:24
36682         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
36683              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36684              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
36685              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
36686      Branch: perl
36687            ! dump.c op.c
36688 ____________________________________________________________________________
36689 [  8362] By: jhi                                   on 2001/01/08  02:17:43
36690         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
36691              From: Doug MacEachern <dougm@covalent.net>
36692              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
36693              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
36694              
36695              Allow AUTOLOAD to be an xsub and allow such xsubs
36696              to avoid use of $AUTOLOAD.
36697      Branch: perl
36698            ! gv.c
36699 ____________________________________________________________________________
36700 [  8361] By: jhi                                   on 2001/01/08  02:16:07
36701         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
36702              From: Radu Greab <radu@netsoft.ro>
36703              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
36704              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
36705              
36706              No need for the potentially unportable $SIG{CHLD}.
36707      Branch: perl
36708            ! t/io/pipe.t
36709 ____________________________________________________________________________
36710 [  8360] By: jhi                                   on 2001/01/08  01:58:23
36711         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
36712      Branch: perl
36713            ! lib/Getopt/Long.pm
36714 ____________________________________________________________________________
36715 [  8359] By: jhi                                   on 2001/01/08  01:55:44
36716         Log: Integrate perlio.
36717      Branch: perl
36718           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
36719           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
36720           !> utf8.c win32/Makefile
36721 ____________________________________________________________________________
36722 [  8358] By: jhi                                   on 2001/01/07  21:16:50
36723         Log: Update the EPOC cross SDK URL.
36724      Branch: perl
36725            ! README.epoc
36726 ____________________________________________________________________________
36727 [  8357] By: jhi                                   on 2001/01/07  21:16:09
36728         Log: Update the EPOC cross SDK URL.
36729      Branch: maint-5.6/perl
36730            ! README.epoc
36731 ____________________________________________________________________________
36732 [  8356] By: nick                                  on 2001/01/06  21:47:52
36733         Log: FILE * in XS code for PerlIO world:
36734              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
36735              - Add FILE * T_STDIO typemap.
36736              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
36737      Branch: perlio
36738            ! lib/ExtUtils/typemap perlio.c perlio.h
36739 ____________________________________________________________________________
36740 [  8355] By: jhi                                   on 2001/01/06  20:27:15
36741         Log: integrate change #8336 from mainline
36742              
36743              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
36744      Branch: maint-5.6/perl
36745            ! hv.c
36746 ____________________________________________________________________________
36747 [  8354] By: jhi                                   on 2001/01/06  20:24:29
36748         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
36749              From: Robin Barker <rmb1@cise.npl.co.uk>
36750              Date: Fri, 22 Dec 2000 12:17:38 GMT
36751              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
36752              
36753              The patch reformats some long =item lines so they give
36754              correct output via pod2man | nroff -man
36755              
36756              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
36757              From: Robin Barker <rmb1@cise.npl.co.uk>
36758              Date: Tue, 2 Jan 2001 15:35:03 GMT
36759              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
36760              
36761              Here is a _further_ patch which corrects a few more errors:
36762              * an empty C<=item> in CPAN.pm
36763              * patching the wrong file (pod/perlamiga.pod not README.amiga)
36764              * leaving empty C<=item>s which formatted incorrectly
36765              * over long C<=item>s revealed by latest patch to Pod::Man
36766      Branch: maint-5.6/perl
36767            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
36768            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
36769            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
36770            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
36771            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
36772            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
36773 ____________________________________________________________________________
36774 [  8353] By: jhi                                   on 2001/01/06  20:21:10
36775         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
36776              
36777              UTF-8 hash keys.
36778      Branch: maint-5.6/perl
36779            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
36780 ____________________________________________________________________________
36781 [  8352] By: jhi                                   on 2001/01/06  20:18:44
36782         Log: Forgotten from #8438.
36783      Branch: maint-5.6/perl
36784            ! epoc/epocish.h
36785 ____________________________________________________________________________
36786 [  8351] By: jhi                                   on 2001/01/06  20:18:12
36787         Log: Forgotten from #8347.
36788      Branch: maint-5.6/perl
36789            ! config_h.SH
36790 ____________________________________________________________________________
36791 [  8350] By: jhi                                   on 2001/01/06  20:00:19
36792         Log: Thinko in #8347.
36793      Branch: maint-5.6/perl
36794            ! regcomp.c
36795 ____________________________________________________________________________
36796 [  8349] By: jhi                                   on 2001/01/06  18:05:30
36797         Log: Copy the FAQ3 IDE section from the development branch,
36798              changes originally by Peter Prymmer.
36799      Branch: maint-5.6/perl
36800            ! pod/perlfaq3.pod
36801 ____________________________________________________________________________
36802 [  8348] By: jhi                                   on 2001/01/06  18:03:02
36803         Log: EPOC updates for TRIAL1.
36804              
36805              Subject: [5.6.1 trial1] EPOC update
36806              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36807              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
36808              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
36809              
36810              Subject: epoc patch2 for perl-5.6.1-trial1
36811              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36812              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
36813              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
36814      Branch: maint-5.6/perl
36815            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
36816            ! epoc/epocish.c
36817 ____________________________________________________________________________
36818 [  8347] By: jhi                                   on 2001/01/06  17:29:10
36819         Log: integrate changes #7710,7824,7973 from mainline,
36820              plus VMS nits from Peter Prymmer and Dan Sugalski.
36821              
36822              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
36823              library (getprotobyname and getprotobynumber are outversioned by
36824              the same calls in libc, at least for xlc version 3.
36825              
36826              Add HAS_SBRK_PROTO.
36827              
36828              Fixes for signedness warnings noticed by VMSperlers.
36829      Branch: maint-5.6/perl
36830            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36831            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
36832            ! sv.c vms/descrip_mms.template vos/config.alpha.def
36833            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36834            ! win32/config.bc win32/config.gc win32/config.vc
36835 ____________________________________________________________________________
36836 [  8346] By: nick                                  on 2001/01/06  14:36:01
36837         Log: Fixup accumulated integrate muddles (perlio == devperl again)
36838      Branch: perlio
36839            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
36840 ____________________________________________________________________________
36841 [  8345] By: nick                                  on 2001/01/06  14:24:58
36842         Log: Integrate mainline
36843      Branch: perlio
36844           !> (integrate 55 files)
36845 ____________________________________________________________________________
36846 [  8344] By: jhi                                   on 2001/01/06  02:24:02
36847         Log: Subject: [patch] PerlIO_cleanup() prototype
36848              From: Doug MacEachern <dougm@covalent.net>
36849              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
36850              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
36851      Branch: perl
36852            ! perlio.h
36853 ____________________________________________________________________________
36854 [  8343] By: jhi                                   on 2001/01/06  01:04:09
36855         Log: IRIX compiler noticed that the bof initialization might be
36856              bypassed by control flow.
36857      Branch: perl
36858            ! toke.c
36859 ____________________________________________________________________________
36860 [  8342] By: jhi                                   on 2001/01/06  00:10:48
36861         Log: Update Changes.
36862      Branch: perl
36863            ! Changes patchlevel.h
36864 ____________________________________________________________________________
36865 [  8341] By: jhi                                   on 2001/01/05  23:52:33
36866         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
36867      Branch: perl
36868            ! toke.c
36869 ____________________________________________________________________________
36870 [  8340] By: jhi                                   on 2001/01/05  22:44:08
36871         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
36872              From: Radu Greab <radu@netsoft.ro>
36873              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
36874              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
36875      Branch: perl
36876            ! t/io/pipe.t util.c
36877 ____________________________________________________________________________
36878 [  8339] By: jhi                                   on 2001/01/05  22:35:17
36879         Log: Subject: [PATCH] format and rewording in perlfaq.pod
36880              From: Robin Barker <rmb1@cise.npl.co.uk>
36881              Date: Fri, 5 Jan 2001 18:51:20 GMT
36882              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
36883      Branch: perl
36884            ! pod/perlfaq.pod
36885 ____________________________________________________________________________
36886 [  8338] By: jhi                                   on 2001/01/05  22:31:17
36887         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
36888              From: Peter Prymmer <pvhp@forte.com>
36889              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
36890              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
36891      Branch: perl
36892            ! utils/perlbug.PL
36893 ____________________________________________________________________________
36894 [  8337] By: jhi                                   on 2001/01/05  18:15:11
36895         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
36896              From: Robin Barker <rmb1@cise.npl.co.uk>
36897              Date: Tue, 2 Jan 2001 15:24:07 GMT
36898              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
36899              
36900              If you call configure as C<./Configure> or C<sh ./Configure>,
36901              $src is set to the absolute path name, not '.'.
36902              
36903              This, in turn, means -Dmksymlink tries to do its stuff because
36904              it does not think it is in the src directory.
36905              
36906              (plus a metaconfig nitfix)
36907      Branch: metaconfig
36908            ! U/compline/ccflags.U U/modified/src.U
36909      Branch: perl
36910            ! Configure config_h.SH
36911 ____________________________________________________________________________
36912 [  8336] By: jhi                                   on 2001/01/05  17:48:32
36913         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
36914              From: Alan Burlison <Alan.Burlison@uk.sun.com>
36915              Message-ID: <3A5606C4.473D2226@uk.sun.com>
36916              Date: Fri, 05 Jan 2001 17:39:16 +0000
36917      Branch: perl
36918            ! hv.c
36919 ____________________________________________________________________________
36920 [  8335] By: jhi                                   on 2001/01/05  16:05:44
36921         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
36922      Branch: perl
36923            ! lib/Getopt/Long.pm
36924 ____________________________________________________________________________
36925 [  8334] By: jhi                                   on 2001/01/05  16:00:51
36926         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
36927              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
36928              Date: Fri, 05 Jan 2001 13:46:51 +0100
36929              Message-ID: <13693.978698811@nice.ram.loc>
36930              
36931              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
36932              accurate reading of the "atime".  
36933      Branch: perl
36934            ! t/io/fs.t
36935 ____________________________________________________________________________
36936 [  8333] By: jhi                                   on 2001/01/05  15:57:37
36937         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
36938              From: Simon Cozens <simon@cozens.net>
36939              Date: Fri, 8 Dec 2000 13:33:31 +0000
36940              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
36941              
36942              A lost patch fragment.
36943      Branch: perl
36944            ! doop.c
36945 ____________________________________________________________________________
36946 [  8332] By: jhi                                   on 2001/01/05  15:40:42
36947         Log: Do away with strncpy() and a fixed length buffer.
36948      Branch: perl
36949            ! utf8.c
36950 ____________________________________________________________________________
36951 [  8331] By: jhi                                   on 2001/01/05  15:03:07
36952         Log: Tests for #8329 and #8330.
36953      Branch: perl
36954            ! t/op/bop.t
36955 ____________________________________________________________________________
36956 [  8330] By: jhi                                   on 2001/01/05  15:02:38
36957         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
36958              raw 8-bit form to the UTF-8 string.
36959      Branch: perl
36960            ! toke.c
36961 ____________________________________________________________________________
36962 [  8329] By: jhi                                   on 2001/01/05  14:55:13
36963         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
36964              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36965              Date: Fri, 5 Jan 2001 12:28:52 +0100
36966              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
36967              
36968              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
36969              no effect.  (changed the strncpy() to Copy())
36970      Branch: perl
36971            ! toke.c
36972 ____________________________________________________________________________
36973 [  8328] By: jhi                                   on 2001/01/05  06:44:27
36974         Log: UTF-8 cleanup.
36975      Branch: perl
36976            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
36977            ! regexec.c sv.c toke.c
36978 ____________________________________________________________________________
36979 [  8327] By: jhi                                   on 2001/01/05  01:11:29
36980         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')
36981              From: Radu Greab <radu@netsoft.ro>
36982              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
36983              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
36984              
36985              Cleans up Harness to not use FileHandle, which uses IO.
36986      Branch: perl
36987            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36988 ____________________________________________________________________________
36989 [  8326] By: jhi                                   on 2001/01/05  00:56:37
36990         Log: Update Changes.
36991      Branch: perl
36992            ! Changes patchlevel.h
36993 ____________________________________________________________________________
36994 [  8325] By: jhi                                   on 2001/01/05  00:53:18
36995         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
36996              From: Peter Prymmer <pvhp@forte.com>
36997              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
36998              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
36999              
37000              plus a couple more tailing whitespace removals.
37001      Branch: perl
37002            ! win32/Makefile
37003 ____________________________________________________________________________
37004 [  8324] By: jhi                                   on 2001/01/05  00:47:39
37005         Log: Add some Unicode chop() tests.
37006      Branch: perl
37007            ! t/op/chop.t
37008 ____________________________________________________________________________
37009 [  8323] By: jhi                                   on 2001/01/05  00:47:23
37010         Log: Unify UTF-8 malformedness handling.
37011      Branch: perl
37012            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
37013 ____________________________________________________________________________
37014 [  8322] By: jhi                                   on 2001/01/04  22:21:54
37015         Log: The new $issymlink was unknown to Mksymlinks.
37016      Branch: metaconfig/U/perl
37017            ! Mksymlinks.U issymlink.U
37018      Branch: perl
37019            ! Configure config_h.SH
37020 ____________________________________________________________________________
37021 [  8321] By: jhi                                   on 2001/01/04  21:51:05
37022         Log: The test didn't work under the core test framework.
37023      Branch: perl
37024            ! t/lib/st-lock.t
37025 ____________________________________________________________________________
37026 [  8320] By: jhi                                   on 2001/01/04  21:14:22
37027         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
37028      Branch: perl
37029            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
37030 ____________________________________________________________________________
37031 [  8319] By: jhi                                   on 2001/01/04  20:46:17
37032         Log: Typo in #8312 when manually appying a problematic patch fragment.
37033      Branch: perl
37034            ! ext/Storable/Storable.xs
37035 ____________________________________________________________________________
37036 [  8318] By: jhi                                   on 2001/01/04  20:43:01
37037         Log: The $sh_c didn't fly.
37038      Branch: metaconfig
37039            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
37040            ! U/modified/Loc.U U/modified/myhostname.U
37041            ! U/modified/spitshell.U
37042      Branch: metaconfig/U/perl
37043            ! issymlink.U
37044      Branch: perl
37045            ! Configure config_h.SH
37046 ____________________________________________________________________________
37047 [  8317] By: jhi                                   on 2001/01/04  19:58:01
37048         Log: AIX builtin test -h is broken, changes based on
37049              
37050              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
37051              Date: Tue, 02 Jan 2001 11:24:39 +0100
37052              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37053              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
37054      Branch: metaconfig
37055            + U/modified/spitshell.U
37056            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
37057            ! U/modified/Loc.U U/modified/myhostname.U
37058      Branch: metaconfig/U/perl
37059            ! Mksymlinks.U issymlink.U
37060      Branch: perl
37061            ! Configure
37062 ____________________________________________________________________________
37063 [  8316] By: jhi                                   on 2001/01/04  19:02:22
37064         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
37065              From: Andy Dougherty <doughera@lafayette.edu>
37066              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
37067              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
37068              
37069              Beware of GNU ld.
37070      Branch: perl
37071            ! hints/solaris_2.sh
37072 ____________________________________________________________________________
37073 [  8315] By: jhi                                   on 2001/01/04  18:56:48
37074         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
37075              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
37076              Date: Wed, 3 Jan 2001 07:58:51 +0100
37077              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
37078      Branch: perl
37079            ! hints/solaris_2.sh
37080 ____________________________________________________________________________
37081 [  8314] By: jhi                                   on 2001/01/04  18:54:07
37082         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
37083              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37084              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
37085              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
37086              
37087              Doc tweak on #8313.
37088      Branch: perl
37089            ! ext/B/B/Deparse.pm
37090 ____________________________________________________________________________
37091 [  8313] By: jhi                                   on 2001/01/04  18:52:27
37092         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
37093              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
37094              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37095              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
37096              
37097              Make the peephole optimizer to bypass more null ops and
37098              and rewrite the deparse handling of continue blocks.
37099      Branch: perl
37100            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
37101 ____________________________________________________________________________
37102 [  8312] By: jhi                                   on 2001/01/04  18:47:39
37103         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
37104      Branch: perl
37105            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
37106            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
37107            ! t/lib/st-lock.t
37108 ____________________________________________________________________________
37109 [  8311] By: jhi                                   on 2001/01/04  18:36:08
37110         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
37111              filter to be run on each .pm during the pm_to_blib() phase,
37112              a fixed version of
37113              
37114              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
37115              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
37116              Date: Wed, 03 Jan 2001 22:01:30 +0100
37117              Message-ID: <5296.978555690@nice.ram.loc>
37118      Branch: perl
37119            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
37120            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
37121            ! lib/ExtUtils/MakeMaker.pm
37122 ____________________________________________________________________________
37123 [  8310] By: jhi                                   on 2001/01/04  18:32:54
37124         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37125              From: Robin Barker <rmb1@cise.npl.co.uk>
37126              Date: Tue, 2 Jan 2001 15:35:03 GMT
37127              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
37128      Branch: perl
37129            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
37130            ! pod/perlrequick.pod
37131 ____________________________________________________________________________
37132 [  8309] By: jhi                                   on 2001/01/04  18:29:07
37133         Log: Subject: Re: [patch] static-ize XS()
37134              From: Doug MacEachern <dougm@covalent.net>
37135              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
37136              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
37137              
37138              Provide prototypes for the XS functions.
37139      Branch: perl
37140            ! lib/ExtUtils/xsubpp
37141 ____________________________________________________________________________
37142 [  8308] By: jhi                                   on 2001/01/04  18:27:44
37143         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
37144              From: Doug MacEachern <dougm@covalent.net>
37145              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
37146              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
37147      Branch: perl
37148            ! lib/ExtUtils/typemap
37149 ____________________________________________________________________________
37150 [  8307] By: jhi                                   on 2001/01/04  18:25:25
37151         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
37152              From: Doug MacEachern <dougm@covalent.net>
37153              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
37154              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
37155              
37156              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
37157      Branch: perl
37158            ! lib/ExtUtils/MM_Unix.pm
37159 ____________________________________________________________________________
37160 [  8306] By: jhi                                   on 2001/01/04  18:23:00
37161         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
37162              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37163              Date: Thu, 4 Jan 2001 12:47:10 +0100 
37164              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
37165              
37166              The toke.c part only, patching embed.h and proto.h is futile.
37167      Branch: perl
37168            ! toke.c
37169 ____________________________________________________________________________
37170 [  8305] By: jhi                                   on 2001/01/04  18:05:51
37171         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
37172              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37173              Date: Thu, 4 Jan 2001 17:50:12 +0100 
37174              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
37175      Branch: perl
37176            ! toke.c
37177 ____________________________________________________________________________
37178 [  8304] By: jhi                                   on 2001/01/04  18:03:26
37179         Log: Subject: [PATCH perl@8269]
37180              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37181              Date: Thu, 4 Jan 2001 12:53:39 +0100 
37182              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
37183              
37184              If running byacc write-enable also perly.h.
37185      Branch: perl
37186            ! Makefile.SH
37187 ____________________________________________________________________________
37188 [  8303] By: jhi                                   on 2001/01/04  15:40:49
37189         Log: Rewrite pp_concat() in terms of sv_catsv().
37190      Branch: perl
37191            ! pp_hot.c
37192 ____________________________________________________________________________
37193 [  8302] By: nick                                  on 2001/01/03  22:43:22
37194         Log: Integrate mainline.
37195      Branch: perlio
37196           !> ext/Encode/Encode.xs sv.c utf8.c
37197 ____________________________________________________________________________
37198 [  8301] By: jhi                                   on 2001/01/02  23:40:26
37199         Log: Variable naming tweak.
37200      Branch: perl
37201            ! sv.c
37202 ____________________________________________________________________________
37203 [  8300] By: jhi                                   on 2001/01/02  23:40:02
37204         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
37205              in is_utf8_string().
37206      Branch: perl
37207            ! utf8.c
37208 ____________________________________________________________________________
37209 [  8299] By: jhi                                   on 2001/01/02  22:14:40
37210         Log: Integrate perlio.
37211      Branch: perl
37212           !> pp.c pp_hot.c win32/Makefile
37213 ____________________________________________________________________________
37214 [  8298] By: nick                                  on 2001/01/02  22:03:06
37215         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
37216      Branch: perlio
37217            ! pp.c pp_hot.c
37218 ____________________________________________________________________________
37219 [  8297] By: jhi                                   on 2001/01/02  04:26:28
37220         Log: Signedness nit.
37221      Branch: perl
37222            ! ext/Encode/Encode.xs
37223 ____________________________________________________________________________
37224 [  8296] By: nick                                  on 2001/01/01  23:49:36
37225         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
37226      Branch: perlio
37227            ! win32/Makefile
37228 ____________________________________________________________________________
37229 [  8295] By: jhi                                   on 2001/01/01  23:05:48
37230         Log: Integrate perlio.
37231      Branch: perl
37232           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
37233           !> t/lib/encode.t
37234 ____________________________________________________________________________
37235 [  8294] By: nick                                  on 2001/01/01  22:48:34
37236         Log: Integrate mainline
37237      Branch: perlio
37238            ! pp_hot.c t/lib/encode.t
37239           !> (integrate 65 files)
37240 ____________________________________________________________________________
37241 [  8293] By: nick                                  on 2001/01/01  21:58:50
37242         Log: More rigor in UTF-8-ness of Encode's toUnicode
37243              XS export some of the utf8 internal functions.
37244              Test some of the functions.
37245              Fix pp_concat() bug shown by said tests.
37246      Branch: perlio
37247            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
37248            ! t/lib/encode.t
37249 ____________________________________________________________________________
37250 [  8292] By: jhi                                   on 2001/01/01  18:11:44
37251         Log: Integrate perlio.
37252      Branch: perl
37253           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
37254           !> ext/Encode/encengine.c ext/Encode/encode.h
37255 ____________________________________________________________________________
37256 [  8291] By: jhi                                   on 2001/01/01  18:10:58
37257         Log: Podify README.mpeix (a new version from the web),
37258              add a dummy NAME to Carp::Heavy, regen toc.
37259      Branch: perl
37260            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
37261            ! pod/perltoc.pod
37262 ____________________________________________________________________________
37263 [  8290] By: nick                                  on 2001/01/01  17:43:47
37264         Log: Loose the "Loading..." warning.
37265              Another bug in fallback support
37266      Branch: perlio
37267            ! ext/Encode/Encode.pm ext/Encode/encengine.c
37268 ____________________________________________________________________________
37269 [  8289] By: jhi                                   on 2001/01/01  00:01:57
37270         Log: Bump up Larry's copyright.
37271      Branch: perl
37272            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
37273            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
37274            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
37275            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
37276            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
37277            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
37278            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
37279            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
37280 ____________________________________________________________________________
37281 [  8288] By: nick                                  on 2000/12/31  21:27:53
37282         Log: Fix .ucm reading - forgot a chr()
37283              Start of .ucm write (for .enc to .ucm)
37284      Branch: perlio
37285            ! ext/Encode/compile
37286 ____________________________________________________________________________
37287 [  8287] By: jhi                                   on 2000/12/31  18:15:56
37288         Log: Comment away a diagnostic message as noted by Craig A. Berry
37289              (the unexpected message was confusing testing)
37290      Branch: perl
37291            ! ext/Encode/Encode.pm
37292 ____________________________________________________________________________
37293 [  8286] By: jhi                                   on 2000/12/31  18:14:51
37294         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
37295              Date: Sun, 31 Dec 2000 11:17:37 -0600
37296              From: "Craig A. Berry" <craigberry@mac.com>
37297              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
37298      Branch: perl
37299            ! ext/Encode/Makefile.PL
37300 ____________________________________________________________________________
37301 [  8285] By: nick                                  on 2000/12/31  18:11:54
37302         Log: Start of support of ICU-style .ucm files:
37303              - teach compile how to read a .ucm file
37304              - first guess at how to represent fallbacks in "tries".
37305              - use fallbacks if check == 0
37306              - new return code to indicate we used one.
37307      Branch: perlio
37308            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
37309            ! ext/Encode/encengine.c ext/Encode/encode.h
37310 ____________________________________________________________________________
37311 [  8284] By: jhi                                   on 2000/12/31  18:04:41
37312         Log: Pacify picky VMS compiler.
37313              
37314              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
37315              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37316              Date: Sat, 30 Dec 2000 18:10:02 -0600
37317              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
37318      Branch: perl
37319            ! sv.c
37320 ____________________________________________________________________________
37321 [  8283] By: jhi                                   on 2000/12/31  16:11:47
37322         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
37323      Branch: perl
37324            ! t/lib/glob-basic.t
37325 ____________________________________________________________________________
37326 [  8282] By: jhi                                   on 2000/12/31  15:26:11
37327         Log: Integrate perlio.
37328      Branch: perl
37329           !> makedef.pl opcode.pl os2/os2.c perlio.c
37330 ____________________________________________________________________________
37331 [  8281] By: nick                                  on 2000/12/31  10:06:15
37332         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
37333              is available to be exported
37334      Branch: perlio
37335            ! makedef.pl perlio.c
37336 ____________________________________________________________________________
37337 [  8280] By: nick                                  on 2000/12/31  09:41:26
37338         Log: Ilya's OS2 patch (testing for damage on Win32)
37339      Branch: perlio
37340            ! makedef.pl opcode.pl os2/os2.c
37341 ____________________________________________________________________________
37342 [  8279] By: jhi                                   on 2000/12/30  21:52:07
37343         Log: Test nits.
37344      Branch: perl
37345            ! t/lib/syslfs.t t/op/lfs.t
37346 ____________________________________________________________________________
37347 [  8278] By: jhi                                   on 2000/12/30  21:47:49
37348         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
37349              From: andreas.koenig@anima.de (Andreas J. Koenig)
37350              Date: 30 Dec 2000 22:35:37 +0100
37351              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
37352              
37353              The 32-bit wraparound test wasn't quite right.
37354      Branch: perl
37355            ! t/lib/syslfs.t t/op/lfs.t
37356 ____________________________________________________________________________
37357 [  8277] By: jhi                                   on 2000/12/30  21:33:44
37358         Log: Subject: [PATCH] open() example in perlfunc.pod 
37359              From: Karsten Sperling <s_sperli@ira.uka.de>
37360              Date: Sat, 30 Dec 2000 22:27:09 +0100
37361              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
37362      Branch: perl
37363            ! pod/perlfunc.pod
37364 ____________________________________________________________________________
37365 [  8276] By: jhi                                   on 2000/12/30  20:32:40
37366         Log: Not quite that many tests yet.
37367      Branch: perl
37368            ! t/op/pat.t
37369 ____________________________________________________________________________
37370 [  8275] By: jhi                                   on 2000/12/30  20:26:58
37371         Log: Integrate perlio.
37372      Branch: perl
37373           !> toke.c
37374 ____________________________________________________________________________
37375 [  8274] By: jhi                                   on 2000/12/30  20:24:56
37376         Log: Signedness nit.
37377      Branch: perl
37378            ! utf8.c
37379 ____________________________________________________________________________
37380 [  8273] By: jhi                                   on 2000/12/30  20:15:46
37381         Log: Add a test case for 20000731.001 which was fixed by the #8267.
37382      Branch: perl
37383            ! t/op/pat.t
37384 ____________________________________________________________________________
37385 [  8272] By: nick                                  on 2000/12/30  19:47:51
37386         Log: Tweak for MULTIPLICITY/USE_PERLIO
37387      Branch: perlio
37388            ! toke.c
37389 ____________________________________________________________________________
37390 [  8271] By: nick                                  on 2000/12/30  19:46:45
37391         Log: Integrate mainline
37392      Branch: perlio
37393           +> lib/unicode/distinct.pm
37394           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
37395           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
37396           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
37397 ____________________________________________________________________________
37398 [  8270] By: jhi                                   on 2000/12/30  19:39:50
37399         Log: Subject: RE: perl@8269
37400              From: "Richard Soderberg" <rs@crystalflame.net>
37401              Date: Sat, 30 Dec 2000 11:36:27 -0800
37402              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
37403              
37404              A missing aTHX_.
37405      Branch: perl
37406            ! toke.c
37407 ____________________________________________________________________________
37408 [  8269] By: jhi                                   on 2000/12/30  18:55:48
37409         Log: Update Changes.
37410      Branch: perl
37411            ! Changes patchlevel.h
37412 ____________________________________________________________________________
37413 [  8268] By: jhi                                   on 2000/12/30  17:18:40
37414         Log: Add a test for Unicode split //.  The #8267 was the cure.
37415      Branch: perl
37416            ! t/op/split.t
37417 ____________________________________________________________________________
37418 [  8267] By: jhi                                   on 2000/12/30  17:14:19
37419         Log: Subject: more UTF8 test suites and an UTF8 patch
37420              From: Inaba Hiroto <inaba@st.rim.or.jp>
37421              Date: Sat, 30 Dec 2000 14:27:10 +0900
37422              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
37423              
37424              Just the patch part for now, and the pragma renamed
37425              as unicode::distinct.
37426      Branch: perl
37427            + lib/unicode/distinct.pm
37428            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
37429            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
37430            ! regcomp.h regexec.c sv.c toke.c utf8.c
37431 ____________________________________________________________________________
37432 [  8266] By: nick                                  on 2000/12/30  16:40:49
37433         Log: Integrate mainline
37434      Branch: perlio
37435           +> lib/Pod/Text/Overstrike.pm
37436           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
37437           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
37438           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
37439           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
37440           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
37441 ____________________________________________________________________________
37442 [  8265] By: jhi                                   on 2000/12/30  07:28:55
37443         Log: The sv_catsv() fix, take two.
37444      Branch: perl
37445            ! sv.c t/op/join.t
37446 ____________________________________________________________________________
37447 [  8264] By: jhi                                   on 2000/12/30  06:19:18
37448         Log: Undo all the join-related changes since #8248: relevant
37449              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
37450              The new sv_catsv() doesn't fly so it must go back to
37451              the drawing board.
37452      Branch: perl
37453            ! sv.c t/op/join.t t/pragma/utf8.t
37454 ____________________________________________________________________________
37455 [  8263] By: jhi                                   on 2000/12/30  01:08:32
37456         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
37457      Branch: perl
37458            ! sv.c
37459 ____________________________________________________________________________
37460 [  8262] By: jhi                                   on 2000/12/30  00:45:14
37461         Log: Retract #8261.
37462      Branch: perl
37463            ! hv.c util.c
37464 ____________________________________________________________________________
37465 [  8261] By: jhi                                   on 2000/12/30  00:38:32
37466         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
37467      Branch: perl
37468            ! hv.c util.c
37469 ____________________________________________________________________________
37470 [  8260] By: jhi                                   on 2000/12/29  22:51:33
37471         Log: (Retracted by #8264)  More fixing for #8251.
37472      Branch: perl
37473            ! sv.c
37474 ____________________________________________________________________________
37475 [  8259] By: jhi                                   on 2000/12/29  18:27:30
37476         Log: Subject: podlators 1.06 released
37477              From: Russ Allbery <rra@stanford.edu>
37478              Date: 25 Dec 2000 05:09:30 -0800
37479              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
37480      Branch: perl
37481            + lib/Pod/Text/Overstrike.pm
37482            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
37483            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
37484 ____________________________________________________________________________
37485 [  8258] By: jhi                                   on 2000/12/29  18:20:45
37486         Log: Make the large file tests more robust/talkative as suggested by
37487              
37488              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
37489              From: andreas.koenig@anima.de (Andreas J. Koenig)
37490              Date: 29 Dec 2000 14:23:01 +0100
37491              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
37492      Branch: perl
37493            ! t/lib/syslfs.t t/op/lfs.t
37494 ____________________________________________________________________________
37495 [  8257] By: jhi                                   on 2000/12/29  17:48:04
37496         Log: Further VMS piping fixes from Charles Lane:
37497              
37498              In summary, error messages produced when a subprocess terminated
37499              abnormally were being sent not just to the parent process, but to
37500              grandparents, because of default values for error output that were
37501              not completely overridden when the subprocess was started.
37502              
37503              This patch fixes this behavior by defining user-mode (i.e., temporary
37504              for the duration of the program) logical names for SYS$OUTPUT and
37505              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
37506              changes to make it so that the user-mode logicals are the ones that
37507              control where Perl's error messages go if it terminates abnormally.
37508              
37509              I also added some gratuitous fixes to the indentation of braces in
37510              the piping code.  It just looked ugly, before.
37511      Branch: perl
37512            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
37513 ____________________________________________________________________________
37514 [  8256] By: jhi                                   on 2000/12/29  17:45:12
37515         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
37516              From: "Casey R. Tweten" <crt@kiski.net>
37517              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
37518              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
37519              
37520              Tests for for #8240.
37521      Branch: perl
37522            ! t/pragma/constant.t
37523 ____________________________________________________________________________
37524 [  8255] By: jhi                                   on 2000/12/29  17:43:07
37525         Log: Subject: Re: [PATCH] Interesting syntax idea
37526              From: Simon Cozens <simon@cozens.net>
37527              Date: Fri, 29 Dec 2000 14:34:04 +0000
37528              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
37529              
37530              Tests for #8254.
37531      Branch: perl
37532            ! t/pragma/sub_lval.t
37533 ____________________________________________________________________________
37534 [  8254] By: jhi                                   on 2000/12/29  17:42:11
37535         Log: Subject: [PATCH] Interesting syntax idea
37536              From: Simon Cozens <simon@cozens.net>
37537              Date: Wed, 27 Dec 2000 05:08:57 +0000
37538              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
37539              
37540              Make opens + bareword assigns do typeglob assigns.
37541      Branch: perl
37542            ! op.c
37543 ____________________________________________________________________________
37544 [  8253] By: jhi                                   on 2000/12/29  17:36:45
37545         Log: Output the (apparent) version of gcc, as suggested by
37546              
37547              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
37548              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
37549              Date: 26 Dec 2000 04:29:17 -0500
37550              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
37551              
37552              (The patch as such didn't any more apply as the misparsing had
37553              already been addressed in #6474.)  Also change the wording about
37554              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
37555      Branch: perl
37556            ! hints/dec_osf.sh
37557 ____________________________________________________________________________
37558 [  8252] By: nick                                  on 2000/12/29  12:14:31
37559         Log: Integrate mainline
37560      Branch: perlio
37561           !> (integrate 27 files)
37562 ____________________________________________________________________________
37563 [  8251] By: jhi                                   on 2000/12/29  08:45:46
37564         Log: (Retracted by #8264)
37565              
37566              (Fixed by #8260.)
37567              
37568              sv_catsv() needs one more byte space than seems reasonable.
37569              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
37570              Curiouser and curiouser.
37571      Branch: perl
37572            ! sv.c
37573 ____________________________________________________________________________
37574 [  8250] By: jhi                                   on 2000/12/29  07:57:52
37575         Log: More split // UTF-8 tests.
37576      Branch: perl
37577            ! t/pragma/utf8.t
37578 ____________________________________________________________________________
37579 [  8249] By: jhi                                   on 2000/12/29  07:54:51
37580         Log: (Retracted by #8264)  More join() testing which was good because
37581              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
37582      Branch: perl
37583            ! pp.c t/op/join.t utf8.c utf8.h
37584 ____________________________________________________________________________
37585 [  8248] By: jhi                                   on 2000/12/29  07:08:32
37586         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
37587              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
37588              that the only cases to care about are byte+byte and byte+character.
37589              
37590              TODO: See how well pp_concat() could be implemented in terms
37591              of sv_catsv().
37592      Branch: perl
37593            ! doop.c sv.c t/op/join.t utf8.h
37594 ____________________________________________________________________________
37595 [  8247] By: jhi                                   on 2000/12/29  06:35:23
37596         Log: Signedness nit.
37597      Branch: perl
37598            ! pp_hot.c
37599 ____________________________________________________________________________
37600 [  8246] By: jhi                                   on 2000/12/29  01:23:31
37601         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
37602              From: Lupe Christoph <lupe@lupe-christoph.de>
37603              Date: Thu, 28 Dec 2000 23:00:00 +0100
37604              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
37605              
37606              Suggest rsync --delete --dry-run.
37607      Branch: perl
37608            ! pod/perlhack.pod
37609 ____________________________________________________________________________
37610 [  8245] By: jhi                                   on 2000/12/28  23:57:05
37611         Log: The maxiters upper limit sanity check (guarding against
37612              non-progress) assumed bytes instead of characters in s///
37613              and split().
37614      Branch: perl
37615            ! pp.c pp_hot.c
37616 ____________________________________________________________________________
37617 [  8244] By: jhi                                   on 2000/12/28  23:34:08
37618         Log: Make some panic messages a bit more logical.
37619      Branch: perl
37620            ! doop.c pod/perldiag.pod pp.c pp_hot.c
37621 ____________________________________________________________________________
37622 [  8243] By: jhi                                   on 2000/12/28  22:59:16
37623         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
37624              From: Simon Cozens <simon@cozens.net>
37625              Date: Wed, 27 Dec 2000 02:30:03 +0000
37626              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
37627      Branch: perl
37628            ! pp.c t/pragma/sub_lval.t
37629 ____________________________________________________________________________
37630 [  8242] By: jhi                                   on 2000/12/28  22:56:53
37631         Log: Subject: [PATCH blead] Fix B::Terse indentation
37632              From: Daniel Chetlin <daniel@chetlin.com>
37633              Date: Wed, 27 Dec 2000 06:43:30 -0800
37634              Message-ID: <20001227064329.B9573@darkstar>
37635      Branch: perl
37636            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
37637 ____________________________________________________________________________
37638 [  8241] By: jhi                                   on 2000/12/28  22:48:59
37639         Log: The latter patch from the
37640              
37641              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
37642              From: Peter Prymmer <pvhp@forte.com> 
37643              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
37644              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
37645              
37646              (the former patch from the above should have been
37647              taken care of by Nick I-S)
37648      Branch: perl
37649            ! win32/Makefile
37650 ____________________________________________________________________________
37651 [  8240] By: jhi                                   on 2000/12/28  22:45:22
37652         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
37653              From: "Casey R. Tweten" <crt@kiski.net>
37654              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
37655              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
37656      Branch: perl
37657            ! lib/constant.pm
37658 ____________________________________________________________________________
37659 [  8239] By: jhi                                   on 2000/12/28  22:37:45
37660         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
37661              From: Simon Cozens <simon@cozens.net>
37662              Date: Wed, 27 Dec 2000 14:12:44 +0000
37663              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
37664      Branch: perl
37665            ! t/op/method.t t/op/sort.t toke.c
37666 ____________________________________________________________________________
37667 [  8238] By: jhi                                   on 2000/12/28  22:30:32
37668         Log: Subject: [PATCH perl@8229] Call.pm
37669              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
37670              Date: Mon, 25 Dec 2000 10:47:15 -0000
37671              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
37672      Branch: perl
37673            ! ext/Filter/Util/Call/Call.pm
37674 ____________________________________________________________________________
37675 [  8237] By: jhi                                   on 2000/12/28  22:19:21
37676         Log: Subject: [PATCH blead] Fix problem with `&' prototype
37677              From: Daniel Chetlin <daniel@chetlin.com>
37678              Date: Wed, 27 Dec 2000 15:55:32 -0800
37679              Message-ID: <20001227155532.D9573@darkstar>
37680      Branch: perl
37681            ! op.c t/comp/proto.t
37682 ____________________________________________________________________________
37683 [  8236] By: jhi                                   on 2000/12/28  22:09:25
37684         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
37685              From: Daniel Chetlin <daniel@chetlin.com>
37686              Date: Sun, 24 Dec 2000 04:09:49 -0800
37687              Message-ID: <20001224040949.B3090@darkstar>
37688      Branch: perl
37689            ! gv.c mg.c t/op/attrs.t
37690 ____________________________________________________________________________
37691 [  8235] By: jhi                                   on 2000/12/28  22:07:11
37692         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
37693              From: Jan Dubois <jand@ActiveState.com>
37694              Date: Tue, 26 Dec 2000 20:57:31 -0800
37695              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
37696      Branch: perl
37697            ! win32/win32.c
37698 ____________________________________________________________________________
37699 [  8234] By: jhi                                   on 2000/12/28  21:52:42
37700         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
37701              From: Simon Cozens <simon@cozens.net>
37702              Date: Thu, 28 Dec 2000 20:33:13 +0000
37703              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
37704      Branch: perl
37705            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
37706 ____________________________________________________________________________
37707 [  8233] By: jhi                                   on 2000/12/28  19:40:49
37708         Log: Integrate perlio.
37709      Branch: perl
37710           !> ext/Encode/Makefile.PL ext/Encode/compile
37711 ____________________________________________________________________________
37712 [  8232] By: nick                                  on 2000/12/23  16:06:00
37713         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
37714              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
37715      Branch: perlio
37716            ! ext/Encode/Makefile.PL
37717 ____________________________________________________________________________
37718 [  8231] By: nick                                  on 2000/12/23  14:30:34
37719         Log: "Compiled" encode build cleanup
37720              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
37721              - .c files do not export sub-tables
37722      Branch: perlio
37723            ! ext/Encode/Makefile.PL ext/Encode/compile
37724 ____________________________________________________________________________
37725 [  8230] By: nick                                  on 2000/12/23  12:50:37
37726         Log: Integrate mainline
37727      Branch: perlio
37728           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
37729           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
37730           !> pod/perl5004delta.pod pod/perl5005delta.pod
37731           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
37732           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
37733           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
37734           !> pod/perlsub.pod
37735 ____________________________________________________________________________
37736 [  8229] By: jhi                                   on 2000/12/22  15:32:12
37737         Log: Integrate perlio.
37738      Branch: perl
37739           +> win32/distclean.bat
37740           !> MANIFEST t/io/utf8.t
37741 ____________________________________________________________________________
37742 [  8228] By: jhi                                   on 2000/12/22  15:29:40
37743         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
37744              From: Robin Barker <rmb1@cise.npl.co.uk>
37745              Date: Fri, 22 Dec 2000 12:17:38 GMT
37746              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
37747      Branch: perl
37748            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
37749            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
37750            ! pod/perl5004delta.pod pod/perl5005delta.pod
37751            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
37752            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
37753            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
37754            ! pod/perlsub.pod
37755 ____________________________________________________________________________
37756 [  8227] By: jhi                                   on 2000/12/22  15:24:28
37757         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
37758              From: "John L. Allen" <allen@grumman.com>
37759              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
37760              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
37761              
37762              Document APPLLIB_EXP.
37763      Branch: perl
37764            ! INSTALL
37765 ____________________________________________________________________________
37766 [  8226] By: nick                                  on 2000/12/21  22:11:50
37767         Log: Handy script for when one forgets to "dmake clean" 
37768      Branch: perlio
37769            + win32/distclean.bat
37770            ! MANIFEST
37771 ____________________________________________________________________________
37772 [  8225] By: nick                                  on 2000/12/21  21:54:04
37773         Log: CRLF platform issue with io/utf8 fix.
37774      Branch: perlio
37775            ! t/io/utf8.t
37776 ____________________________________________________________________________
37777 [  8224] By: nick                                  on 2000/12/21  21:02:20
37778         Log: Integrate mainline
37779      Branch: perlio
37780           !> Changes Configure Makefile.SH Porting/Glossary
37781           !> Porting/config.sh Porting/config_H configure.com
37782           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
37783           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
37784           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
37785           !> win32/config.bc win32/config.gc win32/config.vc
37786 ____________________________________________________________________________
37787 [  8223] By: jhi                                   on 2000/12/21  17:09:16
37788         Log: Update Changes.
37789      Branch: perl
37790            ! Changes patchlevel.h
37791 ____________________________________________________________________________
37792 [  8222] By: jhi                                   on 2000/12/21  16:24:01
37793         Log: Metaconfig unit changes for #8221.
37794      Branch: metaconfig/U/perl
37795           +> issymlink.U
37796            - testsyml.U
37797            ! Mksymlinks.U
37798 ____________________________________________________________________________
37799 [  8221] By: jhi                                   on 2000/12/21  16:23:48
37800         Log: Rename testsyml to issymlink.
37801      Branch: perl
37802            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37803            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
37804            ! win32/config.vc
37805 ____________________________________________________________________________
37806 [  8220] By: jhi                                   on 2000/12/21  15:47:26
37807         Log: Robustness support for #8218 (symlink forest) since the GNU
37808              tools seem to be overly picky about symlinkage depths.
37809      Branch: perl
37810            ! Makefile.SH t/io/fs.t
37811 ____________________________________________________________________________
37812 [  8219] By: jhi                                   on 2000/12/21  15:38:27
37813         Log: Metaconfig changes for #8218.
37814      Branch: metaconfig
37815            ! U/modified/Oldconfig.U
37816      Branch: metaconfig/U/perl
37817            + Mksymlinks.U
37818            ! testsyml.U
37819 ____________________________________________________________________________
37820 [  8218] By: jhi                                   on 2000/12/21  15:37:57
37821         Log: Add Configure option -Dmksymlinks which will create a symlink
37822              forest if the current/build differs from the source directory.
37823              TODO: mkdir -p is not portable.
37824      Branch: perl
37825            ! Configure
37826 ____________________________________________________________________________
37827 [  8217] By: jhi                                   on 2000/12/21  14:39:12
37828         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
37829              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
37830              Date: Thu, 21 Dec 2000 09:38:18 GMT
37831              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
37832              
37833              The ofs became an SV.
37834      Branch: perl
37835            ! ext/Thread/Thread.xs
37836 ____________________________________________________________________________
37837 [  8216] By: jhi                                   on 2000/12/21  05:40:21
37838         Log: The polymorphism seems to have fixed 20000517.001.
37839      Branch: perl
37840            ! t/pragma/utf8.t
37841 ____________________________________________________________________________
37842 [  8215] By: jhi                                   on 2000/12/21  04:44:52
37843         Log: read() documentation tweak for 20001121.004.
37844      Branch: perl
37845            ! pod/perlfunc.pod
37846 ____________________________________________________________________________
37847 [  8214] By: jhi                                   on 2000/12/21  03:54:11
37848         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
37849      Branch: perl
37850            ! pp_sys.c t/op/misc.t
37851 ____________________________________________________________________________
37852 [  8213] By: jhi                                   on 2000/12/21  00:28:10
37853         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
37854              From: Peter Prymmer <pvhp@forte.com>
37855              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
37856              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
37857      Branch: perl
37858            ! configure.com
37859 ____________________________________________________________________________
37860 [  8212] By: jhi                                   on 2000/12/21  00:26:21
37861         Log: Edit edit edit.
37862      Branch: perl
37863            ! pod/perlfaq3.pod
37864 ____________________________________________________________________________
37865 [  8211] By: jhi                                   on 2000/12/20  18:52:46
37866         Log: Update Changes.
37867      Branch: perl
37868            ! Changes patchlevel.h
37869 ____________________________________________________________________________
37870 [  8210] By: jhi                                   on 2000/12/20  18:34:47
37871         Log: Yet another editor edit.
37872      Branch: perl
37873            ! pod/perlfaq3.pod
37874 ____________________________________________________________________________
37875 [  8209] By: jhi                                   on 2000/12/20  15:33:28
37876         Log: More Win32 Perling.
37877      Branch: perl
37878            ! pod/perlfaq3.pod
37879 ____________________________________________________________________________
37880 [  8208] By: jhi                                   on 2000/12/20  15:07:46
37881         Log: More Win32 editor/IDE/shell hints.
37882      Branch: perl
37883            ! pod/perlfaq3.pod
37884 ____________________________________________________________________________
37885 [  8207] By: jhi                                   on 2000/12/20  03:54:08
37886         Log: Subject: [PATCH] obscure timing knowledge
37887              From: Nicholas Clark <nick@ccl4.org>
37888              Date: Tue, 19 Dec 2000 19:22:31 +0000
37889              Message-ID: <20001219192231.F2827@plum.flirble.org>
37890      Branch: perl
37891            ! sv.c
37892 ____________________________________________________________________________
37893 [  8206] By: jhi                                   on 2000/12/20  03:45:57
37894         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
37895              From: Spider Boardman <spider@leggy.zk3.dec.com>
37896              Date: Tue, 19 Dec 2000 21:30:16 -0500
37897              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
37898      Branch: perl
37899            ! sv.c
37900 ____________________________________________________________________________
37901 [  8205] By: jhi                                   on 2000/12/19  23:02:01
37902         Log: Update Changes.
37903      Branch: perl
37904            ! Changes patchlevel.h
37905 ____________________________________________________________________________
37906 [  8204] By: jhi                                   on 2000/12/19  22:58:18
37907         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
37908              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
37909              on editors and diffing/patching.
37910      Branch: perl
37911            ! t/op/utf8decode.t
37912 ____________________________________________________________________________
37913 [  8203] By: nick                                  on 2000/12/19  21:36:16
37914         Log: Integrate mainline (forgot my own change...)
37915      Branch: perlio
37916           !> ext/Encode/compile
37917 ____________________________________________________________________________
37918 [  8202] By: nick                                  on 2000/12/19  21:34:42
37919         Log: Integrate mainline.
37920      Branch: perlio
37921           !> (integrate 61 files)
37922 ____________________________________________________________________________
37923 [  8201] By: nick                                  on 2000/12/19  21:34:06
37924         Log: Avoid looking for File::Glob when we don't need it.
37925      Branch: perl
37926            ! ext/Encode/compile
37927 ____________________________________________________________________________
37928 [  8200] By: jhi                                   on 2000/12/19  18:35:49
37929         Log: Update Changes.
37930      Branch: perl
37931            ! Changes patchlevel.h
37932 ____________________________________________________________________________
37933 [  8199] By: jhi                                   on 2000/12/19  18:35:07
37934         Log: Microperl tweaks.
37935      Branch: perl
37936            ! sv.c uconfig.h uconfig.sh
37937 ____________________________________________________________________________
37938 [  8198] By: jhi                                   on 2000/12/19  18:29:59
37939         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
37940      Branch: perl
37941            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37942            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
37943 ____________________________________________________________________________
37944 [  8197] By: jhi                                   on 2000/12/19  17:55:29
37945         Log: In VMS embedded perls couldn't access the statically built Socket,
37946              from Charles Lane.
37947      Branch: perl
37948            ! configure.com
37949 ____________________________________________________________________________
37950 [  8196] By: jhi                                   on 2000/12/19  17:49:50
37951         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
37952              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
37953              Date: Sun, 17 Dec 2000 19:11:44 -0000
37954              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
37955      Branch: perl
37956            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37957            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
37958 ____________________________________________________________________________
37959 [  8195] By: jhi                                   on 2000/12/19  17:47:53
37960         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
37961              From: Jonathan Stowe <gellyfish@gellyfish.com>
37962              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
37963              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
37964      Branch: perl
37965            ! utils/h2xs.PL
37966 ____________________________________________________________________________
37967 [  8194] By: jhi                                   on 2000/12/19  17:46:28
37968         Log: Subject: Re: useless use of void context work-around
37969              From: andreas.koenig@anima.de (Andreas J. Koenig)
37970              Date: 16 Dec 2000 15:13:36 +0100
37971              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
37972              
37973              Document (comment) the q(di ds ig) trick in the code.
37974      Branch: perl
37975            ! op.c
37976 ____________________________________________________________________________
37977 [  8193] By: jhi                                   on 2000/12/19  17:10:57
37978         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
37979              From: "Mark J. Reed" <mreed@strange.turner.com>
37980              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
37981              Message-Id: <200012160222.VAA13986@strange.turner.com>
37982      Branch: perl
37983            ! ext/Sys/Syslog/Syslog.pm
37984 ____________________________________________________________________________
37985 [  8192] By: jhi                                   on 2000/12/19  17:07:45
37986         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
37987              From: Nicholas Clark <nick@ccl4.org>
37988              Date: Sat, 16 Dec 2000 19:03:13 +0000
37989              Message-ID: <20001216190313.D68304@plum.flirble.org>
37990      Branch: perl
37991            ! t/op/64bitint.t
37992 ____________________________________________________________________________
37993 [  8191] By: jhi                                   on 2000/12/19  17:06:13
37994         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
37995              From: Dominic Dunlop <domo@computer.org>
37996              Date: Mon, 18 Dec 2000 12:00:15 +0100
37997              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
37998              
37999              This patchlet is needed in order that perl can be statically linked.  
38000      Branch: perl
38001            ! regexec.c
38002 ____________________________________________________________________________
38003 [  8190] By: jhi                                   on 2000/12/19  17:03:08
38004         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
38005              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38006              Date: Sun, 17 Dec 2000 00:18:35 -0600
38007              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
38008      Branch: perl
38009            ! perlio.h vms/gen_shrfls.pl
38010 ____________________________________________________________________________
38011 [  8189] By: jhi                                   on 2000/12/19  16:20:28
38012         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
38013              From: Prymmer/Kahn <pvhp@best.com>
38014              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
38015              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
38016              
38017              A better version of #8188.
38018      Branch: perl
38019            ! pod/perlfaq3.pod
38020 ____________________________________________________________________________
38021 [  8188] By: jhi                                   on 2000/12/19  15:57:06
38022         Log: (Replaced by #8189)
38023              
38024              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
38025              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
38026              From: Prymmer/Kahn <pvhp@best.com>
38027              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
38028              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
38029              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
38030              Date: Mon, 18 Dec 2000 11:10:45 -0500
38031              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
38032      Branch: perl
38033            ! pod/perlfaq3.pod
38034 ____________________________________________________________________________
38035 [  8187] By: jhi                                   on 2000/12/19  15:54:19
38036         Log: Email address fix for Anton Berezin.
38037      Branch: perl
38038            ! AUTHORS
38039 ____________________________________________________________________________
38040 [  8186] By: jhi                                   on 2000/12/19  15:38:54
38041         Log: Subject: [PATCH perl@8102] cygwin port
38042              From: "Eric Fifer" <efifer@dircon.co.uk> 
38043              Date: Thu, 14 Dec 2000 13:41:29 -0000
38044              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
38045              
38046              When compiling modules the data item that is being imported
38047              from libperl.dll needs to be tagged as imported/shared data:
38048              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
38049      Branch: perl
38050            ! perliol.h
38051 ____________________________________________________________________________
38052 [  8185] By: jhi                                   on 2000/12/19  14:53:24
38053         Log: Regen uconfig.h and uconfig.sh.
38054      Branch: perl
38055            ! uconfig.h uconfig.sh
38056 ____________________________________________________________________________
38057 [  8184] By: jhi                                   on 2000/12/18  20:43:49
38058         Log: Comments work so much better when they are closed.
38059      Branch: perl
38060            ! regcomp.c
38061 ____________________________________________________________________________
38062 [  8183] By: jhi                                   on 2000/12/18  18:04:02
38063         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
38064              Fixes the bug 20001218.016.
38065      Branch: perl
38066            ! regcomp.c
38067 ____________________________________________________________________________
38068 [  8182] By: gsar                                  on 2000/12/18  09:53:47
38069         Log: delete spurious files
38070      Branch: maint-5.6/perl
38071            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
38072            - vos/config.h vos/config_h.SH_orig
38073 ____________________________________________________________________________
38074 [  8181] By: gsar                                  on 2000/12/18  09:46:08
38075         Log: regen perltoc
38076      Branch: maint-5.6/perl
38077            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
38078 ____________________________________________________________________________
38079 [  8180] By: gsar                                  on 2000/12/18  09:20:27
38080         Log: integrate changes#7924..7926,7946,7952 from mainline
38081      Branch: maint-5.6/perl
38082           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
38083           !> lib/File/stat.pm t/lib/class-struct.t
38084 ____________________________________________________________________________
38085 [  8179] By: gsar                                  on 2000/12/18  08:55:54
38086         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
38087              7918,7919,7988,8907 from mainline (various)
38088      Branch: maint-5.6/perl
38089           +> t/lib/class-struct.t
38090           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
38091           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
38092           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
38093 ____________________________________________________________________________
38094 [  8178] By: gsar                                  on 2000/12/18  08:16:30
38095         Log: avoid redefinition warnings on windows due to sys/socket.h getting
38096              #included before win32.h
38097      Branch: maint-5.6/perl
38098            ! win32/include/sys/socket.h
38099 ____________________________________________________________________________
38100 [  8177] By: gsar                                  on 2000/12/18  05:24:04
38101         Log: make regen_headers; fix POSIX.xs problems; remove outdated
38102              code from sys/socket.h that makes build fail now
38103      Branch: maint-5.6/perl
38104            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
38105            ! pod/perlapi.pod
38106           !> win32/include/sys/socket.h
38107 ____________________________________________________________________________
38108 [  8176] By: gsar                                  on 2000/12/18  05:20:17
38109         Log: update Changes
38110      Branch: maint-5.6/perl
38111            ! Changes patchlevel.h
38112 ____________________________________________________________________________
38113 [  8175] By: gsar                                  on 2000/12/18  04:57:48
38114         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
38115              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
38116              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
38117              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
38118              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
38119              7823,7825,7838
38120      Branch: maint-5.6/perl
38121           +> lib/File/Spec/Epoc.pm
38122           !> (integrate 88 files)
38123 ____________________________________________________________________________
38124 [  8174] By: gsar                                  on 2000/12/18  03:53:09
38125         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
38126              7625..7629,7631..7634,7637,7639,7642 from mainline
38127      Branch: maint-5.6/perl
38128           +> README.solaris
38129           !> (integrate 26 files)
38130 ____________________________________________________________________________
38131 [  8173] By: gsar                                  on 2000/12/18  03:37:02
38132         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
38133              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
38134              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
38135              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
38136      Branch: maint-5.6/perl
38137           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
38138            - MAINTAIN
38139           !> (integrate 111 files)
38140 ____________________________________________________________________________
38141 [  8172] By: jhi                                   on 2000/12/18  02:49:27
38142         Log: Regen pods.
38143      Branch: perl
38144            ! pod/perlmodlib.pod pod/perltoc.pod
38145 ____________________________________________________________________________
38146 [  8171] By: gsar                                  on 2000/12/18  02:49:24
38147         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
38148              7465..7471 from mainline
38149              
38150              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
38151              in platforms that strictly require all the symbols being present
38152              at link time.
38153              
38154              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
38155              
38156              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
38157              
38158              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
38159              
38160              Subject: [PATCH] todo
38161              
38162              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
38163              
38164              Use $sort, $uniq (and $tr) consistently as wondered
38165              by Nicholas Clark.
38166              
38167              Too enthusiastic editing in #7460.
38168              
38169              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
38170              
38171              Upgrade to CPAN 1.58_55.
38172              Subject: CPAN.pm status
38173              
38174              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
38175              
38176              Make target reordering to avoid pointless re-makes.
38177              Subject: Re: Total re-make of 'make okfile' after 7451 ?
38178              
38179              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
38180              
38181              Subject: DOC PATCH 5.6.0
38182              
38183              Add the repository doc by Malcolm, Sarathy, and by Simon,
38184              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
38185      Branch: maint-5.6/perl
38186           +> Porting/repository.pod
38187           !> Configure MANIFEST Makefile.SH README.dos README.os2
38188           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
38189           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
38190           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
38191 ____________________________________________________________________________
38192 [  8169] By: gsar                                  on 2000/12/18  02:33:34
38193         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
38194              7435..7441,7445 from mainline
38195              
38196              Make the UTF-8 decoding stricter and more verbose when
38197              malformation happens.  This involved adding an argument
38198              to utf8_to_uv_chk(), which involved changing its prototype,
38199              and prefer STRLEN over I32 for the UTF-8 length, which as
38200              a domino effect necessitated changing the prototypes of
38201              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
38202              The stricter UTF-8 decoding checking uses Markus Kuhn's
38203              UTF-8 Decode Stress Tester from
38204              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
38205              
38206              Run vms/vms_yfix.pl, should have done that after changing
38207              perly.c in #7382.
38208              
38209              Subject: [PATCH 5.7.0] static linking with uninstalled perl
38210              
38211              (Replaced by #7440.)
38212              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38213              
38214              Fix the bug ID 20001024.005, the bug introduced by #7416.
38215              
38216              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
38217              
38218              Fix the bug reported in
38219              From: andreas.koenig@anima.de (Andreas J. Koenig)
38220              Also make is_utf8_char() stricter.
38221              
38222              Missed the header file changes from #7425.
38223              
38224              Check if stdio supports tweaking lval and cnt simultaneously.
38225              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
38226              
38227              Stratus VOS updates from Paul Green.
38228              
38229              Podify README.epoc and README.vos.
38230              
38231              Add targets to Makefile.SH, most importantly
38232              'regen_all' which also remembers to update vms/perly*.
38233              
38234              Subject: Minor update to find2perl, for portability
38235              
38236              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
38237              
38238              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
38239              
38240              Rename UTF8LEN() to be UNISKIP(), too confusing to have
38241              UTF8LEN() and UTF8SKIP(). 
38242              
38243              Allow poking holes at the UTF-8 decoding strictness.
38244              
38245              Continue the internal UTF-8 API tweaking.
38246              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
38247              used much more than the simpler API, now called utf8_to_uv_simple().
38248              Still not quite happy with API, too much partial duplication
38249              of functionality.
38250              
38251              A new version of making the syslog test more robust.
38252              (Replaces #7421.)
38253              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38254              
38255              buildtoc target tweaks.
38256              
38257              Integrate with vmsperl #7430 by Charles Bailey:
38258              
38259              Cleanup from prior patch (Charles Lane?):
38260              - improve handling of MFDs in Basename and Path
38261              - default to no xsubpp line # munging when building debug images
38262      Branch: maint-5.6/perl
38263           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38264           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
38265           !> (integrate 67 files)
38266 ____________________________________________________________________________
38267 [  8168] By: gsar                                  on 2000/12/18  02:05:49
38268         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
38269              
38270              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
38271              From: Martin Husemann <martin@duskware.de>
38272              
38273              Subject: [PATCH 5.7.0] restore match data on backtracing
38274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38275      Branch: maint-5.6/perl
38276           !> regcomp.c regexec.c t/op/re_tests
38277 ____________________________________________________________________________
38278 [  8167] By: gsar                                  on 2000/12/18  01:55:22
38279         Log: integrate changes#7858,7986 from mainline
38280              
38281              C<foreach my $x ...> in pseudo-fork()ed process may diddle
38282              parent's memory; fix it by keeping track of the actual pad
38283              offset rather than a raw pointer (this change is probably also
38284              relevant to non-ithreads case to avoid fallout from reallocs of
38285              the pad array, but is currently only enabled for the ithreads
38286              case in the interests of minimal disruption to existing "well
38287              tested" code)
38288              
38289              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
38290              due to the notorious GetFileType() bug in Windows 9x, which fstat()
38291              tickles)
38292      Branch: maint-5.6/perl
38293           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
38294           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
38295           !> win32/win32.c win32/win32.h win32/win32sck.c
38296 ____________________________________________________________________________
38297 [  8166] By: gsar                                  on 2000/12/18  01:52:59
38298         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
38299              from mainline (xsubpp and ExtUtils::LibList fixups, various
38300              other small items)
38301      Branch: maint-5.6/perl
38302           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
38303           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
38304           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
38305           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
38306           !> win32/bin/search.pl
38307 ____________________________________________________________________________
38308 [  8165] By: gsar                                  on 2000/12/18  01:28:45
38309         Log: integrate changes#7533,7563,7611,7623 from mainline (various
38310              malloc.c embellishments)
38311      Branch: maint-5.6/perl
38312           !> malloc.c pod/perldiag.pod
38313 ____________________________________________________________________________
38314 [  8164] By: gsar                                  on 2000/12/18  01:23:33
38315         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
38316              fixups)
38317      Branch: maint-5.6/perl
38318           !> utils/h2xs.PL
38319 ____________________________________________________________________________
38320 [  8163] By: gsar                                  on 2000/12/18  01:17:50
38321         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
38322              fixups)
38323      Branch: maint-5.6/perl
38324           !> Makefile.SH utils/perlbug.PL
38325 ____________________________________________________________________________
38326 [  8162] By: gsar                                  on 2000/12/18  00:25:43
38327         Log: always export Perl_deb() (it is required by re.xs whether
38328              Perl is built with or without -DDEBUGGING)
38329      Branch: maint-5.6/perl
38330            ! makedef.pl
38331 ____________________________________________________________________________
38332 [  8161] By: gsar                                  on 2000/12/18  00:23:38
38333         Log: integrate change#7414 from mainline
38334              
38335              Undo the basename() part of #7412 since the lib/basename
38336              tests would need upgrading too.
38337              
38338              squelch two tests in tr.t that rely on tr/// paranoia change
38339              that's not in 5.6.x
38340      Branch: maint-5.6/perl
38341            ! t/op/tr.t
38342           !> lib/File/Basename.pm
38343 ____________________________________________________________________________
38344 [  8160] By: gsar                                  on 2000/12/18  00:05:30
38345         Log: missing change in previous integrate
38346      Branch: maint-5.6/perl
38347           !> README.aix
38348 ____________________________________________________________________________
38349 [  8159] By: gsar                                  on 2000/12/18  00:03:38
38350         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
38351              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
38352              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
38353              7410..7413 from mainline
38354      Branch: maint-5.6/perl
38355           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
38356           +> t/lib/tie-splice.t
38357            - lib/unicode/Is/DCinital.pl
38358           !> (integrate 112 files)
38359 ____________________________________________________________________________
38360 [  8158] By: jhi                                   on 2000/12/17  23:04:24
38361         Log: Subject: [PATCHES] RE: perl@8150 
38362              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
38363              Date: Sun, 17 Dec 2000 21:46:39 +0100
38364              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
38365              
38366              Neither cygwin has a getpwuid() one can trust on.
38367      Branch: perl
38368            ! t/lib/glob-basic.t
38369 ____________________________________________________________________________
38370 [  8157] By: jhi                                   on 2000/12/17  23:01:54
38371         Log: More MAN.PODS => {} fixes.
38372      Branch: perl
38373            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
38374            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
38375            ! os2/OS2/REXX/Makefile.PL
38376 ____________________________________________________________________________
38377 [  8156] By: gsar                                  on 2000/12/17  22:49:13
38378         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
38379              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
38380              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
38381              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
38382              7201,7204 from mainline
38383      Branch: maint-5.6/perl
38384           !> (integrate 121 files)
38385 ____________________________________________________________________________
38386 [  8155] By: jhi                                   on 2000/12/17  22:30:58
38387         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
38388              From: "Craig A. Berry" <craigberry@mac.com>
38389              Date: Sun, 17 Dec 2000 13:09:28 -0600
38390              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
38391              
38392              MAN.PODS => ' ' is naughty.
38393      Branch: perl
38394            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
38395 ____________________________________________________________________________
38396 [  8154] By: nick                                  on 2000/12/17  22:07:13
38397         Log: MULTIPLICITY nit.
38398      Branch: perl
38399            ! mg.c
38400 ____________________________________________________________________________
38401 [  8153] By: gsar                                  on 2000/12/17  21:23:05
38402         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
38403              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
38404              from mainline
38405              
38406              Document the SvIOK_.*UV().
38407              
38408              Update Unicode todo list.
38409              
38410              Guard against bad string->int conversion for quads.
38411              
38412              Subject: small apidoc fix
38413              
38414              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
38415              
38416              Subject: [PATCH] Tied filehandle documentation
38417              
38418              Subject: [PATCH] Modernize Opcode.pm documentation
38419              
38420              Make Data::Dumper (non-XS) to work with changed semantics of ref().
38421              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
38422              [applied even though said semantics didn't change in 5.6.x]
38423              
38424              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
38425              
38426              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
38427              
38428              Fix the URL, but the server is still missing in action.
38429              Subject: [ID 20000905.002] perlfaq1.pod URL error
38430              
38431              Subject: [ID 20000903.001] \w in utf8-strings
38432              
38433              Fix the ccversion detection for 5.1 and beyond.
38434              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
38435              
38436              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
38437              
38438              Subject: [ID 20000904.008] Tiny fix for perldiag
38439              
38440              Subject: Re: [ID 20000906.004] segfault with bad perl statement
38441              
38442              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
38443              
38444              Subject: [ID 20000908.002] perlipc documentation bug.
38445              
38446              Subject: [PATCH lib/Benchmark.pm]
38447              
38448              Re-allow vec() for characters > 255.
38449              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
38450              
38451              Do away with memory models cruft.  Sorry, PDP users.
38452              
38453              Continue #7041.
38454              
38455              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
38456              
38457              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
38458              
38459              Upgrade to CPAN 1.57_65, from Andreas König.
38460              
38461              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
38462              by Russ Allbery.
38463              
38464              Silence t/pod/*.t about alternate quote-mappings now implemented
38465              by Pod::Text, from Brad Appleton.
38466              
38467              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
38468              Subject: borland C++ win32.c tweak
38469              
38470              C<@a = @b = split(...)> optimization coredumps under ithreads
38471              (missed a spot when fixing up op_pmreplroot hack for ithreads)
38472              
38473              Document the SvUTF8*().
38474              
38475              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
38476              
38477              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
38478              
38479              Do in VMS as the #7054 does.
38480              
38481              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
38482              
38483              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
38484              
38485              Subject: [patch: perl@7045] vms updates
38486              
38487              Test for the #7049.
38488              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
38489              
38490              Break up the myconfig lines a bit.
38491              Subject: perlbug/perl -V output format
38492              
38493              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
38494              
38495              The #7054 truncated Configure badly.
38496              
38497              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
38498              initialization in all the threads on Windows
38499              
38500              Allow for whitespace between "#" and "line" in cpp output.
38501              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
38502              
38503              Remove vestiges of tr//CU.
38504              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
38505              
38506              The return value of setlocale must be copied away.
38507              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
38508              
38509              Allow chop() and chomp() to be overridden.
38510              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
38511              
38512              Hints optimization.
38513              Subject: Minor nit
38514              
38515              Subject: [PATCH] de-wall t/README
38516              
38517              Subject: Re: Two advertising clauses need to be removed
38518      Branch: maint-5.6/perl
38519           !> (integrate 75 files)
38520 ____________________________________________________________________________
38521 [  8152] By: gsar                                  on 2000/12/17  20:30:11
38522         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
38523              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
38524              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
38525              
38526              Don't attach -ld to the archname if pointless.
38527              
38528              Document UNTIE in a very minimalistic way.
38529              
38530              POSIX doesn't report long double values under -Duselongdouble
38531              when the long doubles are "real" (bigger than doubles).
38532              
38533              More author updates.
38534              
38535              Try to deduce NV_MAX.  Really should be Configure fodder.
38536              
38537              :: not allowed in pathnames, change to .
38538              Subject: [PATCH perl@6938] cygwin port
38539              
38540              Forget about NV_MAX (#6951).  Various floating point tweaks,
38541              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
38542              
38543              Move the Solaris 7 scan to use64bitall, make the
38544              failure to find 64-bot sparc libc to mention the
38545              possibility of being in an intel, from Lupe and Alan.
38546              
38547              Regen perltoc.
38548              
38549              AUTHORS tweaks, from Peter Prymmer.
38550              
38551              More address tweaking.
38552              
38553              Small tweaks all over.
38554              
38555              File::Temp patches from Andreas König,
38556              
38557              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
38558              
38559              Subject: CPAN.pm beta 1.57_57 for the core
38560              
38561              Part of the solution.
38562              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
38563              
38564              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
38565              
38566              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
38567              
38568              Add the overload warnings to perldiag.
38569              
38570              Drop unused argument.
38571              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
38572              
38573              Subject: Nit in Configure (bleadperl@6961)
38574              
38575              Update to PodParser 1.18, from Brad Appleton.
38576              
38577              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
38578              
38579              Subject: [PATCH: 6948] add SCNfldbl to configure.com
38580              
38581              Document UNTIE. Also tweak implementation to suppress the 'inner references'
38582              warning when UNTIE exists and instead pass the cound of extra references to
38583              the UNTIE method.
38584              
38585              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
38586              so that case-ignoring systems like DCL can tell them from
38587              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
38588              
38589              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
38590              
38591              Feature ordering tweak.
38592              
38593              Regen perltoc.
38594              
38595              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
38596              
38597              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
38598              
38599              Subject: http:// in L<>
38600              
38601              Detypo.
38602              
38603              change#6791 accidentally clobbered change#6710, put it back
38604              
38605              Only the first line, thank you very much.
38606              
38607              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
38608              plus rework the http: spots as suggested by Tom Christiansen,
38609              plus regen perltoc.
38610              
38611              Undo part of change 6489 which looks like a bulk edit which
38612              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
38613              The supressing of main:: on return from select() is undesirable.
38614              
38615              Apparently avoiding the swapping is too costly.
38616              
38617              Various Configure nits by Philip Newton,
38618              plus the ebcdic one by me.
38619              
38620              Make certain cc is set before trying to run it.
38621              
38622              If overloaded %{} etc. return the object do not loop.
38623              Thus  sub deref { $_[0] } functions if object is wanted type.
38624              
38625              Update perlhist.
38626              
38627              More %{} and other deref special casing - do not pass to 'nomethod'.
38628      Branch: maint-5.6/perl
38629           !> (integrate 59 files)
38630 ____________________________________________________________________________
38631 [  8151] By: gsar                                  on 2000/12/17  19:14:38
38632         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
38633              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
38634              
38635              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
38636              
38637              Make the epsilon to be relative, not absolute.
38638              
38639              Put back the flags dump as reasoned in
38640              Subject: Re: [PATCH] Glob dumping
38641              
38642              Introduce ccname to keep track of what compiler kind of we have.
38643              
38644              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
38645              
38646              Put back the slice accidentally removed by #6907.
38647              
38648              Reset archname and archname64 always, forcing them be
38649              recomputed at each Configure run, make Configure and
38650              the hints files agree on the naming of largefiles variables.
38651              
38652              Don't say "Perl 5.0 source kit".
38653              
38654              Subject: [PATCH] fix misc cast warnings
38655              
38656              Subject: typos in pods
38657              
38658              NVs not necessarily doubles, as pointed out by Yitzchak.
38659              
38660              Subject: [PATCH 6889] add a few ldbl formats to configure.com
38661              
38662              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
38663              
38664              Better options for rsync.
38665              
38666              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
38667              
38668              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
38669              
38670              Subject: [PATCH] Re: UNTIE method 
38671              
38672              A better fix for the Socket building problem from Craig Berry.
38673              
38674              Retract the dummy test, skip the security tests (instead of failing),
38675              explain what the warnings mean.
38676              
38677              Heap decorruption.
38678              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
38679              
38680              Update to Unicode 3.0.1.
38681              
38682              Missed one Unicode file.
38683              
38684              Subject: Re: typos in pods
38685              
38686              The #6929 was too skimpy.
38687              
38688              sscanf() may be the only way to read long doubles from strings.
38689              
38690              Reveal Borland's isnan.
38691              Subject: build with BC++ tweak
38692              
38693              Issue useful diagnostic on unknown pod commands.
38694              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
38695              
38696              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
38697              
38698              Clarify the third case of ftmp-security warnings.
38699              
38700              Make -Dusemorebits find long doubles in Solaris.
38701              
38702              Wrap the test in eval.
38703      Branch: maint-5.6/perl
38704           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
38705           +> lib/unicode/PropList.txt lib/unicode/README.perl
38706           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
38707           +> lib/unicode/Unicode.301 vms/vmspipe.com
38708            - lib/unicode/Props.txt lib/unicode/UCD300.html
38709            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
38710           !> (integrate 305 files)
38711 ____________________________________________________________________________
38712 [  8150] By: jhi                                   on 2000/12/17  18:47:57
38713         Log: Uncheckedin generated files.
38714      Branch: perl
38715            ! global.sym perlapi.c pod/perlapi.pod
38716 ____________________________________________________________________________
38717 [  8149] By: jhi                                   on 2000/12/17  18:41:22
38718         Log: Update Changes.
38719      Branch: perl
38720            ! Changes patchlevel.h
38721 ____________________________________________________________________________
38722 [  8148] By: jhi                                   on 2000/12/17  18:39:16
38723         Log: Subject: [PATCH] Fcntl constants speedup
38724              From: Nicholas Clark <nick@ccl4.org>
38725              Date: Sun, 17 Dec 2000 16:29:24 +0000
38726              Message-ID: <20001217162924.E97668@plum.flirble.org>
38727              
38728              Use IVs for the Fcntl constants instead of NVs.
38729      Branch: perl
38730            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
38731 ____________________________________________________________________________
38732 [  8147] By: jhi                                   on 2000/12/17  18:33:41
38733         Log: Add test for #8145 (binmode() warning), add warning for
38734              ioctl() and sockpair(), document them. (fileno() cannot
38735              be tripwired with the same kind of warning because
38736              'defined fileno($foo)' seems to be an idiom.)
38737      Branch: perl
38738            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
38739 ____________________________________________________________________________
38740 [  8146] By: gsar                                  on 2000/12/17  18:09:08
38741         Log: update Changes
38742      Branch: maint-5.6/perl
38743            ! Changes
38744 ____________________________________________________________________________
38745 [  8145] By: jhi                                   on 2000/12/17  17:39:35
38746         Log: Subject: [PATCH] Re: The long awaited feature ...
38747              From: Simon Cozens <simon@cozens.net>
38748              Date: Sun, 17 Dec 2000 12:31:56 +0000
38749              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
38750              
38751              Add a warning to binmode() about using bad filehandles
38752              (can happen e.g. if someone forgets the filehandle argument)
38753      Branch: perl
38754            ! pp_sys.c
38755 ____________________________________________________________________________
38756 [  8144] By: jhi                                   on 2000/12/17  17:33:48
38757         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
38758              From: Jonathan Stowe <gellyfish@gellyfish.com>
38759              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
38760              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
38761      Branch: perl
38762            ! lib/Net/Ping.pm
38763 ____________________________________________________________________________
38764 [  8143] By: jhi                                   on 2000/12/17  05:31:37
38765         Log: Polymorphic regexps.
38766              
38767              Fixes at least the bugs 20001028.003 (both of them...) and
38768              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
38769              also to be fixed by now, probably already before this patch.
38770      Branch: perl
38771            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
38772            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
38773            ! t/op/utf8decode.t t/pragma/utf8.t
38774 ____________________________________________________________________________
38775 [  8142] By: jhi                                   on 2000/12/16  17:16:05
38776         Log: Subject: [patch perl@8102] dos/djgpp update
38777              From: Laszlo Molnar <ml1050@freemail.hu>
38778              Date: Sat, 16 Dec 2000 01:40:52 +0100
38779              Message-ID: <20001216014052.A335@freemail.hu>
38780      Branch: perl
38781            ! djgpp/config.over t/base/commonsense.t
38782 ____________________________________________________________________________
38783 [  8141] By: jhi                                   on 2000/12/16  17:09:27
38784         Log: Few uncheckedin files.
38785      Branch: perl
38786            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
38787 ____________________________________________________________________________
38788 [  8140] By: nick                                  on 2000/12/15  22:14:31
38789         Log: Integrate mainline
38790      Branch: perlio
38791           !> (integrate 53 files)
38792 ____________________________________________________________________________
38793 [  8139] By: jhi                                   on 2000/12/15  19:49:49
38794         Log: One more IVUV tweak from Nicholas Clark.
38795      Branch: perl
38796            ! sv.c
38797 ____________________________________________________________________________
38798 [  8138] By: jhi                                   on 2000/12/15  19:17:06
38799         Log: Return of the IVUV-preservation, now seems to be happy even
38800              in Digital UNIX (the broken strtoul brokenness detection
38801              seems to have been the fly in the ointment).
38802      Branch: perl
38803            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38804            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
38805            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
38806            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
38807            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38808            ! vos/config.ga.h win32/config.bc win32/config.gc
38809            ! win32/config.vc
38810 ____________________________________________________________________________
38811 [  8137] By: jhi                                   on 2000/12/15  18:12:14
38812         Log: Metaconfig unit change for #8136.
38813      Branch: metaconfig
38814            ! U/modified/d_strtoul.U
38815      Branch: metaconfig/U/perl
38816            ! d_strtoull.U d_strtouq.U
38817 ____________________________________________________________________________
38818 [  8136] By: jhi                                   on 2000/12/15  18:11:35
38819         Log: I don't think it's sensible or portable to test the strtou*
38820              on /^-/ strings.
38821      Branch: perl
38822            ! Configure
38823 ____________________________________________________________________________
38824 [  8135] By: jhi                                   on 2000/12/15  17:18:49
38825         Log: Metaconfig unit change for #8134.
38826      Branch: metaconfig
38827            ! U/modified/d_strtoul.U
38828 ____________________________________________________________________________
38829 [  8134] By: jhi                                   on 2000/12/15  17:14:13
38830         Log: If longsize is 8 we don't need a LL suffix for integer constants.
38831      Branch: perl
38832            ! Configure config_h.SH
38833 ____________________________________________________________________________
38834 [  8133] By: jhi                                   on 2000/12/15  16:00:23
38835         Log: Update Changes.
38836      Branch: perl
38837            ! Changes patchlevel.h
38838 ____________________________________________________________________________
38839 [  8132] By: jhi                                   on 2000/12/15  15:44:16
38840         Log: Some compilers get huffy if you do not cast a const pointer
38841              to a non-const when assigning.
38842      Branch: perl
38843            ! gv.c
38844 ____________________________________________________________________________
38845 [  8131] By: jhi                                   on 2000/12/15  15:38:30
38846         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
38847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38848              Date: Fri, 15 Dec 2000 05:26:57 -0500
38849              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
38850      Branch: perl
38851            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
38852            ! t/pragma/overload.t
38853 ____________________________________________________________________________
38854 [  8130] By: jhi                                   on 2000/12/15  15:36:08
38855         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
38856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38857              Date: Thu, 14 Dec 2000 22:02:43 -0500
38858              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
38859      Branch: perl
38860            ! gv.c perl.h
38861 ____________________________________________________________________________
38862 [  8129] By: jhi                                   on 2000/12/15  15:34:16
38863         Log: Subject: PATCH: h2xs nit
38864              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38865              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
38866              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
38867              
38868              Add a template README.
38869      Branch: perl
38870            ! utils/h2xs.PL
38871 ____________________________________________________________________________
38872 [  8128] By: jhi                                   on 2000/12/15  15:32:22
38873         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
38874      Branch: perl
38875            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
38876 ____________________________________________________________________________
38877 [  8127] By: jhi                                   on 2000/12/15  15:19:34
38878         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
38879              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38880              Date:     Thu, 14 Dec 2000 20:04:42 EST
38881              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
38882      Branch: perl
38883            ! ext/Opcode/Opcode.xs
38884 ____________________________________________________________________________
38885 [  8126] By: jhi                                   on 2000/12/15  15:17:49
38886         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
38887              From: Peter Prymmer <pvhp@forte.com>
38888              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
38889              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
38890      Branch: perl
38891            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
38892            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
38893            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
38894 ____________________________________________________________________________
38895 [  8125] By: jhi                                   on 2000/12/15  15:11:05
38896         Log: This seems to be a stage sane and stable enough to checkin.
38897              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
38898      Branch: perl
38899            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
38900            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
38901            ! t/op/cmp.t t/op/numconvert.t
38902 ____________________________________________________________________________
38903 [  8124] By: jhi                                   on 2000/12/15  04:20:26
38904         Log: Something is really wonky.
38905      Branch: perl
38906            ! sv.c
38907 ____________________________________________________________________________
38908 [  8123] By: jhi                                   on 2000/12/15  04:00:50
38909         Log: Fixes for the IV UV patches to compile in Digital UNIX.
38910      Branch: perl
38911            ! sv.c
38912 ____________________________________________________________________________
38913 [  8122] By: jhi                                   on 2000/12/15  02:53:40
38914         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
38915              From: "Craig A. Berry" <craigberry@mac.com>
38916              Date: Thu, 14 Dec 2000 19:10:49 -0600
38917              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
38918      Branch: perl
38919            ! vms/vms.c
38920 ____________________________________________________________________________
38921 [  8121] By: jhi                                   on 2000/12/15  02:50:00
38922         Log: Metaconfig changes for #8120.
38923      Branch: metaconfig
38924            + U/modified/d_strtoul.U
38925      Branch: metaconfig/U/perl
38926            ! d_strtoull.U d_strtouq.U
38927 ____________________________________________________________________________
38928 [  8120] By: jhi                                   on 2000/12/15  02:49:42
38929         Log: From: Nicholas Clark <nick@ccl4.org> 
38930              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
38931              Date: Thu, 14 Dec 2000 18:38:57 +0000
38932              Message-ID: <20001214183857.B97909@plum.flirble.org>
38933      Branch: perl
38934            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38935            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
38936            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
38937            ! vos/config.ga.def vos/config.ga.h win32/config.bc
38938            ! win32/config.gc win32/config.vc
38939 ____________________________________________________________________________
38940 [  8119] By: jhi                                   on 2000/12/14  23:40:58
38941         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
38942              From: Nicholas Clark <nick@ccl4.org>
38943              Date: Wed, 13 Dec 2000 20:08:50 +0000
38944              Message-ID: <20001213200849.B71166@plum.flirble.org>
38945      Branch: perl
38946            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
38947            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
38948 ____________________________________________________________________________
38949 [  8118] By: jhi                                   on 2000/12/14  22:46:26
38950         Log: Integrate perlio.
38951      Branch: perl
38952           !> MANIFEST ext/Encode/compile makedef.pl
38953 ____________________________________________________________________________
38954 [  8117] By: nick                                  on 2000/12/14  22:38:53
38955         Log: Win32 tweaks to get Encode to build
38956              - temp hack to makedef.pl till PerlIO is properly "exported".
38957              - MSVC dislikes  
38958              static encpage_t foo[];
38959              so make 'em extern for now.
38960      Branch: perlio
38961            ! ext/Encode/compile makedef.pl
38962 ____________________________________________________________________________
38963 [  8116] By: nick                                  on 2000/12/14  22:00:53
38964         Log: Document the new files
38965      Branch: perlio
38966            ! MANIFEST
38967 ____________________________________________________________________________
38968 [  8115] By: jhi                                   on 2000/12/14  21:58:01
38969         Log: MANIFEST new files of #8114.
38970      Branch: perl
38971            ! MANIFEST
38972 ____________________________________________________________________________
38973 [  8114] By: jhi                                   on 2000/12/14  21:50:49
38974         Log: Integrate perlio.
38975      Branch: perl
38976           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
38977           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
38978           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
38979           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
38980           !> ext/Encode/Makefile.PL
38981 ____________________________________________________________________________
38982 [  8113] By: jhi                                   on 2000/12/14  21:48:49
38983         Log: The documentation part of the
38984              
38985              Subject: [ID 20001214.002] Net::Ping patch
38986              From: Jonathan Stowe <gellyfish@gellyfish.com>
38987              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
38988              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
38989              since the #7529 had already addressed the same problem.
38990      Branch: perl
38991            ! lib/Net/Ping.pm
38992 ____________________________________________________________________________
38993 [  8112] By: jhi                                   on 2000/12/14  21:42:57
38994         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
38995              From: Dominic Dunlop <domo@computer.org>
38996              Date: Tue, 12 Dec 2000 10:47:10 +0100
38997              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
38998              
38999              Document how elusive subroutines can be.
39000      Branch: perl
39001            ! pod/perlfunc.pod
39002 ____________________________________________________________________________
39003 [  8111] By: jhi                                   on 2000/12/14  21:38:05
39004         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
39005              From: Dominic Dunlop <domo@computer.org>
39006              Date: Thu, 14 Dec 2000 10:13:51 +0100
39007              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
39008      Branch: perl
39009            ! ext/POSIX/POSIX.pod
39010 ____________________________________________________________________________
39011 [  8110] By: jhi                                   on 2000/12/14  21:36:32
39012         Log: Subject: [patch] perlfaq7
39013              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
39014              Date: Thu, 14 Dec 2000 15:31:07 +0100
39015              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
39016      Branch: perl
39017            ! pod/perlfaq7.pod
39018 ____________________________________________________________________________
39019 [  8109] By: jhi                                   on 2000/12/14  21:29:20
39020         Log: Subject: [8104] Encode
39021              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39022              Date: Thu, 14 Dec 2000 14:49:34 +0100
39023              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
39024              
39025              Type casting for nervous compilers.
39026      Branch: perl
39027            ! ext/Encode/Encode.xs
39028 ____________________________________________________________________________
39029 [  8108] By: jhi                                   on 2000/12/14  21:26:17
39030         Log: Subject: [8104] DB_File
39031              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39032              Date: Thu, 14 Dec 2000 14:49:35 +0100
39033              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
39034              
39035              Type definition incorrect for DB 2.7.7.  Not known when it
39036              changed, so only changed it for a known revision.
39037      Branch: perl
39038            ! ext/DB_File/DB_File.xs
39039 ____________________________________________________________________________
39040 [  8107] By: jhi                                   on 2000/12/14  21:23:41
39041         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
39042              From: Peter Prymmer <pvhp@forte.com>
39043              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
39044              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
39045              
39046              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
39047      Branch: perl
39048            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
39049            ! ext/Encode/Encode/posix-bc.enc
39050 ____________________________________________________________________________
39051 [  8106] By: nick                                  on 2000/12/14  20:36:13
39052         Log: "Cold" build correction to Encode's Makefile.PL
39053      Branch: perlio
39054            ! ext/Encode/Makefile.PL
39055 ____________________________________________________________________________
39056 [  8105] By: nick                                  on 2000/12/14  20:09:37
39057         Log: "Compiled" encodings.
39058              Correct replacement character in EBCDIC .enc files
39059              Add 0x7F to ASCII repertoire.
39060      Branch: perlio
39061            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
39062            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
39063            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
39064            ! ext/Encode/Makefile.PL ext/Encode/compile
39065            ! ext/Encode/encengine.c ext/Encode/encode.h
39066 ____________________________________________________________________________
39067 [  8104] By: nick                                  on 2000/12/14  00:38:20
39068         Log: Integrate mainline
39069      Branch: perlio
39070           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
39071           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
39072           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
39073           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
39074           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
39075           !> t/lib/db-hash.t t/lib/db-recno.t
39076 ____________________________________________________________________________
39077 [  8103] By: nick                                  on 2000/12/13  23:16:13
39078         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
39079              so far and so it does not get lost.
39080      Branch: perlio
39081            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
39082 ____________________________________________________________________________
39083 [  8102] By: jhi                                   on 2000/12/13  17:14:22
39084         Log: Update Changes.
39085      Branch: perl
39086            ! Changes patchlevel.h
39087 ____________________________________________________________________________
39088 [  8101] By: jhi                                   on 2000/12/13  16:53:41
39089         Log: Move the proto of start_glob() to a better place; regen api files.
39090      Branch: perl
39091            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
39092 ____________________________________________________________________________
39093 [  8100] By: jhi                                   on 2000/12/13  16:47:11
39094         Log: Metaconfig change for #8099.
39095      Branch: metaconfig
39096            ! U/modified/Head.U
39097 ____________________________________________________________________________
39098 [  8099] By: jhi                                   on 2000/12/13  16:46:48
39099         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
39100              From: Andy Dougherty <doughera@lafayette.edu>
39101              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
39102              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
39103      Branch: perl
39104            ! Configure
39105 ____________________________________________________________________________
39106 [  8098] By: jhi                                   on 2000/12/13  16:39:02
39107         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
39108              From: rspier@pobox.com (Robert Spier)
39109              Date: Tue, 12 Dec 2000 21:12:39 -0500
39110              Message-ID: <14902.56087.678086.725773@rls.cx>
39111              
39112              fastgetcwd is defined using a glob alias on a $^O dependent basis -
39113              and there was no default assignment or perl subroutine.
39114      Branch: perl
39115            ! lib/Cwd.pm
39116 ____________________________________________________________________________
39117 [  8097] By: jhi                                   on 2000/12/13  16:16:01
39118         Log: Subject: [PATCH] move startglob out of pp_hot.c
39119              From: Nicholas Clark <nick@ccl4.org>
39120              Date: Mon, 11 Dec 2000 23:16:39 +0000
39121              Message-ID: <20001211231638.A55550@plum.flirble.org>
39122      Branch: perl
39123            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
39124 ____________________________________________________________________________
39125 [  8096] By: jhi                                   on 2000/12/13  15:26:23
39126         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
39127              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
39128              Date: Wed, 13 Dec 2000 14:01:37 +0100
39129              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
39130              
39131              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
39132              in turn requires libpthread in libswanted.
39133      Branch: perl
39134            ! hints/hpux.sh
39135 ____________________________________________________________________________
39136 [  8095] By: jhi                                   on 2000/12/12  19:51:05
39137         Log: The integration wars continue.
39138      Branch: perl
39139           !> sv.c
39140 ____________________________________________________________________________
39141 [  8094] By: jhi                                   on 2000/12/12  19:48:26
39142         Log: Subject: [PATCH perl@8070] DB_File-1.74  
39143              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
39144              Date: Mon, 11 Dec 2000 23:07:17 -0000
39145              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
39146      Branch: perl
39147            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39148            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
39149            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
39150            ! t/lib/db-recno.t
39151 ____________________________________________________________________________
39152 [  8093] By: nick                                  on 2000/12/12  19:42:13
39153         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
39154      Branch: perlio
39155            ! sv.c
39156           !> lib/File/DosGlob.pm
39157 ____________________________________________________________________________
39158 [  8092] By: jhi                                   on 2000/12/12  19:28:11
39159         Log: Integrate perlio.
39160      Branch: perl
39161           !> sv.c
39162 ____________________________________________________________________________
39163 [  8091] By: nick                                  on 2000/12/12  18:49:45
39164         Log: Fix for Tk, and upgrading shared SVs.
39165      Branch: perlio
39166            ! sv.c
39167 ____________________________________________________________________________
39168 [  8090] By: jhi                                   on 2000/12/12  16:48:59
39169         Log: Subject: [PATCH] Re: Breadperl & Tk
39170              From: Nick Ing-Simmons <nik@tiuk.ti.com>
39171              Date: Tue, 12 Dec 2000 14:48:27 GMT
39172              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
39173      Branch: perl
39174            ! sv.c
39175 ____________________________________________________________________________
39176 [  8089] By: jhi                                   on 2000/12/12  03:37:19
39177         Log: Subject: DosGlob.pm diff for bash style brace expansion.
39178              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
39179              Date: Fri, 8 Dec 2000 10:45:30 -0600
39180              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
39181      Branch: perl
39182            ! lib/File/DosGlob.pm
39183 ____________________________________________________________________________
39184 [  8088] By: nick                                  on 2000/12/11  23:59:59
39185         Log: Integrate mainline
39186      Branch: perlio
39187           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
39188           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
39189           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
39190           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
39191           !> t/op/local.t t/pragma/warn/toke toke.c
39192 ____________________________________________________________________________
39193 [  8087] By: jhi                                   on 2000/12/11  23:20:23
39194         Log: Integrate perlio.
39195      Branch: perl
39196           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
39197 ____________________________________________________________________________
39198 [  8086] By: jhi                                   on 2000/12/11  22:50:59
39199         Log: Tune further the OS detection of CGI.
39200      Branch: perl
39201            ! lib/CGI.pm
39202 ____________________________________________________________________________
39203 [  8085] By: nick                                  on 2000/12/11  22:50:46
39204         Log: Finish 1st pass of "encoding" layer e.g. :
39205              open($fh,"<encoding(iso8859-7)",$greek) || die;
39206      Branch: perlio
39207            ! ext/Encode/Encode.xs perlio.c perliol.h
39208 ____________________________________________________________________________
39209 [  8084] By: jhi                                   on 2000/12/11  22:32:06
39210         Log: Revert the -f ambiguousity patch, seems to cause
39211              too much hassle (the interpret -Q as a function
39212              where Q is not a known filetest part is left in).
39213      Branch: perl
39214            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
39215            ! toke.c
39216 ____________________________________________________________________________
39217 [  8083] By: jhi                                   on 2000/12/11  22:27:23
39218         Log: (accidentally empty check-in)
39219      Branch: perl
39220            ! lib/File/DosGlob.pm
39221 ____________________________________________________________________________
39222 [  8082] By: nick                                  on 2000/12/11  19:09:51
39223         Log: Restore mmap function (broken by tweaks to shared buffer
39224              layer for encode(xxxx)).
39225      Branch: perlio
39226            ! perlio.c
39227 ____________________________________________________________________________
39228 [  8081] By: jhi                                   on 2000/12/11  18:29:13
39229         Log: Subject: Re: The long awaited feature ...
39230              From: Simon Cozens <simon@cozens.net>
39231              Date: Mon, 11 Dec 2000 15:54:24 +0000
39232              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
39233              
39234              More io/utf8 tests.
39235      Branch: perl
39236            ! t/io/utf8.t
39237 ____________________________________________________________________________
39238 [  8080] By: jhi                                   on 2000/12/11  18:19:36
39239         Log: Subject: PATCH MakeMaker manpage clarification
39240              From: andreas.koenig@anima.de (Andreas J. Koenig)
39241              Date: 10 Dec 2000 20:46:13 +0100
39242              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
39243      Branch: perl
39244            ! lib/ExtUtils/MakeMaker.pm
39245 ____________________________________________________________________________
39246 [  8079] By: jhi                                   on 2000/12/11  15:35:07
39247         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
39248              From: Simon Cozens <simon@cozens.net>
39249              Date: Sun, 10 Dec 2000 19:06:19 +0000
39250              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
39251      Branch: perl
39252            ! ext/B/B/Deparse.pm t/lib/b.t
39253 ____________________________________________________________________________
39254 [  8078] By: jhi                                   on 2000/12/11  15:09:11
39255         Log: Subject: [PATCH] docs on NaN
39256              From: Nicholas Clark <nick@ccl4.org>
39257              Date: Mon, 11 Dec 2000 01:48:38 +0000
39258              Message-ID: <20001211014838.B99205@plum.flirble.org>
39259      Branch: perl
39260            ! pod/perlop.pod
39261 ____________________________________________________________________________
39262 [  8077] By: jhi                                   on 2000/12/11  15:02:21
39263         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
39264              From: Simon Cozens <simon@cozens.net>
39265              Date: Mon, 11 Dec 2000 01:21:45 +0000
39266              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
39267      Branch: perl
39268            ! pp.c pp_hot.c scope.c t/op/local.t
39269 ____________________________________________________________________________
39270 [  8076] By: nick                                  on 2000/12/10  20:43:32
39271         Log: Not merge worthy...
39272              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
39273              syntax is modelled on attributes.
39274              Untested fix for io/utf8 on Win32 etc.
39275              Very clumsy start to the encode layer.
39276      Branch: perlio
39277            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
39278 ____________________________________________________________________________
39279 [  8075] By: jhi                                   on 2000/12/10  18:39:33
39280         Log: Darwin is not Windows.
39281      Branch: perl
39282            ! lib/CGI.pm
39283 ____________________________________________________________________________
39284 [  8074] By: jhi                                   on 2000/12/10  18:31:27
39285         Log: Subject: Ambiguous -%c() resolved as a file test
39286              From: "Paul Marquess" <Paul.Marquess@openwave.com>
39287              Date: Sun, 10 Dec 2000 15:35:07 -0000
39288              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
39289      Branch: perl
39290            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
39291 ____________________________________________________________________________
39292 [  8073] By: jhi                                   on 2000/12/10  18:16:29
39293         Log: Subject: PATCH installperl misinformed 
39294              From: andreas.koenig@anima.de (Andreas J. Koenig)
39295              Date: 10 Dec 2000 13:01:32 +0100 
39296              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
39297      Branch: perl
39298            ! installperl
39299 ____________________________________________________________________________
39300 [  8072] By: jhi                                   on 2000/12/10  18:07:55
39301         Log: The walkoptree confusion rages; walkoptree() seems to be coming
39302              from B.xs, while walkoptree_slow() comes from B.pm.
39303      Branch: perl
39304            ! ext/B/B.pm
39305 ____________________________________________________________________________
39306 [  8071] By: nick                                  on 2000/12/10  11:45:47
39307         Log: Integrate mainline
39308      Branch: perlio
39309           +> t/base/commonsense.t
39310           !> (integrate 37 files)
39311 ____________________________________________________________________________
39312 [  8070] By: jhi                                   on 2000/12/10  04:46:21
39313         Log: Update Changes.
39314      Branch: perl
39315            ! Changes patchlevel.h
39316 ____________________________________________________________________________
39317 [  8069] By: jhi                                   on 2000/12/10  04:39:19
39318         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
39319              From: andreas.koenig@anima.de (Andreas J. Koenig)
39320              Date: 09 Dec 2000 17:14:25 +0100
39321              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
39322      Branch: perl
39323            + t/base/commonsense.t
39324            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
39325 ____________________________________________________________________________
39326 [  8068] By: jhi                                   on 2000/12/10  04:17:36
39327         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
39328              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39329              Date: Sat, 9 Dec 2000 16:47:22 -0000
39330              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
39331      Branch: perl
39332            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
39333            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
39334            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
39335            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
39336            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
39337            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
39338            ! t/lib/sdbm.t
39339 ____________________________________________________________________________
39340 [  8067] By: jhi                                   on 2000/12/10  03:52:02
39341         Log: Test case for #8066.
39342      Branch: perl
39343            ! t/op/misc.t
39344 ____________________________________________________________________________
39345 [  8066] By: jhi                                   on 2000/12/10  03:50:30
39346         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
39347              From: Simon Cozens <simon@cozens.net>
39348              Date: Sun, 10 Dec 2000 00:55:37 +0000
39349              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
39350      Branch: perl
39351            ! pp_sys.c
39352 ____________________________________________________________________________
39353 [  8065] By: jhi                                   on 2000/12/10  03:44:52
39354         Log: Test case for #8064.
39355      Branch: perl
39356            ! t/comp/proto.t
39357 ____________________________________________________________________________
39358 [  8064] By: jhi                                   on 2000/12/10  03:42:32
39359         Log: Subject: Re: prototype of substr
39360              From: Simon Cozens <simon@cozens.net>
39361              Date: Sun, 10 Dec 2000 00:13:33 +0000
39362              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
39363              
39364              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
39365      Branch: perl
39366            ! pp.c
39367 ____________________________________________________________________________
39368 [  8063] By: jhi                                   on 2000/12/10  03:39:42
39369         Log: Subject: [PATCH] perlguts.pod
39370              From: Simon Cozens <simon@cozens.net>
39371              Date: Sun, 10 Dec 2000 00:06:47 +0000
39372              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
39373              
39374              Documentation of the different types of ops,
39375              plus the functions in dump.c
39376      Branch: perl
39377            ! pod/perlguts.pod
39378 ____________________________________________________________________________
39379 [  8062] By: jhi                                   on 2000/12/10  03:30:04
39380         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
39381              From: Nicholas Clark <nick@talking.bollo.cx>
39382              Date: Sat, 09 Dec 2000 18:57:25 +0000
39383              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
39384              
39385              Be more robust in weird hostname setups.
39386      Branch: perl
39387            ! t/lib/net-hostent.t
39388 ____________________________________________________________________________
39389 [  8061] By: jhi                                   on 2000/12/10  03:28:21
39390         Log: Pacify fussy compiler. 
39391      Branch: perl
39392            ! pp_sys.c
39393 ____________________________________________________________________________
39394 [  8060] By: jhi                                   on 2000/12/10  02:52:46
39395         Log: Integrate perlio.
39396      Branch: perl
39397           !> pp_sys.c t/io/utf8.t
39398 ____________________________________________________________________________
39399 [  8059] By: nick                                  on 2000/12/09  23:40:14
39400         Log: read/sysread/recv should now be utf8 aware.
39401              Basic test for utf8 read.
39402      Branch: perlio
39403            ! pp_sys.c t/io/utf8.t
39404 ____________________________________________________________________________
39405 [  8058] By: jhi                                   on 2000/12/09  21:56:02
39406         Log: Integrate perlio.
39407      Branch: perl
39408           +> t/io/utf8.t
39409           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
39410 ____________________________________________________________________________
39411 [  8057] By: jhi                                   on 2000/12/09  21:53:35
39412         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
39413              From: Inaba Hiroto <inaba@st.rim.or.jp>
39414              Date: Sun, 10 Dec 2000 05:53:21 +0900
39415              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
39416              
39417              Tests for #8056.
39418      Branch: perl
39419            ! t/op/each.t
39420 ____________________________________________________________________________
39421 [  8056] By: jhi                                   on 2000/12/09  21:51:16
39422         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
39423              From: Inaba Hiroto <inaba@st.rim.or.jp>
39424              Date: Sat, 09 Dec 2000 18:02:00 +0900
39425              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
39426              
39427              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
39428      Branch: perl
39429            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
39430 ____________________________________________________________________________
39431 [  8055] By: nick                                  on 2000/12/09  20:11:48
39432         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
39433              than raw PerlIO_write() - does not seem to break any tests.
39434      Branch: perlio
39435            ! pp_sys.c
39436 ____________________________________________________________________________
39437 [  8054] By: nick                                  on 2000/12/09  19:47:30
39438         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
39439              (sysread, recv and write i.e. formats still to do...)
39440              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
39441              open($fh,">:utf8","name")
39442              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
39443              so no extra overhead is involved.
39444              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
39445              to a non-utf8 stream.
39446              Add initial io/utf8.t
39447              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
39448              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
39449              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
39450      Branch: perlio
39451            + t/io/utf8.t
39452            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
39453 ____________________________________________________________________________
39454 [  8053] By: nick                                  on 2000/12/09  19:26:37
39455         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
39456              was only testing this_utf8.
39457      Branch: perlio
39458            ! toke.c
39459 ____________________________________________________________________________
39460 [  8052] By: nick                                  on 2000/12/09  19:09:41
39461         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
39462              i.e. the output string has one, but don't mess with source assumption.
39463      Branch: perlio
39464            ! toke.c
39465 ____________________________________________________________________________
39466 [  8051] By: jhi                                   on 2000/12/09  16:55:17
39467         Log: Integrate perlio.
39468      Branch: perl
39469           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
39470           !> sv.c thrdvar.h util.c
39471 ____________________________________________________________________________
39472 [  8050] By: jhi                                   on 2000/12/09  16:48:07
39473         Log: Nits noticed by Peter Prymmer.
39474      Branch: perl
39475            ! lib/ExtUtils/MM_VMS.pm
39476 ____________________________________________________________________________
39477 [  8049] By: nick                                  on 2000/12/09  13:49:40
39478         Log: UTF8 output prework.
39479              - Store $\ and $, as SVs so they can have SvUTF8 flag
39480              - use do_print() rather than raw PerlIO_write() to print them.
39481      Branch: perlio
39482            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
39483            ! thrdvar.h util.c
39484 ____________________________________________________________________________
39485 [  8048] By: nick                                  on 2000/12/09  12:30:43
39486         Log: Integrate mainline.
39487      Branch: perlio
39488           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
39489           +> t/op/reverse.t
39490           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
39491           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
39492           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
39493           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
39494           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
39495           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
39496 ____________________________________________________________________________
39497 [  8047] By: jhi                                   on 2000/12/09  00:23:27
39498         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
39499              From: Michael G Schwern <schwern@pobox.com>
39500              Date: Fri, 8 Dec 2000 14:43:04 -0600
39501      Branch: perl
39502            ! lib/ExtUtils/MM_VMS.pm
39503 ____________________________________________________________________________
39504 [  8046] By: jhi                                   on 2000/12/08  23:10:27
39505         Log: A missed check-in.
39506      Branch: perl
39507            ! lib/ExtUtils/Manifest.pm
39508 ____________________________________________________________________________
39509 [  8045] By: jhi                                   on 2000/12/08  21:57:12
39510         Log: (null check-in)
39511      Branch: perl
39512            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
39513 ____________________________________________________________________________
39514 [  8044] By: jhi                                   on 2000/12/08  21:11:06
39515         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
39516              at the final draft stage.
39517      Branch: perl
39518            + ext/Encode/Encode/iso8859-16.enc
39519            ! MANIFEST
39520 ____________________________________________________________________________
39521 [  8043] By: jhi                                   on 2000/12/08  16:39:04
39522         Log: Update Changes.
39523      Branch: perl
39524            ! Changes patchlevel.h
39525 ____________________________________________________________________________
39526 [  8042] By: jhi                                   on 2000/12/08  16:33:39
39527         Log: Do not return the Unicode replacement character if UTF-8
39528              decoding goes awry, it should be up to the caller to decide.
39529      Branch: perl
39530            ! pod/perlapi.pod utf8.c
39531 ____________________________________________________________________________
39532 [  8041] By: jhi                                   on 2000/12/08  16:22:28
39533         Log: metaconfig maintenance.
39534      Branch: metaconfig
39535            ! U/modified/stdchar.U
39536      Branch: metaconfig/U/perl
39537            + testsyml.U
39538 ____________________________________________________________________________
39539 [  8040] By: jhi                                   on 2000/12/08  16:03:08
39540         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
39541              From: sthoenna@efn.org
39542              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
39543              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
39544      Branch: perl
39545            ! Changes lib/ExtUtils/MM_OS2.pm
39546 ____________________________________________________________________________
39547 [  8039] By: jhi                                   on 2000/12/08  15:57:11
39548         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
39549              From: Simon Cozens <simon@cozens.net>
39550              Date: Fri, 8 Dec 2000 13:33:31 +0000
39551              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
39552              
39553              (The pp_hot part needed a rewrite.)
39554      Branch: perl
39555            ! doop.c pp_hot.c utf8.c
39556 ____________________________________________________________________________
39557 [  8038] By: jhi                                   on 2000/12/08  15:25:08
39558         Log: Subject: djSP
39559              From: Michael Stevens <michael@etla.org>
39560              Date: Wed, 6 Dec 2000 23:24:01 +0000
39561              Message-ID: <20001206232400.A21381@firedrake.org>
39562              
39563              Plus a note from Nick Ing-Simmons.
39564      Branch: perl
39565            ! pp.h
39566 ____________________________________________________________________________
39567 [  8037] By: jhi                                   on 2000/12/08  15:18:35
39568         Log: Filetype is text.
39569      Branch: perl
39570            ! t/op/utf8decode.t
39571 ____________________________________________________________________________
39572 [  8036] By: jhi                                   on 2000/12/08  03:31:27
39573         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
39574              From: Andy Dougherty <doughera@lafayette.edu>
39575              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
39576              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
39577              
39578              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
39579              From: Andy Dougherty <doughera@lafayette.edu>
39580              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
39581              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
39582      Branch: perl
39583            + ext/POSIX/hints/svr4.pl
39584            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
39585 ____________________________________________________________________________
39586 [  8035] By: jhi                                   on 2000/12/08  03:26:01
39587         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
39588              From: Andy Dougherty <doughera@lafayette.edu>
39589              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
39590              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
39591      Branch: perl
39592            ! t/README t/base/term.t
39593 ____________________________________________________________________________
39594 [  8034] By: jhi                                   on 2000/12/08  03:21:59
39595         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
39596              From: mjd@plover.com  
39597              Date: 7 Dec 2000 21:04:20 -0000
39598              Message-ID: <20001207210420.22282.qmail@plover.com>
39599              
39600              Plus -z doc.
39601      Branch: perl
39602            ! pod/perlfunc.pod
39603 ____________________________________________________________________________
39604 [  8033] By: jhi                                   on 2000/12/08  03:19:03
39605         Log: Use the UTF8 macros a bit.  They can't be used with abandon
39606              everywhere because we do generate illegal UTF-8 in some situations.
39607              This is of course naughty.
39608      Branch: perl
39609            ! pod/perlapi.pod utf8.c utf8.h
39610 ____________________________________________________________________________
39611 [  8032] By: jhi                                   on 2000/12/08  03:00:09
39612         Log: Out of sync?
39613      Branch: perl
39614            ! t/pragma/warn/utf8
39615 ____________________________________________________________________________
39616 [  8031] By: jhi                                   on 2000/12/08  02:22:39
39617         Log: Cnt spl.
39618      Branch: perl
39619            ! MANIFEST
39620 ____________________________________________________________________________
39621 [  8030] By: jhi                                   on 2000/12/08  01:23:54
39622         Log: Add test for reverse().
39623      Branch: perl
39624            + t/op/reverse.t
39625            ! MANIFEST
39626 ____________________________________________________________________________
39627 [  8029] By: jhi                                   on 2000/12/08  01:21:47
39628         Log: Integrate perlio.
39629      Branch: perl
39630           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
39631           !> perlio.c perlio.h perlsdio.h warnings.pl
39632 ____________________________________________________________________________
39633 [  8028] By: jhi                                   on 2000/12/08  01:19:08
39634         Log: Introduce macros for UTF8 decoding.
39635      Branch: perl
39636            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
39637 ____________________________________________________________________________
39638 [  8027] By: nick                                  on 2000/12/07  22:18:19
39639         Log: Integrate mainline
39640      Branch: perlio
39641           !> embed.pl pod/perlapi.pod utf8.c
39642 ____________________________________________________________________________
39643 [  8026] By: nick                                  on 2000/12/07  21:45:08
39644         Log: Various oddities p4 diff -se showed up
39645              Remove 'our' from warnings.pl
39646      Branch: perlio
39647            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
39648 ____________________________________________________________________________
39649 [  8025] By: nick                                  on 2000/12/07  21:43:32
39650         Log: Change PerlIO_(get|set)pos to take SV *
39651              Should fix, OS/2, VMS, (sfio??)
39652      Branch: perlio
39653            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
39654 ____________________________________________________________________________
39655 [  8024] By: jhi                                   on 2000/12/07  19:05:32
39656         Log: Document utf8_to_uv() better.
39657      Branch: perl
39658            ! pod/perlapi.pod utf8.c
39659 ____________________________________________________________________________
39660 [  8023] By: jhi                                   on 2000/12/07  18:23:47
39661         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
39662      Branch: perl
39663            ! embed.pl pod/perlapi.pod utf8.c
39664 ____________________________________________________________________________
39665 [  8022] By: jhi                                   on 2000/12/07  04:13:51
39666         Log: Integrate perlio.
39667      Branch: perl
39668           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
39669           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
39670           !> win32/makefile.mk
39671 ____________________________________________________________________________
39672 [  8021] By: nick                                  on 2000/12/07  00:28:14
39673         Log: Various attempts at MSVC debug - not sure what has
39674              changed but works now. 
39675              Seems atexit() _may_ work for DLLs built with MSVC so don't
39676              call cleanup that way.
39677      Branch: perlio
39678            ! perlio.c win32/makefile.mk
39679 ____________________________________________________________________________
39680 [  8020] By: nick                                  on 2000/12/06  19:57:20
39681         Log: Integrate mainline
39682      Branch: perlio
39683           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
39684           !> (integrate 75 files)
39685 ____________________________________________________________________________
39686 [  8019] By: nick                                  on 2000/12/06  19:28:21
39687         Log: Add useperlio to config.vc
39688              Turn off binmode in config_H.PL
39689              Regen all the config_H.xx
39690              Attempt to get debugging build with MSVC.
39691      Branch: perlio
39692            ! win32/config.vc win32/config_H.bc win32/config_H.gc
39693            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
39694 ____________________________________________________________________________
39695 [  8018] By: nick                                  on 2000/12/06  19:21:57
39696         Log: Test various dup/external program options on all platforms.
39697      Branch: perlio
39698            ! t/io/dup.t
39699 ____________________________________________________________________________
39700 [  8017] By: nick                                  on 2000/12/06  19:20:47
39701         Log: Fix harness to be less picky
39702      Branch: perlio
39703            ! lib/Test/Harness.pm
39704 ____________________________________________________________________________
39705 [  8016] By: jhi                                   on 2000/12/06  16:45:12
39706         Log: Update Changes.
39707      Branch: perl
39708            ! Changes patchlevel.h
39709 ____________________________________________________________________________
39710 [  8015] By: jhi                                   on 2000/12/06  16:41:03
39711         Log: Test \x{...} with ord().
39712      Branch: perl
39713            ! t/op/ord.t
39714 ____________________________________________________________________________
39715 [  8014] By: jhi                                   on 2000/12/06  16:20:33
39716         Log: Test tweak because of #8013.
39717      Branch: perl
39718            ! t/lib/b.t
39719 ____________________________________________________________________________
39720 [  8013] By: jhi                                   on 2000/12/06  16:09:09
39721         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
39722              From: Michael G Schwern <schwern@pobox.com>
39723              Date: Tue, 5 Dec 2000 21:23:28 -0500
39724              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
39725              
39726              Carp::Heavy parts not very applicable because of recent changes.
39727      Branch: perl
39728            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
39729            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
39730            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
39731            ! lib/Exporter.pm lib/Exporter/Heavy.pm
39732            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
39733            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
39734            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
39735            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
39736            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
39737            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
39738            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
39739            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
39740            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
39741            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
39742            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
39743            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
39744            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
39745            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
39746            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
39747            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
39748            ! warnings.pl
39749 ____________________________________________________________________________
39750 [  8012] By: jhi                                   on 2000/12/06  15:22:38
39751         Log: Subject: [PATCH] Re: New harness is failing things
39752              From: Nick Ing-Simmons <nik@tiuk.ti.com>
39753              Date: Wed, 6 Dec 2000 13:00:30 GMT
39754              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
39755      Branch: perl
39756            ! lib/Test/Harness.pm
39757 ____________________________________________________________________________
39758 [  8011] By: jhi                                   on 2000/12/06  15:12:08
39759         Log: Subject: installhtml changes
39760              From: Michael Stevens <michael@etla.org>
39761              Date: Wed, 6 Dec 2000 13:15:53 +0000
39762              Message-ID: <20001206131553.A27317@firedrake.org>
39763      Branch: perl
39764            ! installhtml
39765 ____________________________________________________________________________
39766 [  8010] By: jhi                                   on 2000/12/06  15:06:05
39767         Log: Subject: the dTHR hits
39768              From: Michael Stevens <michael@etla.org>
39769              Date: Wed, 6 Dec 2000 12:06:03 +0000
39770              Message-ID: <20001206120603.A24581@firedrake.org>
39771              
39772              More, errrm, less dTHRs.
39773      Branch: perl
39774            ! bytecode.pl ext/B/B/C.pm
39775 ____________________________________________________________________________
39776 [  8009] By: jhi                                   on 2000/12/06  15:04:25
39777         Log: Subject: MakeMaker mailing list gone?
39778              From: Michael G Schwern <schwern@pobox.com>
39779              Date: Tue, 5 Dec 2000 19:29:59 -0500
39780              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
39781              
39782              The MakeMaker mailing list is dead, perlbug is the right
39783              address to report bugs.
39784      Branch: perl
39785            ! lib/ExtUtils/MakeMaker.pm
39786 ____________________________________________________________________________
39787 [  8008] By: jhi                                   on 2000/12/06  15:00:32
39788         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
39789              From: Michael G Schwern <schwern@pobox.com>
39790              Date: Tue, 5 Dec 2000 19:21:21 -0500
39791              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
39792              
39793              Add a default MANIFEST skip that ignores things like
39794              version control files, editor temporary files, and the Makefile.
39795      Branch: perl
39796            + lib/ExtUtils/MANIFEST.SKIP
39797            ! MANIFEST lib/ExtUtils/Manifest.pm
39798 ____________________________________________________________________________
39799 [  8007] By: jhi                                   on 2000/12/06  14:57:20
39800         Log: In Amiga more manual hackery of the scripts seems to be needed,
39801              from Jan-Erik Karlsson.  Why Configure does not get this right
39802              is unknown, may be shell-induced.
39803      Branch: perl
39804            ! README.amiga
39805 ____________________________________________________________________________
39806 [  8006] By: jhi                                   on 2000/12/05  23:53:12
39807         Log: Add TOPm1s to peek at the second topmost stack item.
39808      Branch: perl
39809            ! pp.h
39810 ____________________________________________________________________________
39811 [  8005] By: jhi                                   on 2000/12/05  23:13:55
39812         Log: Avaunt, you foul UTF-8 tests.
39813      Branch: perl
39814            ! t/op/ver.t t/pragma/utf8.t
39815 ____________________________________________________________________________
39816 [  8004] By: jhi                                   on 2000/12/05  23:09:54
39817         Log: Continue utf8 dispersal. 
39818      Branch: perl
39819            + t/op/concat.t
39820            ! MANIFEST t/pragma/utf8.t
39821 ____________________________________________________________________________
39822 [  8003] By: nick                                  on 2000/12/05  23:02:39
39823         Log: Integrate mainline.
39824      Branch: perlio
39825           +> t/op/length.t t/op/utf8decode.t
39826           !> (integrate 69 files)
39827 ____________________________________________________________________________
39828 [  8002] By: jhi                                   on 2000/12/05  22:59:28
39829         Log: Integrate perlio.
39830      Branch: perl
39831           !> iperlsys.h perl.c perlio.c win32/perllib.c
39832 ____________________________________________________________________________
39833 [  8001] By: nick                                  on 2000/12/05  22:07:52
39834         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
39835              - calloc/free suffer from damage on TerminateThread()
39836              - use PerlMemShared (as originally planned) now fixed
39837              - avoid doing anything important on DLL "detach".
39838      Branch: perlio
39839            ! perl.c perlio.c win32/perllib.c
39840 ____________________________________________________________________________
39841 [  8000] By: nick                                  on 2000/12/05  21:05:09
39842         Log: Fix gross PerlMemShared issue.
39843      Branch: perlio
39844            ! iperlsys.h
39845 ____________________________________________________________________________
39846 [  7999] By: jhi                                   on 2000/12/05  20:46:58
39847         Log: Test for Unicode (UTF-8) hash keys.
39848      Branch: perl
39849            ! t/op/each.t
39850 ____________________________________________________________________________
39851 [  7998] By: jhi                                   on 2000/12/05  20:30:35
39852         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
39853              is now always UTF-8), empty line cosmetics.
39854      Branch: perl
39855            ! t/pragma/utf8.t
39856 ____________________________________________________________________________
39857 [  7997] By: jhi                                   on 2000/12/05  20:15:40
39858         Log: Subject: Re: STRLEN - what?
39859              From: Andy Dougherty <doughera@lafayette.edu>
39860              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
39861              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
39862              
39863              Explain STRLEN.
39864      Branch: perl
39865            ! pod/perlguts.pod
39866 ____________________________________________________________________________
39867 [  7996] By: jhi                                   on 2000/12/05  20:13:34
39868         Log: Split off the UTF-8 decoder tests, make them to check also
39869              the error message.
39870      Branch: perl
39871            + t/op/utf8decode.t
39872            ! MANIFEST t/pragma/utf8.t utf8.c
39873 ____________________________________________________________________________
39874 [  7995] By: jhi                                   on 2000/12/05  16:39:47
39875         Log: Start migrating bits of pragma/utf8 to elsewhere
39876              (since the long term plan is to obsolete 'use utf8').
39877      Branch: perl
39878            + t/op/length.t
39879            ! MANIFEST t/pragma/utf8.t
39880 ____________________________________________________________________________
39881 [  7994] By: jhi                                   on 2000/12/05  16:30:21
39882         Log: Fix a manual edit typo from #7993, fix the message formatting
39883              for Unicode, add few our declarations.
39884      Branch: perl
39885            ! lib/Carp/Heavy.pm
39886 ____________________________________________________________________________
39887 [  7993] By: jhi                                   on 2000/12/05  16:09:15
39888         Log: Subject: Need help with warnings :-(
39889              From: "Ben Tilly" <ben_tilly@hotmail.com>
39890              Date: Tue, 05 Dec 2000 01:35:54 -0500
39891              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
39892              
39893              Subject: UPDATE: Carp/Heavy now passes all tests
39894              From: "Ben Tilly" <ben_tilly@hotmail.com>
39895              Date: Tue, 05 Dec 2000 07:59:41 -0500
39896              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
39897              
39898              The Brave New Carp.
39899      Branch: perl
39900            ! lib/Carp.pm lib/Carp/Heavy.pm
39901 ____________________________________________________________________________
39902 [  7992] By: jhi                                   on 2000/12/05  15:55:08
39903         Log: Subject: [PATCH perl@7979] cygwin port
39904              From: "Eric Fifer" <efifer@dircon.co.uk>
39905              Date: Tue, 5 Dec 2000 14:04:09 -0000
39906              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
39907      Branch: perl
39908            ! t/lib/net-hostent.t
39909 ____________________________________________________________________________
39910 [  7991] By: jhi                                   on 2000/12/05  15:52:34
39911         Log: Subject: Re: [PATCH] The largest hoax of all times?
39912              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39913              Date: Tue, 5 Dec 2000 00:40:25 -0500
39914              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
39915              
39916              Subject: Re: [PATCH] The largest hoax of all times?
39917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39918              Date: Mon, 4 Dec 2000 23:55:53 -0500
39919              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
39920              
39921              Subject: Re: [PATCH] The largest hoax of all times?
39922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39923              Date: Tue, 5 Dec 2000 01:28:45 -0500
39924              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
39925              
39926              Fix the unpredictable order of DESTROYs.
39927      Branch: perl
39928            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
39929            ! sv.c sv.h t/op/ref.t
39930 ____________________________________________________________________________
39931 [  7990] By: jhi                                   on 2000/12/05  14:38:53
39932         Log: Subject: [PATCH] shrink pp_hot fractionally
39933              From: Nicholas Clark <nick@ccl4.org>
39934              Date: Tue, 5 Dec 2000 12:44:31 +0000
39935              Message-ID: <20001205124431.E74518@plum.flirble.org>
39936              
39937              Use report_evil_fh().
39938      Branch: perl
39939            ! opcode.pl opnames.h pp_hot.c util.c
39940 ____________________________________________________________________________
39941 [  7989] By: jhi                                   on 2000/12/05  14:21:27
39942         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
39943              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39944              Date: Mon, 04 Dec 2000 22:21:59 -0800
39945              Message-ID: <HmIL6gzkgepS092yn@efn.org>
39946              
39947              Harness shouldn't ignore responses like "ok 3\r\r\n".
39948      Branch: perl
39949            ! lib/Test/Harness.pm
39950 ____________________________________________________________________________
39951 [  7988] By: jhi                                   on 2000/12/05  13:51:28
39952         Log: Integrate the "skip" messages to explain().
39953      Branch: perl
39954            ! t/lib/syslfs.t t/op/lfs.t
39955 ____________________________________________________________________________
39956 [  7987] By: jhi                                   on 2000/12/05  12:34:54
39957         Log: The one that got away in #7984.
39958              
39959              Subject: Re: dTHR - what and why?
39960              From: Michael Stevens <michael@etla.org> 
39961              Date: Tue, 5 Dec 2000 11:15:52 +0000
39962              Message-ID: <20001205111552.A4647@firedrake.org>
39963      Branch: perl
39964            ! sv.h
39965 ____________________________________________________________________________
39966 [  7986] By: gsar                                  on 2000/12/05  09:14:44
39967         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
39968              due to the notorious GetFileType() bug in Windows 9x, which fstat()
39969              tickles)
39970      Branch: perl
39971            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
39972 ____________________________________________________________________________
39973 [  7985] By: jhi                                   on 2000/12/05  05:49:03
39974         Log: Integrate perlio.
39975      Branch: perl
39976           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
39977           !> win32/perlhost.h win32/perllib.c
39978 ____________________________________________________________________________
39979 [  7984] By: jhi                                   on 2000/12/05  05:48:16
39980         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
39981      Branch: perl
39982            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
39983            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
39984            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
39985            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
39986            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
39987            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
39988            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
39989            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
39990            ! win32/win32.c
39991 ____________________________________________________________________________
39992 [  7983] By: nick                                  on 2000/12/04  23:27:43
39993         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
39994      Branch: perlio
39995            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
39996            ! win32/perlhost.h win32/perllib.c
39997 ____________________________________________________________________________
39998 [  7982] By: jhi                                   on 2000/12/04  19:44:09
39999         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
40000              uncovered by #7980.
40001      Branch: perl
40002            ! op.c
40003 ____________________________________________________________________________
40004 [  7981] By: jhi                                   on 2000/12/04  19:42:07
40005         Log: Subject: [PATCH] Trivial dump.c feature
40006              From: Simon Cozens <simon@cozens.net>
40007              Date: Mon, 4 Dec 2000 18:08:38 +0000
40008              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
40009              
40010              Show whether a constant is UTF-8.
40011      Branch: perl
40012            ! dump.c
40013 ____________________________________________________________________________
40014 [  7980] By: jhi                                   on 2000/12/04  19:36:51
40015         Log: UTF-8 hash keys, patch from Inaba Hiroto.
40016      Branch: perl
40017            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
40018 ____________________________________________________________________________
40019 [  7979] By: jhi                                   on 2000/12/04  17:36:28
40020         Log: Update Changes.
40021      Branch: perl
40022            ! Changes patchlevel.h
40023 ____________________________________________________________________________
40024 [  7978] By: jhi                                   on 2000/12/04  16:42:17
40025         Log: Retract #7977, still too volatile (the euphemism of the day
40026              for unfinished and buggy :-)
40027      Branch: perl
40028            ! doop.c hv.c pp.c sv.h
40029 ____________________________________________________________________________
40030 [  7977] By: jhi                                   on 2000/12/04  16:25:15
40031         Log: (Retracted by #7978, too shaky yet.)
40032              
40033              Subject: Re: utf8 in hash keys, implementor missing
40034              From: Simon Cozens <simon@cozens.net>
40035              Date: Sat, 2 Dec 2000 19:49:35 +0000
40036              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
40037              
40038              The first step at UTF-8 hash keys.
40039      Branch: perl
40040            ! doop.c hv.c pp.c sv.h
40041 ____________________________________________________________________________
40042 [  7976] By: jhi                                   on 2000/12/04  16:13:53
40043         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
40044              From: sthoenna@efn.org
40045              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
40046              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
40047      Branch: perl
40048            ! os2/os2.c perlio.c
40049 ____________________________________________________________________________
40050 [  7975] By: jhi                                   on 2000/12/04  16:05:25
40051         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
40052              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40053              Date: Thu, 30 Nov 2000 20:50:37 -0800
40054              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
40055      Branch: perl
40056            ! os2/os2.c
40057 ____________________________________________________________________________
40058 [  7974] By: jhi                                   on 2000/12/04  16:03:57
40059         Log: Subject: [PATCH] ++ 20% faster
40060              From: Nicholas Clark <nick@ccl4.org>
40061              Date: Mon, 4 Dec 2000 12:17:27 +0000
40062              Message-ID: <20001204121726.B52976@plum.flirble.org>
40063              
40064              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
40065      Branch: perl
40066            ! sv.c
40067 ____________________________________________________________________________
40068 [  7973] By: jhi                                   on 2000/12/04  16:00:48
40069         Log: 
40070              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
40071              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40072              Date: Mon, 04 Dec 2000 12:30:45 +0100
40073              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
40074              
40075              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
40076              library (getprotobyname and getprotobynumber are outversioned by
40077              the same calls in libc, at least for xlc version 3.
40078      Branch: perl
40079            ! hints/aix.sh
40080 ____________________________________________________________________________
40081 [  7972] By: jhi                                   on 2000/12/04  02:58:31
40082         Log: Integrate perlio.
40083      Branch: perl
40084           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
40085           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
40086           !> win32/win32.h win32/win32iop.h win32/win32thread.h
40087 ____________________________________________________________________________
40088 [  7971] By: nick                                  on 2000/12/04  00:24:33
40089         Log: Quieten some noise in Win32 builds:
40090              - win32.h is included after <sys/socket.h>, so need to 
40091              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
40092              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
40093      Branch: perlio
40094            ! doio.c perl.h toke.c win32/win32.h
40095 ____________________________________________________________________________
40096 [  7970] By: nick                                  on 2000/12/03  22:57:46
40097         Log: PERL_IMPLICIT_SYS compiles but does not work.
40098      Branch: perlio
40099            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
40100            ! win32/perlhost.h win32/perllib.c win32/win32.h
40101            ! win32/win32iop.h win32/win32thread.h
40102 ____________________________________________________________________________
40103 [  7969] By: jhi                                   on 2000/12/03  22:12:58
40104         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
40105              used to swash_init(), makes regprop() dumps more informative
40106              (+utf8::IsAlpha, -utf8::IsDigit, for example).
40107      Branch: perl
40108            ! regcomp.c regexec.c
40109 ____________________________________________________________________________
40110 [  7968] By: jhi                                   on 2000/12/03  21:39:56
40111         Log: Implement ANYOFUTF8 regprop() dumping.
40112      Branch: perl
40113            ! regcomp.c
40114 ____________________________________________________________________________
40115 [  7967] By: jhi                                   on 2000/12/03  20:57:19
40116         Log: Make uv_to_utf8() to zero-terminate its output buffer,
40117              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
40118      Branch: perl
40119            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
40120 ____________________________________________________________________________
40121 [  7966] By: nick                                  on 2000/12/03  18:41:21
40122         Log: Integrate mainline (STDCHAR)
40123      Branch: perlio
40124           !> Configure t/pragma/utf8.t
40125 ____________________________________________________________________________
40126 [  7965] By: jhi                                   on 2000/12/03  17:58:20
40127         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
40128      Branch: perl
40129            ! t/pragma/utf8.t
40130 ____________________________________________________________________________
40131 [  7964] By: jhi                                   on 2000/12/03  17:35:56
40132         Log: Integrate perlio.
40133      Branch: perl
40134           !> iperlsys.h perlio.c
40135 ____________________________________________________________________________
40136 [  7963] By: jhi                                   on 2000/12/03  17:33:55
40137         Log: Metaconfig unit change for #7962.
40138      Branch: metaconfig
40139            ! U/modified/stdchar.U
40140 ____________________________________________________________________________
40141 [  7962] By: jhi                                   on 2000/12/03  17:33:27
40142         Log: Untangle the <stdio.h> #include nest for the stdchar test,
40143              from Andy Dougherty.
40144      Branch: perl
40145            ! Configure
40146 ____________________________________________________________________________
40147 [  7961] By: nick                                  on 2000/12/03  16:53:00
40148         Log: Make iperlsys.h vector stdio not PerlIO.
40149      Branch: perlio
40150            ! iperlsys.h perlio.c
40151 ____________________________________________________________________________
40152 [  7960] By: nick                                  on 2000/12/03  14:43:01
40153         Log: Integrate mainline
40154      Branch: perlio
40155           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
40156           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
40157 ____________________________________________________________________________
40158 [  7959] By: jhi                                   on 2000/12/03  08:16:36
40159         Log: Use DO_UTF8().
40160      Branch: perl
40161            ! op.c
40162 ____________________________________________________________________________
40163 [  7958] By: jhi                                   on 2000/12/02  18:33:05
40164         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
40165              From: Mike Guy <mjtg@cam.ac.uk>         
40166              Date: Sat, 02 Dec 2000 17:27:13 +0000
40167              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
40168              
40169              An extraneous argument.
40170      Branch: perl
40171            ! toke.c
40172 ____________________________________________________________________________
40173 [  7957] By: jhi                                   on 2000/12/02  18:22:32
40174         Log: A missing hunk.
40175      Branch: perl
40176            ! t/lib/net-hostent.t
40177 ____________________________________________________________________________
40178 [  7956] By: jhi                                   on 2000/12/02  18:06:20
40179         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
40180              From: Nicholas Clark <nick@ccl4.org>
40181              Date: Sat, 2 Dec 2000 14:28:27 +0000
40182              Message-ID: <20001202142827.A12308@plum.flirble.org>
40183              
40184              Test robustness.
40185      Branch: perl
40186            ! t/lib/net-hostent.t
40187 ____________________________________________________________________________
40188 [  7955] By: jhi                                   on 2000/12/02  17:58:06
40189         Log: Metaconfig unit change for #7954.
40190      Branch: metaconfig
40191            ! U/modified/stdchar.U
40192 ____________________________________________________________________________
40193 [  7954] By: jhi                                   on 2000/12/02  17:54:32
40194         Log: An inconvenient hang would happen if the stdio _ptr wasn't
40195              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
40196              would be grepping stdin for all eternity for the _ptr.)
40197      Branch: perl
40198            ! Configure
40199 ____________________________________________________________________________
40200 [  7953] By: jhi                                   on 2000/12/02  00:07:15
40201         Log: Update Changes.
40202      Branch: perl
40203            ! Changes patchlevel.h
40204 ____________________________________________________________________________
40205 [  7952] By: jhi                                   on 2000/12/01  23:54:47
40206         Log: Subject: Re: long shell lines
40207              From: Andy Dougherty <doughera@lafayette.edu>
40208              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
40209              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
40210              
40211              Split overly long shell command lines.
40212      Branch: perl
40213            ! lib/ExtUtils/MM_Unix.pm
40214 ____________________________________________________________________________
40215 [  7951] By: jhi                                   on 2000/12/01  23:48:02
40216         Log: The metaconfig unit change for #7950.
40217      Branch: metaconfig
40218            + U/modified/stdchar.U
40219 ____________________________________________________________________________
40220 [  7950] By: jhi                                   on 2000/12/01  23:47:39
40221         Log: Try to find stdchar also from <stdio_impl.h>.
40222      Branch: perl
40223            ! Configure config_h.SH
40224 ____________________________________________________________________________
40225 [  7949] By: jhi                                   on 2000/12/01  23:46:45
40226         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
40227              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40228              Date: Fri, 1 Dec 2000 16:26:08 -0500
40229              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
40230              
40231              Reword the diagnostic message.
40232      Branch: perl
40233            ! pod/perldiag.pod
40234 ____________________________________________________________________________
40235 [  7948] By: nick                                  on 2000/12/01  22:49:43
40236         Log: Integrate mainline (for s/y/m as sub names stuff).
40237      Branch: perlio
40238           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
40239           !> t/pragma/warn/toke toke.c
40240 ____________________________________________________________________________
40241 [  7947] By: jhi                                   on 2000/12/01  20:55:41
40242         Log: Integrate perlio.
40243      Branch: perl
40244           !> perlio.c perliol.h t/io/pipe.t
40245 ____________________________________________________________________________
40246 [  7946] By: jhi                                   on 2000/12/01  20:36:51
40247         Log: Upgrade to CPAN 1.59_51, from Andreas König.
40248      Branch: perl
40249            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40250 ____________________________________________________________________________
40251 [  7945] By: nick                                  on 2000/12/01  20:31:32
40252         Log: Integrate mainline
40253      Branch: perlio
40254           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
40255           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
40256           +> t/lib/net-hostent.t
40257           !> (integrate 35 files)
40258 ____________________________________________________________________________
40259 [  7944] By: jhi                                   on 2000/12/01  20:23:29
40260         Log: Some help for 20001130.011.  Now one gets warnings like
40261              "Ambiguous -f() resolved as a file test ..."
40262      Branch: perl
40263            ! pod/perldiag.pod t/pragma/warn/toke toke.c
40264 ____________________________________________________________________________
40265 [  7943] By: jhi                                   on 2000/12/01  19:44:44
40266         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
40267              that also breaks using them as methods. 
40268      Branch: perl
40269            ! pod/perldiag.pod t/op/misc.t toke.c
40270 ____________________________________________________________________________
40271 [  7942] By: nick                                  on 2000/12/01  17:56:46
40272         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
40273              Make 'unix' pass most tests
40274              - do unread by temporary push of layer ("pending") holding unread chars
40275              - fast_gets is now based on per-handle flag
40276              - relax one of io/pipe.t tests to allow print to fail and close to
40277              succeed so that it passes on unbuffered "unix" layer.
40278              Remaining fail is sporadic and a genuine race condition between
40279              parent/child in fork test.
40280      Branch: perlio
40281            ! perlio.c perliol.h t/io/pipe.t
40282 ____________________________________________________________________________
40283 [  7941] By: jhi                                   on 2000/12/01  15:28:58
40284         Log: (Retracted by #7943.)
40285              
40286              Reserve the short named string operator names.
40287      Branch: perl
40288            ! pod/perldiag.pod t/op/misc.t toke.c
40289 ____________________________________________________________________________
40290 [  7940] By: jhi                                   on 2000/12/01  06:45:53
40291         Log: Get the three different space character classes right under utf8.
40292      Branch: perl
40293            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
40294            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
40295            ! regexec.c t/op/pat.t utf8.c
40296 ____________________________________________________________________________
40297 [  7939] By: jhi                                   on 2000/12/01  03:26:26
40298         Log: Two more tests that make no sense in UTF-8 since the test
40299              data is not in UTF-8.
40300      Branch: perl
40301            ! t/op/regexp.t
40302 ____________________________________________________________________________
40303 [  7938] By: jhi                                   on 2000/12/01  03:20:39
40304         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
40305              should it be required inside regexen?
40306      Branch: perl
40307            ! regcomp.c t/op/regmesg.t
40308 ____________________________________________________________________________
40309 [  7937] By: jhi                                   on 2000/12/01  02:58:53
40310         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
40311              stored and restored, and thusly was trounced by the utf8 swash
40312              routines.
40313      Branch: perl
40314            ! regcomp.c
40315 ____________________________________________________________________________
40316 [  7936] By: jhi                                   on 2000/11/30  20:41:39
40317         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
40318              Why the different platforms behave so differently (core dump vs
40319              no core dump) on this bug is a but of a mystery, but if I had to
40320              guess I would mumble something like 'alignment'.
40321      Branch: perl
40322            ! sv.c
40323 ____________________________________________________________________________
40324 [  7935] By: jhi                                   on 2000/11/30  16:17:02
40325         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
40326              From: Robin Barker <rmb1@cise.npl.co.uk>
40327              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
40328              Date: Thu, 30 Nov 2000 14:27:12 GMT
40329      Branch: perl
40330            ! perlio.c toke.c
40331 ____________________________________________________________________________
40332 [  7934] By: jhi                                   on 2000/11/30  16:04:49
40333         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
40334      Branch: perl
40335            ! t/lib/net-hostent.t
40336 ____________________________________________________________________________
40337 [  7933] By: jhi                                   on 2000/11/30  06:07:26
40338         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
40339              From: Peter Prymmer <pvhp@forte.com>
40340              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
40341              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
40342              
40343              In VMS the localhost may be LOCALHOST.
40344      Branch: perl
40345            ! t/lib/net-hostent.t
40346 ____________________________________________________________________________
40347 [  7932] By: jhi                                   on 2000/11/30  01:11:11
40348         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
40349              From: Peter Prymmer <pvhp@forte.com>
40350              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
40351              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
40352              
40353              plus regen perlapi.pod.
40354      Branch: perl
40355            ! pod/perlapi.pod utf8.c
40356 ____________________________________________________________________________
40357 [  7931] By: jhi                                   on 2000/11/30  01:06:19
40358         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
40359              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40360              Date:     Wed, 29 Nov 2000 17:15:11 EST
40361              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
40362      Branch: perl
40363            ! t/lib/filter-util.pl t/lib/filter-util.t
40364 ____________________________________________________________________________
40365 [  7930] By: jhi                                   on 2000/11/29  18:51:55
40366         Log: Update Changes.
40367      Branch: perl
40368            ! Changes patchlevel.h
40369 ____________________________________________________________________________
40370 [  7929] By: jhi                                   on 2000/11/29  18:50:55
40371         Log: Update the va_copy() metaconfig unit.
40372      Branch: metaconfig/U/perl
40373            ! need_va_copy.U
40374 ____________________________________________________________________________
40375 [  7928] By: jhi                                   on 2000/11/29  17:50:43
40376         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
40377              From: Dominic Dunlop <domo@computer.org>
40378              Date: Tue, 28 Nov 2000 16:41:57 +0100
40379              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
40380              
40381              Patch to catch a core dump in the Configure va_copy test.
40382      Branch: perl
40383            ! Configure config_h.SH
40384 ____________________________________________________________________________
40385 [  7927] By: jhi                                   on 2000/11/29  17:31:59
40386         Log: Retract #7921, the patch shouldn't be needed.
40387      Branch: perl
40388            ! sv.c
40389 ____________________________________________________________________________
40390 [  7926] By: jhi                                   on 2000/11/29  17:01:41
40391         Log: Make the Class::Struct import() wiser.
40392      Branch: perl
40393            ! lib/Class/Struct.pm t/lib/class-struct.t
40394 ____________________________________________________________________________
40395 [  7925] By: jhi                                   on 2000/11/29  16:36:33
40396         Log: All the core library users of Class::Struct seem to be
40397              using "use Class::Struct 'struct';" instead of the bare
40398              "use Class::Struct;", which isn't documented in Class::Struct.
40399              This can't be right.
40400      Branch: perl
40401            ! lib/File/stat.pm
40402 ____________________________________________________________________________
40403 [  7924] By: jhi                                   on 2000/11/29  16:32:15
40404         Log: A test works better if it has the right 1..$n output.
40405      Branch: perl
40406            ! t/lib/class-struct.t
40407 ____________________________________________________________________________
40408 [  7923] By: jhi                                   on 2000/11/29  16:29:11
40409         Log: Forgot to MANIFEST the new Net::hostent test.
40410      Branch: perl
40411            ! MANIFEST
40412 ____________________________________________________________________________
40413 [  7922] By: jhi                                   on 2000/11/29  16:27:49
40414         Log: Integrate perlio.
40415      Branch: perl
40416           !> iperlsys.h perlio.c
40417 ____________________________________________________________________________
40418 [  7921] By: jhi                                   on 2000/11/29  16:27:10
40419         Log: (Retracted by #7927.)
40420              
40421              Subject: [PATCH] Is infinity a number?
40422              From: Simon Cozens <simon@cozens.net>
40423              Date: Wed, 29 Nov 2000 14:48:20 +0000
40424              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
40425      Branch: perl
40426            ! sv.c
40427 ____________________________________________________________________________
40428 [  7920] By: jhi                                   on 2000/11/29  16:23:02
40429         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
40430              From: rspier@pobox.com (Robert Spier)
40431              Date: Wed, 29 Nov 2000 02:17:49 -0500
40432              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
40433              
40434              Add a test for Net::hostent.
40435      Branch: perl
40436            + t/lib/net-hostent.t
40437 ____________________________________________________________________________
40438 [  7919] By: jhi                                   on 2000/11/29  16:21:31
40439         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
40440              add a test for Class::Struct.
40441      Branch: perl
40442            + t/lib/class-struct.t
40443            ! MANIFEST lib/Class/Struct.pm
40444 ____________________________________________________________________________
40445 [  7918] By: jhi                                   on 2000/11/29  15:48:40
40446         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
40447              From: rspier@pobox.com (Robert Spier)
40448              Date: Wed, 29 Nov 2000 02:25:39 -0500
40449              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
40450              
40451              More checking in case someone has broken their services or
40452              protocol databases.
40453      Branch: perl
40454            ! ext/Sys/Syslog/Syslog.pm
40455 ____________________________________________________________________________
40456 [  7917] By: jhi                                   on 2000/11/29  15:46:25
40457         Log: Subject: [PATCH] $^O  win32 -> MSWin32
40458              From: rspier@pobox.com (Robert Spier)
40459              Date: Wed, 29 Nov 2000 02:17:38 -0500
40460              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
40461              
40462              plus similar nits for vms, err, VMS, and UNICOS.
40463      Branch: perl
40464            ! t/lib/syslfs.t t/op/lfs.t
40465 ____________________________________________________________________________
40466 [  7916] By: jhi                                   on 2000/11/29  15:42:51
40467         Log: Subject: [PATCH] Tokeniser debugging
40468              From: Simon Cozens <simon@cozens.net>
40469              Date: Wed, 29 Nov 2000 14:15:45 +0000
40470              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
40471      Branch: perl
40472            ! perl.c perl.h pod/perlrun.pod toke.c
40473 ____________________________________________________________________________
40474 [  7915] By: jhi                                   on 2000/11/29  15:41:36
40475         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
40476              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40477              Date: Wed, 29 Nov 2000 02:13:14 -0500
40478              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
40479              
40480              OUT keyword nits.
40481              
40482              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
40483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40484              Date: Wed, 29 Nov 2000 03:09:04 -0500
40485              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
40486              
40487              OUT and IN_OUT documentation.
40488      Branch: perl
40489            ! lib/ExtUtils/xsubpp pod/perlxs.pod
40490 ____________________________________________________________________________
40491 [  7914] By: jhi                                   on 2000/11/29  03:35:01
40492         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
40493              From: John Tobey <jtobey@john-edwin-tobey.org>
40494              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
40495              Message-Id: <m140e1N-000FOoC@feynman.localnet>
40496              
40497              plus a performance speedup noticed by Sarathy.
40498      Branch: perl
40499            ! op.c
40500 ____________________________________________________________________________
40501 [  7913] By: jhi                                   on 2000/11/29  03:16:59
40502         Log: Use "1 while unlink" so that VMS gets clean, too.
40503      Branch: perl
40504            ! t/lib/filter-util.t
40505 ____________________________________________________________________________
40506 [  7912] By: jhi                                   on 2000/11/29  03:09:08
40507         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
40508              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40509              Date: Tue, 28 Nov 2000 03:27:09 -0500
40510              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
40511      Branch: perl
40512            ! lib/ExtUtils/xsubpp
40513 ____________________________________________________________________________
40514 [  7911] By: jhi                                   on 2000/11/29  03:06:30
40515         Log: This should have been part of #7872: no need to scan UTF-8
40516              until eternity.
40517      Branch: perl
40518            ! utf8.c
40519 ____________________________________________________________________________
40520 [  7910] By: jhi                                   on 2000/11/29  02:50:04
40521         Log: One more perltie.pod nit from Casey R. Tweten.
40522      Branch: perl
40523            ! pod/perltie.pod
40524 ____________________________________________________________________________
40525 [  7909] By: jhi                                   on 2000/11/29  02:44:23
40526         Log: Document the known sprintf test failures, exact standard
40527              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
40528      Branch: perl
40529            ! pod/perldelta.pod t/op/sprintf.t
40530 ____________________________________________________________________________
40531 [  7908] By: jhi                                   on 2000/11/29  02:36:23
40532         Log: Add the Encoding table format documentation.
40533      Branch: perl
40534            + ext/Encode/Encode/EncodeFormat.pod
40535            ! MANIFEST
40536 ____________________________________________________________________________
40537 [  7907] By: jhi                                   on 2000/11/29  02:07:24
40538         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
40539              From: "Casey R. Tweten" <crt@kiski.net>
40540              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
40541              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
40542              
40543              Subject: Re: [PATCH] Updating perltie.pod for arrays
40544              From: "Casey R. Tweten" <crt@kiski.net>
40545              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
40546              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
40547      Branch: perl
40548            ! pod/perltie.pod
40549 ____________________________________________________________________________
40550 [  7906] By: nick                                  on 2000/11/28  22:40:59
40551         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
40552      Branch: perlio
40553            ! iperlsys.h perlio.c
40554 ____________________________________________________________________________
40555 [  7905] By: nick                                  on 2000/11/28  22:04:34
40556         Log: Integrate mainline
40557      Branch: perlio
40558           !> (integrate 39 files)
40559 ____________________________________________________________________________
40560 [  7904] By: jhi                                   on 2000/11/28  16:44:43
40561         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
40562              From: Nicholas Clark <nick@babyhippo.co.uk>
40563              Date: Tue, 28 Nov 2000 11:16:57 +0000
40564              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
40565      Branch: perl
40566            ! pod/perlipc.pod
40567 ____________________________________________________________________________
40568 [  7903] By: jhi                                   on 2000/11/28  16:40:31
40569         Log: Subject: [PATCH] Updating perltie.pod for arrays
40570              From: "Casey R. Tweten" <crt@kiski.net>
40571              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
40572              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
40573      Branch: perl
40574            ! pod/perltie.pod
40575 ____________________________________________________________________________
40576 [  7902] By: jhi                                   on 2000/11/28  16:39:37
40577         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
40578              From: Robin Barker <rmb1@cise.npl.co.uk>
40579              Date: Mon, 27 Nov 2000 17:56:44 GMT
40580              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
40581      Branch: perl
40582            ! pod/perlfunc.pod t/op/split.t
40583 ____________________________________________________________________________
40584 [  7901] By: jhi                                   on 2000/11/28  16:28:04
40585         Log: setmode() is a DOSish-only thing.
40586      Branch: perl
40587            ! perlio.c
40588 ____________________________________________________________________________
40589 [  7900] By: jhi                                   on 2000/11/28  16:21:46
40590         Log: Subject: [PATCH] perlcc.PL cleanups
40591              From: Simon Cozens <simon@cozens.net>
40592              Date: Tue, 28 Nov 2000 12:44:35 +0000
40593              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
40594      Branch: perl
40595            ! utils/perlcc.PL
40596 ____________________________________________________________________________
40597 [  7899] By: gsar                                  on 2000/11/28  06:32:55
40598         Log: reintegrate files missed by change#7895
40599      Branch: maint-5.6/perl
40600           +> ext/ByteLoader/bytecode.h utils/Makefile
40601            - utils/perlbc.PL
40602 ____________________________________________________________________________
40603 [  7897] By: gsar                                  on 2000/11/27  18:22:47
40604         Log: can't integrate these two files, for some reason
40605      Branch: maint-5.6/perl
40606            - ext/ByteLoader/bytecode.h utils/Makefile
40607 ____________________________________________________________________________
40608 [  7895] By: gsar                                  on 2000/11/27  18:11:21
40609         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
40610              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
40611              6757..6890,6892..6901 from mainline
40612              
40613              Bytecompiler patches from Benjamin Stuhl.
40614              
40615              More bytecompiler.
40616              
40617              Subject: [PATCH blead] B:: missing dependency
40618              
40619              Subject: [PATCH: 6757] configure.com updates and syslog build
40620              
40621              Long double Gconvert fixes from Yitzchak Scott-Thoennes
40622              and Spider Boardman.
40623              
40624              Subject: [PATCH blead] nextchar() abuse misses an optimisation
40625              
40626              Long double fixes from Spider Boardman.
40627              
40628              Make the selection of NVff et al stricter.
40629              
40630              cSVOPo_*v things index into the current PL_curpad
40631              under ithreads, which is different from the curpad
40632              used by the XSUB.  (In other words, the code as-is
40633              before this patch wouldn't work under ithreads.)
40634              
40635              Be portable.
40636              
40637              VMS MMS (make) wants null action.
40638              
40639              Mac and other portability updates from Chris Nandor.
40640              
40641              Storable support, v-version fixes.
40642              Subject: CPAN.pm beta for testing available
40643              
40644              Portability fix from Hugo van der Sanden.
40645              
40646              Bad makefile.
40647              
40648              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
40649              
40650              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
40651              
40652              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
40653              
40654              Replace #6705 with a minimal doc patch.
40655              Subject: [PATCH 5.6.0] replace change #6705
40656              
40657              Drop the separate perlbc, perlcc -b should be enough.
40658              
40659              installperl couldn't tell whether it had run tests or not.
40660              Subject: [PATCH] Re: installperl and t/TEST
40661              
40662              Add silencer flags to installperl.
40663              Subject: [PATCH] Making installperl silent.
40664              
40665              Make "make install" by default silent.  A new "install-verbose"
40666              target is verbose.
40667              
40668              More liberal parsing of version numbers.
40669              Subject: Re: CPAN.pm beta for testing available
40670              
40671              Create directories in silence.
40672              Subject: [PATCH] Another silencer for MakeMaker
40673              
40674              DOS patches and portability/porting notes, from Tim Jenness.
40675              
40676              Make installman to recognize the silence flag -S.
40677              
40678              Actually do something with the silencer option.
40679              
40680              Continue silencing.
40681              
40682              Show the doc file, not the temp file.
40683              
40684              Regen perltoc.
40685              
40686              Subject: [PATCH] More silencing of installman.
40687              
40688              Better wording for the vec lvalue diagnostic.
40689              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
40690              
40691              Subject: [PATCH: 6805] several more tweaks to configure.com
40692              
40693              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
40694              
40695              Missing parts of 
40696              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
40697              
40698              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
40699              (applied slightly modified)
40700              
40701              installperl --verbose and --silent.
40702              Subject: Re: [PATCH] More silencing of installman.
40703              
40704              Add install-silent target.
40705              
40706              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
40707              the problem reported in
40708              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
40709              
40710              Tweak the sfio/useperlio logic, hopefully as wished in
40711              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
40712              
40713              One forgotten file from #6816.
40714              
40715              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
40716              
40717              Remove duplicately applied patch shards.
40718              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
40719              
40720              Support preserving extremely big/small angles.
40721              
40722              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
40723              
40724              Subject: [PATCH] installation not quite silent yet.
40725              
40726              Update the test count.
40727              
40728              Use UVxf, PTR2UV, NVff.
40729              
40730              Document PTR2XX and INT2PTR.
40731              
40732              no-install target a la make -n.
40733              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
40734              
40735              grep -e isn't portable.
40736              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
40737              
40738              Can't get the test to reliably work thanks to the
40739              inaccurateness of floating point.  "Resolves" bug ids
40740              20000826.003, 20000826.009, 20000826.010,
40741              
40742              Subject: installman buglet
40743              
40744              DJGPP update from Laszlo Molnar.
40745              
40746              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
40747              
40748              Passing -R in ldflags makes now it to appear in the default
40749              for lddlflags, just like with -L.
40750              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
40751              
40752              Test nit.
40753              
40754              Use the actual thread type, not the pointer-to-struct.
40755              
40756              Provice virtual $Config{ccflags_nolargefiles} etc. 
40757              
40758              display_format used as a class method without arguments was broken,
40759              reported in
40760              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
40761              
40762              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
40763              
40764              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
40765              
40766              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
40767              
40768              opmini.o may be left around if a build is interrupted.
40769              
40770              Typo in #6858.
40771              
40772              Fix for ID 20000828.001, long doubles were not formatted
40773              correctly (showed up in $], which stopped installing perl).
40774              
40775              An attempt to fix the problem reported in
40776              Subject: Building perl@6856 using gcc/AIX 4.3.3 
40777              I can't test this properly since the gcc installation I have
40778              access to seems to be botched (gcc is calling the AIX cpp,
40779              a losing proposition...)
40780              
40781              Add -ld to archname on long tr...double platforms.
40782              
40783              Subject: hv.h Doc Patch
40784              
40785              Potential cruft.
40786              
40787              Subject: [PATCH bleedperl@6856] warnings fixes
40788              
40789              -S is the silent flag, -s is the strip flag.
40790              Subject: [PATCH] Re: [PATCH] make no-install          
40791              
40792              Take out the SUIDMAIL thing, that will not be
40793              a problem in 5.7.*.
40794              
40795              Subject: [PATCH bleedperl@6866] spellings
40796              
40797              Subject: [PATCH] Re: files not cleaned even by veryclean
40798              
40799              Use minimal @INC in tests, most of the time just '../lib',
40800              so that we simply can't pick up stuff from other Perls than
40801              the one we are testing.  Pointed out by
40802              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
40803              
40804              Update to Getopt::Long 2.24, from Johan Vromans.
40805              
40806              Fix for thinko in #6848.
40807              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
40808              
40809              Patches all over for people and the files they (hopefully) care about.
40810              
40811              Subject: Net::protoent does not export 'getproto'
40812              
40813              Missed a change in #6869.
40814              
40815              Subject: [PATCH] Warnings in B::Deparse
40816              
40817              Subject: [PATCH] Glob dumping
40818              
40819              Disable one of the tests for now.
40820              
40821              Disabling the one test is a bit tricky.
40822              
40823              Don't forget to tidy up.
40824              
40825              The #6881 removed one dump line.
40826              
40827              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
40828              
40829              Under usethreads the dumped variable is IN_PAD.
40830              Subject: Re: [PATCH] Glob dumping
40831              
40832              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
40833              
40834              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
40835              
40836              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
40837              
40838              Regen Configure for #6894.
40839              
40840              Subject: [PATCH: 6889] updates to perlebcdic.pod
40841              
40842              Undo namespace pollution of #6878.
40843              Subject: Re: Net::protoent does not export 'getproto'
40844              
40845              Admit that we are leaking scalars.
40846              
40847              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
40848      Branch: maint-5.6/perl
40849           !> (integrate 271 files)
40850 ____________________________________________________________________________
40851 [  7894] By: gsar                                  on 2000/11/27  16:00:34
40852         Log: a couple of nits
40853      Branch: maint-5.6/perl
40854            ! MANIFEST pp_sys.c
40855 ____________________________________________________________________________
40856 [  7893] By: gsar                                  on 2000/11/27  15:10:56
40857         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
40858              6740..6745,6747..6757,6760
40859              
40860              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
40861              
40862              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
40863              
40864              Doc nits spotted by Richard Soderberg.
40865              
40866              move WNOHANG definition to where other such things are
40867              
40868              Make $Config{byteorder} more magical so that it is
40869              dynamically computed: nice for 'fat binaries'.
40870              Subject: [PATCH]: default byteorder
40871              
40872              Subject: [PATCH] Cwd.pm now uses strict
40873              
40874              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
40875              
40876              Get -DLEAKTEST to compile (not necessarily to work, mind)
40877              Subject: [ID 20000724.006] -DLEAKTEST problem
40878              
40879              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
40880              
40881              Add perlebcdic from Peter Prymmer, regen toc.
40882              
40883              Don't propose using modules built for 5.005 if no binary
40884              compatibility with 5.005 is attempted.
40885              
40886              Do not use prototyping here.
40887              Subject: [ID 20000817.016] [PATCH] Peek.xs
40888              
40889              Document what the backtick returns if the command fails.
40890              
40891              Add byteorder to the myconfig output.
40892              
40893              Introduce NVef, NVff, and NVgf, use the middle one.
40894              (helps for lib/peek + Linux + long doubles)  Reported in
40895              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
40896              Use NVs in POSIX math, not doubles.
40897              Subject: [ID 20000817.014] POSIX & modfl
40898              
40899              Subject: [PATCH 5.6.0+] newSVrv() memory leak
40900              
40901              The byteorder code in #6671 was wrong.
40902              
40903              Fix the lib/complex failure of
40904              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
40905              Linux long double accuracy issue: something that
40906              when printed with %g looks like "2" but int() of it is 1.
40907              
40908              Propagate new Configure vars.
40909              
40910              Unbuffer the output.
40911              
40912              Subject: [PATCH] perltrap.pod spring cleaning
40913              
40914              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
40915              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
40916              
40917              Tiny Getopt::Long patch from Johan Vromans.
40918              
40919              Document code point which makes if (defined %stash::) to work
40920              (noted by Spider Boardman).
40921              
40922              Subject: [PATCH perl@6698] cygwin port
40923              
40924              Document the NDBM_File and ODBM_File as SDBM_File
40925              was documented in #6417.
40926              
40927              The new tests were missing from #6415.
40928              
40929              Add [[:blank:]] as suggested in
40930              Subject: [ID 20000716.024] [=cc=] / [:blank:]
40931              (the [=cc=] has already been taken care of by #6439
40932              so the whole bug report can be closed)
40933              and make [[:space:]] to be equivalent to isspace(3)
40934              (as opposed to \s, which is isSPACE()).  The difference
40935              is that now [[:space:]] matches the mythical vertical tab,
40936              while \s doesn't.
40937              
40938              Don't eat leading os from index entries.
40939              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
40940              
40941              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
40942              
40943              Typo in pp_complement().
40944              Subject: [PATCH perl-current] Deparse
40945              
40946              Add warnif(), check warnings further up the stack,
40947              all the warnings functions now can take an optional object reference.
40948              Subject: [PATCH bleedperl@6691] warnings pragma update
40949              
40950              Fix a core dump in lib/selfloader under -DDEBUGGING.
40951              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
40952              
40953              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
40954              
40955              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
40956              
40957              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
40958              Put back the long double avoidance code to POSIX.xs
40959              because VMS seems to need it still.
40960              
40961              Introduce a 'veryclean' target that is like 'distclean'
40962              but also removes *~ and *.orig.
40963              
40964              Subject: [ID 20000817.023] endianness description in perlfunc.pod
40965              
40966              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
40967              
40968              Let's try #6717 again.
40969              
40970              UTF8 concat fixes.
40971              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
40972              
40973              pp_open() could pass an uninitialized filename down to do_open9().
40974              
40975              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
40976              
40977              Update to CGI 2.72, from Lincoln Stein.
40978              
40979              Subject: [PATCH] Silence MakeMaker (Was: installman)
40980              
40981              Use temporary directory instead of current directory.
40982              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
40983              
40984              Document odd vs even subreleases and -Dusedevel.
40985              
40986              The veryclean target needs to clobber.
40987              
40988              Use File::Spec->tmpdir().
40989              
40990              Document the number of exponent digits.
40991              
40992              Mention perlebcdic and perlposix-bc.
40993              
40994              s/this one/the 5.6.0 release/
40995              
40996              The #6724 is here.
40997              
40998              The correct cleaning order is an art.
40999              
41000              small tweaks for change#6705: avoid C++ style comments in C code;
41001              use Perl's malloc API rather than the low level system one
41002              
41003              Array context keeps slithering in.
41004              
41005              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
41006              
41007              Subject: [PATCH] os2.c fix for use64bitint
41008              
41009              Update to Pod::LaTeX 0.53.
41010              Subject: [PATCH] lib/Pod/LaTeX.pm updates
41011              
41012              Document the endianness of Alpha more precisely.
41013              
41014              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
41015              
41016              Rename the macro argument because some preprocessors
41017              can't tell the difference and expand arguments also inside
41018              double quoted strings.
41019              
41020              free TLS slot properly on Windows
41021              
41022              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
41023              
41024              Unicos/mk requires elaborate paranoia.
41025              
41026              Tweak the floating point output routine preferences.
41027              
41028              Also under djgpp the timestamps are funky.
41029              
41030              Apply some PodParser 1.18 patches; the Pod/Find.pm
41031              patches cannot be applied since #6712 conflicts.
41032              
41033              Use PodParser 1.18 new test.
41034              
41035              A pod nit.
41036              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
41037              
41038              Be verydeepclean.
41039      Branch: maint-5.6/perl
41040           +> pod/perlebcdic.pod
41041           !> (integrate 106 files)
41042 ____________________________________________________________________________
41043 [  7892] By: jhi                                   on 2000/11/27  15:02:32
41044         Log: Update Changes.
41045      Branch: perl
41046            ! Changes patchlevel.h
41047 ____________________________________________________________________________
41048 [  7891] By: jhi                                   on 2000/11/27  14:57:23
41049         Log: Subject: Re: perlfaq style changes
41050              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41051              Date: Sat, 25 Nov 2000 23:32:26 -0800
41052              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
41053              
41054              plus a note from Ronald Kimball.
41055      Branch: perl
41056            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
41057 ____________________________________________________________________________
41058 [  7890] By: jhi                                   on 2000/11/27  14:53:14
41059         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
41060              From: Benjamin Holzman <bah@ecnvantage.com>
41061              Date: Sun, 26 Nov 2000 16:27:33 -0500
41062              Message-ID: <20001126162733.J25040@ecnvantage.com>
41063      Branch: perl
41064            ! gv.c
41065 ____________________________________________________________________________
41066 [  7889] By: jhi                                   on 2000/11/27  14:43:11
41067         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
41068              From: lvirden@cas.org
41069              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
41070              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
41071      Branch: perl
41072            ! README.amiga
41073 ____________________________________________________________________________
41074 [  7888] By: jhi                                   on 2000/11/27  14:32:34
41075         Log: Restore also the locale test to no-sprintf-taint state.
41076              Fixes the bug 20001127.003.
41077      Branch: perl
41078            ! sv.c t/pragma/locale.t
41079 ____________________________________________________________________________
41080 [  7887] By: gsar                                  on 2000/11/27  14:13:05
41081         Log: integrate changes#6613..6616,6620..6665 from mainline
41082              
41083              VMS configure.com update continues.
41084              
41085              Subject: Test fails / warnings with perl-current #6612
41086              
41087              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
41088              
41089              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
41090              
41091              For now remove the mail code.
41092              
41093              Subject: Re: [PATCH] @+, @- readonly
41094              
41095              Subject: warning: storage class after type is obsolescent
41096              
41097              Subject: sfio2000
41098              
41099              Subject: Re: File::Temp problems on VMS in bleedperl
41100              
41101              README.os2 update.
41102              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
41103              
41104              Make the user to give up his firstborn, err, to knowingly
41105              verify installing an unstable developer release.  Also bump
41106              the release to 5.7.0, but leave a patch tag in the local
41107              patches saying that this is not yet the real thing.
41108              
41109              Update (kinda) to Test 1.14, from Joshua Pritikin.
41110              
41111              make ok etc also for win32.
41112              
41113              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
41114              
41115              Don't blow limited stacks, a lower number is enough to
41116              tickle the lookbehind limit.
41117              
41118              Use -Dusedevel; regen Configure and the respective Porting stuff.
41119              
41120              Subject: [PATCH] debugger exit code should reflect user exit code
41121              
41122              Subject: [PATCH perl@6620] cygwin port
41123              
41124              Missed a file from #6638.
41125              
41126              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)
41127              
41128              magic callbacks all need to have same type signature
41129              
41130              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
41131              
41132              Fix a dependency problem.
41133              Subject: [PATCH: 6640] VMS Makefile.SH update
41134              
41135              The numeric locale was reset to "C" by s?printf and never restored.
41136              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
41137              No test since adding the failing example to locale.t
41138              does not fail -- probably because the locale settings are so
41139              thoroughly tweaked by that time.  Running the example standalone
41140              does fail, though.  UPDATE: test case added at change #7540.
41141              
41142              Subject: [ID 20000324.040] minor fix to perlhpux.pod
41143              
41144              Update to CPAN 1.57.
41145              
41146              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
41147              
41148              Change the perlbug address to perl.org since it's more forgiving.
41149              
41150              Change the regx compilation error markers to use = instead of <
41151              since pod makes using the latter quite messy.  Reported in
41152              ID 20000814.006 by Abigail and in
41153              Subject: Unknown escape E<> ?
41154              
41155              Update to perldebtut 1.9, from Richard Foley.
41156              
41157              check that the number pseudo children doesn't exceed
41158              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
41159              the WaitForMultipleObjects() limit that would cause wait()
41160              to crash)
41161              wait() and waitpid() could potentially be rewritten to use
41162              more than one thread to do the waiting to eliminate this
41163              limitation
41164              
41165              change#6328 could make close(SOCKET) return false on windows
41166              when it shouldn't
41167              
41168              pod nit seen in passing
41169              
41170              on windows, the return values from wait() and waitpid() don't
41171              match those of pseudo-pids
41172              
41173              waitpid() now handles externally spawned pids correctly;
41174              fixes for backtick/wait/waitpid failures on Windows 9x
41175              these changes make the pid returned by process functions on
41176              Windows 9x always positive by clearing the high bit (which
41177              is always set on Win9x); pseudo-process PIDs are likewise
41178              always negative now on Win9x (just as on NT/2000)
41179              
41180              trailing new %ENV entries weren't being pushed into the real
41181              environment of subprocesses on Windows
41182              
41183              Tweak the regex compilation errors once more.
41184              
41185              avoid warnings from dense compiler
41186              
41187              add "ok" targets from change#6632 in makefile.mk
41188      Branch: maint-5.6/perl
41189            - lib/Pod/PlainText.pm vms/configure.com
41190           !> (integrate 66 files)
41191 ____________________________________________________________________________
41192 [  7886] By: jhi                                   on 2000/11/27  13:54:18
41193         Log: __FUNCTION__ isn't portable and trying to emulate it leads
41194              into practically spelling out the name of the function.
41195              Takes care of the bug 20001127.001.
41196      Branch: perl
41197            ! perlio.c
41198 ____________________________________________________________________________
41199 [  7885] By: gsar                                  on 2000/11/27  13:53:18
41200         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
41201              6610..6611 from mainline
41202              
41203              Make regular expression parse error messages easier to understand.
41204              Subject: Re: enhanced(?) regex error messages
41205              
41206              Tiny tidying on report_evil_fh().
41207              
41208              Subject: Re: enhanced(?) regex error messages 
41209              plus Capitalize the error messages, plus perldiag them.
41210              
41211              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
41212              
41213              Document here-doc better.
41214              
41215              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
41216              
41217              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
41218              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
41219              (either perlbug or p5p ate the original), plus regen
41220              perlapi and perltoc. 
41221              
41222              Regen global.sym.
41223              
41224              Double check that we have a dirhandle.
41225              
41226              Subject: Re: enhanced(?) regex error messages
41227              (plus two small patches sent privately)
41228              (this still seems to leave few test failures)
41229              
41230              warn is a macro, avoid using at a variable to avoid warnings
41231              in some configurations; readdir.t is too conservative in
41232              estimating number of *.t's
41233              
41234              Get back into sync with Jeffrey on the enhanced regex warnings.
41235              
41236              Subject: [PATCH 5.6.0] cygwin port
41237              
41238              Zero entries were skipped, fix from Adrian Goalby
41239              <argoalby@yahoo.co.uk>
41240              
41241              Subject: Remove dead entry in perldiag
41242              
41243              Amend the description of Perl6.
41244              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
41245              
41246              detypo
41247              
41248              It's the 2ndO'ROSSC.
41249              
41250              Revert the sv.c part of #6559, a better fix is needed.
41251              
41252              Iterating perl6 description.
41253              
41254              Update to Term::ANSIColor 1.03, from Russ Allbery.
41255              
41256              Update to Getopt::Long 2.23_05, from Johan Vromans.
41257              
41258              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
41259              
41260              Update to Pod::Parser 1.17, from Brad Appleton.
41261              
41262              Update to CPAN 1.56, from Andreas König.
41263              
41264              Update to CGI 2.70, from Lincoln Stein.
41265              
41266              Put back the std @INC thing.
41267              
41268              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
41269              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
41270              
41271              Document the IO::Select timeout.
41272              
41273              sleep(1) does not necessarily return 1.
41274              Subject: [PATCH bleadperl] op/lex_assign.t  
41275              
41276              Subject: debugger "d" command doesnt check line number
41277              
41278              B::Deparse didn't do sub attributes.
41279              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
41280              
41281              Preprocessing and postprocessing for File::Find.
41282              Subject: Patch to Find::File.pm to allow alphabetical results
41283              
41284              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
41285              
41286              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
41287              
41288              Subject: Re: [ID 20000730.003] utf8::length() bad
41289              
41290              Subject: Getting perlio and threads to compile
41291              (the Solaris version changes in Configure skipped)
41292              
41293              Tests for #6589.
41294              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
41295              
41296              Add Perl debugging tutorial, regen toc. 
41297              Subject: perldebtut.pod
41298              
41299              Add a few missing files, update MANIFEST.
41300              
41301              Rewrite of vms/subconfigure.com as configure.com,
41302              from Peter Prymmer and the vmsperl crew.
41303              
41304              Should have deleted this in #6603.
41305              
41306              Fix the test for 5005threads.
41307              
41308              Fix-n-skip the tests under 5005threads.
41309              
41310              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
41311              
41312              Upgrade to CGI 2.71, from Lincoln Stein.
41313      Branch: maint-5.6/perl
41314           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
41315           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
41316           +> t/op/regmesg.t t/pod/find.t vms/configure.com
41317            - vms/subconfigure.com
41318            ! lib/lib.pm
41319           !> (integrate 115 files)
41320 ____________________________________________________________________________
41321 [  7884] By: jhi                                   on 2000/11/27  13:44:33
41322         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
41323              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41324              Date:     Mon, 27 Nov 2000 08:23:54 EST
41325              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
41326      Branch: perl
41327            ! vms/descrip_mms.template vms/test.com
41328 ____________________________________________________________________________
41329 [  7883] By: gsar                                  on 2000/11/27  11:50:46
41330         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
41331              6511..6513,6515..6523,6525..6536
41332              
41333              The swallow_bom() saga continues.  The #23 of require.t
41334              (UTF16-LE) still fails (silently, no output) but the #22
41335              (UTF16-BE) seems to be working now.  The root of the
41336              failure may be in sv_gets(): is it UTF-16LE-aware,
41337              especially when it comes to line endings? 
41338              
41339              Document the problem with -P in HP-UX and its workaround.
41340              
41341              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
41342              (aka ID 20000730.002)
41343              
41344              Subject: fix and question re: waitpid() under win32
41345              
41346              Make the safety catch for buggy gccs work with triple version
41347              numbers like 2.95.2.  Reported in
41348              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
41349              
41350              In Digital UNIX warn if gcc explicitly chosen because even
41351              2.95.2 is known to cause problems.
41352              
41353              Make chr() for values >127 to create utf8 when under utf8.
41354              
41355              various syntax errors and such (not fixed: comp/require.t#22 coredump
41356              on Windows)
41357              
41358              Stash away the largefiles flags and libswanted.
41359              
41360              BOM patching from Simon Cozens.
41361              
41362              If gccosandvers is equal to osname, clear gccosandvers.
41363              
41364              Make p4desc to skip non-mainperl branches by default.
41365              
41366              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
41367              
41368              The test from this
41369              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
41370              
41371              In new BSDs changes to argv[] do not show up in ps(1) output,
41372              instead one must use setproctitle().  This was already addressed
41373              by change #6457, but the below has a new variant for FreeBSD 4.0
41374              or later, and the matter is also documented more.
41375              
41376              FreeBSD 3.* updates from
41377              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
41378              
41379              regen_headers, regen perltoc.
41380              
41381              Document in one place the memory abstractions used in Perl core.
41382              
41383              memcpy has n o in it, as pinted ut by Sarathy.
41384              
41385              Remove the extraneous "main::" prefix from all the
41386              "opened only for", "on closed", and "never opened" warnings.
41387              
41388              The name of a filehandle does not have <these>.
41389              
41390              The tr utf8 patching continues.
41391              
41392              The new setproctitle() feature is available only in 
41393              bleeding edge FreeBSD.  From Paul Saab.
41394              
41395              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
41396              
41397              Dump UVs as UVs in Data::Dumper.
41398              
41399              detypo #6494
41400              
41401              Document the IVdf UVuf UVof UVxf.
41402              
41403              require.t needs binmode() to work on windows
41404              
41405              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
41406              that are hopefully soon put into use.
41407              
41408              Allow "no Module;" even if there is no 'unimport'.
41409              
41410              Better skip message for the test; one of the two problems in
41411              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
41412              
41413              The subtest 4 may fail also on VOBS, as pointed out
41414              by Nick Ing-Simmons in November 1999, bug id 19991124.003
41415              (but the failure in that bug report isn't the subtest 4).
41416              
41417              Be more informative on what is skipped and why,
41418              also repeat the list at the end.
41419              
41420              Add a URL for FSF.
41421              
41422              Subject: [PATCH] sv.h documentation - SvLEN
41423              
41424              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
41425              
41426              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
41427              
41428              Subject: [PATCH] bad cppsymbols on os2 + Configure question
41429              
41430              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
41431              
41432              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
41433              mention the idea of @( and @)
41434              
41435              This is 6512.  Really.
41436              
41437              Subject: [ID 19990721.004] Documentation bug in perlfunc
41438              
41439              Subject: Minor tweak to perlvar.pod
41440              
41441              In the warnings call filehandles consistently so;
41442              add "unopened" warning for stat().
41443              
41444              After the #6519 a warning about stat() is just that,
41445              not about a filetest, which now have their own warning.
41446              
41447              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
41448              
41449              Subject: Re: Array vs. List context
41450              
41451              Subject: New perlcc, take 2
41452              
41453              Weed buglets pointed out by
41454              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
41455              
41456              gcc versions might have (parentheses) in them.
41457              
41458              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
41459              
41460              Essential prototype changes were missing from #6527.
41461              Also make report_evil_fh() more bomb-proof.
41462              
41463              Zap lib/Sys directory when cleaning up.
41464              
41465              Change the Policy policy: now -Dprefix= with an existing
41466              Policy.sh and prefix == siteprefix == vendorprefix, then all
41467              of them follow along the new prefix.
41468              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
41469              
41470              Continue fixing the io warnings.  This also
41471              sort of fixes bug ID 20000802.003: the core dump
41472              is no more.  Whether the current behaviour is correct
41473              (giving a warning: "Not a format reference"), is another matter.
41474              
41475              Have symbols for the IoTYPEs.
41476              
41477              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
41478              
41479              Document a bit that UDP is not what you might think.
41480              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
41481              tr memory corruption fix from Simon Cozens.
41482              
41483              Plug the security hole described in the Aug 05 2000 bugtraq message
41484              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
41485              The security hole exists only in suidperls, which isn't
41486              installed or even built by default.
41487      Branch: maint-5.6/perl
41488           !> (integrate 71 files)
41489 ____________________________________________________________________________
41490 [  7882] By: gsar                                  on 2000/11/27  10:25:36
41491         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
41492              from mainline
41493              
41494              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
41495              to be fatal errors (instead of by default ignoring them, and
41496              ignoring with a bug: even though -w gave an error, the opening [
41497              was left in)  Reported in:
41498              
41499              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
41500              
41501              Subject: [PATCH] split /^/
41502              
41503              MacOS nits from Matthias Neeracher.
41504              
41505              More split() doc and test patches from Mike Guy.
41506              
41507              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
41508              from Graham Barr in the module list.
41509              
41510              docfix from Peter Scott <Peter@PSDT.com>.
41511              
41512              File::Temp patches for VMS and OS/2 from Tim Jenness.
41513              
41514              open() wariness in perlbug.
41515              
41516              Subject: [PATCH] minor doc change - perlguts
41517              
41518              Subject: Minor doc patch: handy.h
41519              
41520              Be wary of close()s, too.
41521              
41522              Further File::Temp patches from Yitzchak Scott-Thoennes
41523              and Craig A. Berry.
41524              
41525              Subject: [PATCH] fixes bug 20000508.004
41526              
41527              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
41528              
41529              Allow "no AutoLoader;", based on change #6444,
41530              suggested by Graham Barr.
41531              
41532              Use setproctitle() if available to modify $0.
41533              
41534              Warn if the version of the operating system used to compile gcc
41535              differs from the current version of the operating system.
41536              Also display the gcc compilation os and version in myconfig.
41537              Inspiration from
41538              
41539              Tiny fixes for #6460.
41540              
41541              The problem described in this
41542              Subject: [ID 20000322.018] named chars aren't magical enough
41543              has been fixed in perl 5.6.0 but just in case added a test
41544              to keep it away.  (The report from Joseph Hall.)
41545              
41546              Tune the comments and hopefully stop a memory leak.
41547              
41548              Subject: UTF8 concat
41549              (with a memory leak fixed, plus a few casts added)
41550              This also seems to help for
41551              Subject: [ID 20000716.015] join UTF8 weirdness
41552              
41553              Do not upgrade SVs into utf8 just because they participate
41554              in eq or cmp.  Reported and fix suggested in
41555              Subject: [ID 20000720.009] sv_eq UTF8 bug
41556              
41557              Fix the HALF_UPGRADE() macro introduced in #6263.
41558              
41559              Find green threads before native threads.
41560              Subject: Re: Patch to jpl/JNI/Makefile.PL
41561      Branch: maint-5.6/perl
41562           !> (integrate 30 files)
41563 ____________________________________________________________________________
41564 [  7881] By: jhi                                   on 2000/11/27  05:48:41
41565         Log: It seems that *both* the unused submatch loop cleanup
41566              codes are needed.
41567      Branch: perl
41568            ! regexec.c
41569 ____________________________________________________________________________
41570 [  7880] By: jhi                                   on 2000/11/27  04:50:07
41571         Log: Clean .exists deeper.
41572      Branch: perl
41573            ! Makefile.SH
41574 ____________________________________________________________________________
41575 [  7879] By: jhi                                   on 2000/11/27  02:31:35
41576         Log: The code in regcppop() (see #7878) contains the correct lower
41577              limit for the unused submatch 'cleanup' loop so that under
41578              "use utf8" the following code wouldn't dump core:
41579              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
41580              the cleanup loop in regtry() stomped beyond allocated area
41581              in the startp[] array.  Therefore, copied the correct lower
41582              loop limit (*PL_reglastparen) to regtry().  Note: something
41583              may still not be quite right: why was the _higher_ loop limit
41584              (prog->nparens) different in the utf8 case?
41585              
41586              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
41587              without core dumps, there were about 17 of them before
41588              the patch (with us since Perl 5.7.0).  Two failures, still:
41589              496 and 505 (though these may not be severe).
41590              
41591              Patch #7881 is also needed since both the cleanup loops
41592              seem to be needed.
41593              
41594              Also, the t/op/pat#44 seems to core dump under utf8.
41595              Plus a couple of failures.  UGH-8.
41596      Branch: perl
41597            ! regexec.c
41598 ____________________________________________________________________________
41599 [  7878] By: jhi                                   on 2000/11/27  02:21:17
41600         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
41601              the code in regcppop() seems to be redundant for the test suite --
41602              but it contains a germ of truth, and it needed for the build
41603              process itself: see #7879 and #7881.
41604      Branch: perl
41605            ! regexec.c
41606 ____________________________________________________________________________
41607 [  7877] By: jhi                                   on 2000/11/27  01:53:09
41608         Log: Comment on comment.
41609      Branch: perl
41610            ! regexec.c
41611 ____________________________________________________________________________
41612 [  7876] By: jhi                                   on 2000/11/27  00:49:59
41613         Log: Adjust the docs to agree with #7875.
41614      Branch: perl
41615            ! pod/perllocale.pod
41616 ____________________________________________________________________________
41617 [  7875] By: jhi                                   on 2000/11/27  00:49:27
41618         Log: Retract #7863.  It makes more sense not to taint formatted output,
41619              not even by sprintf().
41620      Branch: perl
41621            ! sv.c
41622 ____________________________________________________________________________
41623 [  7874] By: jhi                                   on 2000/11/26  23:36:02
41624         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
41625              Not really fixed (should really dump the UTF-8 charclass),
41626              but stopped displaying the garbage.
41627              
41628              Also add a note on the (missing) Unicode PSXSPC and BLANK.
41629      Branch: perl
41630            ! regcomp.c
41631 ____________________________________________________________________________
41632 [  7873] By: jhi                                   on 2000/11/26  21:31:13
41633         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
41634      Branch: perl
41635            ! regexec.c
41636 ____________________________________________________________________________
41637 [  7872] By: jhi                                   on 2000/11/26  21:06:04
41638         Log: No need to scan till infinity, 13 is enough.
41639      Branch: perl
41640            ! handy.h utf8.c
41641 ____________________________________________________________________________
41642 [  7871] By: jhi                                   on 2000/11/26  20:20:32
41643         Log: Test line numbers are different with utf8.
41644      Branch: perl
41645            ! t/op/re_tests
41646 ____________________________________________________________________________
41647 [  7870] By: jhi                                   on 2000/11/26  20:10:12
41648         Log: Message nit.
41649      Branch: perl
41650            ! regcomp.c
41651 ____________________________________________________________________________
41652 [  7869] By: jhi                                   on 2000/11/26  19:01:05
41653         Log: Make utf8_length() and utf8_distance() (the latter of which
41654              is unused at the moment) to be less forgiving about bad UTF-8.
41655      Branch: perl
41656            ! embed.h embed.pl objXSUB.h proto.h utf8.c
41657 ____________________________________________________________________________
41658 [  7868] By: jhi                                   on 2000/11/26  18:45:56
41659         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
41660              From: Benjamin Holzman <bah@ecnvantage.com>
41661              Date: Sat, 25 Nov 2000 20:40:20 -0500       
41662              Message-ID: <20001125204020.A25040@ecnvantage.com>              
41663              
41664              Debian allows installing /usr/bin/locale without installing
41665              any locales, an error message will ensue.
41666      Branch: perl
41667            ! t/pragma/locale.t
41668 ____________________________________________________________________________
41669 [  7867] By: jhi                                   on 2000/11/26  18:31:12
41670         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
41671              From: Benjamin Holzman <bah@ecnvantage.com>
41672              Date: Sun, 26 Nov 2000 02:42:34 -0500
41673              Message-ID: <20001126024234.G25040@ecnvantage.com>
41674              
41675              Patch for the bug 20000212.002.
41676      Branch: perl
41677            ! sv.c t/op/array.t
41678 ____________________________________________________________________________
41679 [  7866] By: jhi                                   on 2000/11/26  18:28:09
41680         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
41681              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41682              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
41683              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
41684              
41685              File::Temp 0.11.
41686      Branch: perl
41687            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
41688 ____________________________________________________________________________
41689 [  7865] By: jhi                                   on 2000/11/26  18:24:22
41690         Log: The metaconfig unit change for #7864.
41691      Branch: metaconfig/U/perl
41692            ! need_va_copy.U
41693 ____________________________________________________________________________
41694 [  7864] By: jhi                                   on 2000/11/26  18:23:41
41695         Log: Make the va_copy() test not to be so talkative.
41696      Branch: perl
41697            ! Configure config_h.SH
41698 ____________________________________________________________________________
41699 [  7863] By: jhi                                   on 2000/11/26  18:11:02
41700         Log: Fix locale inconsistencies unearthed by Hugo's work.
41701              Now the floating point sprintf really does taint the result
41702              string as perllocale promises (has promised for a long time)
41703              if "use locale" is in the lexical scope.
41704      Branch: perl
41705            ! sv.c t/pragma/locale.t
41706 ____________________________________________________________________________
41707 [  7862] By: jhi                                   on 2000/11/26  00:35:15
41708         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
41709              From: Nicholas Clark <nick@ccl4.org>
41710              Date: Sun, 26 Nov 2000 00:07:50 +0000
41711              Message-ID: <20001126000750.A22446@plum.flirble.org>
41712              
41713              Infinit.
41714      Branch: perl
41715            ! sv.c
41716 ____________________________________________________________________________
41717 [  7861] By: jhi                                   on 2000/11/26  00:01:26
41718         Log: Integrate perlio.
41719      Branch: perl
41720           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
41721 ____________________________________________________________________________
41722 [  7860] By: nick                                  on 2000/11/25  22:04:17
41723         Log: Correct relative path from new ext\Filter\Util\Call location
41724              back to miniperl.
41725      Branch: perlio
41726            ! win32/makefile.mk
41727 ____________________________________________________________________________
41728 [  7859] By: nick                                  on 2000/11/25  21:26:54
41729         Log: Integrate mainline.
41730      Branch: perlio
41731           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
41732           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
41733           +> t/lib/filter-util.t
41734            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
41735            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
41736            - t/lib/filt-util.t
41737           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
41738           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
41739           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
41740           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
41741           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
41742           !> win32/makefile.mk
41743 ____________________________________________________________________________
41744 [  7858] By: gsar                                  on 2000/11/25  20:52:17
41745         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
41746              parent's memory; fix it by keeping track of the actual pad
41747              offset rather than a raw pointer (this change is probably also
41748              relevant to non-ithreads case to avoid fallout from reallocs of
41749              the pad array, but is currently only enabled for the ithreads
41750              case in the interests of minimal disruption to existing "well
41751              tested" code)
41752      Branch: perl
41753            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
41754            ! proto.h scope.c scope.h sv.c t/op/fork.t
41755 ____________________________________________________________________________
41756 [  7857] By: nick                                  on 2000/11/25  20:01:28
41757         Log: All tests pass on Win32/gcc/USE_PERLIO.
41758              - when crlf layer is pushed make unix-level binary.
41759              - remove :crlf injection in pp_backtick in pp_sys.c
41760              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
41761      Branch: perlio
41762            ! doio.c perlio.c pp_sys.c win32/makefile.mk
41763 ____________________________________________________________________________
41764 [  7856] By: jhi                                   on 2000/11/25  18:38:30
41765         Log: Update the metaconfig units for #7855.
41766      Branch: metaconfig/U/perl
41767            ! useperlio.U usesocks.U
41768 ____________________________________________________________________________
41769 [  7855] By: jhi                                   on 2000/11/25  18:37:54
41770         Log: Undo the SOCKS workarounds, instead start using PerlIO
41771              if SOCKS is selected.
41772              
41773              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
41774              From: Jens Hamisch <jens@Strawberry.COM>
41775              Date: Fri, 24 Nov 2000 18:31:30 +0100
41776              Message-ID: <20001124183130.E28337@Strawberry.COM>
41777              
41778              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
41779              From: Jens Hamisch <jens@Strawberry.COM>
41780              Date: Fri, 24 Nov 2000 19:11:51 +0100
41781              Message-ID: <20001124191151.A28753@Strawberry.COM>
41782      Branch: perl
41783            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
41784            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
41785 ____________________________________________________________________________
41786 [  7854] By: jhi                                   on 2000/11/25  17:39:08
41787         Log: Undo #7848.  Some of the code seems to use walkoptree(),
41788              some walkoptree_slow().  An unfinished renaming?
41789              Now the sub is walkoptree() (which is @EXPORT_OK),
41790              the walkoptree_slow() is a typeglob alias to walkoptree.
41791              This makes the tests to pass, at least.
41792      Branch: perl
41793            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
41794 ____________________________________________________________________________
41795 [  7853] By: nick                                  on 2000/11/24  22:24:33
41796         Log: Re-arrange crlf vs binary for platforms that care.
41797              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
41798              Lip-service to making stdio layer work on such platfroms (untested).
41799              Now fails 3 tests rather than one, checkin to see if I can debug 
41800              the issue under linux. (Do not merge.)
41801      Branch: perlio
41802            ! doio.c perlio.c perliol.h
41803 ____________________________________________________________________________
41804 [  7852] By: jhi                                   on 2000/11/24  18:57:39
41805         Log: AUTHORS edits.
41806      Branch: perl
41807            ! AUTHORS
41808 ____________________________________________________________________________
41809 [  7851] By: jhi                                   on 2000/11/24  17:34:56
41810         Log: Add Jan-Erik Karlsson.
41811      Branch: perl
41812            ! AUTHORS
41813 ____________________________________________________________________________
41814 [  7850] By: jhi                                   on 2000/11/24  17:27:56
41815         Log: Configure should find stdchar on its own.
41816      Branch: perl
41817            ! hints/solaris_2.sh
41818 ____________________________________________________________________________
41819 [  7849] By: jhi                                   on 2000/11/24  17:24:55
41820         Log: Subject: PATCH over 7848: Filter test flawed
41821              From: andreas.koenig@anima.de (Andreas J. Koenig)
41822              Date: 24 Nov 2000 10:28:29 +0100
41823              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
41824      Branch: perl
41825            ! t/lib/filter-util.t
41826 ____________________________________________________________________________
41827 [  7848] By: jhi                                   on 2000/11/24  17:22:15
41828         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
41829              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
41830              Date: Fri, 24 Nov 2000 16:12:58 +0000
41831              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
41832      Branch: perl
41833            ! ext/B/B.pm
41834 ____________________________________________________________________________
41835 [  7847] By: jhi                                   on 2000/11/24  03:07:01
41836         Log: Integrate perlio.
41837      Branch: perl
41838           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
41839           !> win32/makefile.mk
41840 ____________________________________________________________________________
41841 [  7846] By: gsar                                  on 2000/11/24  00:55:57
41842         Log: integrate changes#6415..6418,6420..6438 from mainline
41843              
41844              Fix the bitvector ops for utf8 (tricky since past 7 bits
41845              the utf8 'characters' can be more than one octet).
41846              
41847              MPE/ix updates for perl 5.6.0 from Mark Bixby.
41848              
41849              Subject: SDBM_File documentation
41850              
41851              Detypo.
41852              
41853              Decutandpasto.
41854              
41855              Send all installperl messages to STDERR and be -w clean.
41856              
41857              Out-of-date note removed.
41858              
41859              Protect against "wild next"s, that is, callbacks doing "next"
41860              instead of "return".
41861              
41862              Use STDOUT consistently.
41863              
41864              The output might have been produced in the wrong order.
41865              
41866              A missing 'break' after the [[:space:]] switch case.
41867              
41868              Add tests for
41869              [ID 19991110.003] another matching finding by pcre author
41870              which has already been fixed by some patch, as verified in
41871              
41872              Documentation to explain the behaviour of map().
41873              
41874              Add an optimization for map-maps-a-list-element-to-more-list-elements
41875              case, but add also notes explaining the relationship of this
41876              patch and the earlier notes by Sarathy.
41877              
41878              Subject: [ID 20000716.023] syslog test fails without sockets
41879              
41880              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
41881              Test cases for #6431.
41882              
41883              File::Spec::VMS fixup for tmpdir from Craig Berry.
41884              
41885              Make the "uninit variable" warning to say "concat or string"
41886              or "join or string" when in concat or join .
41887              
41888              Get UTF16 BOMs working.  Patch from
41889              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
41890              
41891              Subject: [PATCH] Make large file tests deal with SIGXFSZ
41892              
41893              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
41894              
41895              Subject: [PATCH] av.c apidoc
41896      Branch: maint-5.6/perl
41897           !> (integrate 43 files)
41898 ____________________________________________________________________________
41899 [  7845] By: gsar                                  on 2000/11/24  00:20:45
41900         Log: integrate changes#6406..6414 from mainline
41901              
41902              Merge perlhacktut into perlhack, update perlguts.
41903              
41904              Fix AutoSplit to use File::Spec the right way in VMS,
41905              from Peter Prymmer.
41906              
41907              The bug report
41908              [ID 19991110.002] minimal matching discrepancy found by pcre author
41909              seems to have been fixed (though differently from what was suggested
41910              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
41911              
41912              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
41913              not in pod, from Peter Prymmer
41914              
41915              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
41916              From: Hugo <hv@crypt.compulink.co.uk>
41917              Date: Fri, 14 Jul 2000 23:05:20 +0100
41918              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
41919              
41920              Didn't anymore apply, but that point still could use another fix.
41921              
41922              lib/b test fixes from Peter Prymmer.
41923              
41924              More docs for sv functions.
41925              
41926              perlvms.pod whitespace cleanup to keep pod utils happy.
41927              
41928              another VMS build tweak from Peter Prymmer
41929      Branch: maint-5.6/perl
41930           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
41931           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
41932           !> vms/descrip_mms.template vms/perlvms.pod
41933 ____________________________________________________________________________
41934 [  7844] By: nick                                  on 2000/11/23  23:42:45
41935         Log: Win32/perlio Now just fails one io/argv.t test - lack 
41936              of default :crlf on standard streams.
41937      Branch: perlio
41938            ! doio.c perlio.c
41939 ____________________________________________________________________________
41940 [  7843] By: nick                                  on 2000/11/23  23:04:05
41941         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
41942              peek fail is showing a real problem (multiple crlf layers
41943              are getting pushed.)
41944      Branch: perlio
41945            ! doio.c perlio.c win32/makefile.mk
41946 ____________________________________________________________________________
41947 [  7842] By: nick                                  on 2000/11/23  19:46:23
41948         Log: Implement PerlIO_binmode()
41949              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
41950              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
41951              make binmode in t/lib/io_tell.t unconditional so that works.
41952              Checkin just so Win32 machine can see these changes.
41953      Branch: perlio
41954            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
41955 ____________________________________________________________________________
41956 [  7841] By: jhi                                   on 2000/11/23  19:30:00
41957         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
41958      Branch: perl
41959            ! README.amiga
41960 ____________________________________________________________________________
41961 [  7840] By: jhi                                   on 2000/11/23  17:18:02
41962         Log: SOCKS wrestling continues, patches from Jens Hamisch.
41963      Branch: perl
41964            ! doio.c embed.h embed.pl perlsdio.h proto.h
41965 ____________________________________________________________________________
41966 [  7839] By: jhi                                   on 2000/11/23  16:54:14
41967         Log: Push Filter::Util::Call one level deeper.
41968      Branch: perl
41969            + t/lib/filter-util.t
41970           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
41971           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
41972            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
41973            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
41974            - t/lib/filt-util.t
41975            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
41976            ! win32/Makefile win32/makefile.mk
41977 ____________________________________________________________________________
41978 [  7838] By: jhi                                   on 2000/11/23  16:52:40
41979         Log: Reach back one higher up when searching for PERL_SRC.
41980      Branch: perl
41981            ! lib/ExtUtils/MM_Unix.pm
41982 ____________________________________________________________________________
41983 [  7837] By: jhi                                   on 2000/11/23  16:05:41
41984         Log: Subject: Re: perl@7826
41985              Date: Thu, 23 Nov 2000 02:20:25 -0600
41986              From: "Craig A. Berry" <craigberry@mac.com>
41987              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
41988              
41989              Make VMS to like Filter::Util::Call. 
41990      Branch: perl
41991            ! configure.com ext/Filter/Util/Makefile.PL
41992 ____________________________________________________________________________
41993 [  7836] By: nick                                  on 2000/11/23  16:04:08
41994         Log: Implement crlf layer - not ready for merge.
41995      Branch: perlio
41996            ! perlio.c win32/makefile.mk
41997 ____________________________________________________________________________
41998 [  7835] By: jhi                                   on 2000/11/23  15:56:52
41999         Log: STDCHAR is different in Sparc v9 vs x86.
42000      Branch: perl
42001            ! hints/solaris_2.sh
42002 ____________________________________________________________________________
42003 [  7834] By: jhi                                   on 2000/11/23  15:50:47
42004         Log: The type needs to be visible to protos.
42005      Branch: perl
42006            ! perl.h
42007 ____________________________________________________________________________
42008 [  7833] By: jhi                                   on 2000/11/23  15:40:46
42009         Log: Finish unfinished SOCKS workaround changes.
42010      Branch: perl
42011            ! doio.c
42012 ____________________________________________________________________________
42013 [  7832] By: jhi                                   on 2000/11/23  15:33:30
42014         Log: Integrate perlio.
42015      Branch: perl
42016           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42017           !> win32/makefile.mk
42018 ____________________________________________________________________________
42019 [  7831] By: nick                                  on 2000/11/23  10:31:07
42020         Log: Correct makefile.mk dependancies for ext/Filter/Util
42021              Build ext/Encode
42022              Run dmake regen_config_h
42023      Branch: perlio
42024            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42025            ! win32/makefile.mk
42026 ____________________________________________________________________________
42027 [  7830] By: nick                                  on 2000/11/23  08:05:07
42028         Log: Integrate mainline
42029      Branch: perlio
42030           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
42031           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
42032           +> t/lib/filt-util.pl t/lib/filt-util.t
42033           !> (integrate 41 files)
42034 ____________________________________________________________________________
42035 [  7829] By: gsar                                  on 2000/11/23  03:07:11
42036         Log: build the Filter extension on windows
42037      Branch: perl
42038            ! win32/Makefile win32/makefile.mk
42039 ____________________________________________________________________________
42040 [  7828] By: gsar                                  on 2000/11/23  02:46:35
42041         Log: regenerate win32/config* and fix some inconsistencies in the
42042              makefiles; always export Perl_deb() because it is needed
42043              by ext/re/* (whether perl itself is built with -DDEBUGGING
42044              or not)
42045      Branch: perl
42046            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
42047            ! win32/config_H.vc win32/makefile.mk
42048 ____________________________________________________________________________
42049 [  7827] By: gsar                                  on 2000/11/23  02:18:38
42050         Log: get sources building on windows+MSVC again (untested with other
42051              compilers)
42052      Branch: perl
42053            ! win32/include/sys/socket.h win32/perllib.c
42054 ____________________________________________________________________________
42055 [  7826] By: jhi                                   on 2000/11/23  01:18:26
42056         Log: Update Changes.
42057      Branch: perl
42058            ! Changes patchlevel.h
42059 ____________________________________________________________________________
42060 [  7825] By: jhi                                   on 2000/11/23  00:20:41
42061         Log: Subject: Re: av.c patch (having slight problems)
42062              From: "Ben Tilly" <ben_tilly@hotmail.com>
42063              Date: Tue, 21 Nov 2000 23:29:31 -0500
42064              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
42065              
42066              unshift() speedup.
42067      Branch: perl
42068            ! av.c
42069 ____________________________________________________________________________
42070 [  7824] By: jhi                                   on 2000/11/22  23:59:15
42071         Log: Fixes for signedness warnings noticed by VMSperlers.
42072      Branch: perl
42073            ! ext/Storable/Storable.xs regcomp.c sv.c
42074 ____________________________________________________________________________
42075 [  7823] By: jhi                                   on 2000/11/22  23:19:31
42076         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
42077              From: Peter Prymmer <pvhp@forte.com>
42078              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
42079              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
42080      Branch: perl
42081            ! t/pragma/warn/pp_hot
42082 ____________________________________________________________________________
42083 [  7822] By: jhi                                   on 2000/11/22  22:52:20
42084         Log: Be clean.
42085      Branch: perl
42086            ! Makefile.SH
42087 ____________________________________________________________________________
42088 [  7821] By: jhi                                   on 2000/11/22  22:46:39
42089         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
42090              by Damian Conway, as suggested by Paul Marquess.
42091      Branch: perl
42092            + lib/Filter/Simple.pm
42093 ____________________________________________________________________________
42094 [  7820] By: jhi                                   on 2000/11/22  22:45:51
42095         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
42096      Branch: perl
42097            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
42098            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
42099            + t/lib/filt-util.t
42100            ! MANIFEST
42101 ____________________________________________________________________________
42102 [  7819] By: jhi                                   on 2000/11/22  22:03:27
42103         Log: Integrate perlio.
42104      Branch: perl
42105           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
42106           !> win32/makefile.mk
42107 ____________________________________________________________________________
42108 [  7818] By: jhi                                   on 2000/11/22  21:56:02
42109         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
42110      Branch: perl
42111            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
42112            ! t/lib/io_sock.t
42113 ____________________________________________________________________________
42114 [  7817] By: jhi                                   on 2000/11/22  21:39:49
42115         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
42116              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42117              Date: Wed, 22 Nov 2000 16:08:12 -0500
42118              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
42119      Branch: perl
42120            ! lib/ExtUtils/Liblist.pm
42121 ____________________________________________________________________________
42122 [  7816] By: jhi                                   on 2000/11/22  21:38:25
42123         Log: Go ahead and #include <unistd.h> in perl.h.
42124      Branch: perl
42125            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
42126            ! util.c
42127 ____________________________________________________________________________
42128 [  7815] By: jhi                                   on 2000/11/22  21:22:52
42129         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
42130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42131              Date: Mon, 20 Nov 2000 18:30:52 -0500
42132              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
42133      Branch: perl
42134            ! pod/perlre.pod regcomp.c t/op/re_tests
42135 ____________________________________________________________________________
42136 [  7814] By: jhi                                   on 2000/11/22  21:21:46
42137         Log: Subject: [PATCH 5.7.0] Liblist finally works
42138              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42139              Date: Tue, 21 Nov 2000 22:02:17 -0500
42140              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
42141      Branch: perl
42142            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
42143            ! lib/ExtUtils/MakeMaker.pm
42144 ____________________________________________________________________________
42145 [  7813] By: jhi                                   on 2000/11/22  21:20:23
42146         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
42147              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42148              Date: Wed, 22 Nov 2000 17:53:15 +0100
42149              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
42150              
42151              AIX dynaloader and perlio patch.
42152      Branch: perl
42153            ! ext/DynaLoader/dl_aix.xs
42154 ____________________________________________________________________________
42155 [  7812] By: jhi                                   on 2000/11/22  21:17:52
42156         Log: (Accidentally empty patch.)
42157      Branch: perl
42158            ! av.c
42159 ____________________________________________________________________________
42160 [  7811] By: jhi                                   on 2000/11/22  21:16:31
42161         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
42162              From: Peter Prymmer <pvhp@forte.com>
42163              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
42164              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
42165      Branch: perl
42166            ! vms/test.com
42167 ____________________________________________________________________________
42168 [  7810] By: jhi                                   on 2000/11/22  21:15:36
42169         Log: Subject: Re: perl@7777 
42170              From: "John P. Linderman" <jpl@research.att.com>
42171              Date: Wed, 22 Nov 2000 13:11:11 -0500
42172              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
42173              
42174              Detypoing.
42175      Branch: perl
42176            ! lib/CPAN.pm
42177 ____________________________________________________________________________
42178 [  7809] By: jhi                                   on 2000/11/22  21:14:19
42179         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
42180              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42181              Date:     Wed, 22 Nov 2000 13:51:37 EST
42182              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
42183      Branch: perl
42184            ! perlsdio.h
42185 ____________________________________________________________________________
42186 [  7808] By: jhi                                   on 2000/11/22  21:13:27
42187         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
42188              From: Casey Tweten <crt@kiski.net>
42189              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
42190              Message-Id: <200011201653.LAA10194@home.kiski.net>
42191      Branch: perl
42192            ! t/lib/io_udp.t
42193 ____________________________________________________________________________
42194 [  7807] By: jhi                                   on 2000/11/22  21:12:35
42195         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
42196              From: Casey Tweten <crt@kiski.net>
42197              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
42198              Message-Id: <200011201636.LAA07227@home.kiski.net>
42199      Branch: perl
42200            ! t/lib/io_sock.t
42201 ____________________________________________________________________________
42202 [  7806] By: jhi                                   on 2000/11/22  21:10:59
42203         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
42204              From: "Casey R. Tweten" <crt@kiski.net>
42205              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
42206              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
42207      Branch: perl
42208            ! utils/h2xs.PL
42209 ____________________________________________________________________________
42210 [  7805] By: nick                                  on 2000/11/22  21:05:06
42211         Log: Integrate mainline
42212      Branch: perlio
42213           !> Changes Porting/genlog ext/DB_File/DB_File.xs
42214           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
42215           !> utils/perlbug.PL
42216 ____________________________________________________________________________
42217 [  7804] By: jhi                                   on 2000/11/22  21:01:12
42218         Log: Subject: [PATCH] Test.pm POD peculiarity
42219              From: "Casey R. Tweten" <crt@kiski.net>
42220              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
42221              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
42222      Branch: perl
42223            ! lib/Test.pm
42224 ____________________________________________________________________________
42225 [  7803] By: jhi                                   on 2000/11/22  20:59:59
42226         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
42227              From: "Philip Newton" <pnewton@gmx.de>
42228              Date: Wed, 22 Nov 2000 14:25:53 +0100
42229              Message-Id: <3A1BD771.25462.1939FAD@localhost>
42230              
42231              Be case-understanding also on 's', and use the -oi of sendmail
42232              not to terminate the transmission on a lone '.'.
42233      Branch: perl
42234            ! utils/perlbug.PL
42235 ____________________________________________________________________________
42236 [  7802] By: nick                                  on 2000/11/22  20:51:42
42237         Log: Win32 PerlIO intermediate state now working as expected.
42238              - In current state we are still using C runtime in text/binary
42239              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
42240              - PERLIO=stdio and PERLIO=unix pass all expected tests.
42241              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
42242              and PerlIO_seek() and the dummy crlf layer is not making adjustments
42243              for CRLF translation happening in C runtime. All other tests pass.
42244              
42245              Added note to README.win32 to point out the snags of doing a perl build
42246              with Norton AntiVirus turned on.
42247              
42248              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
42249              which file a fail comes from.
42250              
42251              Updated "canned" config.h to match the one generated.
42252      Branch: perlio
42253            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
42254            ! win32/makefile.mk
42255 ____________________________________________________________________________
42256 [  7801] By: jhi                                   on 2000/11/22  06:50:20
42257         Log: Nickety nits.
42258      Branch: perl
42259            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
42260 ____________________________________________________________________________
42261 [  7800] By: jhi                                   on 2000/11/22  01:29:55
42262         Log: Changes had accidentally gone too silent on non-main branches.
42263      Branch: perl
42264            ! Changes Porting/genlog patchlevel.h
42265 ____________________________________________________________________________
42266 [  7799] By: gsar                                  on 2000/11/22  01:02:56
42267         Log: some lib_pm.PL changes snuck in via change#7772
42268      Branch: maint-5.6/perl
42269            ! Makefile.SH
42270 ____________________________________________________________________________
42271 [  7798] By: nick                                  on 2000/11/21  21:59:40
42272         Log: Integrate mainline
42273      Branch: perlio
42274           !> (integrate 28 files)
42275 ____________________________________________________________________________
42276 [  7797] By: jhi                                   on 2000/11/21  21:01:45
42277         Log: Integrate perlio.
42278      Branch: perl
42279           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
42280 ____________________________________________________________________________
42281 [  7796] By: nick                                  on 2000/11/21  20:36:22
42282         Log: Win32 builds and runs (mostly) with USE_PERLIO.
42283              PERLIO=perlio passes all tests. 
42284              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
42285      Branch: perlio
42286            ! perlio.c win32/perllib.c win32/win32.c
42287 ____________________________________________________________________________
42288 [  7795] By: jhi                                   on 2000/11/21  19:03:44
42289         Log: Update Changes.
42290      Branch: perl
42291            ! Changes patchlevel.h
42292 ____________________________________________________________________________
42293 [  7794] By: jhi                                   on 2000/11/21  18:56:34
42294         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
42295              From: "Craig A. Berry" <craigberry@mac.com>
42296              Date: Mon, 20 Nov 2000 20:27:06 -0600
42297              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
42298              
42299              A cut-and-pasto.
42300      Branch: perl
42301            ! perlio.h
42302 ____________________________________________________________________________
42303 [  7793] By: jhi                                   on 2000/11/21  18:54:41
42304         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
42305              From: Dominic Dunlop <domo@computer.org> 
42306              Date: Mon, 20 Nov 2000 18:55:29 +0100
42307              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
42308              
42309              va_copy() and the need of it.
42310              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
42311      Branch: metaconfig/U/perl
42312            + need_va_copy.U
42313      Branch: perl
42314            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42315            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
42316            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
42317            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42318            ! win32/config.bc win32/config.gc win32/config.vc
42319 ____________________________________________________________________________
42320 [  7792] By: jhi                                   on 2000/11/21  17:04:10
42321         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
42322      Branch: perl
42323           !> scope.h
42324 ____________________________________________________________________________
42325 [  7791] By: jhi                                   on 2000/11/21  17:01:16
42326         Log: Export the SOCKS workaround symbols only if necessary.
42327      Branch: perl
42328            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
42329 ____________________________________________________________________________
42330 [  7790] By: nick                                  on 2000/11/20  23:57:11
42331         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
42332      Branch: perlio
42333            ! scope.h
42334 ____________________________________________________________________________
42335 [  7789] By: nick                                  on 2000/11/20  23:38:33
42336         Log: Integrate mainline
42337      Branch: perlio
42338           +> lib/File/Spec/Epoc.pm
42339           !> (integrate 34 files)
42340 ____________________________________________________________________________
42341 [  7788] By: nick                                  on 2000/11/20  23:20:18
42342         Log: Make extra buffer layer work (dummy crlf layer)
42343      Branch: perlio
42344            ! doio.c perlio.c perlio.h
42345 ____________________________________________________________________________
42346 [  7787] By: jhi                                   on 2000/11/20  22:44:04
42347         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
42348              From: Peter Prymmer <pvhp@forte.com>
42349              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
42350              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
42351      Branch: perl
42352            ! t/pragma/locale.t
42353 ____________________________________________________________________________
42354 [  7786] By: jhi                                   on 2000/11/20  22:29:10
42355         Log: Subject: DOC PATCH 5.6.0 perlreftut
42356              From: mjd@plover.com
42357              Date: 20 Nov 2000 19:45:06 -0000
42358              Message-ID: <20001120194506.9505.qmail@plover.com>
42359      Branch: perl
42360            ! pod/perlreftut.pod
42361 ____________________________________________________________________________
42362 [  7785] By: jhi                                   on 2000/11/20  22:27:44
42363         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
42364              From: David Dyck <dcd@tc.fluke.com>
42365              Date: Mon, 20 Nov 2000 11:43:40 -0800
42366              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
42367      Branch: perl
42368            ! lib/Cwd.pm
42369 ____________________________________________________________________________
42370 [  7784] By: jhi                                   on 2000/11/20  22:23:21
42371         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
42372              Date: Mon, 20 Nov 2000 17:06:10 -0500
42373              To: Mailing list Perl5 <perl5-porters@perl.org>
42374              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
42375      Branch: perl
42376            ! pp_ctl.c t/op/pat.t
42377 ____________________________________________________________________________
42378 [  7783] By: jhi                                   on 2000/11/20  22:11:18
42379         Log: Subject: [PATCH] doop.c - UTF8 tr///               
42380              From: Simon Cozens <simon@cozens.net>
42381              Date: Sat, 18 Nov 2000 18:49:30 +0000
42382              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
42383              
42384              Subject: Re: [PATCH] doop.c - UTF8 tr///           
42385              From: Simon Cozens <simon@cozens.net>
42386              Date: Mon, 20 Nov 2000 20:45:22 +0000
42387              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
42388              
42389              Make tr on UTF-8 better but still not correct.
42390      Branch: perl
42391            ! doop.c
42392 ____________________________________________________________________________
42393 [  7782] By: jhi                                   on 2000/11/20  22:02:16
42394         Log: Remove the shared object before attempting to create
42395              (by linking) a new one.  E.g. in AIX not removing
42396              becomes quite painful if one tries to do more than one
42397              build in the same tree (an interrupted build, for example),
42398              since the AIX' shared dynaloader seemingly keeps the shared
42399              objects open and therefore 'busy' for quite a while, even when
42400              nobody is using the objects, leading into link failures.
42401      Branch: perl
42402            ! lib/ExtUtils/MM_Unix.pm
42403 ____________________________________________________________________________
42404 [  7781] By: gsar                                  on 2000/11/20  19:02:55
42405         Log: type mismatch due to faulty integration
42406      Branch: maint-5.6/perl
42407            ! toke.c win32/Makefile
42408 ____________________________________________________________________________
42409 [  7780] By: gsar                                  on 2000/11/20  17:31:55
42410         Log: integrate changes#6392,6394..6399,6401..6404
42411              
42412              The {multiplier} of a fixed substring was overlooked which
42413              caused a wrong initial search offset for that substring.
42414              
42415              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
42416              From: Hugo <hv@crypt.compulink.co.uk>
42417              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
42418              Date: Thu, 13 Jul 2000 19:27:13 +0100
42419              
42420              Fix the BOM bug: not a byteorder bug, a signedness bug.
42421              
42422              Replace change #6337 with a better one.
42423              
42424              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
42425              From: Hugo <hv@crypt.compulink.co.uk>
42426              Date: Fri, 14 Jul 2000 04:16:20 +0100
42427              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
42428              
42429              MakeMaker should not remove editor backups (*~) on `make clean`
42430              by default (completes change#6383)
42431              
42432              move new variables to the end of the interpreter structure (for
42433              bincompat in code that doesn't #include XSUB.h)
42434              
42435              rename totally bletcherous SvLOCK() thingy (doesn't do what the
42436              name suggests anyway)
42437              
42438              various cleanups (typos, misformatted code, and small bugs)
42439              
42440              typecasts needed for change#6394
42441              
42442              typos in change#6399, regen headers
42443              
42444              inconsistent types needs casts
42445              
42446              PERL_OBJECT build tweaks
42447      Branch: maint-5.6/perl
42448           !> MANIFEST doop.c embed.h embed.pl embedvar.h
42449           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
42450           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
42451           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
42452           !> toke.c util.c
42453 ____________________________________________________________________________
42454 [  7779] By: gsar                                  on 2000/11/20  17:06:29
42455         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
42456              
42457              Cosmetics and perldelta.
42458              
42459              Fix nits noticed by Boston.pm.
42460              
42461              Do the cc sanity check both before the hints and
42462              after the cc selction.
42463              
42464              get sprintf.t to adjust properly for 3-digit exponents
42465              
42466              don't clobber *.orig files on *clean targets
42467              
42468              fix bugs in processing %v-*d and similar format specs (from
42469              Avi Finkel <avi@finkel.org>)
42470              
42471              sprintf test tweaks (from Dominic Dunlop)
42472              
42473              new selfloader.t in change#6183 doesn't close DATA handles,
42474              and thus fails to clean up tmp files on dosish platforms
42475              
42476              typos (spotted by Peter Prymmer)
42477              
42478              typo fix from Craig Berry
42479      Branch: maint-5.6/perl
42480           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
42481           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
42482           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
42483           !> x2p/Makefile.SH
42484 ____________________________________________________________________________
42485 [  7778] By: gsar                                  on 2000/11/20  16:46:51
42486         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
42487              
42488              Subject: Re: format bug report  [Patch]
42489              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42490              Date: Wed, 05 Jul 2000 13:12:52 +0200
42491              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
42492              
42493              Subject: Re: format bug report  [Patch]
42494              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42495              Date: Wed, 05 Jul 2000 14:10:01 +0200
42496              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
42497              
42498              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
42499              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42500              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
42501              Date: Fri, 07 Jul 2000 17:57:16 +0100
42502              
42503              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
42504              To: perl5-porters@perl.org
42505              From: Karsten Sperling <spiff@phreax.net>
42506              Date: Mon, 10 Jul 2000 15:12:52 +0200
42507              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
42508              
42509              README.posix-bc podified from Thomas Dorner.
42510              
42511              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
42512              From: Dominic Dunlop <domo@computer.org>
42513              Date: Tue, 11 Jul 2000 12:27:33 +0200
42514              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
42515              
42516              Typo in #6341.
42517              
42518              Fix for
42519              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
42520              From: Roderick Schertler <roderick@argon.org>
42521              Date: Tue, 11 Jul 2000 13:55:05 -0400
42522              Message-Id: <200007111755.NAA05077@jones.argon.org>
42523              
42524              Minor cleanups on the booklist.
42525              
42526              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
42527              regen perltoc.
42528              
42529              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
42530      Branch: maint-5.6/perl
42531           +> pod/perlbook.pod
42532           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
42533           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
42534           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
42535 ____________________________________________________________________________
42536 [  7777] By: jhi                                   on 2000/11/20  16:08:49
42537         Log: Update Changes.
42538      Branch: perl
42539            ! Changes patchlevel.h
42540 ____________________________________________________________________________
42541 [  7776] By: jhi                                   on 2000/11/20  15:27:56
42542         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
42543              This may be overly harsh but until proven otherwise, we think this
42544              way, or until we have a simple test for Configure (having to start
42545              up servers is does not count as simple) to check for the problems.
42546      Branch: perl
42547            ! perl.h
42548 ____________________________________________________________________________
42549 [  7775] By: jhi                                   on 2000/11/20  15:22:17
42550         Log: Solaris hints tweaks.
42551      Branch: perl
42552            ! hints/solaris_2.sh
42553 ____________________________________________________________________________
42554 [  7774] By: jhi                                   on 2000/11/20  15:01:20
42555         Log: Add a workaround to SOCKS 64-bit problems.
42556      Branch: perl
42557            ! doio.c embed.h embed.pl perlsdio.h proto.h
42558 ____________________________________________________________________________
42559 [  7773] By: jhi                                   on 2000/11/20  14:51:47
42560         Log: sysseek() instead of seek().
42561      Branch: perl
42562            ! t/lib/syslfs.t
42563 ____________________________________________________________________________
42564 [  7772] By: gsar                                  on 2000/11/20  13:06:23
42565         Log: integrate changes#6315..6319,6321..6331,6333..6338
42566              
42567              Integrate with Sarathy, preliminary fix for unicos
42568              alignment problems in [ID 20000612.002] Perl problem on Cray system.
42569              
42570              some debugger output does not go to the socket when RemotePort is set
42571              
42572              winsock cleanup never done on Windows (leads to handle leaks)
42573              
42574              fix UNC path handling on Windows under ithreads, and chdir()
42575              return value when given a non-existent directory
42576              
42577              Autogenerate pod/Makefile and pod/buildtoc.
42578              buildtoc also checks whether the existin pods are
42579              mentioned in MANIFEST and perl.pod, and vice versa.
42580              (None of the thusly found discrepancies fixed yet.)
42581              roffitall also needs to be autogenerated similarly but it
42582              seems so badly out of date that I didn't touch it yet.
42583              
42584              Config is being used.
42585              
42586              Add =head1 NAMEs so that buildtoc is happy.
42587              (The CGI::Util nit reported to Lincoln.)
42588              
42589              Fix complaints of buildtoc.
42590              
42591              Fix the alignment problem in Crays ([ID 20000612.002]).
42592              
42593              Remove perlbook, update perlfaq book listing,
42594              rearrange perl.pod, regenerate perltoc.
42595              
42596              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
42597              was cast to an unsigned (32-bit) integer with wild abandon.
42598              
42599              winsock options weren't being set in all threads under ithreads
42600              (caused send()s from second and subsequent threads to fail)
42601              
42602              accept() leaks memory on windows due to incorrect ordering of
42603              closesocket() and fclose() calls
42604              
42605              Reorder perl.pod once more.
42606              
42607              More POSIX.pod tweaks.
42608              
42609              Sprinkle ldlibpath.
42610              
42611              Precedence goof, fix based on
42612              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
42613              From: Hugo <hv@crypt.compulink.co.uk>
42614              Date: Tue, 11 Jul 2000 12:52:38 +0100
42615              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
42616              
42617              Subject: PATCH perlguts.pod: Document D and d magic types
42618              From: mjd@plover.com
42619              Date: 5 Jul 2000 18:01:51 -0000
42620              Message-ID: <20000705180151.29413.qmail@plover.com>
42621              
42622              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
42623              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
42624              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
42625              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
42626              
42627              Subject: [PATCH cfgperl] $& segfaults if you trick it
42628              From: simon@brecon.co.uk (Simon Cozens)
42629              Date: 7 Jul 2000 11:26:09 GMT
42630              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
42631              
42632              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
42633              From: Hugo <hv@crypt.compulink.co.uk>
42634              Date: Tue, 11 Jul 2000 12:44:50 +0100
42635              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
42636              
42637              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
42638              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42639              Date: Tue, 11 Jul 2000 13:50:51 +0100
42640              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
42641      Branch: maint-5.6/perl
42642           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
42643           +> pod/buildtoc.PL
42644            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
42645           !> (integrate 26 files)
42646 ____________________________________________________________________________
42647 [  7771] By: gsar                                  on 2000/11/20  12:31:42
42648         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
42649              6310,6311,6314
42650              
42651              Subject: [PATCH bleedperl] File::Spec 0.82 beta
42652              From: Barrie Slaymaker <barries@jester.slaysys.com>
42653              Date: Wed, 28 Jun 2000 11:35:29 -0400
42654              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
42655              
42656              tweak perlembed for multiplicity/usethreads sanity; correct notes
42657              about Windows
42658              
42659              localize %INC in a Safe compartment so that use/require work
42660              (many other magic globals probably need similar treatment)
42661              
42662              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
42663              when @_ is modified, causing coredumps
42664              
42665              slurp mode fix in change#4736 still not quite right
42666              
42667              Point to perlipc for more SysV IPC examples.
42668              
42669              Elaborate POSIX.pod.  Still needs work.
42670              
42671              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
42672              
42673              fix large memory leak that has been around for ever, masked by
42674              -DPURIFY (most of the arenas were never freed!)
42675              
42676              fix memory leak on Windows (PL_sys_intern contents were never
42677              freed)
42678              
42679              PERL_OBJECT build tweak
42680              
42681              adjust change#6299
42682              
42683              remove rel2abs prototypes (from Barrie Slaymaker)
42684              
42685              missing perldiag entry for unpack("w",...) diagnostic (from
42686              Andreas Koenig)
42687              
42688              better diagnostic on Frob->stuff() when Frob:: doesn't exist
42689              (from Richard Soderberg <rs@oregonnet.com>)
42690              
42691              Win32 patches for cfgperl from Sarathy.
42692              
42693              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
42694              
42695              More POSIX.pod embellishment.
42696              
42697              tyop in change#6306
42698      Branch: maint-5.6/perl
42699           !> (integrate 44 files)
42700 ____________________________________________________________________________
42701 [  7770] By: gsar                                  on 2000/11/20  11:51:00
42702         Log: integrate changes#6268..6282 from cfgperl branch
42703              
42704              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
42705              From: Dominic Dunlop <domo@computer.org>
42706              Date: Thu, 29 Jun 2000 12:32:39 +0200
42707              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
42708              
42709              Regen headers for #6261 (and update embed.pl for this) and #6267,
42710              silence few compiler warnings.
42711              
42712              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
42713              From: Nicholas Clark <nick@talking.bollo.cx>
42714              Date: Fri, 23 Jun 2000 16:21:15 +0100
42715              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
42716              
42717              Subject: PATCH pod/perltie.pod
42718              From: Ian Phillipps <Ian.Phillipps@iname.com>
42719              Date: Fri, 16 Jun 2000 00:17:19 +0100
42720              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
42721              (only the first hunk, the second hunk had already been done
42722              by some other patch)
42723              
42724              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
42725              From: Tom Phoenix <rootbeer@redcat.com>
42726              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
42727              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
42728              
42729              Subject: [PATCH] xsub attributes
42730              From: Doug MacEachern <dougm@covalent.net>
42731              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
42732              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
42733              
42734              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
42735              From: Andy Dougherty <doughera@lafayette.edu>
42736              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
42737              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
42738              
42739              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
42740              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42741              Date: Tue, 13 Jun 2000 02:43:48 -0500
42742              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
42743              
42744              Subject: [PATCH] Re: eval documentation: context
42745              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42746              Date: Mon, 12 Jun 2000 15:07:29 +0100
42747              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
42748              
42749              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
42750              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42751              Date: Mon, 12 Jun 2000 14:55:59 +0100
42752              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
42753              
42754              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
42755              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
42756              Date: Fri, 09 Jun 2000 12:39:27 -0400
42757              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
42758              (plus update the version "number" of Text::Wrap)
42759              
42760              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
42761              From: Tim Ayers <tayers@bridge.com>
42762              Date: Thu, 08 Jun 2000 08:11:06 +0200
42763              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
42764              [resent by Richard Foley, Message-Id probably wrong]
42765              
42766              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
42767              From: rspier@pobox.com (Robert Spier)
42768              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
42769              Message-ID: <14654.31913.845602.610277@rls.cx>
42770              
42771              Subject: [PATCH 5.6.0] utils/h2xs.PL
42772              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42773              Date: Wed, 7 Jun 2000 04:02:04 -0500
42774              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
42775              
42776              Subject: [PATCH 5.6.0]ITHREADs for VMS
42777              From: Dan Sugalski <dan@sidhe.org>
42778              Date: Tue, 06 Jun 2000 11:59:50 -0400
42779              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
42780      Branch: maint-5.6/perl
42781           !> (integrate 31 files)
42782 ____________________________________________________________________________
42783 [  7769] By: gsar                                  on 2000/11/20  11:29:06
42784         Log: integrate changes#6261..6266 from cfgperl
42785              
42786              Subject: Re: [PATCH cfgperl] BOMs away!
42787              From: simon@brecon.co.uk (Simon Cozens)
42788              Date: 17 Jun 2000 11:49:57 GMT
42789              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
42790              
42791              Subject: 5.6.0 Patch for EPOC
42792              From: Olaf Flebbe <o.flebbe@gmx.de>
42793              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
42794              Message-ID: <23449.960929969@www11.gmx.net>
42795              
42796              tr fixes from Simon Cozens
42797              
42798              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
42799              From: Marty Lucich <marty@netcom.com>
42800              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
42801              Message-Id: <200006282116.OAA11148@netcom.com>
42802              ccdlflags update (the BSD/OS 4.1 part had already been taken
42803              care of by #6141).
42804              
42805              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
42806              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42807              Date: Wed, 28 Jun 2000 17:50:12 -0700
42808              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
42809              
42810              Subject: [PATCH 5.6.0] cygwin port
42811              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
42812              From: "Fifer, Eric" <EFifer@sanwaint.com>
42813              Date: Thu, 29 Jun 2000 12:58:29 +0100
42814      Branch: maint-5.6/perl
42815           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
42816           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
42817           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
42818           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
42819 ____________________________________________________________________________
42820 [  7768] By: gsar                                  on 2000/11/20  11:13:44
42821         Log: integrate changes#6252..6256,6259..6260
42822              
42823              Paranoia tweak on #6249.
42824              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
42825              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
42826              Date: Sun, 25 Jun 2000 23:43:12 -0400
42827              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
42828              
42829              Subject: tr///, help wanted.
42830              From: simon@brecon.co.uk (Simon Cozens)
42831              Date: 28 Jun 2000 11:29:04 GMT
42832              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
42833              
42834              small thinko tweaks
42835              
42836              tweaks from Simon Conzes to further fix tr/// under utf8
42837              
42838              perlnewmod was missing from MANIFEST.
42839              
42840              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
42841              From: simon@brecon.co.uk (Simon Cozens)
42842              Date: 17 Jun 2000 11:56:44 GMT
42843              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
42844              pack U0, pack C0
42845      Branch: maint-5.6/perl
42846           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
42847           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
42848           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
42849           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
42850 ____________________________________________________________________________
42851 [  7767] By: gsar                                  on 2000/11/20  10:51:38
42852         Log: integrate change#6250 from cfgperl
42853              
42854              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
42855              From: Doug MacEachern <dougm@covalent.net>
42856              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
42857              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
42858      Branch: maint-5.6/perl
42859           +> t/op/my_stash.t
42860           !> MANIFEST embed.pl global.sym proto.h toke.c
42861 ____________________________________________________________________________
42862 [  7766] By: gsar                                  on 2000/11/20  10:48:34
42863         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
42864              
42865              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
42866              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
42867              Date: Mon, 26 Jun 2000 18:40:14 +0100
42868              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
42869              
42870              Subject: [PATCH] bytes<->utf8 fixes
42871              From: simon@brecon.co.uk (Simon Cozens)
42872              Date: 26 Jun 2000 04:55:45 GMT
42873              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
42874              
42875              Subject: [PATCH] is_utf8_string
42876              From: simon@brecon.co.uk (Simon Cozens)
42877              Date: 26 Jun 2000 02:25:59 GMT
42878              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
42879              
42880              Subject: [PATCH] avoid mg_ptr in '*' magic
42881              From: Doug MacEachern <dougm@covalent.net>
42882              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
42883              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
42884              
42885              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
42886              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
42887              Date: Sat, 24 Jun 2000 13:06:20 +0100
42888              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
42889              
42890              Allow for standalone testing.
42891              
42892              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
42893              From: Mark-Jason Dominus <mjd@plover.com>
42894              Date: Tue, 27 Jun 2000 22:36:42 -0400
42895              Message-ID: <20000628023642.12166.qmail@plover.com>
42896              
42897              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
42898              From: Frank Tobin <ftobin@uiuc.edu>
42899              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
42900              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
42901      Branch: maint-5.6/perl
42902           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
42903           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
42904           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
42905           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
42906           !> utf8.c utils/h2xs.PL
42907 ____________________________________________________________________________
42908 [  7765] By: gsar                                  on 2000/11/20  10:29:13
42909         Log: integrate change#6239 from cfgperl
42910              
42911              Configure maintenance.  Sever some dependency cycles,
42912              separate gccversion from the cc unit,
42913              address [ID 20000623.006] Configure script patch for using gcc on AIX
42914              (but solve it a little bit differently),
42915              unduplex some accidentally duplicated units,
42916              suggest using gcc if no cc available
42917              (p5p thread: "Solaris configure: counterproposal", 1999-09)
42918      Branch: maint-5.6/perl
42919           !> Configure Todo-5.6 config_h.SH
42920 ____________________________________________________________________________
42921 [  7764] By: gsar                                  on 2000/11/20  10:25:55
42922         Log: integrate changes#6233..6238 from cfgperl
42923              
42924              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
42925              From: Mark-Jason Dominus <mjd@plover.com>
42926              Date: Fri, 16 Jun 2000 20:53:04 -0400
42927              Message-ID: <20000617005304.8008.qmail@plover.com>
42928              
42929              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
42930              because when run as services (Win32ese for daemons)
42931              no environment variables are set and tmpdir ends up as /tmp,
42932              which is ambiguous.
42933              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
42934              From: matt@sergeant.org
42935              Date: 16 Jun 2000 16:30:43 -0000
42936              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
42937              
42938              The thread begun by
42939              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
42940              From: Kevin.Ruscoe@ubsw.com
42941              Date: Fri, 16 Jun 2000 16:38:51 +0100
42942              Message-Id: <H000019b03c300d6@MHS>
42943              
42944              Tweak embed.pl, regen headers.
42945              
42946              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
42947              From: Dan Sugalski <dan@sidhe.org>
42948              Date: Fri, 23 Jun 2000 17:00:00 -0400
42949              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
42950      Branch: maint-5.6/perl
42951           !> (integrate 27 files)
42952 ____________________________________________________________________________
42953 [  7763] By: gsar                                  on 2000/11/20  10:08:08
42954         Log: s/perl56delta/perldelta/g
42955      Branch: maint-5.6/perl
42956            ! pod/Makefile
42957 ____________________________________________________________________________
42958 [  7762] By: gsar                                  on 2000/11/20  10:04:00
42959         Log: integrate changes#6225,6229,6231,6232 from cfgperl
42960              
42961              Add source code filenames to apidoc.
42962              From: simon@brecon.co.uk (Simon Cozens)
42963              Subject: [PATCH embed.pl] Source X-ref
42964              Date: 22 Jun 2000 02:18:49 GMT
42965              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
42966              
42967              Subject: README.hpux version 0.6.1
42968              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
42969              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
42970              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
42971              
42972              Subject: [PATCH 5.6.0] cygwin port
42973              From: "Fifer, Eric" <EFifer@sanwaint.com>
42974              Date: Tue, 20 Jun 2000 14:30:58 +0100
42975              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
42976              
42977              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
42978              From: simon@brecon.co.uk (Simon Cozens)
42979              Date: 19 Jun 2000 15:18:27 GMT
42980              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
42981              
42982              plus update pod/Makefile and regenerate perltoc
42983      Branch: maint-5.6/perl
42984           +> pod/perlutil.pod
42985           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
42986           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
42987 ____________________________________________________________________________
42988 [  7761] By: jhi                                   on 2000/11/20  04:09:55
42989         Log: Miraculous typo.
42990      Branch: perl
42991            ! t/op/pat.t
42992 ____________________________________________________________________________
42993 [  7760] By: jhi                                   on 2000/11/20  04:06:08
42994         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
42995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42996              Date: Sun, 19 Nov 2000 22:30:26 -0500
42997              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
42998      Branch: perl
42999            ! regexec.c scope.h t/op/pat.t
43000 ____________________________________________________________________________
43001 [  7759] By: jhi                                   on 2000/11/20  02:05:22
43002         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
43003      Branch: perl
43004            ! perl.h
43005 ____________________________________________________________________________
43006 [  7758] By: jhi                                   on 2000/11/20  01:58:11
43007         Log: Subject: [perl 7711: EPOC] updates
43008              From: Olaf Flebbe <o.flebbe@gmx.de>
43009              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
43010              Message-ID: <25575.974658810@www23.gmx.net>               
43011      Branch: perl
43012            + lib/File/Spec/Epoc.pm
43013            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
43014            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
43015            ! lib/File/Spec.pm perl.c sv.c
43016 ____________________________________________________________________________
43017 [  7757] By: jhi                                   on 2000/11/20  01:53:11
43018         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
43019      Branch: perl
43020            ! MANIFEST
43021 ____________________________________________________________________________
43022 [  7756] By: jhi                                   on 2000/11/20  01:47:22
43023         Log: Integrate perlio.
43024      Branch: perl
43025            - ext/re/hints/MSWin32.pl
43026           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
43027           !> win32/config.gc win32/config_H.gc win32/win32sck.c
43028 ____________________________________________________________________________
43029 [  7755] By: nick                                  on 2000/11/19  20:57:17
43030         Log: Add dummy crlf layer (just as buffer)
43031              Correct 1st bug - one layer of indirection.
43032      Branch: perlio
43033            ! perlio.c perlio.h perliol.h
43034 ____________________________________________________________________________
43035 [  7754] By: nick                                  on 2000/11/19  20:56:12
43036         Log: Work-round to Perl_deb_nocontext is no longer required
43037      Branch: perlio
43038            - ext/re/hints/MSWin32.pl
43039 ____________________________________________________________________________
43040 [  7753] By: nick                                  on 2000/11/19  20:01:16
43041         Log: diff -se shows these as different
43042      Branch: perlio
43043            ! global.sym pod/perlapi.pod
43044 ____________________________________________________________________________
43045 [  7752] By: nick                                  on 2000/11/19  18:57:30
43046         Log: Configure GCC/Win32 build -Duseperlio
43047              Fix a couple of gross issues
43048              - double-include of ../deb.o in re.dll
43049              - win32sck.c needs PerlIO and FILE 
43050      Branch: perlio
43051            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
43052            ! win32/win32sck.c
43053 ____________________________________________________________________________
43054 [  7751] By: nick                                  on 2000/11/19  17:05:36
43055         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
43056      Branch: perlio
43057            ! perlio.c
43058 ____________________________________________________________________________
43059 [  7750] By: nick                                  on 2000/11/19  16:57:14
43060         Log: Missing aTHX_
43061      Branch: perlio
43062            ! sv.c
43063 ____________________________________________________________________________
43064 [  7749] By: jhi                                   on 2000/11/19  16:28:40
43065         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
43066              From: "Peter J. Farley III" <pjfarley@banet.net>
43067              Date: Sun, 19 Nov 2000 01:42:58 -0500
43068              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
43069      Branch: perl
43070            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
43071 ____________________________________________________________________________
43072 [  7748] By: jhi                                   on 2000/11/19  16:08:10
43073         Log: Subject: podlators 1.05 available        
43074              From: Russ Allbery <rra@stanford.edu>   
43075              Date: 18 Nov 2000 22:04:28 -0800
43076              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
43077      Branch: perl
43078            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
43079 ____________________________________________________________________________
43080 [  7747] By: nick                                  on 2000/11/19  11:19:39
43081         Log: Integrate mainline
43082      Branch: perlio
43083           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
43084           !> util.c
43085 ____________________________________________________________________________
43086 [  7746] By: jhi                                   on 2000/11/19  06:42:22
43087         Log: Make hex scanning warn on "\x{x}" and "\xx".
43088              "\x" and and hex("x") are still valid.
43089      Branch: perl
43090            ! util.c
43091 ____________________________________________________________________________
43092 [  7745] By: nick                                  on 2000/11/18  22:52:28
43093         Log: Integrate mainline
43094      Branch: perlio
43095           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
43096           !> perl.h perlio.c proto.h regcomp.c regcomp.h
43097 ____________________________________________________________________________
43098 [  7744] By: jhi                                   on 2000/11/18  22:50:28
43099         Log: Introduce Perl_utf8_length().  Use it.
43100      Branch: perl
43101            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
43102 ____________________________________________________________________________
43103 [  7743] By: jhi                                   on 2000/11/18  22:38:51
43104         Log: Compiler denit.
43105      Branch: perl
43106            ! perlio.c
43107 ____________________________________________________________________________
43108 [  7742] By: jhi                                   on 2000/11/18  20:33:05
43109         Log: Integrate perlio.
43110      Branch: perl
43111           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
43112           !> perlio.h pp_ctl.c pp_sys.c sv.c
43113 ____________________________________________________________________________
43114 [  7741] By: jhi                                   on 2000/11/18  20:31:27
43115         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
43116              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43117              Date: Fri, 17 Nov 2000 20:35:11 -0500
43118              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
43119              
43120              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
43121              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43122              Date: Fri, 17 Nov 2000 21:03:47 -0500
43123              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
43124              
43125              Plus a little bit of tweaking in pregcomp().
43126      Branch: perl
43127            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
43128 ____________________________________________________________________________
43129 [  7740] By: nick                                  on 2000/11/18  20:17:22
43130         Log: Lexical use open ... support:
43131              add ->cop_io to COP structure in cop.h.
43132              Make mg.c and gv.c associate it with ${^OPEN}.
43133              Make lib/open.pm set it.
43134              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
43135              manner similar to ->cop_warnings.
43136              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
43137              call new PerlIO_apply_layers().
43138              Declare latter in perlio.h and define in perlio.c
43139      Branch: perlio
43140            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
43141            ! perlio.h pp_ctl.c pp_sys.c sv.c
43142 ____________________________________________________________________________
43143 [  7739] By: jhi                                   on 2000/11/18  19:54:00
43144         Log: Integrate perlio.
43145      Branch: perl
43146           !> doio.c perlio.c pp.c
43147 ____________________________________________________________________________
43148 [  7738] By: jhi                                   on 2000/11/18  17:16:13
43149         Log: Subject: [PATCH 5.7.0] etags broken again
43150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43151              Date: Sat, 18 Nov 2000 02:41:36 -0500
43152              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
43153      Branch: perl
43154            ! emacs/ptags
43155 ____________________________________________________________________________
43156 [  7737] By: jhi                                   on 2000/11/18  17:12:18
43157         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
43158      Branch: perl
43159            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43160 ____________________________________________________________________________
43161 [  7736] By: nick                                  on 2000/11/18  14:06:20
43162         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
43163              part to be isolated.
43164      Branch: perlio
43165            ! doio.c perlio.c
43166 ____________________________________________________________________________
43167 [  7735] By: nick                                  on 2000/11/18  11:03:32
43168         Log: Integrate mainline
43169      Branch: perlio
43170           !> Changes README.amiga README.win32 patchlevel.h
43171           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
43172 ____________________________________________________________________________
43173 [  7734] By: jhi                                   on 2000/11/18  01:18:56
43174         Log: Update Changes.
43175      Branch: perl
43176            ! Changes patchlevel.h
43177 ____________________________________________________________________________
43178 [  7733] By: jhi                                   on 2000/11/18  00:32:54
43179         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
43180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43181              Date: Fri, 17 Nov 2000 17:28:02 -0500
43182              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
43183      Branch: perl
43184            ! regcomp.c regexec.c t/op/re_tests
43185 ____________________________________________________________________________
43186 [  7732] By: jhi                                   on 2000/11/18  00:28:56
43187         Log: Sparc 64-bit pack() fix from Jens Hamisch.
43188      Branch: perl
43189            ! pp.c
43190 ____________________________________________________________________________
43191 [  7731] By: jhi                                   on 2000/11/18  00:18:39
43192         Log: Explain in more detail the {} syntax ambiguousity.
43193              
43194              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
43195              From: Nicholas Clark <nick@ccl4.org>
43196              Date: Fri, 17 Nov 2000 22:10:28 +0000
43197              Message-ID: <20001117221028.A88930@plum.flirble.org>
43198      Branch: perl
43199            ! pod/perlfunc.pod
43200 ____________________________________________________________________________
43201 [  7730] By: jhi                                   on 2000/11/18  00:12:18
43202         Log: Subject: Fix for README.amiga (20000323.033)
43203              From: "Stephen P. Potter" <spp@spotter.yi.org>
43204              Date: Fri, 17 Nov 2000 12:25:51 -0500
43205              Message-Id: <200011171725.MAA05768@spotter.yi.org>
43206      Branch: perl
43207            ! README.amiga
43208 ____________________________________________________________________________
43209 [  7729] By: jhi                                   on 2000/11/18  00:08:34
43210         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
43211              From: "A. C. Yardley" <yardley@tanet.net>
43212              Date: Mon, 3 Apr 2000 11:35:33 -0700
43213              Message-ID: <3483.000403@tanet.net>
43214      Branch: perl
43215            ! README.win32
43216 ____________________________________________________________________________
43217 [  7728] By: nick                                  on 2000/11/17  21:59:47
43218         Log: Integrate mainline
43219      Branch: perlio
43220           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
43221           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
43222           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
43223           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
43224 ____________________________________________________________________________
43225 [  7727] By: nick                                  on 2000/11/17  21:56:31
43226         Log: Experiment on use of attributes.pm interface.
43227              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
43228              SVt_PVRV if not already something better (else vivify of say magic gets
43229              core dump).
43230      Branch: perlio
43231            ! perlio.c pp.c
43232 ____________________________________________________________________________
43233 [  7726] By: jhi                                   on 2000/11/17  14:15:49
43234         Log: Subject: Fix for 20000815.006
43235              From: "Stephen P. Potter" <spp@spotter.yi.org>
43236              Date: Fri, 17 Nov 2000 08:57:45 -0500
43237              Message-Id: <200011171357.IAA05122@spotter.yi.org>
43238              
43239              It's really 20000518.006.
43240      Branch: perl
43241            ! pod/perlmodlib.PL
43242 ____________________________________________________________________________
43243 [  7725] By: jhi                                   on 2000/11/17  14:12:31
43244         Log: Subject: Fix for 20000409.001
43245              From: "Stephen P. Potter" <spp@spotter.yi.org>
43246              Date: Fri, 17 Nov 2000 08:55:45 -0500
43247              Message-Id: <200011171355.IAA05104@spotter.yi.org>
43248      Branch: perl
43249            ! pod/perlfaq9.pod
43250 ____________________________________________________________________________
43251 [  7724] By: jhi                                   on 2000/11/17  14:08:58
43252         Log: Undo #7627 now that we have =head3.
43253      Branch: perl
43254            ! pod/perlhack.pod
43255 ____________________________________________________________________________
43256 [  7723] By: jhi                                   on 2000/11/17  14:04:09
43257         Log: As surmised the #7719 wasn't a good move.
43258      Branch: perl
43259            ! hints/solaris_2.sh
43260 ____________________________________________________________________________
43261 [  7722] By: jhi                                   on 2000/11/17  13:59:04
43262         Log: Also the 64bitall hints can be either here or there.
43263      Branch: perl
43264            ! hints/solaris_2.sh
43265 ____________________________________________________________________________
43266 [  7721] By: jhi                                   on 2000/11/17  02:26:23
43267         Log: Test tweak for the open pragma.
43268      Branch: perl
43269            ! t/lib/b.t
43270 ____________________________________________________________________________
43271 [  7720] By: jhi                                   on 2000/11/17  00:23:22
43272         Log: The long double hints can be here or there.
43273      Branch: perl
43274            ! hints/solaris_2.sh
43275 ____________________________________________________________________________
43276 [  7719] By: jhi                                   on 2000/11/17  00:14:06
43277         Log: For Solaris use64bitall the stdchar needs a little bit of help.
43278      Branch: perl
43279            ! hints/solaris_2.sh
43280 ____________________________________________________________________________
43281 [  7718] By: jhi                                   on 2000/11/16  23:27:34
43282         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
43283              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
43284              Date: Wed, 15 Nov 2000 08:56:32 +0100
43285              Message-ID: <3A1241B0.64477E00@alcatel.at>
43286      Branch: perl
43287            ! lib/Carp/Heavy.pm
43288 ____________________________________________________________________________
43289 [  7717] By: jhi                                   on 2000/11/16  23:23:29
43290         Log: Subject: [PATCH] Re: 20001101.003 PDL
43291              From: Nicholas Clark <nick@ccl4.org>
43292              Date: Thu, 16 Nov 2000 16:48:25 +0000
43293              Message-ID: <20001116164825.B93487@plum.flirble.org>
43294      Branch: perl
43295            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
43296 ____________________________________________________________________________
43297 [  7716] By: jhi                                   on 2000/11/16  23:21:31
43298         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
43299              From: "Casey R. Tweten" <crt@kiski.net>
43300              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
43301              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
43302      Branch: perl
43303            ! lib/Pod/Checker.pm pod/perlpod.pod
43304 ____________________________________________________________________________
43305 [  7715] By: jhi                                   on 2000/11/16  23:19:40
43306         Log: Avoid an infinite loop in VMS when utils scripts are run
43307              with no arguments, from Charles Lane.
43308      Branch: perl
43309            ! configure.com
43310 ____________________________________________________________________________
43311 [  7714] By: jhi                                   on 2000/11/16  23:17:08
43312         Log: Subject: perllocale.pod changes
43313              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43314              Date: Mon, 13 Nov 2000 10:09:22 +0300
43315              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
43316      Branch: perl
43317            ! pod/perllocale.pod
43318 ____________________________________________________________________________
43319 [  7713] By: jhi                                   on 2000/11/16  23:14:06
43320         Log: Integrate perlio.
43321      Branch: perl
43322           !> doio.c perlio.c perlio.h util.c
43323 ____________________________________________________________________________
43324 [  7712] By: nick                                  on 2000/11/16  21:10:58
43325         Log: Integrate mainline
43326      Branch: perlio
43327           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43328           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
43329           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
43330           !> vos/config.ga.def vos/config.ga.h win32/config.bc
43331           !> win32/config.gc win32/config.vc
43332 ____________________________________________________________________________
43333 [  7711] By: nick                                  on 2000/11/16  19:56:41
43334         Log: Minor tweaks:
43335              consistent way of getting 'rb', 'wb' etc. for binary opens
43336              move *perlio::layers to *open::layers
43337              a #define to show layers available
43338              DOSISH popen/PerlIO had export/import sense inverted.
43339      Branch: perlio
43340            ! doio.c perlio.c perlio.h util.c
43341 ____________________________________________________________________________
43342 [  7710] By: jhi                                   on 2000/11/16  15:46:05
43343         Log: Add HAS_SBRK_PROTO.
43344      Branch: metaconfig/U/perl
43345            + d_sbrkproto.U
43346      Branch: perl
43347            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43348            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
43349            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
43350            ! vos/config.ga.def vos/config.ga.h win32/config.bc
43351            ! win32/config.gc win32/config.vc
43352 ____________________________________________________________________________
43353 [  7709] By: nick                                  on 2000/11/16  07:31:49
43354         Log: Integrate mainline
43355      Branch: perlio
43356           !> (integrate 35 files)
43357 ____________________________________________________________________________
43358 [  7708] By: jhi                                   on 2000/11/16  05:33:03
43359         Log: These files are text, not binary.
43360      Branch: perl
43361            ! ext/Encode/Encode/iso8859-10.enc
43362            ! ext/Encode/Encode/iso8859-13.enc
43363            ! ext/Encode/Encode/iso8859-14.enc
43364            ! ext/Encode/Encode/iso8859-15.enc
43365 ____________________________________________________________________________
43366 [  7707] By: jhi                                   on 2000/11/16  01:53:37
43367         Log: Update Changes.
43368      Branch: perl
43369            ! Changes patchlevel.h
43370 ____________________________________________________________________________
43371 [  7706] By: jhi                                   on 2000/11/16  01:35:59
43372         Log: More #undefing of stdio.
43373      Branch: perl
43374            ! fakesdio.h nostdio.h
43375 ____________________________________________________________________________
43376 [  7705] By: jhi                                   on 2000/11/16  01:34:18
43377         Log: Add fwalk() probe to the configuration files and regen perltoc.
43378      Branch: perl
43379            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43380            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
43381            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
43382            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43383            ! win32/config.bc win32/config.gc win32/config.vc
43384 ____________________________________________________________________________
43385 [  7704] By: jhi                                   on 2000/11/16  01:33:07
43386         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
43387              an optional third argument to Inlibc?)
43388      Branch: metaconfig/U/perl
43389            + d__fwalk.U
43390 ____________________________________________________________________________
43391 [  7703] By: jhi                                   on 2000/11/16  01:09:22
43392         Log: The type of the hash_cb() size argument is tricky.
43393      Branch: perl
43394            ! ext/DB_File/DB_File.xs
43395 ____________________________________________________________________________
43396 [  7702] By: jhi                                   on 2000/11/15  23:01:16
43397         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
43398      Branch: perl
43399            ! nostdio.h
43400 ____________________________________________________________________________
43401 [  7701] By: jhi                                   on 2000/11/15  22:52:32
43402         Log: Detypo.
43403      Branch: perl
43404            ! t/lib/bigfltpm.t
43405 ____________________________________________________________________________
43406 [  7700] By: jhi                                   on 2000/11/15  22:51:56
43407         Log: UINT64_C() work continues.
43408      Branch: perl
43409            ! handy.h perl.h utf8.h
43410 ____________________________________________________________________________
43411 [  7699] By: jhi                                   on 2000/11/15  14:13:04
43412         Log: SOCKS has its own USE_THREADS, based on
43413              
43414              Subject: [ID 20001114.002] et. al. bugfix followup
43415              From: Jens Hamisch <jens@Strawberry.COM> 
43416              Date: Wed, 15 Nov 2000 14:23:11 +0100
43417              Message-ID: <20001115142311.A21164@Strawberry.COM>
43418      Branch: perl
43419            ! perl.h
43420 ____________________________________________________________________________
43421 [  7698] By: jhi                                   on 2000/11/15  03:50:56
43422         Log: Add few missing #undefs and sort them.
43423      Branch: perl
43424            ! fakesdio.h
43425 ____________________________________________________________________________
43426 [  7697] By: jhi                                   on 2000/11/15  03:39:14
43427         Log: Linenumber fix.
43428      Branch: perl
43429            ! t/pragma/warn/utf8
43430 ____________________________________________________________________________
43431 [  7696] By: jhi                                   on 2000/11/15  02:55:26
43432         Log: EBCDIC tweaks.
43433              
43434              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
43435              From: Peter Prymmer <pvhp@forte.com>
43436              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
43437              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
43438      Branch: perl
43439            ! t/op/regmesg.t t/pragma/warn/utf8
43440 ____________________________________________________________________________
43441 [  7695] By: jhi                                   on 2000/11/15  02:53:58
43442         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
43443              From: Peter Prymmer <pvhp@forte.com>
43444              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
43445              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
43446      Branch: perl
43447            ! utf8.c
43448 ____________________________________________________________________________
43449 [  7694] By: jhi                                   on 2000/11/15  02:50:55
43450         Log: Subject: [PATCH: perl@7674] updates to README.os390
43451              From: Prymmer/Kahn <pvhp@best.com>
43452              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
43453              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
43454      Branch: perl
43455            ! README.os390
43456 ____________________________________________________________________________
43457 [  7693] By: jhi                                   on 2000/11/15  02:48:37
43458         Log: Quit utf8_to_uv() instantly if curlen == 0.
43459      Branch: perl
43460            ! utf8.c
43461 ____________________________________________________________________________
43462 [  7692] By: jhi                                   on 2000/11/15  02:24:29
43463         Log: Use u_int32_t for the size of hash_cb(), not size_t.
43464              
43465              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
43466              From: Jens Hamisch <jens@Strawberry.COM>     
43467              Date: Tue, 14 Nov 2000 19:03:55 +0100
43468              Message-Id: <20001114190355.A20559@Strawberry.COM>
43469      Branch: perl
43470            ! ext/DB_File/DB_File.xs
43471 ____________________________________________________________________________
43472 [  7691] By: jhi                                   on 2000/11/15  02:20:12
43473         Log: Use UINT64_C().
43474              
43475              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
43476              From: Jens Hamisch <jens@Strawberry.COM>
43477              Date: Tue, 14 Nov 2000 19:16:23 +0100
43478              Message-Id: <20001114191623.G20559@Strawberry.COM>
43479      Branch: perl
43480            ! utf8.c utf8.h
43481 ____________________________________________________________________________
43482 [  7690] By: jhi                                   on 2000/11/15  02:17:06
43483         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
43484              (a macro to define signed and unsigned integer constants).
43485      Branch: perl
43486            ! handy.h
43487 ____________________________________________________________________________
43488 [  7689] By: jhi                                   on 2000/11/15  01:56:51
43489         Log: Regen Configure.
43490      Branch: perl
43491            ! Configure
43492 ____________________________________________________________________________
43493 [  7688] By: jhi                                   on 2000/11/15  01:56:32
43494         Log: Make the unit know about SOCKS.
43495      Branch: metaconfig
43496            ! U/protos/socksizetype.U
43497 ____________________________________________________________________________
43498 [  7687] By: jhi                                   on 2000/11/15  01:54:47
43499         Log: Remove unused dependencies.
43500      Branch: metaconfig
43501            ! U/compline/d_getpagsz.U
43502 ____________________________________________________________________________
43503 [  7686] By: nick                                  on 2000/11/14  21:25:13
43504         Log: Integrate mainline.
43505      Branch: perlio
43506           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
43507           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
43508           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
43509           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
43510           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
43511           !> win32/config.bc win32/config.gc win32/config.vc
43512           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
43513 ____________________________________________________________________________
43514 [  7685] By: jhi                                   on 2000/11/14  17:54:56
43515         Log: Integrate perlio.
43516      Branch: perl
43517           +> fakesdio.h perliol.h
43518           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
43519           !> perlsdio.h perlsfio.h pod/perlfunc.pod
43520 ____________________________________________________________________________
43521 [  7684] By: nick                                  on 2000/11/14  17:43:04
43522         Log: PerlIO #include and #ifdef re-work.
43523      Branch: perlio
43524            + fakesdio.h perliol.h
43525            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
43526            ! perlsdio.h perlsfio.h
43527 ____________________________________________________________________________
43528 [  7683] By: jhi                                   on 2000/11/14  15:42:40
43529         Log: Hoist the duplicated socket/netdb include logic to perl.h;
43530              undef SETERRNO in case SOCKS has defined it.  Based on:
43531              
43532              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
43533              From: Jens Hamisch <jens@Strawberry.COM> 
43534              Date: Tue, 14 Nov 2000 11:34:40 +0100
43535              Message-Id: <20001114113440.A20005@Strawberry.COM>
43536      Branch: perl
43537            ! doio.c perl.h pp_sys.c
43538 ____________________________________________________________________________
43539 [  7682] By: jhi                                   on 2000/11/14  14:07:28
43540         Log: Subject: some additions for makefiles for win32 (for perl@7674)
43541              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43542              Date: Tue, 14 Nov 2000 09:31:13 +0300
43543              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
43544      Branch: perl
43545            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
43546            ! win32/makefile.mk
43547 ____________________________________________________________________________
43548 [  7681] By: jhi                                   on 2000/11/14  14:01:41
43549         Log: Subject: tiny typo in perl5db.pl
43550              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43551              Date: Tue, 14 Nov 2000 09:29:28 +0300
43552              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
43553      Branch: perl
43554            ! lib/perl5db.pl
43555 ____________________________________________________________________________
43556 [  7680] By: jhi                                   on 2000/11/14  04:13:50
43557         Log: Redo #7679 with LFs instead of CRLFs.
43558      Branch: perl
43559            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
43560            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
43561            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
43562 ____________________________________________________________________________
43563 [  7679] By: jhi                                   on 2000/11/14  01:21:09
43564         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
43565              From: Benjamin Stuhl <tiriath@yahoo.com> 
43566              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
43567              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
43568      Branch: perl
43569            + win32/bin/mdelete.bat
43570            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
43571            ! makedef.pl perlio.c win32/Makefile win32/config.gc
43572            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
43573 ____________________________________________________________________________
43574 [  7678] By: jhi                                   on 2000/11/14  01:19:20
43575         Log: Fix the re extension building for Win32.
43576              
43577              Subject: [PATCH perl@7638] Get PerlIO building on Win32
43578              From: Benjamin Stuhl <tiriath@yahoo.com> 
43579              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
43580              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
43581      Branch: perl
43582            + ext/re/hints/MSWin32.pl
43583            ! MANIFEST
43584 ____________________________________________________________________________
43585 [  7677] By: jhi                                   on 2000/11/14  01:13:54
43586         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
43587              From: sthoenna@efn.org
43588              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
43589              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
43590      Branch: perl
43591            ! doop.c pp.c toke.c utf8.c utf8.h
43592 ____________________________________________________________________________
43593 [  7676] By: jhi                                   on 2000/11/13  20:23:15
43594         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
43595              From: Nicholas Clark <nick@ccl4.org>
43596              Date: Mon, 13 Nov 2000 18:55:04 +0000
43597              Message-ID: <20001113185504.J29183@plum.flirble.org>
43598      Branch: perl
43599            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
43600 ____________________________________________________________________________
43601 [  7675] By: nick                                  on 2000/11/13  20:21:57
43602         Log: Integrate mainline ...
43603      Branch: perlio
43604           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
43605           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
43606           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
43607           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
43608 ____________________________________________________________________________
43609 [  7674] By: jhi                                   on 2000/11/13  15:07:56
43610         Log: Update Changes.
43611      Branch: perl
43612            ! Changes patchlevel.h
43613 ____________________________________________________________________________
43614 [  7673] By: jhi                                   on 2000/11/13  14:42:42
43615         Log: Remove the new two tests of lib/io_xs for now, they seem to
43616              fail under perlio on some platforms.
43617      Branch: perl
43618            ! t/lib/io_xs.t
43619 ____________________________________________________________________________
43620 [  7672] By: jhi                                   on 2000/11/13  13:57:53
43621         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
43622      Branch: perl
43623            ! perlio.c
43624 ____________________________________________________________________________
43625 [  7671] By: jhi                                   on 2000/11/13  05:30:48
43626         Log: Placate nervous compilers that see longer than ints switch()ing.
43627      Branch: perl
43628            ! utf8.c
43629 ____________________________________________________________________________
43630 [  7670] By: jhi                                   on 2000/11/13  05:14:21
43631         Log: fputs() does return EOF on error but here we don't care.
43632      Branch: perl
43633            ! perlio.c
43634 ____________________________________________________________________________
43635 [  7669] By: jhi                                   on 2000/11/13  05:02:45
43636         Log: Declare reg_data like reg_substr_data.
43637      Branch: perl
43638            ! regexp.h
43639 ____________________________________________________________________________
43640 [  7668] By: jhi                                   on 2000/11/13  04:54:34
43641         Log: Typos in #7667.
43642      Branch: perl
43643            ! perl.h
43644 ____________________________________________________________________________
43645 [  7667] By: jhi                                   on 2000/11/13  04:49:49
43646         Log: Cleanup messy #ifdef.
43647      Branch: perl
43648            ! perl.h
43649 ____________________________________________________________________________
43650 [  7666] By: jhi                                   on 2000/11/13  04:17:34
43651         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
43652              From: Nicholas Clark <nick@talking.bollo.cx>
43653              Date: Sun, 12 Nov 2000 21:14:11 +0000
43654              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
43655              
43656              Note: only one breakage of the two reported is fixed by this patch.
43657      Branch: perl
43658            ! perlio.c
43659 ____________________________________________________________________________
43660 [  7665] By: jhi                                   on 2000/11/13  04:05:07
43661         Log: Tweak the definition of the bit complement on UTF-8 data:
43662              if none of the characters in the string are > 0xff,
43663              the result is a complemented byte string, not a (UTF-8)
43664              char string.  Based on the summary in
43665              
43666              Subject: Re: [ID 20000918.005] ~ on wide chars
43667              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
43668              Date: Fri, 10 Nov 2000 09:47:15 -0800
43669              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
43670              
43671              This should give us the maximum backward (pre-char string)
43672              compatibility and utf8 compatibility.  The other alternative
43673              would be to limit the bit complement to be always byte only,
43674              taking the least significant byte of the chars.
43675      Branch: perl
43676            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
43677 ____________________________________________________________________________
43678 [  7664] By: jhi                                   on 2000/11/13  00:23:44
43679         Log: Couple of tests from #7660 salvaged.
43680      Branch: perl
43681            - t/op/tell.t
43682            ! MANIFEST t/io/tell.t
43683 ____________________________________________________________________________
43684 [  7663] By: jhi                                   on 2000/11/13  00:02:48
43685         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
43686              From: Nicholas Clark <nick@talking.bollo.cx>
43687              Date: Sun, 12 Nov 2000 21:23:43 +0000
43688              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
43689      Branch: perl
43690            ! perlsfio.h
43691 ____________________________________________________________________________
43692 [  7662] By: jhi                                   on 2000/11/13  00:01:39
43693         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
43694              From: Nicholas Clark <nick@talking.bollo.cx>
43695              Date: Sun, 12 Nov 2000 21:30:04 +0000
43696              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
43697      Branch: perl
43698            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
43699 ____________________________________________________________________________
43700 [  7661] By: jhi                                   on 2000/11/12  23:57:29
43701         Log: Document tell() on special streams.
43702      Branch: perl
43703            ! pod/perlfunc.pod
43704 ____________________________________________________________________________
43705 [  7660] By: jhi                                   on 2000/11/12  23:54:22
43706         Log: (Subsumed by #7664)
43707      Branch: perl
43708            + t/op/tell.t
43709            ! MANIFEST
43710 ____________________________________________________________________________
43711 [  7659] By: jhi                                   on 2000/11/12  22:55:25
43712         Log: Many subdocumented return values of the IO extension now documented.
43713              ungetc and write still left subdocumented.
43714              
43715              Subject: [PATCH] (was Re: IO::Handle::ungetc)
43716              From: Nicholas Clark <nick@talking.bollo.cx>
43717              Date: Sun, 12 Nov 2000 21:35:53 +0000
43718              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
43719      Branch: perl
43720            ! ext/IO/lib/IO/Handle.pm
43721 ____________________________________________________________________________
43722 [  7658] By: jhi                                   on 2000/11/12  21:37:06
43723         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
43724              From: Nicholas Clark <nick@talking.bollo.cx>
43725              Date: Sun, 12 Nov 2000 20:03:22 +0000
43726              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
43727      Branch: perl
43728            ! pod/perlfunc.pod
43729 ____________________________________________________________________________
43730 [  7657] By: jhi                                   on 2000/11/12  20:34:55
43731         Log: Integrate perlio.
43732      Branch: perl
43733           !> perlio.c
43734 ____________________________________________________________________________
43735 [  7656] By: nick                                  on 2000/11/12  19:25:06
43736         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
43737      Branch: perlio
43738            ! perlio.c
43739 ____________________________________________________________________________
43740 [  7655] By: nick                                  on 2000/11/12  19:09:41
43741         Log: Integrate mainline
43742      Branch: perlio
43743           +> README.solaris ext/Encode/Encode/cp1006.enc
43744           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
43745           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
43746           +> ext/Encode/Encode/iso8859-13.enc
43747           +> ext/Encode/Encode/iso8859-14.enc
43748           +> ext/Encode/Encode/iso8859-15.enc
43749           !> (integrate 34 files)
43750 ____________________________________________________________________________
43751 [  7654] By: jhi                                   on 2000/11/12  19:00:22
43752         Log: Add a metaconfig unit for fsync.
43753      Branch: metaconfig/U/perl
43754            + d_fsync.U
43755 ____________________________________________________________________________
43756 [  7653] By: jhi                                   on 2000/11/12  19:00:01
43757         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
43758      Branch: perl
43759            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43760            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
43761            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43762            ! vos/config.ga.h win32/config.bc win32/config.gc
43763            ! win32/config.vc
43764 ____________________________________________________________________________
43765 [  7652] By: jhi                                   on 2000/11/11  21:12:01
43766         Log: Copy the s// information of README.hpux also to the perlrun.
43767      Branch: perl
43768            ! README.hpux pod/perlrun.pod
43769 ____________________________________________________________________________
43770 [  7651] By: jhi                                   on 2000/11/11  21:03:13
43771         Log: More README.solaris updates from Andy Dougherty.
43772      Branch: perl
43773            ! README.solaris
43774 ____________________________________________________________________________
43775 [  7650] By: jhi                                   on 2000/11/11  18:38:57
43776         Log: More descriptive error for unknown perlio layers.
43777              
43778              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
43779              From: Dominic Dunlop <domo@computer.org> 
43780              Date: Sat, 11 Nov 2000 18:20:32 +0100             
43781              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
43782      Branch: perl
43783            ! perlio.c pod/perldiag.pod
43784 ____________________________________________________________________________
43785 [  7649] By: jhi                                   on 2000/11/11  18:37:52
43786         Log: MachTen doesn't really do mmap() and munmap().
43787              
43788              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
43789              From: Dominic Dunlop <domo@computer.org> 
43790              Date: Sat, 11 Nov 2000 18:20:32 +0100             
43791              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
43792      Branch: perl
43793            ! hints/machten.sh
43794 ____________________________________________________________________________
43795 [  7648] By: jhi                                   on 2000/11/11  18:36:46
43796         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
43797              From: rspier@pobox.com (Robert Spier)
43798              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
43799              Message-ID: <14861.32839.491271.985797@rls.cx>
43800      Branch: perl
43801            ! Porting/Contract pod/perltoot.pod
43802 ____________________________________________________________________________
43803 [  7647] By: jhi                                   on 2000/11/11  18:35:30
43804         Log: Simplify the getpagesize() unit by dropping the
43805              pagesize probe since it's nowadays slightly more
43806              complicated because of sysconf(). (Note: if some
43807              platform really needs the -lPW for getpagesize,
43808              I just broke it.)
43809              
43810              TODO: a new pagesize unit.
43811      Branch: metaconfig
43812            ! U/compline/d_getpagsz.U
43813 ____________________________________________________________________________
43814 [  7646] By: jhi                                   on 2000/11/11  18:33:23
43815         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
43816      Branch: perl
43817            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43818            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
43819            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43820            ! vos/config.ga.h win32/config.bc win32/config.gc
43821            ! win32/config.vc
43822 ____________________________________________________________________________
43823 [  7645] By: jhi                                   on 2000/11/11  16:45:15
43824         Log: Use sysconf() or getpagesize() to find out the pagesize.
43825      Branch: perl
43826            ! perlio.c
43827 ____________________________________________________________________________
43828 [  7644] By: jhi                                   on 2000/11/11  15:46:08
43829         Log: Integrate perlio.
43830      Branch: perl
43831           !> perlio.c
43832 ____________________________________________________________________________
43833 [  7643] By: jhi                                   on 2000/11/11  15:33:36
43834         Log: Subject: Re: [PATCH] README.solaris
43835              From: Lupe Christoph <lupe@lupe-christoph.de>
43836              Date: Sat, 11 Nov 2000 14:08:10 +0100
43837              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
43838      Branch: perl
43839            ! README.solaris
43840 ____________________________________________________________________________
43841 [  7642] By: jhi                                   on 2000/11/11  15:22:12
43842         Log: Subject: [PATCH perl@7638] cygwin port
43843              From: "Eric Fifer" <egf7@columbia.edu>            
43844              Date: Fri, 10 Nov 2000 19:30:30 -0000
43845              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
43846      Branch: perl
43847            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
43848 ____________________________________________________________________________
43849 [  7641] By: nick                                  on 2000/11/11  14:50:36
43850         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
43851              Also call "Buf" layer directly when unread'ing non-read chars.
43852      Branch: perlio
43853            ! perlio.c
43854 ____________________________________________________________________________
43855 [  7640] By: jhi                                   on 2000/11/11  02:05:02
43856         Log: Add more encoding tables.
43857      Branch: perl
43858            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
43859            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
43860            + ext/Encode/Encode/iso8859-10.enc
43861            + ext/Encode/Encode/iso8859-13.enc
43862            + ext/Encode/Encode/iso8859-14.enc
43863            + ext/Encode/Encode/iso8859-15.enc
43864            ! MANIFEST
43865 ____________________________________________________________________________
43866 [  7639] By: jhi                                   on 2000/11/10  18:49:25
43867         Log: Subject: [PATCH] README.solaris
43868              From: Andy Dougherty <doughera@lafayette.edu>
43869              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
43870              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
43871      Branch: perl
43872            + README.solaris
43873            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
43874            ! pod/perl.pod pod/perltoc.pod
43875 ____________________________________________________________________________
43876 [  7638] By: jhi                                   on 2000/11/10  15:04:15
43877         Log: Update Changes.
43878      Branch: perl
43879            ! Changes patchlevel.h
43880 ____________________________________________________________________________
43881 [  7637] By: jhi                                   on 2000/11/10  14:14:28
43882         Log: Explain better why certain regex tests are skipped.
43883              
43884              Subject: Re: tests skipped: unknown reason
43885              From: Lupe Christoph <lupe@lupe-christoph.de>
43886              Date: Fri, 10 Nov 2000 09:08:56 +0100
43887              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
43888      Branch: perl
43889            ! t/op/regexp.t
43890 ____________________________________________________________________________
43891 [  7636] By: nick                                  on 2000/11/10  13:40:00
43892         Log: Integrate mainline.
43893      Branch: perlio
43894           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
43895           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
43896           !> win32/bin/search.pl
43897 ____________________________________________________________________________
43898 [  7635] By: nick                                  on 2000/11/10  13:25:52
43899         Log: Re-instate stdio large file support via perlio.
43900      Branch: perl
43901            ! perlio.c
43902 ____________________________________________________________________________
43903 [  7634] By: jhi                                   on 2000/11/10  04:49:55
43904         Log: Amdahl UTS hints updates.
43905              
43906              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
43907              From: hom00@utsglobal.com (Harold O Morris)
43908              Date: Thu, 9 Nov 2000 20:02 PST
43909              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
43910      Branch: perl
43911            ! hints/uts.sh
43912 ____________________________________________________________________________
43913 [  7633] By: jhi                                   on 2000/11/09  23:33:28
43914         Log: Subject: [PATCH] IO::Seekable pod
43915              From: Nicholas Clark <nick@talking.bollo.cx>
43916              Date: Thu, 9 Nov 2000 20:29:45 +0000
43917              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
43918      Branch: perl
43919            ! ext/IO/lib/IO/Handle.pm
43920 ____________________________________________________________________________
43921 [  7632] By: jhi                                   on 2000/11/09  21:55:41
43922         Log: Various doc oddball characters.
43923              
43924              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
43925              From: Michael Somos <somos@grail.cba.csuohio.edu>
43926              Date: Mon, 6 Nov 2000 17:44:20 -0500
43927              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
43928      Branch: perl
43929            ! emacs/cperl-mode.el lib/unicode/syllables.txt
43930            ! win32/bin/search.pl
43931 ____________________________________________________________________________
43932 [  7631] By: jhi                                   on 2000/11/09  21:12:29
43933         Log: Subject: Re: bash -c exit and linux hints 
43934              From: "John P. Linderman" <jpl@research.att.com>
43935              Date: Thu, 02 Nov 2000 09:37:25 -0500
43936              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
43937      Branch: perl
43938            ! hints/linux.sh
43939 ____________________________________________________________________________
43940 [  7630] By: nick                                  on 2000/11/09  20:34:11
43941         Log: Integrate mainline.
43942      Branch: perlio
43943           !> (integrate 91 files)
43944 ____________________________________________________________________________
43945 [  7629] By: jhi                                   on 2000/11/09  19:46:31
43946         Log: Missing dTHXs.
43947              
43948              Subject: RE: perl@7595 builds not on cygwin
43949              From: "Eric Fifer" <egf7@columbia.edu>
43950              Date: Thu, 9 Nov 2000 19:26:50 -0000
43951              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
43952      Branch: perl
43953            ! ext/Devel/Peek/Peek.xs
43954 ____________________________________________________________________________
43955 [  7628] By: jhi                                   on 2000/11/09  14:48:27
43956         Log: Disable only the tests 99 and 166 for UTF-8 locales.
43957      Branch: perl
43958            ! t/pragma/locale.t
43959 ____________________________________________________________________________
43960 [  7627] By: jhi                                   on 2000/11/09  14:40:27
43961         Log: There's no =head3.
43962      Branch: perl
43963            ! pod/perlhack.pod
43964 ____________________________________________________________________________
43965 [  7626] By: jhi                                   on 2000/11/09  13:54:26
43966         Log: The generated boot_* headers are wrong.  Pickier compiler,
43967              such as KAI C++ will refuse to compile the resulting perlmain.
43968              
43969              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
43970              From: Harri Pasanen <harri.pasanen@trema.com>
43971              Date: Thu, 09 Nov 2000 14:23:28 +0100
43972              Message-Id: <3A0AA550.26D548A3@trema.com>
43973      Branch: perl
43974            ! minimod.pl
43975 ____________________________________________________________________________
43976 [  7625] By: jhi                                   on 2000/11/09  13:50:44
43977         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
43978              From: Prymmer/Kahn <pvhp@best.com>
43979              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
43980              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
43981              
43982              All except the "cow orker" change.
43983      Branch: perl
43984            ! Porting/pumpkin.pod
43985 ____________________________________________________________________________
43986 [  7624] By: jhi                                   on 2000/11/09  13:45:33
43987         Log: Fix for
43988              
43989              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
43990              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
43991              Date: Thu, 09 Nov 2000 11:05:52 +0100
43992              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
43993      Branch: perl
43994            ! pod/perldiag.pod t/pragma/warn/pp_sys
43995 ____________________________________________________________________________
43996 [  7623] By: jhi                                   on 2000/11/09  13:37:16
43997         Log: Typo in an ifndef.
43998              
43999              Subject: Re: [PATCH 5.7.0] better messages from malloc()
44000              From: Joe Smith <jms@inwap.com>         
44001              Date: Thu, 09 Nov 2000 01:33:14 -0800
44002              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
44003      Branch: perl
44004            ! malloc.c
44005 ____________________________________________________________________________
44006 [  7622] By: jhi                                   on 2000/11/09  13:31:18
44007         Log: Remove unused extra arguments.
44008      Branch: metaconfig/U/perl
44009            ! perlxv.U
44010      Branch: perl
44011            ! Configure config_h.SH
44012 ____________________________________________________________________________
44013 [  7621] By: jhi                                   on 2000/11/09  13:16:36
44014         Log: More VMS moves on environment handling, from Charles Lane.
44015      Branch: perl
44016            ! t/pragma/locale.t
44017 ____________________________________________________________________________
44018 [  7620] By: jhi                                   on 2000/11/09  04:42:38
44019         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
44020              From: David Dyck <dcd@tc.fluke.com>
44021              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
44022              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
44023      Branch: perl
44024            ! pp_sys.c
44025 ____________________________________________________________________________
44026 [  7619] By: jhi                                   on 2000/11/09  04:36:21
44027         Log: Forgot from #7618.
44028      Branch: perl
44029            ! lib/File/stat.pm
44030 ____________________________________________________________________________
44031 [  7618] By: jhi                                   on 2000/11/09  04:28:44
44032         Log: Make deleting for %ENV work for (newer versions of) VMS,
44033              from Craig A. Berry.
44034      Branch: perl
44035            ! vms/vms.c
44036 ____________________________________________________________________________
44037 [  7617] By: jhi                                   on 2000/11/09  04:25:05
44038         Log: Subject: [PATCH] Class::Struct at compile time
44039              From: "Casey R. Tweten" <crt@kiski.net>
44040              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
44041              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
44042      Branch: perl
44043            ! lib/Class/Struct.pm
44044 ____________________________________________________________________________
44045 [  7616] By: jhi                                   on 2000/11/09  04:15:17
44046         Log: Subject: [ID 20001108.013] spelling
44047              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
44048              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
44049              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
44050      Branch: perl
44051            ! lib/ftp.pl
44052 ____________________________________________________________________________
44053 [  7615] By: jhi                                   on 2000/11/09  04:12:42
44054         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
44055              From: Peter Prymmer <pvhp@forte.com>
44056              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
44057              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
44058      Branch: perl
44059            ! configure.com
44060 ____________________________________________________________________________
44061 [  7614] By: jhi                                   on 2000/11/08  22:42:55
44062         Log: A missing aTHX_.
44063      Branch: perl
44064            ! ext/IPC/SysV/SysV.xs
44065 ____________________________________________________________________________
44066 [  7613] By: jhi                                   on 2000/11/08  19:30:21
44067         Log: Update Changes.
44068      Branch: perl
44069            ! Changes patchlevel.h
44070 ____________________________________________________________________________
44071 [  7612] By: jhi                                   on 2000/11/08  18:35:25
44072         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
44073              From: David Dyck <dcd@tc.fluke.com>
44074              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
44075              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
44076      Branch: perl
44077            ! pp_sys.c
44078 ____________________________________________________________________________
44079 [  7611] By: jhi                                   on 2000/11/08  18:30:26
44080         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
44081              From: Dominic Dunlop <domo@computer.org>
44082              Date: Tue, 7 Nov 2000 12:05:25 +0100
44083              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
44084      Branch: perl
44085            ! malloc.c
44086 ____________________________________________________________________________
44087 [  7610] By: jhi                                   on 2000/11/08  18:25:14
44088         Log: Do not test UTF-8 locales since that the tests would require
44089              polymorphic regexen.
44090      Branch: perl
44091            ! t/pragma/locale.t
44092 ____________________________________________________________________________
44093 [  7609] By: jhi                                   on 2000/11/08  17:12:51
44094         Log: Locale buglets.
44095              
44096              Subject: RE: Locales support (setlocale) fixes
44097              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44098              Date: Wed, 8 Nov 2000 20:01:39 +0300
44099              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
44100      Branch: perl
44101            ! t/pragma/locale.t util.c
44102 ____________________________________________________________________________
44103 [  7608] By: jhi                                   on 2000/11/08  17:00:16
44104         Log: Deleting $ENV{PATH} in VMS is not recommendable.
44105      Branch: perl
44106            ! t/pragma/locale.t
44107 ____________________________________________________________________________
44108 [  7607] By: jhi                                   on 2000/11/08  16:58:26
44109         Log: Subject: PATCH std stdio for (Free)BSD
44110              From: Nicholas Clark <nick@ccl4.org>
44111              Date: Wed, 8 Nov 2000 15:36:29 +0000
44112              Message-ID: <20001108153629.D98736@plum.flirble.org>
44113      Branch: metaconfig
44114            ! U/compline/d_stdstdio.U
44115      Branch: perl
44116            ! Configure config_h.SH
44117 ____________________________________________________________________________
44118 [  7606] By: jhi                                   on 2000/11/08  16:43:31
44119         Log: Forgot to bump the line numbers in #7601.
44120      Branch: perl
44121            ! t/pragma/warn/pp_sys
44122 ____________________________________________________________________________
44123 [  7605] By: jhi                                   on 2000/11/08  16:39:12
44124         Log: More careful detection of how well NVs and UVs mix.
44125              
44126              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))
44127              From: Nicholas Clark <nick@ccl4.org>
44128              Date: Wed, 8 Nov 2000 15:14:12 +0000
44129              Message-ID: <20001108151412.B98736@plum.flirble.org>
44130              
44131              Added some SIGFPE paranoia.
44132      Branch: metaconfig/U/perl
44133            ! perlxv.U
44134      Branch: perl
44135            ! Configure config_h.SH
44136 ____________________________________________________________________________
44137 [  7604] By: jhi                                   on 2000/11/08  14:39:10
44138         Log: Subject: [patch perl@7595] VMS configure.com tweak
44139              From: "Craig A. Berry" <craigberry@mac.com>
44140              Date: Wed, 8 Nov 2000 00:24:12 -0600
44141              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
44142      Branch: perl
44143            ! configure.com
44144 ____________________________________________________________________________
44145 [  7603] By: jhi                                   on 2000/11/08  14:27:11
44146         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
44147              From: Robin Barker <rmb1@cise.npl.co.uk>
44148              Date: Wed, 8 Nov 2000 11:11:39 GMT
44149              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
44150      Branch: perl
44151            ! perlio.c
44152 ____________________________________________________________________________
44153 [  7602] By: jhi                                   on 2000/11/08  14:25:03
44154         Log: Fix for the tie-refhash string table leaks.
44155              
44156              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
44157              Date: Wed, 8 Nov 2000 13:03:04 GMT
44158              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
44159      Branch: perl
44160            ! t/lib/tie-refhash.t
44161 ____________________________________________________________________________
44162 [  7601] By: jhi                                   on 2000/11/08  14:21:08
44163         Log: Try to avoid flockless and emulationless places.
44164      Branch: perl
44165            ! t/pragma/warn/pp_sys
44166 ____________________________________________________________________________
44167 [  7600] By: jhi                                   on 2000/11/08  02:28:54
44168         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
44169              
44170              Subject: [PATCH] prototyped functions that should be overrideable
44171              From: "Casey R. Tweten" <crt@kiski.net>
44172              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
44173              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
44174      Branch: perl
44175            ! toke.c
44176 ____________________________________________________________________________
44177 [  7599] By: jhi                                   on 2000/11/08  01:12:05
44178         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
44179              
44180              Subject: [PATCH] perlbug.PL
44181              From: "Kurt D. Starsinic" <kstar@chapin.edu>
44182              Date: Mon, 6 Nov 2000 21:39:01 -0500
44183              Message-ID: <20001106213901.B20955@O2.chapin.edu>
44184      Branch: perl
44185            ! utils/perlbug.PL
44186 ____________________________________________________________________________
44187 [  7598] By: jhi                                   on 2000/11/07  23:42:00
44188         Log: Bad thinko in #7581 (I used the test program with the expanded
44189              values as-is).
44190      Branch: metaconfig
44191            ! U/compline/d_stdstdio.U
44192      Branch: perl
44193            ! Configure
44194 ____________________________________________________________________________
44195 [  7597] By: jhi                                   on 2000/11/07  21:43:29
44196         Log: Subject: [PATCH perl@7573] cygwin port
44197              From: "Fifer, Eric" <EFifer@sanwaint.com>
44198              Date: Tue, 7 Nov 2000 18:08:51 -0000 
44199              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
44200              
44201              Synchronize with Cygwin 1.1.5.
44202      Branch: perl
44203            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
44204            ! pod/perlport.pod unixish.h util.c
44205 ____________________________________________________________________________
44206 [  7596] By: jhi                                   on 2000/11/07  21:39:25
44207         Log: perlhack updates from H.Merijn Brand.
44208      Branch: perl
44209            ! pod/perlhack.pod
44210 ____________________________________________________________________________
44211 [  7595] By: jhi                                   on 2000/11/07  20:21:41
44212         Log: Update Changes.
44213      Branch: perl
44214            ! Changes patchlevel.h
44215 ____________________________________________________________________________
44216 [  7594] By: jhi                                   on 2000/11/07  19:18:58
44217         Log: Be more robust in Dynaloader.pm.
44218      Branch: perl
44219            ! ext/DynaLoader/DynaLoader_pm.PL
44220 ____________________________________________________________________________
44221 [  7593] By: jhi                                   on 2000/11/07  16:49:31
44222         Log: AUTHORS update.
44223      Branch: perl
44224            ! AUTHORS
44225 ____________________________________________________________________________
44226 [  7592] By: gsar                                  on 2000/11/07  16:39:51
44227         Log: normalize relative paths in virtualized current directory on windows,
44228              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
44229              returns)
44230      Branch: perl
44231            ! win32/vdir.h
44232 ____________________________________________________________________________
44233 [  7591] By: jhi                                   on 2000/11/07  16:04:26
44234         Log: Too profiler-happy: with optimization the #7590 actually makes
44235              the test to run 0.5% _slower_.  Requires much more instrumentation.
44236              Retract #7590.
44237      Branch: perl
44238            ! regcomp.c regcomp.h
44239 ____________________________________________________________________________
44240 [  7590] By: jhi                                   on 2000/11/07  15:51:13
44241         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
44242              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
44243              by using memset() and testing bytewise (as opposed to bitwise).
44244      Branch: perl
44245            ! regcomp.c regcomp.h
44246 ____________________________________________________________________________
44247 [  7589] By: jhi                                   on 2000/11/07  12:56:39
44248         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
44249              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44250              Date: Mon, 06 Nov 2000 23:45:30 -0500
44251              Message-Id: <0011079735.AA973576259@univpress.com>
44252      Branch: perl
44253            ! configure.com t/lib/st-lock.t
44254 ____________________________________________________________________________
44255 [  7588] By: jhi                                   on 2000/11/07  01:03:28
44256         Log: Tweak #7587.
44257      Branch: perl
44258            ! pod/perldiag.pod
44259 ____________________________________________________________________________
44260 [  7587] By: jhi                                   on 2000/11/07  01:00:27
44261         Log: A doc addition for bug id 20001105.019, beware \p.
44262      Branch: perl
44263            ! pod/perldiag.pod
44264 ____________________________________________________________________________
44265 [  7586] By: jhi                                   on 2000/11/07  00:32:22
44266         Log: Fake support of holey files in win/dosish platforms.
44267              
44268              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
44269              From: kipp@shonanblue.ne.jp
44270              Date: Mon, 6 Nov 2000 13:30:55 -0800
44271              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
44272      Branch: perl
44273            ! ext/SDBM_File/sdbm/sdbm.c
44274 ____________________________________________________________________________
44275 [  7585] By: jhi                                   on 2000/11/07  00:12:54
44276         Log: Subject: Pod updates
44277              From: "Stephen P. Potter" <spp@spotter.yi.org>
44278              Date: Mon, 06 Nov 2000 18:56:43 -0500
44279              Message-Id: <200011062357.SAA18173@spotter.yi.org>
44280      Branch: perl
44281            ! README.dos README.os2 README.win32 pod/buildtoc.PL
44282            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
44283            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
44284            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
44285            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
44286            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
44287            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
44288            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
44289            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
44290            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
44291            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
44292            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
44293            ! pod/perltootc.pod pod/perlunicode.pod
44294 ____________________________________________________________________________
44295 [  7584] By: jhi                                   on 2000/11/07  00:04:17
44296         Log: Varargs don't always work too well if one puts an unsigned
44297              char on the stack and pop an unsigned quad off the stack.
44298              
44299              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
44300              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
44301              Date: Mon, 06 Nov 2000 15:19:05 -0800
44302              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
44303      Branch: perl
44304            ! utf8.c
44305 ____________________________________________________________________________
44306 [  7583] By: jhi                                   on 2000/11/06  23:58:48
44307         Log: %ENV note tweaks from Dan Sugalski.
44308      Branch: perl
44309            ! pod/perlport.pod vms/perlvms.pod
44310 ____________________________________________________________________________
44311 [  7582] By: jhi                                   on 2000/11/06  23:05:49
44312         Log: glibc5 detection by __GNU_LIBRARY__.
44313      Branch: perl
44314            ! toke.c
44315 ____________________________________________________________________________
44316 [  7581] By: jhi                                   on 2000/11/06  22:51:29
44317         Log: Make the stdio test program of 7427 less noisy while being 
44318              compiled so that Digital UNIX wouldn't get both
44319              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
44320              undefined.  This makes perlio happy.
44321      Branch: metaconfig
44322            ! U/compline/d_stdstdio.U
44323      Branch: perl
44324            ! Configure config_h.SH
44325 ____________________________________________________________________________
44326 [  7580] By: jhi                                   on 2000/11/06  22:41:41
44327         Log: Document %ENV = () portability issues.
44328      Branch: perl
44329            ! pod/perlport.pod vms/perlvms.pod
44330 ____________________________________________________________________________
44331 [  7579] By: jhi                                   on 2000/11/06  21:29:24
44332         Log: VOS updates from Paul Green.
44333      Branch: perl
44334            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44335 ____________________________________________________________________________
44336 [  7578] By: jhi                                   on 2000/11/06  21:00:40
44337         Log: Sanitize the environment further.
44338      Branch: perl
44339            ! t/pragma/locale.t
44340 ____________________________________________________________________________
44341 [  7577] By: jhi                                   on 2000/11/06  20:53:51
44342         Log: Re-introduce 7552 lost in integration.
44343      Branch: perl
44344            ! perlio.c
44345 ____________________________________________________________________________
44346 [  7576] By: jhi                                   on 2000/11/06  20:33:46
44347         Log: Admit that the test leaks scalars.
44348      Branch: perl
44349            ! t/comp/proto.t
44350 ____________________________________________________________________________
44351 [  7575] By: jhi                                   on 2000/11/06  20:17:08
44352         Log: Integrate perlio.
44353      Branch: perl
44354           !> perlio.c
44355 ____________________________________________________________________________
44356 [  7574] By: nick                                  on 2000/11/06  20:07:28
44357         Log: Remove debug. Try (Mmap_t) on madvise() call.
44358      Branch: perlio
44359            ! perlio.c
44360 ____________________________________________________________________________
44361 [  7573] By: jhi                                   on 2000/11/06  13:56:05
44362         Log: Update Changes.
44363      Branch: perl
44364            ! Changes patchlevel.h
44365 ____________________________________________________________________________
44366 [  7572] By: jhi                                   on 2000/11/06  13:48:41
44367         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
44368              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44369              Date: Mon, 06 Nov 2000 10:11:42 +0100
44370              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
44371      Branch: perl
44372            ! pod/perlhack.pod
44373 ____________________________________________________________________________
44374 [  7571] By: jhi                                   on 2000/11/06  01:45:51
44375         Log: AUTHORS updates.
44376      Branch: perl
44377            ! AUTHORS
44378 ____________________________________________________________________________
44379 [  7570] By: jhi                                   on 2000/11/06  00:18:00
44380         Log: Fix for
44381              
44382              Subject: [ID 20000728.005] perl -P broken
44383              From: David Dyck <dcd@tc.fluke.com>
44384              Date: Fri, 28 Jul 2000 17:19:16 -0700
44385              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
44386              
44387              (hopefully).  The fix is also not complete, it seems to break
44388              BOM swallowing for libc5 systems, but until someone figures
44389              out a way to do this without ftell(), this will do.
44390      Branch: perl
44391            ! toke.c
44392 ____________________________________________________________________________
44393 [  7569] By: jhi                                   on 2000/11/06  00:05:30
44394         Log: Document that the evaled syntax errors cause scalar leaks.
44395      Branch: perl
44396            ! t/comp/proto.t
44397 ____________________________________________________________________________
44398 [  7568] By: jhi                                   on 2000/11/05  23:14:47
44399         Log: opmini.o can linger from Configures past.
44400      Branch: perl
44401            ! Makefile.SH
44402 ____________________________________________________________________________
44403 [  7567] By: jhi                                   on 2000/11/05  21:28:39
44404         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
44405              first argument correctly.
44406      Branch: perl
44407            ! perlio.c
44408 ____________________________________________________________________________
44409 [  7566] By: jhi                                   on 2000/11/05  21:15:56
44410         Log: Integrate perlio.
44411      Branch: perl
44412           !> perlio.c
44413 ____________________________________________________________________________
44414 [  7565] By: jhi                                   on 2000/11/05  21:15:13
44415         Log: Use -dM for gcc (the suggested patch did it only for Linux,
44416              but I think it can be generalized).
44417              
44418              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
44419              From: Pixel <pixel@mandrakesoft.com>
44420              Date: 05 Nov 2000 21:49:34 +0100 
44421              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
44422      Branch: perl
44423            ! ext/Errno/Errno_pm.PL
44424 ____________________________________________________________________________
44425 [  7564] By: nick                                  on 2000/11/05  21:09:18
44426         Log: Added a mmap layer as a "subclass" of perlio.
44427              PERLIO=mmap ./perl harness passes
44428      Branch: perlio
44429            ! perlio.c
44430 ____________________________________________________________________________
44431 [  7563] By: jhi                                   on 2000/11/05  19:48:55
44432         Log: Add a note for future generations about bug id 20000229.006.
44433      Branch: perl
44434            ! malloc.c
44435 ____________________________________________________________________________
44436 [  7562] By: jhi                                   on 2000/11/05  19:38:24
44437         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
44438      Branch: perl
44439            ! pp_ctl.c t/op/pos.t
44440 ____________________________________________________________________________
44441 [  7561] By: jhi                                   on 2000/11/05  18:21:46
44442         Log: Add =pod to be tidy.
44443      Branch: perl
44444            ! lib/Math/Complex.pm
44445 ____________________________________________________________________________
44446 [  7560] By: jhi                                   on 2000/11/05  17:38:46
44447         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
44448      Branch: perl
44449            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
44450            ! ext/Storable/Storable.xs t/lib/st-recurse.t
44451 ____________________________________________________________________________
44452 [  7559] By: jhi                                   on 2000/11/05  17:32:59
44453         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
44454              From: "Peter J. Farley III" <pjfarley@banet.net>
44455              Date: Sun, 05 Nov 2000 11:55:59 -0500
44456              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
44457      Branch: perl
44458            ! t/lib/syslog.t
44459 ____________________________________________________________________________
44460 [  7558] By: jhi                                   on 2000/11/05  17:29:19
44461         Log: Integrate perlio.
44462      Branch: perl
44463           !> perlio.c
44464 ____________________________________________________________________________
44465 [  7557] By: jhi                                   on 2000/11/05  17:22:01
44466         Log: A fix of sorts for 20000329.026, a better error message
44467              for a missing "use charnames" when using the \N{...}. 
44468      Branch: perl
44469            ! pod/perldiag.pod toke.c
44470 ____________________________________________________________________________
44471 [  7556] By: jhi                                   on 2000/11/05  16:33:50
44472         Log: Test tweak: show also the failed locales.
44473              
44474              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
44475              From: Lupe Christoph <lupe@lupe-christoph.de>         
44476              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
44477              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
44478      Branch: perl
44479            ! t/pragma/locale.t
44480 ____________________________________________________________________________
44481 [  7555] By: nick                                  on 2000/11/05  11:09:34
44482         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
44483              open RDWR so does not fail. (pragma/warnings 303 again...)
44484      Branch: perlio
44485            ! perlio.c
44486 ____________________________________________________________________________
44487 [  7554] By: nick                                  on 2000/11/05  10:10:13
44488         Log: Fix case where ungetc(f,EOF) was allowed.
44489              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
44490              so we can see similarities.
44491              Use types more carefully and a STDCHAR array in hope that this will
44492              fix Jarrko's 64bit machine.
44493      Branch: perlio
44494            ! perlio.c
44495 ____________________________________________________________________________
44496 [  7553] By: jhi                                   on 2000/11/05  01:12:16
44497         Log: Fix for
44498              
44499              Subject: [ID 20001004.007] taint propogation is inconsistent
44500              From: pimlott@idiomtech.com (Andrew Pimlott) 
44501              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
44502              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
44503              
44504              The culprit was sv_setsv() which was rather blindly
44505              propagating taint, which lead to behaviour where if
44506              a tainted anon hash value was seen all the hash values
44507              from then on at that level became tainted, or at any
44508              upper levels in the case of nested anon hashes.
44509      Branch: perl
44510            ! sv.c t/op/taint.t
44511 ____________________________________________________________________________
44512 [  7552] By: jhi                                   on 2000/11/04  23:44:18
44513         Log: Some cpps don't like splitting conditionals across several lines.
44514      Branch: perl
44515            ! perlio.c
44516 ____________________________________________________________________________
44517 [  7551] By: nick                                  on 2000/11/04  23:40:44
44518         Log: Integrate mainline
44519      Branch: perlio
44520           !> pp_hot.c t/op/taint.t
44521 ____________________________________________________________________________
44522 [  7550] By: nick                                  on 2000/11/04  23:39:05
44523         Log: Integrate mainline again
44524      Branch: perlio
44525           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
44526           !> t/lib/b.t t/op/misc.t util.c
44527 ____________________________________________________________________________
44528 [  7549] By: jhi                                   on 2000/11/04  23:14:01
44529         Log: Fix for
44530              
44531              Subject: [ID 20001004.006] undef is never tainted
44532              From: pimlott@idiomtech.com (Andrew Pimlott)
44533              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
44534              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
44535              
44536              An undef read from a slurped file was not tainted.
44537      Branch: perl
44538            ! pp_hot.c t/op/taint.t
44539 ____________________________________________________________________________
44540 [  7548] By: jhi                                   on 2000/11/04  22:56:21
44541         Log: Test tweak ($Config{useperlio} is by default undef) .
44542      Branch: perl
44543            ! t/lib/b.t
44544 ____________________________________________________________________________
44545 [  7547] By: jhi                                   on 2000/11/04  22:43:56
44546         Log: Integrate perlio.
44547      Branch: perl
44548           +> lib/perlio.pm
44549           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
44550           !> pod/perlapi.pod t/lib/b.t
44551 ____________________________________________________________________________
44552 [  7546] By: jhi                                   on 2000/11/04  22:40:59
44553         Log: Configure would use a bad $myuname from an old config.sh.
44554              
44555              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
44556              From: Andy Dougherty <doughera@lafayette.edu>
44557              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
44558              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
44559      Branch: metaconfig
44560            ! U/modified/Oldconfig.U
44561      Branch: perl
44562            ! Configure config_h.SH
44563 ____________________________________________________________________________
44564 [  7545] By: jhi                                   on 2000/11/04  22:36:54
44565         Log: Subject: Locales support (setlocale) fixes
44566              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44567              Date: Sat, 4 Nov 2000 10:15:48 +0300 
44568              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
44569              
44570              Modified quite a bit to be more portable.
44571      Branch: perl
44572            ! embed.h embed.pl perl.h proto.h util.c
44573 ____________________________________________________________________________
44574 [  7544] By: jhi                                   on 2000/11/04  22:32:47
44575         Log: Dying is too strict here, better just skip.
44576      Branch: perl
44577            ! t/op/misc.t
44578 ____________________________________________________________________________
44579 [  7543] By: nick                                  on 2000/11/04  21:55:13
44580         Log: Merge mainline
44581      Branch: perlio
44582           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
44583           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
44584           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
44585           !> (integrate 64 files)
44586 ____________________________________________________________________________
44587 [  7542] By: jhi                                   on 2000/11/04  21:09:28
44588         Log: More Changes tweakery.
44589      Branch: perl
44590            ! Changes Porting/genlog
44591 ____________________________________________________________________________
44592 [  7541] By: jhi                                   on 2000/11/04  20:58:18
44593         Log: Changes fixups.
44594      Branch: perl
44595            ! Changes
44596 ____________________________________________________________________________
44597 [  7540] By: jhi                                   on 2000/11/04  20:42:38
44598         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
44599              create a "fast path" for locale name probing using "locale -a"
44600              if available, squash finally hopefully the s?printf resetting
44601              the numeric locale (since, IIUC perllocale, it never shouldn't). 
44602      Branch: perl
44603            ! sv.c t/op/misc.t t/pragma/locale.t
44604 ____________________________________________________________________________
44605 [  7539] By: nick                                  on 2000/11/04  19:56:10
44606         Log: PerlIO infrastructure complete.
44607      Branch: perlio
44608            + lib/perlio.pm
44609            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
44610 ____________________________________________________________________________
44611 [  7538] By: nick                                  on 2000/11/04  14:31:32
44612         Log: Type tweaks + less contorted allocation scheme
44613      Branch: perlio
44614            ! perlio.c
44615 ____________________________________________________________________________
44616 [  7537] By: nick                                  on 2000/11/04  12:40:42
44617         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
44618              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
44619              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
44620              sensible) which lead to some interesting fails.
44621      Branch: perlio
44622            ! perlio.c
44623 ____________________________________________________________________________
44624 [  7536] By: jhi                                   on 2000/11/04  00:20:02
44625         Log: Add FCNTL_CAN_LOCK.
44626              
44627              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
44628              From: Andy Dougherty <doughera@lafayette.edu>
44629              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
44630              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
44631              
44632              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
44633              From: Andy Dougherty <doughera@lafayette.edu>
44634              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
44635              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
44636      Branch: metaconfig/U/perl
44637            + d_fcntl_can_lock.U
44638            ! startperl.U
44639      Branch: perl
44640            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44641            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
44642            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44643            ! vos/config.ga.h win32/config.bc win32/config.gc
44644            ! win32/config.vc
44645 ____________________________________________________________________________
44646 [  7535] By: nick                                  on 2000/11/03  22:19:10
44647         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
44648              - Works on Linux with
44649              perlio + unix
44650              stdio
44651              - Works on Solaris with
44652              perlio + unix
44653              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
44654              - Fails (hangs in openpid) if you try and stack
44655              perlio + stdio - Linux stdio's read() logic is hanging.
44656      Branch: perlio
44657            ! iperlsys.h perlio.c
44658 ____________________________________________________________________________
44659 [  7534] By: jhi                                   on 2000/11/03  15:16:02
44660         Log: Subject: Re: README.aix
44661              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44662              Date: Fri, 03 Nov 2000 16:03:15 +0100
44663              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
44664      Branch: perl
44665            ! README.aix
44666 ____________________________________________________________________________
44667 [  7533] By: jhi                                   on 2000/11/03  03:59:02
44668         Log: Subject: [PATCH 5.7.0] better messages from malloc()
44669              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44670              Date: Wed, 1 Nov 2000 23:39:56 -0500
44671              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
44672      Branch: perl
44673            ! malloc.c pod/perldiag.pod
44674 ____________________________________________________________________________
44675 [  7532] By: jhi                                   on 2000/11/03  00:11:56
44676         Log: The #7521 touched things it shouldn't have.
44677      Branch: perl
44678            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
44679 ____________________________________________________________________________
44680 [  7531] By: jhi                                   on 2000/11/02  22:32:33
44681         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
44682              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44683              Date:     Thu, 2 Nov 2000 16:58:36 EST
44684              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
44685      Branch: perl
44686            ! vms/gen_shrfls.pl
44687 ____________________________________________________________________________
44688 [  7530] By: jhi                                   on 2000/11/02  22:08:49
44689         Log: Fix the problem discussed in
44690              
44691              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
44692              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
44693              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
44694              
44695              originally from Linc Madison.  Also Andreas König's comments
44696              taken into account.  Some other problems with Tie::SubstrHash
44697              fixed: didn't croak when the table exceeded the requested number
44698              of entries (as documented) but instead when the number of entries
44699              exceeded the size of the table, a croak() had an unnecessary \n,
44700              didn't have a CLEAR method, documented that there is no exists().
44701              Didn't fix to be strict-proof because the module uses &foo; and
44702              dynamic scope.  Added a test script exercizing both first tamely 
44703              the basic functionality, and then the failure cases reported by
44704              Linc Madison.
44705      Branch: perl
44706            + t/lib/tie-substrhash.t
44707            ! MANIFEST lib/Tie/SubstrHash.pm
44708 ____________________________________________________________________________
44709 [  7529] By: jhi                                   on 2000/11/02  17:58:08
44710         Log: recv() can fail and return undef.
44711              
44712              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
44713              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
44714              Date: Thu, 2 Nov 2000 20:12:20 +0300
44715              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
44716      Branch: perl
44717            ! lib/Net/Ping.pm
44718 ____________________________________________________________________________
44719 [  7528] By: jhi                                   on 2000/11/02  17:49:09
44720         Log: Detpyo.
44721      Branch: perl
44722            ! pod/perlop.pod
44723 ____________________________________________________________________________
44724 [  7527] By: jhi                                   on 2000/11/02  15:48:37
44725         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
44726              fix a autovivification bug in Tie::RefHash, add tests for both.
44727              
44728              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
44729              From: Edward Avis <epa98@doc.ic.ac.uk>
44730              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
44731              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
44732      Branch: perl
44733            + t/lib/tie-refhash.t
44734            ! MANIFEST lib/Tie/RefHash.pm
44735 ____________________________________________________________________________
44736 [  7526] By: jhi                                   on 2000/11/02  13:56:26
44737         Log: Test::Harness revealed buglets in the new DynaLoader.
44738              
44739              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
44740              From: andreas.koenig@anima.de (Andreas J. Koenig)
44741              Date: 02 Nov 2000 11:26:48 +0100 
44742              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
44743      Branch: perl
44744            ! ext/DynaLoader/DynaLoader_pm.PL
44745 ____________________________________________________________________________
44746 [  7525] By: jhi                                   on 2000/11/01  23:52:08
44747         Log: The entry for #7503 was missing.
44748      Branch: perl
44749            ! Changes
44750 ____________________________________________________________________________
44751 [  7524] By: jhi                                   on 2000/11/01  23:40:52
44752         Log: Update Changes.
44753      Branch: perl
44754            ! Changes patchlevel.h
44755 ____________________________________________________________________________
44756 [  7523] By: jhi                                   on 2000/11/01  22:57:09
44757         Log: More tweaking on the #7522 theme.
44758      Branch: perl
44759            ! ext/DynaLoader/DynaLoader_pm.PL
44760 ____________________________________________________________________________
44761 [  7522] By: jhi                                   on 2000/11/01  22:06:15
44762         Log: Expand %Config variables and %ENV variables only if
44763              so requested during build time using the
44764              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
44765              Not expanding makes relocating distributions easier.
44766      Branch: perl
44767            ! ext/DynaLoader/DynaLoader_pm.PL
44768 ____________________________________________________________________________
44769 [  7521] By: jhi                                   on 2000/11/01  20:56:34
44770         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
44771              and setgid() because they were just changing $< and $( which means
44772              only changing the real uid/gid, as opposed to changing both
44773              real and effective ids.  (The alternative way could have been
44774              in POSIX.pm to change $> and $), too, but making a direct call
44775              to the C API feels cleaner.)  Fixes the bug
44776              
44777              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
44778              From: "Garry T. Williams" <garry@zvolve.com>
44779              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
44780              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
44781      Branch: perl
44782            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
44783            ! ext/POSIX/typemap pod/perlvar.pod
44784 ____________________________________________________________________________
44785 [  7520] By: jhi                                   on 2000/11/01  20:08:33
44786         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
44787              From: "Garry T. Williams" <garry@zvolve.com>
44788              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
44789              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
44790      Branch: perl
44791            ! pod/perlsec.pod
44792 ____________________________________________________________________________
44793 [  7519] By: jhi                                   on 2000/11/01  20:01:22
44794         Log: Locale warning explanation tweak.
44795      Branch: perl
44796            ! pod/perldiag.pod
44797 ____________________________________________________________________________
44798 [  7518] By: jhi                                   on 2000/11/01  18:57:13
44799         Log: C.pm part of
44800              
44801              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
44802              From: Jarkko Hietaniemi <jhi@iki.fi>
44803              Date: Tue, 10 Oct 2000 08:22:28 -0500
44804              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
44805      Branch: perl
44806            ! ext/B/B/C.pm
44807 ____________________________________________________________________________
44808 [  7517] By: jhi                                   on 2000/11/01  18:41:59
44809         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
44810              From: Martien Verbruggen <mgjv@comdyn.com.au>
44811              Date: Fri, 6 Oct 2000 14:09:10 +1100
44812              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
44813      Branch: perl
44814            ! pod/perlop.pod
44815 ____________________________________________________________________________
44816 [  7516] By: jhi                                   on 2000/11/01  18:34:55
44817         Log: Generalize the Camel wording.
44818              
44819              Subject: Re: perlfaq style changes
44820              From: John Borwick <jhborwic@unity.ncsu.edu>
44821              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
44822              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
44823      Branch: perl
44824            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
44825 ____________________________________________________________________________
44826 [  7515] By: jhi                                   on 2000/11/01  16:52:31
44827         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
44828              From: pimlott@idiomtech.com (Andrew Pimlott)
44829              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
44830              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
44831      Branch: perl
44832            ! pod/perlsec.pod
44833 ____________________________________________________________________________
44834 [  7514] By: jhi                                   on 2000/11/01  15:03:40
44835         Log: More AIX lore.
44836      Branch: perl
44837            ! ext/re/hints/aix.pl
44838 ____________________________________________________________________________
44839 [  7513] By: jhi                                   on 2000/11/01  14:48:30
44840         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
44841              From: root <root@chronos.fi.muni.cz>
44842              Date: Wed, 1 Nov 2000 12:31:32 +0100
44843              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
44844      Branch: perl
44845            ! lib/Net/Ping.pm
44846 ____________________________________________________________________________
44847 [  7512] By: jhi                                   on 2000/11/01  14:46:47
44848         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
44849              From: Martin Husemann <martin@duskware.de>
44850              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
44851              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
44852      Branch: perl
44853            ! regcomp.c
44854 ____________________________________________________________________________
44855 [  7511] By: jhi                                   on 2000/11/01  14:39:50
44856         Log: AUTHORS updates.
44857      Branch: perl
44858            ! AUTHORS
44859 ____________________________________________________________________________
44860 [  7510] By: jhi                                   on 2000/11/01  14:29:50
44861         Log: Subject: [PATCH] startperl to respect versiononly
44862              From: Robin Barker <rmb1@cise.npl.co.uk> 
44863              Date: Tue, 31 Oct 2000 16:29:36 GMT
44864              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
44865      Branch: metaconfig/U/perl
44866            ! startperl.U
44867      Branch: perl
44868            ! Configure config_h.SH
44869 ____________________________________________________________________________
44870 [  7509] By: jhi                                   on 2000/11/01  14:19:53
44871         Log: printf UVs the correct way, noticed by Robin Barker.
44872      Branch: perl
44873            ! utf8.c
44874 ____________________________________________________________________________
44875 [  7508] By: jhi                                   on 2000/11/01  14:10:03
44876         Log: Do not cleanup *% because the % has special meanings in some
44877              shell environments.
44878      Branch: perl
44879            ! ext/Storable/Makefile.PL
44880 ____________________________________________________________________________
44881 [  7507] By: jhi                                   on 2000/11/01  14:06:00
44882         Log: The NonStop-UX libraries have a novel way to say NaN.
44883      Branch: perl
44884            ! t/lib/bigfltpm.t
44885 ____________________________________________________________________________
44886 [  7506] By: jhi                                   on 2000/11/01  14:03:35
44887         Log: The osname has been lowercased by now, from Tom Bates.
44888      Branch: metaconfig
44889            ! U/modified/Oldconfig.U
44890      Branch: perl
44891            ! Configure config_h.SH
44892 ____________________________________________________________________________
44893 [  7505] By: jhi                                   on 2000/10/31  19:18:39
44894         Log: The compiler is either gcc or cc, from Tom Bates.
44895      Branch: perl
44896            ! hints/nonstopux.sh
44897 ____________________________________________________________________________
44898 [  7504] By: jhi                                   on 2000/10/31  14:53:42
44899         Log: Update Changes.
44900      Branch: perl
44901            ! Changes patchlevel.h
44902 ____________________________________________________________________________
44903 [  7503] By: jhi                                   on 2000/10/31  14:30:50
44904         Log: Whitespace style tweak.  Was originally going to see to
44905              
44906              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44907              From: Joe Smith <jms@inwap.com>
44908              Date: Mon, 30 Oct 2000 18:47:57 -0800
44909              Message-Id: <39FE32DD.24AAC4D@inwap.com>
44910              
44911              but that had already been taken care of.
44912      Branch: metaconfig
44913            ! U/compline/d_stdstdio.U
44914      Branch: perl
44915            ! Configure config_h.SH
44916 ____________________________________________________________________________
44917 [  7502] By: jhi                                   on 2000/10/31  14:25:02
44918         Log: AUTHORS tweaks.
44919      Branch: perl
44920            ! AUTHORS
44921 ____________________________________________________________________________
44922 [  7501] By: jhi                                   on 2000/10/31  14:23:59
44923         Log: Subject: perlfaq style changes
44924              From: John Borwick <jhborwic@unity.ncsu.edu>
44925              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
44926              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
44927      Branch: perl
44928            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
44929            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
44930            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
44931            ! pod/perlfaq9.pod
44932 ____________________________________________________________________________
44933 [  7500] By: jhi                                   on 2000/10/31  14:22:15
44934         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
44935              
44936              Subject: Re: [ID 20000918.005] ~ on wide chars
44937              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44938              Date: Mon, 30 Oct 2000 21:09:55 -0800
44939              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
44940              
44941              (The ord() part of the patch skipped.)
44942      Branch: perl
44943            ! doop.c
44944 ____________________________________________________________________________
44945 [  7499] By: jhi                                   on 2000/10/31  14:20:08
44946         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
44947              From: Jens Hamisch <jens@Strawberry.COM>
44948              Date: Mon, 30 Oct 2000 15:17:07 +0100
44949              Message-Id: <20001030151707.A9597@Strawberry.COM>
44950      Branch: perl
44951            ! av.c
44952 ____________________________________________________________________________
44953 [  7498] By: jhi                                   on 2000/10/31  14:16:29
44954         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
44955              From: Peter Prymmer <pvhp@forte.com>
44956              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
44957              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
44958      Branch: perl
44959            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
44960            + ext/Encode/Encode/posix-bc.enc
44961            ! MANIFEST t/lib/encode.t
44962 ____________________________________________________________________________
44963 [  7497] By: jhi                                   on 2000/10/31  14:13:22
44964         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
44965              From: Peter Prymmer <pvhp@forte.com>
44966              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
44967              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
44968      Branch: perl
44969            ! t/lib/cgi-html.t
44970 ____________________________________________________________________________
44971 [  7496] By: jhi                                   on 2000/10/31  14:12:05
44972         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
44973              From: Peter Prymmer <pvhp@forte.com>
44974              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
44975              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
44976      Branch: perl
44977            ! t/lib/cgi-function.t
44978 ____________________________________________________________________________
44979 [  7495] By: jhi                                   on 2000/10/31  14:11:08
44980         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
44981              From: Peter Prymmer <pvhp@forte.com>
44982              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
44983              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
44984      Branch: perl
44985            + ext/re/hints/aix.pl
44986            ! MANIFEST ext/re/Makefile.PL
44987 ____________________________________________________________________________
44988 [  7494] By: jhi                                   on 2000/10/31  14:08:32
44989         Log: Use Errno magic.
44990              
44991              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
44992              From: Casey Tweten <perl@ctweten.amsite.com>
44993              Date: Mon, 30 Oct 2000 15:51:17 -0500
44994              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
44995      Branch: perl
44996            ! lib/File/Temp.pm
44997 ____________________________________________________________________________
44998 [  7493] By: jhi                                   on 2000/10/31  14:05:07
44999         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
45000              
45001              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
45002              From: Nicholas Clark <nick@ccl4.org>
45003              Date: Mon, 30 Oct 2000 17:38:45 +0000
45004              Message-ID: <20001030173845.O60355@plum.flirble.org>
45005      Branch: perl
45006            ! Makefile.SH utils/perlbug.PL
45007 ____________________________________________________________________________
45008 [  7492] By: nick                                  on 2000/10/30  19:37:23
45009         Log: Change files which are mysteriously different to mainline to be
45010              copies of mainline.
45011      Branch: perlio
45012            ! objXSUB.h perlapi.c pod/perlapi.pod
45013 ____________________________________________________________________________
45014 [  7491] By: nick                                  on 2000/10/30  18:05:54
45015         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
45016              - typo in endian code in putc.
45017              - Don't allow read of write-only files and vice-versa
45018              - and off-by-one in flush-all loop.
45019              Remove debug calls as they were using GCC specific features.
45020      Branch: perlio
45021            ! perlio.c
45022 ____________________________________________________________________________
45023 [  7490] By: nick                                  on 2000/10/29  21:45:45
45024         Log: Integrate mainline to perlio
45025      Branch: perlio
45026           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
45027           !> toke.c
45028 ____________________________________________________________________________
45029 [  7489] By: jhi                                   on 2000/10/29  21:11:08
45030         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
45031              From: andreas.koenig@anima.de (Andreas J. Koenig)
45032              Date: 29 Oct 2000 22:05:59 +0100
45033              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
45034      Branch: perl
45035            ! lib/ExtUtils/Manifest.pm
45036 ____________________________________________________________________________
45037 [  7488] By: jhi                                   on 2000/10/29  21:07:47
45038         Log: Tests for #7487.
45039              
45040              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
45041              From: andreas.koenig@anima.de (Andreas J. Koenig)
45042              Date: 29 Oct 2000 19:37:09 +0100
45043              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
45044      Branch: perl
45045            ! t/comp/proto.t
45046 ____________________________________________________________________________
45047 [  7487] By: jhi                                   on 2000/10/29  21:06:27
45048         Log: constsub spillage.
45049              
45050              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
45051              From: John Tobey <jtobey@john-edwin-tobey.org>
45052              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
45053              Message-Id: <m13pvSr-000FObC@feynman.localnet>
45054      Branch: perl
45055            ! op.c
45056 ____________________________________________________________________________
45057 [  7486] By: nick                                  on 2000/10/29  21:05:04
45058         Log: Integrate mainline to perlio branch
45059      Branch: perlio
45060           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
45061           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
45062           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
45063           +> vos/install_perl.cm
45064            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
45065            - vos/config.h vos/config_h.SH_orig
45066           !> (integrate 141 files)
45067 ____________________________________________________________________________
45068 [  7485] By: jhi                                   on 2000/10/29  21:00:47
45069         Log: Make \x{...} consistently produce UTF-8.
45070              
45071              Subject: Re: \x{...} is confused 
45072              From: Simon Cozens <simon@cozens.net>
45073              Date: Sun, 29 Oct 2000 19:36:48 +0000
45074              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
45075      Branch: perl
45076            ! t/pragma/utf8.t toke.c
45077 ____________________________________________________________________________
45078 [  7484] By: nick                                  on 2000/10/29  20:05:29
45079         Log: PerlIO passes all tests.
45080      Branch: perlio
45081            ! perlio.c
45082 ____________________________________________________________________________
45083 [  7483] By: jhi                                   on 2000/10/29  18:06:55
45084         Log: Update Changes.
45085      Branch: perl
45086            ! Changes patchlevel.h
45087 ____________________________________________________________________________
45088 [  7482] By: nick                                  on 2000/10/29  17:43:28
45089         Log: Include <unistd.h> to get correct lseek() prototype etc.
45090              (I thought perl.h did that) - down to two fails
45091              - comp/require.t (last test)
45092              - lib/io_xs.t - possibly import/export of FILE * ?
45093      Branch: perlio
45094            ! perlio.c
45095 ____________________________________________________________________________
45096 [  7481] By: jhi                                   on 2000/10/29  17:02:37
45097         Log: UTF-8 decoder tweak.
45098      Branch: perl
45099            ! utf8.c
45100 ____________________________________________________________________________
45101 [  7480] By: nick                                  on 2000/10/29  16:26:11
45102         Log: Fixed two bugs:
45103              - error code not being set on close (of broken pipe)
45104              - append mode was truncating.
45105              At least one seek/tell bug remains.
45106      Branch: perlio
45107            ! perlio.c
45108 ____________________________________________________________________________
45109 [  7479] By: nick                                  on 2000/10/29  11:18:16
45110         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
45111              in case of accidents. Still several worrying fails, no line disciplines yet.
45112      Branch: perlio
45113            ! iperlsys.h perlio.c
45114 ____________________________________________________________________________
45115 [  7478] By: jhi                                   on 2000/10/29  02:04:01
45116         Log: Add also emailless people.
45117      Branch: perl
45118            ! AUTHORS
45119 ____________________________________________________________________________
45120 [  7477] By: jhi                                   on 2000/10/29  01:36:00
45121         Log: The #7476 needs a MANIFEST change, too.
45122      Branch: perl
45123            ! MANIFEST
45124 ____________________________________________________________________________
45125 [  7476] By: jhi                                   on 2000/10/29  01:35:21
45126         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
45127      Branch: perl
45128            - MAINTAIN
45129            ! AUTHORS Changes
45130 ____________________________________________________________________________
45131 [  7475] By: jhi                                   on 2000/10/28  23:57:25
45132         Log: De-quoted-unreadable to ISO Latin 1.
45133              (There's one ISO-2022-JP name in Changes5.004.)
45134      Branch: perl
45135            ! Changes Changes5.6
45136 ____________________________________________________________________________
45137 [  7474] By: jhi                                   on 2000/10/28  19:13:06
45138         Log: Subject: [ID 20001027.007] uniq array in perlfaq
45139              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
45140              Date: Fri, 27 Oct 2000 19:28:30 +0200
45141              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
45142      Branch: perl
45143            ! pod/perlfaq4.pod
45144 ____________________________________________________________________________
45145 [  7473] By: jhi                                   on 2000/10/28  18:02:05
45146         Log: Locking null mutexes is not recommendable.
45147              
45148              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
45149              From: Hugo <hv@crypt.compulink.co.uk>
45150              Date: Sat, 28 Oct 2000 18:41:12 +0100
45151              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
45152      Branch: perl
45153            ! op.c
45154 ____________________________________________________________________________
45155 [  7472] By: jhi                                   on 2000/10/28  17:52:58
45156         Log: Better create a true mailing list for the repository keepers.
45157      Branch: perl
45158            ! Porting/repository.pod
45159 ____________________________________________________________________________
45160 [  7471] By: jhi                                   on 2000/10/28  17:28:24
45161         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
45162              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
45163      Branch: perl
45164            + Porting/repository.pod
45165            ! MANIFEST
45166 ____________________________________________________________________________
45167 [  7470] By: jhi                                   on 2000/10/28  17:20:54
45168         Log: Subject: DOC PATCH 5.6.0
45169              From: mjd@plover.com
45170              Date: 27 Oct 2000 17:32:44 -0000
45171              Message-ID: <20001027173244.23754.qmail@plover.com>
45172      Branch: perl
45173            ! pod/perlfunc.pod
45174 ____________________________________________________________________________
45175 [  7469] By: jhi                                   on 2000/10/28  17:16:45
45176         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
45177              From: "Peter J. Farley III" <pjfarley@banet.net>
45178              Date: Fri, 27 Oct 2000 20:32:56 -0400
45179              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
45180      Branch: perl
45181            ! README.dos
45182 ____________________________________________________________________________
45183 [  7468] By: jhi                                   on 2000/10/28  17:07:18
45184         Log: Make target reordering to avoid pointless re-makes.
45185              
45186              Subject: Re: Total re-make of 'make okfile' after 7451 ?
45187              From: Nicholas Clark <nick@ccl4.org>
45188              Date: Sat, 28 Oct 2000 00:31:02 +0100
45189              Message-ID: <20001028003101.A54517@plum.flirble.org>
45190      Branch: perl
45191            ! Makefile.SH
45192 ____________________________________________________________________________
45193 [  7467] By: jhi                                   on 2000/10/28  17:05:31
45194         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
45195              From: lvirden@cas.org
45196              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
45197              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
45198      Branch: perl
45199            ! README.os2
45200 ____________________________________________________________________________
45201 [  7466] By: jhi                                   on 2000/10/28  16:09:16
45202         Log: Upgrade to CPAN 1.58_55.
45203              
45204              Subject: CPAN.pm status
45205              From: andreas.koenig@anima.de (Andreas J. Koenig) 
45206              Date: 28 Oct 2000 08:18:00 +0200 
45207              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
45208      Branch: perl
45209            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45210 ____________________________________________________________________________
45211 [  7465] By: jhi                                   on 2000/10/28  16:02:47
45212         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
45213      Branch: perl
45214            ! embed.h embed.pl perl.h proto.h toke.c
45215 ____________________________________________________________________________
45216 [  7464] By: nick                                  on 2000/10/28  10:43:44
45217         Log: Fix for sv_2iv() on "shared" value from keys %hash.
45218      Branch: perl
45219            ! sv.c
45220 ____________________________________________________________________________
45221 [  7463] By: jhi                                   on 2000/10/27  16:18:29
45222         Log: Update Changes.
45223      Branch: perl
45224            ! Changes patchlevel.h
45225 ____________________________________________________________________________
45226 [  7462] By: jhi                                   on 2000/10/27  16:17:44
45227         Log: Too enthusiastic editing in #7460.
45228      Branch: metaconfig
45229            ! U/modified/Oldsym.U
45230      Branch: perl
45231            ! Configure config_h.SH
45232 ____________________________________________________________________________
45233 [  7461] By: jhi                                   on 2000/10/27  15:37:38
45234         Log: Retract #7459, the script needs more work.
45235      Branch: perl
45236            - mkreef
45237            ! MANIFEST
45238 ____________________________________________________________________________
45239 [  7460] By: jhi                                   on 2000/10/27  15:23:14
45240         Log: Use $sort, $uniq (and $tr) consistently as wondered
45241              by Nicholas Clark.
45242      Branch: metaconfig
45243            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
45244            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
45245            ! U/modified/libc.U
45246      Branch: perl
45247            ! Configure config_h.SH
45248 ____________________________________________________________________________
45249 [  7459] By: jhi                                   on 2000/10/27  15:02:07
45250         Log: (Retracted by #7461)
45251              
45252              Add a shell script for creating/removing symbolic link farms,
45253              useful for keeping the source code read-only and doing the
45254              builds somewhere else.
45255      Branch: perl
45256            + mkreef
45257            ! MANIFEST
45258 ____________________________________________________________________________
45259 [  7458] By: jhi                                   on 2000/10/27  14:42:20
45260         Log: Do away with the fix_pl.
45261      Branch: perl
45262            - fix_pl
45263            ! MANIFEST Makefile.SH
45264 ____________________________________________________________________________
45265 [  7457] By: jhi                                   on 2000/10/27  12:43:13
45266         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
45267              From: Jens Hamisch <jens@Strawberry.COM>
45268              Date: Fri, 27 Oct 2000 14:38:21 +0200
45269              Message-Id: <20001027143821.B3366@Strawberry.COM>
45270      Branch: perl
45271            ! perl.h
45272 ____________________________________________________________________________
45273 [  7456] By: jhi                                   on 2000/10/27  12:33:42
45274         Log: Subject: [PATCH] todo
45275              From: Nicholas Clark <nick@ccl4.org>
45276              Date: Thu, 26 Oct 2000 22:32:29 +0100
45277              Message-ID: <20001026223229.A44540@plum.flirble.org>
45278      Branch: perl
45279            ! pod/perltodo.pod
45280 ____________________________________________________________________________
45281 [  7455] By: jhi                                   on 2000/10/27  12:02:21
45282         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
45283              From: John Tobey <jtobey@john-edwin-tobey.org>
45284              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
45285              Message-Id: <m13ozHF-000FObC@feynman.localnet>
45286      Branch: perl
45287            ! op.c t/pragma/sub_lval.t
45288 ____________________________________________________________________________
45289 [  7454] By: jhi                                   on 2000/10/27  11:59:42
45290         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
45291              From: sthoenna@efn.org
45292              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
45293              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
45294      Branch: perl
45295            ! pp.c t/op/assignwarn.t
45296 ____________________________________________________________________________
45297 [  7453] By: jhi                                   on 2000/10/27  00:15:08
45298         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
45299      Branch: perl
45300            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
45301            ! ext/Storable/Storable.xs t/lib/st-lock.t
45302 ____________________________________________________________________________
45303 [  7452] By: jhi                                   on 2000/10/26  13:05:52
45304         Log: Undo #7451, this seems to be a deficiency in Perforce,
45305              there is no per-file line-terminator type, only per-client.
45306      Branch: perl
45307            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
45308            ! win32/makefile.mk
45309 ____________________________________________________________________________
45310 [  7451] By: jhi                                   on 2000/10/26  04:56:03
45311         Log: Experimenting in DOS arcana.
45312      Branch: perl
45313            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
45314            ! win32/makefile.mk
45315 ____________________________________________________________________________
45316 [  7450] By: jhi                                   on 2000/10/26  04:50:52
45317         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
45318              From: "Peter J. Farley III" <pjfarley@banet.net>            
45319              Date: Wed, 25 Oct 2000 23:10:18 -0400
45320              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
45321      Branch: perl
45322            ! t/io/open.t
45323 ____________________________________________________________________________
45324 [  7449] By: jhi                                   on 2000/10/26  04:49:16
45325         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
45326              From: Hugo <hv@crypt.compulink.co.uk>
45327              Date: Thu, 26 Oct 2000 01:55:17 +0100
45328              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
45329              
45330              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
45331      Branch: perl
45332            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
45333 ____________________________________________________________________________
45334 [  7448] By: jhi                                   on 2000/10/26  04:38:36
45335         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
45336              From: Peter Prymmer <pvhp@forte.com>
45337              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
45338              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
45339      Branch: perl
45340            ! configure.com
45341 ____________________________________________________________________________
45342 [  7447] By: jhi                                   on 2000/10/25  23:20:02
45343         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
45344              in platforms that strictly require all the symbols being present
45345              at link time.
45346      Branch: perl
45347            ! handy.h
45348 ____________________________________________________________________________
45349 [  7446] By: jhi                                   on 2000/10/25  21:55:57
45350         Log: Update Changes.
45351      Branch: perl
45352            ! Changes patchlevel.h
45353 ____________________________________________________________________________
45354 [  7445] By: jhi                                   on 2000/10/25  21:27:08
45355         Log: Integrate with vmsperl #7430 by Charles Bailey:
45356              
45357              Cleanup from prior patch (Charles Lane?):
45358              - improve handling of MFDs in Basename and Path
45359              - default to no xsubpp line # munging when building debug images
45360      Branch: perl
45361           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
45362 ____________________________________________________________________________
45363 [  7444] By: jhi                                   on 2000/10/25  21:03:50
45364         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
45365              From: John Peacock <JPeacock@UnivPress.com>
45366              Date: Thu, 18 May 2000 11:55:27 -0400
45367              Message-ID: <3924126F.A58BE57A@UnivPress.com>
45368      Branch: perl
45369            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
45370            ! t/op/write.t
45371 ____________________________________________________________________________
45372 [  7443] By: jhi                                   on 2000/10/25  20:43:10
45373         Log: Temporary stopgap for the self-tying issue: for now only
45374              array and hash self-ties are verboten.  The real fix, of
45375              course, would be to comprehensively test (and implement?)
45376              and debug (and document) self-ties.
45377      Branch: perl
45378            ! pod/perldiag.pod pp_sys.c t/op/tie.t
45379 ____________________________________________________________________________
45380 [  7442] By: jhi                                   on 2000/10/25  20:14:30
45381         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
45382              From: Dan Sugalski <dan@sidhe.org>
45383              Date: Wed, 25 Oct 2000 13:36:35 -0400
45384              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
45385              
45386              plus regen global.sym.
45387      Branch: perl
45388            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
45389            ! thrdvar.h util.c
45390 ____________________________________________________________________________
45391 [  7441] By: jhi                                   on 2000/10/25  20:12:20
45392         Log: buildtoc target tweaks.
45393      Branch: perl
45394            ! pod/Makefile.SH
45395 ____________________________________________________________________________
45396 [  7440] By: jhi                                   on 2000/10/25  20:03:53
45397         Log: A new version of making the syslog test more robust.
45398              (Replaces #7421.)
45399              
45400              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
45401              From: "Kurt D. Starsinic" <kstar@chapin.edu>
45402              Date: Wed, 25 Oct 2000 12:13:54 -0400
45403              Message-ID: <20001025121354.B2264@O2.chapin.edu>
45404      Branch: perl
45405            ! t/lib/syslog.t
45406 ____________________________________________________________________________
45407 [  7439] By: jhi                                   on 2000/10/25  20:00:48
45408         Log: Continue the internal UTF-8 API tweaking.
45409              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
45410              used much more than the simpler API, now called utf8_to_uv_simple().
45411              Still not quite happy with API, too much partial duplication
45412              of functionality.
45413      Branch: perl
45414            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
45415            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
45416            ! regcomp.c regexec.c sv.c toke.c utf8.c
45417 ____________________________________________________________________________
45418 [  7438] By: jhi                                   on 2000/10/25  18:52:30
45419         Log: Allow poking holes at the UTF-8 decoding strictness.
45420      Branch: perl
45421            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
45422            ! utf8.h
45423 ____________________________________________________________________________
45424 [  7437] By: jhi                                   on 2000/10/25  13:53:05
45425         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
45426              UTF8LEN() and UTF8SKIP(). 
45427      Branch: perl
45428            ! pp.c utf8.c utf8.h
45429 ____________________________________________________________________________
45430 [  7436] By: jhi                                   on 2000/10/25  13:51:37
45431         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
45432              From: Nicholas Clark <nick@ccl4.org>
45433              Date: Wed, 25 Oct 2000 14:44:05 +0100
45434              Message-ID: <20001025144404.D27253@plum.flirble.org>
45435      Branch: perl
45436            ! pod/perlrun.pod
45437 ____________________________________________________________________________
45438 [  7435] By: jhi                                   on 2000/10/25  13:49:32
45439         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
45440              From: Mike Guy <mjtg@cam.ac.uk>
45441              Date: Tue, 24 Oct 2000 14:59:40 +0100
45442              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
45443      Branch: perl
45444            ! scope.c
45445 ____________________________________________________________________________
45446 [  7434] By: jhi                                   on 2000/10/25  13:48:41
45447         Log: AIX is picky about its symbol exports.  Solution for now
45448              is to include the deb.o explicitly to the re extension build.
45449              
45450              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
45451              From: Peter Prymmer <pvhp@forte.com>
45452              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
45453              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
45454      Branch: perl
45455            ! ext/re/Makefile.PL hints/aix.sh
45456 ____________________________________________________________________________
45457 [  7433] By: jhi                                   on 2000/10/25  13:46:49
45458         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
45459              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45460              Date: Wed, 25 Oct 2000 12:02:20 +0200
45461              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
45462      Branch: perl
45463            ! perlsdio.h
45464 ____________________________________________________________________________
45465 [  7432] By: jhi                                   on 2000/10/25  13:44:28
45466         Log: Subject: Minor update to find2perl, for portability
45467              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
45468              Date: Wed, 25 Oct 2000 12:05:47 +0100
45469              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
45470      Branch: perl
45471            ! x2p/find2perl.PL
45472 ____________________________________________________________________________
45473 [  7431] By: jhi                                   on 2000/10/25  13:40:39
45474         Log: Add targets to Makefile.SH, most importantly
45475              'regen_all' which also remembers to update vms/perly*.
45476      Branch: perl
45477            ! Makefile.SH
45478 ____________________________________________________________________________
45479 [  7430] By: bailey                                on 2000/10/25  03:13:53
45480         Log: Cleanup from prior patch (Charles Lane?):
45481              - improve handling of MFDs in Basename and Path
45482              - default to no xsubpp line # munging when building debug images
45483      Branch: vmsperl
45484            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
45485 ____________________________________________________________________________
45486 [  7429] By: jhi                                   on 2000/10/24  20:03:40
45487         Log: Podify README.epoc and README.vos.
45488      Branch: perl
45489            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
45490            ! pod/perlport.pod pod/perltoc.pod
45491 ____________________________________________________________________________
45492 [  7428] By: jhi                                   on 2000/10/24  19:10:33
45493         Log: Stratus VOS updates from Paul Green.
45494      Branch: perl
45495            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45496            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
45497            - vos/config.def vos/config.h vos/config_h.SH_orig
45498            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
45499            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
45500 ____________________________________________________________________________
45501 [  7427] By: jhi                                   on 2000/10/24  18:59:48
45502         Log: Check if stdio supports tweaking lval and cnt simultaneously.
45503              
45504              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
45505              From: Nicholas Clark <nick@ccl4.org>
45506              Date: Mon, 23 Oct 2000 15:39:32 +0100
45507              Message-ID: <20001023153932.A10786@plum.flirble.org>
45508      Branch: metaconfig
45509            ! U/compline/d_stdstdio.U
45510      Branch: perl
45511            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45512            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
45513            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
45514            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
45515            ! vos/config.h vos/config_h.SH_orig win32/config.bc
45516            ! win32/config.gc win32/config.vc
45517 ____________________________________________________________________________
45518 [  7426] By: jhi                                   on 2000/10/24  17:57:44
45519         Log: Missed the header file changes from #7425.
45520      Branch: perl
45521            ! embed.h embed.pl objXSUB.h proto.h
45522 ____________________________________________________________________________
45523 [  7425] By: jhi                                   on 2000/10/24  17:55:17
45524         Log: Fix the bug reported in
45525              
45526              From: andreas.koenig@anima.de (Andreas J. Koenig)
45527              Subject: Encode bug?
45528              Date: 24 Oct 2000 14:01:26 +0200 
45529              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
45530              
45531              Also make is_utf8_char() stricter.
45532      Branch: perl
45533            ! ext/Encode/Encode.xs utf8.c
45534 ____________________________________________________________________________
45535 [  7424] By: jhi                                   on 2000/10/24  15:15:39
45536         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
45537              From: Peter Scott <Peter@PSDT.com>
45538              Date: Mon, 23 Oct 2000 19:46:01 -0700
45539              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
45540      Branch: perl
45541            ! pod/perlfaq5.pod
45542 ____________________________________________________________________________
45543 [  7423] By: jhi                                   on 2000/10/24  14:25:30
45544         Log: Test tweak to avoid pulling in the whole Config.
45545      Branch: perl
45546            ! t/lib/st-lock.t
45547 ____________________________________________________________________________
45548 [  7422] By: jhi                                   on 2000/10/24  14:03:16
45549         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
45550      Branch: perl
45551            ! pp.c
45552 ____________________________________________________________________________
45553 [  7421] By: jhi                                   on 2000/10/24  13:32:09
45554         Log: (Replaced by #7440.)
45555              
45556              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
45557              From: "Kurt D. Starsinic" <kstar@chapin.edu>
45558              Date: Mon, 23 Oct 2000 16:40:54 -0400
45559              Message-ID: <20001023164054.B14491@O2.chapin.edu>
45560      Branch: perl
45561            ! t/lib/syslog.t
45562 ____________________________________________________________________________
45563 [  7420] By: jhi                                   on 2000/10/24  13:30:53
45564         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
45565              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45566              Date: Mon, 23 Oct 2000 17:29:03 -0400
45567              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
45568      Branch: perl
45569            ! lib/ExtUtils/MM_Unix.pm
45570 ____________________________________________________________________________
45571 [  7419] By: jhi                                   on 2000/10/24  13:29:57
45572         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
45573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45574              Date: Mon, 23 Oct 2000 19:01:32 -0400
45575              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
45576      Branch: perl
45577            ! utils/h2xs.PL
45578 ____________________________________________________________________________
45579 [  7418] By: jhi                                   on 2000/10/24  13:26:04
45580         Log: Replace #7409 with
45581              
45582              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
45583              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
45584              Date: Mon, 23 Oct 2000 20:08:56 +0200
45585              Message-ID: <20001023200855.A14850@nice.ram.loc>
45586      Branch: perl
45587            ! ext/Storable/Storable.pm t/lib/st-lock.t
45588 ____________________________________________________________________________
45589 [  7417] By: jhi                                   on 2000/10/24  13:17:52
45590         Log: Run vms/vms_yfix.pl, should have done that after changing
45591              perly.c in #7382.
45592      Branch: perl
45593            ! vms/perly_c.vms vms/perly_h.vms
45594 ____________________________________________________________________________
45595 [  7416] By: jhi                                   on 2000/10/24  02:55:33
45596         Log: Make the UTF-8 decoding stricter and more verbose when
45597              malformation happens.  This involved adding an argument
45598              to utf8_to_uv_chk(), which involved changing its prototype,
45599              and prefer STRLEN over I32 for the UTF-8 length, which as
45600              a domino effect necessitated changing the prototypes of
45601              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
45602              The stricter UTF-8 decoding checking uses Markus Kuhn's
45603              UTF-8 Decode Stress Tester from
45604              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
45605      Branch: perl
45606            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
45607            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
45608            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
45609            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
45610 ____________________________________________________________________________
45611 [  7415] By: jhi                                   on 2000/10/23  14:06:06
45612         Log: Update Changes.
45613      Branch: perl
45614            ! Changes patchlevel.h
45615 ____________________________________________________________________________
45616 [  7414] By: jhi                                   on 2000/10/23  12:39:52
45617         Log: Undo the basename() part of #7412 since the lib/basename
45618              tests would need upgrading too.
45619      Branch: perl
45620            ! lib/File/Basename.pm
45621 ____________________________________________________________________________
45622 [  7413] By: jhi                                   on 2000/10/23  12:19:27
45623         Log: Document PERL_INSTALL_ROOT of #7210.
45624      Branch: perl
45625            ! lib/ExtUtils/Install.pm
45626 ____________________________________________________________________________
45627 [  7412] By: jhi                                   on 2000/10/23  12:16:47
45628         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
45629      Branch: perl
45630            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
45631            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
45632 ____________________________________________________________________________
45633 [  7411] By: jhi                                   on 2000/10/23  12:07:41
45634         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
45635              From: Prymmer/Kahn <pvhp@best.com>
45636              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
45637              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
45638      Branch: perl
45639            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
45640 ____________________________________________________________________________
45641 [  7410] By: jhi                                   on 2000/10/23  04:10:11
45642         Log: The change #7187 was not so good on VMS.
45643              
45644              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
45645              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45646              Date: Sun, 22 Oct 2000 23:03:08 -0500
45647              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
45648      Branch: perl
45649            ! utils/perldoc.PL
45650 ____________________________________________________________________________
45651 [  7409] By: jhi                                   on 2000/10/23  03:57:36
45652         Log: Avoid Storable locking on DJGPP for now.
45653              
45654              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
45655              From: "Peter J. Farley III" <pjfarley@banet.net>
45656              Date: Sun, 22 Oct 2000 20:00:00 -0400
45657              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
45658      Branch: perl
45659            ! ext/Storable/Storable.pm t/lib/st-lock.t
45660 ____________________________________________________________________________
45661 [  7408] By: jhi                                   on 2000/10/23  03:50:24
45662         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
45663              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
45664              Date: Sun, 22 Oct 2000 21:12:22 -0400
45665              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
45666      Branch: perl
45667            ! lib/vars.pm
45668 ____________________________________________________________________________
45669 [  7407] By: jhi                                   on 2000/10/23  03:43:12
45670         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
45671              From: Hugo <hv@crypt.compulink.co.uk>
45672              Date: Mon, 23 Oct 2000 00:47:22 +0100
45673              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
45674      Branch: perl
45675            ! regexec.c t/op/pat.t
45676 ____________________________________________________________________________
45677 [  7406] By: jhi                                   on 2000/10/23  03:40:29
45678         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
45679      Branch: perl
45680            ! lib/ExtUtils/MakeMaker.pm
45681 ____________________________________________________________________________
45682 [  7405] By: jhi                                   on 2000/10/22  21:32:00
45683         Log: Doc patch.
45684              
45685              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
45686              From: rspier@pobox.com (Robert Spier)
45687              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
45688              Message-ID: <14835.16112.13457.447971@rls.cx>
45689      Branch: perl
45690            ! lib/strict.pm
45691 ____________________________________________________________________________
45692 [  7404] By: jhi                                   on 2000/10/22  21:30:51
45693         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
45694              From: rspier@pobox.com (Robert Spier)
45695              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
45696              Message-ID: <14835.17223.72448.705566@rls.cx>
45697      Branch: perl
45698            ! lib/ExtUtils/MakeMaker.pm
45699 ____________________________________________________________________________
45700 [  7403] By: jhi                                   on 2000/10/22  21:24:11
45701         Log: Subject: [PATCH bleadperl] ripples from constsub patch
45702              From: John Tobey <jtobey@john-edwin-tobey.org>
45703              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
45704              Message-Id: <m13nSOB-000FObC@feynman.localnet>
45705      Branch: perl
45706            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
45707 ____________________________________________________________________________
45708 [  7402] By: jhi                                   on 2000/10/22  20:59:35
45709         Log: Support s?printf parameter reordering.
45710      Branch: perl
45711            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
45712 ____________________________________________________________________________
45713 [  7401] By: jhi                                   on 2000/10/22  19:19:14
45714         Log: Expand %Config variables only if explicitly so requested
45715              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
45716              
45717              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
45718              From: Gurusamy Sarathy <gsar@ActiveState.com>
45719              Date: Sun, 22 Oct 2000 11:47:32 -0700
45720              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
45721      Branch: perl
45722            ! Makefile.SH lib/lib_pm.PL
45723 ____________________________________________________________________________
45724 [  7400] By: jhi                                   on 2000/10/22  18:24:10
45725         Log: Move the #7390 test from warn/op to comp/redef.
45726              
45727              Subject: Re: Creating const subs for constants.
45728              From: John Tobey <jtobey@john-edwin-tobey.org>
45729              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
45730              Message-Id: <m13nG72-000FObC@feynman.localnet>               
45731      Branch: perl
45732            ! t/comp/redef.t t/pragma/warn/op
45733 ____________________________________________________________________________
45734 [  7399] By: jhi                                   on 2000/10/22  17:49:59
45735         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
45736              From: Nicholas Clark <nick@ccl4.org>
45737              Date: Sat, 21 Oct 2000 22:23:19 +0100
45738              Message-ID: <20001021222319.B45586@plum.flirble.org>
45739      Branch: perl
45740            ! ext/DynaLoader/DynaLoader_pm.PL
45741 ____________________________________________________________________________
45742 [  7398] By: jhi                                   on 2000/10/22  17:47:35
45743         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
45744              From: Hugo <hv@crypt.compulink.co.uk>
45745              Date: Sat, 21 Oct 2000 18:19:59 +0100
45746              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
45747      Branch: perl
45748            ! ext/B/B.pm ext/B/B/C.pm
45749 ____________________________________________________________________________
45750 [  7397] By: jhi                                   on 2000/10/22  17:35:18
45751         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
45752              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
45753              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
45754              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
45755      Branch: perl
45756            ! hints/openbsd.sh
45757 ____________________________________________________________________________
45758 [  7396] By: jhi                                   on 2000/10/22  17:19:46
45759         Log: Subject: installman go-faster stripes
45760              From: Nicholas Clark <nick@talking.bollo.cx>
45761              Date: Sat, 21 Oct 2000 17:24:53 +0100
45762              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
45763              
45764              Subject: Re: installman go-faster stripes
45765              From: Russ Allbery <rra@stanford.edu>
45766              Date: 21 Oct 2000 11:04:13 -0700
45767              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
45768      Branch: perl
45769            ! installman pod/pod2man.PL
45770 ____________________________________________________________________________
45771 [  7395] By: jhi                                   on 2000/10/22  17:17:35
45772         Log: Hints tweak from Anton Berezin.
45773      Branch: perl
45774            ! hints/freebsd.sh
45775 ____________________________________________________________________________
45776 [  7394] By: jhi                                   on 2000/10/22  04:50:04
45777         Log: Tweak the Is* definitions of Unicode character classes
45778              to better match the official categorizations; embrace
45779              the official categorizations; add the combining marks
45780              as alpha (and -numeric); fix DCinital (a typo and edito)
45781              to be DCmedial.
45782      Branch: perl
45783            + lib/unicode/Is/DCmedial.pl
45784            - lib/unicode/Is/DCinital.pl
45785            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
45786            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
45787            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
45788            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
45789 ____________________________________________________________________________
45790 [  7393] By: jhi                                   on 2000/10/21  18:06:05
45791         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
45792              From: Daniel Chetlin <daniel@chetlin.com>
45793              Date: Sat, 21 Oct 2000 02:57:03 -0700
45794              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
45795      Branch: perl
45796            + t/lib/tie-splice.t
45797            ! MANIFEST lib/Tie/Array.pm
45798 ____________________________________________________________________________
45799 [  7392] By: gsar                                  on 2000/10/21  18:05:15
45800         Log: resync utfperl branch with mainline
45801      Branch: utfperl
45802           !> (integrate 1760 files)
45803 ____________________________________________________________________________
45804 [  7391] By: jhi                                   on 2000/10/21  14:37:49
45805         Log: Testcases for a #7383,#7385 related bug.
45806              
45807              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
45808              From: Nicholas Clark <nick@ccl4.org>
45809              Date: Sat, 21 Oct 2000 15:04:51 +0100
45810              Message-ID: <20001021150451.A51566@plum.flirble.org>
45811      Branch: perl
45812            ! t/pragma/utf8.t
45813 ____________________________________________________________________________
45814 [  7390] By: jhi                                   on 2000/10/21  14:35:57
45815         Log: Add a testcase for #7389.
45816      Branch: perl
45817            ! t/pragma/warn/op
45818 ____________________________________________________________________________
45819 [  7389] By: jhi                                   on 2000/10/21  14:26:45
45820         Log: Subject: Re: Creating const subs for constants.
45821              From: John Tobey <jtobey@john-edwin-tobey.org>
45822              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
45823              Message-Id: <m13mo0N-000FObC@feynman.localnet>
45824      Branch: perl
45825            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
45826            ! proto.h sv.c
45827 ____________________________________________________________________________
45828 [  7388] By: nick                                  on 2000/10/21  11:44:23
45829         Log: Populate perlio branch
45830      Branch: perlio
45831           +> (branch 1760 files)
45832 ____________________________________________________________________________
45833 [  7387] By: nick                                  on 2000/10/21  10:52:05
45834         Log: Get branch back as replica of mainline via :
45835              p4 integrate -b utfperl
45836              p4 resolve -at ./...
45837      Branch: utfperl
45838           +> (branch 269 files)
45839            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
45840            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
45841            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
45842            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
45843            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
45844            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
45845            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
45846            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
45847            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
45848            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
45849            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
45850            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
45851            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
45852            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
45853            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
45854            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
45855            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
45856            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
45857            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
45858            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
45859            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
45860            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
45861            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
45862            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
45863            - lib/unicode/UCD300.html lib/unicode/Unicode.300
45864            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
45865            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
45866            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
45867            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
45868           !> (integrate 965 files)
45869 ____________________________________________________________________________
45870 [  7386] By: jhi                                   on 2000/10/21  01:31:12
45871         Log: Update Changes.
45872      Branch: perl
45873            ! Changes patchlevel.h
45874 ____________________________________________________________________________
45875 [  7385] By: jhi                                   on 2000/10/21  01:28:42
45876         Log: The #7383 was right only in the context of the original bug report,
45877              not in more general case.
45878      Branch: perl
45879            ! pp_hot.c
45880 ____________________________________________________________________________
45881 [  7384] By: jhi                                   on 2000/10/21  01:08:23
45882         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
45883      Branch: perl
45884            ! ext/IO/lib/IO/Select.pm
45885 ____________________________________________________________________________
45886 [  7383] By: jhi                                   on 2000/10/21  00:44:18
45887         Log: Fix for ID 20001020.006, concatenating an unset submatch
45888              with utf8 resulted in "Modification of a read-only value".
45889      Branch: perl
45890            ! pp_hot.c t/pragma/utf8.t
45891 ____________________________________________________________________________
45892 [  7382] By: jhi                                   on 2000/10/20  20:44:31
45893         Log: Make scan_num() reëntrant, as suggested in
45894              
45895              Subject: [PATCH perl@7229] Rentrant parser and yylex()
45896              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45897              Date: Fri, 20 Oct 2000 14:17:27 +0100
45898              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
45899      Branch: perl
45900            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
45901            ! toke.c
45902 ____________________________________________________________________________
45903 [  7381] By: jhi                                   on 2000/10/20  20:07:29
45904         Log: Reëntrancy fix.
45905              
45906              Subject: [PATCH perl@7229] Rentrant parser and yylex()
45907              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45908              Date: Fri, 20 Oct 2000 14:17:27 +0100
45909              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
45910      Branch: perl
45911            ! embed.h embed.pl perl.h proto.h toke.c
45912 ____________________________________________________________________________
45913 [  7380] By: jhi                                   on 2000/10/20  19:15:54
45914         Log: Don't write double values through long double pointers,
45915              based on a part of
45916              
45917              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
45918              From: Jens Hamisch <jens@Strawberry.COM>
45919              Date: Tue, 17 Oct 2000 08:39:36 +0200
45920              Message-Id: <20001017083936.A11104@Strawberry.COM>
45921      Branch: perl
45922            ! perl.h pp.c
45923 ____________________________________________________________________________
45924 [  7379] By: jhi                                   on 2000/10/20  18:43:37
45925         Log: Portability tweak on #7377.
45926              
45927              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
45928              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45929              Date:     Fri, 20 Oct 2000 13:13:41 EDT
45930              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
45931      Branch: perl
45932            ! t/lib/dprof.t
45933 ____________________________________________________________________________
45934 [  7378] By: jhi                                   on 2000/10/20  12:57:19
45935         Log: SOCKS function redefinitions need prototypes, too, otherwise
45936              for example 32 bit versus 64 bit differences cause a lot of
45937              problems.  Part of
45938              
45939              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
45940              From: Jens Hamisch <jens@Strawberry.COM>
45941              Date: Tue, 17 Oct 2000 08:39:36 +0200
45942              Message-Id: <20001017083936.A11104@Strawberry.COM>
45943      Branch: perl
45944            ! doio.c pp_sys.c
45945 ____________________________________________________________________________
45946 [  7377] By: jhi                                   on 2000/10/20  12:37:12
45947         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
45948              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45949              Date:     Fri, 20 Oct 2000 08:26:04 EDT
45950              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
45951      Branch: perl
45952            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
45953 ____________________________________________________________________________
45954 [  7376] By: jhi                                   on 2000/10/20  12:35:31
45955         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
45956              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45957              Date:     Fri, 20 Oct 2000 07:48:15 EDT
45958              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
45959      Branch: perl
45960            ! configure.com vms/gen_shrfls.pl
45961 ____________________________________________________________________________
45962 [  7375] By: bailey                                on 2000/10/20  04:44:37
45963         Log: SYN SYN
45964      Branch: vmsperl
45965           +> (branch 134 files)
45966            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
45967            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
45968            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
45969            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
45970            - eg/cgi/frameset.cgi eg/cgi/index.html
45971            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
45972            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
45973            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
45974            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
45975            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
45976            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
45977            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
45978            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
45979            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
45980            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
45981            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
45982            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
45983            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
45984            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
45985            - lib/unicode/Props.txt lib/unicode/UCD300.html
45986            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
45987            - utils/perlbc.PL vms/subconfigure.com
45988           !> (integrate 785 files)
45989 ____________________________________________________________________________
45990 [  7374] By: jhi                                   on 2000/10/20  00:59:48
45991         Log: In the latest compiler builds cccdlflags must not become -fpic,
45992              from Wilfredo Sánchez.
45993      Branch: perl
45994            ! hints/darwin.sh
45995 ____________________________________________________________________________
45996 [  7373] By: jhi                                   on 2000/10/20  00:56:35
45997         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
45998              From: Tony Cook <tony@develop-help.com>
45999              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
46000              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
46001      Branch: perl
46002            ! pod/perlop.pod
46003 ____________________________________________________________________________
46004 [  7372] By: jhi                                   on 2000/10/19  19:34:40
46005         Log: Typo noted by Mark Lutz.
46006      Branch: perl
46007            ! t/op/64bitint.t
46008 ____________________________________________________________________________
46009 [  7371] By: jhi                                   on 2000/10/19  19:33:13
46010         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
46011      Branch: metaconfig
46012            ! U/modified/Cppsym.U U/modified/Oldconfig.U
46013      Branch: metaconfig/U/perl
46014            ! End.U dlsrc.U libperl.U
46015      Branch: perl
46016            + hints/nonstopux.sh
46017            ! Configure MANIFEST config_h.SH
46018 ____________________________________________________________________________
46019 [  7370] By: jhi                                   on 2000/10/19  17:18:08
46020         Log: Subject: PATCH do_print has 2 PerlIO_error()s
46021              From: nick@ccl4.org
46022              Date: Thu, 19 Oct 2000 18:09:20 +0100
46023              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
46024      Branch: perl
46025            ! doio.c
46026 ____________________________________________________________________________
46027 [  7369] By: jhi                                   on 2000/10/19  14:01:49
46028         Log: Update Changes.
46029      Branch: perl
46030            ! Changes patchlevel.h
46031 ____________________________________________________________________________
46032 [  7368] By: jhi                                   on 2000/10/19  13:04:29
46033         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
46034              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46035              Date: Wed, 18 Oct 2000 13:12:01 +0200
46036              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
46037      Branch: perl
46038            ! hints/aix.sh
46039 ____________________________________________________________________________
46040 [  7367] By: jhi                                   on 2000/10/19  02:22:40
46041         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
46042              of a 'pmshort' anywhere in the B, so the offending line was simply
46043              removed.
46044      Branch: perl
46045            ! ext/B/B/Debug.pm
46046 ____________________________________________________________________________
46047 [  7366] By: jhi                                   on 2000/10/19  02:12:37
46048         Log: Add the test case for the bug id 20000730.004 which seems
46049              to have been fixed by now.
46050      Branch: perl
46051            ! t/pragma/utf8.t
46052 ____________________________________________________________________________
46053 [  7365] By: jhi                                   on 2000/10/18  23:36:24
46054         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
46055              From: Hugo <hv@crypt.compulink.co.uk>
46056              Date: Wed, 18 Oct 2000 23:25:58 +0100
46057              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
46058      Branch: perl
46059            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
46060 ____________________________________________________________________________
46061 [  7364] By: jhi                                   on 2000/10/18  21:12:53
46062         Log: (retracted)
46063      Branch: perl
46064            ! pp.c
46065 ____________________________________________________________________________
46066 [  7363] By: jhi                                   on 2000/10/18  20:55:38
46067         Log: Missing change from #7362.
46068      Branch: perl
46069            ! win32/perlhost.h
46070 ____________________________________________________________________________
46071 [  7362] By: jhi                                   on 2000/10/18  20:52:01
46072         Log: Borland C fstat() never saw the fd as writable.
46073              
46074              Subject: fix for Borland's weak "stat" (perl@7211)
46075              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
46076              Date: Mon, 16 Oct 2000 09:55:03 +0400
46077              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
46078      Branch: perl
46079            ! win32/win32.c
46080 ____________________________________________________________________________
46081 [  7361] By: jhi                                   on 2000/10/18  17:43:50
46082         Log: Regen toc.
46083      Branch: perl
46084            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
46085 ____________________________________________________________________________
46086 [  7360] By: jhi                                   on 2000/10/18  17:07:44
46087         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46088              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
46089              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
46090              Date: Mon, 16 Oct 2000 15:19:49 +0200
46091      Branch: perl
46092            + README.aix
46093            ! MANIFEST
46094 ____________________________________________________________________________
46095 [  7359] By: jhi                                   on 2000/10/18  17:04:49
46096         Log: Subject: Pod patch for Devel::Peek
46097              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46098              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
46099              Date: Mon, 16 Oct 2000 12:26:34 +0200
46100      Branch: perl
46101            ! ext/Devel/Peek/Peek.pm
46102 ____________________________________________________________________________
46103 [  7358] By: jhi                                   on 2000/10/18  17:03:15
46104         Log: Make Cwd more bulletproof in chrooted environments.
46105              
46106              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
46107              From: "Eric E. Coe" <Eric.Coe@oracle.com>
46108              Date: Wed, 18 Oct 2000 04:03:54 -0400
46109              Message-Id: <39ED596A.70E599FE@oracle.com>
46110      Branch: perl
46111            ! lib/Cwd.pm
46112 ____________________________________________________________________________
46113 [  7357] By: jhi                                   on 2000/10/18  16:37:26
46114         Log: Disable the UTF8 downgrade croakage for now to avoid
46115              too many not okay messages.
46116      Branch: perl
46117            ! doio.c
46118 ____________________________________________________________________________
46119 [  7356] By: jhi                                   on 2000/10/17  23:29:41
46120         Log: Show the failed remote port, instead of the failing line number.
46121              
46122              Subject: [PATCH 5.6.1 Debugger] More diagnostics
46123              From: David Sparks <daves@ActiveState.com>
46124              Date: Tue, 17 Oct 2000 15:00:24 -0700
46125              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
46126      Branch: perl
46127            ! lib/perl5db.pl
46128 ____________________________________________________________________________
46129 [  7355] By: jhi                                   on 2000/10/17  14:11:31
46130         Log: On output try to downgrade to bytes, croak if impossible,
46131              from Simon Cozens.  This means that outputting >255 UTF8
46132              is impossible.  Consider this as a strong incentive to get
46133              the I/O disciplines implemented.
46134      Branch: perl
46135            ! doio.c pod/perldiag.pod sv.c
46136 ____________________________________________________________________________
46137 [  7354] By: jhi                                   on 2000/10/17  13:42:23
46138         Log: Clarify documentation on 'use bytes'.
46139              
46140              Subject: Re: What does 'use bytes' "mean" ?
46141              From: Simon Cozens <simon@cozens.net>
46142              Date: Mon, 18 Sep 2000 18:24:25 +0100
46143              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
46144      Branch: perl
46145            ! lib/bytes.pm
46146 ____________________________________________________________________________
46147 [  7353] By: jhi                                   on 2000/10/17  13:28:12
46148         Log: Workaround for a sfio bug where the stream error indicator
46149              is not cleared as documented.
46150              
46151              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46152              From: Nicholas Clark <nick@ccl4.org>
46153              Date: Mon, 16 Oct 2000 18:28:23 +0100
46154              Message-ID: <20001016182823.J19700@plum.flirble.org>
46155      Branch: perl
46156            ! doio.c
46157 ____________________________________________________________________________
46158 [  7352] By: jhi                                   on 2000/10/17  13:06:19
46159         Log: More IoTYPE sprinkling.
46160      Branch: perl
46161            ! doio.c pp_hot.c
46162 ____________________________________________________________________________
46163 [  7351] By: jhi                                   on 2000/10/16  22:47:07
46164         Log: Detect early whether the std streams have gone bad.
46165              
46166              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46167              Date: Mon, 16 Oct 2000 23:28:42 +0100
46168              From: Nicholas Clark <nick@ccl4.org>
46169              Message-ID: <20001016232842.A37942@plum.flirble.org>
46170      Branch: perl
46171            ! t/op/misc.t
46172 ____________________________________________________________________________
46173 [  7350] By: jhi                                   on 2000/10/16  22:45:16
46174         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
46175              From: "Peter J. Farley III" <pjfarley@banet.net>
46176              Date: Mon, 16 Oct 2000 18:15:59 -0400
46177              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
46178      Branch: perl
46179            ! djgpp/djgpp.c dosish.h t/io/open.t
46180 ____________________________________________________________________________
46181 [  7349] By: jhi                                   on 2000/10/16  22:36:45
46182         Log: perldelta tweak.
46183      Branch: perl
46184            ! pod/perldelta.pod
46185 ____________________________________________________________________________
46186 [  7348] By: jhi                                   on 2000/10/16  15:17:53
46187         Log: Update Changes.
46188      Branch: perl
46189            ! Changes patchlevel.h
46190 ____________________________________________________________________________
46191 [  7347] By: jhi                                   on 2000/10/16  13:55:27
46192         Log: Add the capability to include/exclude branches.
46193      Branch: perl
46194            ! Porting/genlog
46195 ____________________________________________________________________________
46196 [  7346] By: jhi                                   on 2000/10/16  13:18:04
46197         Log: Add Charles Lane.
46198      Branch: perl
46199            ! AUTHORS Changes
46200 ____________________________________________________________________________
46201 [  7345] By: jhi                                   on 2000/10/16  13:13:21
46202         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
46203      Branch: perl
46204            ! pod/perldelta.pod
46205 ____________________________________________________________________________
46206 [  7344] By: gsar                                  on 2000/10/16  09:30:21
46207         Log: integrate change#6220 from cfgperl
46208              
46209              Win32 patches from Benjamin Stuhl.
46210      Branch: maint-5.6/perl
46211           !> makedef.pl win32/win32.h
46212 ____________________________________________________________________________
46213 [  7343] By: gsar                                  on 2000/10/16  08:32:19
46214         Log: integrate changes#6221,6222 from cfgperl
46215              
46216              Remove tr///CU (the feature is to be obsoleted by better interfaces).
46217              From: simon@brecon.co.uk (Simon Cozens)
46218              Subject: [PATCH] Eliminate tr///[CU][CU]
46219              Date: 23 Jun 2000 11:05:40 GMT
46220              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
46221              
46222              doc typo fix
46223              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
46224              From: Ian Phillipps <Ian.Phillipps@iname.com>
46225              Date: Fri, 23 Jun 2000 10:40:58 +0100
46226              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
46227      Branch: maint-5.6/perl
46228           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
46229 ____________________________________________________________________________
46230 [  7342] By: gsar                                  on 2000/10/16  08:28:08
46231         Log: integrate change#6217 from cfgperl (in part)
46232              
46233              Rename the fdpid locking and integrate with Sarathy.
46234      Branch: maint-5.6/perl
46235           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
46236           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
46237           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
46238           !> win32/win32.c
46239 ____________________________________________________________________________
46240 [  7341] By: gsar                                  on 2000/10/16  08:23:39
46241         Log: integrate changes#6214..6216 from mainline
46242              
46243              @_ can't have junk in it even in the non-USE_ITHREADS case because
46244              caller() wants to populate @DB::args with it (causes a coredump
46245              in Carp::confess())
46246              
46247              tweak comment about @DB::args
46248              
46249              be more optimal about clearing @_
46250      Branch: maint-5.6/perl
46251           !> av.h cop.h pp_ctl.c t/op/runlevel.t
46252 ____________________________________________________________________________
46253 [  7340] By: gsar                                  on 2000/10/16  08:20:37
46254         Log: integrate changes#6207..6210 from cfgperl
46255              
46256              Subject: [PATCH 5.6.0] Threadsafe patches
46257              From: Dan Sugalski <dan@sidhe.org>
46258              To: perl5-porters@perl.org
46259              Date: Mon, 08 May 2000 18:08:13 -0400
46260              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
46261              
46262              Regen headers for #6207.
46263              
46264              Lock PL_fdpid against race conditions, based on:
46265              Subject: [PATCH 5.6.0]subprocess fixup for threads
46266              From: Dan Sugalski <dan@sidhe.org>
46267              To: perl5-porters@perl.org
46268              Date: Tue, 11 Apr 2000 17:02:32 -0400
46269              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
46270              
46271              Mopup for #6207 and #6209.
46272      Branch: maint-5.6/perl
46273           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
46274           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
46275           !> win32/win32.c
46276 ____________________________________________________________________________
46277 [  7339] By: gsar                                  on 2000/10/16  08:14:34
46278         Log: integrate change#6203 from cfgperl
46279              
46280              perldiag should refer to perlos2.pod not README.os2
46281      Branch: maint-5.6/perl
46282           !> pod/perldiag.pod
46283 ____________________________________________________________________________
46284 [  7338] By: gsar                                  on 2000/10/16  08:11:42
46285         Log: integrate change#6201 from mainline
46286              
46287              Perl_eval_pv() leaks 4 bytes every time it is called because it
46288              does a PUSHMARK that's never ever POPMARKed; in general, only
46289              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
46290              Perl_eval_[sp]v() don't because they don't take any incoming
46291              arguments (this leak has been around since the original version
46292              of perl_eval_pv() in 5.003_97e)
46293      Branch: maint-5.6/perl
46294           !> perl.c
46295 ____________________________________________________________________________
46296 [  7337] By: gsar                                  on 2000/10/16  08:08:47
46297         Log: integrate changes#6197..6200 from cfgperl
46298              
46299              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
46300              From: John Borwick <jhborwic@unity.ncsu.edu>
46301              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
46302              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
46303              
46304              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
46305              From: Dan Sugalski <dan@sidhe.org>
46306              To: vmsperl@perl.org, perl5-porters@perl.org
46307              Date: Fri, 02 Jun 2000 16:00:41 -0400
46308              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
46309              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
46310              
46311              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
46312              From: Dan Sugalski <dan@sidhe.org>
46313              To: perl5-porters@perl.org, vmsperl@perl.org
46314              Date: Fri, 02 Jun 2000 17:30:51 -0400
46315              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
46316              
46317              Update to cperl-mode.el 4.31 from
46318              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
46319              Subject: A couple of notes
46320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46321              To: Mailing list Perl5 <perl5-porters@perl.org>
46322              Date: Sat, 3 Jun 2000 23:33:32 -0400
46323              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
46324      Branch: maint-5.6/perl
46325           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
46326           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
46327           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
46328           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
46329           !> vms/vmsish.h
46330 ____________________________________________________________________________
46331 [  7336] By: gsar                                  on 2000/10/16  08:03:46
46332         Log: integrate changes#6194,6195 from mainline
46333              
46334              fix small eval"" memory leaks under USE_ITHREADS
46335              
46336              fix yet another eval"" leak under USE_ITHREADS
46337      Branch: maint-5.6/perl
46338           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
46339           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
46340           !> vms/perly_c.vms
46341 ____________________________________________________________________________
46342 [  7335] By: gsar                                  on 2000/10/16  08:02:15
46343         Log: integrate changes#6190,6191 from mainline
46344              
46345              submit missing embed.pl change
46346              
46347              vec() loses numericalness (modified version of patch suggested
46348              by Robin Barker)
46349      Branch: maint-5.6/perl
46350           !> doop.c embed.pl t/op/vec.t
46351 ____________________________________________________________________________
46352 [  7334] By: gsar                                  on 2000/10/16  08:01:03
46353         Log: integrate change#6189 from mainline
46354              
46355              counting tr/// corrupts later operation (from M.J.T Guy)
46356      Branch: maint-5.6/perl
46357           !> doop.c t/op/tr.t
46358 ____________________________________________________________________________
46359 [  7333] By: gsar                                  on 2000/10/16  07:59:07
46360         Log: integrate changes#6183..6188 from mainline
46361              
46362              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
46363              <nick@ccl4.org>)
46364              
46365              tweak for change#6127
46366              
46367              remove incorrect documentation about implicit split to @_ in
46368              list context, which never really worked in perl 5 (from
46369              M.J.T. Guy)
46370              
46371              further qualify references to "alphanumeric" (from Wolfgang Laun
46372              <wolfgang.laun@alcatel.at>)
46373              
46374              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
46375              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
46376              
46377              h2xs tweaks
46378      Branch: maint-5.6/perl
46379           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
46380           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
46381           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
46382           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
46383           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
46384           !> pod/pod2latex.PL utils/h2xs.PL
46385 ____________________________________________________________________________
46386 [  7332] By: gsar                                  on 2000/10/16  07:53:52
46387         Log: integrate change#6179 from mainline
46388              
46389              buggy modulus on UVs introduced by change#3378 (resulted in
46390              4063328477 % 65535 amounting to 27406, instead of 27407)
46391      Branch: maint-5.6/perl
46392           !> pp.c t/op/arith.t
46393 ____________________________________________________________________________
46394 [  7331] By: gsar                                  on 2000/10/16  07:52:49
46395         Log: integrate changes#6176,6177,6178,6182 from cfgperl
46396              
46397              Single-quoted utf8 patch from Simon Cozens.
46398              
46399              Substitution utf8 patch from Simon Cozens.
46400              
46401              Be cleaner.
46402              
46403              Be Cleaner Part Deux.
46404      Branch: maint-5.6/perl
46405           !> Makefile.SH pp_hot.c toke.c
46406 ____________________________________________________________________________
46407 [  7330] By: gsar                                  on 2000/10/16  07:41:36
46408         Log: integrate change#6172 from mainline
46409              
46410              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
46411              (from Ilya Zakharevich)
46412      Branch: maint-5.6/perl
46413           !> regexec.c t/op/re_tests
46414 ____________________________________________________________________________
46415 [  7329] By: gsar                                  on 2000/10/16  07:40:25
46416         Log: integrate change#6171 from mainline
46417              
46418              scalar() doesn't force scalar context when used in void context
46419              (from Simon Cozens)
46420      Branch: maint-5.6/perl
46421           !> op.c t/op/wantarray.t
46422 ____________________________________________________________________________
46423 [  7328] By: gsar                                  on 2000/10/16  07:39:33
46424         Log: integrate change#6170 from mainline
46425              
46426              change#6142 needs tweaks to tests to work where there's no
46427              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
46428      Branch: maint-5.6/perl
46429           !> t/lib/filefind.t
46430 ____________________________________________________________________________
46431 [  7327] By: gsar                                  on 2000/10/16  07:35:34
46432         Log: integrate changes#6166..6168 from cfgperl
46433              
46434              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
46435              in case somebody wants to write an extension for more
46436              shadow database interfaces.
46437              
46438              tweak todo
46439              
46440              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
46441      Branch: maint-5.6/perl
46442           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
46443           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
46444           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
46445           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
46446           !> win32/config.vc win32/config_H.bc win32/config_H.gc
46447           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
46448 ____________________________________________________________________________
46449 [  7326] By: gsar                                  on 2000/10/16  07:29:05
46450         Log: integrate changes#6157,6159..6161,6164 from cfgperl
46451              
46452              Regen Configure to jive with #6149.
46453              
46454              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
46455              
46456              Changes for the File::Temp 0.08 (change #6159) test suite
46457              to fit better into the Perl distribution test framework.
46458              
46459              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
46460              both from Simon Cozens.
46461              
46462              detypo
46463      Branch: maint-5.6/perl
46464           +> pod/perlmodlib.PL pod/perlnewmod.pod
46465           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
46466           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
46467           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46468           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46469 ____________________________________________________________________________
46470 [  7325] By: gsar                                  on 2000/10/16  07:25:13
46471         Log: integrate change#6158 from vmsperl
46472              
46473              Add fallback to tmpfile for use in cases where user's relying on
46474              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
46475              Lane's patch)
46476      Branch: maint-5.6/perl
46477           !> vms/vms.c vms/vmsish.h
46478 ____________________________________________________________________________
46479 [  7324] By: gsar                                  on 2000/10/16  07:20:50
46480         Log: integrate changes#6153..6155 from mainline
46481              
46482              prettier Test::Harness output on failed tests (from Nicholas Clark
46483              <nick@Bagpuss.uk.boo.com>)
46484              
46485              avoid type mismatch warning
46486              
46487              small bug in change#6144; remove random \xA0 character that snuck
46488              in via change#6145
46489      Branch: maint-5.6/perl
46490           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
46491           !> perl.c
46492 ____________________________________________________________________________
46493 [  7323] By: gsar                                  on 2000/10/16  07:18:47
46494         Log: integrate changes#6151,6152 from mainline
46495              
46496              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
46497              
46498              cosmetic fixups of RE debug output (from Ilya Zakharevich)
46499      Branch: maint-5.6/perl
46500           !> regexec.c
46501 ____________________________________________________________________________
46502 [  7322] By: gsar                                  on 2000/10/16  07:17:25
46503         Log: integrate changes#6146..6150 from mainline
46504              
46505              doc typo
46506              
46507              add a make entry to Config.pm so "perl -V:make" works on VMS
46508              (from Peter Prymmer)
46509              
46510              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
46511              
46512              OS/2 tweaks for usethreads build (from Rocco Caputo
46513              <troc@netrus.net>)
46514              
46515              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
46516      Branch: maint-5.6/perl
46517           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
46518           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
46519           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
46520           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
46521           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
46522           !> warnings.pl x2p/a2p.h
46523 ____________________________________________________________________________
46524 [  7321] By: gsar                                  on 2000/10/16  07:14:02
46525         Log: integrate changes#6143..6145 from mainline
46526              
46527              MacOS support, part 1 (from Matthias Neeracher
46528              <neeri@iis.ee.ethz.ch>)
46529              
46530              MacOS support, part 2: make AutoSplit use File::Spec instead
46531              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
46532              <neeri@iis.ee.ethz.ch>)
46533              
46534              make xsubpp skip embedded pod (from Matthias Neeracher
46535              <neeri@iis.ee.ethz.ch>)
46536      Branch: maint-5.6/perl
46537           +> ext/DynaLoader/dl_mac.xs
46538           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
46539           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
46540           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
46541           !> pp_ctl.c proto.h toke.c util.c util.h
46542 ____________________________________________________________________________
46543 [  7320] By: gsar                                  on 2000/10/16  07:12:13
46544         Log: integrate changes#6141,6142 from mainline
46545              
46546              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
46547              forwarded by Peter Seebach from the bsdi-users mailing list.
46548              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
46549              
46550              File::Find fails to chdir when chasing symlinks (from
46551              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
46552      Branch: maint-5.6/perl
46553           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
46554 ____________________________________________________________________________
46555 [  7319] By: gsar                                  on 2000/10/16  07:04:30
46556         Log: integrate change#6139 from mainline
46557              
46558              revise mktables.PL for bugs and newness in Unicode 3.0
46559              (from James Bence <jbence@amgen.com>)
46560      Branch: maint-5.6/perl
46561           +> (branch 30 files)
46562           !> (integrate 49 files)
46563 ____________________________________________________________________________
46564 [  7318] By: gsar                                  on 2000/10/16  07:01:01
46565         Log: integrate changes#6137,6138 from mainline
46566              
46567              fix bogus redeclaration warning for "our" variables in different
46568              scopes
46569              
46570              add note about the handling of negative indices to tied arrays
46571              (from Michael G Schwern <schwern@pobox.com>)
46572      Branch: maint-5.6/perl
46573           !> op.c pod/perltie.pod t/pragma/strict-vars
46574 ____________________________________________________________________________
46575 [  7317] By: gsar                                  on 2000/10/16  06:58:46
46576         Log: integrate changes#6127..6136 from mainline
46577              
46578              call_method(...,G_EVAL) can longjmp() out if the method probing
46579              failed (from Gisle Aas)
46580              
46581              new perlxstut example for passing/returning refs to arrays
46582              (from David Lowe <dlowe@pootpoot.com>)
46583              
46584              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
46585              
46586              fix places that mean C<"word" character> but say C<alphanumeric
46587              character>
46588              
46589              avoid warnings in POSIX.pm (from Barrie Slaymaker)
46590              
46591              warnings::enabled() doesn't fall back to looking at $^W if
46592              caller isn't using lexical warnings (from Paul Marquess)
46593              
46594              elide bogus test in change#6132
46595              
46596              make Test::Harness use wait.h/WCOREDUMP if available
46597              (from Ben Tilly <ben_tilly@hotmail.com>)
46598              
46599              enable Test::Harness to dynamically determine column width etc.
46600              (from Rob Napier <rnapier@employees.org>)
46601              
46602              random pod typos (from Peter Scott <Peter@PSDT.com>)
46603      Branch: maint-5.6/perl
46604           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
46605           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
46606           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
46607           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
46608 ____________________________________________________________________________
46609 [  7316] By: gsar                                  on 2000/10/16  06:53:23
46610         Log: integrate change#6126 from mainline
46611              
46612              change#2879 broke rvalue autovivification of magicals such as
46613              ${$num} (reworked variant of patch suggested by Simon Cozens)
46614      Branch: maint-5.6/perl
46615           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
46616           !> pp_hot.c proto.h t/op/gv.t
46617 ____________________________________________________________________________
46618 [  7315] By: gsar                                  on 2000/10/16  06:51:38
46619         Log: integrate changes#6123,6125 from mainline
46620              
46621              clarify gotcha with #line directives (from Rocco Caputo
46622              <troc@netrus.net>)
46623              
46624              enable propagating exception objects via Perl_croak() in XS code
46625              (from Gisle Aas)
46626      Branch: maint-5.6/perl
46627           !> pod/perldebug.pod pod/perlsyn.pod util.c
46628 ____________________________________________________________________________
46629 [  7314] By: gsar                                  on 2000/10/16  06:49:28
46630         Log: integrate change#6122 from mainline
46631              
46632              downgrade fatal error on C<"foo@nosucharray.com"> to optional
46633              warning (from Mark-Jason Dominus)
46634      Branch: maint-5.6/perl
46635           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
46636           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
46637           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
46638           !> toke.c
46639 ____________________________________________________________________________
46640 [  7313] By: gsar                                  on 2000/10/16  06:46:54
46641         Log: integrate changes#6112..6121 from vmsperl
46642              
46643              Check for existence of file before trying to delete
46644              
46645              Ugly workaround for version-specific RTL error
46646              
46647              Urk -- undo previous removal of vmsish 'exit' change
46648              
46649              Add bounds checking for several strings (Charles Lane)
46650              
46651              Miscellaneous cosmetic fixes (Charles Lane)
46652              
46653              Treat sockets as special in sys(read|write) (Charles Lane et al.)
46654              
46655              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
46656              Flatten case labels in switch statements uniformly (Charles Bailey)
46657              
46658              Quiet error messages in vmsish.t (Charles Lane)
46659              
46660              Add missing escape (Charles Lane)
46661              
46662              Allow eliminate_macros() and fixpath() to handle space-delimited
46663              lists (based on fixes by Craig Berry)
46664      Branch: maint-5.6/perl
46665           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
46666           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
46667           !> vms/vmsish.h
46668 ____________________________________________________________________________
46669 [  7312] By: gsar                                  on 2000/10/16  06:41:18
46670         Log: integrate changes#6107,6110 from cfgperl
46671              
46672              Tweak the todo list.
46673              
46674              todo tweak
46675      Branch: maint-5.6/perl
46676           !> Todo-5.6
46677 ____________________________________________________________________________
46678 [  7311] By: gsar                                  on 2000/10/16  06:38:38
46679         Log: integrate changes#6104,6108 from mainline
46680              
46681              PL_sys_intern was being initialized too late on windows
46682              
46683              reenable fake signal handling on Windows, bugs and all
46684      Branch: maint-5.6/perl
46685           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
46686           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
46687           !> win32/win32.c
46688 ____________________________________________________________________________
46689 [  7310] By: gsar                                  on 2000/10/16  06:36:03
46690         Log: integrate changes#6095,6097..6103 from cfgperl
46691              
46692              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
46693              might be useful in future.
46694              
46695              Add a note about possible compilation problems from Allen Smith.
46696              
46697              Add a note about other, yet unsupported, shadow password APIs.
46698              
46699              Tweaks for the cc bugs from Allen Smith.
46700              
46701              More compilation tweakery from Allen Smith.
46702              
46703              Hints and test tweaks for Unicos.
46704              
46705              The test suite tweak in #6101 wasn't quite right.
46706              
46707              Test tweaking for Unicos continues.
46708      Branch: maint-5.6/perl
46709           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
46710           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
46711           !> t/lib/complex.t t/op/64bitint.t
46712 ____________________________________________________________________________
46713 [  7309] By: gsar                                  on 2000/10/16  06:29:41
46714         Log: integrate changes#6093,6094 from mainline
46715              
46716              fork() failure to create pseudo process sets errno=EAGAIN and returns
46717              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
46718              
46719              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
46720      Branch: maint-5.6/perl
46721           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
46722           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
46723 ____________________________________________________________________________
46724 [  7308] By: gsar                                  on 2000/10/16  06:27:29
46725         Log: integrate change#6092 from cfgperl
46726              
46727              Regen perltoc with the fixed buildtoc.
46728      Branch: maint-5.6/perl
46729           !> pod/perltoc.pod
46730 ____________________________________________________________________________
46731 [  7307] By: gsar                                  on 2000/10/16  06:26:40
46732         Log: integrate changes#6089,6090 from mainline
46733              
46734              buildtoc tweak to fix newline lossage
46735              
46736              concat doesn't preserve utf8-ness, and doesn't invalidate
46737              [NI]OK; added tests for both
46738      Branch: maint-5.6/perl
46739           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
46740 ____________________________________________________________________________
46741 [  7306] By: gsar                                  on 2000/10/16  06:24:05
46742         Log: integrate change#6088 from cfgperl
46743              
46744              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
46745              because we do not use those.  The HAS_GETSPNAM remains,
46746              though, because we still do use that.
46747      Branch: maint-5.6/perl
46748           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
46749           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
46750           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
46751           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
46752           !> win32/config.vc win32/config_H.bc win32/config_H.gc
46753           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
46754 ____________________________________________________________________________
46755 [  7305] By: gsar                                  on 2000/10/16  06:15:52
46756         Log: integrate changes#6084,6085,6087 from mainline
46757              
46758              substr() does not preserve utf8-ness (from Stefan Eissing
46759              <Eissing@medicaldataservice.de>); added tests
46760              
46761              repeat operator (x) doesn't preserve utf8-ness
46762              
46763              reverse() and quotemeta() weren't preserving utf8-ness; add tests
46764      Branch: maint-5.6/perl
46765           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
46766 ____________________________________________________________________________
46767 [  7304] By: gsar                                  on 2000/10/16  06:13:10
46768         Log: integrate changes#6077..6083 from mainline
46769              
46770              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
46771              and Tom Phoenix)
46772              
46773              workaround for CRT bug in chdir() (from Charles Lane, via
46774              Peter Prymmer)
46775              
46776              remove outdated kludge in Carp (NULLs are permitted in diagnostics
46777              now)
46778              
46779              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
46780              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
46781              
46782              better default perlbug categories for ok reports (from Richard Foley)
46783              
46784              peek.t non-portable to ithreads
46785              
46786              note about undocumented caller() return value (from M.J.T. Guy);
46787              yet another peek.t tweak
46788      Branch: maint-5.6/perl
46789           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46790           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46791           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
46792           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
46793           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
46794           !> vms/vmsish.h
46795 ____________________________________________________________________________
46796 [  7303] By: gsar                                  on 2000/10/16  06:03:18
46797         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
46798              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
46799              
46800              &HUGE_VAL is not defined, it exists.
46801              
46802              Do not warn that an infinity does not look like a number.
46803              
46804              Rewrite the pwent/spent logic to be a little bit more clearer.
46805              
46806              Continue on the pwent/spent case.
46807              
46808              Correct Freudian slip.
46809              
46810              Use HUGE_VALL if applicable.
46811              
46812              pwent/spent #ifdef imbalance.
46813              
46814              Infinite problems.
46815              
46816              Call getspnam() only iff needd.
46817              
46818              Test both the scalar and list contexts.
46819              
46820              Use setxxent()/endxxent().
46821              
46822              Complex tweakery.
46823              
46824              Unicos hint tweak.
46825              
46826              Be more forgiving in POSIX about HUGE_VALL.
46827              
46828              Detypo.
46829              
46830              The search of infinity continues, this time simplified.
46831              
46832              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
46833              in natively 64-bit platforms where a long is a quad (no need
46834              for long longs).  Also added bias for IVs.
46835              
46836              Complex tweaks.
46837              
46838              Introduce t/lib/peek.t.
46839              
46840              Make the test more portable.
46841      Branch: maint-5.6/perl
46842           +> t/lib/peek.t
46843            ! pp_sys.c
46844           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
46845           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
46846           !> t/op/pwent.t toke.c util.c
46847 ____________________________________________________________________________
46848 [  7302] By: gsar                                  on 2000/10/16  05:03:37
46849         Log: integrate changes#6066..6071 from mainline
46850              
46851              s/END/CHECK/
46852              
46853              replace direct call to sighandler() with (*PL_sighandlerp)()
46854              
46855              note about values()
46856              
46857              File::Spec compatibility update (from Barrie Slaymaker
46858              <barries@slaysys.com>)
46859              
46860              remove misleading comment (from M.J.T. Guy)
46861              
46862              misformatted perllocal.pod (from Tim Jenness
46863              <t.jenness@jach.hawaii.edu>)
46864      Branch: maint-5.6/perl
46865           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
46866           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
46867           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
46868           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
46869 ____________________________________________________________________________
46870 [  7301] By: gsar                                  on 2000/10/16  05:00:08
46871         Log: integrate changes#6061..6063 from mainline
46872              
46873              change#5921 neglected to make eq honor "use bytes"
46874              
46875              additional tests for utf8.t
46876              
46877              tokeq() could read unallocated field in argument
46878      Branch: maint-5.6/perl
46879           !> sv.c t/pragma/utf8.t toke.c
46880 ____________________________________________________________________________
46881 [  7300] By: gsar                                  on 2000/10/16  04:56:54
46882         Log: integrate changes#6046,6048,6057,6058 from mainline
46883              
46884              libscheck has insufficient checks for n32 libs (from
46885              Albert Chin-A-Young <china@thewrittenword.com>)
46886              
46887              add note about how $( doesn't interpolate in REs (from
46888              Philip Newton <newton@ficus.frogspace.net>)
46889              
46890              fix broken parsing of /\x{ab}/
46891              
46892              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
46893              (spotted by Donald Kinzer <dkinzer@premia.com>)
46894      Branch: maint-5.6/perl
46895           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
46896           !> t/pragma/utf8.t
46897 ____________________________________________________________________________
46898 [  7299] By: gsar                                  on 2000/10/16  04:52:50
46899         Log: integrate change#6044 from mainline
46900              
46901              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
46902              such that underscores are only ignored in literal numbers,
46903              "\x{...}", and hex/oct argument
46904      Branch: maint-5.6/perl
46905           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
46906 ____________________________________________________________________________
46907 [  7298] By: gsar                                  on 2000/10/16  04:50:53
46908         Log: integrate changes#6027..6043 from mainline
46909              
46910              podlators-1.02 update (from Russ Allbery)
46911              
46912              Pod::Man generates groff-incompatible macro definition (from
46913              Tom Christiansen)
46914              
46915              add CGI.pm v2.66 (from Lincoln Stein)
46916              
46917              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
46918              for @- and @+ (from Johan Vromans)
46919              
46920              small nits in diagnostics.pm (from Robin Barker)
46921              
46922              whitespace adjustments
46923              
46924              missing files in MANIFEST
46925              
46926              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
46927              to compensate
46928              
46929              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
46930              
46931              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
46932      Branch: maint-5.6/perl
46933           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
46934           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
46935           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
46936           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
46937           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
46938           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
46939           !> t/lib/cgi-html.t t/lib/cgi-request.t
46940 ____________________________________________________________________________
46941 [  7297] By: gsar                                  on 2000/10/16  04:44:30
46942         Log: integrate change#6025 from mainline
46943              
46944              Is{Alnum,Alpha,Word} don't match titlecase
46945              TODO: IsSpace is defined recursively!
46946              (both spotted by Larry)
46947      Branch: maint-5.6/perl
46948           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46949           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46950 ____________________________________________________________________________
46951 [  7296] By: gsar                                  on 2000/10/16  04:39:30
46952         Log: integrate change#6023 from mainline
46953              
46954              debugger stomps on $. (from M.J.T. Guy)
46955      Branch: maint-5.6/perl
46956           !> lib/perl5db.pl
46957 ____________________________________________________________________________
46958 [  7295] By: gsar                                  on 2000/10/16  04:38:02
46959         Log: integrate change#6022 from mainline
46960              
46961              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
46962      Branch: maint-5.6/perl
46963           !> sv.c
46964 ____________________________________________________________________________
46965 [  7294] By: gsar                                  on 2000/10/16  04:37:05
46966         Log: integrate changes#6018..6021 from mainline
46967              
46968              make lib/syslog.t portable to systems that don't have _PATH_LOG,
46969              make _PATH_LOG() return "" if unavailable
46970              
46971              windows portability tweaks
46972              
46973              test tweak
46974              
46975              remove Win2K issue in pod (fixed by change#6020)
46976      Branch: maint-5.6/perl
46977           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
46978           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
46979           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
46980 ____________________________________________________________________________
46981 [  7293] By: gsar                                  on 2000/10/16  04:20:00
46982         Log: integrate changes#6013..6015 from mainline
46983              
46984              tweak change#5945 to display correct switch name in diagnostic
46985              
46986              glob() loading File::Glob behind the scenes may cause syntax errors
46987              
46988              tweak test for portability
46989      Branch: maint-5.6/perl
46990           !> op.c perl.c pod/perldiag.pod t/lib/b.t
46991 ____________________________________________________________________________
46992 [  7292] By: gsar                                  on 2000/10/16  04:18:11
46993         Log: integrate changes#6005..6010 from mainline, cfgperl
46994              
46995              perldoc might fail via "use blib" (from Hugo van der Sanden)
46996              
46997              Regen Configure.
46998              
46999              note about compile failures and END blocks (from M.J.T. Guy)
47000              
47001              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
47002              
47003              (change#6009 integrated earlier in change#7255)
47004              
47005              clarify note about shadow password support (from
47006              gellyfish@gellyfish.com)
47007      Branch: maint-5.6/perl
47008           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47009           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
47010           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
47011 ____________________________________________________________________________
47012 [  7291] By: gsar                                  on 2000/10/16  04:12:03
47013         Log: integrate changes#6002,6003 from mainline
47014              
47015              destructive sv_setsv() can lose UV-ness from source, causing
47016              numeric promotions/comparisons to fail to do the right thing
47017              
47018              allow REG_EXPAND_SZ keys in Windows registry (from
47019              John Clayton <John.Clayton@barclayscapital.com>)
47020      Branch: maint-5.6/perl
47021           !> sv.c win32/win32.c
47022 ____________________________________________________________________________
47023 [  7290] By: gsar                                  on 2000/10/16  04:10:19
47024         Log: integrate change#6001 from mainline
47025              
47026              support additional library locations via $Config{otherlibdirs}
47027              (from Andy Dougherty)
47028      Branch: maint-5.6/perl
47029           !> Configure INSTALL Porting/Glossary Porting/config.sh
47030           !> Porting/config_H config_h.SH epoc/config.sh perl.c
47031           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
47032           !> win32/config.bc win32/config.gc win32/config.vc
47033 ____________________________________________________________________________
47034 [  7289] By: gsar                                  on 2000/10/16  04:08:28
47035         Log: integrate change#5999 from mainline
47036              
47037              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
47038      Branch: maint-5.6/perl
47039           !> t/pragma/warn/toke toke.c
47040 ____________________________________________________________________________
47041 [  7288] By: gsar                                  on 2000/10/16  04:07:01
47042         Log: integrate changes#5997,5998 from cfgperl
47043              
47044              Preserve $!.
47045              
47046              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
47047      Branch: maint-5.6/perl
47048           !> lib/Math/Complex.pm
47049 ____________________________________________________________________________
47050 [  7287] By: gsar                                  on 2000/10/16  04:04:37
47051         Log: integrate change#5995 from mainline
47052              
47053              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
47054      Branch: maint-5.6/perl
47055           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
47056 ____________________________________________________________________________
47057 [  7286] By: gsar                                  on 2000/10/16  04:03:21
47058         Log: integrate change#5994 from mainline
47059              
47060              fix for missed accounting for null byte in pack("Z",...) (from
47061              M.J.T. Guy)
47062      Branch: maint-5.6/perl
47063           !> pp.c t/op/pack.t
47064 ____________________________________________________________________________
47065 [  7285] By: gsar                                  on 2000/10/16  04:02:11
47066         Log: integrate changes#5989..5993 from mainline
47067              
47068              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
47069              itself and no other (from Tom Hughes)
47070              
47071              use $ENV{LIB} to search for libs under Visual C compiler
47072              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
47073              
47074              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
47075              
47076              pod nit (from Simon Cozens)
47077              
47078              various minor tweaks seen on p5p
47079      Branch: maint-5.6/perl
47080           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
47081           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
47082           !> t/op/array.t toke.c
47083 ____________________________________________________________________________
47084 [  7284] By: gsar                                  on 2000/10/16  03:59:00
47085         Log: integrate changes#5978..5988 from mainline
47086              
47087              sync version numbers in File::Spec with the ones on CPAN
47088              (from Barrie Slaymaker)
47089              
47090              under useithreads, constant pad entries could inadvertantly be
47091              shared across threads (from Eric Blood <eblood@xmission.com>);
47092              added Eric's test case to testsuite
47093              
47094              allow Configure -S to run non-interactively (spotted by Greg Hudson
47095              <ghudson@mit.edu>)
47096              
47097              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
47098              prototype mismatch with CORE::glob(); update pod and tests to
47099              suit (File::Glob::glob() is still available for backward
47100              compatibility, but should be considered deprecated)
47101              
47102              avoid error in IO::Socket::INET when given an unknown service name
47103              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
47104              
47105              numeric conversion of non-number in change#3378 tramples on
47106              OOK offset, causing segfaults
47107              
47108              attributes::reftype() doesn't work on tied argument
47109              
47110              forked child may not exit correctly if it failed to open
47111              /dev/console (from Graham Barr)
47112              
47113              add regular expressions tutorial and quick-start guide (from
47114              Mark Kvale <kvale@phy.ucsf.edu>)
47115              
47116              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
47117              
47118              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
47119              <paul@miraclefish.com>)
47120      Branch: maint-5.6/perl
47121           +> pod/perlrequick.pod pod/perlretut.pod
47122           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
47123           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
47124           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
47125           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
47126           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
47127           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
47128           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
47129           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
47130 ____________________________________________________________________________
47131 [  7283] By: gsar                                  on 2000/10/16  03:52:14
47132         Log: integrate change#5977 from mainline
47133              
47134              autoquote barewords followed by newline and arrow properly
47135              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
47136      Branch: maint-5.6/perl
47137           !> t/pragma/warn/toke toke.c
47138 ____________________________________________________________________________
47139 [  7282] By: gsar                                  on 2000/10/16  03:50:48
47140         Log: integrate change#5976 from mainline
47141              
47142              DB_File v1.73 update (from Paul Marquess)
47143      Branch: maint-5.6/perl
47144           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
47145           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
47146 ____________________________________________________________________________
47147 [  7281] By: gsar                                  on 2000/10/16  03:49:14
47148         Log: integrate change#5975 from mainline
47149              
47150              allow sort() reentrancy (variant of patch suggested by
47151              Hugo van der Sanden)
47152      Branch: maint-5.6/perl
47153           !> pp_ctl.c t/op/sort.t
47154 ____________________________________________________________________________
47155 [  7280] By: gsar                                  on 2000/10/16  03:48:22
47156         Log: integrate change#5974 from mainline
47157              
47158              change#4197 somehow missed initializing PL_errors, meaning
47159              syntax error queueing wasn't working outside eval"" at all;
47160              also fixed eval"" to localize PL_error_count, so that compile-time
47161              eval's don't clobber the error state of the outer context
47162      Branch: maint-5.6/perl
47163           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
47164           !> t/pragma/warn/toke
47165 ____________________________________________________________________________
47166 [  7279] By: gsar                                  on 2000/10/16  03:46:21
47167         Log: integrate change#5973 from mainline
47168              
47169              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
47170      Branch: maint-5.6/perl
47171           !> regcomp.c regexec.c t/op/re_tests
47172 ____________________________________________________________________________
47173 [  7278] By: gsar                                  on 2000/10/16  03:44:54
47174         Log: integrate change#5971 from cfgperl
47175              
47176              Unicos tweaks from Mark P. Lutz.
47177      Branch: maint-5.6/perl
47178           !> hints/unicos.sh lib/Math/Complex.pm
47179 ____________________________________________________________________________
47180 [  7277] By: gsar                                  on 2000/10/16  03:42:59
47181         Log: integrate changes#5966..5970 from mainline
47182              
47183              add testsuite for B backends, fix bug in B::Deparse (from
47184              Simon Cozens <simon@brecon.co.uk>)
47185              
47186              improved docs on the warn_uninit diagnostic (from David Glasser
47187              and Simon Cozens)
47188              
47189              tolerate spaces in group names in test on solaris (from David Boyce
47190              <dsb@boyski.com>)
47191              
47192              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
47193              
47194              Data::Dumper fumbles negative numbers on 32-bit platforms where
47195              IV is >32bits
47196      Branch: maint-5.6/perl
47197           +> t/lib/b.t t/lib/syslog.t
47198           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
47199           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
47200           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
47201 ____________________________________________________________________________
47202 [  7276] By: gsar                                  on 2000/10/16  03:39:30
47203         Log: integrate change#5965 from mainline
47204              
47205              avoid "will not stay shared" warnings for our variables (from
47206              Robin Barker)
47207      Branch: maint-5.6/perl
47208           !> op.c t/pragma/warn/op
47209 ____________________________________________________________________________
47210 [  7275] By: gsar                                  on 2000/10/16  03:38:18
47211         Log: integrate change#5964 from mainline
47212              
47213              reformat to 72 columns (again)
47214      Branch: maint-5.6/perl
47215           !> pod/perldiag.pod
47216 ____________________________________________________________________________
47217 [  7274] By: gsar                                  on 2000/10/16  03:36:58
47218         Log: integrate change#5963 from mainline
47219              
47220              patch from Larry to make (\&) prototype work; added tests for
47221              the same
47222      Branch: maint-5.6/perl
47223           !> op.c t/comp/proto.t
47224 ____________________________________________________________________________
47225 [  7273] By: gsar                                  on 2000/10/16  03:35:51
47226         Log: integrate changes#5956..5962 from mainline
47227              
47228              better diagnostics on failed tests (from Ilya Zakharevich)
47229              
47230              pod nits (from A. C. Yardley <yardley@tanet.net>)
47231              
47232              change#3569 deleted some essential code, revert; avoid use of
47233              atexit() to make DynaLoader work properly on AIX under mod_perl
47234              (from Jens-Uwe Mager <jum@helios.de>)
47235              
47236              doubled words in pods (from Simon Cozens
47237              <simon.p.cozens@jp.pwcglobal.com>)
47238              
47239              better INSTALL notes on Solaris issues (from Dominic Dunlop)
47240              
47241              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
47242              
47243              updated README.hpux (from Jeff Okamoto)
47244      Branch: maint-5.6/perl
47245           !> INSTALL README.hpux emacs/cperl-mode.el
47246           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
47247           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
47248           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
47249           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
47250           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
47251           !> t/op/lex_assign.t
47252 ____________________________________________________________________________
47253 [  7272] By: gsar                                  on 2000/10/16  03:31:22
47254         Log: integrate change#5955 from mainline
47255              
47256              longstanding bug exposed by change#3307: sort arguments weren't
47257              compiled with the right wantarray context (ensuing runtime lookup
47258              via block_gimme() was getting the incidental context of the
47259              sort() itself)
47260      Branch: maint-5.6/perl
47261           !> op.c t/op/sort.t
47262 ____________________________________________________________________________
47263 [  7271] By: gsar                                  on 2000/10/16  03:29:11
47264         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
47265              branch
47266              
47267              Flatten the cpp jungle doing the nosuid checking.
47268              
47269              Do not assume sign propagation. (from M.J.T. Guy)
47270              
47271              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
47272              
47273              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
47274              Now pp_ncmp() returns undef is either operand is a NaN.
47275              
47276              On second thoughts frexp() does have two arguments.
47277              
47278              Document that tr() is not tr(1).
47279              
47280              Be more robust on "extreme" (large absolute value)
47281              arguments.  Originally reported by Daniel Connelly
47282              as a problem with asinh() on large negative arguments,
47283              asinh() used to bail out because an argument to log()
47284              ended up being zero.  Ilya Zakharevich proposed using
47285              Taylor's series in such cases, which for such large
47286              arguments is a very good approximation.
47287              
47288              Undo "use integer" addition from 64bitint as it seems
47289              to break most of the subtests in Digital UNIX;
47290              Unicos needs to find another way.
47291      Branch: maint-5.6/perl
47292           !> (integrate 29 files)
47293 ____________________________________________________________________________
47294 [  7270] By: gsar                                  on 2000/10/16  03:09:44
47295         Log: integrate changes#5948,5949,5950 from mainline
47296              
47297              typo in vars.pm that leads to cryptic message (from Piotr
47298              Piatkowski <kompas@kompas.usr.onet.pl>)
47299              
47300              make perldoc use the pod2man from the same version (from
47301              M.J.T. Guy)
47302              
47303              reformat perldiag to avoid long lines
47304      Branch: maint-5.6/perl
47305           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
47306 ____________________________________________________________________________
47307 [  7269] By: gsar                                  on 2000/10/16  03:05:54
47308         Log: integrate change#5947 from mainline
47309              
47310              use &dl_error rather than &dl_load_file as the guard for calling
47311              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
47312              statically built perl)
47313      Branch: maint-5.6/perl
47314           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
47315 ____________________________________________________________________________
47316 [  7268] By: gsar                                  on 2000/10/16  03:04:48
47317         Log: integrate change#5945 from mainline
47318              
47319              make module name mandatory after -M switch; reorder perldiag
47320              alphabetically (from Mark-Jason Dominus)
47321      Branch: maint-5.6/perl
47322           !> perl.c pod/perldiag.pod
47323 ____________________________________________________________________________
47324 [  7267] By: gsar                                  on 2000/10/16  03:03:01
47325         Log: integrate change#5939 from mainline
47326              
47327              more pod nits (from Larry Virden)
47328      Branch: maint-5.6/perl
47329           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
47330           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
47331           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
47332 ____________________________________________________________________________
47333 [  7266] By: gsar                                  on 2000/10/16  03:01:39
47334         Log: integrate change#5938 from mainline
47335              
47336              Consolidated B::Deparse fixes (from Stephen McCamant)
47337      Branch: maint-5.6/perl
47338           !> ext/B/B/Deparse.pm
47339 ____________________________________________________________________________
47340 [  7265] By: gsar                                  on 2000/10/16  03:00:43
47341         Log: integrate change#5936 from mainline
47342              
47343              additional tests for change#7263 (from Paul Marquess)
47344      Branch: maint-5.6/perl
47345           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
47346           !> t/pragma/warn/5nolint t/pragma/warn/6default
47347 ____________________________________________________________________________
47348 [  7264] By: gsar                                  on 2000/10/16  02:58:34
47349         Log: integrate change#5934 from mainline
47350              
47351              propagate lexical warnings from surrounding scope correctly
47352              within string eval() (from Paul Marquess)
47353      Branch: maint-5.6/perl
47354           !> pp_ctl.c t/pragma/warn/pp_ctl
47355 ____________________________________________________________________________
47356 [  7263] By: gsar                                  on 2000/10/16  02:56:53
47357         Log: integrate change#5932 from mainline
47358              
47359              add rsignal(), whichsig() and do_join() to public API list
47360              (mod_perl uses them to good advantage)
47361      Branch: maint-5.6/perl
47362           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
47363 ____________________________________________________________________________
47364 [  7262] By: gsar                                  on 2000/10/16  02:55:53
47365         Log: integrate change#5931 from mainline
47366              
47367              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
47368      Branch: maint-5.6/perl
47369           !> pp_hot.c regexec.c t/op/pat.t
47370 ____________________________________________________________________________
47371 [  7261] By: gsar                                  on 2000/10/16  02:55:01
47372         Log: integrate change#5930 from mainline
47373              
47374              small os390 tweaks (from Peter Prymmer)
47375      Branch: maint-5.6/perl
47376           !> config_h.SH makedepend.SH
47377 ____________________________________________________________________________
47378 [  7260] By: gsar                                  on 2000/10/16  02:54:10
47379         Log: integrate change#5929 from mainline
47380              
47381              pod nits
47382      Branch: maint-5.6/perl
47383           !> pod/perlguts.pod
47384 ____________________________________________________________________________
47385 [  7259] By: gsar                                  on 2000/10/16  02:52:55
47386         Log: integrate change#5927 from mainline
47387              
47388              arrange for next() to resume at the unstack op rather than the
47389              loop conditional, so that scope cleanup happens correctly
47390              (from Stephen McCamant)
47391      Branch: maint-5.6/perl
47392           !> op.c pp_ctl.c t/op/misc.t
47393 ____________________________________________________________________________
47394 [  7258] By: gsar                                  on 2000/10/16  02:51:38
47395         Log: integrate change#5926 from mainline
47396              
47397              on windows, reserve 16M of stack rather than 128M (allows more
47398              threads to run concurrently)
47399      Branch: maint-5.6/perl
47400           !> win32/Makefile win32/makefile.mk
47401 ____________________________________________________________________________
47402 [  7257] By: gsar                                  on 2000/10/16  02:50:37
47403         Log: integrate change#5925 from mainline
47404              
47405              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
47406      Branch: maint-5.6/perl
47407           !> toke.c
47408 ____________________________________________________________________________
47409 [  7256] By: gsar                                  on 2000/10/16  02:49:36
47410         Log: integrate change#5924 from mainline
47411              
47412              avoid using uninitialized memory in require version check
47413      Branch: maint-5.6/perl
47414           !> pp_ctl.c universal.c
47415 ____________________________________________________________________________
47416 [  7255] By: gsar                                  on 2000/10/16  02:48:03
47417         Log: integrate changes#5923,5928,6009 from mainline
47418              
47419              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
47420      Branch: maint-5.6/perl
47421           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
47422 ____________________________________________________________________________
47423 [  7254] By: gsar                                  on 2000/10/16  02:44:46
47424         Log: integrate change#5922 from mainline
47425              
47426              commentary about IoTYPE() (from Nathan Torkington)
47427      Branch: maint-5.6/perl
47428           !> sv.h
47429 ____________________________________________________________________________
47430 [  7253] By: gsar                                  on 2000/10/16  02:43:49
47431         Log: integrate change#5921 from mainline
47432              
47433              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
47434      Branch: maint-5.6/perl
47435           !> sv.c t/lib/charnames.t t/pragma/utf8.t
47436 ____________________________________________________________________________
47437 [  7252] By: gsar                                  on 2000/10/16  02:42:31
47438         Log: integrate change#5920 from mainline
47439              
47440              Larry's fix for buggy propagation of utf8-ness in join(); add test
47441      Branch: maint-5.6/perl
47442           !> doop.c t/op/ver.t
47443 ____________________________________________________________________________
47444 [  7251] By: gsar                                  on 2000/10/16  02:41:14
47445         Log: integrate changes#5915..5919 from mainline
47446              
47447              various (pod tweaks &c)
47448      Branch: maint-5.6/perl
47449           !> (integrate 33 files)
47450 ____________________________________________________________________________
47451 [  7250] By: gsar                                  on 2000/10/16  02:38:16
47452         Log: integrate change#5914 from mainline
47453              
47454              caller() wasn't returning the right number of elements for
47455              eval {...}
47456      Branch: maint-5.6/perl
47457           !> pp_ctl.c t/pragma/warn/9enabled
47458 ____________________________________________________________________________
47459 [  7249] By: gsar                                  on 2000/10/16  02:37:02
47460         Log: integrate change#5913 from mainline
47461              
47462              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
47463              (from Mark-Jason Dominus)
47464      Branch: maint-5.6/perl
47465           !> pod/perlfunc.pod
47466 ____________________________________________________________________________
47467 [  7248] By: gsar                                  on 2000/10/16  02:35:58
47468         Log: integrate change#5912 from mainline
47469              
47470              fix totally broken caching in UNIVERSAL::isa() (from
47471              Nick Ing-Simmons)
47472      Branch: maint-5.6/perl
47473           !> t/op/universal.t universal.c
47474 ____________________________________________________________________________
47475 [  7247] By: gsar                                  on 2000/10/16  02:34:27
47476         Log: integrate changes#5910,5911 from mainline
47477              
47478              typo in pod
47479              
47480              add linebreak properties from unicode/LineBrk.txt (from
47481              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
47482      Branch: maint-5.6/perl
47483           +> (branch 29 files)
47484           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
47485 ____________________________________________________________________________
47486 [  7246] By: gsar                                  on 2000/10/16  02:33:29
47487         Log: integrate change#5909 from mainline
47488              
47489              mode argument to do_binmode() should be file mode, not boolean
47490      Branch: maint-5.6/perl
47491           !> pp_sys.c
47492 ____________________________________________________________________________
47493 [  7245] By: gsar                                  on 2000/10/16  02:31:04
47494         Log: integrate change#5908 from mainline
47495              
47496              introduce illegal symbols into null package so that
47497              gv_fetchpv(...,TRUE) always returns a valid GV even when the
47498              symbol is trapped by strictures (avoids coredumps)
47499      Branch: maint-5.6/perl
47500           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
47501           !> t/pragma/strict-vars
47502 ____________________________________________________________________________
47503 [  7244] By: jhi                                   on 2000/10/16  02:29:54
47504         Log: Subject: $Carp::ExportLevel confusion in Exporter
47505              From: "Ben Tilly" <ben_tilly@hotmail.com>
47506              Date: Sat, 14 Oct 2000 16:44:34 EDT
47507              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
47508      Branch: perl
47509            ! lib/Exporter/Heavy.pm
47510 ____________________________________________________________________________
47511 [  7243] By: jhi                                   on 2000/10/16  02:28:33
47512         Log: Subject: [PATCH perlguts.pod] Document offset hack
47513              From: Simon Cozens <simon@cozens.net>
47514              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
47515              Date: Sat, 14 Oct 2000 19:32:25 +0100
47516      Branch: perl
47517            ! pod/perlguts.pod
47518 ____________________________________________________________________________
47519 [  7242] By: gsar                                  on 2000/10/16  02:26:51
47520         Log: integrate changes#5905,5906,5907,6064 from mainline
47521              
47522              printf/sprintf didn't get quad types right under use64bitint
47523      Branch: maint-5.6/perl
47524           !> pp_sys.c sv.c t/op/64bitint.t
47525 ____________________________________________________________________________
47526 [  7241] By: jhi                                   on 2000/10/16  02:22:44
47527         Log: Subject: small pod patch
47528              From: Dan Boorstein <dan_boo@bellsouth.net>
47529              Date: Sat, 14 Oct 2000 14:29:24 -0400
47530              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
47531      Branch: perl
47532            ! pod/perlfaq7.pod pod/perlmod.pod
47533 ____________________________________________________________________________
47534 [  7240] By: jhi                                   on 2000/10/16  02:13:46
47535         Log: -w cleanup.
47536              
47537              Subject: Re: Problems with bleadperl 
47538              From: "Stephen P. Potter" <spp@ds.net>
47539              Date: Fri, 13 Oct 2000 13:32:49 -0400
47540              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
47541      Branch: perl
47542            ! t/pragma/overload.t
47543 ____________________________________________________________________________
47544 [  7239] By: jhi                                   on 2000/10/16  01:41:18
47545         Log: One more ~utf8 tweak.
47546      Branch: perl
47547            ! t/op/bop.t
47548 ____________________________________________________________________________
47549 [  7238] By: jhi                                   on 2000/10/16  01:34:14
47550         Log: Tweak the test of #7235.
47551      Branch: perl
47552            ! t/op/bop.t
47553 ____________________________________________________________________________
47554 [  7237] By: jhi                                   on 2000/10/16  01:25:04
47555         Log: Fix a couple of compiler-noted nits in #7235.
47556      Branch: perl
47557            ! pp.c
47558 ____________________________________________________________________________
47559 [  7236] By: jhi                                   on 2000/10/16  01:22:46
47560         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
47561      Branch: perl
47562            ! pp.c pp_hot.c
47563 ____________________________________________________________________________
47564 [  7235] By: jhi                                   on 2000/10/15  16:24:44
47565         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
47566              
47567              From: Simon Cozens <simon@cozens.net>
47568              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
47569              Date: Sat, 14 Oct 2000 20:52:13 +0100
47570              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
47571      Branch: perl
47572            ! pp.c t/op/bop.t utf8.h
47573 ____________________________________________________________________________
47574 [  7234] By: jhi                                   on 2000/10/15  15:19:29
47575         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
47576              The problem was that rx->minlen was in chars while pp_split()
47577              thought it would be in bytes. 
47578      Branch: perl
47579            ! pp.c t/pragma/utf8.t
47580 ____________________________________________________________________________
47581 [  7233] By: jhi                                   on 2000/10/14  20:24:24
47582         Log: Document FNCASE=y as discussed in the bug 20000902.009.
47583      Branch: perl
47584            ! README.dos
47585 ____________________________________________________________________________
47586 [  7232] By: jhi                                   on 2000/10/14  18:52:21
47587         Log: Add test for bug id 20000427.003 (which seems to have
47588              been fixed) (also duplicate as 20000427.004, though
47589              with a higher severity).  Move one utf8 from op/append
47590              to pragma/utf8, tag the tests with bug ids.
47591      Branch: perl
47592            ! t/op/append.t t/pragma/utf8.t
47593 ____________________________________________________________________________
47594 [  7231] By: jhi                                   on 2000/10/14  17:28:37
47595         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
47596      Branch: perl
47597            ! t/pragma/utf8.t
47598 ____________________________________________________________________________
47599 [  7230] By: jhi                                   on 2000/10/14  14:24:50
47600         Log: Needs to be conditional on SunOS 4.
47601              
47602              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
47603              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
47604              Date: Sat, 14 Oct 2000 13:37:49 +0100
47605              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
47606      Branch: metaconfig/U/perl
47607            ! End.U
47608      Branch: perl
47609            ! Configure myconfig.SH pod/perldelta.pod
47610 ____________________________________________________________________________
47611 [  7229] By: jhi                                   on 2000/10/14  00:49:22
47612         Log: Update Changes.
47613      Branch: perl
47614            ! Changes patchlevel.h
47615 ____________________________________________________________________________
47616 [  7228] By: jhi                                   on 2000/10/14  00:46:10
47617         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
47618              From: Peter Prymmer <pvhp@forte.com>
47619              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
47620              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
47621      Branch: perl
47622            ! lib/utf8.pm
47623 ____________________________________________________________________________
47624 [  7227] By: jhi                                   on 2000/10/13  23:20:30
47625         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
47626      Branch: perl
47627            ! t/op/tie.t
47628 ____________________________________________________________________________
47629 [  7226] By: jhi                                   on 2000/10/13  22:14:32
47630         Log: Tweak #7225.
47631              
47632              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
47633              From: Peter Prymmer <pvhp@forte.com>
47634              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
47635              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
47636      Branch: perl
47637            ! t/op/sprintf.t
47638 ____________________________________________________________________________
47639 [  7225] By: jhi                                   on 2000/10/13  22:11:31
47640         Log: op/sprintf.t patch for OS/390 (and any other host with limited
47641              floating-point exponent length)
47642              
47643              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
47644              From: Dominic Dunlop <domo@computer.org>
47645              Date: Fri, 13 Oct 2000 19:17:57 +0200
47646              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
47647      Branch: perl
47648            ! t/op/sprintf.t
47649 ____________________________________________________________________________
47650 [  7224] By: jhi                                   on 2000/10/13  18:40:48
47651         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
47652      Branch: perl
47653            ! toke.c
47654 ____________________________________________________________________________
47655 [  7223] By: jhi                                   on 2000/10/13  18:37:13
47656         Log: Thinko in #7222.
47657      Branch: perl
47658            ! utf8.c
47659 ____________________________________________________________________________
47660 [  7222] By: jhi                                   on 2000/10/13  18:05:23
47661         Log: Use UTF8SKIP(), from Simon Cozens.
47662      Branch: perl
47663            ! utf8.c
47664 ____________________________________________________________________________
47665 [  7221] By: jhi                                   on 2000/10/13  15:43:19
47666         Log: (accidentally empty check-in)
47667      Branch: perl
47668            ! utf8.c
47669 ____________________________________________________________________________
47670 [  7220] By: jhi                                   on 2000/10/13  15:23:51
47671         Log: Add (optimistically) Storable to static extensions.
47672      Branch: perl
47673            ! hints/uwin.sh hints/vmesa.sh
47674 ____________________________________________________________________________
47675 [  7219] By: jhi                                   on 2000/10/13  15:20:05
47676         Log: Amdahl UTS doesn't seem to do dynaloading.
47677      Branch: perl
47678            ! hints/uts.sh
47679 ____________________________________________________________________________
47680 [  7218] By: jhi                                   on 2000/10/13  15:15:20
47681         Log: Slight tweak of the code to appease Amdahl UTS cc.
47682      Branch: perl
47683            ! pp.c
47684 ____________________________________________________________________________
47685 [  7217] By: jhi                                   on 2000/10/13  14:50:42
47686         Log: In Amdahl UTS "struct sv" is defined by a system header,
47687              <ksync.h>.
47688      Branch: perl
47689            ! perl.h sv.h
47690 ____________________________________________________________________________
47691 [  7216] By: jhi                                   on 2000/10/13  11:58:25
47692         Log: Ilya implemented the memory profiling API.
47693      Branch: perl
47694            ! Todo
47695 ____________________________________________________________________________
47696 [  7215] By: jhi                                   on 2000/10/13  02:56:38
47697         Log: Subject: [PATCH 5.7.0] Perl API for mstats
47698              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47699              Date: Thu, 12 Oct 2000 22:52:40 -0400
47700              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
47701      Branch: perl
47702            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
47703 ____________________________________________________________________________
47704 [  7214] By: jhi                                   on 2000/10/13  02:55:38
47705         Log: Subject: [PATCH 5.7.0] IVs in mtats
47706              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47707              Date: Thu, 12 Oct 2000 22:51:04 -0400
47708              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
47709      Branch: perl
47710            ! malloc.c perl.h
47711 ____________________________________________________________________________
47712 [  7213] By: jhi                                   on 2000/10/13  02:31:47
47713         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
47714      Branch: perl
47715            ! pod/perldiag.pod pp_sys.c
47716 ____________________________________________________________________________
47717 [  7212] By: jhi                                   on 2000/10/13  01:27:38
47718         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
47719              From: Peter Prymmer <pvhp@forte.com>
47720              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
47721              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
47722      Branch: perl
47723            ! t/op/oct.t
47724 ____________________________________________________________________________
47725 [  7211] By: jhi                                   on 2000/10/13  00:35:09
47726         Log: Update Changes.
47727      Branch: perl
47728            ! Changes patchlevel.h
47729 ____________________________________________________________________________
47730 [  7210] By: jhi                                   on 2000/10/12  23:59:40
47731         Log: The Install.pm third of
47732              
47733              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
47734              From: Bill Campbell <bill@celestial.com>
47735              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
47736              Date: Thu, 5 Oct 2000 18:04:51 -0700
47737      Branch: perl
47738            ! lib/ExtUtils/Install.pm
47739 ____________________________________________________________________________
47740 [  7209] By: jhi                                   on 2000/10/12  23:58:43
47741         Log: Two thirds of
47742              
47743              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
47744              Date: Thu, 5 Oct 2000 18:04:51 -0700
47745              From: Bill Campbell <bill@celestial.com>
47746              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
47747              
47748              The Install.pm changes will be submitted separately because
47749              they need some work and discussion still.
47750      Branch: perl
47751            ! lib/getopts.pl lib/termcap.pl
47752 ____________________________________________________________________________
47753 [  7208] By: jhi                                   on 2000/10/12  23:41:19
47754         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
47755              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47756              Date:     Thu, 12 Oct 2000 07:30:02 EDT
47757              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
47758      Branch: perl
47759            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
47760            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
47761 ____________________________________________________________________________
47762 [  7207] By: jhi                                   on 2000/10/12  23:39:01
47763         Log: An updated EBCDIC tr patch.
47764              
47765              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
47766              From: Peter Prymmer <pvhp@forte.com>
47767              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
47768              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
47769      Branch: perl
47770            ! t/op/tr.t
47771 ____________________________________________________________________________
47772 [  7206] By: jhi                                   on 2000/10/12  23:34:55
47773         Log: Upgrade to CPAN 1.58, from Andreas König.
47774      Branch: perl
47775            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47776 ____________________________________________________________________________
47777 [  7205] By: jhi                                   on 2000/10/12  23:29:08
47778         Log: Introduce the man[24-8] variables, from Andy Dougherty.
47779      Branch: metaconfig/U/perl
47780            + mandirs.U mandirstyle.U
47781      Branch: perl
47782            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47783            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
47784            ! vos/config.h vos/config.pl vos/config_h.SH_orig
47785            ! win32/config.bc win32/config.gc win32/config.vc
47786 ____________________________________________________________________________
47787 [  7204] By: gsar                                  on 2000/10/12  18:11:24
47788         Log: restore change#7202
47789      Branch: perl
47790            ! mg.c
47791 ____________________________________________________________________________
47792 [  7203] By: gsar                                  on 2000/10/12  18:09:40
47793         Log: another test of the Emergency Broadcast System--back out 
47794              change#7202
47795      Branch: perl
47796            ! mg.c
47797 ____________________________________________________________________________
47798 [  7202] By: gsar                                  on 2000/10/12  16:40:47
47799         Log: (submitted on behalf of Jarkko)
47800              Fix the lib/encode.t subtest 6 failure as reported by Andreas
47801              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
47802              was unearthed by change 7182, as was a bug in HTML::Entities.
47803      Branch: perl
47804            ! mg.c
47805 ____________________________________________________________________________
47806 [  7201] By: jhi                                   on 2000/10/11  03:16:05
47807         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
47808      Branch: perl
47809            ! pp_hot.c t/pragma/utf8.t
47810 ____________________________________________________________________________
47811 [  7200] By: jhi                                   on 2000/10/11  00:40:30
47812         Log: The #7198 was a false alarm.
47813      Branch: perl
47814            ! pp_hot.c
47815 ____________________________________________________________________________
47816 [  7199] By: jhi                                   on 2000/10/11  00:26:04
47817         Log: Remove duplicated code.
47818      Branch: perl
47819            ! t/lib/cgi-html.t
47820 ____________________________________________________________________________
47821 [  7198] By: jhi                                   on 2000/10/10  23:30:46
47822         Log: (Retracted by #7200.)
47823      Branch: perl
47824            ! pp_hot.c
47825 ____________________________________________________________________________
47826 [  7197] By: jhi                                   on 2000/10/10  21:49:30
47827         Log: Add the test case for #7190, from the original bug report
47828              by Andreas König.
47829      Branch: perl
47830            ! t/pragma/utf8.t
47831 ____________________________________________________________________________
47832 [  7196] By: jhi                                   on 2000/10/10  21:40:49
47833         Log: Reapply Andy's patch and regen Configure.
47834      Branch: perl
47835            ! Configure INSTALL Makefile.SH Porting/Glossary
47836            ! Porting/config.sh config_h.SH epoc/config.sh installperl
47837            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
47838            ! win32/config.vc
47839 ____________________________________________________________________________
47840 [  7195] By: jhi                                   on 2000/10/10  21:09:30
47841         Log: Use the versiononly instead of the installscripts,
47842              retract the changes 7146 and 7147.
47843      Branch: perl
47844            ! Configure INSTALL Makefile.SH Porting/Glossary
47845            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
47846            ! installperl uconfig.sh vos/config.def win32/config.bc
47847            ! win32/config.gc win32/config.vc
47848 ____________________________________________________________________________
47849 [  7194] By: jhi                                   on 2000/10/10  21:06:15
47850         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
47851              From: Peter Prymmer <pvhp@forte.com>
47852              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
47853              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
47854      Branch: perl
47855            ! t/op/ver.t
47856 ____________________________________________________________________________
47857 [  7193] By: jhi                                   on 2000/10/10  21:05:12
47858         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
47859              From: Peter Prymmer <pvhp@forte.com>
47860              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
47861              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
47862      Branch: perl
47863            ! t/op/tr.t
47864 ____________________________________________________________________________
47865 [  7192] By: jhi                                   on 2000/10/10  20:57:30
47866         Log: Add versiononly, delete installscripts, from Andy Dougherty.
47867      Branch: metaconfig
47868            - U/installdirs/installscripts.U
47869      Branch: metaconfig/U/perl
47870            + versiononly.U
47871 ____________________________________________________________________________
47872 [  7191] By: jhi                                   on 2000/10/10  19:41:21
47873         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
47874              From: Peter Prymmer <pvhp@forte.com>
47875              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
47876              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
47877      Branch: perl
47878            ! pod/perlebcdic.pod
47879 ____________________________________________________________________________
47880 [  7190] By: jhi                                   on 2000/10/10  19:26:14
47881         Log: Subject: Re: utf8 concat, mg_get
47882              From: Simon Cozens <simon@cozens.net>
47883              Date: Tue, 10 Oct 2000 17:40:17 +0100
47884              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
47885      Branch: perl
47886            ! pp_hot.c
47887 ____________________________________________________________________________
47888 [  7189] By: jhi                                   on 2000/10/10  19:23:03
47889         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
47890              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
47891              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
47892              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
47893      Branch: perl
47894            ! lib/ExtUtils/MM_Unix.pm
47895 ____________________________________________________________________________
47896 [  7188] By: jhi                                   on 2000/10/10  15:31:24
47897         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
47898              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
47899              Date: Fri, 14 Jul 2000 10:47:36 +0100
47900              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
47901      Branch: perl
47902            ! README.win32
47903 ____________________________________________________________________________
47904 [  7187] By: jhi                                   on 2000/10/10  13:30:10
47905         Log: Quote the temp file name, needed in Win32 because the
47906              default name unfortunately contains spaces, shouldn't
47907              hurt elsewhere.
47908              
47909              Subject: FW: perldoc fails if $TEMP contains spaces
47910              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
47911              Date: Thu, 14 Sep 2000 08:58:45 +0100
47912              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
47913      Branch: perl
47914            ! utils/perldoc.PL
47915 ____________________________________________________________________________
47916 [  7186] By: jhi                                   on 2000/10/10  13:16:27
47917         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
47918              From: hv@hugo.hybyte.com
47919              Date: Tue, 10 Oct 2000 14:10:20 +0100
47920              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
47921      Branch: perl
47922            ! t/lib/thr5005.t util.c
47923 ____________________________________________________________________________
47924 [  7185] By: jhi                                   on 2000/10/10  12:06:22
47925         Log: Upgrade to podlators 1.04, from Russ Allbery.
47926      Branch: perl
47927            ! lib/Pod/Man.pm lib/Pod/Text.pm
47928 ____________________________________________________________________________
47929 [  7184] By: jhi                                   on 2000/10/10  12:01:32
47930         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
47931      Branch: perl
47932            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
47933 ____________________________________________________________________________
47934 [  7183] By: jhi                                   on 2000/10/09  23:47:15
47935         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
47936              From: Peter Prymmer <pvhp@forte.com>
47937              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
47938              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
47939      Branch: perl
47940            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
47941 ____________________________________________________________________________
47942 [  7182] By: jhi                                   on 2000/10/09  23:43:16
47943         Log: Make eq work again with utf8 (disabling the upgrading
47944              should no more be necessary since the copies of the
47945              scalars are upgraded, not the scalars themselves).
47946              Takes care of ID 20001009.001.  (The claimed length()
47947              bug in 20001009.001 seems bogus to me.)
47948      Branch: perl
47949            ! sv.c t/pragma/utf8.t
47950 ____________________________________________________________________________
47951 [  7181] By: gsar                                  on 2000/10/09  19:41:54
47952         Log: tweak for change#7173
47953      Branch: perl
47954            ! win32/win32sck.c
47955 ____________________________________________________________________________
47956 [  7180] By: gsar                                  on 2000/10/09  19:26:56
47957         Log: on Windows, clean targets might not work under some flavors of the shell
47958      Branch: perl
47959            ! win32/Makefile win32/makefile.mk
47960 ____________________________________________________________________________
47961 [  7179] By: jhi                                   on 2000/10/09  19:21:02
47962         Log: Update Changes.
47963      Branch: perl
47964            ! Changes patchlevel.h
47965 ____________________________________________________________________________
47966 [  7178] By: jhi                                   on 2000/10/09  19:18:23
47967         Log: Warn about unknown scripts.
47968              
47969              Subject: Re: ideas? patches? [PATCH bleadperl]
47970              From: Dominic Dunlop <domo@computer.org>
47971              Date: Mon, 9 Oct 2000 14:57:17 +0200
47972              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
47973      Branch: perl
47974            ! lib/charnames.pm
47975 ____________________________________________________________________________
47976 [  7177] By: jhi                                   on 2000/10/09  19:13:27
47977         Log: Change #7160 had a nasty typo.
47978      Branch: metaconfig
47979            ! U/compline/Compile.U
47980      Branch: perl
47981            ! Configure config_h.SH
47982 ____________________________________________________________________________
47983 [  7176] By: gsar                                  on 2000/10/09  18:59:33
47984         Log: pod nit
47985      Branch: perl
47986            ! pod/perlport.pod
47987 ____________________________________________________________________________
47988 [  7175] By: gsar                                  on 2000/10/09  18:54:28
47989         Log: Windows9x doesn't support link(), despite what Config.pm
47990              might think
47991      Branch: perl
47992            ! lib/ExtUtils/Manifest.pm
47993 ____________________________________________________________________________
47994 [  7174] By: gsar                                  on 2000/10/09  18:50:03
47995         Log: avoid nonportable example code
47996      Branch: perl
47997            ! lib/File/Copy.pm
47998 ____________________________________________________________________________
47999 [  7173] By: gsar                                  on 2000/10/09  18:46:54
48000         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
48001              being used) when closing a socket handle
48002      Branch: perl
48003            ! win32/win32.c win32/win32.h win32/win32sck.c
48004 ____________________________________________________________________________
48005 [  7172] By: gsar                                  on 2000/10/09  18:41:40
48006         Log: on Windows, cwd strings in the environment should be of the
48007              form =X:=X:\foo instead of =X=X:\foo\
48008      Branch: perl
48009            ! win32/vdir.h
48010 ____________________________________________________________________________
48011 [  7171] By: gsar                                  on 2000/10/09  18:30:09
48012         Log: on Windows, LoadLibrary() could load an extension DLL multiple
48013              times if forward slashes are used in the path
48014      Branch: perl
48015            ! win32/win32.c
48016 ____________________________________________________________________________
48017 [  7170] By: jhi                                   on 2000/10/09  17:53:59
48018         Log: Add a todo note about overloadable assertions.
48019      Branch: perl
48020            ! Todo-5.6
48021 ____________________________________________________________________________
48022 [  7169] By: jhi                                   on 2000/10/09  13:43:45
48023         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
48024              From: mjd@plover.com
48025              Date: 9 Oct 2000 00:24:44 -0000
48026              Message-ID: <20001009002444.10616.qmail@plover.com>
48027      Branch: perl
48028            ! pod/perldebguts.pod
48029 ____________________________________________________________________________
48030 [  7168] By: nick                                  on 2000/10/08  13:16:33
48031         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
48032              is not right thing to do on (e.g. x86). Network order is also "right" for
48033              X fonts.
48034      Branch: perl
48035            ! ext/Encode/Encode.pm
48036 ____________________________________________________________________________
48037 [  7167] By: nick                                  on 2000/10/08  12:54:42
48038         Log: Make "encodings" work post-install when Encode/*.enc files may not
48039              be in same directory as Encode.pm
48040      Branch: perl
48041            ! ext/Encode/Encode.pm
48042 ____________________________________________________________________________
48043 [  7166] By: nick                                  on 2000/10/08  11:51:26
48044         Log: Work round the fact that $hash->{$key} does not take into account
48045              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
48046              so that key is always in the "expected" encoding - i.e. same way we put
48047              it in the hash.
48048      Branch: perl
48049            ! ext/Encode/Encode.pm
48050 ____________________________________________________________________________
48051 [  7165] By: gsar                                  on 2000/10/08  04:15:29
48052         Log: save_re_context() could reset PL_curcop to freed memory, causing core
48053              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
48054      Branch: perl
48055            ! pp_ctl.c
48056 ____________________________________________________________________________
48057 [  7164] By: jhi                                   on 2000/10/06  20:51:48
48058         Log: UTF8ize split() so that the cloned substrings get the UTF8
48059              flag of the original scalar.  Problem reported by Simon Cozens.
48060      Branch: perl
48061            ! pp.c t/pragma/utf8.t
48062 ____________________________________________________________________________
48063 [  7163] By: nick                                  on 2000/10/06  20:48:34
48064         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
48065              got a false +ve and so did not reach code which would have un-FAKEd the SV.
48066      Branch: perl
48067            ! sv.c
48068 ____________________________________________________________________________
48069 [  7162] By: nick                                  on 2000/10/06  20:25:37
48070         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
48071              To fix  (sort {$a <=> $b} keys %hash) in particular but
48072              should cover a number of other as-yet-unknown cases as well.
48073      Branch: perl
48074            ! sv.c
48075 ____________________________________________________________________________
48076 [  7161] By: jhi                                   on 2000/10/06  19:56:18
48077         Log: Change the version number of Tie::Handle in the core to 4.0,
48078              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
48079              
48080              Subject: Note on Tie::Handle
48081              From: andreas.koenig@anima.de (Andreas J. Koenig)
48082              Date:      06 Oct 2000 21:48:58 +0200
48083              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
48084      Branch: perl
48085            ! lib/Tie/Handle.pm
48086 ____________________________________________________________________________
48087 [  7160] By: jhi                                   on 2000/10/06  18:20:35
48088         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
48089              as the first option of cc/ld because of ultrapicky compilers
48090              (e.g. OS/390 R2.5)
48091      Branch: metaconfig
48092            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
48093            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
48094            ! U/compline/orderlib.U U/modified/Cppsym.U
48095            ! U/modified/d_access.U
48096      Branch: metaconfig/U/perl
48097            ! Checkcc.U d_dlsymun.U gccvers.U
48098      Branch: perl
48099            ! Configure config_h.SH
48100 ____________________________________________________________________________
48101 [  7159] By: jhi                                   on 2000/10/06  13:56:39
48102         Log: Update Changes.
48103      Branch: perl
48104            ! Changes patchlevel.h
48105 ____________________________________________________________________________
48106 [  7158] By: jhi                                   on 2000/10/06  12:48:40
48107         Log: Eliminate $Is_VMS code from the test.
48108              
48109              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
48110              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48111              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
48112              Date:     Thu, 5 Oct 2000 07:46:33 EDT
48113      Branch: perl
48114            ! t/lib/b.t
48115 ____________________________________________________________________________
48116 [  7157] By: jhi                                   on 2000/10/06  12:47:13
48117         Log: Also the $ccflags is needed for the C compiler check.
48118              
48119              Subject: Configure (check for C-compiler)
48120              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48121              Date: Fri, 06 Oct 2000 08:47:15 +0200
48122              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
48123      Branch: metaconfig/U/perl
48124            ! Checkcc.U
48125      Branch: perl
48126            ! Configure config_h.SH
48127 ____________________________________________________________________________
48128 [  7156] By: jhi                                   on 2000/10/06  11:45:15
48129         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
48130      Branch: perl
48131            ! perl.c pp_ctl.c sv.h utf8.c
48132 ____________________________________________________________________________
48133 [  7155] By: jhi                                   on 2000/10/06  11:40:41
48134         Log: IO::Handle->syswrite() did not handle length omission
48135              like CORE::syswrite() does.
48136              
48137              Subject: [Fwd] IO::Handle, syswrite and arguments
48138              From: Graham Barr <gbarr@pobox.com>
48139              Date: Fri, 6 Oct 2000 10:22:05 +0100
48140              Message-ID: <20001006102205.U6312@pobox.com>
48141              
48142              The original patch from andrew@ugh.net.au.
48143      Branch: perl
48144            ! ext/IO/lib/IO/Handle.pm
48145 ____________________________________________________________________________
48146 [  7154] By: jhi                                   on 2000/10/06  01:42:15
48147         Log: Tweak #7153.
48148      Branch: perl
48149            ! utf8.h
48150 ____________________________________________________________________________
48151 [  7153] By: jhi                                   on 2000/10/06  00:39:55
48152         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
48153      Branch: perl
48154            ! utf8.h
48155 ____________________________________________________________________________
48156 [  7152] By: jhi                                   on 2000/10/06  00:38:11
48157         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
48158      Branch: perl
48159            ! perl.c pp_ctl.c sv.h utf8.c
48160 ____________________________________________________________________________
48161 [  7151] By: jhi                                   on 2000/10/06  00:36:38
48162         Log: Subject: Re: Questions about Tie::Array and perl modules
48163              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48164              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
48165              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
48166              
48167              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
48168      Branch: perl
48169            ! lib/Tie/Array.pm t/op/array.t
48170 ____________________________________________________________________________
48171 [  7150] By: jhi                                   on 2000/10/05  00:20:45
48172         Log: Regen Changes.
48173      Branch: perl
48174            ! Changes patchlevel.h
48175 ____________________________________________________________________________
48176 [  7149] By: jhi                                   on 2000/10/05  00:20:01
48177         Log: Regen toc.
48178      Branch: perl
48179            ! pod/perltoc.pod
48180 ____________________________________________________________________________
48181 [  7148] By: jhi                                   on 2000/10/04  23:35:08
48182         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
48183              reported several times by Dominic Dunlop, for example in
48184              ID 20000315.008.  Patch from Dominic.  Patch affects at
48185              least MachTen, and possibly other oldish BSDs. Should not
48186              break non-broken platforms (tested on LinuxPPC). 
48187      Branch: perl
48188            ! doio.c
48189 ____________________________________________________________________________
48190 [  7147] By: jhi                                   on 2000/10/04  23:26:34
48191         Log: The one that got away from 7146.
48192      Branch: metaconfig
48193            + U/installdirs/installscripts.U
48194 ____________________________________________________________________________
48195 [  7146] By: jhi                                   on 2000/10/04  23:25:04
48196         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
48197              suggested by H. Merijn Brand.
48198      Branch: perl
48199            ! Configure INSTALL Makefile.SH Porting/Glossary
48200            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
48201            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
48202            ! win32/config.vc
48203 ____________________________________________________________________________
48204 [  7145] By: jhi                                   on 2000/10/04  22:08:21
48205         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
48206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48207              Date: Wed, 4 Oct 2000 17:37:46 -0400
48208              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
48209      Branch: perl
48210            ! utils/h2xs.PL
48211 ____________________________________________________________________________
48212 [  7144] By: jhi                                   on 2000/10/04  18:11:41
48213         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
48214              From: Jeff Pinyan <jeffp@crusoe.net>
48215              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
48216              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
48217      Branch: perl
48218            ! pod/perlrun.pod
48219 ____________________________________________________________________________
48220 [  7143] By: jhi                                   on 2000/10/04  18:09:58
48221         Log: Subject: perlhack.pod Patch for Externals Tools
48222              From: Fisher Mark <fisherm@tce.com>
48223              Date: Tue, 3 Oct 2000 15:43:27 -0500 
48224              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
48225      Branch: perl
48226            ! pod/perlhack.pod
48227 ____________________________________________________________________________
48228 [  7142] By: jhi                                   on 2000/10/04  18:08:41
48229         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
48230              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48231              Date:     Wed, 4 Oct 2000 12:11:11 EDT
48232              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
48233      Branch: perl
48234            ! vms/vms.c
48235 ____________________________________________________________________________
48236 [  7141] By: jhi                                   on 2000/10/04  12:20:16
48237         Log: Subject: [PATCH 5.7.0] h2xs not working
48238              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48239              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
48240              Date: Tue, 3 Oct 2000 21:43:01 -0400
48241              
48242              Subject: [PATCH 5.7.0] h2xs not documenting the created module
48243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48244              Date: Tue, 3 Oct 2000 22:55:19 -0400
48245              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
48246      Branch: perl
48247            ! utils/h2xs.PL
48248 ____________________________________________________________________________
48249 [  7140] By: jhi                                   on 2000/10/04  11:53:44
48250         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
48251              From: nick@babyhippo.com
48252              Date: Wed, 4 Oct 2000 12:06:45 +0100
48253              Message-Id: <20001004120645.A7356@babyhippo.com>
48254              
48255              Retract 7118 and 7135.
48256      Branch: perl
48257            ! installman installperl op.c t/pragma/subs.t
48258 ____________________________________________________________________________
48259 [  7139] By: jhi                                   on 2000/10/03  22:09:41
48260         Log: It is possible to have no hosts database at all.  Pointed out in
48261              
48262              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
48263              From: Peter Prymmer <pvhp@forte.com>
48264              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
48265              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
48266      Branch: metaconfig
48267            ! U/modified/myhostname.U
48268      Branch: perl
48269            ! Configure config_h.SH
48270 ____________________________________________________________________________
48271 [  7138] By: jhi                                   on 2000/10/03  21:49:49
48272         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
48273              From: Peter Prymmer <pvhp@forte.com>
48274              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
48275              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
48276      Branch: perl
48277            ! pp_sys.c
48278 ____________________________________________________________________________
48279 [  7137] By: jhi                                   on 2000/10/03  20:10:05
48280         Log: One remaining nit less at the VMS mailbox sizing.
48281      Branch: perl
48282            ! vms/vms.c
48283 ____________________________________________________________________________
48284 [  7136] By: jhi                                   on 2000/10/03  20:08:47
48285         Log: Test harness update to sync with the new perlcc,
48286              from Simon Cozens.
48287      Branch: perl
48288            ! t/TEST t/UTEST
48289 ____________________________________________________________________________
48290 [  7135] By: jhi                                   on 2000/10/03  15:15:42
48291         Log: Subject: Re: PATCH for 20001003.004
48292              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
48293              From: "AARON B. DOSSETT" <aaron@iglou.com>
48294              Message-Id: <E13gTay-0006od-00@iglou.com>
48295      Branch: perl
48296            ! installman installperl
48297 ____________________________________________________________________________
48298 [  7134] By: jhi                                   on 2000/10/03  15:00:34
48299         Log: Subject: [ID 20001003.006] B::Debug not -w clean
48300              From: Nicholas Clark <nick@babyhippo.co.uk>
48301              Date: Tue, 03 Oct 2000 15:46:32 +0100
48302              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
48303      Branch: perl
48304            ! ext/B/B/Debug.pm
48305 ____________________________________________________________________________
48306 [  7133] By: jhi                                   on 2000/10/03  14:58:39
48307         Log: Scale down the VMS message boxes, by Charles Lane.
48308              Fix for ID 20000903.009, workaround at
48309              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
48310      Branch: perl
48311            ! vms/vms.c
48312 ____________________________________________________________________________
48313 [  7132] By: jhi                                   on 2000/10/03  11:20:37
48314         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
48315      Branch: perl
48316            + t/lib/st-lock.t t/lib/st-utf8.t
48317            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
48318            ! ext/Storable/Storable.xs t/lib/st-recurse.t
48319 ____________________________________________________________________________
48320 [  7131] By: jhi                                   on 2000/10/03  03:38:23
48321         Log: Encode nits.
48322      Branch: perl
48323            ! MANIFEST Makefile.SH
48324 ____________________________________________________________________________
48325 [  7130] By: jhi                                   on 2000/10/03  03:31:05
48326         Log: Update Changes.
48327      Branch: perl
48328            ! Changes patchlevel.h
48329 ____________________________________________________________________________
48330 [  7129] By: jhi                                   on 2000/10/03  02:24:02
48331         Log: Misplaced else.
48332      Branch: metaconfig/U/perl
48333            ! d_strtoll.U
48334      Branch: perl
48335            ! Configure config_h.SH
48336 ____________________________________________________________________________
48337 [  7128] By: jhi                                   on 2000/10/03  02:08:29
48338         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
48339              From: sthoenna@efn.org
48340              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
48341              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
48342      Branch: metaconfig/U/perl
48343            ! d_strtoll.U
48344      Branch: perl
48345            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
48346 ____________________________________________________________________________
48347 [  7127] By: jhi                                   on 2000/10/03  01:13:14
48348         Log: Update Changes.
48349      Branch: perl
48350            ! Changes patchlevel.h
48351 ____________________________________________________________________________
48352 [  7126] By: jhi                                   on 2000/10/03  00:57:08
48353         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
48354              as suggested by Olaf Flebbe and Nick Clark.
48355      Branch: perl
48356            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
48357 ____________________________________________________________________________
48358 [  7125] By: jhi                                   on 2000/10/03  00:50:56
48359         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
48360              From: Nick Clark <nick@plum.flirble.org>
48361              Date: Mon, 2 Oct 2000 11:03:24 +0100
48362              Message-Id: <20001002110324.D20073@plum.flirble.org>
48363              
48364              Also fixes bug ID 20001002.005.
48365      Branch: perl
48366            ! t/lib/encode.t
48367 ____________________________________________________________________________
48368 [  7124] By: jhi                                   on 2000/10/03  00:34:59
48369         Log: Subject: [PATCH 5.7.0] Epoc update
48370              From: Olaf Flebbe <o.flebbe@gmx.de>
48371              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
48372              Message-ID: <26423.969484586@www10.gmx.net>
48373      Branch: perl
48374            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
48375            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
48376            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
48377            ! util.c util.h
48378 ____________________________________________________________________________
48379 [  7123] By: jhi                                   on 2000/10/03  00:30:07
48380         Log: Regen headers.
48381      Branch: perl
48382            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
48383 ____________________________________________________________________________
48384 [  7122] By: jhi                                   on 2000/10/03  00:10:48
48385         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
48386      Branch: perl
48387            ! hints/openbsd.sh
48388 ____________________________________________________________________________
48389 [  7121] By: jhi                                   on 2000/10/03  00:05:06
48390         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
48391              From: <abigail@foad.org>
48392              Date: Tue, 26 Sep 2000 13:36:14 -0400
48393              Message-ID: <20000926173614.4356.qmail@foad.org>
48394      Branch: perl
48395            ! pod/perlop.pod
48396 ____________________________________________________________________________
48397 [  7120] By: jhi                                   on 2000/10/03  00:04:00
48398         Log: Inside require() $^S was always left undefined.
48399              
48400              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
48401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48402              Date: Wed, 27 Sep 2000 18:54:49 -0400
48403              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
48404      Branch: perl
48405            ! cop.h mg.c pp_ctl.c util.c
48406 ____________________________________________________________________________
48407 [  7119] By: jhi                                   on 2000/10/03  00:00:16
48408         Log: Subject: [PATCH] DLL not restartabke with threaded perl
48409              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
48410              Date: Thu, 28 Sep 2000 09:20:46 +0100
48411              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
48412      Branch: perl
48413            ! perl.c
48414 ____________________________________________________________________________
48415 [  7118] By: jhi                                   on 2000/10/02  23:59:20
48416         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
48417              From: Nicholas Clark <nick@ccl4.org>
48418              Date: Thu, 28 Sep 2000 11:52:24 +0100
48419              Message-ID: <20000928115224.D7924@plum.flirble.org>
48420      Branch: perl
48421            ! op.c
48422 ____________________________________________________________________________
48423 [  7117] By: jhi                                   on 2000/10/02  23:57:51
48424         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
48425              From: Nicholas Clark <nick@babyhippo.co.uk>
48426              Date: Thu, 28 Sep 2000 12:18:10 +0100
48427              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
48428              
48429              Did not apply cleanly, manual intervention was needed.
48430      Branch: perl
48431            ! ext/B/B/Bytecode.pm utils/perlcc.PL
48432 ____________________________________________________________________________
48433 [  7116] By: jhi                                   on 2000/10/02  23:50:40
48434         Log: Document the issue (is not a syntax error, kind of)
48435              
48436              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
48437              From: Nicholas Clark <nick@ccl4.org>
48438              Date: Thu, 28 Sep 2000 17:12:42 +0100
48439              Message-ID: <20000928171242.K7924@plum.flirble.org>
48440      Branch: perl
48441            ! pod/perldata.pod
48442 ____________________________________________________________________________
48443 [  7115] By: jhi                                   on 2000/10/02  23:48:58
48444         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
48445              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48446              Date: Thu, 28 Sep 2000 21:55:31 -0400
48447              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
48448      Branch: perl
48449            ! regexec.c
48450 ____________________________________________________________________________
48451 [  7114] By: jhi                                   on 2000/10/02  23:47:57
48452         Log: Subject: DOC PATCH 5.6.0
48453              From: mjd@plover.com
48454              Date: 30 Sep 2000 06:02:34 -0000
48455              Message-ID: <20000930060234.4559.qmail@plover.com>
48456      Branch: perl
48457            ! pod/perldebguts.pod
48458 ____________________________________________________________________________
48459 [  7113] By: jhi                                   on 2000/10/02  23:46:43
48460         Log: SOCK_DGRAM and listen() do not mix as reported in
48461              
48462              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
48463              From: Petter Reinholdtsen <pere@hungry.com>
48464              Date: Sun, 1 Oct 2000 10:57:20 +0800
48465              Message-Id: <200010010257.KAA05735@localhost.localdomain>
48466              
48467              The patch for 5.7.0+ had to be reengineered, though.
48468      Branch: perl
48469            ! ext/IO/lib/IO/Socket/UNIX.pm
48470 ____________________________________________________________________________
48471 [  7112] By: jhi                                   on 2000/10/02  23:36:57
48472         Log: Subject: Re: [PATCH 5.005_64 missed]
48473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48474              Date: Sun, 1 Oct 2000 18:50:10 -0400
48475              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
48476      Branch: perl
48477            ! pod/perlxs.pod
48478 ____________________________________________________________________________
48479 [  7111] By: jhi                                   on 2000/10/02  23:35:40
48480         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
48481              From: Radu Greab <radu@netsoft.ro>
48482              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
48483              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
48484      Branch: perl
48485            ! op.c opcode.pl t/op/substr.t
48486 ____________________________________________________________________________
48487 [  7110] By: jhi                                   on 2000/10/02  23:32:38
48488         Log: Subject: [PATCH] Fix aliasing of tied filehandles
48489              From: Daniel Chetlin <daniel@chetlin.com>
48490              Date: Mon, 2 Oct 2000 14:53:27 -0700
48491              Message-ID: <20001002145327.C1617@ilmd>
48492      Branch: perl
48493            ! perl.h pp_hot.c t/op/tiehandle.t
48494 ____________________________________________________________________________
48495 [  7109] By: jhi                                   on 2000/10/02  23:31:30
48496         Log: s/Robin Parker/Robin Barker/
48497      Branch: perl
48498            ! Changes5.6
48499 ____________________________________________________________________________
48500 [  7108] By: jhi                                   on 2000/10/02  23:15:46
48501         Log: Retract #7091 as suggested in
48502              
48503              From: Robin Barker <rmb1@cise.npl.co.uk> 
48504              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
48505              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
48506              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
48507      Branch: perl
48508            ! embed.pl proto.h
48509 ____________________________________________________________________________
48510 [  7107] By: nick                                  on 2000/10/02  18:23:14
48511         Log: A few tweaks to get Tk803 to work with Encode scheme.
48512      Branch: perl
48513            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
48514 ____________________________________________________________________________
48515 [  7106] By: nick                                  on 2000/10/01  21:34:14
48516         Log: Add checking cases to Encode's toUnicode and fromUnicode.
48517      Branch: perl
48518            ! ext/Encode/Encode.pm
48519 ____________________________________________________________________________
48520 [  7105] By: nick                                  on 2000/10/01  17:18:01
48521         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
48522              To read and use them.
48523              Add a lib/encode.t which checks a few things.
48524      Branch: perl
48525            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
48526            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
48527            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
48528            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
48529            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
48530            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
48531            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
48532            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
48533            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
48534            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
48535            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
48536            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
48537            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
48538            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
48539            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
48540            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
48541            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
48542            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
48543            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
48544            + ext/Encode/Encode/iso2022-jp.enc
48545            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
48546            + ext/Encode/Encode/iso8859-1.enc
48547            + ext/Encode/Encode/iso8859-2.enc
48548            + ext/Encode/Encode/iso8859-3.enc
48549            + ext/Encode/Encode/iso8859-4.enc
48550            + ext/Encode/Encode/iso8859-5.enc
48551            + ext/Encode/Encode/iso8859-6.enc
48552            + ext/Encode/Encode/iso8859-7.enc
48553            + ext/Encode/Encode/iso8859-8.enc
48554            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
48555            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
48556            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
48557            + ext/Encode/Encode/macCentEuro.enc
48558            + ext/Encode/Encode/macCroatian.enc
48559            + ext/Encode/Encode/macCyrillic.enc
48560            + ext/Encode/Encode/macDingbats.enc
48561            + ext/Encode/Encode/macGreek.enc
48562            + ext/Encode/Encode/macIceland.enc
48563            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
48564            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
48565            + ext/Encode/Encode/macTurkish.enc
48566            + ext/Encode/Encode/macUkraine.enc
48567            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
48568            + t/lib/encode.t
48569            ! MANIFEST ext/Encode/Encode.pm
48570 ____________________________________________________________________________
48571 [  7104] By: nick                                  on 2000/09/30  13:04:30
48572         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
48573              From: Daniel Chetlin <daniel@chetlin.com>
48574              Date: Mon, 18 Sep 2000 05:05:40 -0700
48575              Message-Id: <20000918050540.C652@ilmd>
48576      Branch: perl
48577            ! lib/overload.pm sv.c t/pragma/overload.t
48578 ____________________________________________________________________________
48579 [  7103] By: nick                                  on 2000/09/30  12:53:36
48580         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
48581              From: Johan Vromans <jvromans@squirrel.nl>
48582              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
48583              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
48584      Branch: perl
48585            ! pod/Makefile.SH
48586 ____________________________________________________________________________
48587 [  7102] By: nick                                  on 2000/09/30  12:52:31
48588         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
48589              From: Spider Boardman <spider@Orb.Nashua.NH.US>
48590              Date: Sat, 16 Sep 2000 16:36:45 -0400
48591              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
48592      Branch: perl
48593            ! ext/B/B/Deparse.pm
48594 ____________________________________________________________________________
48595 [  7101] By: nick                                  on 2000/09/30  12:51:41
48596         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
48597              From: Craig A. Berry <craig.berry@psinetcs.com>
48598              Date: Sat, 16 Sep 2000 10:11:10 -0500
48599              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
48600      Branch: perl
48601            ! vms/vms.c
48602 ____________________________________________________________________________
48603 [  7100] By: nick                                  on 2000/09/30  12:50:33
48604         Log: Subject: Re: unicode support and perl [ID 20000901.097]
48605              From: Spider Boardman <spider@Orb.Nashua.NH.US>
48606              Date: Fri, 15 Sep 2000 16:37:58 -0400
48607              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
48608      Branch: perl
48609            ! t/op/append.t
48610 ____________________________________________________________________________
48611 [  7099] By: nick                                  on 2000/09/30  12:49:35
48612         Log: Subject: Re: unicode support and perl [ID 20000901.097]
48613              From: Spider Boardman <spider@Orb.Nashua.NH.US>
48614              Date: Fri, 15 Sep 2000 16:25:30 -0400
48615              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
48616      Branch: perl
48617            ! pp_hot.c
48618 ____________________________________________________________________________
48619 [  7098] By: nick                                  on 2000/09/30  12:48:00
48620         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
48621              From: Gisle Aas <gisle@ActiveState.com>
48622              Date: 15 Sep 2000 16:23:41 +0200
48623              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
48624      Branch: perl
48625            ! toke.c
48626 ____________________________________________________________________________
48627 [  7097] By: nick                                  on 2000/09/30  12:45:16
48628         Log: Subject: [PATCH] Nits in perlmod.pod
48629              From: Daniel Chetlin <daniel@chetlin.com>
48630              Date: Fri, 15 Sep 2000 02:04:09 -0700
48631              Message-Id: <20000915020409.A2104@ilmd>
48632      Branch: perl
48633            ! pod/perlmod.pod
48634 ____________________________________________________________________________
48635 [  7096] By: nick                                  on 2000/09/30  12:18:00
48636         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
48637              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
48638              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
48639              0 to checking to get the warning.
48640      Branch: perl
48641            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
48642            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
48643            ! regexec.c sv.c toke.c utf8.c
48644 ____________________________________________________________________________
48645 [  7095] By: nick                                  on 2000/09/15  16:55:59
48646         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
48647              
48648              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
48649              From: Spider Boardman <spider@Orb.Nashua.NH.US>
48650              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
48651              Date: Fri, 15 Sep 2000 06:37:30 -0400
48652      Branch: perl
48653            ! ext/Encode/Encode.xs sv.c
48654 ____________________________________________________________________________
48655 [  7094] By: jhi                                   on 2000/09/15  03:23:32
48656         Log: Update Changes.
48657      Branch: perl
48658            ! Changes patchlevel.h
48659 ____________________________________________________________________________
48660 [  7093] By: jhi                                   on 2000/09/15  03:11:44
48661         Log: Fix for the charnames.t failures from Spider Boardman.
48662      Branch: perl
48663            ! toke.c
48664 ____________________________________________________________________________
48665 [  7092] By: jhi                                   on 2000/09/15  00:15:48
48666         Log: Botched the #7090 check-in.
48667      Branch: perl
48668            ! sv.c
48669 ____________________________________________________________________________
48670 [  7091] By: jhi                                   on 2000/09/14  23:33:24
48671         Log: Part of #7081 didn't come through.
48672      Branch: perl
48673            ! embed.pl proto.h
48674 ____________________________________________________________________________
48675 [  7090] By: jhi                                   on 2000/09/14  23:17:39
48676         Log: Subject: Re: perl@7078 
48677              From: Spider Boardman <spider@web.zk3.dec.com>
48678              Date: Thu, 14 Sep 2000 19:06:36 -0400
48679              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
48680      Branch: perl
48681            ! sv.c toke.c
48682 ____________________________________________________________________________
48683 [  7089] By: jhi                                   on 2000/09/14  23:11:21
48684         Log: Small portability tweaks.
48685      Branch: perl
48686            ! ext/Encode/Encode.xs
48687 ____________________________________________________________________________
48688 [  7088] By: jhi                                   on 2000/09/14  22:57:23
48689         Log: Fake return to pacify picky compilers.
48690      Branch: perl
48691            ! ext/Encode/Encode.xs
48692 ____________________________________________________________________________
48693 [  7087] By: jhi                                   on 2000/09/14  22:53:37
48694         Log: Subject: [PATCH] utf8.c apidoc
48695              From: Simon Cozens <simon@cozens.net>
48696              Date: Thu, 14 Sep 2000 23:46:57 +0100
48697              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
48698      Branch: perl
48699            ! perlapi.c pod/perlapi.pod utf8.c
48700 ____________________________________________________________________________
48701 [  7086] By: jhi                                   on 2000/09/14  22:40:38
48702         Log: We don't need to count the high bit bytes, a boolean is enough. 
48703      Branch: perl
48704            ! sv.c
48705 ____________________________________________________________________________
48706 [  7085] By: jhi                                   on 2000/09/14  21:20:09
48707         Log: Replace #7084 with
48708              
48709              Subject: Re: perl@7078 
48710              From: Spider Boardman <spider@web.zk3.dec.com>
48711              Date: Thu, 14 Sep 2000 17:09:36 -0400
48712              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
48713      Branch: perl
48714            ! sv.c utf8.c
48715 ____________________________________________________________________________
48716 [  7084] By: jhi                                   on 2000/09/14  20:03:34
48717         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
48718              convertable to bytes by checking it doesn't go above 0xc3
48719              
48720              Subject: Re: perl@7078
48721              From: Simon Cozens <simon@cozens.net>
48722              Date: Thu, 14 Sep 2000 20:59:19 +0100
48723              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
48724      Branch: perl
48725            ! utf8.c
48726 ____________________________________________________________________________
48727 [  7083] By: jhi                                   on 2000/09/14  19:38:47
48728         Log: Subject: Re: perl@7078
48729              From: Simon Cozens <simon@cozens.net>
48730              Date: Thu, 14 Sep 2000 20:13:09 +0100
48731              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
48732      Branch: perl
48733            ! t/op/bop.t
48734 ____________________________________________________________________________
48735 [  7082] By: jhi                                   on 2000/09/14  17:50:44
48736         Log: The one that got away.
48737      Branch: perl
48738            ! lib/File/Find.pm
48739 ____________________________________________________________________________
48740 [  7081] By: jhi                                   on 2000/09/14  17:45:35
48741         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
48742              From: Robin Barker <rmb1@cise.npl.co.uk>
48743              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
48744              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
48745      Branch: perl
48746            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
48747            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
48748            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
48749            ! regcomp.c toke.c universal.c
48750 ____________________________________________________________________________
48751 [  7080] By: jhi                                   on 2000/09/14  17:40:35
48752         Log: Problems picked up by AIX cc.
48753              
48754              Subject: Re: perl@7078 (patch included)
48755              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48756              Date: Thu, 14 Sep 2000 18:53:30 +0200
48757              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
48758      Branch: perl
48759            ! ext/Encode/Encode.xs
48760 ____________________________________________________________________________
48761 [  7079] By: jhi                                   on 2000/09/14  17:38:27
48762         Log: Subject: File::Find 5.7.0 POD nits
48763              From: Rich Morin <rdm@cfcl.com>
48764              Date: Wed, 13 Sep 2000 22:03:58 -0700
48765              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
48766      Branch: perl
48767            ! lib/File/Find.pm
48768 ____________________________________________________________________________
48769 [  7078] By: jhi                                   on 2000/09/14  14:58:20
48770         Log: Update Changes.
48771      Branch: perl
48772            ! Changes patchlevel.h
48773 ____________________________________________________________________________
48774 [  7077] By: jhi                                   on 2000/09/14  14:55:54
48775         Log: Compilation warnings and an error.
48776      Branch: perl
48777            ! sv.c
48778 ____________________________________________________________________________
48779 [  7076] By: jhi                                   on 2000/09/14  14:42:56
48780         Log: Fix for a parsing bug, not for the original bug.
48781              
48782              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
48783              From: Spider Boardman <spider@web.zk3.dec.com>
48784              Date: Wed, 13 Sep 2000 17:52:20 -0400
48785              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
48786      Branch: perl
48787            ! regcomp.c
48788 ____________________________________________________________________________
48789 [  7075] By: jhi                                   on 2000/09/14  14:40:40
48790         Log: Batch of UTF-8 patches from Simon Cozens.
48791      Branch: perl
48792            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
48793            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
48794            ! toke.c utf8.c
48795 ____________________________________________________________________________
48796 [  7074] By: jhi                                   on 2000/09/14  14:29:58
48797         Log: Subject: Re: Two advertising clauses need to be removed
48798              From: Russ Allbery <rra@stanford.edu>
48799              Date: 13 Sep 2000 18:50:26 -0700
48800              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
48801      Branch: perl
48802            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
48803 ____________________________________________________________________________
48804 [  7073] By: jhi                                   on 2000/09/14  14:28:20
48805         Log: Subject: [PATCH] de-wall t/README
48806              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48807              Date: Wed, 13 Sep 2000 17:46:55 -0700
48808              Message-ID: <//Bw5gzkge/e092yn@efn.org>
48809      Branch: perl
48810            ! t/README
48811 ____________________________________________________________________________
48812 [  7072] By: jhi                                   on 2000/09/14  14:25:10
48813         Log: Hints optimization.
48814              
48815              Subject: Minor nit
48816              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48817              Date: Wed, 13 Sep 2000 21:42:07 +0200
48818              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
48819      Branch: perl
48820            ! hints/hpux.sh
48821 ____________________________________________________________________________
48822 [  7071] By: jhi                                   on 2000/09/14  14:23:30
48823         Log: Allow chop() and chomp() to be overridden.
48824              
48825              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
48826              From: "Casey R. Tweten" <crt@kiski.net>
48827              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
48828              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
48829      Branch: perl
48830            ! toke.c
48831 ____________________________________________________________________________
48832 [  7070] By: jhi                                   on 2000/09/14  14:20:36
48833         Log: The return value of setlocale must be copied away.
48834              
48835              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
48836              From: Alan Burlison <Alan.Burlison@uk.sun.com>
48837              Date: Wed, 13 Sep 2000 16:27:37 +0100 
48838              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
48839      Branch: perl
48840            ! util.c
48841 ____________________________________________________________________________
48842 [  7069] By: jhi                                   on 2000/09/14  14:16:27
48843         Log: Remove vestiges of tr//CU.
48844              
48845              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
48846              From: Nick Clark <nick@plum.flirble.org>
48847              Date: Tue, 12 Sep 2000 22:50:14 +0100
48848              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
48849              
48850              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
48851              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48852              Date: Tue, 12 Sep 2000 21:38:48 -0700
48853              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
48854      Branch: perl
48855            ! op.h pod/perlunicode.pod
48856 ____________________________________________________________________________
48857 [  7068] By: jhi                                   on 2000/09/13  14:18:39
48858         Log: Add the Encode extension.  The code is still largely just skeleton.
48859      Branch: perl
48860            + ext/Encode/Encode.pm ext/Encode/Encode.xs
48861            + ext/Encode/Makefile.PL ext/Encode/Todo
48862            ! MANIFEST Todo-5.6
48863 ____________________________________________________________________________
48864 [  7067] By: jhi                                   on 2000/09/12  17:43:33
48865         Log: Allow for whitespace between "#" and "line" in cpp output.
48866              
48867              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
48868              From: Calle Dybedahl <calle@lysator.liu.se>
48869              Date: 12 Sep 2000 19:38:02 +0200 
48870              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
48871      Branch: perl
48872            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
48873 ____________________________________________________________________________
48874 [  7066] By: gsar                                  on 2000/09/12  17:24:29
48875         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
48876              initialization in all the threads on Windows
48877      Branch: perl
48878            ! win32/win32.c
48879 ____________________________________________________________________________
48880 [  7065] By: jhi                                   on 2000/09/12  15:11:31
48881         Log: Update Changes.
48882      Branch: perl
48883            ! Changes patchlevel.h
48884 ____________________________________________________________________________
48885 [  7064] By: jhi                                   on 2000/09/12  14:54:54
48886         Log: Retract #7062, the pod tests are not ready.
48887      Branch: perl
48888            ! t/TEST t/harness
48889 ____________________________________________________________________________
48890 [  7063] By: jhi                                   on 2000/09/12  14:25:41
48891         Log: The #7054 truncated Configure badly.
48892      Branch: metaconfig/U/perl
48893            ! End.U
48894      Branch: perl
48895            ! Configure config_h.SH
48896 ____________________________________________________________________________
48897 [  7062] By: jhi                                   on 2000/09/12  14:08:32
48898         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
48899              From: sthoenna@efn.org
48900              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
48901              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
48902      Branch: perl
48903            ! t/TEST t/harness
48904 ____________________________________________________________________________
48905 [  7061] By: jhi                                   on 2000/09/12  14:07:18
48906         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
48907              From: sthoenna@efn.org
48908              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
48909              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
48910      Branch: perl
48911            ! pod/perlxs.pod
48912 ____________________________________________________________________________
48913 [  7060] By: jhi                                   on 2000/09/12  14:06:08
48914         Log: Break up the myconfig lines a bit.
48915              
48916              Subject: perlbug/perl -V output format
48917              From: sthoenna@efn.org
48918              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
48919              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
48920      Branch: perl
48921            ! myconfig.SH
48922 ____________________________________________________________________________
48923 [  7059] By: jhi                                   on 2000/09/12  14:05:04
48924         Log: Test for the #7049.
48925              
48926              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
48927              From: andreas.koenig@anima.de (Andreas J. Koenig)
48928              Date: 12 Sep 2000 06:42:01 +0200
48929              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
48930      Branch: perl
48931            ! t/op/my.t
48932 ____________________________________________________________________________
48933 [  7058] By: jhi                                   on 2000/09/12  14:03:05
48934         Log: Subject: [patch: perl@7045] vms updates
48935              From: Peter Prymmer <pvhp@forte.com>
48936              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
48937              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
48938      Branch: perl
48939            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
48940 ____________________________________________________________________________
48941 [  7057] By: jhi                                   on 2000/09/12  14:00:51
48942         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
48943              From: sthoenna@efn.org
48944              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
48945              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
48946      Branch: perl
48947            ! t/op/64bitint.t
48948 ____________________________________________________________________________
48949 [  7056] By: jhi                                   on 2000/09/12  13:58:14
48950         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
48951              From: Jeff Pinyan <jeffp@crusoe.net>
48952              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
48953              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
48954      Branch: perl
48955            ! pod/perlfunc.pod
48956 ____________________________________________________________________________
48957 [  7055] By: jhi                                   on 2000/09/12  13:56:32
48958         Log: Do in VMS as the #7054 does.
48959      Branch: perl
48960            ! configure.com
48961 ____________________________________________________________________________
48962 [  7054] By: jhi                                   on 2000/09/12  13:50:31
48963         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
48964              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48965              Date: Mon, 11 Sep 2000 08:33:09 +0100
48966              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
48967      Branch: metaconfig/U/perl
48968            ! End.U
48969      Branch: perl
48970            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
48971            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
48972 ____________________________________________________________________________
48973 [  7053] By: jhi                                   on 2000/09/12  13:29:19
48974         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
48975              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48976              Date:     Tue, 12 Sep 2000 08:35:59 EDT
48977              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
48978      Branch: perl
48979            ! vms/test.com
48980 ____________________________________________________________________________
48981 [  7052] By: jhi                                   on 2000/09/11  23:01:50
48982         Log: Document the SvUTF8*().
48983      Branch: perl
48984            ! pod/perlapi.pod sv.h
48985 ____________________________________________________________________________
48986 [  7051] By: gsar                                  on 2000/09/11  14:46:30
48987         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
48988              (missed a spot when fixing up op_pmreplroot hack for ithreads)
48989      Branch: perl
48990            ! op.c t/op/split.t
48991 ____________________________________________________________________________
48992 [  7050] By: nick                                  on 2000/09/11  10:03:51
48993         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
48994              
48995              Subject: borland C++ win32.c tweak
48996              From: Vadim Konovalov <vkonovalov@lucent.com>
48997              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
48998              Date: Mon, 11 Sep 2000 11:22:33 +0400
48999      Branch: perl
49000            ! win32/win32.c
49001 ____________________________________________________________________________
49002 [  7049] By: nick                                  on 2000/09/11  09:57:33
49003         Log: Point fix for s/// on foreach (keys %xxx).
49004      Branch: perl
49005            ! pp_hot.c
49006 ____________________________________________________________________________
49007 [  7048] By: jhi                                   on 2000/09/10  23:37:09
49008         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
49009              by Pod::Text, from Brad Appleton.
49010      Branch: perl
49011            ! t/pod/testp2pt.pl
49012 ____________________________________________________________________________
49013 [  7047] By: jhi                                   on 2000/09/10  14:32:53
49014         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
49015              by Russ Allbery.
49016      Branch: perl
49017            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
49018 ____________________________________________________________________________
49019 [  7046] By: jhi                                   on 2000/09/10  14:15:08
49020         Log: Upgrade to CPAN 1.57_65, from Andreas König.
49021      Branch: perl
49022            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49023 ____________________________________________________________________________
49024 [  7045] By: jhi                                   on 2000/09/08  21:36:32
49025         Log: Update Changes.
49026      Branch: perl
49027            ! Changes patchlevel.h
49028 ____________________________________________________________________________
49029 [  7044] By: jhi                                   on 2000/09/08  21:29:56
49030         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
49031              From: Peter Prymmer <pvhp@forte.com>
49032              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
49033              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
49034      Branch: perl
49035            ! configure.com
49036 ____________________________________________________________________________
49037 [  7043] By: jhi                                   on 2000/09/08  21:27:50
49038         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
49039              From: Peter Prymmer <pvhp@forte.com>
49040              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
49041              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
49042      Branch: perl
49043            ! Makefile.SH installperl
49044 ____________________________________________________________________________
49045 [  7042] By: jhi                                   on 2000/09/08  21:23:21
49046         Log: Continue #7041.
49047      Branch: perl
49048            ! cygwin/Makefile.SHs os2/Makefile.SHs
49049 ____________________________________________________________________________
49050 [  7041] By: jhi                                   on 2000/09/08  21:18:10
49051         Log: Do away with memory models cruft.  Sorry, PDP users.
49052      Branch: metaconfig
49053            ! U/modified/cc.U U/modified/libpth.U
49054      Branch: perl
49055            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
49056            ! Porting/config_H cflags.SH config_h.SH configure.com
49057            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
49058            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
49059            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
49060 ____________________________________________________________________________
49061 [  7040] By: jhi                                   on 2000/09/08  14:34:18
49062         Log: Major rewrite of s2p.  And I mean really major, it is
49063              an implementation of sed in perl.  If called as s2p it
49064              will function as s2p.  Note: needs non-UNIXifying.
49065              
49066              Subject: s2p
49067              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
49068              Date: Mon, 28 Aug 2000 14:05:12 +0200
49069              Message-ID: <39AA5578.2102E2AA@alcatel.at>
49070      Branch: perl
49071            ! x2p/s2p.PL
49072 ____________________________________________________________________________
49073 [  7039] By: jhi                                   on 2000/09/08  14:19:49
49074         Log: Re-allow vec() for characters > 255.
49075              
49076              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
49077              From: Spider Boardman <spider@web.zk3.dec.com>
49078              Date: Fri, 08 Sep 2000 02:21:02 -0400
49079              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
49080      Branch: perl
49081            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
49082            ! t/op/vec.t
49083 ____________________________________________________________________________
49084 [  7038] By: jhi                                   on 2000/09/08  14:14:18
49085         Log: Subject: [PATCH lib/Benchmark.pm]
49086              From: <abigail@foad.org>
49087              Date: Thu, 7 Sep 2000 15:03:20 -0400
49088              Message-ID: <20000907190320.888.qmail@foad.org>
49089      Branch: perl
49090            ! lib/Benchmark.pm
49091 ____________________________________________________________________________
49092 [  7037] By: jhi                                   on 2000/09/08  14:11:06
49093         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
49094              
49095              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
49096              From: Spider Boardman <spider@web.zk3.dec.com>
49097              Date: Fri, 08 Sep 2000 01:30:27 -0400
49098              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
49099      Branch: perl
49100            ! op.c
49101 ____________________________________________________________________________
49102 [  7036] By: jhi                                   on 2000/09/08  14:08:58
49103         Log: Subject: [ID 20000908.002] perlipc documentation bug.
49104              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
49105              Date: Fri, 08 Sep 2000 12:38:32 +0200
49106              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
49107      Branch: perl
49108            ! pod/perlipc.pod
49109 ____________________________________________________________________________
49110 [  7035] By: jhi                                   on 2000/09/08  14:03:12
49111         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
49112              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49113              Date: Fri, 08 Sep 2000 11:47:34 +0200
49114              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
49115      Branch: perl
49116            ! hints/dec_osf.sh
49117 ____________________________________________________________________________
49118 [  7034] By: jhi                                   on 2000/09/08  13:59:35
49119         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
49120              From: Simon Cozens <simon@cozens.net>
49121              Date: Thu, 7 Sep 2000 20:40:38 +0100
49122              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
49123      Branch: perl
49124            ! pp_hot.c
49125 ____________________________________________________________________________
49126 [  7033] By: jhi                                   on 2000/09/08  04:03:03
49127         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
49128              From: "Larry W. Virden" <lvirden@cas.org>
49129              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
49130              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
49131      Branch: perl
49132            ! pod/perldiag.pod
49133 ____________________________________________________________________________
49134 [  7032] By: jhi                                   on 2000/09/07  22:18:30
49135         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
49136              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
49137              Date: Mon, 04 Sep 2000 13:16:38 -0700
49138              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
49139      Branch: perl
49140            ! lib/perl5db.pl
49141 ____________________________________________________________________________
49142 [  7031] By: jhi                                   on 2000/09/07  22:02:29
49143         Log: Fix the ccversion detection for 5.1 and beyond.
49144              
49145              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
49146              From: Spider Boardman <spider@leggy.zk3.dec.com>
49147              Date: Thu, 7 Sep 2000 17:54:27 -0400
49148              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
49149      Branch: perl
49150            ! hints/dec_osf.sh
49151 ____________________________________________________________________________
49152 [  7030] By: jhi                                   on 2000/09/07  19:12:28
49153         Log: Fix for
49154              
49155              Subject: [ID 20000903.001] \w in utf8-strings
49156              From: Marc Lehmann <pcg@goof.com>
49157              Date: Sun, 03 Sep 2000 09:44:29 +0200
49158              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
49159              
49160              and various related nits.
49161      Branch: perl
49162            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
49163 ____________________________________________________________________________
49164 [  7029] By: jhi                                   on 2000/09/07  18:49:09
49165         Log: Fix the URL, but the server is still missing in action.
49166              
49167              Subject: [ID 20000905.002] perlfaq1.pod URL error
49168              From: "Larry W. Virden" <lvirden@cas.org>
49169              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
49170              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
49171      Branch: perl
49172            ! pod/perlfaq1.pod
49173 ____________________________________________________________________________
49174 [  7028] By: jhi                                   on 2000/09/07  18:47:13
49175         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
49176              From: Hugo <hv@crypt.compulink.co.uk>
49177              Date: Tue, 05 Sep 2000 14:13:37 +0100
49178              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
49179      Branch: perl
49180            ! toke.c
49181 ____________________________________________________________________________
49182 [  7027] By: jhi                                   on 2000/09/07  18:45:35
49183         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
49184              From: Daniel Chetlin <daniel@chetlin.com>
49185              Date: Tue, 5 Sep 2000 04:57:07 -0700
49186              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
49187      Branch: perl
49188            ! pod/perlfaq6.pod pod/perlop.pod
49189 ____________________________________________________________________________
49190 [  7026] By: jhi                                   on 2000/09/07  18:44:01
49191         Log: Document the new ref() semantics.
49192              
49193              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
49194              From: Gisle Aas <gisle@ActiveState.com>
49195              Date: 05 Sep 2000 08:10:30 +0200
49196              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
49197      Branch: perl
49198            ! pod/perldelta.pod
49199 ____________________________________________________________________________
49200 [  7025] By: jhi                                   on 2000/09/07  18:42:27
49201         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
49202              
49203              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
49204              From: Gisle Aas <gisle@ActiveState.com>
49205              Date: 05 Sep 2000 08:11:40 +0200
49206              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
49207      Branch: perl
49208            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
49209 ____________________________________________________________________________
49210 [  7024] By: jhi                                   on 2000/09/07  18:39:32
49211         Log: Subject: [PATCH] Modernize Opcode.pm documentation
49212              From: Gisle Aas <gisle@ActiveState.com>
49213              Date: 4 Sep 2000 00:18:55 -0000
49214              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
49215      Branch: perl
49216            ! ext/Opcode/Opcode.pm
49217 ____________________________________________________________________________
49218 [  7023] By: jhi                                   on 2000/09/07  18:37:42
49219         Log: Subject: [PATCH] Tied filehandle documentation
49220              From: Gisle Aas <gisle@ActiveState.com>
49221              Date: 4 Sep 2000 00:14:40 -0000
49222              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
49223      Branch: perl
49224            ! pod/perlfunc.pod pod/perltie.pod
49225 ____________________________________________________________________________
49226 [  7022] By: jhi                                   on 2000/09/07  18:35:37
49227         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
49228              From: Gisle Aas <gisle@ActiveState.com>
49229              Date: 4 Sep 2000 00:04:22 -0000
49230              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
49231      Branch: perl
49232            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
49233 ____________________________________________________________________________
49234 [  7021] By: jhi                                   on 2000/09/07  18:33:22
49235         Log: Subject: small apidoc fix
49236              From: Marc Lehmann <pcg@goof.com>
49237              Date: Sun, 3 Sep 2000 05:12:06 +0200
49238              Message-ID: <20000903051206.A5909@cerebro.laendle>
49239      Branch: perl
49240            ! pod/perlapi.pod utf8.c
49241 ____________________________________________________________________________
49242 [  7020] By: jhi                                   on 2000/09/07  16:14:57
49243         Log: Tiny perldelta nits.
49244      Branch: perl
49245            ! pod/perldelta.pod
49246 ____________________________________________________________________________
49247 [  7019] By: jhi                                   on 2000/09/07  16:04:20
49248         Log: Guard against bad string->int conversion for quads.
49249      Branch: perl
49250            ! t/op/64bitint.t
49251 ____________________________________________________________________________
49252 [  7018] By: jhi                                   on 2000/09/06  17:07:03
49253         Log: Update Unicode todo list.
49254      Branch: perl
49255            ! Todo-5.6
49256 ____________________________________________________________________________
49257 [  7017] By: jhi                                   on 2000/09/05  21:16:01
49258         Log: Document the SvIOK_.*UV().
49259      Branch: perl
49260            ! pod/perlapi.pod sv.h
49261 ____________________________________________________________________________
49262 [  7016] By: nick                                  on 2000/09/03  21:54:46
49263         Log: Hash lookup of constant strings optimization:
49264              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
49265              to string table (as per sharepvn). Add newSV_pvn_share to create such
49266              a thing. Make hv.c compare addresses of strings and skip string compare
49267              if equal. Make method_named and helem ops use these shared-string SVs
49268              when arg is constant. Make keys op return shared-string SVs (less clearly
49269              a win).
49270      Branch: perl
49271            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
49272            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
49273            ! pod/perlintern.pod pp_hot.c proto.h sv.c
49274 ____________________________________________________________________________
49275 [  7015] By: jhi                                   on 2000/09/02  17:48:59
49276         Log: This is 5.7.0.
49277      Branch: perl
49278            ! Changes
49279 ____________________________________________________________________________
49280 [  7014] By: jhi                                   on 2000/09/02  17:35:45
49281         Log: Changes and patchlevel tweaks.
49282      Branch: perl
49283            ! Changes patchlevel.h
49284 ____________________________________________________________________________
49285 [  7013] By: jhi                                   on 2000/09/02  17:30:50
49286         Log: Update Changes.
49287      Branch: perl
49288            ! Changes patchlevel.h
49289 ____________________________________________________________________________
49290 [  7012] By: nick                                  on 2000/09/02  17:25:20
49291         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
49292      Branch: perl
49293            ! gv.c lib/overload.pm
49294 ____________________________________________________________________________
49295 [  7011] By: jhi                                   on 2000/09/02  17:16:25
49296         Log: Update perlhist.
49297      Branch: perl
49298            ! pod/perlhist.pod
49299 ____________________________________________________________________________
49300 [  7010] By: jhi                                   on 2000/09/02  17:01:35
49301         Log: perldelta nits.
49302      Branch: perl
49303            ! pod/perldelta.pod
49304 ____________________________________________________________________________
49305 [  7009] By: nick                                  on 2000/09/02  16:48:35
49306         Log: If overloaded %{} etc. return the object do not loop.
49307              Thus  sub deref { $_[0] } functions if object is wanted type.
49308      Branch: perl
49309            ! pp.h
49310 ____________________________________________________________________________
49311 [  7008] By: jhi                                   on 2000/09/02  16:26:11
49312         Log: Retab MANIFEST.
49313      Branch: perl
49314            ! ext/Storable/MANIFEST
49315 ____________________________________________________________________________
49316 [  7007] By: jhi                                   on 2000/09/02  16:23:02
49317         Log: Make certain cc is set before trying to run it.
49318      Branch: perl
49319            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
49320 ____________________________________________________________________________
49321 [  7006] By: jhi                                   on 2000/09/02  15:45:41
49322         Log: Unicode notes.
49323      Branch: perl
49324            ! pod/perldelta.pod
49325 ____________________________________________________________________________
49326 [  7005] By: jhi                                   on 2000/09/02  15:42:11
49327         Log: Various Configure nits by Philip Newton,
49328              plus the ebcdic one by me.
49329      Branch: metaconfig
49330            + U/modified/pager.U
49331            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
49332      Branch: metaconfig/U/perl
49333            ! Devel.U quadfio.U
49334      Branch: perl
49335            ! Configure config_h.SH
49336 ____________________________________________________________________________
49337 [  7004] By: jhi                                   on 2000/09/02  15:06:14
49338         Log: Apparently avoiding the swapping is too costly.
49339              
49340              From: "Ben Tilly" <ben_tilly@hotmail.com>
49341              Subject: Re: the door is closed.
49342              Date: Fri, 01 Sep 2000 20:23:16 EDT
49343              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
49344      Branch: perl
49345            ! pod/perlfaq4.pod
49346 ____________________________________________________________________________
49347 [  7003] By: nick                                  on 2000/09/02  12:26:04
49348         Log: Undo part of change 6489 which looks like a bulk edit which
49349              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
49350              The supressing of main:: on return from select() is undesirable.
49351      Branch: perl
49352            ! pp_sys.c
49353 ____________________________________________________________________________
49354 [  7002] By: jhi                                   on 2000/09/01  23:08:54
49355         Log: Update Changes.
49356      Branch: perl
49357            ! Changes patchlevel.h
49358 ____________________________________________________________________________
49359 [  7001] By: jhi                                   on 2000/09/01  23:00:13
49360         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
49361              From: Peter Prymmer <pvhp@forte.com>
49362              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
49363              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
49364              
49365              plus rework the http: spots as suggested by Tom Christiansen,
49366              plus regen perltoc.
49367      Branch: perl
49368            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
49369            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
49370 ____________________________________________________________________________
49371 [  7000] By: jhi                                   on 2000/09/01  22:36:01
49372         Log: Only the first line, thank you very much.
49373      Branch: perl
49374            ! hints/solaris_2.sh
49375 ____________________________________________________________________________
49376 [  6999] By: gsar                                  on 2000/09/01  22:16:40
49377         Log: change#6791 accidentally clobbered change#6710, put it back
49378      Branch: perl
49379            ! win32/win32.c
49380 ____________________________________________________________________________
49381 [  6998] By: jhi                                   on 2000/09/01  22:14:16
49382         Log: Mention the HP-UX LP64 freak failure.
49383      Branch: perl
49384            ! pod/perldelta.pod
49385 ____________________________________________________________________________
49386 [  6997] By: jhi                                   on 2000/09/01  21:48:32
49387         Log: Detypo.
49388      Branch: perl
49389            ! hints/hpux.sh
49390 ____________________________________________________________________________
49391 [  6996] By: jhi                                   on 2000/09/01  21:27:10
49392         Log: Update Changes.
49393      Branch: perl
49394            ! Changes patchlevel.h
49395 ____________________________________________________________________________
49396 [  6995] By: jhi                                   on 2000/09/01  21:14:24
49397         Log: Mi splgn s gnin.g
49398      Branch: perl
49399            ! pp_ctl.c
49400 ____________________________________________________________________________
49401 [  6994] By: jhi                                   on 2000/09/01  21:09:54
49402         Log: Subject: http:// in L<>
49403              From: Nicholas Clark <nick@ccl4.org>
49404              Date: Fri, 1 Sep 2000 22:03:21 +0100
49405              Message-ID: <20000901220321.B72074@plum.flirble.org>
49406      Branch: perl
49407            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
49408 ____________________________________________________________________________
49409 [  6993] By: jhi                                   on 2000/09/01  21:06:54
49410         Log: Update to Storable 1.0, from Raphael Manfredi.
49411      Branch: perl
49412            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
49413            ! ext/Storable/Makefile.PL ext/Storable/README
49414            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
49415            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
49416            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
49417            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
49418            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
49419            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
49420 ____________________________________________________________________________
49421 [  6992] By: jhi                                   on 2000/09/01  20:43:05
49422         Log: Mention known sfio+linux buglet.
49423      Branch: perl
49424            ! pod/perldelta.pod
49425 ____________________________________________________________________________
49426 [  6991] By: jhi                                   on 2000/09/01  20:40:11
49427         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
49428              From: Peter Prymmer <pvhp@forte.com>
49429              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
49430              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
49431      Branch: perl
49432            ! vms/vms.c
49433 ____________________________________________________________________________
49434 [  6990] By: jhi                                   on 2000/09/01  20:25:26
49435         Log: Retract #6986.
49436      Branch: perl
49437            ! hints/solaris_2.sh
49438 ____________________________________________________________________________
49439 [  6989] By: jhi                                   on 2000/09/01  20:23:00
49440         Log: Mergesort is back.
49441      Branch: perl
49442            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
49443 ____________________________________________________________________________
49444 [  6988] By: jhi                                   on 2000/09/01  19:37:40
49445         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
49446              From: Mike Guy <mjtg@cam.ac.uk>
49447              Date: Fri, 01 Sep 2000 17:43:33 +0100
49448              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
49449      Branch: perl
49450            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
49451            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
49452 ____________________________________________________________________________
49453 [  6987] By: jhi                                   on 2000/09/01  19:17:10
49454         Log: Regen perltoc.
49455      Branch: perl
49456            ! pod/perltoc.pod
49457 ____________________________________________________________________________
49458 [  6986] By: jhi                                   on 2000/09/01  18:51:10
49459         Log: Subject: Re: Solaris x86 has no SPARC libraries!
49460              From: Lupe Christoph <lupe@lupe-christoph.de>
49461              Date: Fri, 1 Sep 2000 20:41:20 +0200
49462              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
49463      Branch: perl
49464            ! hints/solaris_2.sh
49465 ____________________________________________________________________________
49466 [  6985] By: jhi                                   on 2000/09/01  18:28:10
49467         Log: Update Changes.
49468      Branch: perl
49469            ! Changes patchlevel.h
49470 ____________________________________________________________________________
49471 [  6984] By: jhi                                   on 2000/09/01  18:26:53
49472         Log: Feature ordering tweak.
49473      Branch: perl
49474            ! myconfig.SH
49475 ____________________________________________________________________________
49476 [  6983] By: jhi                                   on 2000/09/01  18:19:50
49477         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
49478              From: <abigail@foad.org>
49479              Date: Fri, 1 Sep 2000 13:07:32 -0400
49480              Message-ID: <20000901170732.18249.qmail@foad.org>
49481      Branch: perl
49482            ! t/pragma/overload.t
49483 ____________________________________________________________________________
49484 [  6982] By: jhi                                   on 2000/09/01  18:17:54
49485         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
49486              so that case-ignoring systems like DCL can tell them from
49487              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
49488      Branch: metaconfig/U/perl
49489            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
49490      Branch: perl
49491            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49492            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
49493            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
49494            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
49495            ! vos/config.def vos/config.h vos/config_h.SH_orig
49496            ! win32/config.bc win32/config.gc win32/config.vc
49497 ____________________________________________________________________________
49498 [  6981] By: nick                                  on 2000/09/01  17:21:57
49499         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
49500              warning when UNTIE exists and instead pass the cound of extra references to
49501              the UNTIE method.
49502      Branch: perl
49503            ! pod/perltie.pod pp_sys.c
49504 ____________________________________________________________________________
49505 [  6980] By: jhi                                   on 2000/09/01  16:54:44
49506         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
49507              From: Peter Prymmer <pvhp@forte.com>
49508              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
49509              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
49510      Branch: perl
49511            ! configure.com
49512 ____________________________________________________________________________
49513 [  6979] By: jhi                                   on 2000/09/01  16:06:20
49514         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
49515              From: Mike Guy <mjtg@cam.ac.uk> 
49516              Date: Fri, 01 Sep 2000 16:49:27 +0100
49517              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
49518      Branch: perl
49519            ! t/base/rs.t
49520 ____________________________________________________________________________
49521 [  6978] By: jhi                                   on 2000/09/01  16:00:42
49522         Log: Update to PodParser 1.18, from Brad Appleton.
49523      Branch: perl
49524            ! lib/Pod/Checker.pm t/pod/find.t
49525 ____________________________________________________________________________
49526 [  6977] By: jhi                                   on 2000/09/01  14:48:58
49527         Log: Subject: Nit in Configure (bleadperl@6961)
49528              From: Lupe Christoph <lupe@lupe-christoph.de>
49529              Date: Fri, 1 Sep 2000 16:34:29 +0200
49530              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
49531      Branch: metaconfig
49532            ! U/compline/ccflags.U
49533      Branch: perl
49534            ! Configure config_h.SH
49535 ____________________________________________________________________________
49536 [  6976] By: jhi                                   on 2000/09/01  14:39:52
49537         Log: Update Changes.
49538      Branch: perl
49539            ! Changes patchlevel.h
49540 ____________________________________________________________________________
49541 [  6975] By: jhi                                   on 2000/09/01  14:37:36
49542         Log: microperl config update.
49543      Branch: perl
49544            ! uconfig.h uconfig.sh
49545 ____________________________________________________________________________
49546 [  6974] By: jhi                                   on 2000/09/01  14:36:53
49547         Log: Document known deficiencies.
49548      Branch: perl
49549            ! pod/perldelta.pod
49550 ____________________________________________________________________________
49551 [  6973] By: jhi                                   on 2000/09/01  14:10:20
49552         Log: Mention warnings fixes and updates.
49553      Branch: perl
49554            ! pod/perldelta.pod
49555 ____________________________________________________________________________
49556 [  6972] By: jhi                                   on 2000/09/01  14:01:52
49557         Log: Drop unused argument.
49558              
49559              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
49560              From: Spider Boardman <spider@web.zk3.dec.com>
49561              Date: Thu, 31 Aug 2000 16:10:15 -0400
49562              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
49563      Branch: perl
49564            ! toke.c
49565 ____________________________________________________________________________
49566 [  6971] By: jhi                                   on 2000/09/01  13:59:24
49567         Log: Add the overload warnings to perldiag.
49568      Branch: perl
49569            ! lib/overload.pm pod/perldiag.pod
49570 ____________________________________________________________________________
49571 [  6970] By: jhi                                   on 2000/09/01  13:55:10
49572         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
49573              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
49574              Date: Fri, 1 Sep 2000 13:43:15 +0100 
49575              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
49576      Branch: perl
49577            ! lib/overload.pm t/pragma/overload.t
49578 ____________________________________________________________________________
49579 [  6969] By: jhi                                   on 2000/09/01  13:52:27
49580         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
49581              From: <abigail@foad.org>
49582              Date: Fri, 1 Sep 2000 05:46:54 -0400
49583              Message-ID: <20000901094654.6476.qmail@foad.org>
49584      Branch: perl
49585            ! lib/overload.pm
49586 ____________________________________________________________________________
49587 [  6968] By: jhi                                   on 2000/09/01  13:50:05
49588         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
49589              From: Daniel Chetlin <daniel@chetlin.com>
49590              Date: Fri, 1 Sep 2000 02:10:55 -0700
49591              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
49592      Branch: perl
49593            ! pod/perlretut.pod
49594 ____________________________________________________________________________
49595 [  6967] By: jhi                                   on 2000/09/01  13:47:54
49596         Log: Part of the solution.
49597              
49598              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
49599              From: Mike Guy <mjtg@cam.ac.uk>
49600              Date: Fri, 01 Sep 2000 14:16:01 +0100
49601              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
49602      Branch: perl
49603            ! gv.c mg.c
49604 ____________________________________________________________________________
49605 [  6966] By: jhi                                   on 2000/09/01  13:46:17
49606         Log: Subject: CPAN.pm beta 1.57_57 for the core
49607              From: andreas.koenig@anima.de (Andreas J. Koenig)
49608              Date: 01 Sep 2000 15:16:31 +0200
49609              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
49610      Branch: perl
49611            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49612 ____________________________________________________________________________
49613 [  6965] By: jhi                                   on 2000/09/01  13:43:18
49614         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
49615              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49616              Date: Fri, 01 Sep 2000 01:47:22 -0500
49617              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
49618      Branch: perl
49619            ! pod/perldelta.pod vms/vms.c
49620 ____________________________________________________________________________
49621 [  6964] By: jhi                                   on 2000/09/01  13:35:35
49622         Log: File::Temp patches from Andreas König,
49623              
49624              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
49625              From: andreas.koenig@anima.de (Andreas J. Koenig)
49626              Date: 01 Sep 2000 10:07:20 +0200
49627              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
49628              
49629              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
49630              From: andreas.koenig@anima.de (Andreas J. Koenig)
49631              Date: 31 Aug 2000 23:26:08 +0200
49632              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
49633      Branch: perl
49634            ! lib/File/Temp.pm t/lib/ftmp-security.t
49635 ____________________________________________________________________________
49636 [  6963] By: jhi                                   on 2000/09/01  02:22:24
49637         Log: Retract the mergesort code, way too incompatible licensing
49638              and copyrights.
49639      Branch: perl
49640            ! pod/perldelta.pod pp_ctl.c
49641 ____________________________________________________________________________
49642 [  6962] By: jhi                                   on 2000/08/31  23:27:32
49643         Log: Update Changes.
49644      Branch: perl
49645            ! Changes patchlevel.h
49646 ____________________________________________________________________________
49647 [  6961] By: jhi                                   on 2000/08/31  23:20:04
49648         Log: Small tweaks all over.
49649      Branch: metaconfig
49650            ! U/compline/d_gconvert.U
49651      Branch: perl
49652            ! AUTHORS Configure config_h.SH pp_ctl.c
49653 ____________________________________________________________________________
49654 [  6960] By: jhi                                   on 2000/08/31  22:39:36
49655         Log: Further rewording.
49656      Branch: perl
49657            ! pp_ctl.c
49658 ____________________________________________________________________________
49659 [  6959] By: jhi                                   on 2000/08/31  21:26:44
49660         Log: More address tweaking.
49661      Branch: perl
49662            ! AUTHORS Changes
49663 ____________________________________________________________________________
49664 [  6958] By: jhi                                   on 2000/08/31  20:47:25
49665         Log: AUTHORS tweaks, from Peter Prymmer.
49666              
49667              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
49668              From: Peter Prymmer <pvhp@forte.com>
49669              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
49670              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
49671      Branch: perl
49672            ! AUTHORS MAINTAIN
49673 ____________________________________________________________________________
49674 [  6957] By: jhi                                   on 2000/08/31  20:34:43
49675         Log: perldelta tweaks.
49676      Branch: perl
49677            ! pod/perldelta.pod
49678 ____________________________________________________________________________
49679 [  6956] By: jhi                                   on 2000/08/31  19:11:06
49680         Log: Regen perltoc.
49681      Branch: perl
49682            ! pod/perltoc.pod
49683 ____________________________________________________________________________
49684 [  6955] By: jhi                                   on 2000/08/31  19:06:30
49685         Log: Clarify the mergesort situation.
49686      Branch: perl
49687            ! pp_ctl.c
49688 ____________________________________________________________________________
49689 [  6954] By: jhi                                   on 2000/08/31  18:24:17
49690         Log: Move the Solaris 7 scan to use64bitall, make the
49691              failure to find 64-bot sparc libc to mention the
49692              possibility of being in an intel, from Lupe and Alan.
49693      Branch: perl
49694            ! hints/solaris_2.sh
49695 ____________________________________________________________________________
49696 [  6953] By: jhi                                   on 2000/08/31  18:09:20
49697         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
49698              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
49699      Branch: metaconfig
49700            ! U/compline/d_gconvert.U U/threads/archname.U
49701      Branch: metaconfig/U/perl
49702            ! perlxv.U
49703      Branch: perl
49704            ! Configure config_h.SH sv.c
49705 ____________________________________________________________________________
49706 [  6952] By: jhi                                   on 2000/08/31  17:42:24
49707         Log: :: not allowed in pathnames, change to .
49708              
49709              Subject: [PATCH perl@6938] cygwin port
49710              From: "Fifer, Eric" <EFifer@sanwaint.com>
49711              Date: Thu, 31 Aug 2000 16:32:59 +0100
49712              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
49713      Branch: metaconfig/U/perl
49714            ! perlxv.U
49715 ____________________________________________________________________________
49716 [  6951] By: jhi                                   on 2000/08/31  17:02:05
49717         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
49718      Branch: perl
49719            ! perl.h
49720 ____________________________________________________________________________
49721 [  6950] By: jhi                                   on 2000/08/31  16:26:08
49722         Log: More author updates.
49723              
49724              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
49725              From: Simon Cozens <simon@cozens.net>
49726              Date: Thu, 31 Aug 2000 17:13:32 +0100
49727              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
49728      Branch: perl
49729            ! AUTHORS
49730 ____________________________________________________________________________
49731 [  6949] By: jhi                                   on 2000/08/31  16:04:49
49732         Log: POSIX doesn't report long double values under -Duselongdouble
49733              when the long doubles are "real" (bigger than doubles).
49734              
49735              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
49736              From: Spider Boardman <spider@peano.zk3.dec.com>
49737              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
49738              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
49739      Branch: perl
49740            ! ext/POSIX/POSIX.xs
49741 ____________________________________________________________________________
49742 [  6948] By: jhi                                   on 2000/08/31  15:25:10
49743         Log: Update Changes.
49744      Branch: perl
49745            ! Changes patchlevel.h
49746 ____________________________________________________________________________
49747 [  6947] By: jhi                                   on 2000/08/31  15:22:29
49748         Log: Document UNTIE in a very minimalistic way.
49749      Branch: perl
49750            ! pod/perlfunc.pod pod/perltie.pod
49751 ____________________________________________________________________________
49752 [  6946] By: jhi                                   on 2000/08/31  15:15:23
49753         Log: Document known failures.
49754      Branch: perl
49755            ! pod/perldelta.pod
49756 ____________________________________________________________________________
49757 [  6945] By: jhi                                   on 2000/08/31  15:07:00
49758         Log: Don't attach -ld to the archname if pointless.
49759      Branch: metaconfig
49760            ! U/threads/archname.U
49761      Branch: perl
49762            ! Configure config_h.SH
49763 ____________________________________________________________________________
49764 [  6944] By: jhi                                   on 2000/08/31  14:37:42
49765         Log: Wrap the test in eval.
49766              
49767              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
49768              From: Tim Jenness <timj@jach.hawaii.edu>
49769              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
49770              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
49771      Branch: perl
49772            ! t/lib/ftmp-security.t
49773 ____________________________________________________________________________
49774 [  6943] By: jhi                                   on 2000/08/31  14:30:57
49775         Log: Make -Dusemorebits find long doubles in Solaris.
49776      Branch: perl
49777            ! hints/solaris_2.sh
49778 ____________________________________________________________________________
49779 [  6942] By: jhi                                   on 2000/08/31  13:48:45
49780         Log: Clarify the third case of ftmp-security warnings.
49781      Branch: perl
49782            ! INSTALL
49783 ____________________________________________________________________________
49784 [  6941] By: jhi                                   on 2000/08/31  13:40:31
49785         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
49786              From: <abigail@foad.org>
49787              Date: Thu, 31 Aug 2000 01:35:05 -0400
49788              Message-ID: <20000831053505.32120.qmail@foad.org>
49789      Branch: perl
49790            ! pod/perldelta.pod
49791 ____________________________________________________________________________
49792 [  6940] By: jhi                                   on 2000/08/31  13:38:48
49793         Log: Issue useful diagnostic on unknown pod commands.
49794              
49795              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
49796              From: <abigail@foad.org>
49797              Date: Thu, 31 Aug 2000 03:41:18 -0400
49798              Message-ID: <20000831074118.24880.qmail@foad.org>
49799      Branch: perl
49800            ! lib/Pod/Man.pm
49801 ____________________________________________________________________________
49802 [  6939] By: jhi                                   on 2000/08/31  13:34:33
49803         Log: Reveal Borland's isnan.
49804              
49805              Subject: build with BC++ tweak
49806              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49807              Date: Thu, 31 Aug 2000 13:09:37 +0400
49808              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
49809      Branch: perl
49810            ! win32/win32.h
49811 ____________________________________________________________________________
49812 [  6938] By: jhi                                   on 2000/08/31  05:01:20
49813         Log: Update Changes.
49814      Branch: perl
49815            ! Changes patchlevel.h
49816 ____________________________________________________________________________
49817 [  6937] By: jhi                                   on 2000/08/31  04:26:23
49818         Log: sscanf() may be the only way to read long doubles from strings.
49819      Branch: metaconfig/U/perl
49820            ! longdblfio.U
49821      Branch: perl
49822            ! Configure config_h.SH perl.h util.c
49823 ____________________________________________________________________________
49824 [  6936] By: jhi                                   on 2000/08/31  04:18:19
49825         Log: The #6929 was too skimpy.
49826      Branch: perl
49827            ! sv.c
49828 ____________________________________________________________________________
49829 [  6935] By: jhi                                   on 2000/08/31  02:47:07
49830         Log: Subject: Re: typos in pods
49831              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49832              Date: Wed, 30 Aug 2000 19:25:34 -0700
49833              Message-ID: <eIcr5gzkg25X092yn@efn.org>
49834      Branch: perl
49835            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
49836 ____________________________________________________________________________
49837 [  6934] By: jhi                                   on 2000/08/31  02:42:55
49838         Log: Missed one Unicode file.
49839      Branch: perl
49840            + lib/unicode/UCDFF301.html
49841 ____________________________________________________________________________
49842 [  6933] By: jhi                                   on 2000/08/30  23:42:27
49843         Log: Update Changes.
49844      Branch: perl
49845            ! Changes patchlevel.h
49846 ____________________________________________________________________________
49847 [  6932] By: jhi                                   on 2000/08/30  23:40:07
49848         Log: Mention UNTIE in perldelta.  Still needs documenting
49849              in perltie et alia.
49850      Branch: perl
49851            ! pod/perldelta.pod
49852 ____________________________________________________________________________
49853 [  6931] By: jhi                                   on 2000/08/30  23:36:02
49854         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
49855              From: <abigail@foad.org>
49856              Date: Wed, 30 Aug 2000 19:28:07 -0400
49857              Message-ID: <20000830232807.305.qmail@foad.org>
49858      Branch: perl
49859            ! pod/perldelta.pod
49860 ____________________________________________________________________________
49861 [  6930] By: jhi                                   on 2000/08/30  23:32:40
49862         Log: Update to Unicode 3.0.1.
49863      Branch: perl
49864            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
49865            + lib/unicode/PropList.txt lib/unicode/README.perl
49866            + lib/unicode/UCD301.html lib/unicode/Unicode.301
49867            - lib/unicode/Props.txt lib/unicode/UCD300.html
49868            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
49869            ! (edit 257 files)
49870 ____________________________________________________________________________
49871 [  6929] By: jhi                                   on 2000/08/30  22:38:18
49872         Log: Heap decorruption.
49873              
49874              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
49875              From: Alan Burlison <Alan.Burlison@uk.sun.com>
49876              Date: Wed, 30 Aug 2000 22:39:52 +0100
49877              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
49878      Branch: perl
49879            ! sv.c
49880 ____________________________________________________________________________
49881 [  6928] By: jhi                                   on 2000/08/30  22:29:34
49882         Log: Retract the dummy test, skip the security tests (instead of failing),
49883              explain what the warnings mean.
49884      Branch: perl
49885            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
49886 ____________________________________________________________________________
49887 [  6927] By: jhi                                   on 2000/08/30  22:14:13
49888         Log: Change the internal implementation of sort() to be mergesort
49889              instead of quicksort, from John Linderman <jpl@research.att.com>.
49890              Gives us better worst case, better average case, and stability.
49891              What's there not to like?  (Small fixes for threaded builds
49892              were required).
49893      Branch: perl
49894            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
49895 ____________________________________________________________________________
49896 [  6926] By: jhi                                   on 2000/08/30  20:55:20
49897         Log: A better fix for the Socket building problem from Craig Berry.
49898      Branch: perl
49899            ! vms/vms.c
49900 ____________________________________________________________________________
49901 [  6925] By: jhi                                   on 2000/08/30  20:20:25
49902         Log: Subject: [PATCH] Re: UNTIE method 
49903              From: Nick Ing-Simmons <nik@tiuk.ti.com>
49904              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
49905              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
49906      Branch: perl
49907            ! pp_sys.c t/op/tie.t
49908 ____________________________________________________________________________
49909 [  6924] By: jhi                                   on 2000/08/30  20:17:11
49910         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
49911              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49912              Date: Wed, 30 Aug 2000 15:03:14 -0500
49913              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
49914      Branch: perl
49915            ! vms/vms.c
49916 ____________________________________________________________________________
49917 [  6923] By: jhi                                   on 2000/08/30  20:15:18
49918         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
49919              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49920              Date: Wed, 30 Aug 2000 13:30:36 -0500
49921              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
49922      Branch: perl
49923            ! vms/vms.c
49924 ____________________________________________________________________________
49925 [  6922] By: jhi                                   on 2000/08/30  19:54:43
49926         Log: Better options for rsync.
49927      Branch: perl
49928            ! pod/perlhack.pod
49929 ____________________________________________________________________________
49930 [  6921] By: jhi                                   on 2000/08/30  19:40:16
49931         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
49932              From: Rick Delaney <rick@consumercontact.com>
49933              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
49934              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
49935      Branch: perl
49936            ! pod/perlfunc.pod
49937 ____________________________________________________________________________
49938 [  6920] By: jhi                                   on 2000/08/30  19:36:40
49939         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
49940              From: Peter Prymmer <pvhp@forte.com>
49941              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
49942              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
49943      Branch: perl
49944            ! configure.com
49945 ____________________________________________________________________________
49946 [  6919] By: jhi                                   on 2000/08/30  14:52:02
49947         Log: Update Changes.
49948      Branch: perl
49949            ! Changes patchlevel.h
49950 ____________________________________________________________________________
49951 [  6918] By: jhi                                   on 2000/08/30  14:48:34
49952         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
49953      Branch: perl
49954            ! lib/ExtUtils/typemap
49955 ____________________________________________________________________________
49956 [  6917] By: jhi                                   on 2000/08/30  14:46:34
49957         Log: Subject: typos in pods
49958              From: Nicholas Clark <nick@ccl4.org>
49959              Date: Wed, 30 Aug 2000 01:12:50 +0100
49960              Message-ID: <20000830011249.A61388@plum.flirble.org>
49961      Branch: perl
49962            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
49963            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
49964            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
49965            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
49966 ____________________________________________________________________________
49967 [  6916] By: jhi                                   on 2000/08/30  14:19:09
49968         Log: Document Storable problems on Crays.  (Will have
49969              to document all the other Storable problems, too.)
49970      Branch: perl
49971            ! pod/perldelta.pod
49972 ____________________________________________________________________________
49973 [  6915] By: jhi                                   on 2000/08/30  14:06:02
49974         Log: Subject: [PATCH] fix misc cast warnings
49975              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49976              Date: Tue, 29 Aug 2000 23:16:14 -0700
49977              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
49978      Branch: perl
49979            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
49980            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
49981            ! os2/os2ish.h
49982 ____________________________________________________________________________
49983 [  6914] By: jhi                                   on 2000/08/30  14:03:45
49984         Log: Timestamp mismatch again.  Need to fix this dependence on
49985              config_h.SH timestamp, since it's the contents of config_h.SH
49986              that matter.
49987      Branch: perl
49988            ! uconfig.h uconfig.sh
49989 ____________________________________________________________________________
49990 [  6913] By: jhi                                   on 2000/08/30  13:54:06
49991         Log: Don't say "Perl 5.0 source kit".
49992      Branch: perl
49993            ! perl.c
49994 ____________________________________________________________________________
49995 [  6912] By: jhi                                   on 2000/08/30  13:51:24
49996         Log: Reset archname and archname64 always, forcing them be
49997              recomputed at each Configure run, make Configure and
49998              the hints files agree on the naming of largefiles variables.
49999      Branch: metaconfig
50000            ! U/threads/archname.U
50001      Branch: metaconfig/U/perl
50002            ! use64bits.U
50003      Branch: perl
50004            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
50005            ! hints/linux.sh hints/solaris_2.sh
50006 ____________________________________________________________________________
50007 [  6911] By: jhi                                   on 2000/08/30  13:30:13
50008         Log: Put back the slice accidentally removed by #6907.
50009      Branch: perl
50010            ! hints/solaris_2.sh
50011 ____________________________________________________________________________
50012 [  6910] By: jhi                                   on 2000/08/30  01:24:26
50013         Log: Be consistent: other Net::get* do export theirs.
50014              
50015              Subject: Re: Net::protoent does not export 'getproto'
50016              From: Yasushi Nakajima <sey@jkc.co.jp>
50017              Date: Wed, 30 Aug 2000 09:53:14 +0900
50018              Message-Id: <200008300051.DAA24700@taku.hut.fi>
50019      Branch: perl
50020            ! lib/Net/protoent.pm
50021 ____________________________________________________________________________
50022 [  6909] By: jhi                                   on 2000/08/30  01:17:25
50023         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
50024              From: Gurusamy Sarathy <gsar@ActiveState.com>
50025              Date: Tue, 29 Aug 2000 17:17:07 -0700
50026              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
50027      Branch: perl
50028            ! cop.h
50029 ____________________________________________________________________________
50030 [  6908] By: jhi                                   on 2000/08/30  00:58:05
50031         Log: Update Changes.
50032      Branch: perl
50033            ! Changes patchlevel.h
50034 ____________________________________________________________________________
50035 [  6907] By: jhi                                   on 2000/08/30  00:57:22
50036         Log: Introduce ccname to keep track of what compiler kind of we have.
50037      Branch: metaconfig/U/perl
50038            ! Checkcc.U gccvers.U
50039      Branch: perl
50040            ! Configure config_h.SH hints/solaris_2.sh
50041 ____________________________________________________________________________
50042 [  6906] By: jhi                                   on 2000/08/30  00:25:47
50043         Log: Put back the flags dump as reasoned in
50044              
50045              Subject: Re: [PATCH] Glob dumping
50046              From: Mike Guy <mjtg@cam.ac.uk> 
50047              Date: Tue, 29 Aug 2000 21:41:32 +0100
50048              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
50049      Branch: perl
50050            ! dump.c t/lib/peek.t
50051 ____________________________________________________________________________
50052 [  6905] By: jhi                                   on 2000/08/30  00:16:17
50053         Log: Make the epsilon to be relative, not absolute.
50054              
50055              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
50056              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
50057              Date: Tue, 29 Aug 2000 19:58:56 -0400
50058              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
50059      Branch: perl
50060            ! t/lib/trig.t
50061 ____________________________________________________________________________
50062 [  6904] By: jhi                                   on 2000/08/30  00:13:09
50063         Log: From now on, Gisle is on my list of usual suspects :-)
50064              Retract #6902.
50065      Branch: perl
50066            ! ext/Opcode/Safe.pm
50067 ____________________________________________________________________________
50068 [  6903] By: jhi                                   on 2000/08/29  23:51:20
50069         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
50070              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50071              Date: Tue, 29 Aug 2000 18:43:26 -0500
50072              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
50073      Branch: perl
50074            + vms/vmspipe.com
50075            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
50076            ! vms/vms.c
50077 ____________________________________________________________________________
50078 [  6902] By: jhi                                   on 2000/08/29  23:44:14
50079         Log: Retry what #6882 attempted.
50080              
50081              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
50082              From: Gisle Aas <gisle@ActiveState.com>
50083              Date: 30 Aug 2000 00:33:09 +0200
50084              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
50085      Branch: perl
50086            ! ext/Opcode/Safe.pm
50087 ____________________________________________________________________________
50088 [  6901] By: jhi                                   on 2000/08/29  22:59:32
50089         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
50090              From: Hugo <hv@crypt.compulink.co.uk>
50091              Date: Mon, 12 Jun 2000 19:36:08 +0100
50092              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
50093      Branch: perl
50094            ! sv.c
50095 ____________________________________________________________________________
50096 [  6900] By: jhi                                   on 2000/08/29  22:58:35
50097         Log: Admit that we are leaking scalars.
50098              
50099              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
50100              From: Spider Boardman <spider@leggy.zk3.dec.com>
50101              Date: Tue, 29 Aug 2000 18:48:29 -0400
50102              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
50103      Branch: perl
50104            ! t/pragma/warnings.t
50105 ____________________________________________________________________________
50106 [  6899] By: jhi                                   on 2000/08/29  20:53:13
50107         Log: Update Changes.
50108      Branch: perl
50109            ! Changes patchlevel.h
50110 ____________________________________________________________________________
50111 [  6898] By: jhi                                   on 2000/08/29  20:46:21
50112         Log: Undo namespace pollution of #6878.
50113              
50114              Subject: Re: Net::protoent does not export 'getproto'
50115              From: Mike Guy <mjtg@cam.ac.uk>
50116              Date: Tue, 29 Aug 2000 21:32:37 +0100
50117              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
50118      Branch: perl
50119            ! lib/Net/protoent.pm
50120 ____________________________________________________________________________
50121 [  6897] By: jhi                                   on 2000/08/29  20:44:29
50122         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
50123              From: Peter Prymmer <pvhp@forte.com>
50124              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
50125              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
50126      Branch: perl
50127            ! pod/perlebcdic.pod
50128 ____________________________________________________________________________
50129 [  6896] By: jhi                                   on 2000/08/29  20:40:57
50130         Log: There's no point repeating the 'revision' (5) of perl5.
50131      Branch: metaconfig/U/perl
50132            ! Devel.U patchlevel.U
50133      Branch: perl
50134            ! Configure config_h.SH
50135 ____________________________________________________________________________
50136 [  6895] By: jhi                                   on 2000/08/29  20:16:58
50137         Log: Regen Configure for #6894.
50138      Branch: metaconfig/U/perl
50139            ! perladmin.U
50140      Branch: perl
50141            ! Configure config_h.SH
50142 ____________________________________________________________________________
50143 [  6894] By: jhi                                   on 2000/08/29  19:59:52
50144         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
50145              From: "Philip Newton" <Philip.Newton@gmx.net>
50146              Date: Tue, 29 Aug 2000 21:39:14 +0200
50147              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
50148      Branch: perl
50149            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
50150            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
50151            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
50152            ! utils/perlbug.PL
50153 ____________________________________________________________________________
50154 [  6893] By: jhi                                   on 2000/08/29  19:55:30
50155         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
50156              From: "Philip Newton" <Philip.Newton@gmx.net>
50157              Date: Tue, 29 Aug 2000 21:39:14 +0200
50158              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
50159      Branch: perl
50160            ! installhtml
50161 ____________________________________________________________________________
50162 [  6892] By: jhi                                   on 2000/08/29  19:53:59
50163         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
50164              From: "Philip Newton" <Philip.Newton@gmx.net>
50165              Date: Tue, 29 Aug 2000 21:48:18 +0200
50166              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
50167      Branch: perl
50168            ! lib/File/Temp.pm
50169 ____________________________________________________________________________
50170 [  6891] By: jhi                                   on 2000/08/29  18:30:03
50171         Log: Nail the ID 20000828.023.
50172      Branch: perl
50173            ! ext/Storable/Storable.xs
50174 ____________________________________________________________________________
50175 [  6890] By: jhi                                   on 2000/08/29  16:50:17
50176         Log: Under usethreads the dumped variable is IN_PAD.
50177              
50178              Subject: Re: [PATCH] Glob dumping
50179              From: Gisle Aas <gisle@ActiveState.com>
50180              Date: 29 Aug 2000 18:45:05 +0200
50181              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
50182      Branch: perl
50183            ! t/lib/peek.t
50184 ____________________________________________________________________________
50185 [  6889] By: jhi                                   on 2000/08/29  15:17:37
50186         Log: Update Changes.
50187      Branch: perl
50188            ! Changes patchlevel.h
50189 ____________________________________________________________________________
50190 [  6888] By: jhi                                   on 2000/08/29  14:49:59
50191         Log: Retract #6882, broke the safe tests.
50192      Branch: perl
50193            ! ext/Opcode/Safe.pm
50194 ____________________________________________________________________________
50195 [  6887] By: jhi                                   on 2000/08/29  14:47:06
50196         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
50197              From: Gisle Aas <gisle@ActiveState.com> 
50198              Date: 09 Jun 2000 20:00:11 +0200
50199              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
50200      Branch: perl
50201            ! utils/perldoc.PL
50202 ____________________________________________________________________________
50203 [  6886] By: jhi                                   on 2000/08/29  14:42:45
50204         Log: The #6881 removed one dump line.
50205      Branch: perl
50206            ! t/lib/peek.t
50207 ____________________________________________________________________________
50208 [  6885] By: jhi                                   on 2000/08/29  14:30:47
50209         Log: Don't forget to tidy up.
50210      Branch: perl
50211            ! t/lib/ftmp-security.t
50212 ____________________________________________________________________________
50213 [  6884] By: jhi                                   on 2000/08/29  14:25:17
50214         Log: Disabling the one test is a bit tricky.
50215      Branch: perl
50216            ! t/lib/ftmp-security.t
50217 ____________________________________________________________________________
50218 [  6883] By: jhi                                   on 2000/08/29  14:16:25
50219         Log: Disable one of the tests for now.
50220      Branch: perl
50221            ! t/lib/ftmp-security.t
50222 ____________________________________________________________________________
50223 [  6882] By: jhi                                   on 2000/08/29  14:05:50
50224         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
50225              From: gisle@aas.no
50226              Date: 29 Aug 2000 10:35:06 -0000
50227              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
50228      Branch: perl
50229            ! ext/Opcode/Safe.pm
50230 ____________________________________________________________________________
50231 [  6881] By: jhi                                   on 2000/08/29  14:03:51
50232         Log: Subject: [PATCH] Glob dumping
50233              From: Gisle Aas <gisle@ActiveState.com>
50234              Date: 29 Aug 2000 07:59:42 -0000
50235              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
50236      Branch: perl
50237            ! dump.c
50238 ____________________________________________________________________________
50239 [  6880] By: jhi                                   on 2000/08/29  14:02:01
50240         Log: Subject: [PATCH] Warnings in B::Deparse
50241              From: <abigail@foad.org>
50242              Date: Tue, 29 Aug 2000 00:00:01 -0400
50243              Message-ID: <20000829040001.2999.qmail@foad.org>
50244      Branch: perl
50245            ! ext/B/B/Deparse.pm
50246 ____________________________________________________________________________
50247 [  6879] By: jhi                                   on 2000/08/29  13:57:26
50248         Log: Missed a change in #6869.
50249      Branch: perl
50250            ! mg.c
50251 ____________________________________________________________________________
50252 [  6878] By: jhi                                   on 2000/08/29  13:45:04
50253         Log: Subject: Net::protoent does not export 'getproto'
50254              From: Yasushi Nakajima <sey@jkc.co.jp>
50255              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
50256      Branch: perl
50257            ! lib/Net/protoent.pm
50258 ____________________________________________________________________________
50259 [  6877] By: jhi                                   on 2000/08/29  13:39:19
50260         Log: Patches all over for people and the files they (hopefully) care about.
50261      Branch: perl
50262            ! AUTHORS Changes MAINTAIN
50263 ____________________________________________________________________________
50264 [  6876] By: jhi                                   on 2000/08/29  12:53:54
50265         Log: Fix for thinko in #6848.
50266              
50267              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
50268              From: Lupe Christoph <lupe@lupe-christoph.de>
50269              Date: Tue, 29 Aug 2000 09:04:08 +0200
50270              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
50271      Branch: perl
50272            ! ext/Thread/Thread.xs
50273 ____________________________________________________________________________
50274 [  6875] By: jhi                                   on 2000/08/29  12:50:14
50275         Log: Update to Getopt::Long 2.24, from Johan Vromans.
50276      Branch: perl
50277            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
50278 ____________________________________________________________________________
50279 [  6874] By: jhi                                   on 2000/08/29  02:09:53
50280         Log: Use minimal @INC in tests, most of the time just '../lib',
50281              so that we simply can't pick up stuff from other Perls than
50282              the one we are testing.  Pointed out by
50283              
50284              From: Mike Guy <mjtg@cam.ac.uk>
50285              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
50286              Date: Fri, 25 Aug 2000 15:15:59 +0100
50287              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
50288      Branch: perl
50289            ! (edit 185 files)
50290 ____________________________________________________________________________
50291 [  6873] By: jhi                                   on 2000/08/29  01:07:11
50292         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
50293              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50294              Date: Mon, 28 Aug 2000 17:45:52 -0700
50295              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
50296      Branch: perl
50297            ! Makefile.SH hints/os2.sh
50298 ____________________________________________________________________________
50299 [  6872] By: jhi                                   on 2000/08/28  23:33:39
50300         Log: Subject: [PATCH bleedperl@6866] spellings
50301              From: marcel@codewerk.com (Marcel Grunauer)
50302              Date: Tue, 29 Aug 2000 01:19:59 +0200
50303              Message-Id: <200008282319.BAA29862@gandalf.local>
50304      Branch: perl
50305            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
50306            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
50307            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
50308 ____________________________________________________________________________
50309 [  6871] By: jhi                                   on 2000/08/28  23:22:09
50310         Log: Take out the SUIDMAIL thing, that will not be
50311              a problem in 5.7.*.
50312      Branch: perl
50313            ! patchlevel.h
50314 ____________________________________________________________________________
50315 [  6870] By: jhi                                   on 2000/08/28  23:19:30
50316         Log: -S is the silent flag, -s is the strip flag.
50317              
50318              Subject: [PATCH] Re: [PATCH] make no-install          
50319              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50320              Date: Mon, 28 Aug 2000 15:12:55 -0700
50321              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
50322      Branch: perl
50323            ! Makefile.SH
50324 ____________________________________________________________________________
50325 [  6869] By: jhi                                   on 2000/08/28  23:12:05
50326         Log: Subject: [PATCH bleedperl@6856] warnings fixes
50327              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
50328              Date: Mon, 28 Aug 2000 23:55:06 +0100
50329              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
50330      Branch: perl
50331            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
50332            ! warnings.h warnings.pl
50333 ____________________________________________________________________________
50334 [  6868] By: jhi                                   on 2000/08/28  21:38:22
50335         Log: Potential cruft.
50336      Branch: perl
50337            ! Makefile.SH
50338 ____________________________________________________________________________
50339 [  6867] By: jhi                                   on 2000/08/28  21:35:36
50340         Log: Update Changes.
50341      Branch: perl
50342            ! Changes patchlevel.h
50343 ____________________________________________________________________________
50344 [  6866] By: jhi                                   on 2000/08/28  21:33:49
50345         Log: Subject: hv.h Doc Patch
50346              From: Fisher Mark <fisherm@tce.com>
50347              Date: Mon, 28 Aug 2000 16:24:59 -0500
50348              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
50349      Branch: perl
50350            ! hv.h
50351 ____________________________________________________________________________
50352 [  6865] By: jhi                                   on 2000/08/28  21:02:15
50353         Log: Add -ld to archname on long tr...double platforms.
50354      Branch: metaconfig
50355            ! U/threads/archname.U
50356      Branch: perl
50357            ! Configure config_h.SH
50358 ____________________________________________________________________________
50359 [  6864] By: jhi                                   on 2000/08/28  20:38:59
50360         Log: An attempt to fix the problem reported in
50361              
50362              Subject: Building perl@6856 using gcc/AIX 4.3.3 
50363              From: Daniel Muino <dmuino@afip.gov.ar> 
50364              Date: Mon, 28 Aug 2000 15:50:01 -0300   
50365              Message-ID: <20000828155001.A14403@con2-dgi>
50366              
50367              I can't test this properly since the gcc installation I have
50368              access to seems to be botched (gcc is calling the AIX cpp,
50369              a losing proposition...)
50370      Branch: perl
50371            ! hints/aix.sh
50372 ____________________________________________________________________________
50373 [  6863] By: jhi                                   on 2000/08/28  18:57:52
50374         Log: Fix for ID 20000828.001, long doubles were not formatted
50375              correctly (showed up in $], which stopped installing perl).
50376      Branch: perl
50377            ! sv.c
50378 ____________________________________________________________________________
50379 [  6862] By: jhi                                   on 2000/08/28  18:07:15
50380         Log: Typo in #6858.
50381      Branch: perl
50382            ! lib/Cwd.pm
50383 ____________________________________________________________________________
50384 [  6861] By: jhi                                   on 2000/08/28  17:57:27
50385         Log: opmini.o may be left around if a build is interrupted.
50386      Branch: perl
50387            ! Makefile.SH
50388 ____________________________________________________________________________
50389 [  6860] By: jhi                                   on 2000/08/28  16:52:50
50390         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
50391              From: Daniel Chetlin <daniel@chetlin.com>
50392              Date: Mon, 28 Aug 2000 01:14:18 -0700
50393              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
50394      Branch: perl
50395            ! lib/overload.pm
50396 ____________________________________________________________________________
50397 [  6859] By: jhi                                   on 2000/08/28  16:08:46
50398         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
50399              From: Nicholas Clark <nick@ccl4.org>
50400              Date: Mon, 28 Aug 2000 16:03:27 +0100
50401              Message-Id: <20000828160327.C49785@plum.flirble.org>
50402      Branch: perl
50403            ! ext/ByteLoader/bytecode.h
50404 ____________________________________________________________________________
50405 [  6858] By: jhi                                   on 2000/08/28  16:02:10
50406         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
50407              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
50408              Date: Mon, 28 Aug 2000 13:08:30 +0200
50409              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
50410      Branch: perl
50411            ! lib/Cwd.pm
50412 ____________________________________________________________________________
50413 [  6857] By: jhi                                   on 2000/08/28  15:42:47
50414         Log: display_format used as a class method without arguments was broken,
50415              reported in
50416              
50417              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
50418              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
50419              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
50420              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
50421      Branch: perl
50422            ! lib/Math/Complex.pm t/lib/complex.t
50423 ____________________________________________________________________________
50424 [  6856] By: jhi                                   on 2000/08/27  22:09:48
50425         Log: Update Changes.
50426      Branch: perl
50427            ! Changes patchlevel.h
50428 ____________________________________________________________________________
50429 [  6855] By: jhi                                   on 2000/08/27  21:59:21
50430         Log: Retract #6853 (false alarm).
50431      Branch: perl
50432            ! lib/ExtUtils/xsubpp
50433 ____________________________________________________________________________
50434 [  6854] By: jhi                                   on 2000/08/27  21:37:44
50435         Log: Update Changes.
50436      Branch: perl
50437            ! Changes patchlevel.h
50438 ____________________________________________________________________________
50439 [  6853] By: jhi                                   on 2000/08/27  21:37:16
50440         Log: Subject: [PATCH perl@6850] workaround for xsubpp
50441              From: Hugo <hv@crypt.compulink.co.uk>
50442              Date: Sun, 27 Aug 2000 22:30:25 +0100
50443              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
50444      Branch: perl
50445            ! lib/ExtUtils/xsubpp
50446 ____________________________________________________________________________
50447 [  6852] By: jhi                                   on 2000/08/27  21:33:58
50448         Log: Big-endian 64-bit patch from Raphael Manfredi.
50449      Branch: perl
50450            ! ext/Storable/Storable.xs
50451 ____________________________________________________________________________
50452 [  6851] By: jhi                                   on 2000/08/27  21:22:21
50453         Log: More ruthless editing from Hugo van der Sanden.
50454      Branch: perl
50455            ! pod/perldelta.pod
50456 ____________________________________________________________________________
50457 [  6850] By: jhi                                   on 2000/08/27  16:11:46
50458         Log: Update Changes.
50459      Branch: perl
50460            ! Changes patchlevel.h
50461 ____________________________________________________________________________
50462 [  6849] By: jhi                                   on 2000/08/27  16:11:05
50463         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
50464      Branch: perl
50465            ! configpm pod/perldelta.pod
50466 ____________________________________________________________________________
50467 [  6848] By: jhi                                   on 2000/08/27  15:35:08
50468         Log: Use the actual thread type, not the pointer-to-struct.
50469      Branch: perl
50470            ! ext/Thread/Thread.xs
50471 ____________________________________________________________________________
50472 [  6847] By: jhi                                   on 2000/08/27  15:30:49
50473         Log: Test nit.
50474      Branch: perl
50475            ! t/pragma/warn/pp_sys
50476 ____________________________________________________________________________
50477 [  6846] By: jhi                                   on 2000/08/27  15:19:02
50478         Log: Passing -R in ldflags makes now it to appear in the default
50479              for lddlflags, just like with -L.
50480              
50481              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
50482              From: Lupe Christoph <lupe@lupe-christoph.de>
50483              Date: Sun, 27 Aug 2000 10:28:21 +0200
50484              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
50485      Branch: metaconfig/U/perl
50486            ! dlsrc.U
50487      Branch: perl
50488            ! Configure
50489 ____________________________________________________________________________
50490 [  6845] By: jhi                                   on 2000/08/27  15:08:54
50491         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
50492              From: Alan Burlison <Alan.Burlison@uk.sun.com>
50493              Date: Sat, 26 Aug 2000 22:23:27 +0100
50494              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
50495      Branch: perl
50496            ! lib/ExtUtils/MM_Unix.pm
50497 ____________________________________________________________________________
50498 [  6844] By: jhi                                   on 2000/08/27  15:02:37
50499         Log: DJGPP update from Laszlo Molnar.
50500              
50501              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
50502              From: ml1050 <ml1050@freemail.hu>
50503              Date: Sat, 26 Aug 2000 23:24:40 +0200
50504              Message-Id: <20000826232440.A439@freemail.hu>
50505      Branch: perl
50506            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
50507            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
50508 ____________________________________________________________________________
50509 [  6843] By: jhi                                   on 2000/08/27  14:53:58
50510         Log: Subject: installman buglet
50511              From: Lupe Christoph <lupe@lupe-christoph.de>
50512              Date: Sun, 27 Aug 2000 14:38:59 +0200
50513              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
50514      Branch: perl
50515            ! installman
50516 ____________________________________________________________________________
50517 [  6842] By: jhi                                   on 2000/08/27  14:52:08
50518         Log: Can't get the test to reliably work thanks to the
50519              inaccurateness of floating point.  "Resolves" bug ids
50520              20000826.003, 20000826.009, 20000826.010,
50521      Branch: perl
50522            ! t/lib/trig.t
50523 ____________________________________________________________________________
50524 [  6841] By: jhi                                   on 2000/08/26  15:53:58
50525         Log: Update Changes.
50526      Branch: perl
50527            ! Changes patchlevel.h
50528 ____________________________________________________________________________
50529 [  6840] By: jhi                                   on 2000/08/26  14:23:03
50530         Log: grep -e isn't portable.
50531              
50532              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
50533              From: chris@broadband.att.com
50534              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
50535              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
50536      Branch: perl
50537            ! hints/solaris_2.sh
50538 ____________________________________________________________________________
50539 [  6839] By: jhi                                   on 2000/08/26  14:12:23
50540         Log: no-install target a la make -n.
50541              
50542              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
50543              From: <abigail@foad.org>
50544              Date: Sat, 26 Aug 2000 03:57:34 -0400
50545              Message-ID: <20000826075735.18912.qmail@foad.org>
50546      Branch: perl
50547            ! Makefile.SH installman installperl
50548 ____________________________________________________________________________
50549 [  6838] By: jhi                                   on 2000/08/26  14:06:33
50550         Log: Retract #6826 as the #6828 should be do the same
50551              in a More Correct Way.
50552      Branch: perl
50553            ! installperl
50554 ____________________________________________________________________________
50555 [  6837] By: jhi                                   on 2000/08/26  05:24:00
50556         Log: More casting.
50557      Branch: perl
50558            ! ext/Storable/Storable.xs
50559 ____________________________________________________________________________
50560 [  6836] By: jhi                                   on 2000/08/26  05:05:46
50561         Log: Nicer in decimal.
50562      Branch: perl
50563            ! ext/Storable/Storable.xs
50564 ____________________________________________________________________________
50565 [  6835] By: jhi                                   on 2000/08/26  05:03:50
50566         Log: There be no UVdf.
50567      Branch: perl
50568            ! ext/Storable/Storable.xs
50569 ____________________________________________________________________________
50570 [  6834] By: jhi                                   on 2000/08/26  05:00:18
50571         Log: Continue IVdfing and UVxfing.
50572      Branch: perl
50573            ! ext/Storable/Storable.xs
50574 ____________________________________________________________________________
50575 [  6833] By: jhi                                   on 2000/08/26  04:53:14
50576         Log: Use IVdf.
50577      Branch: perl
50578            ! ext/Storable/Storable.xs
50579 ____________________________________________________________________________
50580 [  6832] By: jhi                                   on 2000/08/26  04:40:41
50581         Log: Document PTR2XX and INT2PTR.
50582      Branch: perl
50583            ! pod/perlguts.pod
50584 ____________________________________________________________________________
50585 [  6831] By: jhi                                   on 2000/08/26  04:33:18
50586         Log: Use UVxf, PTR2UV, NVff.
50587      Branch: perl
50588            ! ext/Storable/Storable.xs
50589 ____________________________________________________________________________
50590 [  6830] By: jhi                                   on 2000/08/26  04:31:32
50591         Log: Update the test count.
50592      Branch: perl
50593            ! t/lib/trig.t
50594 ____________________________________________________________________________
50595 [  6829] By: jhi                                   on 2000/08/26  03:05:50
50596         Log: Subject: [PATCH] installation not quite silent yet.
50597              From: <abigail@foad.org>
50598              Date: Fri, 25 Aug 2000 20:07:53 -0400
50599              Message-ID: <20000826000753.7822.qmail@foad.org>
50600      Branch: perl
50601            ! installman installperl
50602 ____________________________________________________________________________
50603 [  6828] By: jhi                                   on 2000/08/26  03:05:14
50604         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
50605              From: Spider Boardman <spider@web.zk3.dec.com>
50606              Date: Fri, 25 Aug 2000 19:12:40 -0400
50607              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
50608      Branch: perl
50609            ! gv.c
50610 ____________________________________________________________________________
50611 [  6827] By: jhi                                   on 2000/08/25  23:54:34
50612         Log: Support preserving extremely big/small angles.
50613      Branch: perl
50614            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
50615 ____________________________________________________________________________
50616 [  6826] By: jhi                                   on 2000/08/25  23:01:20
50617         Log: Patch installperl to be long double-aware.
50618              
50619              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
50620              From: Spider Boardman <spider@web.zk3.dec.com>
50621              Date: Fri, 25 Aug 2000 18:15:23 -0400
50622              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
50623      Branch: perl
50624            ! installperl
50625 ____________________________________________________________________________
50626 [  6825] By: jhi                                   on 2000/08/25  22:58:25
50627         Log: Remove duplicately applied patch shards.
50628              
50629              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
50630              From: Spider Boardman <spider@leggy.zk3.dec.com>
50631              Date: Fri, 25 Aug 2000 16:45:03 -0400
50632              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
50633      Branch: perl
50634            ! t/lib/cgi-html.t
50635 ____________________________________________________________________________
50636 [  6824] By: jhi                                   on 2000/08/25  22:57:00
50637         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
50638              From: Daniel Chetlin <daniel@chetlin.com>
50639              Date: Fri, 25 Aug 2000 12:23:16 -0700
50640              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
50641              
50642              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
50643              From: Daniel Chetlin <daniel@chetlin.com>
50644              Date: Fri, 25 Aug 2000 14:47:19 -0700
50645              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
50646      Branch: perl
50647            ! installman
50648 ____________________________________________________________________________
50649 [  6823] By: jhi                                   on 2000/08/25  22:44:17
50650         Log: Timestamp problem?
50651      Branch: perl
50652            ! uconfig.h uconfig.sh
50653 ____________________________________________________________________________
50654 [  6822] By: jhi                                   on 2000/08/25  19:01:06
50655         Log: One forgotten file from #6816.
50656      Branch: perl
50657            ! vos/config.h
50658 ____________________________________________________________________________
50659 [  6821] By: jhi                                   on 2000/08/25  18:56:39
50660         Log: Regen Changes.
50661      Branch: perl
50662            ! Changes patchlevel.h
50663 ____________________________________________________________________________
50664 [  6820] By: jhi                                   on 2000/08/25  18:52:35
50665         Log: Fix Changes ordering.
50666      Branch: perl
50667            ! Changes
50668 ____________________________________________________________________________
50669 [  6819] By: jhi                                   on 2000/08/25  18:50:25
50670         Log: Update Changes.
50671      Branch: perl
50672            ! Changes patchlevel.h
50673 ____________________________________________________________________________
50674 [  6818] By: jhi                                   on 2000/08/25  18:47:45
50675         Log: Tweak the sfio/useperlio logic, hopefully as wished in
50676              
50677              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
50678              From: Nicholas Clark <nick@babyhippo.co.uk>
50679              Date: Fri, 25 Aug 2000 12:01:45 +0100
50680              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
50681      Branch: metaconfig/U/perl
50682            ! d_sfio.U
50683      Branch: perl
50684            ! Configure
50685 ____________________________________________________________________________
50686 [  6817] By: jhi                                   on 2000/08/25  18:32:51
50687         Log: Allow microperl to assume <math.h>, without it the math
50688              functions like floor() are assumed to return int, which makes
50689              for core dumps in machines where integer and floating register
50690              don't mix.
50691      Branch: perl
50692            ! uconfig.h uconfig.sh
50693 ____________________________________________________________________________
50694 [  6816] By: jhi                                   on 2000/08/25  18:27:17
50695         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
50696              the problem reported in
50697              
50698              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
50699              From: danhale@us.ibm.com
50700              Date: Fri, 25 Aug 2000 10:58:06 -0400
50701              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
50702      Branch: metaconfig/U/perl
50703            + d_socks5_init.U
50704      Branch: perl
50705            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
50706            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
50707            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
50708            ! win32/config.gc win32/config.vc
50709 ____________________________________________________________________________
50710 [  6815] By: jhi                                   on 2000/08/25  17:43:31
50711         Log: A solution for the retrieve_fd autosplit warning,
50712              idea suggested by Mike Guy.
50713      Branch: perl
50714            ! ext/Storable/Storable.pm
50715 ____________________________________________________________________________
50716 [  6814] By: jhi                                   on 2000/08/25  17:16:03
50717         Log: Add install-silent target.
50718      Branch: perl
50719            ! Makefile.SH
50720 ____________________________________________________________________________
50721 [  6813] By: jhi                                   on 2000/08/25  17:14:23
50722         Log: Subject: Re: [PATCH] More silencing of installman.
50723              From: <abigail@foad.org>
50724              Date: Thu, 24 Aug 2000 19:27:03 -0400
50725              Message-ID: <20000824232703.7001.qmail@foad.org>
50726              
50727              Subject: Re: [PATCH] More silencing of installman.
50728              From: <abigail@foad.org>
50729              Date: Fri, 25 Aug 2000 03:00:58 -0400
50730              Message-ID: <20000825070058.10697.qmail@foad.org>
50731      Branch: perl
50732            ! installman
50733 ____________________________________________________________________________
50734 [  6812] By: jhi                                   on 2000/08/25  17:11:28
50735         Log: installperl --verbose and --silent.
50736              
50737              Subject: Re: [PATCH] More silencing of installman.
50738              From: <abigail@foad.org>
50739              Message-ID: <20000825064430.9719.qmail@foad.org>
50740              Date: Fri, 25 Aug 2000 02:44:30 -0400
50741      Branch: perl
50742            ! installperl
50743 ____________________________________________________________________________
50744 [  6811] By: jhi                                   on 2000/08/25  17:05:43
50745         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
50746              From: "Peter J. Farley III" <pjfarley@banet.net>
50747              Date: Thu, 24 Aug 2000 21:58:03 -0400
50748              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
50749              
50750              (applied slightly modified)
50751      Branch: perl
50752            ! lib/ExtUtils/MM_Unix.pm
50753 ____________________________________________________________________________
50754 [  6810] By: jhi                                   on 2000/08/25  17:01:18
50755         Log: Missing parts of 
50756              
50757              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
50758              From: Peter Prymmer <pvhp@forte.com>
50759              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
50760              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
50761      Branch: perl
50762            ! t/lib/cgi-html.t
50763 ____________________________________________________________________________
50764 [  6809] By: jhi                                   on 2000/08/25  16:46:32
50765         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
50766              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50767              Date: Thu, 24 Aug 2000 19:13:11 -0500
50768              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
50769      Branch: perl
50770            ! vms/vms.c
50771 ____________________________________________________________________________
50772 [  6808] By: jhi                                   on 2000/08/25  16:39:22
50773         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
50774              From: Peter Prymmer <pvhp@forte.com>
50775              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
50776              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
50777      Branch: perl
50778            ! configure.com
50779 ____________________________________________________________________________
50780 [  6807] By: jhi                                   on 2000/08/25  16:36:37
50781         Log: Better wording for the vec lvalue diagnostic.
50782              
50783              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
50784              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
50785              Date: Wed, 23 Aug 2000 14:12:16 -0400
50786              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
50787      Branch: perl
50788            ! pod/perldiag.pod
50789 ____________________________________________________________________________
50790 [  6806] By: jhi                                   on 2000/08/24  18:17:22
50791         Log: Subject: [PATCH] More silencing of installman.
50792              From: <abigail@foad.org>
50793              Date: Thu, 24 Aug 2000 14:01:44 -0400
50794              Message-ID: <20000824180144.20062.qmail@foad.org>
50795      Branch: perl
50796            ! installman
50797 ____________________________________________________________________________
50798 [  6805] By: jhi                                   on 2000/08/24  15:00:31
50799         Log: Update Changes.
50800      Branch: perl
50801            ! Changes patchlevel.h
50802 ____________________________________________________________________________
50803 [  6804] By: jhi                                   on 2000/08/24  14:59:07
50804         Log: Regen perltoc.
50805      Branch: perl
50806            ! pod/perltoc.pod
50807 ____________________________________________________________________________
50808 [  6803] By: jhi                                   on 2000/08/24  14:44:39
50809         Log: Show the doc file, not the temp file.
50810      Branch: perl
50811            ! installman
50812 ____________________________________________________________________________
50813 [  6802] By: jhi                                   on 2000/08/24  14:41:53
50814         Log: Continue silencing.
50815      Branch: perl
50816            ! installman
50817 ____________________________________________________________________________
50818 [  6801] By: jhi                                   on 2000/08/24  14:34:40
50819         Log: Actually do something with the silencer option.
50820      Branch: perl
50821            ! installman
50822 ____________________________________________________________________________
50823 [  6800] By: jhi                                   on 2000/08/24  14:26:22
50824         Log: Make installman to recognize the silence flag -S.
50825      Branch: perl
50826            ! installman
50827 ____________________________________________________________________________
50828 [  6799] By: jhi                                   on 2000/08/24  13:49:38
50829         Log: DOS patches and portability/porting notes, from Tim Jenness.
50830      Branch: perl
50831            ! lib/File/Temp.pm
50832 ____________________________________________________________________________
50833 [  6798] By: jhi                                   on 2000/08/24  13:48:27
50834         Log: Create directories in silence.
50835              
50836              Subject: [PATCH] Another silencer for MakeMaker
50837              From: andreas.koenig@anima.de (Andreas J. Koenig)
50838              Date: 24 Aug 2000 14:18:52 +0200
50839              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
50840      Branch: perl
50841            ! lib/ExtUtils/Command.pm
50842 ____________________________________________________________________________
50843 [  6797] By: jhi                                   on 2000/08/24  13:46:42
50844         Log: More liberal parsing of version numbers.
50845              
50846              Subject: Re: CPAN.pm beta for testing available
50847              From: andreas.koenig@anima.de (Andreas J. Koenig)
50848              Date: 24 Aug 2000 13:51:57 +0200
50849              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
50850      Branch: perl
50851            ! lib/CPAN.pm
50852 ____________________________________________________________________________
50853 [  6796] By: jhi                                   on 2000/08/24  13:44:36
50854         Log: Make "make install" by default silent.  A new "install-verbose"
50855              target is verbose.
50856      Branch: perl
50857            ! Makefile.SH
50858 ____________________________________________________________________________
50859 [  6795] By: jhi                                   on 2000/08/24  13:39:14
50860         Log: Add silencer flags to installperl.
50861              
50862              Subject: [PATCH] Making installperl silent.
50863              From: <abigail@foad.org>
50864              Date: Thu, 24 Aug 2000 05:01:45 -0400
50865              Message-ID: <20000824090145.13141.qmail@foad.org>
50866      Branch: perl
50867            ! installperl
50868 ____________________________________________________________________________
50869 [  6794] By: jhi                                   on 2000/08/24  13:35:50
50870         Log: installperl couldn't tell whether it had run tests or not.
50871              
50872              Subject: [PATCH] Re: installperl and t/TEST
50873              From: <abigail@foad.org>
50874              Date: Thu, 24 Aug 2000 04:00:53 -0400
50875              Message-ID: <20000824080053.2494.qmail@foad.org>
50876      Branch: perl
50877            ! Makefile.SH installperl
50878 ____________________________________________________________________________
50879 [  6793] By: jhi                                   on 2000/08/24  13:27:50
50880         Log: Drop the separate perlbc, perlcc -b should be enough.
50881      Branch: perl
50882            - utils/perlbc.PL
50883            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
50884 ____________________________________________________________________________
50885 [  6792] By: jhi                                   on 2000/08/24  04:41:30
50886         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
50887              plus the typo fix from Peter Prymmer.
50888      Branch: perl
50889            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
50890            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
50891 ____________________________________________________________________________
50892 [  6791] By: jhi                                   on 2000/08/24  02:10:43
50893         Log: Replace #6705 with a minimal doc patch.
50894              
50895              Subject: [PATCH 5.6.0] replace change #6705
50896              From: Jan Dubois <jand@ActiveState.com>
50897              Date: Wed, 23 Aug 2000 18:31:51 -0700
50898              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
50899      Branch: perl
50900            ! lib/Win32.pod win32/win32.c
50901 ____________________________________________________________________________
50902 [  6790] By: jhi                                   on 2000/08/23  17:52:00
50903         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
50904              From: Mike Guy <mjtg@cam.ac.uk>
50905              Date: Wed, 23 Aug 2000 18:38:46 +0100
50906              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
50907      Branch: perl
50908            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
50909 ____________________________________________________________________________
50910 [  6789] By: jhi                                   on 2000/08/23  15:34:21
50911         Log: Update Changes.
50912      Branch: perl
50913            ! Changes patchlevel.h
50914 ____________________________________________________________________________
50915 [  6788] By: jhi                                   on 2000/08/23  15:33:40
50916         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
50917              From: Wilfredo Sánchez <wsanchez@apple.com>
50918              Date: Tue, 22 Aug 2000 19:31:27 -0700
50919              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
50920      Branch: perl
50921            ! perl.h
50922 ____________________________________________________________________________
50923 [  6787] By: jhi                                   on 2000/08/23  15:29:31
50924         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
50925              From: Spider Boardman <spider@leggy.zk3.dec.com>
50926              Date: Wed, 23 Aug 2000 10:33:23 -0400
50927              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
50928      Branch: perl
50929            ! lib/Pod/Html.pm
50930 ____________________________________________________________________________
50931 [  6786] By: jhi                                   on 2000/08/23  15:28:11
50932         Log: Bad makefile.
50933      Branch: perl
50934            ! ext/B/Makefile.PL
50935 ____________________________________________________________________________
50936 [  6785] By: jhi                                   on 2000/08/23  14:37:04
50937         Log: Update Changes.
50938      Branch: perl
50939            ! Changes patchlevel.h
50940 ____________________________________________________________________________
50941 [  6784] By: jhi                                   on 2000/08/23  13:58:41
50942         Log: Portability fix from Hugo van der Sanden.
50943      Branch: perl
50944            ! ext/re/Makefile.PL
50945 ____________________________________________________________________________
50946 [  6783] By: jhi                                   on 2000/08/23  13:53:53
50947         Log: Storable support, v-version fixes.
50948              
50949              Subject: CPAN.pm beta for testing available
50950              From: andreas.koenig@anima.de (Andreas J. Koenig)
50951              Date: 22 Aug 2000 23:31:33 +0200
50952              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
50953      Branch: perl
50954            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50955 ____________________________________________________________________________
50956 [  6782] By: jhi                                   on 2000/08/23  13:51:26
50957         Log: Mac and other portability updates from Chris Nandor.
50958      Branch: perl
50959            ! pod/perlmodinstall.pod
50960 ____________________________________________________________________________
50961 [  6781] By: jhi                                   on 2000/08/23  13:47:33
50962         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
50963              From: Peter Prymmer <pvhp@forte.com>
50964              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
50965              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
50966      Branch: perl
50967            ! ext/Storable/Storable.xs
50968 ____________________________________________________________________________
50969 [  6780] By: jhi                                   on 2000/08/23  13:33:34
50970         Log: VMS MMS (make) wants null action.
50971      Branch: perl
50972            ! ext/B/Makefile.PL
50973 ____________________________________________________________________________
50974 [  6779] By: jhi                                   on 2000/08/22  19:44:47
50975         Log: Forgot portability nit.
50976      Branch: perl
50977            ! t/lib/st-forgive.t
50978 ____________________________________________________________________________
50979 [  6778] By: jhi                                   on 2000/08/22  19:35:25
50980         Log: Be portable.
50981      Branch: perl
50982            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
50983            ! t/lib/st-store.t
50984 ____________________________________________________________________________
50985 [  6777] By: jhi                                   on 2000/08/22  18:50:53
50986         Log: Update Changes.
50987      Branch: perl
50988            ! Changes patchlevel.h
50989 ____________________________________________________________________________
50990 [  6776] By: jhi                                   on 2000/08/22  18:44:46
50991         Log: cSVOPo_*v things index into the current PL_curpad
50992              under ithreads, which is different from the curpad
50993              used by the XSUB.  (In other words, the code as-is
50994              before this patch wouldn't work under ithreads.)
50995              From Sarathy.
50996      Branch: perl
50997            ! ext/B/B.xs
50998 ____________________________________________________________________________
50999 [  6775] By: jhi                                   on 2000/08/22  18:18:37
51000         Log: Make the selection of NVff et al stricter.
51001      Branch: metaconfig/U/perl
51002            ! perlxvf.U
51003      Branch: perl
51004            ! Configure config_h.SH
51005 ____________________________________________________________________________
51006 [  6774] By: jhi                                   on 2000/08/22  17:19:42
51007         Log: perldelta nits.
51008      Branch: perl
51009            ! pod/perldelta.pod
51010 ____________________________________________________________________________
51011 [  6773] By: jhi                                   on 2000/08/22  17:06:26
51012         Log: Long double fixes from Spider Boardman.
51013              
51014              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
51015              From: system PRIVILEGED account <root@peano.zk3.dec.com>
51016              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
51017              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
51018      Branch: perl
51019            ! t/lib/bigfltpm.t t/lib/st-06compat.t
51020 ____________________________________________________________________________
51021 [  6772] By: jhi                                   on 2000/08/22  15:04:53
51022         Log: Update Changes.
51023      Branch: perl
51024            ! Changes patchlevel.h
51025 ____________________________________________________________________________
51026 [  6771] By: jhi                                   on 2000/08/22  15:01:44
51027         Log: perldelta fixes from Hugo van der Sanden.
51028      Branch: perl
51029            ! pod/perldelta.pod
51030 ____________________________________________________________________________
51031 [  6770] By: jhi                                   on 2000/08/22  14:34:49
51032         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
51033              From: Hugo <hv@crypt.compulink.co.uk>
51034              Date: Tue, 22 Aug 2000 11:21:53 +0100
51035              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
51036      Branch: perl
51037            ! regcomp.c
51038 ____________________________________________________________________________
51039 [  6769] By: jhi                                   on 2000/08/22  14:30:02
51040         Log: Add Yitzchak, reformat.
51041      Branch: perl
51042            ! Changes config_h.SH
51043 ____________________________________________________________________________
51044 [  6768] By: jhi                                   on 2000/08/22  14:21:35
51045         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
51046              and Spider Boardman.
51047      Branch: metaconfig
51048            ! U/compline/d_gconvert.U
51049      Branch: perl
51050            ! Configure
51051 ____________________________________________________________________________
51052 [  6767] By: jhi                                   on 2000/08/22  14:11:24
51053         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
51054              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51055              Date: Mon, 21 Aug 2000 19:08:31 -0700
51056              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
51057      Branch: perl
51058            - ext/Storable/patchlevel.h
51059            ! MANIFEST ext/Storable/MANIFEST
51060 ____________________________________________________________________________
51061 [  6766] By: jhi                                   on 2000/08/22  13:49:29
51062         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
51063              From: Peter Prymmer <pvhp@forte.com>
51064              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
51065              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
51066      Branch: perl
51067            ! configure.com ext/Storable/Makefile.PL
51068 ____________________________________________________________________________
51069 [  6765] By: jhi                                   on 2000/08/22  13:44:59
51070         Log: Subject: [PATCH blead] B:: missing dependency
51071              From: Hugo <hv@crypt.compulink.co.uk>
51072              Date: Tue, 22 Aug 2000 06:44:33 +0100
51073              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
51074      Branch: perl
51075            ! ext/B/Makefile.PL
51076 ____________________________________________________________________________
51077 [  6764] By: jhi                                   on 2000/08/22  13:38:12
51078         Log: More bytecompiler.
51079      Branch: perl
51080            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
51081 ____________________________________________________________________________
51082 [  6763] By: jhi                                   on 2000/08/22  13:36:44
51083         Log: Bytecompiler patches from Benjamin Stuhl.
51084      Branch: perl
51085            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
51086            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
51087            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
51088            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
51089            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
51090            ! perl.c perlapi.h pod/perldelta.pod
51091 ____________________________________________________________________________
51092 [  6762] By: jhi                                   on 2000/08/21  23:43:40
51093         Log: An obsoleted diagnostic.
51094      Branch: perl
51095            ! pod/perldelta.pod
51096 ____________________________________________________________________________
51097 [  6761] By: jhi                                   on 2000/08/21  23:01:45
51098         Log: The #6759 wasn't quite right.
51099      Branch: perl
51100            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
51101            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
51102            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
51103            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
51104            ! t/lib/st-tieditems.t
51105 ____________________________________________________________________________
51106 [  6760] By: jhi                                   on 2000/08/21  22:35:49
51107         Log: Be verydeepclean.
51108      Branch: perl
51109            ! Makefile.SH
51110 ____________________________________________________________________________
51111 [  6759] By: jhi                                   on 2000/08/21  22:25:40
51112         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
51113              From: Peter Prymmer <pvhp@forte.com>
51114              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
51115              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
51116      Branch: perl
51117            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
51118            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
51119            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
51120            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
51121            ! t/lib/st-tieditems.t
51122 ____________________________________________________________________________
51123 [  6758] By: jhi                                   on 2000/08/21  22:22:32
51124         Log: Few more casts, need reported in
51125              
51126              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
51127              From: Mike Stok <mike@stok.co.uk>
51128              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
51129              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
51130              
51131              and
51132              
51133              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
51134              From: abigail@foad.org
51135              Date: 21 Aug 2000 21:31:34 -0000
51136              Message-Id: <20000821213134.30170.qmail@foad.org>
51137      Branch: perl
51138            ! ext/Storable/Storable.xs
51139 ____________________________________________________________________________
51140 [  6757] By: jhi                                   on 2000/08/21  18:37:07
51141         Log: Update Changes.
51142      Branch: perl
51143            ! Changes patchlevel.h
51144 ____________________________________________________________________________
51145 [  6756] By: jhi                                   on 2000/08/21  18:34:02
51146         Log: A pod nit.
51147              
51148              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
51149              From: <abigail@foad.org>
51150              Date: Mon, 21 Aug 2000 14:00:16 -0400
51151              Message-ID: <20000821180016.28627.qmail@foad.org>
51152      Branch: perl
51153            ! pod/perlre.pod
51154 ____________________________________________________________________________
51155 [  6755] By: jhi                                   on 2000/08/21  18:30:56
51156         Log: Use PodParser 1.18 new test.
51157      Branch: perl
51158            ! t/pod/special_seqs.t t/pod/special_seqs.xr
51159 ____________________________________________________________________________
51160 [  6754] By: jhi                                   on 2000/08/21  18:28:35
51161         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
51162              patches cannot be applied since #6712 conflicts.
51163      Branch: perl
51164            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
51165 ____________________________________________________________________________
51166 [  6753] By: jhi                                   on 2000/08/21  18:15:11
51167         Log: Weed out some smaller changes.
51168      Branch: perl
51169            ! pod/perldelta.pod
51170 ____________________________________________________________________________
51171 [  6752] By: jhi                                   on 2000/08/21  18:02:30
51172         Log: Also under djgpp the timestamps are funky.
51173      Branch: perl
51174            ! t/op/stat.t
51175 ____________________________________________________________________________
51176 [  6751] By: jhi                                   on 2000/08/21  17:55:56
51177         Log: Tweak the floating point output routine preferences.
51178      Branch: metaconfig
51179            ! U/compline/d_gconvert.U
51180      Branch: perl
51181            ! Configure
51182 ____________________________________________________________________________
51183 [  6750] By: jhi                                   on 2000/08/21  17:51:29
51184         Log: Unicos/mk requires elaborate paranoia.
51185      Branch: perl
51186            ! lib/Math/Complex.pm
51187 ____________________________________________________________________________
51188 [  6749] By: gsar                                  on 2000/08/21  16:53:31
51189         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
51190      Branch: perl
51191            ! lib/Cwd.pm
51192 ____________________________________________________________________________
51193 [  6748] By: gsar                                  on 2000/08/21  16:22:19
51194         Log: free TLS slot properly on Windows
51195      Branch: perl
51196            ! thread.h win32/perllib.c win32/win32thread.h
51197 ____________________________________________________________________________
51198 [  6747] By: jhi                                   on 2000/08/21  16:20:58
51199         Log: Rename the macro argument because some preprocessors
51200              can't tell the difference and expand arguments also inside
51201              double quoted strings.
51202      Branch: perl
51203            ! regcomp.c
51204 ____________________________________________________________________________
51205 [  6746] By: jhi                                   on 2000/08/21  16:09:41
51206         Log: Support long doubles in Storable.
51207              
51208              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
51209              From: Radu Greab <radu@netsoft.ro>
51210              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
51211              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
51212      Branch: perl
51213            ! ext/Storable/Storable.xs
51214 ____________________________________________________________________________
51215 [  6745] By: jhi                                   on 2000/08/21  15:51:40
51216         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
51217              From: "Fifer, Eric" <EFifer@sanwaint.com>
51218              Date: Mon, 21 Aug 2000 15:34:49 +0100
51219              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
51220      Branch: perl
51221            ! t/pragma/warn/9enabled
51222 ____________________________________________________________________________
51223 [  6744] By: jhi                                   on 2000/08/21  15:39:35
51224         Log: Document the endianness of Alpha more precisely.
51225      Branch: perl
51226            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
51227            ! pod/perlport.pod
51228 ____________________________________________________________________________
51229 [  6743] By: jhi                                   on 2000/08/21  14:47:05
51230         Log: perldelta fixes from the p5p crowd.
51231      Branch: perl
51232            ! pod/perldelta.pod pod/perlop.pod
51233 ____________________________________________________________________________
51234 [  6742] By: jhi                                   on 2000/08/21  13:34:51
51235         Log: Update to Pod::LaTeX 0.53.
51236              
51237              Subject: [PATCH] lib/Pod/LaTeX.pm updates
51238              From: Tim Jenness <timj@jach.hawaii.edu>
51239              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
51240              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
51241      Branch: perl
51242            ! lib/Pod/LaTeX.pm
51243 ____________________________________________________________________________
51244 [  6741] By: jhi                                   on 2000/08/21  13:33:01
51245         Log: Subject: [PATCH] os2.c fix for use64bitint
51246              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51247              Date: Mon, 21 Aug 2000 01:32:25 -0700
51248              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
51249      Branch: perl
51250            ! os2/os2.c
51251 ____________________________________________________________________________
51252 [  6740] By: jhi                                   on 2000/08/21  13:28:52
51253         Log: Array context keeps slithering in.
51254              
51255              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
51256              From: Daniel Chetlin <daniel@chetlin.com>
51257              Date: Sun, 20 Aug 2000 21:40:25 -0700
51258              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
51259      Branch: perl
51260            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
51261            ! pod/perldebtut.pod
51262 ____________________________________________________________________________
51263 [  6739] By: jhi                                   on 2000/08/21  13:23:55
51264         Log: Big-endian quad fixes for Storable from Radu Greab,
51265              plus few explicit null casts for picky compilers.
51266      Branch: perl
51267            ! ext/Storable/Storable.xs
51268 ____________________________________________________________________________
51269 [  6738] By: gsar                                  on 2000/08/21  05:56:13
51270         Log: small tweaks for change#6705: avoid C++ style comments in C code;
51271              use Perl's malloc API rather than the low level system one
51272      Branch: perl
51273            ! win32/win32.c
51274 ____________________________________________________________________________
51275 [  6737] By: gsar                                  on 2000/08/21  05:35:41
51276         Log: add Storable to list of extensions on Windows
51277      Branch: perl
51278            ! win32/Makefile win32/makefile.mk
51279 ____________________________________________________________________________
51280 [  6736] By: jhi                                   on 2000/08/21  02:57:53
51281         Log: Update Changes.
51282      Branch: perl
51283            ! Changes patchlevel.h
51284 ____________________________________________________________________________
51285 [  6735] By: jhi                                   on 2000/08/21  02:57:20
51286         Log: Draft 0.
51287      Branch: perl
51288            ! pod/perldelta.pod
51289 ____________________________________________________________________________
51290 [  6734] By: jhi                                   on 2000/08/21  02:57:03
51291         Log: Add Storable 0.7.2 from Raphael Manfredi,
51292              plus the patch from
51293              
51294              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
51295              From: Radu Greab <radu@netsoft.ro>
51296              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
51297              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
51298              
51299              plus changes to get Storable to compile with
51300              picky ANSI compilers.
51301      Branch: perl
51302            + ext/Storable/ChangeLog ext/Storable/MANIFEST
51303            + ext/Storable/Makefile.PL ext/Storable/README
51304            + ext/Storable/Storable.pm ext/Storable/Storable.xs
51305            + ext/Storable/patchlevel.h t/lib/st-06compat.t
51306            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
51307            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
51308            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
51309            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
51310            + t/lib/st-tieditems.t
51311            ! MANIFEST
51312 ____________________________________________________________________________
51313 [  6733] By: jhi                                   on 2000/08/21  02:29:09
51314         Log: The correct cleaning order is an art.
51315      Branch: perl
51316            ! Makefile.SH
51317 ____________________________________________________________________________
51318 [  6732] By: jhi                                   on 2000/08/21  01:23:39
51319         Log: The #6724 is here.
51320      Branch: perl
51321            ! t/lib/ftmp-security.t
51322 ____________________________________________________________________________
51323 [  6731] By: jhi                                   on 2000/08/20  23:17:03
51324         Log: s/this one/the 5.6.0 release/
51325      Branch: perl
51326            ! pod/perl56delta.pod
51327 ____________________________________________________________________________
51328 [  6730] By: jhi                                   on 2000/08/20  23:07:34
51329         Log: Mention perlebcdic and perlposix-bc.
51330      Branch: perl
51331            ! pod/perlport.pod
51332 ____________________________________________________________________________
51333 [  6729] By: jhi                                   on 2000/08/20  21:32:59
51334         Log: Document the number of exponent digits.
51335      Branch: perl
51336            ! pod/perlfunc.pod
51337 ____________________________________________________________________________
51338 [  6728] By: jhi                                   on 2000/08/20  21:16:47
51339         Log: Use File::Spec->tmpdir().
51340              
51341              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
51342              From: Tim Jenness <timj@jach.hawaii.edu>
51343              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
51344              MIME-Version: 1.0
51345              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
51346      Branch: perl
51347            ! utils/perlbug.PL
51348 ____________________________________________________________________________
51349 [  6727] By: jhi                                   on 2000/08/20  20:43:32
51350         Log: Update Changes.
51351      Branch: perl
51352            ! Changes patchlevel.h
51353 ____________________________________________________________________________
51354 [  6726] By: jhi                                   on 2000/08/20  20:41:44
51355         Log: The veryclean target needs to clobber.
51356      Branch: perl
51357            ! Makefile.SH
51358 ____________________________________________________________________________
51359 [  6725] By: jhi                                   on 2000/08/20  20:37:38
51360         Log: Document odd vs even subreleases and -Dusedevel.
51361      Branch: perl
51362            ! INSTALL
51363 ____________________________________________________________________________
51364 [  6724] By: jhi                                   on 2000/08/20  19:58:05
51365         Log: Use temporary directory instead of current directory.
51366              
51367              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
51368              From: Tim Jenness <timj@jach.hawaii.edu>
51369              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
51370              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
51371      Branch: perl
51372            ! t/lib/ftmp-security.t
51373 ____________________________________________________________________________
51374 [  6723] By: jhi                                   on 2000/08/20  19:55:55
51375         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
51376              From: andreas.koenig@anima.de (Andreas J. Koenig)
51377              Date: 20 Aug 2000 15:52:03 +0200
51378              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
51379      Branch: perl
51380            ! lib/ExtUtils/MM_Unix.pm
51381 ____________________________________________________________________________
51382 [  6722] By: jhi                                   on 2000/08/20  19:46:01
51383         Log: Update to CGI 2.72, from Lincoln Stein.
51384      Branch: perl
51385            ! lib/CGI.pm
51386 ____________________________________________________________________________
51387 [  6721] By: jhi                                   on 2000/08/20  19:43:54
51388         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
51389              From: Radu Greab <radu@netsoft.ro>
51390              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
51391              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
51392      Branch: perl
51393            ! ext/GDBM_File/GDBM_File.xs
51394 ____________________________________________________________________________
51395 [  6720] By: jhi                                   on 2000/08/20  19:42:01
51396         Log: pp_open() could pass an uninitialized filename down to do_open9().
51397      Branch: perl
51398            ! pp_sys.c
51399 ____________________________________________________________________________
51400 [  6719] By: jhi                                   on 2000/08/20  14:06:41
51401         Log: UTF8 concat fixes.
51402              
51403              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
51404              From: Hugo <hv@crypt.compulink.co.uk>
51405              Date: Sun, 20 Aug 2000 07:30:46 +0100
51406              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
51407      Branch: perl
51408            ! pp_hot.c t/op/append.t
51409 ____________________________________________________________________________
51410 [  6718] By: jhi                                   on 2000/08/20  02:09:37
51411         Log: Let's try #6717 again.
51412      Branch: perl
51413            ! lib/File/Temp.pm
51414 ____________________________________________________________________________
51415 [  6717] By: jhi                                   on 2000/08/20  01:56:55
51416         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
51417              From: "Craig A. Berry" <craig.berry@metamorgs.com>
51418              Date: Sat, 19 Aug 2000 18:15:39 -0500
51419              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
51420      Branch: perl
51421            ! lib/File/Temp.pm
51422 ____________________________________________________________________________
51423 [  6716] By: jhi                                   on 2000/08/19  15:50:11
51424         Log: Update Changes.
51425      Branch: perl
51426            ! Changes patchlevel.h
51427 ____________________________________________________________________________
51428 [  6715] By: jhi                                   on 2000/08/19  15:39:09
51429         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
51430              From: Jonathan D Johnston <jdjohnston2@juno.com>
51431              Date: Thu, 17 Aug 2000 23:13:01 -0400       
51432              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
51433      Branch: perl
51434            ! pod/perlfunc.pod
51435 ____________________________________________________________________________
51436 [  6714] By: jhi                                   on 2000/08/19  15:34:04
51437         Log: Introduce a 'veryclean' target that is like 'distclean'
51438              but also removes *~ and *.orig.
51439      Branch: perl
51440            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
51441            ! utils/Makefile x2p/Makefile.SH
51442 ____________________________________________________________________________
51443 [  6713] By: jhi                                   on 2000/08/19  14:15:45
51444         Log: Put back the long double avoidance code to POSIX.xs
51445              because VMS seems to need it still.
51446      Branch: perl
51447            ! ext/POSIX/POSIX.xs
51448 ____________________________________________________________________________
51449 [  6712] By: jhi                                   on 2000/08/19  14:10:41
51450         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
51451              From: Peter Prymmer <pvhp@forte.com>
51452              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
51453              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
51454      Branch: perl
51455            ! lib/Pod/Find.pm t/pod/find.t
51456 ____________________________________________________________________________
51457 [  6711] By: jhi                                   on 2000/08/19  14:09:19
51458         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
51459              From: Peter Prymmer <pvhp@forte.com>
51460              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
51461              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
51462              cc: vmsperl@perl.org
51463      Branch: perl
51464            ! t/lib/peek.t
51465 ____________________________________________________________________________
51466 [  6710] By: jhi                                   on 2000/08/19  14:08:01
51467         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
51468              From: Jan Dubois <jand@ActiveState.com>
51469              Date: Fri, 18 Aug 2000 16:31:48 -0700
51470              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
51471      Branch: perl
51472            ! win32/win32.c
51473 ____________________________________________________________________________
51474 [  6709] By: jhi                                   on 2000/08/19  14:06:57
51475         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
51476              
51477              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
51478              From: Spider.Boardman@Orb.Nashua.NH.US
51479              Date: Fri, 18 Aug 2000 18:41:14 -0400
51480              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
51481      Branch: perl
51482            ! regcomp.c
51483 ____________________________________________________________________________
51484 [  6708] By: jhi                                   on 2000/08/18  22:04:49
51485         Log: Update Changes.
51486      Branch: perl
51487            ! Changes patchlevel.h
51488 ____________________________________________________________________________
51489 [  6707] By: jhi                                   on 2000/08/18  21:55:14
51490         Log: Add warnif(), check warnings further up the stack,
51491              all the warnings functions now can take an optional object reference.
51492              
51493              Subject: [PATCH bleedperl@6691] warnings pragma update
51494              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
51495              Date: Fri, 18 Aug 2000 22:42:06 +0100
51496              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
51497      Branch: perl
51498            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
51499            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
51500            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
51501 ____________________________________________________________________________
51502 [  6706] By: jhi                                   on 2000/08/18  21:41:45
51503         Log: Typo in pp_complement().
51504              
51505              Subject: [PATCH perl-current] Deparse
51506              From: Peter Scott <Peter@PSDT.com>
51507              Date: Fri, 18 Aug 2000 12:44:37 -0700
51508              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
51509      Branch: perl
51510            ! ext/B/B/Deparse.pm
51511 ____________________________________________________________________________
51512 [  6705] By: jhi                                   on 2000/08/18  21:25:59
51513         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
51514              From: Jan Dubois <jand@ActiveState.com>
51515              Date: Fri, 18 Aug 2000 14:22:51 -0700
51516              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
51517      Branch: perl
51518            ! lib/Win32.pod win32/win32.c
51519 ____________________________________________________________________________
51520 [  6704] By: jhi                                   on 2000/08/18  21:16:14
51521         Log: Don't eat leading os from index entries.
51522              
51523              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
51524              From: Russ Allbery <rra@stanford.edu>
51525              Date: 10 Aug 2000 20:49:25 -0700
51526              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
51527      Branch: perl
51528            ! lib/Pod/Man.pm
51529 ____________________________________________________________________________
51530 [  6703] By: jhi                                   on 2000/08/18  21:07:06
51531         Log: Add [[:blank:]] as suggested in
51532              
51533              Subject: [ID 20000716.024] [=cc=] / [:blank:]
51534              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
51535              Date: Sun, 16 Jul 2000 17:55:29 -0700
51536              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
51537              
51538              (the [=cc=] has already been taken care of by #6439
51539              so the whole bug report can be closed)
51540              
51541              and make [[:space:]] to be equivalent to isspace(3)
51542              (as opposed to \s, which is isSPACE()).  The difference
51543              is that now [[:space:]] matches the mythical vertical tab,
51544              while \s doesn't.
51545      Branch: perl
51546            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
51547            ! regexec.c t/op/pat.t
51548 ____________________________________________________________________________
51549 [  6702] By: jhi                                   on 2000/08/18  18:47:47
51550         Log: The new tests were missing from #6415.
51551      Branch: perl
51552            ! t/op/bop.t
51553 ____________________________________________________________________________
51554 [  6701] By: jhi                                   on 2000/08/18  18:20:40
51555         Log: Document the NDBM_File and ODBM_File as SDBM_File
51556              was documented in #6417.
51557      Branch: perl
51558            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
51559            ! ext/SDBM_File/SDBM_File.pm
51560 ____________________________________________________________________________
51561 [  6700] By: jhi                                   on 2000/08/18  18:10:39
51562         Log: Subject: [PATCH perl@6698] cygwin port
51563              From: "Fifer, Eric" <EFifer@sanwaint.com>
51564              Date: Fri, 18 Aug 2000 17:30:05 +0100
51565              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
51566      Branch: perl
51567            ! lib/File/Temp.pm
51568 ____________________________________________________________________________
51569 [  6699] By: jhi                                   on 2000/08/18  16:21:49
51570         Log: Document code point which makes if (defined %stash::) to work
51571              (noted by Spider Boardman).
51572      Branch: perl
51573            ! op.c
51574 ____________________________________________________________________________
51575 [  6698] By: jhi                                   on 2000/08/18  13:43:27
51576         Log: Update Changes.
51577      Branch: perl
51578            ! Changes patchlevel.h
51579 ____________________________________________________________________________
51580 [  6697] By: jhi                                   on 2000/08/18  13:35:57
51581         Log: Tiny Getopt::Long patch from Johan Vromans.
51582      Branch: perl
51583            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
51584 ____________________________________________________________________________
51585 [  6696] By: jhi                                   on 2000/08/18  13:26:14
51586         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
51587              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
51588              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
51589              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
51590      Branch: perl
51591            ! pod/perldiag.pod pod/perlsyn.pod
51592 ____________________________________________________________________________
51593 [  6695] By: jhi                                   on 2000/08/18  13:13:26
51594         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
51595              From: Daniel Chetlin <daniel@chetlin.com>
51596              Date: Fri, 18 Aug 2000 03:13:36 -0700
51597              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
51598      Branch: perl
51599            ! pod/perlfunc.pod
51600 ____________________________________________________________________________
51601 [  6694] By: jhi                                   on 2000/08/18  13:08:05
51602         Log: Subject: [PATCH] perltrap.pod spring cleaning
51603              From: Daniel Chetlin <daniel@chetlin.com>
51604              Date: Fri, 18 Aug 2000 03:06:54 -0700
51605              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
51606              
51607              plus Mike Guy's nitfix.
51608      Branch: perl
51609            ! pod/perltrap.pod
51610 ____________________________________________________________________________
51611 [  6693] By: jhi                                   on 2000/08/18  13:00:26
51612         Log: Unbuffer the output.
51613              
51614              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
51615              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51616              Date: Thu, 17 Aug 2000 18:39:29 -0700
51617              Message-ID: <RPJn5gzkgydf092yn@efn.org>
51618      Branch: perl
51619            ! t/op/fork.t
51620 ____________________________________________________________________________
51621 [  6692] By: jhi                                   on 2000/08/18  05:19:17
51622         Log: Delete the image, too, not just its MANIFEStation.
51623      Branch: perl
51624            - lib/CGI/eg/wilogo.gif
51625 ____________________________________________________________________________
51626 [  6691] By: jhi                                   on 2000/08/18  05:10:26
51627         Log: Propagate new Configure vars.
51628      Branch: perl
51629            ! configure.com epoc/config.sh uconfig.h uconfig.sh
51630            ! vos/config.def vos/config.h vos/config_h.SH_orig
51631            ! win32/config.bc win32/config.gc win32/config.vc
51632            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51633 ____________________________________________________________________________
51634 [  6690] By: jhi                                   on 2000/08/18  04:30:56
51635         Log: Update Changes.
51636      Branch: perl
51637            ! Changes patchlevel.h
51638 ____________________________________________________________________________
51639 [  6689] By: jhi                                   on 2000/08/18  04:12:30
51640         Log: Fix the lib/complex failure of
51641              
51642              From: abigail@foad.org
51643              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
51644              Date: 15 Aug 2000 04:06:38 -0000
51645              Message-Id: <20000815040638.8524.qmail@foad.org> 
51646              
51647              Linux long double accuracy issue: something that
51648              when printed with %g looks like "2" but int() of it is 1.
51649      Branch: perl
51650            ! lib/Math/Complex.pm
51651 ____________________________________________________________________________
51652 [  6688] By: jhi                                   on 2000/08/18  03:15:35
51653         Log: The byteorder code in #6671 was wrong.
51654      Branch: perl
51655            ! configpm
51656 ____________________________________________________________________________
51657 [  6687] By: jhi                                   on 2000/08/18  02:08:42
51658         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
51659              From: Jan Dubois <jand@ActiveState.com>
51660              Date: Thu, 17 Aug 2000 18:31:55 -0700
51661              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
51662      Branch: perl
51663            ! sv.c
51664 ____________________________________________________________________________
51665 [  6686] By: jhi                                   on 2000/08/18  02:04:15
51666         Log: Use NVs in POSIX math, not doubles.
51667              
51668              From: abigail@foad.org
51669              Subject: [ID 20000817.014] POSIX & modfl
51670              Date: 17 Aug 2000 20:49:18 -0000
51671              Message-Id: <20000817204918.23123.qmail@foad.org>
51672      Branch: perl
51673            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
51674 ____________________________________________________________________________
51675 [  6685] By: jhi                                   on 2000/08/18  02:02:12
51676         Log: Introduce NVef, NVff, and NVgf, use the middle one.
51677              (helps for lib/peek + Linux + long doubles)  Reported in
51678              
51679              From: abigail@foad.org
51680              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
51681              Date: 15 Aug 2000 04:06:38 -0000
51682              Message-Id: <20000815040638.8524.qmail@foad.org> 
51683              
51684              (note: the lib/complex failure has not yet been addressed)
51685      Branch: metaconfig/U/perl
51686            ! perlxvf.U
51687      Branch: perl
51688            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51689            ! config_h.SH dump.c perl.h pod/perlguts.pod
51690 ____________________________________________________________________________
51691 [  6684] By: jhi                                   on 2000/08/17  23:22:19
51692         Log: Add byteorder to the myconfig output.
51693      Branch: perl
51694            ! myconfig.SH
51695 ____________________________________________________________________________
51696 [  6683] By: jhi                                   on 2000/08/17  23:20:19
51697         Log: The image doth not exist, spotted by Johan Vromans.
51698      Branch: perl
51699            ! MANIFEST
51700 ____________________________________________________________________________
51701 [  6682] By: jhi                                   on 2000/08/17  22:38:16
51702         Log: Document what the backtick returns if the command fails.
51703      Branch: perl
51704            ! pod/perlop.pod
51705 ____________________________________________________________________________
51706 [  6681] By: jhi                                   on 2000/08/17  22:33:12
51707         Log: Do not use prototyping here.
51708              
51709              Subject: [ID 20000817.016] [PATCH] Peek.xs
51710              From: abigail@foad.org
51711              Date: 17 Aug 2000 20:55:56 -0000
51712              Message-Id: <20000817205556.24270.qmail@foad.org>
51713      Branch: perl
51714            ! ext/Devel/Peek/Makefile.PL
51715 ____________________________________________________________________________
51716 [  6680] By: jhi                                   on 2000/08/17  19:46:43
51717         Log: Don't propose using modules built for 5.005 if no binary
51718              compatibility with 5.005 is attempted.
51719              
51720              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
51721              Subject: Minor nit with 5.7.0 (6655)
51722              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
51723              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
51724      Branch: metaconfig
51725            ! U/installdirs/inc_version_list.U
51726      Branch: perl
51727            ! Configure config_h.SH
51728 ____________________________________________________________________________
51729 [  6679] By: jhi                                   on 2000/08/17  19:16:39
51730         Log: Microperl config update.
51731      Branch: perl
51732            ! uconfig.h uconfig.sh
51733 ____________________________________________________________________________
51734 [  6678] By: jhi                                   on 2000/08/17  19:16:13
51735         Log: The #6648 wasn't protective enough for limited platforms
51736              (like microperl).
51737      Branch: perl
51738            ! dump.c sv.c
51739 ____________________________________________________________________________
51740 [  6677] By: jhi                                   on 2000/08/17  14:46:35
51741         Log: Update Changes.
51742      Branch: perl
51743            ! Changes patchlevel.h
51744 ____________________________________________________________________________
51745 [  6676] By: jhi                                   on 2000/08/17  14:44:02
51746         Log: Add perlebcdic from Peter Prymmer, regen toc.
51747      Branch: perl
51748            + pod/perlebcdic.pod
51749            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
51750 ____________________________________________________________________________
51751 [  6675] By: jhi                                   on 2000/08/17  14:41:52
51752         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
51753      Branch: perl
51754            ! pod/perldebtut.pod
51755 ____________________________________________________________________________
51756 [  6674] By: jhi                                   on 2000/08/17  14:29:43
51757         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
51758              
51759              Subject: [ID 20000724.006] -DLEAKTEST problem
51760              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
51761              Date: Tue, 25 Jul 2000 00:36:32 -0500
51762              Message-Id: <20000725003632.A26186@www.llamacom.com>
51763              
51764              Reminder sent
51765              
51766              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
51767              From: Hugo <hv@crypt.compulink.co.uk>
51768              Date: Thu, 17 Aug 2000 15:23:42 +0100
51769              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
51770      Branch: perl
51771            ! util.c
51772 ____________________________________________________________________________
51773 [  6673] By: jhi                                   on 2000/08/17  04:07:10
51774         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
51775              From: John Peacock <JPeacock@UnivPress.com>
51776              Date: Tue, 01 Aug 2000 09:38:12 -0400
51777              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
51778      Branch: perl
51779            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
51780 ____________________________________________________________________________
51781 [  6672] By: jhi                                   on 2000/08/17  03:04:35
51782         Log: Subject: [PATCH] Cwd.pm now uses strict
51783              From: Tim Jenness <timj@jach.hawaii.edu>
51784              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
51785              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
51786      Branch: perl
51787            ! lib/Cwd.pm
51788 ____________________________________________________________________________
51789 [  6671] By: jhi                                   on 2000/08/17  02:16:35
51790         Log: Make $Config{byteorder} more magical so that it is
51791              dynamically computed: nice for 'fat binaries'.
51792              
51793              Subject: [PATCH]: default byteorder
51794              From: Wilfredo Sánchez <wsanchez@apple.com>
51795              Date: Mon, 31 Jul 2000 19:45:31 -0700
51796              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
51797      Branch: perl
51798            ! configpm
51799 ____________________________________________________________________________
51800 [  6670] By: gsar                                  on 2000/08/17  01:22:21
51801         Log: move WNOHANG definition to where other such things are
51802      Branch: perl
51803            ! win32/win32.h
51804 ____________________________________________________________________________
51805 [  6669] By: jhi                                   on 2000/08/17  01:19:17
51806         Log: Update Changes.
51807      Branch: perl
51808            ! Changes patchlevel.h
51809 ____________________________________________________________________________
51810 [  6668] By: jhi                                   on 2000/08/17  01:16:29
51811         Log: Doc nits spotted by Richard Soderberg.
51812      Branch: perl
51813            ! README.posix-bc README.vmesa
51814 ____________________________________________________________________________
51815 [  6667] By: jhi                                   on 2000/08/17  01:12:11
51816         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
51817              From: "Casey R. Tweten" <crt@kiski.net>
51818              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
51819              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
51820      Branch: perl
51821            ! pod/perldebtut.pod
51822 ____________________________________________________________________________
51823 [  6666] By: jhi                                   on 2000/08/17  01:09:31
51824         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
51825              From: "Casey R. Tweten" <crt@kiski.net>
51826              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
51827              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
51828      Branch: perl
51829            ! lib/Shell.pm
51830 ____________________________________________________________________________
51831 [  6665] By: gsar                                  on 2000/08/17  01:03:52
51832         Log: add "ok" targets from change#6632 in makefile.mk
51833      Branch: perl
51834            ! pod/perlport.pod win32/Makefile win32/makefile.mk
51835 ____________________________________________________________________________
51836 [  6664] By: gsar                                  on 2000/08/17  00:56:11
51837         Log: avoid warnings from dense compiler
51838      Branch: perl
51839            ! win32/win32.c
51840 ____________________________________________________________________________
51841 [  6663] By: jhi                                   on 2000/08/17  00:51:49
51842         Log: Tweak the regex compilation errors once more.
51843      Branch: perl
51844            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
51845            ! t/op/regmesg.t t/pragma/warn/regcomp
51846 ____________________________________________________________________________
51847 [  6662] By: gsar                                  on 2000/08/17  00:28:19
51848         Log: trailing new %ENV entries weren't being pushed into the real
51849              environment of subprocesses on Windows
51850      Branch: perl
51851            ! t/op/magic.t win32/perlhost.h
51852 ____________________________________________________________________________
51853 [  6661] By: gsar                                  on 2000/08/17  00:19:20
51854         Log: waitpid() now handles externally spawned pids correctly;
51855              fixes for backtick/wait/waitpid failures on Windows 9x
51856              
51857              these changes make the pid returned by process functions on
51858              Windows 9x always positive by clearing the high bit (which
51859              is always set on Win9x); pseudo-process PIDs are likewise
51860              always negative now on Win9x (just as on NT/2000)
51861      Branch: perl
51862            ! pp_sys.c win32/perlhost.h win32/win32.c
51863 ____________________________________________________________________________
51864 [  6660] By: jhi                                   on 2000/08/17  00:04:32
51865         Log: Retract #6645.
51866      Branch: perl
51867            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51868            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
51869            ! t/op/sprintf.t
51870 ____________________________________________________________________________
51871 [  6659] By: gsar                                  on 2000/08/16  23:59:28
51872         Log: on windows, the return values from wait() and waitpid() don't
51873              match those of pseudo-pids
51874      Branch: perl
51875            ! pp_sys.c t/op/fork.t util.c win32/win32.c
51876 ____________________________________________________________________________
51877 [  6658] By: gsar                                  on 2000/08/16  23:56:14
51878         Log: pod nit seen in passing
51879      Branch: perl
51880            ! pod/perlfunc.pod
51881 ____________________________________________________________________________
51882 [  6657] By: gsar                                  on 2000/08/16  23:53:42
51883         Log: change#6328 could make close(SOCKET) return false on windows
51884              when it shouldn't
51885      Branch: perl
51886            ! win32/win32sck.c
51887 ____________________________________________________________________________
51888 [  6656] By: gsar                                  on 2000/08/16  23:46:57
51889         Log: check that the number pseudo children doesn't exceed
51890              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
51891              the WaitForMultipleObjects() limit that would cause wait()
51892              to crash)
51893              
51894              wait() and waitpid() could potentially be rewritten to use
51895              more than one thread to do the waiting to eliminate this
51896              limitation
51897      Branch: perl
51898            ! win32/perlhost.h
51899 ____________________________________________________________________________
51900 [  6655] By: jhi                                   on 2000/08/16  14:11:05
51901         Log: Update Changes.
51902      Branch: perl
51903            ! Changes patchlevel.h
51904 ____________________________________________________________________________
51905 [  6654] By: jhi                                   on 2000/08/16  14:10:12
51906         Log: Update to perldebtut 1.9, from Richard Foley.
51907      Branch: perl
51908            ! pod/perldebtut.pod
51909 ____________________________________________________________________________
51910 [  6653] By: jhi                                   on 2000/08/16  14:08:17
51911         Log: Change the regx compilation error markers to use = instead of <
51912              since pod makes using the latter quite messy.  Reported in
51913              ID 20000814.006 by Abigail and in
51914              Subject: Unknown escape E<> ?
51915              From: Lupe Christoph <lupe@lupe-christoph.de>
51916              Date: Fri, 11 Aug 2000 00:30:27 +0200
51917              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
51918      Branch: perl
51919            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
51920            ! t/op/regmesg.t t/pragma/warn/regcomp
51921 ____________________________________________________________________________
51922 [  6652] By: jhi                                   on 2000/08/16  13:25:31
51923         Log: Change the perlbug address to perl.org since it's more forgiving.
51924              
51925              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
51926              From: abigail@foad.org
51927              Date: 15 Aug 2000 04:15:40 -0000
51928              Message-Id: <20000815041540.8633.qmail@foad.org>
51929      Branch: perl
51930            ! utils/perlbug.PL
51931 ____________________________________________________________________________
51932 [  6651] By: jhi                                   on 2000/08/16  13:22:35
51933         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
51934              From: Tim Jenness <timj@jach.hawaii.edu>
51935              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
51936              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
51937      Branch: perl
51938            ! lib/Cwd.pm
51939 ____________________________________________________________________________
51940 [  6650] By: jhi                                   on 2000/08/16  13:18:13
51941         Log: Update to CPAN 1.57.
51942              
51943              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
51944              From: andreas.koenig@anima.de (Andreas J. Koenig)
51945              Date: 16 Aug 2000 15:09:46 +0200
51946              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
51947      Branch: perl
51948            ! lib/CPAN.pm
51949 ____________________________________________________________________________
51950 [  6649] By: jhi                                   on 2000/08/16  13:12:31
51951         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
51952              From: "Larry W. Virden" <lvirden@cas.org>
51953              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
51954              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
51955      Branch: perl
51956            ! README.hpux
51957 ____________________________________________________________________________
51958 [  6648] By: jhi                                   on 2000/08/16  13:03:53
51959         Log: The numeric locale was reset to "C" by s?printf and never restored.
51960              
51961              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
51962              From: Christian Kirsch <ck@held.mind.de>
51963              Date: Wed, 9 Aug 2000 17:05:17 +0200
51964              Message-Id: <20000809170517.A25389@held>
51965              
51966              No test since adding the failing example to locale.t
51967              does not fail -- probably because the locale settings are so
51968              thoroughly tweaked by that time.  Running the example standalone
51969              does fail, though.  UPDATE: test case added at change #7540.
51970      Branch: perl
51971            ! dump.c perl.h pp.c pp_ctl.c sv.c
51972 ____________________________________________________________________________
51973 [  6647] By: jhi                                   on 2000/08/16  00:07:54
51974         Log: Update Changes and test semi-automatic patchlevel updating.
51975      Branch: perl
51976            ! Changes patchlevel.h
51977 ____________________________________________________________________________
51978 [  6646] By: jhi                                   on 2000/08/15  23:35:07
51979         Log: Fix a dependency problem.
51980              
51981              Subject: [PATCH: 6640] VMS Makefile.SH update
51982              From: Peter Prymmer <pvhp@forte.com>
51983              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
51984              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
51985      Branch: perl
51986            ! vms/descrip_mms.template
51987 ____________________________________________________________________________
51988 [  6645] By: jhi                                   on 2000/08/15  23:33:23
51989         Log: (Retracted by #6660)
51990              
51991              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
51992              From: Dominic Dunlop <domo@computer.org>
51993              Date: Tue, 15 Aug 2000 22:20:52 +0200
51994              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
51995      Branch: metaconfig/U/perl
51996            + d_printfed.U
51997      Branch: perl
51998            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51999            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
52000            ! t/op/sprintf.t
52001 ____________________________________________________________________________
52002 [  6644] By: jhi                                   on 2000/08/15  21:17:20
52003         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
52004              From: abigail@foad.org
52005              Date: 15 Aug 2000 20:12:41 -0000
52006              Message-Id: <20000815201241.25556.qmail@foad.org>
52007      Branch: perl
52008            ! INSTALL
52009 ____________________________________________________________________________
52010 [  6643] By: jhi                                   on 2000/08/15  21:15:28
52011         Log: (an already applied patch)
52012      Branch: perl
52013            ! lib/CGI.pm
52014 ____________________________________________________________________________
52015 [  6642] By: gsar                                  on 2000/08/15  19:54:05
52016         Log: magic callbacks all need to have same type signature
52017      Branch: perl
52018            ! embed.pl mg.c proto.h
52019 ____________________________________________________________________________
52020 [  6641] By: jhi                                   on 2000/08/15  17:56:27
52021         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)
52022              From: Mike Guy <mjtg@cam.ac.uk>
52023              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
52024              Date: Tue, 15 Aug 2000 18:26:45 +0100
52025              
52026              Only the peek.t part applied, not the hash quality part.
52027      Branch: perl
52028            ! t/lib/peek.t
52029 ____________________________________________________________________________
52030 [  6640] By: jhi                                   on 2000/08/15  16:37:37
52031         Log: Update Changes.
52032      Branch: perl
52033            ! Changes
52034 ____________________________________________________________________________
52035 [  6639] By: jhi                                   on 2000/08/15  16:34:55
52036         Log: Missed a file from #6638.
52037      Branch: perl
52038            ! lib/File/Temp.pm
52039 ____________________________________________________________________________
52040 [  6638] By: jhi                                   on 2000/08/15  16:33:19
52041         Log: Subject: [PATCH perl@6620] cygwin port
52042              From: "Fifer, Eric" <EFifer@sanwaint.com>
52043              Date: Tue, 15 Aug 2000 17:00:49 +0100
52044              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
52045      Branch: perl
52046            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
52047 ____________________________________________________________________________
52048 [  6637] By: jhi                                   on 2000/08/15  16:29:22
52049         Log: Subject: [PATCH] debugger exit code should reflect user exit code
52050              From: Mike Guy <mjtg@cam.ac.uk>
52051              Date: Tue, 15 Aug 2000 16:55:59 +0100
52052              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
52053      Branch: perl
52054            ! lib/perl5db.pl
52055 ____________________________________________________________________________
52056 [  6636] By: jhi                                   on 2000/08/15  15:30:58
52057         Log: Update Changes.
52058      Branch: perl
52059            ! Changes
52060 ____________________________________________________________________________
52061 [  6635] By: jhi                                   on 2000/08/15  15:27:21
52062         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
52063      Branch: metaconfig
52064            ! U/mkglossary U/mksample
52065      Branch: metaconfig/U/perl
52066            ! Devel.U
52067      Branch: perl
52068            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52069 ____________________________________________________________________________
52070 [  6634] By: jhi                                   on 2000/08/15  14:11:55
52071         Log: Don't blow limited stacks, a lower number is enough to
52072              tickle the lookbehind limit.
52073              
52074              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
52075              From: Dominic Dunlop <domo@computer.org>
52076              Date: Tue, 15 Aug 2000 13:51:24 +0200
52077              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
52078      Branch: perl
52079            ! t/op/regmesg.t
52080 ____________________________________________________________________________
52081 [  6633] By: jhi                                   on 2000/08/15  14:01:46
52082         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
52083              From: Mike Guy <mjtg@cam.ac.uk>
52084              Date: Tue, 15 Aug 2000 12:10:50 +0100
52085              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
52086      Branch: perl
52087            ! utils/perldoc.PL
52088 ____________________________________________________________________________
52089 [  6632] By: jhi                                   on 2000/08/15  13:58:48
52090         Log: make ok etc also for win32.
52091              
52092              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
52093              From: Prymmer/Kahn <pvhp@best.com>
52094              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
52095              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
52096      Branch: perl
52097            ! win32/Makefile
52098 ____________________________________________________________________________
52099 [  6631] By: jhi                                   on 2000/08/15  13:45:03
52100         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
52101      Branch: perl
52102            ! lib/Test.pm
52103 ____________________________________________________________________________
52104 [  6630] By: jhi                                   on 2000/08/15  03:25:09
52105         Log: Update Changes.
52106      Branch: perl
52107            ! Changes
52108 ____________________________________________________________________________
52109 [  6629] By: jhi                                   on 2000/08/15  03:23:53
52110         Log: magic_regdatum_set() is void, not int.
52111      Branch: perl
52112            ! embed.pl mg.c proto.h
52113 ____________________________________________________________________________
52114 [  6628] By: jhi                                   on 2000/08/15  03:08:02
52115         Log: Make the user to give up his firstborn, err, to knowingly
52116              verify installing an unstable developer release.  Also bump
52117              the release to 5.7.0, but leave a patch tag in the local
52118              patches saying that this is not yet the real thing.
52119      Branch: metaconfig
52120            ! U/modified/Instruct.U
52121      Branch: metaconfig/U/perl
52122            + Devel.U
52123      Branch: perl
52124            ! Configure patchlevel.h
52125 ____________________________________________________________________________
52126 [  6627] By: jhi                                   on 2000/08/14  22:32:52
52127         Log: README.os2 update.
52128              
52129              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
52130              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52131              Date: Wed, 02 Aug 2000 21:55:09 -0700
52132              Message-ID: <tsPi5gzkgegX092yn@efn.org>
52133      Branch: perl
52134            ! README.os2
52135 ____________________________________________________________________________
52136 [  6626] By: jhi                                   on 2000/08/14  21:00:02
52137         Log: Subject: Re: File::Temp problems on VMS in bleedperl
52138              From: Tim Jenness <timj@jach.hawaii.edu>
52139              cc: vmsperl@perl.org
52140              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
52141              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
52142      Branch: perl
52143            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
52144 ____________________________________________________________________________
52145 [  6625] By: jhi                                   on 2000/08/14  20:52:16
52146         Log: Add SUIDMAIL as was done for the CERT alert.
52147      Branch: perl
52148            ! patchlevel.h
52149 ____________________________________________________________________________
52150 [  6624] By: jhi                                   on 2000/08/14  20:48:50
52151         Log: Subject: sfio2000
52152              From: Daniel Muino <dmuino@afip.gov.ar>
52153              Date: Mon, 14 Aug 2000 16:58:11 -0300
52154              Message-ID: <20000814165811.B16368@con2-dgi>
52155      Branch: perl
52156            ! perlsdio.h perlsfio.h
52157 ____________________________________________________________________________
52158 [  6623] By: jhi                                   on 2000/08/14  20:47:36
52159         Log: Subject: warning: storage class after type is obsolescent
52160              From: Daniel Muino <dmuino@afip.gov.ar>
52161              Date: Mon, 14 Aug 2000 16:42:47 -0300
52162              Message-ID: <20000814164247.A16368@con2-dgi>
52163      Branch: perl
52164            ! regcomp.pl regnodes.h
52165 ____________________________________________________________________________
52166 [  6622] By: jhi                                   on 2000/08/14  20:43:05
52167         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
52168              From: abigail@foad.org
52169              Date: 14 Aug 2000 20:00:10 -0000
52170              Message-Id: <20000814200010.27271.qmail@foad.org>
52171      Branch: perl
52172            ! Changes
52173 ____________________________________________________________________________
52174 [  6621] By: jhi                                   on 2000/08/14  15:23:05
52175         Log: Update Changes.
52176      Branch: perl
52177            ! Changes
52178 ____________________________________________________________________________
52179 [  6620] By: jhi                                   on 2000/08/14  15:22:14
52180         Log: Subject: Re: [PATCH] @+, @- readonly
52181              From: Mike Guy <mjtg@cam.ac.uk>
52182              Date: Mon, 14 Aug 2000 15:26:55 +0100
52183              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
52184      Branch: perl
52185            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
52186            ! sv.c t/op/pat.t
52187 ____________________________________________________________________________
52188 [  6619] By: jhi                                   on 2000/08/14  14:12:08
52189         Log: Update Changes.
52190      Branch: perl
52191            ! Changes
52192 ____________________________________________________________________________
52193 [  6618] By: jhi                                   on 2000/08/14  14:09:34
52194         Log: For now remove the mail code.
52195      Branch: perl
52196            ! perl.c
52197 ____________________________________________________________________________
52198 [  6617] By: jhi                                   on 2000/08/14  14:08:28
52199         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
52200      Branch: perl
52201            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
52202            ! pod/perlfaq8.pod pod/perlsec.pod
52203 ____________________________________________________________________________
52204 [  6616] By: jhi                                   on 2000/08/14  14:00:11
52205         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
52206              From: Mike Guy <mjtg@cam.ac.uk>
52207              Date: Mon, 14 Aug 2000 08:26:02 +0100
52208              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
52209      Branch: perl
52210            ! lib/perl5db.pl
52211 ____________________________________________________________________________
52212 [  6615] By: jhi                                   on 2000/08/14  13:58:45
52213         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
52214              From: Mike Guy <mjtg@cam.ac.uk>
52215              Date: Mon, 14 Aug 2000 08:04:22 +0100
52216              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
52217      Branch: perl
52218            ! gv.c mg.c t/op/pat.t
52219 ____________________________________________________________________________
52220 [  6614] By: jhi                                   on 2000/08/14  13:56:45
52221         Log: Subject: Test fails / warnings with perl-current #6612
52222              From: Mike Guy <mjtg@cam.ac.uk>
52223              Date: Mon, 14 Aug 2000 07:57:23 +0100
52224              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
52225      Branch: perl
52226            ! t/lib/b.t t/lib/peek.t
52227 ____________________________________________________________________________
52228 [  6613] By: jhi                                   on 2000/08/14  13:45:33
52229         Log: VMS configure.com update continues.
52230      Branch: perl
52231            - vms/configure.com
52232            ! MANIFEST configure.com
52233 ____________________________________________________________________________
52234 [  6612] By: jhi                                   on 2000/08/13  22:13:35
52235         Log: Update Changes.
52236      Branch: perl
52237            ! Changes
52238 ____________________________________________________________________________
52239 [  6611] By: jhi                                   on 2000/08/13  16:21:45
52240         Log: Upgrade to CGI 2.71, from Lincoln Stein.
52241      Branch: perl
52242            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
52243 ____________________________________________________________________________
52244 [  6610] By: jhi                                   on 2000/08/13  15:09:16
52245         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
52246              From: Mike Guy <mjtg@cam.ac.uk>
52247              Date: Sun, 13 Aug 2000 13:45:51 +0100
52248              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
52249      Branch: perl
52250            ! t/op/regmesg.t
52251 ____________________________________________________________________________
52252 [  6609] By: jhi                                   on 2000/08/13  14:31:26
52253         Log: Andreas says that 1.56 is fine, so reverting back to it.
52254      Branch: perl
52255            ! lib/CPAN.pm
52256 ____________________________________________________________________________
52257 [  6608] By: jhi                                   on 2000/08/13  05:34:20
52258         Log: Update Changes.
52259      Branch: perl
52260            ! Changes
52261 ____________________________________________________________________________
52262 [  6607] By: jhi                                   on 2000/08/13  05:32:01
52263         Log: Put back the \z changes of #5406 to CPAN.pm.
52264      Branch: perl
52265            ! lib/CPAN.pm
52266 ____________________________________________________________________________
52267 [  6606] By: jhi                                   on 2000/08/13  05:20:16
52268         Log: Fix-n-skip the tests under 5005threads.
52269      Branch: perl
52270            ! t/lib/b.t
52271 ____________________________________________________________________________
52272 [  6605] By: jhi                                   on 2000/08/13  05:07:48
52273         Log: Fix the test for 5005threads.
52274      Branch: perl
52275            ! t/lib/peek.t
52276 ____________________________________________________________________________
52277 [  6604] By: jhi                                   on 2000/08/13  03:35:37
52278         Log: Should have deleted this in #6603.
52279      Branch: perl
52280            - vms/subconfigure.com
52281 ____________________________________________________________________________
52282 [  6603] By: jhi                                   on 2000/08/12  18:29:32
52283         Log: Rewrite of vms/subconfigure.com as configure.com,
52284              from Peter Prymmer and the vmsperl crew.
52285      Branch: perl
52286            + vms/configure.com
52287            ! MANIFEST
52288 ____________________________________________________________________________
52289 [  6602] By: jhi                                   on 2000/08/11  13:00:01
52290         Log: PlainText.pm is dead.
52291      Branch: perl
52292            - lib/Pod/PlainText.pm
52293            ! MANIFEST
52294 ____________________________________________________________________________
52295 [  6601] By: jhi                                   on 2000/08/11  04:06:45
52296         Log: Update Changes.
52297      Branch: perl
52298            ! Changes
52299 ____________________________________________________________________________
52300 [  6600] By: jhi                                   on 2000/08/11  04:06:10
52301         Log: Add a few missing files, update MANIFEST.
52302      Branch: perl
52303            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
52304            + lib/Pod/PlainText.pm t/pod/find.t
52305            ! MANIFEST t/op/regmesg.t
52306 ____________________________________________________________________________
52307 [  6599] By: jhi                                   on 2000/08/11  03:31:10
52308         Log: Add Perl debugging tutorial, regen toc. 
52309              
52310              Subject: perldebtut.pod
52311              From: Richard Foley <Richard.Foley@m.dasa.de>
52312              Date: Wed, 09 Aug 2000 10:17:15 +0200
52313              Message-id: <3991138B.262247B8@m.dasa.de>
52314      Branch: perl
52315            + pod/perldebtut.pod
52316            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52317 ____________________________________________________________________________
52318 [  6598] By: jhi                                   on 2000/08/11  02:48:56
52319         Log: tiny Changes edit
52320      Branch: perl
52321            ! Changes
52322 ____________________________________________________________________________
52323 [  6597] By: jhi                                   on 2000/08/11  02:39:04
52324         Log: Tests for #6589.
52325              
52326              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
52327              From: simon@brecon.co.uk (Simon Cozens)
52328              Date: 11 Aug 2000 02:24:52 GMT
52329              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
52330      Branch: perl
52331            ! t/lib/b.t
52332 ____________________________________________________________________________
52333 [  6596] By: jhi                                   on 2000/08/11  01:50:07
52334         Log: Update Changes.
52335      Branch: perl
52336            ! Changes
52337 ____________________________________________________________________________
52338 [  6595] By: jhi                                   on 2000/08/11  01:47:16
52339         Log: nitfix
52340      Branch: perl
52341            ! Changes
52342 ____________________________________________________________________________
52343 [  6594] By: jhi                                   on 2000/08/11  01:36:16
52344         Log: Subject: Getting perlio and threads to compile
52345              From: Lupe Christoph <lupe@lupe-christoph.de>
52346              Date: Wed, 9 Aug 2000 11:35:54 +0200
52347              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
52348              
52349              (the Solaris version changes in Configure skipped)
52350      Branch: perl
52351            ! hints/solaris_2.sh thread.h
52352 ____________________________________________________________________________
52353 [  6593] By: jhi                                   on 2000/08/11  01:30:16
52354         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
52355              From: simon@brecon.co.uk (Simon Cozens)
52356              Date: 1 Aug 2000 06:55:19 GMT
52357              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
52358      Branch: perl
52359            ! lib/utf8.pm
52360 ____________________________________________________________________________
52361 [  6592] By: jhi                                   on 2000/08/11  01:26:39
52362         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
52363              From: Peter Scott <Peter@PeterScott.com>
52364              Date: Thu, 10 Aug 2000 08:23:27 -0700
52365              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
52366      Branch: perl
52367            ! lib/perl5db.pl
52368 ____________________________________________________________________________
52369 [  6591] By: jhi                                   on 2000/08/11  01:22:02
52370         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
52371              From: Hugo <hv@crypt.compulink.co.uk>
52372              Date: Thu, 10 Aug 2000 19:23:04 +0100
52373              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
52374      Branch: perl
52375            ! regexec.c t/op/pat.t
52376 ____________________________________________________________________________
52377 [  6590] By: jhi                                   on 2000/08/11  01:19:19
52378         Log: Preprocessing and postprocessing for File::Find.
52379              
52380              Subject: Patch to Find::File.pm to allow alphabetical results
52381              From: Joe Smith <jsmith@inwap.com>
52382              Date: Wed, 9 Aug 2000 02:44:54 -0700
52383              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
52384      Branch: perl
52385            ! lib/File/Find.pm
52386 ____________________________________________________________________________
52387 [  6589] By: jhi                                   on 2000/08/11  01:12:39
52388         Log: B::Deparse didn't do sub attributes.
52389              
52390              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
52391              From: simon@brecon.co.uk (Simon Cozens)
52392              Date: 9 Aug 2000 04:49:20 GMT
52393              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
52394      Branch: perl
52395            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
52396 ____________________________________________________________________________
52397 [  6588] By: jhi                                   on 2000/08/11  01:06:40
52398         Log: Subject: debugger "d" command doesnt check line number
52399              From: Mike Guy <mjtg@cam.ac.uk>
52400              Date: Tue, 08 Aug 2000 21:54:29 +0100
52401              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
52402      Branch: perl
52403            ! lib/perl5db.pl mg.c pod/perldiag.pod
52404 ____________________________________________________________________________
52405 [  6587] By: jhi                                   on 2000/08/11  00:45:03
52406         Log: sleep(1) does not necessarily return 1.
52407              
52408              Subject: [PATCH bleadperl] op/lex_assign.t  
52409              From: Hugo <hv@crypt.compulink.co.uk>
52410              Date: Thu, 03 Aug 2000 14:34:22 +0100        
52411              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
52412      Branch: perl
52413            ! t/op/lex_assign.t
52414 ____________________________________________________________________________
52415 [  6586] By: jhi                                   on 2000/08/11  00:31:50
52416         Log: Document the IO::Select timeout.
52417      Branch: perl
52418            ! ext/IO/lib/IO/Select.pm
52419 ____________________________________________________________________________
52420 [  6585] By: jhi                                   on 2000/08/11  00:13:54
52421         Log: Forgot contributor.
52422      Branch: perl
52423            ! Changes
52424 ____________________________________________________________________________
52425 [  6584] By: jhi                                   on 2000/08/11  00:09:19
52426         Log: detypo
52427      Branch: perl
52428            ! Changes
52429 ____________________________________________________________________________
52430 [  6583] By: jhi                                   on 2000/08/11  00:07:53
52431         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
52432              
52433              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
52434              From: Mike Guy <mjtg@cam.ac.uk> 
52435              Date: Thu, 10 Aug 2000 15:50:54 +0100
52436              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
52437      Branch: perl
52438            ! sv.c t/op/int.t
52439 ____________________________________________________________________________
52440 [  6582] By: jhi                                   on 2000/08/10  23:29:32
52441         Log: Update Changes.
52442      Branch: perl
52443            ! Changes
52444 ____________________________________________________________________________
52445 [  6581] By: jhi                                   on 2000/08/10  23:26:16
52446         Log: Put back the std @INC thing.
52447      Branch: perl
52448            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
52449            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
52450            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
52451            ! t/lib/gol-oo.t
52452 ____________________________________________________________________________
52453 [  6580] By: jhi                                   on 2000/08/10  23:03:34
52454         Log: Update to CGI 2.70, from Lincoln Stein.
52455      Branch: perl
52456            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
52457            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
52458            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
52459            ! t/lib/cgi-request.t
52460 ____________________________________________________________________________
52461 [  6579] By: jhi                                   on 2000/08/10  22:41:50
52462         Log: Update to CPAN 1.56, from Andreas König.
52463      Branch: perl
52464            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52465 ____________________________________________________________________________
52466 [  6578] By: jhi                                   on 2000/08/10  22:38:13
52467         Log: Update to Pod::Parser 1.17, from Brad Appleton.
52468      Branch: perl
52469            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
52470            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
52471            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
52472            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
52473            ! t/pod/include.t t/pod/included.t t/pod/lref.t
52474            ! t/pod/multiline_items.t t/pod/nested_items.t
52475            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
52476            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
52477            ! t/pod/special_seqs.t
52478 ____________________________________________________________________________
52479 [  6577] By: jhi                                   on 2000/08/10  22:35:41
52480         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
52481      Branch: perl
52482            ! AUTHORS MAINTAIN
52483 ____________________________________________________________________________
52484 [  6576] By: jhi                                   on 2000/08/10  22:24:54
52485         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
52486      Branch: perl
52487            + t/lib/gol-oo.t
52488            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
52489            ! t/lib/gol-compat.t t/lib/gol-linkage.t
52490 ____________________________________________________________________________
52491 [  6575] By: jhi                                   on 2000/08/10  22:02:07
52492         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
52493      Branch: perl
52494            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
52495 ____________________________________________________________________________
52496 [  6574] By: jhi                                   on 2000/08/10  21:55:03
52497         Log: Iterating perl6 description.
52498      Branch: perl
52499            ! pod/perlfaq1.pod
52500 ____________________________________________________________________________
52501 [  6573] By: jhi                                   on 2000/08/10  21:48:26
52502         Log: Revert the sv.c part of #6559, a better fix is needed.
52503      Branch: perl
52504            ! sv.c
52505 ____________________________________________________________________________
52506 [  6572] By: jhi                                   on 2000/08/10  20:33:43
52507         Log: It's the 2ndO'ROSSC.
52508      Branch: perl
52509            ! pod/perlfaq1.pod
52510 ____________________________________________________________________________
52511 [  6571] By: jhi                                   on 2000/08/10  15:55:48
52512         Log: detypo
52513      Branch: perl
52514            ! pod/perlfaq1.pod
52515 ____________________________________________________________________________
52516 [  6570] By: jhi                                   on 2000/08/10  14:11:17
52517         Log: An exceptionally sticky typo.
52518      Branch: perl
52519            ! Changes
52520 ____________________________________________________________________________
52521 [  6569] By: jhi                                   on 2000/08/10  14:09:33
52522         Log: detypo (and test Changes updating script)
52523      Branch: perl
52524            ! Changes
52525 ____________________________________________________________________________
52526 [  6568] By: jhi                                   on 2000/08/10  14:07:07
52527         Log: Update Changes.
52528      Branch: perl
52529            ! Changes
52530 ____________________________________________________________________________
52531 [  6567] By: jhi                                   on 2000/08/10  14:06:19
52532         Log: Amend the description of Perl6.
52533              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
52534              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
52535              Date: Wed, 9 Aug 2000 22:11:06 -0500
52536              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
52537      Branch: perl
52538            ! pod/perlfaq1.pod
52539 ____________________________________________________________________________
52540 [  6566] By: jhi                                   on 2000/08/10  13:58:57
52541         Log: Subject: Remove dead entry in perldiag
52542              From: Mike Guy <mjtg@cam.ac.uk>
52543              Date: Thu, 10 Aug 2000 14:19:19 +0100
52544              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
52545      Branch: perl
52546            ! pod/perldiag.pod
52547 ____________________________________________________________________________
52548 [  6565] By: jhi                                   on 2000/08/10  13:51:48
52549         Log: Zero entries were skipped, fix from Adrian Goalby
52550              <argoalby@yahoo.co.uk>
52551      Branch: perl
52552            ! lib/unicode/Number.pl lib/unicode/mktables.PL
52553 ____________________________________________________________________________
52554 [  6564] By: jhi                                   on 2000/08/10  13:00:12
52555         Log: Subject: [PATCH 5.6.0] cygwin port
52556              From: "Fifer, Eric" <EFifer@sanwaint.com>
52557              Date: Thu, 10 Aug 2000 13:15:36 +0100
52558              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
52559      Branch: perl
52560            ! README.cygwin hints/cygwin.sh
52561 ____________________________________________________________________________
52562 [  6563] By: jhi                                   on 2000/08/10  12:55:16
52563         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
52564      Branch: perl
52565            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
52566 ____________________________________________________________________________
52567 [  6562] By: gsar                                  on 2000/08/10  08:38:39
52568         Log: warn is a macro, avoid using at a variable to avoid warnings
52569              in some configurations; readdir.t is too conservative in
52570              estimating number of *.t's
52571      Branch: perl
52572            ! t/op/readdir.t util.c
52573 ____________________________________________________________________________
52574 [  6561] By: jhi                                   on 2000/08/09  23:35:42
52575         Log: Update Changes.
52576      Branch: perl
52577            ! Changes
52578 ____________________________________________________________________________
52579 [  6560] By: jhi                                   on 2000/08/09  23:05:47
52580         Log: Subject: Re: enhanced(?) regex error messages
52581              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
52582              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
52583              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
52584              
52585              (plus two small patches sent privately)
52586              (this still seems to leave few test failures)
52587      Branch: perl
52588            + t/op/regmesg.t
52589            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
52590            ! t/pragma/warn/regcomp
52591 ____________________________________________________________________________
52592 [  6559] By: jhi                                   on 2000/08/09  20:41:18
52593         Log: (The fix did work but was not right, retracted in #6573)
52594              
52595              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
52596              From: Christian Kirsch <ck@held.mind.de>
52597              Date: Wed, 9 Aug 2000 17:05:17 +0200
52598              Message-Id: <20000809170517.A25389@held>
52599      Branch: perl
52600            ! sv.c t/pragma/locale.t
52601 ____________________________________________________________________________
52602 [  6558] By: jhi                                   on 2000/08/08  22:34:08
52603         Log: Tiny updates on the contributors list.
52604      Branch: perl
52605            ! Changes
52606 ____________________________________________________________________________
52607 [  6557] By: jhi                                   on 2000/08/08  19:34:28
52608         Log: Double check that we have a dirhandle.
52609      Branch: perl
52610            ! util.c
52611 ____________________________________________________________________________
52612 [  6556] By: jhi                                   on 2000/08/08  19:01:51
52613         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
52614              May be repopulated with fresh maintained examples.
52615      Branch: perl
52616            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
52617            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
52618            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
52619            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
52620            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
52621            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
52622            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
52623            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
52624            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
52625            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
52626            + lib/CGI/eg/wilogo_gif.uu
52627            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
52628            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
52629            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
52630            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
52631            - eg/cgi/frameset.cgi eg/cgi/index.html
52632            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
52633            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
52634            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
52635            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
52636            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
52637            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
52638            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
52639            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
52640            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
52641            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
52642            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
52643            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
52644            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
52645            - eg/van/vanish eg/who eg/wrapsuid
52646            ! MANIFEST
52647 ____________________________________________________________________________
52648 [  6555] By: jhi                                   on 2000/08/08  18:51:08
52649         Log: Delete chat2 as requested by Randal.
52650              
52651              Subject: Re: perlfaq8 coyness
52652              From: merlyn@stonehenge.com (Randal L. Schwartz) 
52653              Date: 15 May 2000 18:52:42 -0700 
52654              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
52655      Branch: perl
52656            - lib/chat2.pl
52657            ! MANIFEST
52658 ____________________________________________________________________________
52659 [  6554] By: jhi                                   on 2000/08/08  18:31:35
52660         Log: Regen global.sym.
52661      Branch: perl
52662            ! global.sym
52663 ____________________________________________________________________________
52664 [  6553] By: jhi                                   on 2000/08/08  18:28:13
52665         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
52666              (either perlbug or p5p ate the original), plus regen
52667              perlapi and perltoc. 
52668      Branch: perl
52669            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
52670            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
52671            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
52672            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
52673            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
52674            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
52675            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
52676            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
52677            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
52678            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
52679 ____________________________________________________________________________
52680 [  6552] By: jhi                                   on 2000/08/08  18:06:29
52681         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
52682              From: Mike Guy <mjtg@cam.ac.uk>
52683              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
52684              Date: Tue, 08 Aug 2000 15:51:27 +0100
52685      Branch: perl
52686            ! doop.c sv.h t/op/join.t t/pragma/overload.t
52687 ____________________________________________________________________________
52688 [  6551] By: jhi                                   on 2000/08/08  18:01:11
52689         Log: Re-apply #6549.
52690      Branch: perl
52691            ! lib/perl5db.pl
52692 ____________________________________________________________________________
52693 [  6550] By: jhi                                   on 2000/08/08  17:43:08
52694         Log: Accidental retraction of #6549.
52695      Branch: perl
52696            ! lib/perl5db.pl
52697 ____________________________________________________________________________
52698 [  6549] By: jhi                                   on 2000/08/08  17:40:04
52699         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
52700              From: Mike Guy <mjtg@cam.ac.uk>
52701              Date: Mon, 07 Aug 2000 21:49:58 +0100
52702              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
52703      Branch: perl
52704            ! lib/perl5db.pl
52705 ____________________________________________________________________________
52706 [  6548] By: jhi                                   on 2000/08/08  17:37:57
52707         Log: Document here-doc better.
52708              
52709              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
52710              From: Mike Guy <mjtg@cam.ac.uk>
52711              Date: Mon, 07 Aug 2000 14:02:09 +0100
52712              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
52713      Branch: perl
52714            ! pod/perldata.pod
52715 ____________________________________________________________________________
52716 [  6547] By: jhi                                   on 2000/08/08  17:33:34
52717         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
52718              From: "Randy J. Ray" <rjray@redhat.com>
52719              Date: Mon, 07 Aug 2000 19:12:25 -0700
52720              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
52721      Branch: perl
52722            ! perl.c pod/perlrun.pod
52723 ____________________________________________________________________________
52724 [  6546] By: jhi                                   on 2000/08/08  17:29:26
52725         Log: Subject: Re: enhanced(?) regex error messages 
52726              From: Hugo <hv@crypt.compulink.co.uk>
52727              Date: Tue, 08 Aug 2000 03:25:51 +0100
52728              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
52729              
52730              plus Capitalize the error messages, plus perldiag them.
52731      Branch: perl
52732            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
52733 ____________________________________________________________________________
52734 [  6545] By: jhi                                   on 2000/08/08  13:59:28
52735         Log: Augment #6539 a bit: don't croak if there's magic in the air.
52736              
52737              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
52738              From: Hugo <hv@crypt.compulink.co.uk>
52739              Date: Tue, 08 Aug 2000 03:02:03 +0100
52740              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
52741      Branch: perl
52742            ! pp.c t/op/bless.t
52743 ____________________________________________________________________________
52744 [  6544] By: jhi                                   on 2000/08/07  21:11:52
52745         Log: Make the test -w clean.
52746      Branch: perl
52747            ! t/op/bless.t
52748 ____________________________________________________________________________
52749 [  6543] By: jhi                                   on 2000/08/07  19:49:53
52750         Log: use warnings instead of $^W.
52751      Branch: perl
52752            ! t/op/bless.t
52753 ____________________________________________________________________________
52754 [  6542] By: jhi                                   on 2000/08/07  17:41:41
52755         Log: Disable a portability warning Because We Know What We Are Doing.
52756      Branch: perl
52757            ! t/op/bless.t
52758 ____________________________________________________________________________
52759 [  6541] By: jhi                                   on 2000/08/07  17:29:51
52760         Log: Tiny tidying on report_evil_fh().
52761      Branch: perl
52762            ! util.c
52763 ____________________________________________________________________________
52764 [  6540] By: jhi                                   on 2000/08/07  16:37:38
52765         Log: Make regular expression parse error messages easier to understand.
52766              
52767              Subject: Re: enhanced(?) regex error messages
52768              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
52769              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
52770              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
52771      Branch: perl
52772            ! regcomp.c
52773 ____________________________________________________________________________
52774 [  6539] By: jhi                                   on 2000/08/07  16:12:27
52775         Log: Make bless(REF, REF) a fatal error, add bless tests.
52776              
52777              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
52778              From: Hugo <hv@crypt.compulink.co.uk>
52779              Date: Mon, 07 Aug 2000 16:59:38 +0100
52780              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
52781      Branch: perl
52782            + t/op/bless.t
52783            ! MANIFEST pod/perldiag.pod pp.c sv.c
52784 ____________________________________________________________________________
52785 [  6538] By: jhi                                   on 2000/08/07  15:59:43
52786         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
52787              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
52788              Date: Thu, 3 Aug 2000 14:29:21 -0700
52789              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
52790      Branch: perl
52791            ! lib/lib_pm.PL
52792 ____________________________________________________________________________
52793 [  6537] By: jhi                                   on 2000/08/07  15:47:18
52794         Log: Retract #6419 for now since it breaks in AFS and MachTen.
52795      Branch: perl
52796            ! lib/Cwd.pm
52797 ____________________________________________________________________________
52798 [  6536] By: jhi                                   on 2000/08/07  15:05:29
52799         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
52800              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
52801              The security hole exists only in suidperls, which isn't
52802              installed or even built by default.
52803      Branch: perl
52804            ! perl.c
52805 ____________________________________________________________________________
52806 [  6535] By: jhi                                   on 2000/08/07  14:45:14
52807         Log: tr memory corruption fix from Simon Cozens.
52808      Branch: perl
52809            ! doop.c
52810 ____________________________________________________________________________
52811 [  6534] By: jhi                                   on 2000/08/06  11:38:16
52812         Log: Document a bit that UDP is not what you might think.
52813              
52814              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
52815              From: Lupe Christoph <lupe@lupe-christoph.de>
52816              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
52817              Date: Mon, 24 Jul 2000 08:59:15 +0200
52818      Branch: perl
52819            ! pod/perlipc.pod
52820 ____________________________________________________________________________
52821 [  6533] By: jhi                                   on 2000/08/06  11:35:01
52822         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
52823              From: Jeff Pinyan <jeffp@hut.crusoe.net>
52824              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
52825              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
52826      Branch: perl
52827            ! pod/perlfunc.pod
52828 ____________________________________________________________________________
52829 [  6532] By: jhi                                   on 2000/08/06  03:45:41
52830         Log: Have symbols for the IoTYPEs.
52831      Branch: perl
52832            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
52833 ____________________________________________________________________________
52834 [  6531] By: jhi                                   on 2000/08/06  01:33:55
52835         Log: Continue fixing the io warnings.  This also
52836              sort of fixes bug ID 20000802.003: the core dump
52837              is no more.  Whether the current behaviour is correct
52838              (giving a warning: "Not a format reference"), is another matter.
52839      Branch: perl
52840            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
52841            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
52842 ____________________________________________________________________________
52843 [  6530] By: jhi                                   on 2000/08/05  21:33:12
52844         Log: Change the Policy policy: now -Dprefix= with an existing
52845              Policy.sh and prefix == siteprefix == vendorprefix, then all
52846              of them follow along the new prefix.
52847              
52848              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
52849              From: Andy Dougherty <doughera@lafayette.edu>
52850              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
52851              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
52852      Branch: perl
52853            ! Policy_sh.SH
52854 ____________________________________________________________________________
52855 [  6529] By: jhi                                   on 2000/08/05  18:57:28
52856         Log: Zap lib/Sys directory when cleaning up.
52857      Branch: perl
52858            ! Makefile.SH
52859 ____________________________________________________________________________
52860 [  6528] By: jhi                                   on 2000/08/05  18:40:44
52861         Log: Essential prototype changes were missing from #6527.
52862              Also make report_evil_fh() more bomb-proof.
52863      Branch: perl
52864            ! embed.h util.c
52865 ____________________________________________________________________________
52866 [  6527] By: jhi                                   on 2000/08/05  03:22:05
52867         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
52868              From: "Ronald F. Guilmette" <rfg@monkeys.com>
52869              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
52870              Message-Id: <200007242247.PAA52177@monkeys.com>
52871      Branch: perl
52872            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
52873 ____________________________________________________________________________
52874 [  6526] By: jhi                                   on 2000/08/04  21:23:27
52875         Log: gcc versions might have (parentheses) in them.
52876      Branch: metaconfig/U/perl
52877            ! gccvers.U
52878      Branch: perl
52879            ! Configure config_h.SH
52880 ____________________________________________________________________________
52881 [  6525] By: jhi                                   on 2000/08/04  20:23:12
52882         Log: Weed buglets pointed out by
52883              
52884              From: Lupe Christoph <lupe@lupe-christoph.de>
52885              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
52886              Date: Fri, 4 Aug 2000 17:34:39 +0200
52887              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
52888      Branch: metaconfig/U/perl
52889            ! gccvers.U uselfs.U
52890      Branch: perl
52891            ! Configure config_h.SH
52892 ____________________________________________________________________________
52893 [  6524] By: jhi                                   on 2000/08/04  19:02:08
52894         Log: Warn under -w if lstat(FH) is attempted.
52895              
52896              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
52897              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
52898              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
52899              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
52900      Branch: perl
52901            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
52902            ! t/pragma/warn/pp_sys
52903 ____________________________________________________________________________
52904 [  6523] By: jhi                                   on 2000/08/04  12:31:11
52905         Log: Subject: New perlcc, take 2
52906              From: simon@brecon.co.uk (Simon Cozens)
52907              Date: 4 Aug 2000 06:21:04 GMT
52908              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
52909      Branch: perl
52910            ! utils/perlcc.PL
52911 ____________________________________________________________________________
52912 [  6522] By: jhi                                   on 2000/08/04  12:26:33
52913         Log: Subject: Re: Array vs. List context
52914              From: Daniel Chetlin <daniel@chetlin.com>
52915              Date: Fri, 4 Aug 2000 00:22:44 -0700
52916              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
52917      Branch: perl
52918            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
52919            ! pod/perlfaq4.pod
52920 ____________________________________________________________________________
52921 [  6521] By: jhi                                   on 2000/08/04  12:22:38
52922         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
52923              From: Raymund Will <ray@caldera.de>
52924              Date: Fri, 4 Aug 2000 12:07:09 +0200
52925              Message-Id: <20000804120709.A14982@caldera.de>
52926      Branch: perl
52927            ! configure.gnu
52928 ____________________________________________________________________________
52929 [  6520] By: jhi                                   on 2000/08/04  04:09:06
52930         Log: After the #6519 a warning about stat() is just that,
52931              not about a filetest, which now have their own warning.
52932      Branch: perl
52933            ! pod/perldiag.pod
52934 ____________________________________________________________________________
52935 [  6519] By: jhi                                   on 2000/08/04  04:06:30
52936         Log: In the warnings call filehandles consistently so;
52937              add "unopened" warning for stat().
52938      Branch: perl
52939            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
52940            ! t/pragma/warn/pp_sys
52941 ____________________________________________________________________________
52942 [  6518] By: jhi                                   on 2000/08/04  02:55:35
52943         Log: Subject: Minor tweak to perlvar.pod
52944              From: "Stephen P. Potter" <spp@ds.net>
52945              Date: Tue, 18 Apr 2000 09:26:03 -0400
52946              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
52947      Branch: perl
52948            ! pod/perlvar.pod
52949 ____________________________________________________________________________
52950 [  6517] By: jhi                                   on 2000/08/04  02:50:08
52951         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
52952              From: "Clinton Pierce" <cpierce1@ford.com>
52953              Date: Wed, 21 Jul 1999 16:45:31 -0400
52954              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
52955              
52956              Fix by Stephen Potter (visible in the bug db but not in p5p?)
52957      Branch: perl
52958            ! pod/perlfunc.pod pod/perlop.pod
52959 ____________________________________________________________________________
52960 [  6516] By: jhi                                   on 2000/08/04  02:09:25
52961         Log: This is 6512.  Really.
52962      Branch: perl
52963            ! dump.c
52964 ____________________________________________________________________________
52965 [  6515] By: jhi                                   on 2000/08/04  01:25:50
52966         Log: mention the idea of @( and @)
52967      Branch: perl
52968            ! Todo-5.6
52969 ____________________________________________________________________________
52970 [  6514] By: bailey                                on 2000/08/04  01:18:46
52971         Log: YA resync with mainstem, including VMS patches from others
52972      Branch: vmsperl
52973           +> (branch 48 files)
52974            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
52975           !> (integrate 354 files)
52976 ____________________________________________________________________________
52977 [  6513] By: jhi                                   on 2000/08/04  01:18:18
52978         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
52979              From: Mark Dickinson <dickins3@fas.harvard.edu>
52980              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
52981              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
52982      Branch: perl
52983            ! t/op/grent.t t/op/pwent.t
52984 ____________________________________________________________________________
52985 [  6512] By: jhi                                   on 2000/08/04  01:14:06
52986         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
52987              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52988              Date: Wed, 02 Aug 2000 10:51:01 +0100
52989              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
52990      Branch: perl
52991            ! sv.c
52992 ____________________________________________________________________________
52993 [  6511] By: jhi                                   on 2000/08/04  00:57:00
52994         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
52995              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52996              Date: Thu, 03 Aug 2000 17:20:04 -0700
52997              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
52998      Branch: metaconfig
52999            ! U/modified/Cppsym.U
53000      Branch: perl
53001            ! Configure config_h.SH
53002 ____________________________________________________________________________
53003 [  6510] By: jhi                                   on 2000/08/04  00:25:28
53004         Log: detypo
53005      Branch: perl
53006            ! Makefile.SH
53007 ____________________________________________________________________________
53008 [  6509] By: jhi                                   on 2000/08/03  23:43:18
53009         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
53010              From: Dominic Dunlop <domo@computer.org>
53011              Date: Thu, 3 Aug 2000 22:16:46 +0200
53012              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
53013      Branch: perl
53014            ! t/op/sprintf.t
53015 ____________________________________________________________________________
53016 [  6508] By: jhi                                   on 2000/08/03  23:40:37
53017         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
53018              From: Hugo <hv@crypt.compulink.co.uk>
53019              Date: Thu, 03 Aug 2000 18:25:30 +0100
53020              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
53021      Branch: perl
53022            ! regcomp.c t/op/re_tests
53023 ____________________________________________________________________________
53024 [  6507] By: jhi                                   on 2000/08/03  23:38:28
53025         Log: Subject: [PATCH] sv.h documentation - SvLEN
53026              From: Mike Guy <mjtg@cam.ac.uk>
53027              Date: Thu, 03 Aug 2000 14:43:09 +0100
53028              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
53029      Branch: perl
53030            ! sv.h
53031 ____________________________________________________________________________
53032 [  6506] By: jhi                                   on 2000/08/03  15:49:14
53033         Log: Disable the fix_pl hack for now.
53034      Branch: perl
53035            ! Makefile.SH
53036 ____________________________________________________________________________
53037 [  6505] By: jhi                                   on 2000/08/03  13:49:04
53038         Log: Add a URL for FSF.
53039              
53040              Subject: Patch for README
53041              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
53042              Date: Wed, 2 Aug 2000 13:25:09 -0500
53043              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
53044      Branch: perl
53045            ! README
53046 ____________________________________________________________________________
53047 [  6504] By: jhi                                   on 2000/08/03  13:29:19
53048         Log: Be more informative on what is skipped and why,
53049              also repeat the list at the end.
53050      Branch: perl
53051            ! Porting/p4desc
53052 ____________________________________________________________________________
53053 [  6503] By: jhi                                   on 2000/08/03  13:07:05
53054         Log: Circumvent the removal of .patch by fix_pl.
53055              
53056              Subject: Re: [ID 20000802.011] unable to 'make test'          
53057              From: simon@brecon.co.uk (Simon Cozens) 
53058              Date: 3 Aug 2000 04:17:00 GMT
53059              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
53060      Branch: perl
53061            ! Makefile.SH
53062 ____________________________________________________________________________
53063 [  6502] By: jhi                                   on 2000/08/03  00:14:34
53064         Log: Add the missing setproctitle unit.
53065      Branch: metaconfig/U/perl
53066            + d_setproctitle.U
53067 ____________________________________________________________________________
53068 [  6501] By: jhi                                   on 2000/08/03  00:00:26
53069         Log: The subtest 4 may fail also on VOBS, as pointed out
53070              by Nick Ing-Simmons in November 1999, bug id 19991124.003
53071              (but the failure in that bug report isn't the subtest 4).
53072      Branch: perl
53073            ! t/op/stat.t
53074 ____________________________________________________________________________
53075 [  6500] By: jhi                                   on 2000/08/02  23:49:30
53076         Log: Better skip message for the test; one of the two problems in
53077              
53078              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
53079              From: Lupe Christoph <lupe@lupe-christoph.de>
53080              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
53081              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
53082      Branch: perl
53083            ! t/op/numconvert.t
53084 ____________________________________________________________________________
53085 [  6499] By: jhi                                   on 2000/08/02  22:49:16
53086         Log: Allow "no Module;" even if there is no 'unimport'.
53087              
53088              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
53089              From: mjd@plover.com
53090              Date: 24 Mar 2000 15:24:34 -0000
53091              Message-Id: <20000324152434.15160.qmail@plover.com>
53092      Branch: perl
53093            ! gv.c
53094 ____________________________________________________________________________
53095 [  6498] By: jhi                                   on 2000/08/02  22:42:58
53096         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
53097              that are hopefully soon put into use.
53098      Branch: perl
53099            ! opcode.h opcode.pl opnames.h
53100 ____________________________________________________________________________
53101 [  6497] By: gsar                                  on 2000/08/02  22:28:59
53102         Log: require.t needs binmode() to work on windows
53103      Branch: perl
53104            ! t/comp/require.t
53105 ____________________________________________________________________________
53106 [  6496] By: jhi                                   on 2000/08/02  22:08:51
53107         Log: Document the IVdf UVuf UVof UVxf.
53108      Branch: perl
53109            ! pod/perlguts.pod
53110 ____________________________________________________________________________
53111 [  6495] By: jhi                                   on 2000/08/02  21:54:26
53112         Log: detypo #6494
53113      Branch: perl
53114            ! ext/Data/Dumper/Dumper.xs
53115 ____________________________________________________________________________
53116 [  6494] By: jhi                                   on 2000/08/02  21:49:17
53117         Log: Dump UVs as UVs in Data::Dumper.
53118              
53119              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
53120              From: Gurusamy Sarathy <gsar@ActiveState.com>
53121              Date: Thu, 27 Apr 2000 12:26:25 -0700
53122              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
53123      Branch: perl
53124            ! ext/Data/Dumper/Dumper.xs
53125 ____________________________________________________________________________
53126 [  6493] By: jhi                                   on 2000/08/02  17:01:58
53127         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
53128              From: Hugo <hv@crypt.compulink.co.uk>
53129              Date: Wed, 02 Aug 2000 14:53:56 +0100
53130              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
53131      Branch: perl
53132            ! regexec.c t/op/re_tests
53133 ____________________________________________________________________________
53134 [  6492] By: jhi                                   on 2000/08/02  15:02:46
53135         Log: The new setproctitle() feature is available only in 
53136              bleeding edge FreeBSD.  From Paul Saab.
53137      Branch: perl
53138            ! mg.c
53139 ____________________________________________________________________________
53140 [  6491] By: jhi                                   on 2000/08/02  13:34:36
53141         Log: The tr utf8 patching continues.
53142              
53143              Subject: Re: #6469, too many tests claimed in require.t
53144              From: simon@brecon.co.uk (Simon Cozens)
53145              Date: 2 Aug 2000 02:37:17 GMT
53146              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
53147              
53148              (the logic of the test was the wrong way round in the patch)
53149      Branch: perl
53150            ! doop.c
53151 ____________________________________________________________________________
53152 [  6490] By: jhi                                   on 2000/08/02  13:27:38
53153         Log: The name of a filehandle does not have <these>.
53154      Branch: perl
53155            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
53156            ! t/pragma/warn/pp_sys util.c
53157 ____________________________________________________________________________
53158 [  6489] By: jhi                                   on 2000/08/02  04:26:46
53159         Log: Remove the extraneous "main::" prefix from all the
53160              "opened only for", "on closed", and "never opened" warnings.
53161              
53162              Subject: Re: inappropriate warning
53163              From: Gurusamy Sarathy <gsar@ActiveState.com>
53164              Date: Mon, 20 Mar 2000 11:28:02 -0800
53165              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
53166      Branch: perl
53167            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
53168            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
53169            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
53170 ____________________________________________________________________________
53171 [  6488] By: jhi                                   on 2000/08/02  03:02:57
53172         Log: memcpy has n o in it, as pinted ut by Sarathy.
53173      Branch: perl
53174            ! pod/perlguts.pod
53175 ____________________________________________________________________________
53176 [  6487] By: jhi                                   on 2000/08/02  02:44:51
53177         Log: Document in one place the memory abstractions used in Perl core.
53178              
53179              Subject: Re: Memory abstraction
53180              From: simon@brecon.co.uk (Simon Cozens)
53181              Date: 2 Aug 2000 02:20:23 GMT
53182              Organization: Earth.li Origins
53183      Branch: perl
53184            ! pod/perlguts.pod
53185 ____________________________________________________________________________
53186 [  6486] By: jhi                                   on 2000/08/02  02:41:57
53187         Log: regen_headers, regen perltoc.
53188      Branch: perl
53189            ! perlapi.c pod/perltoc.pod
53190 ____________________________________________________________________________
53191 [  6485] By: jhi                                   on 2000/08/02  01:43:33
53192         Log: "This little thing tests for a file .patch, and if it contains
53193              a number, pops into patchlevel.h" (making it easier to track
53194              which development version people are reporting bugs against)
53195              
53196              Subject: Patchlevel autogeneration for repository perls
53197              From: simon@brecon.co.uk (Simon Cozens)
53198              Date: 14 Jul 2000 07:12:15 GMT
53199              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
53200      Branch: perl
53201            + fix_pl
53202            ! MANIFEST Makefile.SH
53203 ____________________________________________________________________________
53204 [  6484] By: jhi                                   on 2000/08/02  01:32:54
53205         Log: FreeBSD 3.* updates from
53206              
53207              From: Paul Saab <ps@yahoo-inc.com>
53208              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
53209              Date: Tue, 1 Aug 2000 15:41:39 -0700
53210              Message-Id: <20000801154139.A53740@yahoo-inc.com>
53211      Branch: perl
53212            ! hints/freebsd.sh
53213 ____________________________________________________________________________
53214 [  6483] By: jhi                                   on 2000/08/02  01:27:44
53215         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
53216              instead one must use setproctitle().  This was already addressed
53217              by change #6457, but the below has a new variant for FreeBSD 4.0
53218              or later, and the matter is also documented more.
53219              
53220              From: Paul Saab <ps@yahoo-inc.com>
53221              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
53222              Date: Tue, 1 Aug 2000 15:41:39 -0700
53223              Message-Id: <20000801154139.A53740@yahoo-inc.com>
53224      Branch: metaconfig/U/perl
53225            + i_libutil.U
53226      Branch: perl
53227            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
53228 ____________________________________________________________________________
53229 [  6482] By: jhi                                   on 2000/08/01  22:17:32
53230         Log: The test from this
53231              
53232              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
53233              Date: Sat, 15 Apr 2000 17:03:44 +0100
53234              From: Tom Hughes <tom@compton.nu>
53235              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
53236              
53237              was missing, the code change went in as #5989
53238              (which had a different test?)
53239      Branch: perl
53240            ! t/op/misc.t
53241 ____________________________________________________________________________
53242 [  6481] By: jhi                                   on 2000/08/01  21:48:38
53243         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
53244              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
53245              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
53246              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
53247      Branch: perl
53248            ! perl.h
53249 ____________________________________________________________________________
53250 [  6480] By: jhi                                   on 2000/08/01  18:05:28
53251         Log: Make p4desc to skip non-mainperl branches by default.
53252      Branch: perl
53253            ! Porting/p4desc
53254 ____________________________________________________________________________
53255 [  6479] By: jhi                                   on 2000/08/01  17:29:19
53256         Log: If gccosandvers is equal to osname, clear gccosandvers.
53257      Branch: metaconfig/U/perl
53258            ! gccvers.U
53259      Branch: perl
53260            ! Configure config_h.SH
53261 ____________________________________________________________________________
53262 [  6478] By: jhi                                   on 2000/08/01  15:54:08
53263         Log: BOM patching from Simon Cozens.
53264      Branch: perl
53265            ! toke.c
53266 ____________________________________________________________________________
53267 [  6477] By: jhi                                   on 2000/08/01  04:50:33
53268         Log: Stash away the largefiles flags and libswanted.
53269      Branch: perl
53270            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
53271 ____________________________________________________________________________
53272 [  6476] By: gsar                                  on 2000/08/01  04:24:24
53273         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
53274              on Windows)
53275      Branch: perl
53276            ! t/pragma/utf8.t utf8.c win32/win32.c
53277 ____________________________________________________________________________
53278 [  6475] By: jhi                                   on 2000/08/01  03:35:24
53279         Log: Make chr() for values >127 to create utf8 when under utf8.
53280              
53281              Subject: Re: uft8/chr()
53282              From: simon@brecon.co.uk (Simon Cozens)
53283              Date: 1 Aug 2000 02:37:02 GMT
53284              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
53285      Branch: perl
53286            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
53287 ____________________________________________________________________________
53288 [  6474] By: jhi                                   on 2000/08/01  02:36:18
53289         Log: In Digital UNIX warn if gcc explicitly chosen because even
53290              2.95.2 is known to cause problems.
53291      Branch: perl
53292            ! hints/dec_osf.sh
53293 ____________________________________________________________________________
53294 [  6473] By: jhi                                   on 2000/08/01  02:00:56
53295         Log: Make the safety catch for buggy gccs work with triple version
53296              numbers like 2.95.2.  Reported in
53297              
53298              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
53299              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
53300              Date: Mon, 31 Jul 2000 14:55:06 +0200
53301              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
53302      Branch: perl
53303            ! hints/dec_osf.sh
53304 ____________________________________________________________________________
53305 [  6472] By: jhi                                   on 2000/08/01  01:13:33
53306         Log: Subject: fix and question re: waitpid() under win32
53307              From: Brian Clarke <clarke@appliedmeta.com>
53308              Date: Fri, 28 Jul 2000 15:18:29 -0400
53309              Message-ID: <3981DC85.290314EB@appliedmeta.com>
53310              
53311              Slightly reformatted and WNOHANG # define moved to win32.h
53312              so that also POSIX.xs sees it, as suggsted by Sarathy.
53313      Branch: perl
53314            ! win32/win32.c win32/win32.h
53315 ____________________________________________________________________________
53316 [  6471] By: jhi                                   on 2000/08/01  00:55:05
53317         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
53318              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53319              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
53320              Date: Mon, 31 Jul 2000 13:28:51 +0100
53321              
53322              (aka ID 20000730.002)
53323      Branch: perl
53324            ! op.c t/op/tr.t
53325 ____________________________________________________________________________
53326 [  6470] By: jhi                                   on 2000/07/31  23:34:42
53327         Log: Document the problem with -P in HP-UX and its workaround.
53328              
53329              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
53330              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
53331              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
53332              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
53333      Branch: perl
53334            ! README.hpux
53335 ____________________________________________________________________________
53336 [  6469] By: jhi                                   on 2000/07/31  04:15:02
53337         Log: The swallow_bom() saga continues.  The #23 of require.t
53338              (UTF16-LE) still fails (silently, no output) but the #22
53339              (UTF16-BE) seems to be working now.  The root of the
53340              failure may be in sv_gets(): is it UTF-16LE-aware,
53341              especially when it comes to line endings? 
53342      Branch: perl
53343            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
53344            ! t/comp/require.t toke.c utf8.c
53345 ____________________________________________________________________________
53346 [  6468] By: jhi                                   on 2000/07/30  19:05:48
53347         Log: Find green threads before native threads.
53348              
53349              Subject: Re: Patch to jpl/JNI/Makefile.PL
53350              From: Jens Thomsen <jens@fiend.cis.com>
53351              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
53352              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
53353      Branch: perl
53354            ! jpl/JNI/Makefile.PL
53355 ____________________________________________________________________________
53356 [  6467] By: jhi                                   on 2000/07/30  18:36:22
53357         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
53358      Branch: perl
53359            ! doop.c
53360 ____________________________________________________________________________
53361 [  6466] By: jhi                                   on 2000/07/30  04:37:29
53362         Log: A new version of the "remove UPPERACSE string comparison"
53363              operators.  The problem with the previous one (change #6454)
53364              was that it was for Perl 5.6.0.  From Paul Marquess.
53365      Branch: perl
53366            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
53367            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
53368            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
53369 ____________________________________________________________________________
53370 [  6465] By: jhi                                   on 2000/07/29  22:39:56
53371         Log: Do not upgrade SVs into utf8 just because they participate
53372              in eq or cmp.  Reported and fix suggested in
53373              
53374              Subject: [ID 20000720.009] sv_eq UTF8 bug
53375              From: "Simon Cozens" <simon@othersideofthe.earth.li>
53376              Date: 21 Jul 2000 04:37:29 -0000
53377              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
53378              
53379              Exercise for the kind reader: should we or should we not
53380              cache the utf8 conversion alonside the SV? (as magic,
53381              as thestrxfrm()ed version is cached under use locale)
53382              Argue both for and against.
53383      Branch: perl
53384            ! sv.c
53385 ____________________________________________________________________________
53386 [  6464] By: jhi                                   on 2000/07/29  22:36:22
53387         Log: Subject: UTF8 concat
53388              From: simon@brecon.co.uk (Simon Cozens) 
53389              Date: 30 Jun 2000 06:13:25 GMT
53390              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
53391              
53392              (with a memory leak fixed, plus a few casts added)
53393              
53394              This also seems to help for
53395              
53396              Subject: [ID 20000716.015] join UTF8 weirdness
53397              From: root <root@ak-71.mind.de> 
53398              Date: Sat, 15 Jul 2000 15:29:54 +0200
53399              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
53400              
53401              (from Andreas König)
53402      Branch: perl
53403            ! pp_hot.c
53404 ____________________________________________________________________________
53405 [  6463] By: jhi                                   on 2000/07/29  00:55:39
53406         Log: Tune the comments and hopefully stop a memory leak.
53407      Branch: perl
53408            ! toke.c utf8.c
53409 ____________________________________________________________________________
53410 [  6462] By: jhi                                   on 2000/07/29  00:16:53
53411         Log: The problem described in this
53412              
53413              Subject: [ID 20000322.018] named chars aren't magical enough
53414              From: root <root@dixie.cscaper.com>     
53415              Date: Wed, 22 Mar 2000 18:37:42 -0700
53416              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
53417              
53418              has been fixed in perl 5.6.0 but just in case added a test
53419              to keep it away.  (The report from Joseph Hall.)
53420      Branch: perl
53421            ! t/lib/charnames.t
53422 ____________________________________________________________________________
53423 [  6461] By: jhi                                   on 2000/07/28  23:56:36
53424         Log: Tiny fixes for #6460.
53425      Branch: metaconfig/U/perl
53426            ! gccvers.U
53427      Branch: perl
53428            ! Configure config_h.SH
53429 ____________________________________________________________________________
53430 [  6460] By: jhi                                   on 2000/07/28  23:24:41
53431         Log: Warn if the version of the operating system used to compile gcc
53432              differs from the current version of the operating system.
53433              Also display the gcc compilation os and version in myconfig.
53434              Inspiration from
53435              
53436              Subject: Re: [ID 20000710.003] ERRORS!!         
53437              From: "Kurt D. Starsinic" <kstar@chapin.edu>
53438              Date: Mon, 10 Jul 2000 15:54:16 -0400
53439              Message-ID: <20000710155416.A1384@O2.chapin.edu>
53440      Branch: metaconfig/U/perl
53441            ! gccvers.U
53442      Branch: perl
53443            ! Configure config_h.SH myconfig.SH
53444 ____________________________________________________________________________
53445 [  6459] By: jhi                                   on 2000/07/28  22:00:32
53446         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
53447              letter to $Config{osvers}.
53448      Branch: metaconfig
53449            ! U/modified/Oldconfig.U
53450      Branch: perl
53451            ! Configure config_h.SH
53452 ____________________________________________________________________________
53453 [  6458] By: jhi                                   on 2000/07/28  04:15:39
53454         Log: Back out #6454, doesn't seem to work.
53455              (Reason: that patch was for perl 5.6.0, not perl-current)
53456              (A version of the patch for perl-current came in later as #6466)
53457      Branch: perl
53458            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
53459            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
53460            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
53461 ____________________________________________________________________________
53462 [  6457] By: jhi                                   on 2000/07/27  23:31:49
53463         Log: Use setproctitle() if available to modify $0.
53464              
53465              Subject: setting $* on BSD4 broken
53466              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
53467              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
53468              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
53469      Branch: metaconfig
53470            ! U/modified/Myinit.U
53471      Branch: perl
53472            ! Configure config_h.SH mg.c
53473 ____________________________________________________________________________
53474 [  6456] By: jhi                                   on 2000/07/27  14:50:47
53475         Log: Allow "no AutoLoader;", based on change #6444,
53476              suggested by Graham Barr.
53477      Branch: perl
53478            ! lib/AutoLoader.pm
53479 ____________________________________________________________________________
53480 [  6455] By: jhi                                   on 2000/07/27  14:19:10
53481         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
53482              From: rspier@pobox.com (Robert Spier)
53483              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
53484              Message-ID: <14720.15855.787664.424783@rls.cx>
53485      Branch: perl
53486            ! pod/perldiag.pod
53487 ____________________________________________________________________________
53488 [  6454] By: jhi                                   on 2000/07/27  14:03:02
53489         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
53490              for a long time).
53491              
53492              Reported in
53493              
53494              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
53495              From: Ryan Herbert <rherbert@sycamorehq.com>
53496              Date: Mon, 17 Jul 2000 11:40:42 -0400
53497              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
53498              
53499              Patched in
53500              
53501              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
53502              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
53503              Date: Wed, 26 Jul 2000 23:40:18 +0100
53504              Message-ID: <000001bff752$79511880$0a17073e@tiny>
53505              
53506              based on an earlier patch from Stephen P. Potter.
53507              
53508              (Removed later by change #6458 because this patch was for
53509              perl 5.6.0, not perl-current)
53510      Branch: perl
53511            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
53512            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
53513            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
53514 ____________________________________________________________________________
53515 [  6453] By: jhi                                   on 2000/07/27  13:48:02
53516         Log: Subject: [PATCH] fixes bug 20000508.004
53517              From: Michael Stevens <mstevens@globnix.org>
53518              Date: Thu, 27 Jul 2000 13:49:04 +0100
53519              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
53520      Branch: perl
53521            ! pod/perldata.pod
53522 ____________________________________________________________________________
53523 [  6452] By: jhi                                   on 2000/07/26  23:51:26
53524         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
53525              and Craig A. Berry.
53526      Branch: perl
53527            ! lib/File/Temp.pm pod/perlport.pod
53528 ____________________________________________________________________________
53529 [  6451] By: jhi                                   on 2000/07/26  19:43:30
53530         Log: Be wary of close()s, too.
53531              
53532              Subject: Re: [PATCH] perlbug cleanup
53533              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53534              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
53535              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
53536      Branch: perl
53537            ! utils/perlbug.PL
53538 ____________________________________________________________________________
53539 [  6450] By: jhi                                   on 2000/07/26  18:41:40
53540         Log: Subject: Minor doc patch: handy.h
53541              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
53542              Date: Wed, 26 Jul 2000 15:34:25 -0300
53543              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
53544      Branch: perl
53545            ! handy.h pod/perlapi.pod
53546 ____________________________________________________________________________
53547 [  6449] By: jhi                                   on 2000/07/26  18:23:55
53548         Log: Subject: [PATCH] minor doc change - perlguts
53549              From: Michael Stevens <mstevens@globnix.org>
53550              Date: Thu, 13 Jul 2000 12:39:18 +0100
53551              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
53552      Branch: perl
53553            ! pod/perlguts.pod
53554 ____________________________________________________________________________
53555 [  6448] By: jhi                                   on 2000/07/26  18:20:30
53556         Log: open() wariness in perlbug.
53557              
53558              Subject: [PATCH] perlbug cleanup
53559              From: Michael Stevens <mstevens@globnix.org>
53560              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
53561              Date: Thu, 13 Jul 2000 15:52:23 +0100
53562      Branch: perl
53563            ! utils/perlbug.PL
53564 ____________________________________________________________________________
53565 [  6447] By: jhi                                   on 2000/07/26  18:13:04
53566         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
53567      Branch: perl
53568            ! lib/File/Temp.pm t/lib/ftmp-security.t
53569 ____________________________________________________________________________
53570 [  6446] By: jhi                                   on 2000/07/26  18:06:32
53571         Log: docfix from Peter Scott <Peter@PSDT.com>.
53572      Branch: perl
53573            ! pod/perlfunc.pod
53574 ____________________________________________________________________________
53575 [  6445] By: jhi                                   on 2000/07/26  17:53:31
53576         Log: Fix *foo{FORMAT}.
53577              
53578              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53579              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
53580              Date: Wed, 26 Jul 2000 19:51:02 +0200
53581              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
53582              
53583              From: Graham Barr <gbarr@pobox.com>
53584              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
53585              Date: Wed, 26 Jul 2000 17:38:36 +0100
53586              Message-ID: <20000726173836.L472@pobox.com>
53587      Branch: perl
53588            ! pp.c sv.c t/op/gv.t
53589 ____________________________________________________________________________
53590 [  6444] By: jhi                                   on 2000/07/26  17:49:14
53591         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
53592              from Graham Barr in the module list.
53593      Branch: perl
53594            ! gv.c pod/perlobj.pod
53595 ____________________________________________________________________________
53596 [  6443] By: jhi                                   on 2000/07/26  16:06:56
53597         Log: More split() doc and test patches from Mike Guy.
53598      Branch: perl
53599            ! pod/perlfunc.pod t/op/split.t
53600 ____________________________________________________________________________
53601 [  6442] By: jhi                                   on 2000/07/26  16:05:30
53602         Log: MacOS nits from Matthias Neeracher.
53603      Branch: perl
53604            ! perl.c pp_ctl.c
53605 ____________________________________________________________________________
53606 [  6441] By: jhi                                   on 2000/07/26  04:39:57
53607         Log: Subject: [PATCH] split /^/
53608              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53609              Date: Tue, 25 Jul 2000 14:18:57 +0100
53610              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
53611              
53612              (with notes from tchrist and gbarr)
53613      Branch: perl
53614            ! pod/perlfunc.pod t/op/split.t
53615 ____________________________________________________________________________
53616 [  6440] By: jhi                                   on 2000/07/26  04:32:32
53617         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
53618              From: Peter Prymmer <pvhp@forte.com>
53619              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
53620              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
53621      Branch: perl
53622            ! vms/munchconfig.c
53623 ____________________________________________________________________________
53624 [  6439] By: jhi                                   on 2000/07/26  04:31:01
53625         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
53626              to be fatal errors (instead of by default ignoring them, and
53627              ignoring with a bug: even though -w gave an error, the opening [
53628              was left in)  Reported in:
53629              
53630              Subject: [ID 20000716.024] [=cc=] / [:blank:]
53631              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
53632              Date: Sun, 16 Jul 2000 17:55:29 -0700
53633              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
53634      Branch: perl
53635            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
53636 ____________________________________________________________________________
53637 [  6438] By: jhi                                   on 2000/07/25  15:41:15
53638         Log: Subject: [PATCH] av.c apidoc
53639              From: simon@brecon.co.uk (Simon Cozens)
53640              Date: 24 Jul 2000 06:40:52 GMT
53641              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
53642      Branch: perl
53643            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
53644            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
53645 ____________________________________________________________________________
53646 [  6437] By: jhi                                   on 2000/07/25  14:05:36
53647         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
53648              From: "Stephen P. Potter" <spp@ds.net>
53649              Date: Mon, 24 Jul 2000 14:22:23 -0400
53650              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
53651      Branch: perl
53652            ! pod/perllocale.pod
53653 ____________________________________________________________________________
53654 [  6436] By: jhi                                   on 2000/07/25  14:02:03
53655         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
53656              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53657              Date: Mon, 24 Jul 2000 18:04:28 +0100
53658              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
53659      Branch: perl
53660            ! t/lib/syslfs.t t/op/lfs.t
53661 ____________________________________________________________________________
53662 [  6435] By: jhi                                   on 2000/07/25  13:59:28
53663         Log: Get UTF16 BOMs working.  Patch from
53664              
53665              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
53666              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53667              Date: Tue, 25 Jul 2000 12:52:45 +0100
53668              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
53669              
53670              and notes from
53671              
53672              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
53673              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53674              Date: Tue, 25 Jul 2000 11:43:25 +0100
53675              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
53676      Branch: perl
53677            ! t/comp/require.t toke.c utf8.c
53678 ____________________________________________________________________________
53679 [  6434] By: jhi                                   on 2000/07/25  02:39:54
53680         Log: Make the "uninit variable" warning to say "concat or string"
53681              or "join or string" when in concat or join .
53682              
53683              Subject: Re: [ID 20000403.009] uninitialised concatenation???
53684              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53685              Date: Tue, 04 Apr 2000 18:22:58 +0100
53686              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
53687              
53688              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
53689              From: William R Ward <hermit@BayView.COM>
53690              Date: Thu, 30 Mar 2000 19:50:03 -0800
53691              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
53692      Branch: perl
53693            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
53694            ! t/pragma/warn/op t/pragma/warn/sv
53695 ____________________________________________________________________________
53696 [  6433] By: jhi                                   on 2000/07/24  17:52:56
53697         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
53698      Branch: perl
53699            ! lib/File/Spec/VMS.pm
53700 ____________________________________________________________________________
53701 [  6432] By: jhi                                   on 2000/07/24  17:44:44
53702         Log: Test cases for #6431.
53703              
53704              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
53705              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53706              Date: Mon, 24 Jul 2000 15:32:29 +0100
53707              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
53708      Branch: perl
53709            ! t/op/pat.t t/op/split.t
53710 ____________________________________________________________________________
53711 [  6431] By: jhi                                   on 2000/07/24  17:43:17
53712         Log: Bind op fix.
53713              
53714              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
53715              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53716              Date: Mon, 17 Jul 2000 20:04:56 +0100
53717              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
53718      Branch: perl
53719            ! op.c
53720 ____________________________________________________________________________
53721 [  6430] By: jhi                                   on 2000/07/24  03:42:42
53722         Log: Subject: [ID 20000716.023] syslog test fails without sockets
53723              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53724              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
53725              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
53726      Branch: metaconfig/U/perl
53727            ! Extensions.U
53728      Branch: perl
53729            ! Configure config_h.SH
53730 ____________________________________________________________________________
53731 [  6429] By: jhi                                   on 2000/07/24  03:11:52
53732         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
53733              case, but add also notes explaining the relationship of this
53734              patch and the earlier notes by Sarathy.
53735              
53736              Subject: Map is still slow
53737              From: "Ben Tilly" <ben_tilly@hotmail.com>
53738              Date: Sat, 15 Jul 2000 17:23:27 EDT
53739              Message-ID: <20000715212327.21656.qmail@hotmail.com>
53740      Branch: perl
53741            ! pp_ctl.c
53742 ____________________________________________________________________________
53743 [  6428] By: jhi                                   on 2000/07/24  02:58:52
53744         Log: Documentation to explain the behaviour of map().
53745              
53746              Subject: Re: Map is still slow 
53747              From: Gurusamy Sarathy <gsar@ActiveState.com>
53748              Date: Sat, 15 Jul 2000 16:05:09 -0700
53749              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
53750      Branch: perl
53751            ! pp_ctl.c
53752 ____________________________________________________________________________
53753 [  6427] By: jhi                                   on 2000/07/24  02:50:03
53754         Log: Add tests for
53755              [ID 19991110.003] another matching finding by pcre author
53756              which has already been fixed by some patch, as verified in
53757              
53758              Subject: Re: two regex bugs from the mists of time (well, last November)
53759              From: Hugo <hv@crypt.compulink.co.uk>
53760              Date: Sat, 22 Jul 2000 18:12:58 +0100
53761              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
53762      Branch: perl
53763            ! t/op/re_tests
53764 ____________________________________________________________________________
53765 [  6426] By: jhi                                   on 2000/07/24  02:11:20
53766         Log: A missing 'break' after the [[:space:]] switch case.
53767              
53768              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
53769              From: "Stephen P. Potter" <spp@ds.net>
53770              Date: Tue, 18 Jul 2000 16:25:17 -0400
53771              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
53772      Branch: perl
53773            ! regcomp.c
53774 ____________________________________________________________________________
53775 [  6425] By: jhi                                   on 2000/07/24  02:06:12
53776         Log: The output might have been produced in the wrong order.
53777              
53778              Subject: [ID 20000720.003] [PATCH] t/op/write.t
53779              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53780              Date: Thu, 20 Jul 2000 18:49:18 +0100
53781              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
53782      Branch: perl
53783            ! t/op/write.t
53784 ____________________________________________________________________________
53785 [  6424] By: jhi                                   on 2000/07/24  02:00:07
53786         Log: Use STDOUT consistently.
53787              
53788              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
53789              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53790              Date: Thu, 20 Jul 2000 18:04:01 +0100
53791              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
53792      Branch: perl
53793            ! lib/Test/Harness.pm
53794 ____________________________________________________________________________
53795 [  6423] By: jhi                                   on 2000/07/24  01:54:54
53796         Log: Protect against "wild next"s, that is, callbacks doing "next"
53797              instead of "return".
53798              
53799              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
53800              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53801              Date: Tue, 18 Jul 2000 11:30:16 +0100
53802              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
53803      Branch: perl
53804            ! lib/File/Find.pm
53805 ____________________________________________________________________________
53806 [  6422] By: jhi                                   on 2000/07/24  01:35:47
53807         Log: Out-of-date note removed.
53808              
53809              Subject: [PATCH] documentation perlipc
53810              From: rspier@pobox.com (Robert Spier)
53811              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
53812              Message-ID: <14711.35178.572612.502654@rls.cx>
53813      Branch: perl
53814            ! pod/perlipc.pod
53815 ____________________________________________________________________________
53816 [  6421] By: jhi                                   on 2000/07/24  00:09:18
53817         Log: Send all installperl messages to STDERR and be -w clean.
53818              
53819              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
53820              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53821              Date: Sat, 22 Jul 2000 14:02:11 +0100
53822              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
53823      Branch: perl
53824            ! installperl
53825 ____________________________________________________________________________
53826 [  6420] By: jhi                                   on 2000/07/24  00:04:19
53827         Log: Decutandpasto.
53828              
53829              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
53830              From: "Richard Soderberg" <rs@crystalflame.net>
53831              Date: Sun, 23 Jul 2000 01:37:23 -0700
53832              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
53833      Branch: perl
53834            ! pod/perlipc.pod
53835 ____________________________________________________________________________
53836 [  6419] By: jhi                                   on 2000/07/24  00:01:12
53837         Log: A cleaner abs_path().
53838              Subject: Re: unix alternative to Cwd.pm
53839              From: Jeff Pinyan <jeffp@crusoe.net>
53840              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
53841              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
53842      Branch: perl
53843            ! lib/Cwd.pm
53844 ____________________________________________________________________________
53845 [  6418] By: jhi                                   on 2000/07/23  23:48:56
53846         Log: Detypo.
53847              
53848              Subject: [PATCH perl-current] Typo in hints/powerux.sh
53849              From: "Richard Soderberg" <rs@crystalflame.net>
53850              Date: Sun, 23 Jul 2000 01:27:33 -0700
53851              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
53852      Branch: perl
53853            ! hints/powerux.sh
53854 ____________________________________________________________________________
53855 [  6417] By: jhi                                   on 2000/07/17  22:13:31
53856         Log: Subject: SDBM_File documentation
53857              From: mjd@plover.com
53858              Date: 16 Jul 2000 17:41:17 -0000
53859              Message-ID: <20000716174117.18515.qmail@plover.com>
53860      Branch: perl
53861            ! ext/SDBM_File/SDBM_File.pm
53862 ____________________________________________________________________________
53863 [  6416] By: jhi                                   on 2000/07/17  19:13:26
53864         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
53865      Branch: perl
53866            ! hints/mpeix.sh mpeix/relink
53867 ____________________________________________________________________________
53868 [  6415] By: jhi                                   on 2000/07/15  14:11:02
53869         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
53870              the utf8 'characters' can be more than one octet).
53871              
53872              Date: Sat, 15 Jul 2000 00:21:56 +0100
53873              From: Tom Hughes <tom@compton.nu>
53874              Subject: Re: [ID 20000714.002]
53875              Message-ID: <db2334de49.tom@compton.compton.nu>
53876              
53877              Reported in
53878              
53879              Subject: [ID 20000714.002]
53880              From: "Simon Cozens" <simon@othersideofthe.earth.li>
53881              Date: 14 Jul 2000 15:13:09 -0000
53882              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
53883      Branch: perl
53884            ! doop.c
53885 ____________________________________________________________________________
53886 [  6414] By: jhi                                   on 2000/07/15  03:13:41
53887         Log: another VMS build tweak from Peter Prymmer
53888      Branch: perl
53889            ! vms/descrip_mms.template
53890 ____________________________________________________________________________
53891 [  6413] By: jhi                                   on 2000/07/15  03:10:40
53892         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
53893      Branch: perl
53894            ! vms/perlvms.pod
53895 ____________________________________________________________________________
53896 [  6412] By: jhi                                   on 2000/07/15  00:31:05
53897         Log: More docs for sv functions.
53898              
53899              Subject: [PATCH cfgperl] sv.c apidoc
53900              From: simon@brecon.co.uk (Simon Cozens)
53901              Date: 13 Jul 2000 09:00:20 GMT
53902              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
53903              
53904              Subject: Re: [PATCH cfgperl] sv.c apidoc
53905              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53906              Date: Thu, 13 Jul 2000 12:27:41 +0100
53907              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
53908              
53909              Subject: Re: [PATCH cfgperl] sv.c apidoc
53910              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53911              Date: Thu, 13 Jul 2000 13:23:09 +0100
53912              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
53913              
53914              Subject: Re: [PATCH cfgperl] sv.c apidoc
53915              From: simon@brecon.co.uk (Simon Cozens)
53916              Date: 14 Jul 2000 06:51:02 GMT
53917              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
53918      Branch: perl
53919            ! embed.pl pod/perlapi.pod sv.c
53920 ____________________________________________________________________________
53921 [  6411] By: jhi                                   on 2000/07/15  00:10:41
53922         Log: lib/b test fixes from Peter Prymmer.
53923      Branch: perl
53924            ! t/lib/b.t
53925 ____________________________________________________________________________
53926 [  6410] By: jhi                                   on 2000/07/15  00:02:09
53927         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
53928              From: Hugo <hv@crypt.compulink.co.uk>
53929              Date: Fri, 14 Jul 2000 23:05:20 +0100
53930              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
53931              
53932              Didn't anymore apply, but that point still could use another fix.
53933      Branch: perl
53934            ! pod/perlfunc.pod
53935 ____________________________________________________________________________
53936 [  6409] By: jhi                                   on 2000/07/14  23:15:15
53937         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
53938              not in pod, from Peter Prymmer
53939      Branch: perl
53940            ! vms/descrip_mms.template
53941 ____________________________________________________________________________
53942 [  6408] By: jhi                                   on 2000/07/14  20:35:05
53943         Log: The bug report
53944              [ID 19991110.002] minimal matching discrepancy found by pcre author
53945              seems to have been fixed (though differently from what was suggested
53946              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
53947      Branch: perl
53948            ! t/op/re_tests
53949 ____________________________________________________________________________
53950 [  6407] By: jhi                                   on 2000/07/14  17:38:08
53951         Log: Fix AutoSplit to use File::Spec the right way in VMS,
53952              from Peter Prymmer.
53953      Branch: perl
53954            ! lib/AutoSplit.pm
53955 ____________________________________________________________________________
53956 [  6406] By: jhi                                   on 2000/07/14  14:13:22
53957         Log: Merge perlhacktut into perlhack, update perlguts.
53958              
53959              Subject: Re: Perlhacktut
53960              From: simon@brecon.co.uk (Simon Cozens)
53961              Date: 14 Jul 2000 06:49:21 GMT
53962              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
53963              
53964              Subject: Re: Perlhacktut
53965              From: simon@brecon.co.uk (Simon Cozens)
53966              Date: 14 Jul 2000 07:09:45 GMT
53967              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
53968      Branch: perl
53969            ! pod/perlguts.pod pod/perlhack.pod
53970 ____________________________________________________________________________
53971 [  6405] By: jhi                                   on 2000/07/14  14:02:31
53972         Log: Integrate with Sarathy.
53973      Branch: cfgperl
53974           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
53975           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
53976           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
53977 ____________________________________________________________________________
53978 [  6404] By: gsar                                  on 2000/07/14  12:15:02
53979         Log: PERL_OBJECT build tweaks
53980      Branch: perl
53981            ! toke.c
53982 ____________________________________________________________________________
53983 [  6403] By: gsar                                  on 2000/07/14  11:23:41
53984         Log: inconsistent types needs casts
53985      Branch: perl
53986            ! toke.c
53987 ____________________________________________________________________________
53988 [  6402] By: gsar                                  on 2000/07/14  11:12:04
53989         Log: typos in change#6399, regen headers
53990      Branch: perl
53991            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
53992 ____________________________________________________________________________
53993 [  6401] By: gsar                                  on 2000/07/14  10:59:12
53994         Log: typecasts needed for change#6394
53995      Branch: perl
53996            ! toke.c
53997 ____________________________________________________________________________
53998 [  6400] By: gsar                                  on 2000/07/14  10:49:37
53999         Log: integrate cfgperl contents into mainline
54000      Branch: perl
54001           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
54002           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
54003 ____________________________________________________________________________
54004 [  6399] By: gsar                                  on 2000/07/14  10:38:35
54005         Log: enable UTF-16 filter by default if relevant BOM is seen; various
54006              cleanups (typos, misformatted code, and small bugs)
54007      Branch: perl
54008            ! doop.c embed.pl mg.c op.c pp.c toke.c
54009 ____________________________________________________________________________
54010 [  6398] By: gsar                                  on 2000/07/14  08:55:38
54011         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
54012              name suggests anyway)
54013      Branch: perl
54014            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
54015 ____________________________________________________________________________
54016 [  6397] By: gsar                                  on 2000/07/14  08:44:33
54017         Log: move new variables to the end of the interpreter structure (for
54018              bincompat in code that doesn't #include XSUB.h)
54019      Branch: perl
54020            ! intrpvar.h
54021 ____________________________________________________________________________
54022 [  6396] By: gsar                                  on 2000/07/14  08:13:58
54023         Log: MakeMaker should not remove editor backups (*~) on `make clean`
54024              by default (completes change#6383)
54025      Branch: perl
54026            ! lib/ExtUtils/MM_Unix.pm
54027 ____________________________________________________________________________
54028 [  6395] By: jhi                                   on 2000/07/14  05:20:33
54029         Log: Replace change #6337 with a better one.
54030              
54031              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
54032              From: Hugo <hv@crypt.compulink.co.uk>
54033              Date: Fri, 14 Jul 2000 04:16:20 +0100
54034              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
54035      Branch: cfgperl
54036            ! regexec.c t/op/re_tests
54037 ____________________________________________________________________________
54038 [  6394] By: jhi                                   on 2000/07/14  01:33:59
54039         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
54040      Branch: cfgperl
54041            ! embed.pl global.sym proto.h toke.c
54042 ____________________________________________________________________________
54043 [  6393] By: jhi                                   on 2000/07/13  23:41:23
54044         Log: remove discarded test
54045      Branch: cfgperl
54046            ! MANIFEST
54047 ____________________________________________________________________________
54048 [  6392] By: jhi                                   on 2000/07/13  23:32:25
54049         Log: The {multiplier} of a fixed substring was overlooked which
54050              caused a wrong initial search offset for that substring.
54051              
54052              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
54053              From: Hugo <hv@crypt.compulink.co.uk>
54054              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
54055              Date: Thu, 13 Jul 2000 19:27:13 +0100
54056      Branch: cfgperl
54057            ! regcomp.c t/op/re_tests
54058 ____________________________________________________________________________
54059 [  6391] By: jhi                                   on 2000/07/13  16:37:42
54060         Log: typo fix from Craig Berry
54061      Branch: cfgperl
54062            ! vms/subconfigure.com
54063 ____________________________________________________________________________
54064 [  6390] By: jhi                                   on 2000/07/13  13:20:12
54065         Log: Integrate with Sarathy.
54066      Branch: cfgperl
54067            - t/op/method2entersub.t
54068           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
54069           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
54070           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
54071           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
54072 ____________________________________________________________________________
54073 [  6389] By: jhi                                   on 2000/07/13  13:18:48
54074         Log: Detypo from Peter Prymmer, part of #6388.
54075      Branch: cfgperl
54076            ! Configure config_h.SH
54077      Branch: metaconfig
54078            ! U/modified/d_longlong.U
54079 ____________________________________________________________________________
54080 [  6388] By: gsar                                  on 2000/07/13  06:33:40
54081         Log: typos (spotted by Peter Prymmer)
54082      Branch: perl
54083            ! Configure t/lib/english.t
54084 ____________________________________________________________________________
54085 [  6387] By: gsar                                  on 2000/07/13  05:35:28
54086         Log: new selfloader.t in change#6183 doesn't close DATA handles,
54087              and thus fails to clean up tmp files on dosish platforms
54088      Branch: perl
54089            ! t/lib/selfloader.t
54090 ____________________________________________________________________________
54091 [  6386] By: gsar                                  on 2000/07/12  21:42:39
54092         Log: sprintf test tweaks (from Dominic Dunlop)
54093      Branch: perl
54094            ! t/op/sprintf.t
54095 ____________________________________________________________________________
54096 [  6385] By: gsar                                  on 2000/07/12  21:33:46
54097         Log: fix bugs in processing %v-*d and similar format specs (from
54098              Avi Finkel <avi@finkel.org>)
54099      Branch: perl
54100            ! sv.c t/op/sprintf.t
54101 ____________________________________________________________________________
54102 [  6384] By: gsar                                  on 2000/07/12  16:04:19
54103         Log: readd missing perldelta.pod changes from changes#6339,6376
54104      Branch: perl
54105            ! pod/perldelta.pod
54106 ____________________________________________________________________________
54107 [  6383] By: gsar                                  on 2000/07/12  16:00:51
54108         Log: don't clobber *.orig files on *clean targets
54109      Branch: perl
54110            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
54111 ____________________________________________________________________________
54112 [  6382] By: gsar                                  on 2000/07/12  07:59:12
54113         Log: fix broken integrations in cfgperl
54114      Branch: cfgperl
54115           !> Changes pod/perldelta.pod
54116 ____________________________________________________________________________
54117 [  6381] By: gsar                                  on 2000/07/12  07:42:17
54118         Log: integrate cfgperl changes into mainline
54119      Branch: perl
54120            ! Changes
54121           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
54122           !> pod/perlre.pod
54123 ____________________________________________________________________________
54124 [  6380] By: gsar                                  on 2000/07/12  07:31:00
54125         Log: get sprintf.t to adjust properly for 3-digit exponents
54126      Branch: perl
54127            ! t/op/sprintf.t
54128 ____________________________________________________________________________
54129 [  6379] By: gsar                                  on 2000/07/12  06:40:04
54130         Log: change#6174 needs corresponding change in win32/config_h.PL,
54131              which grovels through config_h.SH to find the config.h name
54132      Branch: perl
54133            ! win32/config_h.PL
54134 ____________________________________________________________________________
54135 [  6378] By: jhi                                   on 2000/07/12  05:03:59
54136         Log: Do the cc sanity check both before the hints and
54137              after the cc selction.
54138      Branch: cfgperl
54139            ! Configure config_h.SH
54140      Branch: metaconfig
54141            ! U/modified/Oldconfig.U U/modified/cc.U
54142      Branch: metaconfig/U/perl
54143            + Checkcc.U
54144 ____________________________________________________________________________
54145 [  6377] By: jhi                                   on 2000/07/12  02:49:22
54146         Log: Fix nits noticed by Boston.pm.
54147      Branch: cfgperl
54148            ! pod/perlre.pod
54149 ____________________________________________________________________________
54150 [  6376] By: jhi                                   on 2000/07/11  21:22:13
54151         Log: Configure cosmetics and perldelta.
54152      Branch: cfgperl
54153            ! Configure config_h.SH pod/perldelta.pod
54154      Branch: metaconfig
54155            ! U/modified/cc.U
54156 ____________________________________________________________________________
54157 [  6375] By: gsar                                  on 2000/07/11  21:17:35
54158         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
54159      Branch: perl
54160            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
54161            ! win32/win32sck.c
54162 ____________________________________________________________________________
54163 [  6374] By: gsar                                  on 2000/07/11  20:48:50
54164         Log: tweak for build failure under multiplicity
54165      Branch: perl
54166            ! toke.c
54167 ____________________________________________________________________________
54168 [  6373] By: gsar                                  on 2000/07/11  20:37:23
54169         Log: integrate cfgperl changes#6325..6373 into mainline
54170              (NOTE: today's batch of integrations still untested)
54171      Branch: perl
54172           +> ext/DynaLoader/hints/netbsd.pl
54173            ! Changes
54174           !> (integrate 26 files)
54175 ____________________________________________________________________________
54176 [  6372] By: jhi                                   on 2000/07/11  20:30:36
54177         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
54178              regen perltoc.
54179      Branch: cfgperl
54180            + pod/perlbook.pod
54181            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
54182            ! pod/perltoc.pod
54183 ____________________________________________________________________________
54184 [  6371] By: jhi                                   on 2000/07/11  20:08:56
54185         Log: Minor cleanups on the booklist.
54186      Branch: cfgperl
54187            ! pod/perlfaq2.pod
54188 ____________________________________________________________________________
54189 [  6370] By: jhi                                   on 2000/07/11  19:31:13
54190         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
54191      Branch: cfgperl
54192            ! t/pragma/overload.t
54193 ____________________________________________________________________________
54194 [  6369] By: gsar                                  on 2000/07/11  19:27:48
54195         Log: integrate cfgperl changes#6293..6324 into mainline
54196      Branch: perl
54197           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
54198            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
54199           !> (integrate 30 files)
54200 ____________________________________________________________________________
54201 [  6368] By: gsar                                  on 2000/07/11  19:18:57
54202         Log: skip integrate of problematic change#6292 from cfgperl into mainline
54203      Branch: perl
54204           !> pp_hot.c
54205 ____________________________________________________________________________
54206 [  6367] By: gsar                                  on 2000/07/11  19:17:21
54207         Log: integrate cfgperl changes#6288..6290 into mainline
54208      Branch: perl
54209           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
54210 ____________________________________________________________________________
54211 [  6366] By: gsar                                  on 2000/07/11  19:11:18
54212         Log: integrate cfgperl changes#6268..6282 into mainline
54213      Branch: perl
54214           !> (integrate 30 files)
54215 ____________________________________________________________________________
54216 [  6365] By: gsar                                  on 2000/07/11  18:57:00
54217         Log: delete new accidentally branched file
54218      Branch: perl
54219            - t/op/method2entersub.t
54220 ____________________________________________________________________________
54221 [  6364] By: gsar                                  on 2000/07/11  18:55:13
54222         Log: skip integrate of change#6267 from cfgperl into mainline (the
54223              method call optimization is flawed without additional hints
54224              from user about immutableness of @ISA and no runtime method
54225              definitions)
54226      Branch: perl
54227           +> t/op/method2entersub.t
54228           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
54229           !> perl.h t/op/sprintf.t xsutils.c
54230 ____________________________________________________________________________
54231 [  6363] By: gsar                                  on 2000/07/11  18:49:43
54232         Log: integrate cfgperl changes#6261..6266 into mainline
54233      Branch: perl
54234           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
54235           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
54236           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
54237           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
54238 ____________________________________________________________________________
54239 [  6362] By: gsar                                  on 2000/07/11  18:43:26
54240         Log: integrate cfgperl changes#6252..6260 into mainline
54241      Branch: perl
54242           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
54243           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
54244           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
54245           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
54246 ____________________________________________________________________________
54247 [  6361] By: gsar                                  on 2000/07/11  18:37:12
54248         Log: skip integrate of problematic change#6251 from cfgperl into mainline
54249      Branch: perl
54250           !> lib/Exporter.pm
54251 ____________________________________________________________________________
54252 [  6360] By: gsar                                  on 2000/07/11  18:34:56
54253         Log: integrate cfgperl change#6250 into mainline
54254      Branch: perl
54255           +> t/op/my_stash.t
54256           !> MANIFEST embed.pl proto.h toke.c
54257 ____________________________________________________________________________
54258 [  6359] By: gsar                                  on 2000/07/11  18:21:19
54259         Log: integrate cfgperl changes#6242..6249 into mainline
54260      Branch: perl
54261           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
54262           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
54263           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
54264           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
54265           !> t/lib/peek.t utf8.c
54266 ____________________________________________________________________________
54267 [  6358] By: gsar                                  on 2000/07/11  18:15:45
54268         Log: skip integrate of problematic change#6241 from cfgperl into mainline
54269      Branch: perl
54270           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
54271 ____________________________________________________________________________
54272 [  6357] By: jhi                                   on 2000/07/11  18:15:16
54273         Log: Fix for
54274              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
54275              From: Roderick Schertler <roderick@argon.org> 
54276              Date: Tue, 11 Jul 2000 13:55:05 -0400 
54277              Message-Id: <200007111755.NAA05077@jones.argon.org> 
54278      Branch: cfgperl
54279            ! doio.c
54280 ____________________________________________________________________________
54281 [  6356] By: jhi                                   on 2000/07/11  18:12:51
54282         Log: Typo in #6341.
54283      Branch: cfgperl
54284            ! pp_hot.c
54285 ____________________________________________________________________________
54286 [  6355] By: gsar                                  on 2000/07/11  18:12:10
54287         Log: integrate cfgperl changes#6231..6240 into mainline
54288      Branch: perl
54289           +> pod/perlutil.pod
54290           !> (integrate 35 files)
54291 ____________________________________________________________________________
54292 [  6354] By: jhi                                   on 2000/07/11  18:04:34
54293         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
54294              From: Dominic Dunlop <domo@computer.org> 
54295              Date: Tue, 11 Jul 2000 12:27:33 +0200 
54296              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
54297              
54298              Replaces change #6268.
54299      Branch: cfgperl
54300            ! t/op/sprintf.t
54301 ____________________________________________________________________________
54302 [  6353] By: gsar                                  on 2000/07/11  17:59:51
54303         Log: skip integrate of problematic change#6230 from cfgperl into mainline
54304              (a later version of File::Spec is already in mainline)
54305      Branch: perl
54306           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
54307           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
54308 ____________________________________________________________________________
54309 [  6352] By: gsar                                  on 2000/07/11  17:57:48
54310         Log: integrate cfgperl changes#6224..6229 into mainline
54311      Branch: perl
54312           +> lib/lib.pm.PL
54313            - lib/lib.pm
54314           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
54315           !> lib/English.pm op.c t/lib/english.t
54316 ____________________________________________________________________________
54317 [  6351] By: gsar                                  on 2000/07/11  17:50:10
54318         Log: skip integrate of problematic change#6223 from cfgperl into mainline
54319      Branch: perl
54320           !> doio.c
54321 ____________________________________________________________________________
54322 [  6350] By: gsar                                  on 2000/07/11  17:48:28
54323         Log: integrate cfgperl changes#6220..6222 into mainline
54324      Branch: perl
54325           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
54326           !> toke.c utf8.c win32/win32.h
54327 ____________________________________________________________________________
54328 [  6349] By: gsar                                  on 2000/07/11  17:46:13
54329         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
54330              mainline
54331      Branch: perl
54332           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
54333           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
54334           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
54335 ____________________________________________________________________________
54336 [  6348] By: jhi                                   on 2000/07/11  17:45:49
54337         Log: README.posix-bc podified from Thomas Dorner.
54338      Branch: cfgperl
54339            ! README.posix-bc
54340 ____________________________________________________________________________
54341 [  6347] By: gsar                                  on 2000/07/11  17:42:04
54342         Log: integrate cfgperl change#6217 into mainline
54343      Branch: perl
54344           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
54345           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
54346           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
54347 ____________________________________________________________________________
54348 [  6346] By: gsar                                  on 2000/07/11  17:39:37
54349         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
54350              mainline
54351      Branch: perl
54352           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
54353           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
54354           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
54355           !> perlapi.h pod/perlapi.pod
54356 ____________________________________________________________________________
54357 [  6345] By: gsar                                  on 2000/07/11  17:36:42
54358         Log: integrate cfgperl changes#6207..6210 into mainline
54359      Branch: perl
54360           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
54361           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
54362 ____________________________________________________________________________
54363 [  6344] By: gsar                                  on 2000/07/11  17:31:20
54364         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
54365              mainline
54366      Branch: perl
54367           !> (integrate 40 files)
54368 ____________________________________________________________________________
54369 [  6343] By: gsar                                  on 2000/07/11  17:19:08
54370         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
54371      Branch: perl
54372           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
54373            ! Changes
54374           !> (integrate 34 files)
54375 ____________________________________________________________________________
54376 [  6342] By: jhi                                   on 2000/07/11  16:05:48
54377         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
54378              To: perl5-porters@perl.org
54379              From: Karsten Sperling <spiff@phreax.net>
54380              Date: Mon, 10 Jul 2000 15:12:52 +0200
54381              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
54382      Branch: cfgperl
54383            ! lib/Symbol.pm
54384 ____________________________________________________________________________
54385 [  6341] By: jhi                                   on 2000/07/11  15:59:23
54386         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
54387              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54388              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
54389              Date: Fri, 07 Jul 2000 17:57:16 +0100
54390      Branch: cfgperl
54391            ! pp_hot.c
54392 ____________________________________________________________________________
54393 [  6340] By: jhi                                   on 2000/07/11  15:55:47
54394         Log: Subject: Re: format bug report  [Patch]
54395              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54396              Date: Wed, 05 Jul 2000 13:12:52 +0200
54397              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
54398              
54399              Subject: Re: format bug report  [Patch]
54400              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54401              Date: Wed, 05 Jul 2000 14:10:01 +0200
54402              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
54403      Branch: cfgperl
54404            ! t/op/write.t toke.c
54405 ____________________________________________________________________________
54406 [  6339] By: jhi                                   on 2000/07/11  13:54:09
54407         Log: Be less forgiving about ambiguous and illegal tr ranges.
54408              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
54409              From: Mark-Jason Dominus <mjd@plover.com>
54410              Date: Tue, 04 Jul 2000 10:00:12 -0400
54411              Message-ID: <20000704140012.17772.qmail@plover.com>
54412              
54413              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
54414              From: Mark-Jason Dominus <mjd@plover.com>
54415              Date: Wed, 05 Jul 2000 09:37:36 -0400
54416              Message-ID: <20000705133736.27293.qmail@plover.com>
54417      Branch: cfgperl
54418            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
54419 ____________________________________________________________________________
54420 [  6338] By: jhi                                   on 2000/07/11  13:31:24
54421         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
54422              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54423              Date: Tue, 11 Jul 2000 13:50:51 +0100
54424              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
54425      Branch: cfgperl
54426            ! sv.c
54427 ____________________________________________________________________________
54428 [  6337] By: jhi                                   on 2000/07/11  13:29:14
54429         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
54430              From: Hugo <hv@crypt.compulink.co.uk>
54431              Date: Tue, 11 Jul 2000 12:44:50 +0100
54432              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
54433      Branch: cfgperl
54434            ! regexec.c t/op/re_tests
54435 ____________________________________________________________________________
54436 [  6336] By: jhi                                   on 2000/07/11  13:26:47
54437         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
54438              From: simon@brecon.co.uk (Simon Cozens)
54439              Date: 7 Jul 2000 11:26:09 GMT
54440              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
54441      Branch: cfgperl
54442            ! mg.c
54443 ____________________________________________________________________________
54444 [  6335] By: jhi                                   on 2000/07/11  13:23:37
54445         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
54446              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
54447              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
54448              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
54449      Branch: cfgperl
54450            + ext/DynaLoader/hints/netbsd.pl
54451            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
54452 ____________________________________________________________________________
54453 [  6334] By: jhi                                   on 2000/07/11  13:20:38
54454         Log: Subject: PATCH perlguts.pod: Document D and d magic types
54455              From: mjd@plover.com
54456              Date: 5 Jul 2000 18:01:51 -0000
54457              Message-ID: <20000705180151.29413.qmail@plover.com>
54458      Branch: cfgperl
54459            ! pod/perlguts.pod
54460 ____________________________________________________________________________
54461 [  6333] By: jhi                                   on 2000/07/11  13:15:51
54462         Log: Precedence goof, fix based on
54463              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
54464              From: Hugo <hv@crypt.compulink.co.uk>
54465              Date: Tue, 11 Jul 2000 12:52:38 +0100
54466              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
54467      Branch: cfgperl
54468            ! t/op/taint.t
54469 ____________________________________________________________________________
54470 [  6332] By: jhi                                   on 2000/07/11  12:40:17
54471         Log: Integrate with Sarathy.
54472      Branch: cfgperl
54473           !> win32/win32sck.c
54474 ____________________________________________________________________________
54475 [  6331] By: jhi                                   on 2000/07/10  20:14:16
54476         Log: Sprinkle ldlibpath.
54477      Branch: cfgperl
54478            ! pod/Makefile.SH
54479 ____________________________________________________________________________
54480 [  6330] By: jhi                                   on 2000/07/10  17:54:49
54481         Log: More POSIX.pod tweaks.
54482      Branch: cfgperl
54483            ! ext/POSIX/POSIX.pod
54484 ____________________________________________________________________________
54485 [  6329] By: jhi                                   on 2000/07/10  14:02:12
54486         Log: Reorder perl.pod once more.
54487      Branch: cfgperl
54488            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54489 ____________________________________________________________________________
54490 [  6328] By: gsar                                  on 2000/07/10  07:06:00
54491         Log: accept() leaks memory on windows due to incorrect ordering of
54492              closesocket() and fclose() calls
54493      Branch: perl
54494            ! win32/win32sck.c
54495 ____________________________________________________________________________
54496 [  6327] By: gsar                                  on 2000/07/10  06:49:17
54497         Log: winsock options weren't being set in all threads under ithreads
54498              (caused send()s from second and subsequent threads to fail)
54499      Branch: perl
54500            ! win32/win32sck.c
54501 ____________________________________________________________________________
54502 [  6326] By: jhi                                   on 2000/07/08  02:45:40
54503         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
54504              was cast to an unsigned (32-bit) integer with wild abandon.
54505      Branch: cfgperl
54506            ! ext/Devel/DProf/DProf.xs
54507 ____________________________________________________________________________
54508 [  6325] By: jhi                                   on 2000/07/07  18:50:33
54509         Log: Remove perlbook, update perlfaq book listing,
54510              rearrange perl.pod, regenerate perltoc.
54511      Branch: cfgperl
54512            - pod/perlbook.pod
54513            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
54514            ! pod/perlfaq2.pod pod/perltoc.pod
54515 ____________________________________________________________________________
54516 [  6324] By: jhi                                   on 2000/07/07  14:03:40
54517         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
54518      Branch: cfgperl
54519            ! sv.h toke.c
54520 ____________________________________________________________________________
54521 [  6323] By: jhi                                   on 2000/07/06  16:03:55
54522         Log: Fix complaints of buildtoc.
54523      Branch: cfgperl
54524            + lib/Win32.pod
54525            - pod/Win32.pod
54526            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54527 ____________________________________________________________________________
54528 [  6322] By: jhi                                   on 2000/07/06  15:15:52
54529         Log: Add =head1 NAMEs so that buildtoc is happy.
54530              (The CGI::Util nit reported to Lincoln.)
54531      Branch: cfgperl
54532            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
54533            ! pod/perltoc.pod
54534 ____________________________________________________________________________
54535 [  6321] By: jhi                                   on 2000/07/06  03:16:04
54536         Log: Config is being used.
54537      Branch: cfgperl
54538            ! t/op/method.t
54539 ____________________________________________________________________________
54540 [  6320] By: jhi                                   on 2000/07/06  03:13:13
54541         Log: Integrate with Sarathy.
54542      Branch: cfgperl
54543           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
54544 ____________________________________________________________________________
54545 [  6319] By: jhi                                   on 2000/07/06  03:11:46
54546         Log: Autogenerate pod/Makefile and pod/buildtoc.
54547              buildtoc also checks whether the existin pods are
54548              mentioned in MANIFEST and perl.pod, and vice versa.
54549              (None of the thusly found discrepancies fixed yet.)
54550              roffitall also needs to be autogenerated similarly but it
54551              seems so badly out of date that I didn't touch it yet.
54552      Branch: cfgperl
54553            + pod/Makefile.SH pod/buildtoc.PL
54554            - pod/Makefile pod/buildtoc
54555            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
54556 ____________________________________________________________________________
54557 [  6318] By: gsar                                  on 2000/07/05  22:10:54
54558         Log: fix UNC path handling on Windows under ithreads, and chdir()
54559              return value when given a non-existent directory
54560      Branch: perl
54561            ! win32/vdir.h
54562 ____________________________________________________________________________
54563 [  6317] By: gsar                                  on 2000/07/05  22:08:19
54564         Log: winsock cleanup never done on Windows (leads to handle leaks)
54565      Branch: perl
54566            ! win32/perllib.c win32/win32sck.c
54567 ____________________________________________________________________________
54568 [  6316] By: gsar                                  on 2000/07/05  22:06:19
54569         Log: some debugger output does not go to the socket when RemotePort is set
54570      Branch: perl
54571            ! lib/perl5db.pl
54572 ____________________________________________________________________________
54573 [  6315] By: jhi                                   on 2000/07/05  00:25:21
54574         Log: Integrate with Sarathy, preliminary fix for unicos
54575              alignment problems in [ID 20000612.002] Perl problem on Cray system.
54576      Branch: cfgperl
54577            ! sv.h
54578           !> pp_hot.c
54579 ____________________________________________________________________________
54580 [  6314] By: gsar                                  on 2000/07/04  23:34:02
54581         Log: tyop in change#6306
54582      Branch: perl
54583            ! pp_hot.c
54584 ____________________________________________________________________________
54585 [  6313] By: jhi                                   on 2000/07/04  22:14:38
54586         Log: Multiline string literals ENONPORTABLE.
54587      Branch: cfgperl
54588            ! pp_hot.c
54589 ____________________________________________________________________________
54590 [  6312] By: jhi                                   on 2000/07/04  20:34:44
54591         Log: Integrate with Sarathy.
54592      Branch: cfgperl
54593           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
54594           !> t/op/method.t
54595 ____________________________________________________________________________
54596 [  6311] By: jhi                                   on 2000/07/04  20:30:56
54597         Log: More POSIX.pod embellishment.
54598      Branch: cfgperl
54599            ! ext/POSIX/POSIX.pod
54600 ____________________________________________________________________________
54601 [  6310] By: gsar                                  on 2000/07/04  17:28:48
54602         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
54603      Branch: perl
54604            ! t/lib/b.t
54605 ____________________________________________________________________________
54606 [  6309] By: jhi                                   on 2000/07/04  17:22:18
54607         Log: The #6308 required a little bit more.
54608      Branch: cfgperl
54609            ! Makefile.SH win32/Makefile
54610 ____________________________________________________________________________
54611 [  6308] By: jhi                                   on 2000/07/04  16:35:24
54612         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
54613      Branch: cfgperl
54614            + lib/lib_pm.PL
54615            - lib/lib.pm.PL
54616            ! MANIFEST Makefile.SH
54617 ____________________________________________________________________________
54618 [  6307] By: jhi                                   on 2000/07/04  16:28:58
54619         Log: Win32 patches for cfgperl from Sarathy.
54620      Branch: cfgperl
54621            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
54622            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
54623            ! thread.h toke.c util.c win32/Makefile win32/win32.c
54624 ____________________________________________________________________________
54625 [  6306] By: gsar                                  on 2000/07/04  16:28:40
54626         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
54627              (from Richard Soderberg <rs@oregonnet.com>)
54628      Branch: perl
54629            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
54630 ____________________________________________________________________________
54631 [  6305] By: jhi                                   on 2000/07/04  16:24:24
54632         Log: Integrate with Sarathy.
54633      Branch: cfgperl
54634           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
54635           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
54636           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
54637           !> proto.h win32/win32.c
54638 ____________________________________________________________________________
54639 [  6304] By: gsar                                  on 2000/07/04  16:17:24
54640         Log: missing perldiag entry for unpack("w",...) diagnostic (from
54641              Andreas Koenig)
54642      Branch: perl
54643            ! pod/perldiag.pod
54644 ____________________________________________________________________________
54645 [  6303] By: gsar                                  on 2000/07/04  16:14:44
54646         Log: remove rel2abs prototypes (from Barrie Slaymaker)
54647      Branch: perl
54648            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
54649            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
54650 ____________________________________________________________________________
54651 [  6302] By: gsar                                  on 2000/07/04  04:59:35
54652         Log: adjust change#6299
54653      Branch: perl
54654            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
54655            ! win32/win32.c
54656 ____________________________________________________________________________
54657 [  6301] By: jhi                                   on 2000/07/04  04:50:07
54658         Log: Integrate with Sarathy.
54659      Branch: cfgperl
54660           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
54661           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
54662           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
54663 ____________________________________________________________________________
54664 [  6300] By: gsar                                  on 2000/07/04  04:42:09
54665         Log: PERL_OBJECT build tweak
54666      Branch: perl
54667            ! perl.h
54668 ____________________________________________________________________________
54669 [  6299] By: gsar                                  on 2000/07/04  04:37:00
54670         Log: fix memory leak on Windows (PL_sys_intern contents were never
54671              freed)
54672      Branch: perl
54673            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
54674            ! perlapi.c proto.h win32/win32.c
54675 ____________________________________________________________________________
54676 [  6298] By: gsar                                  on 2000/07/04  04:15:59
54677         Log: fix large memory leak that has been around for ever, masked by
54678              -DPURIFY (most of the arenas were never freed!)
54679      Branch: perl
54680            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
54681 ____________________________________________________________________________
54682 [  6297] By: gsar                                  on 2000/07/04  04:07:46
54683         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
54684      Branch: perl
54685            ! perl.c
54686 ____________________________________________________________________________
54687 [  6296] By: jhi                                   on 2000/06/30  18:28:37
54688         Log: Elaborate POSIX.pod.  Still needs work.
54689      Branch: cfgperl
54690            ! ext/POSIX/POSIX.pod
54691 ____________________________________________________________________________
54692 [  6295] By: jhi                                   on 2000/06/30  14:58:18
54693         Log: Point to perlipc for more SysV IPC examples.
54694      Branch: cfgperl
54695            ! pod/perlfunc.pod
54696 ____________________________________________________________________________
54697 [  6294] By: gsar                                  on 2000/06/30  14:47:45
54698         Log: slurp mode fix in change#4736 still not quite right
54699      Branch: perl
54700            ! pp_hot.c t/io/argv.t
54701 ____________________________________________________________________________
54702 [  6293] By: jhi                                   on 2000/06/30  12:02:55
54703         Log: Integrate with Sarathy.
54704      Branch: cfgperl
54705           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
54706 ____________________________________________________________________________
54707 [  6292] By: jhi                                   on 2000/06/30  12:01:11
54708         Log: From: simon@brecon.co.uk (Simon Cozens)
54709              Subject: UTF8 concat
54710              Date: 30 Jun 2000 06:13:25 GMT
54711              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
54712      Branch: cfgperl
54713            ! pp_hot.c
54714 ____________________________________________________________________________
54715 [  6291] By: gsar                                  on 2000/06/30  04:37:33
54716         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
54717              when @_ is modified, causing coredumps
54718      Branch: perl
54719            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
54720 ____________________________________________________________________________
54721 [  6290] By: jhi                                   on 2000/06/30  02:21:44
54722         Log: Integrate with Sarathy.
54723      Branch: cfgperl
54724           !> vms/vms.c vms/vmsish.h
54725 ____________________________________________________________________________
54726 [  6289] By: jhi                                   on 2000/06/30  02:21:02
54727         Log: Check VERSIONs.
54728      Branch: cfgperl
54729            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
54730            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
54731            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
54732 ____________________________________________________________________________
54733 [  6288] By: jhi                                   on 2000/06/30  02:18:52
54734         Log: Integrate with Sarathy.
54735      Branch: cfgperl
54736           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
54737           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
54738           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
54739           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
54740 ____________________________________________________________________________
54741 [  6287] By: gsar                                  on 2000/06/30  02:17:08
54742         Log: integrate vmsperl changes into mainline
54743      Branch: perl
54744           !> vms/vms.c vms/vmsish.h
54745 ____________________________________________________________________________
54746 [  6285] By: gsar                                  on 2000/06/30  02:05:28
54747         Log: localize %INC in a Safe compartment so that use/require work
54748              (many other magic globals probably need similar treatment)
54749      Branch: perl
54750            ! ext/Opcode/Opcode.xs
54751 ____________________________________________________________________________
54752 [  6284] By: gsar                                  on 2000/06/30  01:54:54
54753         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
54754              about Windows
54755      Branch: perl
54756            ! pod/perlembed.pod
54757 ____________________________________________________________________________
54758 [  6283] By: jhi                                   on 2000/06/30  01:50:10
54759         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
54760              From: Barrie Slaymaker <barries@jester.slaysys.com>
54761              Date: Wed, 28 Jun 2000 11:35:29 -0400
54762              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
54763      Branch: perl
54764            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
54765            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
54766            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
54767            ! lib/File/Spec/Win32.pm
54768 ____________________________________________________________________________
54769 [  6282] By: jhi                                   on 2000/06/29  22:57:22
54770         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
54771              From: Dan Sugalski <dan@sidhe.org>
54772              Date: Tue, 06 Jun 2000 11:59:50 -0400
54773              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
54774      Branch: cfgperl
54775            ! vms/vms.c
54776 ____________________________________________________________________________
54777 [  6281] By: jhi                                   on 2000/06/29  22:52:50
54778         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
54779              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54780              Date: Wed, 7 Jun 2000 04:02:04 -0500
54781              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
54782      Branch: cfgperl
54783            ! utils/h2xs.PL
54784 ____________________________________________________________________________
54785 [  6280] By: jhi                                   on 2000/06/29  22:45:47
54786         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
54787              From: rspier@pobox.com (Robert Spier)
54788              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
54789              Message-ID: <14654.31913.845602.610277@rls.cx>
54790      Branch: cfgperl
54791            ! utils/h2xs.PL
54792 ____________________________________________________________________________
54793 [  6279] By: jhi                                   on 2000/06/29  22:38:16
54794         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
54795              From: Tim Ayers <tayers@bridge.com>
54796              Date: Thu, 08 Jun 2000 08:11:06 +0200
54797              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
54798              [resent by Richard Foley, Message-Id probably wrong]
54799      Branch: cfgperl
54800            ! pod/perlsub.pod
54801 ____________________________________________________________________________
54802 [  6278] By: jhi                                   on 2000/06/29  22:21:45
54803         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
54804              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
54805              Date: Fri, 09 Jun 2000 12:39:27 -0400
54806              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
54807              (plus update the version "number" of Text::Wrap)
54808      Branch: cfgperl
54809            ! lib/Text/Wrap.pm
54810 ____________________________________________________________________________
54811 [  6277] By: jhi                                   on 2000/06/29  22:13:10
54812         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
54813              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54814              Date: Mon, 12 Jun 2000 14:55:59 +0100
54815              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
54816      Branch: cfgperl
54817            ! pod/perlfunc.pod
54818 ____________________________________________________________________________
54819 [  6276] By: jhi                                   on 2000/06/29  22:11:06
54820         Log: Subject: [PATCH] Re: eval documentation: context
54821              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54822              Date: Mon, 12 Jun 2000 15:07:29 +0100
54823              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
54824      Branch: cfgperl
54825            ! pod/perlfunc.pod
54826 ____________________________________________________________________________
54827 [  6275] By: jhi                                   on 2000/06/29  21:59:46
54828         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
54829              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54830              Date: Tue, 13 Jun 2000 02:43:48 -0500
54831              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
54832      Branch: cfgperl
54833            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
54834 ____________________________________________________________________________
54835 [  6274] By: jhi                                   on 2000/06/29  21:56:14
54836         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
54837              From: Andy Dougherty <doughera@lafayette.edu>
54838              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
54839              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
54840      Branch: cfgperl
54841            ! ext/File/Glob/Glob.pm
54842 ____________________________________________________________________________
54843 [  6273] By: jhi                                   on 2000/06/29  21:49:09
54844         Log: Subject: [PATCH] xsub attributes
54845              From: Doug MacEachern <dougm@covalent.net>
54846              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
54847              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
54848      Branch: cfgperl
54849            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
54850            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
54851 ____________________________________________________________________________
54852 [  6272] By: jhi                                   on 2000/06/29  21:41:28
54853         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
54854              From: Tom Phoenix <rootbeer@redcat.com>
54855              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
54856              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
54857      Branch: cfgperl
54858            ! lib/Net/Ping.pm
54859 ____________________________________________________________________________
54860 [  6271] By: jhi                                   on 2000/06/29  21:36:55
54861         Log: Subject: PATCH pod/perltie.pod
54862              From: Ian Phillipps <Ian.Phillipps@iname.com>
54863              Date: Fri, 16 Jun 2000 00:17:19 +0100
54864              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
54865              (only the first hunk, the second hunk had already been done
54866              by some other patch)
54867      Branch: cfgperl
54868            ! pod/perltie.pod
54869 ____________________________________________________________________________
54870 [  6270] By: jhi                                   on 2000/06/29  21:24:51
54871         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
54872              From: Nicholas Clark <nick@talking.bollo.cx>
54873              Date: Fri, 23 Jun 2000 16:21:15 +0100
54874              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
54875      Branch: cfgperl
54876            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
54877            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
54878 ____________________________________________________________________________
54879 [  6269] By: jhi                                   on 2000/06/29  19:38:15
54880         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
54881              silence few compiler warnings.
54882      Branch: cfgperl
54883            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
54884 ____________________________________________________________________________
54885 [  6268] By: jhi                                   on 2000/06/29  18:21:50
54886         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
54887              From: Dominic Dunlop <domo@computer.org> 
54888              Date: Thu, 29 Jun 2000 12:32:39 +0200 
54889              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
54890      Branch: cfgperl
54891            ! t/op/sprintf.t
54892 ____________________________________________________________________________
54893 [  6267] By: jhi                                   on 2000/06/29  18:16:07
54894         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
54895              From: Doug MacEachern <dougm@covalent.net>
54896              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
54897              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
54898      Branch: cfgperl
54899            + t/op/method2entersub.t
54900            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
54901            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
54902            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
54903            ! xsutils.c
54904 ____________________________________________________________________________
54905 [  6266] By: jhi                                   on 2000/06/29  15:11:15
54906         Log: Subject: [PATCH 5.6.0] cygwin port
54907              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
54908              From: "Fifer, Eric" <EFifer@sanwaint.com>
54909              Date: Thu, 29 Jun 2000 12:58:29 +0100
54910      Branch: cfgperl
54911            ! cygwin/Makefile.SHs
54912 ____________________________________________________________________________
54913 [  6265] By: jhi                                   on 2000/06/29  15:04:05
54914         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
54915              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54916              Date: Wed, 28 Jun 2000 17:50:12 -0700
54917              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
54918      Branch: cfgperl
54919            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
54920 ____________________________________________________________________________
54921 [  6264] By: jhi                                   on 2000/06/29  15:00:57
54922         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
54923              From: Marty Lucich <marty@netcom.com>
54924              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
54925              Message-Id: <200006282116.OAA11148@netcom.com>
54926              ccdlflags update (the BSD/OS 4.1 part had already been taken
54927              care of by #6141).
54928      Branch: cfgperl
54929            ! hints/bsdos.sh
54930 ____________________________________________________________________________
54931 [  6263] By: jhi                                   on 2000/06/29  13:47:44
54932         Log: tr fixes from Simon Cozens
54933      Branch: cfgperl
54934            ! doop.c
54935 ____________________________________________________________________________
54936 [  6262] By: jhi                                   on 2000/06/28  18:46:01
54937         Log: Subject: 5.6.0 Patch for EPOC
54938              From: Olaf Flebbe <o.flebbe@gmx.de>
54939              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
54940              Message-ID: <23449.960929969@www11.gmx.net>
54941      Branch: cfgperl
54942            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
54943            ! epoc/epocish.h
54944 ____________________________________________________________________________
54945 [  6261] By: jhi                                   on 2000/06/28  18:29:07
54946         Log: Subject: Re: [PATCH cfgperl] BOMs away!
54947              From: simon@brecon.co.uk (Simon Cozens)
54948              Date: 17 Jun 2000 11:49:57 GMT
54949              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
54950      Branch: cfgperl
54951            ! pod/perldiag.pod t/comp/require.t toke.c
54952 ____________________________________________________________________________
54953 [  6260] By: jhi                                   on 2000/06/28  17:47:16
54954         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
54955              From: simon@brecon.co.uk (Simon Cozens) 
54956              Date: 17 Jun 2000 11:56:44 GMT 
54957              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
54958              pack U0, pack C0
54959      Branch: cfgperl
54960            ! pod/perlfunc.pod pp.c t/op/pack.t
54961 ____________________________________________________________________________
54962 [  6259] By: jhi                                   on 2000/06/28  16:43:17
54963         Log: perlnewmod was missing from MANIFEST.
54964      Branch: cfgperl
54965            ! MANIFEST
54966 ____________________________________________________________________________
54967 [  6258] By: jhi                                   on 2000/06/28  15:54:30
54968         Log: linenumber tweak
54969      Branch: cfgperl
54970            ! t/pragma/warn/regcomp
54971 ____________________________________________________________________________
54972 [  6257] By: jhi                                   on 2000/06/28  15:50:44
54973         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
54974              From: Doug MacEachern <dougm@covalent.net>
54975              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
54976              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
54977              (one part of the patch had been applied earlier)
54978      Branch: cfgperl
54979            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
54980 ____________________________________________________________________________
54981 [  6256] By: jhi                                   on 2000/06/28  15:40:22
54982         Log: tweaks from Simon Cozens to further fix tr/// under utf8
54983      Branch: cfgperl
54984            ! doop.c
54985 ____________________________________________________________________________
54986 [  6255] By: jhi                                   on 2000/06/28  15:33:45
54987         Log: small thinko tweaks
54988      Branch: cfgperl
54989            ! lib/IPC/Open3.pm t/op/my_stash.t
54990 ____________________________________________________________________________
54991 [  6254] By: jhi                                   on 2000/06/28  15:33:25
54992         Log: Subject: tr///, help wanted.
54993              From: simon@brecon.co.uk (Simon Cozens)
54994              Date: 28 Jun 2000 11:29:04 GMT
54995              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
54996      Branch: cfgperl
54997            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
54998            ! pp_proto.h proto.h t/op/tr.t
54999 ____________________________________________________________________________
55000 [  6253] By: jhi                                   on 2000/06/28  15:09:17
55001         Log: Paranoia tweak on #6249.
55002              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
55003              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
55004              Date: Sun, 25 Jun 2000 23:43:12 -0400
55005              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
55006      Branch: cfgperl
55007            ! lib/IPC/Open3.pm
55008 ____________________________________________________________________________
55009 [  6252] By: jhi                                   on 2000/06/28  15:01:38
55010         Log: Document #6249 and #6251.
55011      Branch: cfgperl
55012            ! lib/Exporter.pm lib/IPC/Open3.pm
55013 ____________________________________________________________________________
55014 [  6251] By: jhi                                   on 2000/06/28  14:50:43
55015         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
55016              From: Doug MacEachern <dougm@covalent.net>
55017              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
55018              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
55019      Branch: cfgperl
55020            ! lib/Exporter.pm
55021 ____________________________________________________________________________
55022 [  6250] By: jhi                                   on 2000/06/28  14:45:23
55023         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
55024              From: Doug MacEachern <dougm@covalent.net>
55025              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
55026              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
55027      Branch: cfgperl
55028            + t/op/my_stash.t
55029            ! MANIFEST embed.pl global.sym proto.h toke.c
55030 ____________________________________________________________________________
55031 [  6249] By: jhi                                   on 2000/06/28  14:36:34
55032         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
55033              From: Frank Tobin <ftobin@uiuc.edu>
55034              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
55035              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
55036      Branch: cfgperl
55037            ! lib/IPC/Open3.pm
55038 ____________________________________________________________________________
55039 [  6248] By: jhi                                   on 2000/06/28  14:11:25
55040         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
55041              From: Mark-Jason Dominus <mjd@plover.com>
55042              Date: Tue, 27 Jun 2000 22:36:42 -0400
55043              Message-ID: <20000628023642.12166.qmail@plover.com>
55044      Branch: cfgperl
55045            ! pod/perlfunc.pod
55046 ____________________________________________________________________________
55047 [  6247] By: jhi                                   on 2000/06/27  12:46:37
55048         Log: Tweak $VERSION, patch from Doug MacEachern.
55049      Branch: cfgperl
55050            ! lib/File/Spec.pm
55051 ____________________________________________________________________________
55052 [  6246] By: jhi                                   on 2000/06/27  03:34:46
55053         Log: Allow for standalone testing.
55054      Branch: cfgperl
55055            ! t/lib/filefunc.t t/lib/filespec.t
55056 ____________________________________________________________________________
55057 [  6245] By: jhi                                   on 2000/06/27  02:50:02
55058         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
55059              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
55060              Date: Sat, 24 Jun 2000 13:06:20 +0100
55061              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
55062      Branch: cfgperl
55063            ! ext/DynaLoader/DynaLoader_pm.PL
55064 ____________________________________________________________________________
55065 [  6244] By: jhi                                   on 2000/06/27  02:46:10
55066         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
55067              From: Doug MacEachern <dougm@covalent.net>
55068              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
55069              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
55070      Branch: cfgperl
55071            ! gv.c sv.c t/lib/peek.t
55072 ____________________________________________________________________________
55073 [  6243] By: jhi                                   on 2000/06/27  02:38:07
55074         Log: Subject: [PATCH] is_utf8_string
55075              From: simon@brecon.co.uk (Simon Cozens)
55076              Date: 26 Jun 2000 02:25:59 GMT
55077              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
55078      Branch: cfgperl
55079            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
55080            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
55081            ! proto.h utf8.c
55082 ____________________________________________________________________________
55083 [  6242] By: jhi                                   on 2000/06/27  02:24:00
55084         Log: Subject: [PATCH] bytes<->utf8 fixes
55085              From: simon@brecon.co.uk (Simon Cozens)
55086              Date: 26 Jun 2000 04:55:45 GMT
55087              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
55088      Branch: cfgperl
55089            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
55090 ____________________________________________________________________________
55091 [  6241] By: jhi                                   on 2000/06/27  02:12:42
55092         Log: Do no -warn on \_, only on \alpha.
55093              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
55094              From: David Dyck <dcd@tc.fluke.com>
55095              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
55096              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
55097      Branch: cfgperl
55098            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
55099 ____________________________________________________________________________
55100 [  6240] By: jhi                                   on 2000/06/27  02:00:01
55101         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
55102              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
55103              Date: Mon, 26 Jun 2000 18:40:14 +0100
55104              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
55105      Branch: cfgperl
55106            ! utils/h2xs.PL
55107 ____________________________________________________________________________
55108 [  6239] By: jhi                                   on 2000/06/27  01:53:40
55109         Log: Configure maintenance.  Sever some dependency cycles,
55110              separate gccversion from the cc unit,
55111              address [ID 20000623.006] Configure script patch for using gcc on AIX
55112              (but solve it a little bit differently),
55113              unduplex some accidentally duplicated units,
55114              suggest using gcc if no cc available
55115              (p5p thread: "Solaris configure: counterproposal", 1999-09)
55116      Branch: cfgperl
55117            ! Configure Todo-5.6 config_h.SH
55118      Branch: metaconfig
55119            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
55120            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
55121      Branch: metaconfig/U/perl
55122            + gccvers.U
55123            ! d_getespwnam.U d_getprpwnam.U i_prot.U
55124 ____________________________________________________________________________
55125 [  6238] By: jhi                                   on 2000/06/25  18:04:56
55126         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
55127              From: Dan Sugalski <dan@sidhe.org>
55128              Date: Fri, 23 Jun 2000 17:00:00 -0400
55129              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
55130      Branch: cfgperl
55131            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
55132 ____________________________________________________________________________
55133 [  6237] By: jhi                                   on 2000/06/25  16:36:45
55134         Log: Tweak embed.pl, regen headers.
55135      Branch: cfgperl
55136            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
55137            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
55138            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
55139            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
55140            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
55141 ____________________________________________________________________________
55142 [  6236] By: jhi                                   on 2000/06/25  15:26:42
55143         Log: Regen headers.
55144      Branch: cfgperl
55145            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
55146            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
55147            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
55148            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
55149            ! regnodes.h warnings.h
55150 ____________________________________________________________________________
55151 [  6235] By: jhi                                   on 2000/06/23  19:39:35
55152         Log: The thread begun by
55153              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
55154              From: Kevin.Ruscoe@ubsw.com
55155              Date: Fri, 16 Jun 2000 16:38:51 +0100
55156              Message-Id: <H000019b03c300d6@MHS>
55157      Branch: cfgperl
55158            ! hints/solaris_2.sh
55159 ____________________________________________________________________________
55160 [  6234] By: jhi                                   on 2000/06/23  19:23:36
55161         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
55162              because when run as services (Win32ese for daemons)
55163              no environment variables are set and tmpdir ends up as /tmp,
55164              which is ambiguous.
55165              
55166              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
55167              From: matt@sergeant.org
55168              Date: 16 Jun 2000 16:30:43 -0000
55169              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
55170      Branch: cfgperl
55171            ! lib/File/Spec/Win32.pm
55172 ____________________________________________________________________________
55173 [  6233] By: jhi                                   on 2000/06/23  19:18:58
55174         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
55175              From: Mark-Jason Dominus <mjd@plover.com>
55176              Date: Fri, 16 Jun 2000 20:53:04 -0400
55177              Message-ID: <20000617005304.8008.qmail@plover.com>
55178      Branch: cfgperl
55179            ! op.h
55180 ____________________________________________________________________________
55181 [  6232] By: jhi                                   on 2000/06/23  16:10:02
55182         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
55183              From: simon@brecon.co.uk (Simon Cozens)
55184              Date: 19 Jun 2000 15:18:27 GMT
55185              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
55186              
55187              plus update pod/Makefile and regenerate perltoc
55188      Branch: cfgperl
55189            + pod/perlutil.pod
55190            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
55191 ____________________________________________________________________________
55192 [  6231] By: jhi                                   on 2000/06/23  15:19:18
55193         Log: Subject: [PATCH 5.6.0] cygwin port
55194              From: "Fifer, Eric" <EFifer@sanwaint.com>
55195              Date: Tue, 20 Jun 2000 14:30:58 +0100
55196              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
55197      Branch: cfgperl
55198            ! README.cygwin lib/File/Find.pm
55199 ____________________________________________________________________________
55200 [  6230] By: jhi                                   on 2000/06/23  14:25:21
55201         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
55202      Branch: cfgperl
55203            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
55204            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
55205            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55206            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
55207 ____________________________________________________________________________
55208 [  6229] By: jhi                                   on 2000/06/23  14:13:34
55209         Log: Subject: README.hpux version 0.6.1
55210              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
55211              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
55212              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
55213      Branch: cfgperl
55214            ! README.hpux
55215 ____________________________________________________________________________
55216 [  6228] By: jhi                                   on 2000/06/23  14:07:20
55217         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
55218              From: Doug MacEachern <dougm@covalent.net>
55219              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
55220              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
55221      Branch: cfgperl
55222            ! op.c
55223 ____________________________________________________________________________
55224 [  6227] By: jhi                                   on 2000/06/23  14:01:06
55225         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
55226              From: Doug MacEachern <dougm@covalent.net>
55227              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
55228              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
55229      Branch: cfgperl
55230            + lib/lib.pm.PL
55231            - lib/lib.pm
55232            ! MANIFEST Makefile.SH
55233 ____________________________________________________________________________
55234 [  6226] By: jhi                                   on 2000/06/23  13:53:07
55235         Log: Subject: [PATCH] remove forward declarations in Socket.pm
55236              From: Doug MacEachern <dougm@covalent.net>
55237              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
55238              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
55239              
55240              From: Doug MacEachern <dougm@covalent.net>
55241              Subject: Re: [PATCH] remove forward declarations in Socket.pm
55242              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
55243              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
55244      Branch: cfgperl
55245            ! ext/Socket/Socket.pm op.c
55246 ____________________________________________________________________________
55247 [  6225] By: jhi                                   on 2000/06/23  13:41:52
55248         Log: Add source code filenames to apidoc.
55249              From: simon@brecon.co.uk (Simon Cozens)
55250              Subject: [PATCH embed.pl] Source X-ref
55251              Date: 22 Jun 2000 02:18:49 GMT
55252              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
55253      Branch: cfgperl
55254            ! embed.pl
55255 ____________________________________________________________________________
55256 [  6224] By: jhi                                   on 2000/06/23  13:32:33
55257         Log: A way to avoid English.pm performance hit.
55258              From: root <root@jester.slaysys.com>
55259              Subject: [YAPATCH English.pm] My turn to putt again
55260              Date: Thu, 22 Jun 2000 20:33:58 -0400
55261              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
55262      Branch: cfgperl
55263            ! lib/English.pm t/lib/english.t
55264 ____________________________________________________________________________
55265 [  6223] By: jhi                                   on 2000/06/23  13:27:06
55266         Log: Avoid double close().
55267              Subject: [PATCH] avoid double close()
55268              From: Doug MacEachern <dougm@covalent.net>
55269              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
55270              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
55271      Branch: cfgperl
55272            ! doio.c
55273 ____________________________________________________________________________
55274 [  6222] By: jhi                                   on 2000/06/23  13:25:54
55275         Log: doc typo fix
55276              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
55277              From: Ian Phillipps <Ian.Phillipps@iname.com>
55278              Date: Fri, 23 Jun 2000 10:40:58 +0100
55279              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
55280      Branch: cfgperl
55281            ! lib/Pod/Usage.pm
55282 ____________________________________________________________________________
55283 [  6221] By: jhi                                   on 2000/06/23  13:24:15
55284         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
55285              From: simon@brecon.co.uk (Simon Cozens)
55286              Subject: [PATCH] Eliminate tr///[CU][CU]
55287              Date: 23 Jun 2000 11:05:40 GMT
55288              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
55289      Branch: cfgperl
55290            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
55291 ____________________________________________________________________________
55292 [  6220] By: jhi                                   on 2000/06/22  16:07:51
55293         Log: Win32 patches from Benjamin Stuhl.
55294      Branch: cfgperl
55295            ! makedef.pl win32/win32.h
55296 ____________________________________________________________________________
55297 [  6219] By: jhi                                   on 2000/06/22  16:06:34
55298         Log: Bytecode patches from Benjamin Stuhl.
55299      Branch: cfgperl
55300            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
55301            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
55302            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55303 ____________________________________________________________________________
55304 [  6218] By: jhi                                   on 2000/06/15  23:54:16
55305         Log: Bytecode patches from Benjamin Stuhl.
55306      Branch: cfgperl
55307            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
55308 ____________________________________________________________________________
55309 [  6217] By: jhi                                   on 2000/06/09  13:38:29
55310         Log: Rename the fdpid locking and integrate with Sarathy.
55311      Branch: cfgperl
55312            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
55313            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
55314            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
55315            ! win32/win32.c
55316           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
55317 ____________________________________________________________________________
55318 [  6216] By: gsar                                  on 2000/06/08  14:54:21
55319         Log: be more optimal about clearing @_
55320      Branch: perl
55321            ! cop.h
55322 ____________________________________________________________________________
55323 [  6215] By: gsar                                  on 2000/06/08  14:33:04
55324         Log: tweak comment about @DB::args
55325      Branch: perl
55326            ! av.h pp_ctl.c
55327 ____________________________________________________________________________
55328 [  6214] By: gsar                                  on 2000/06/08  13:57:54
55329         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
55330              caller() wants to populate @DB::args with it (causes a coredump
55331              in Carp::confess())
55332      Branch: perl
55333            ! cop.h t/op/runlevel.t
55334 ____________________________________________________________________________
55335 [  6213] By: gsar                                  on 2000/06/08  07:06:35
55336         Log: back out change#6106 (seems problematic)
55337      Branch: perl
55338            ! hints/solaris_2.sh
55339 ____________________________________________________________________________
55340 [  6212] By: jhi                                   on 2000/06/07  03:10:36
55341         Log: Continuing mopup for #6204.
55342      Branch: cfgperl
55343            ! ext/B/defsubs_h.PL
55344 ____________________________________________________________________________
55345 [  6211] By: jhi                                   on 2000/06/07  02:41:50
55346         Log: Mopup for #6204.
55347              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
55348              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
55349              This is comes from const() where POK isn't on when expected.
55350      Branch: cfgperl
55351            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
55352            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55353            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
55354            ! perlapi.h pod/perlapi.pod
55355 ____________________________________________________________________________
55356 [  6210] By: jhi                                   on 2000/06/07  01:56:29
55357         Log: Mopup for #6207 and #6209.
55358      Branch: cfgperl
55359            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
55360 ____________________________________________________________________________
55361 [  6209] By: jhi                                   on 2000/06/07  01:33:12
55362         Log: Lock PL_fdpid against race conditions, based on:
55363              Subject: [PATCH 5.6.0]subprocess fixup for threads
55364              From: Dan Sugalski <dan@sidhe.org>
55365              To: perl5-porters@perl.org
55366              Date: Tue, 11 Apr 2000 17:02:32 -0400
55367              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
55368      Branch: cfgperl
55369            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
55370            ! win32/win32.c
55371 ____________________________________________________________________________
55372 [  6208] By: jhi                                   on 2000/06/07  01:05:23
55373         Log: Regen headers for #6207.
55374      Branch: cfgperl
55375            ! embed.h global.sym objXSUB.h proto.h
55376 ____________________________________________________________________________
55377 [  6207] By: jhi                                   on 2000/06/06  23:43:13
55378         Log: Subject: [PATCH 5.6.0] Threadsafe patches
55379              From: Dan Sugalski <dan@sidhe.org>
55380              To: perl5-porters@perl.org
55381              Date: Mon, 08 May 2000 18:08:13 -0400
55382              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
55383      Branch: cfgperl
55384            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
55385            ! proto.h sv.h util.c
55386 ____________________________________________________________________________
55387 [  6206] By: jhi                                   on 2000/06/06  23:21:23
55388         Log: Subject: [PATCH] Eliminate $a/$b in pod
55389              From: David Glasser <me@davidglasser.net>
55390              To: perl5-porters@perl.org
55391              Date: Mon, 29 May 2000 21:15:59 -0400
55392              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
55393      Branch: cfgperl
55394            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
55395            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
55396            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
55397            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
55398            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
55399            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
55400            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
55401            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
55402            ! pod/perlvar.pod pod/perlxs.pod
55403 ____________________________________________________________________________
55404 [  6205] By: jhi                                   on 2000/06/06  23:12:14
55405         Log: Subject: [PATCH] Win32 improvements
55406              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
55407              To: gsar@activestate.com, perl5-porters@perl.org
55408              Date: Mon, 29 May 2000 17:22:24 PDT
55409              Message-ID: <20000530002224.91142.qmail@hotmail.com>
55410              (MUA had mangled many lines by wordwrapping)
55411      Branch: cfgperl
55412            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
55413 ____________________________________________________________________________
55414 [  6204] By: jhi                                   on 2000/06/06  23:01:50
55415         Log: Subject: [PATCH] B::Bytecode patches
55416              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
55417              To: gsar@activestate.com, jhi@iki.fi
55418              Cc: perl5-porters@perl.org
55419              Message-ID: <20000602202526.48694.qmail@hotmail.com>
55420              (MUA had mangled many lines by wordwrapping)
55421      Branch: cfgperl
55422            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
55423            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
55424            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55425            ! intrpvar.h perl.c
55426 ____________________________________________________________________________
55427 [  6203] By: jhi                                   on 2000/06/06  22:32:43
55428         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
55429              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55430              Date: Tue, 06 Jun 2000 13:07:45 -0700
55431              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
55432      Branch: cfgperl
55433            ! pod/perldiag.pod
55434 ____________________________________________________________________________
55435 [  6202] By: jhi                                   on 2000/06/06  19:38:35
55436         Log: Integrate with Sarathy.
55437      Branch: cfgperl
55438           !> perl.c
55439 ____________________________________________________________________________
55440 [  6201] By: gsar                                  on 2000/06/06  00:42:59
55441         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
55442              does a PUSHMARK that's never ever POPMARKed; in general, only
55443              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
55444              Perl_eval_[sp]v() don't because they don't take any incoming
55445              arguments (this leak has been around since the original version
55446              of perl_eval_pv() in 5.003_97e)
55447      Branch: perl
55448            ! perl.c
55449 ____________________________________________________________________________
55450 [  6200] By: jhi                                   on 2000/06/04  03:44:52
55451         Log: Update to cperl-mode.el 4.31 from
55452              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
55453              Subject: A couple of notes
55454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55455              To: Mailing list Perl5 <perl5-porters@perl.org>
55456              Date: Sat, 3 Jun 2000 23:33:32 -0400
55457              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
55458      Branch: cfgperl
55459            ! emacs/cperl-mode.el
55460 ____________________________________________________________________________
55461 [  6199] By: jhi                                   on 2000/06/03  15:11:05
55462         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
55463              From: Dan Sugalski <dan@sidhe.org>
55464              To: perl5-porters@perl.org, vmsperl@perl.org
55465              Date: Fri, 02 Jun 2000 17:30:51 -0400
55466              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
55467      Branch: cfgperl
55468            ! vms/descrip_mms.template vms/gen_shrfls.pl
55469 ____________________________________________________________________________
55470 [  6198] By: jhi                                   on 2000/06/03  14:59:15
55471         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
55472              From: Dan Sugalski <dan@sidhe.org>
55473              To: vmsperl@perl.org, perl5-porters@perl.org
55474              Date: Fri, 02 Jun 2000 16:00:41 -0400
55475              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
55476              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
55477      Branch: cfgperl
55478            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
55479            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
55480            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
55481 ____________________________________________________________________________
55482 [  6197] By: jhi                                   on 2000/06/03  14:41:30
55483         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
55484              From: John Borwick <jhborwic@unity.ncsu.edu>
55485              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
55486              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
55487      Branch: cfgperl
55488            ! pod/perlsyn.pod
55489 ____________________________________________________________________________
55490 [  6196] By: jhi                                   on 2000/06/03  14:38:09
55491         Log: Integrate with Sarathy.
55492      Branch: cfgperl
55493           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
55494           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
55495           !> vms/perly_c.vms
55496 ____________________________________________________________________________
55497 [  6195] By: gsar                                  on 2000/06/02  22:43:13
55498         Log: fix yet another eval"" leak under USE_ITHREADS
55499      Branch: perl
55500            ! op.c
55501 ____________________________________________________________________________
55502 [  6194] By: gsar                                  on 2000/06/02  18:22:06
55503         Log: fix small eval"" memory leaks under USE_ITHREADS
55504      Branch: perl
55505            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
55506            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
55507            ! vms/perly_c.vms
55508 ____________________________________________________________________________
55509 [  6193] By: jhi                                   on 2000/06/01  13:03:56
55510         Log: Signals-be-gone for microperl.
55511      Branch: cfgperl
55512            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
55513 ____________________________________________________________________________
55514 [  6192] By: jhi                                   on 2000/06/01  12:52:02
55515         Log: Integrate with Sarathy.
55516      Branch: cfgperl
55517           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
55518           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
55519           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
55520           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
55521           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
55522           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
55523           !> t/op/vec.t utils/h2xs.PL
55524 ____________________________________________________________________________
55525 [  6191] By: gsar                                  on 2000/06/01  09:38:21
55526         Log: vec() loses numericalness (modified version of patch suggested
55527              by Robin Barker)
55528      Branch: perl
55529            ! doop.c t/op/vec.t
55530 ____________________________________________________________________________
55531 [  6190] By: gsar                                  on 2000/06/01  09:26:15
55532         Log: submit missing embed.pl change
55533      Branch: perl
55534            ! embed.pl
55535 ____________________________________________________________________________
55536 [  6189] By: gsar                                  on 2000/06/01  09:05:34
55537         Log: counting tr/// corrupts later operation (from M.J.T Guy)
55538      Branch: perl
55539            ! doop.c t/op/tr.t
55540 ____________________________________________________________________________
55541 [  6188] By: gsar                                  on 2000/06/01  08:58:39
55542         Log: h2xs tweaks
55543      Branch: perl
55544            ! utils/h2xs.PL
55545 ____________________________________________________________________________
55546 [  6187] By: gsar                                  on 2000/06/01  08:50:07
55547         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
55548              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
55549      Branch: perl
55550            + lib/Pod/LaTeX.pm
55551            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
55552            ! pod/pod2latex.PL
55553 ____________________________________________________________________________
55554 [  6186] By: gsar                                  on 2000/06/01  08:24:40
55555         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
55556              <wolfgang.laun@alcatel.at>)
55557      Branch: perl
55558            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
55559            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
55560 ____________________________________________________________________________
55561 [  6185] By: gsar                                  on 2000/06/01  08:12:00
55562         Log: remove incorrect documentation about implicit split to @_ in
55563              list context, which never really worked in perl 5 (from
55564              M.J.T. Guy)
55565      Branch: perl
55566            ! pod/perlfunc.pod pod/perltrap.pod
55567 ____________________________________________________________________________
55568 [  6184] By: gsar                                  on 2000/06/01  07:52:27
55569         Log: tweak for change#6127
55570      Branch: perl
55571            ! perl.c
55572 ____________________________________________________________________________
55573 [  6183] By: gsar                                  on 2000/06/01  07:41:02
55574         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
55575              <nick@ccl4.org>)
55576      Branch: perl
55577            + t/lib/selfloader.t
55578            ! MANIFEST lib/SelfLoader.pm
55579 ____________________________________________________________________________
55580 [  6182] By: jhi                                   on 2000/06/01  00:34:42
55581         Log: Be Cleaner Part Deux.
55582      Branch: cfgperl
55583            ! Makefile.SH
55584 ____________________________________________________________________________
55585 [  6181] By: jhi                                   on 2000/06/01  00:32:09
55586         Log: Integrate with Sarathy.
55587      Branch: cfgperl
55588           !> pp.c t/op/arith.t
55589 ____________________________________________________________________________
55590 [  6180] By: jhi                                   on 2000/06/01  00:31:13
55591         Log: microperl nits from Simon Cozens.
55592      Branch: cfgperl
55593            + uconfig.h
55594            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
55595            ! unixish.h
55596 ____________________________________________________________________________
55597 [  6179] By: gsar                                  on 2000/05/31  22:37:51
55598         Log: buggy modulus on UVs introduced by change#3378 (resulted in
55599              4063328477 % 65535 amounting to 27406, instead of 27407)
55600      Branch: perl
55601            ! pp.c t/op/arith.t
55602 ____________________________________________________________________________
55603 [  6178] By: jhi                                   on 2000/05/31  21:52:41
55604         Log: Be cleaner.
55605      Branch: cfgperl
55606            ! Makefile.SH
55607 ____________________________________________________________________________
55608 [  6177] By: jhi                                   on 2000/05/31  21:47:33
55609         Log: Substitution utf8 patch from Simon Cozens.
55610      Branch: cfgperl
55611            ! pp_hot.c
55612 ____________________________________________________________________________
55613 [  6176] By: jhi                                   on 2000/05/31  21:45:34
55614         Log: Single-quoted utf8 patch from Simon Cozens.
55615      Branch: cfgperl
55616            ! toke.c
55617 ____________________________________________________________________________
55618 [  6175] By: jhi                                   on 2000/05/31  21:40:18
55619         Log: Integrate with Sarathy.
55620      Branch: cfgperl
55621           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
55622 ____________________________________________________________________________
55623 [  6174] By: jhi                                   on 2000/05/31  21:37:31
55624         Log: microperl changes from Simon Cozens; Makefile for microperl
55625              written from scratch; few casts added as microperl compilation
55626              doesn't have all prototypes available.
55627      Branch: cfgperl
55628            + Makefile.micro README.micro Todo.micro uconfig.sh
55629            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
55630            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
55631      Branch: metaconfig
55632            + U/modified/Config_h.U
55633 ____________________________________________________________________________
55634 [  6173] By: jhi                                   on 2000/05/31  20:00:24
55635         Log: metaconfig maintenance.
55636      Branch: metaconfig
55637            + U/modified/Inhdr.U U/typedefs/inotype.U
55638      Branch: metaconfig/U/perl
55639            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
55640            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
55641 ____________________________________________________________________________
55642 [  6172] By: gsar                                  on 2000/05/31  05:05:42
55643         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
55644              (from Ilya Zakharevich)
55645      Branch: perl
55646            ! regexec.c t/op/re_tests
55647 ____________________________________________________________________________
55648 [  6171] By: gsar                                  on 2000/05/31  05:01:47
55649         Log: scalar() doesn't force scalar context when used in void context
55650              (from Simon Cozens)
55651      Branch: perl
55652            ! op.c t/op/wantarray.t
55653 ____________________________________________________________________________
55654 [  6170] By: gsar                                  on 2000/05/31  04:41:33
55655         Log: change#6142 needs tweaks to tests to work where there's no symlink()
55656              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
55657      Branch: perl
55658            ! t/lib/filefind.t
55659 ____________________________________________________________________________
55660 [  6169] By: gsar                                  on 2000/05/31  04:29:49
55661         Log: integrate cfgperl contents into mainline
55662      Branch: perl
55663           +> pod/perlmodlib.PL pod/perlnewmod.pod
55664           !> (integrate 42 files)
55665 ____________________________________________________________________________
55666 [  6168] By: jhi                                   on 2000/05/30  22:53:37
55667         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
55668      Branch: cfgperl
55669            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55670            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
55671            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
55672            ! win32/config.bc win32/config.gc win32/config.vc
55673            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55674            ! win32/config_h.PL win32/config_sh.PL
55675      Branch: metaconfig/U/perl
55676            ! perlxv.U
55677 ____________________________________________________________________________
55678 [  6167] By: jhi                                   on 2000/05/30  22:20:21
55679         Log: tweak todo 
55680      Branch: cfgperl
55681            ! Todo-5.6
55682 ____________________________________________________________________________
55683 [  6166] By: jhi                                   on 2000/05/30  22:11:51
55684         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
55685              in case somebody wants to write an extension for more
55686              shadow database interfaces.
55687      Branch: cfgperl
55688            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55689            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
55690            ! vos/config.def vos/config.h vos/config_h.SH_orig
55691            ! win32/config.bc win32/config.gc win32/config.vc
55692            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55693      Branch: metaconfig
55694            ! U/modified/Myinit.U
55695      Branch: metaconfig/U/perl
55696            + d_getespwnam.U d_getprpwnam.U i_prot.U
55697 ____________________________________________________________________________
55698 [  6165] By: jhi                                   on 2000/05/30  18:35:34
55699         Log: Integrate with Sarathy.
55700      Branch: cfgperl
55701           !> op.c
55702 ____________________________________________________________________________
55703 [  6164] By: jhi                                   on 2000/05/30  18:30:16
55704         Log: detypo
55705      Branch: cfgperl
55706            ! Configure config_h.SH
55707      Branch: metaconfig/U/perl
55708            ! perlxv.U
55709 ____________________________________________________________________________
55710 [  6163] By: gsar                                  on 2000/05/30  03:24:03
55711         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
55712      Branch: perl
55713            ! op.c
55714 ____________________________________________________________________________
55715 [  6162] By: gsar                                  on 2000/05/30  03:09:38
55716         Log: fix memory leak in method call optimization (change#3768);
55717              made C<eval "$x->foo()"> leak
55718      Branch: perl
55719            ! op.c
55720 ____________________________________________________________________________
55721 [  6161] By: jhi                                   on 2000/05/29  17:56:26
55722         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
55723              both from Simon Cozens.
55724      Branch: cfgperl
55725            + pod/perlmodlib.PL pod/perlnewmod.pod
55726            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
55727            ! pod/perlmodlib.pod pod/perltoc.pod
55728 ____________________________________________________________________________
55729 [  6160] By: jhi                                   on 2000/05/29  17:23:55
55730         Log: Changes for the File::Temp 0.08 (change #6159) test suite
55731              to fit better into the Perl distribution test framework.
55732      Branch: cfgperl
55733            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
55734            ! t/lib/ftmp-tempfile.t
55735 ____________________________________________________________________________
55736 [  6159] By: jhi                                   on 2000/05/29  16:55:36
55737         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
55738      Branch: cfgperl
55739            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55740            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55741 ____________________________________________________________________________
55742 [  6158] By: bailey                                on 2000/05/29  16:22:08
55743         Log: Add fallback to tmpfile for use in cases where user's relying on
55744              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
55745              Lane's patch)
55746      Branch: vmsperl
55747            ! vms/vms.c vms/vmsish.h
55748 ____________________________________________________________________________
55749 [  6157] By: jhi                                   on 2000/05/29  03:10:36
55750         Log: Regen Configure to jive with #6149.
55751      Branch: cfgperl
55752            ! Configure
55753      Branch: metaconfig
55754            ! U/modified/Getfile.U
55755 ____________________________________________________________________________
55756 [  6156] By: jhi                                   on 2000/05/29  03:01:38
55757         Log: Integrate with Sarathy.
55758      Branch: cfgperl
55759           +> ext/DynaLoader/dl_mac.xs
55760           !> (integrate 38 files)
55761 ____________________________________________________________________________
55762 [  6155] By: gsar                                  on 2000/05/28  21:15:58
55763         Log: small bug in change#6144; remove random \xA0 character that snuck
55764              in via change#6145
55765      Branch: perl
55766            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
55767 ____________________________________________________________________________
55768 [  6154] By: gsar                                  on 2000/05/28  21:04:19
55769         Log: avoid type mismatch warning
55770      Branch: perl
55771            ! perl.c
55772 ____________________________________________________________________________
55773 [  6153] By: gsar                                  on 2000/05/28  20:58:31
55774         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
55775              <nick@Bagpuss.uk.boo.com>)
55776      Branch: perl
55777            ! lib/Test/Harness.pm
55778 ____________________________________________________________________________
55779 [  6152] By: gsar                                  on 2000/05/28  20:53:42
55780         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
55781      Branch: perl
55782            ! regexec.c
55783 ____________________________________________________________________________
55784 [  6151] By: gsar                                  on 2000/05/28  20:50:28
55785         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
55786      Branch: perl
55787            ! regexec.c
55788 ____________________________________________________________________________
55789 [  6150] By: gsar                                  on 2000/05/28  20:39:58
55790         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
55791      Branch: perl
55792            ! pod/perlrequick.pod
55793 ____________________________________________________________________________
55794 [  6149] By: gsar                                  on 2000/05/28  20:35:16
55795         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
55796              <troc@netrus.net>)
55797      Branch: perl
55798            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
55799            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
55800            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
55801            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
55802 ____________________________________________________________________________
55803 [  6148] By: gsar                                  on 2000/05/28  20:21:07
55804         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
55805      Branch: perl
55806            ! lib/ExtUtils/MM_Unix.pm
55807 ____________________________________________________________________________
55808 [  6147] By: gsar                                  on 2000/05/28  20:12:41
55809         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
55810              (from Peter Prymmer)
55811      Branch: perl
55812            ! vms/subconfigure.com
55813 ____________________________________________________________________________
55814 [  6146] By: gsar                                  on 2000/05/28  20:06:15
55815         Log: doc typo
55816      Branch: perl
55817            ! lib/warnings.pm warnings.h warnings.pl
55818 ____________________________________________________________________________
55819 [  6145] By: gsar                                  on 2000/05/28  18:44:33
55820         Log: make xsubpp skip embedded pod (from Matthias Neeracher
55821              <neeri@iis.ee.ethz.ch>)
55822      Branch: perl
55823            ! lib/ExtUtils/xsubpp
55824 ____________________________________________________________________________
55825 [  6144] By: gsar                                  on 2000/05/28  18:42:49
55826         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
55827              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
55828              <neeri@iis.ee.ethz.ch>)
55829      Branch: perl
55830            ! lib/AutoSplit.pm
55831 ____________________________________________________________________________
55832 [  6143] By: gsar                                  on 2000/05/28  18:41:12
55833         Log: MacOS support, part 1 (from Matthias Neeracher
55834              <neeri@iis.ee.ethz.ch>)
55835      Branch: perl
55836            + ext/DynaLoader/dl_mac.xs
55837            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
55838            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
55839            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
55840            ! util.h
55841 ____________________________________________________________________________
55842 [  6142] By: gsar                                  on 2000/05/28  18:21:51
55843         Log: File::Find fails to chdir when chasing symlinks (from
55844              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
55845      Branch: perl
55846            ! lib/File/Find.pm t/lib/filefind.t
55847 ____________________________________________________________________________
55848 [  6141] By: jhi                                   on 2000/05/28  14:25:15
55849         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
55850              forwarded by Peter Seebach from the bsdi-users mailing list.
55851              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
55852      Branch: perl
55853            ! hints/bsdos.sh
55854 ____________________________________________________________________________
55855 [  6140] By: jhi                                   on 2000/05/28  14:11:57
55856         Log: Integrate with Sarathy.
55857      Branch: cfgperl
55858           +> (branch 30 files)
55859           !> (integrate 93 files)
55860 ____________________________________________________________________________
55861 [  6139] By: gsar                                  on 2000/05/28  10:01:48
55862         Log: revise mktables.PL for bugs and newness in Unicode 3.0
55863              (from James Bence <jbence@amgen.com>)
55864      Branch: perl
55865            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
55866            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
55867            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
55868            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
55869            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
55870            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
55871            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
55872            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
55873            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
55874            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
55875            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
55876            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
55877            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
55878            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
55879            + lib/unicode/Is/SylWU.pl
55880            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
55881            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
55882            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
55883            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
55884            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
55885            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
55886            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
55887            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
55888            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
55889            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
55890            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
55891            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
55892            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
55893            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
55894            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
55895            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
55896            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
55897            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
55898            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
55899            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
55900            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
55901            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
55902            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
55903            ! lib/unicode/Makefile lib/unicode/mktables.PL
55904 ____________________________________________________________________________
55905 [  6138] By: gsar                                  on 2000/05/28  08:50:32
55906         Log: add note about the handling of negative indices to tied arrays
55907              (from Michael G Schwern <schwern@pobox.com>)
55908      Branch: perl
55909            ! pod/perltie.pod
55910 ____________________________________________________________________________
55911 [  6137] By: gsar                                  on 2000/05/28  08:46:10
55912         Log: fix bogus redeclaration warning for "our" variables in different
55913              scopes
55914      Branch: perl
55915            ! op.c t/pragma/strict-vars
55916 ____________________________________________________________________________
55917 [  6136] By: gsar                                  on 2000/05/28  08:31:20
55918         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
55919      Branch: perl
55920            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
55921 ____________________________________________________________________________
55922 [  6135] By: gsar                                  on 2000/05/28  08:17:50
55923         Log: enable Test::Harness to dynamically determine column width etc.
55924              (from Rob Napier <rnapier@employees.org>)
55925      Branch: perl
55926            ! lib/Test/Harness.pm
55927 ____________________________________________________________________________
55928 [  6134] By: gsar                                  on 2000/05/28  08:13:39
55929         Log: make Test::Harness use wait.h/WCOREDUMP if available
55930              (from Ben Tilly <ben_tilly@hotmail.com>)
55931      Branch: perl
55932            ! lib/Test/Harness.pm
55933 ____________________________________________________________________________
55934 [  6133] By: gsar                                  on 2000/05/28  08:08:05
55935         Log: elide bogus test in change#6132
55936      Branch: perl
55937            ! t/pragma/warn/9enabled
55938 ____________________________________________________________________________
55939 [  6132] By: gsar                                  on 2000/05/28  08:03:14
55940         Log: warnings::enabled() doesn't fall back to looking at $^W if
55941              caller isn't using lexical warnings (from Paul Marquess)
55942      Branch: perl
55943            ! pp_ctl.c t/pragma/warn/9enabled
55944 ____________________________________________________________________________
55945 [  6131] By: gsar                                  on 2000/05/28  07:57:47
55946         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
55947      Branch: perl
55948            ! ext/POSIX/POSIX.pm
55949 ____________________________________________________________________________
55950 [  6130] By: gsar                                  on 2000/05/28  07:29:12
55951         Log: fix places that mean C<"word" character> but say C<alphanumeric
55952              character>
55953      Branch: perl
55954            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
55955 ____________________________________________________________________________
55956 [  6129] By: gsar                                  on 2000/05/28  07:18:41
55957         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
55958      Branch: perl
55959            ! vms/test.com
55960 ____________________________________________________________________________
55961 [  6128] By: gsar                                  on 2000/05/28  07:12:55
55962         Log: new perlxstut example for passing/returning refs to arrays
55963              (from David Lowe <dlowe@pootpoot.com>)
55964      Branch: perl
55965            ! pod/perlxstut.pod
55966 ____________________________________________________________________________
55967 [  6127] By: gsar                                  on 2000/05/28  07:02:50
55968         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
55969              failed (from Gisle Aas)
55970      Branch: perl
55971            ! cop.h perl.c
55972 ____________________________________________________________________________
55973 [  6126] By: gsar                                  on 2000/05/28  06:39:53
55974         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
55975              (reworked variant of patch suggested by Simon Cozens)
55976      Branch: perl
55977            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
55978            ! pp_hot.c proto.h t/op/gv.t
55979 ____________________________________________________________________________
55980 [  6125] By: gsar                                  on 2000/05/28  05:14:55
55981         Log: enable propagating exception objects via Perl_croak() in XS code
55982              (from Gisle Aas)
55983      Branch: perl
55984            ! util.c
55985 ____________________________________________________________________________
55986 [  6124] By: gsar                                  on 2000/05/28  05:07:28
55987         Log: integrate vmsperl contents into mainline
55988      Branch: perl
55989           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
55990           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
55991           !> vms/vmsish.h
55992 ____________________________________________________________________________
55993 [  6123] By: gsar                                  on 2000/05/28  05:03:53
55994         Log: clarify gotcha with #line directives (from Rocco Caputo
55995              <troc@netrus.net>)
55996      Branch: perl
55997            ! pod/perldebug.pod pod/perlsyn.pod
55998 ____________________________________________________________________________
55999 [  6122] By: gsar                                  on 2000/05/28  04:58:29
56000         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
56001              (from Mark-Jason Dominus)
56002      Branch: perl
56003            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
56004            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
56005            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
56006            ! toke.c
56007 ____________________________________________________________________________
56008 [  6121] By: bailey                                on 2000/05/25  04:46:54
56009         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
56010              lists (based on fixes by Craig Berry)
56011      Branch: vmsperl
56012            ! lib/File/Spec/VMS.pm
56013 ____________________________________________________________________________
56014 [  6120] By: bailey                                on 2000/05/25  04:25:38
56015         Log: Add missing escape (Charles Lane)
56016      Branch: vmsperl
56017            ! t/op/lex_assign.t
56018 ____________________________________________________________________________
56019 [  6119] By: bailey                                on 2000/05/25  04:21:25
56020         Log: Quiet error messages in vmsish.t (Charles Lane)
56021      Branch: vmsperl
56022            ! vms/ext/vmsish.t
56023 ____________________________________________________________________________
56024 [  6118] By: bailey                                on 2000/05/25  04:17:57
56025         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
56026              Flatten case labels in switch statements uniformly (Charles Bailey)
56027      Branch: vmsperl
56028            ! vms/vms.c
56029 ____________________________________________________________________________
56030 [  6117] By: bailey                                on 2000/05/25  03:58:09
56031         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
56032      Branch: vmsperl
56033            ! vms/vmsish.h
56034 ____________________________________________________________________________
56035 [  6116] By: bailey                                on 2000/05/25  03:11:15
56036         Log: Miscellaneous cosmetic fixes (Charles Lane)
56037      Branch: vmsperl
56038            ! lib/ExtUtils/MM_VMS.pm
56039 ____________________________________________________________________________
56040 [  6115] By: bailey                                on 2000/05/25  03:10:36
56041         Log: Add bounds checking for several strings (Charles Lane)
56042      Branch: vmsperl
56043            ! vms/vms.c
56044 ____________________________________________________________________________
56045 [  6114] By: bailey                                on 2000/05/25  02:25:34
56046         Log: Urk -- undo previous removal of vmsish 'exit' change
56047      Branch: vmsperl
56048            ! vms/ext/vmsish.pm vms/vmsish.h
56049 ____________________________________________________________________________
56050 [  6113] By: bailey                                on 2000/05/24  02:24:40
56051         Log: Ugly workaround for version-specific RTL error
56052      Branch: vmsperl
56053            ! vms/vms.c
56054 ____________________________________________________________________________
56055 [  6112] By: bailey                                on 2000/05/24  02:19:55
56056         Log: Check for existence of file before trying to delete
56057      Branch: vmsperl
56058            ! vms/test.com
56059 ____________________________________________________________________________
56060 [  6111] By: bailey                                on 2000/05/23  23:35:13
56061         Log: Resync with mainline prior to post-5.6.0 updates
56062      Branch: vmsperl
56063           +> (branch 49 files)
56064            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
56065            ! vms/ext/vmsish.pm
56066           !> (integrate 334 files)
56067 ____________________________________________________________________________
56068 [  6110] By: jhi                                   on 2000/05/23  19:28:32
56069         Log: todo tweak
56070      Branch: cfgperl
56071            ! Todo-5.6
56072 ____________________________________________________________________________
56073 [  6109] By: jhi                                   on 2000/05/18  17:38:54
56074         Log: Integrate with Sarathy.
56075      Branch: cfgperl
56076           !> mg.c perl.h win32/perlhost.h
56077 ____________________________________________________________________________
56078 [  6108] By: gsar                                  on 2000/05/17  02:24:56
56079         Log: reenable fake signal handling on Windows, bugs and all
56080      Branch: perl
56081            ! mg.c perl.h win32/perlhost.h
56082 ____________________________________________________________________________
56083 [  6107] By: jhi                                   on 2000/05/15  18:01:41
56084         Log: Tweak the todo list.
56085      Branch: cfgperl
56086            ! Todo-5.6
56087 ____________________________________________________________________________
56088 [  6106] By: jhi                                   on 2000/05/15  13:41:48
56089         Log: The (Configure) script refuses to go on, after asking for
56090              'You may also choose to try maximal 64-bitness....'.
56091              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
56092              -- Patrick Zima
56093              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
56094      Branch: cfgperl
56095            ! hints/solaris_2.sh
56096 ____________________________________________________________________________
56097 [  6105] By: jhi                                   on 2000/05/11  14:37:43
56098         Log: Integrate with Sarathy.
56099      Branch: cfgperl
56100           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
56101           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
56102 ____________________________________________________________________________
56103 [  6104] By: gsar                                  on 2000/05/11  03:39:07
56104         Log: PL_sys_intern was being initialized too late on windows
56105      Branch: perl
56106            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
56107            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
56108 ____________________________________________________________________________
56109 [  6103] By: jhi                                   on 2000/05/09  19:42:20
56110         Log: Test tweaking for Unicos continues.
56111      Branch: cfgperl
56112            ! t/op/64bitint.t
56113 ____________________________________________________________________________
56114 [  6102] By: jhi                                   on 2000/05/09  16:47:27
56115         Log: The test suite tweak in #6101 wasn't quite right.
56116      Branch: cfgperl
56117            ! t/lib/complex.t
56118 ____________________________________________________________________________
56119 [  6101] By: jhi                                   on 2000/05/09  15:35:34
56120         Log: Hints and test tweaks for Unicos.
56121      Branch: cfgperl
56122            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
56123 ____________________________________________________________________________
56124 [  6100] By: jhi                                   on 2000/05/08  21:15:06
56125         Log: More compilation tweakery from Allen Smith.
56126      Branch: cfgperl
56127            ! hints/irix_6.sh
56128 ____________________________________________________________________________
56129 [  6099] By: jhi                                   on 2000/05/08  19:21:18
56130         Log: Tweaks for the cc bugs from Allen Smith.
56131      Branch: cfgperl
56132            ! hints/irix_6.sh
56133 ____________________________________________________________________________
56134 [  6098] By: jhi                                   on 2000/05/08  19:13:37
56135         Log: Add a note about other, yet unsupported, shadow password APIs.
56136      Branch: cfgperl
56137            ! pp_sys.c
56138 ____________________________________________________________________________
56139 [  6097] By: jhi                                   on 2000/05/08  18:46:34
56140         Log: Add a note about possible compilation problems from Allen Smith.
56141      Branch: cfgperl
56142            ! hints/irix_6.sh
56143 ____________________________________________________________________________
56144 [  6096] By: jhi                                   on 2000/05/08  17:33:10
56145         Log: Integrate with Sarathy.
56146      Branch: cfgperl
56147           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
56148           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
56149 ____________________________________________________________________________
56150 [  6095] By: jhi                                   on 2000/05/08  16:21:33
56151         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
56152              might be useful in future.
56153      Branch: cfgperl
56154            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56155            ! config_h.SH
56156      Branch: metaconfig
56157            ! U/installdirs/inc_version_list.U
56158      Branch: metaconfig/U/perl
56159            ! perlxv.U
56160 ____________________________________________________________________________
56161 [  6094] By: gsar                                  on 2000/05/08  14:22:22
56162         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
56163      Branch: perl
56164            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
56165            ! hints/cygwin.sh pp_sys.c
56166 ____________________________________________________________________________
56167 [  6093] By: gsar                                  on 2000/05/08  12:52:28
56168         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
56169              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
56170      Branch: perl
56171            ! pp_sys.c sv.c win32/perlhost.h
56172 ____________________________________________________________________________
56173 [  6092] By: jhi                                   on 2000/05/07  22:40:34
56174         Log: Regen perltoc with the fixed buildtoc.
56175      Branch: cfgperl
56176            ! pod/perltoc.pod
56177 ____________________________________________________________________________
56178 [  6091] By: jhi                                   on 2000/05/07  22:24:16
56179         Log: Integrate with Sarathy.
56180      Branch: cfgperl
56181           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
56182           !> t/op/substr.t toke.c
56183 ____________________________________________________________________________
56184 [  6090] By: gsar                                  on 2000/05/07  19:47:07
56185         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
56186              [NI]OK; added tests for both
56187      Branch: perl
56188            ! perl.c pp_hot.c sv.c t/op/substr.t
56189 ____________________________________________________________________________
56190 [  6089] By: gsar                                  on 2000/05/07  18:18:38
56191         Log: buildtoc tweak to fix newline lossage
56192      Branch: perl
56193            ! pod/buildtoc
56194 ____________________________________________________________________________
56195 [  6088] By: jhi                                   on 2000/05/07  16:35:36
56196         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
56197              because we do not use those.  The HAS_GETSPNAM remains,
56198              though, because we still do use that.
56199      Branch: cfgperl
56200            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56201            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
56202            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
56203            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
56204            ! win32/config.vc win32/config_H.bc win32/config_H.gc
56205            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
56206 ____________________________________________________________________________
56207 [  6087] By: gsar                                  on 2000/05/07  16:05:16
56208         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
56209      Branch: perl
56210            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
56211 ____________________________________________________________________________
56212 [  6086] By: jhi                                   on 2000/05/07  15:27:07
56213         Log: Integrate with Sarathy.
56214      Branch: cfgperl
56215           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56216           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56217           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
56218           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
56219           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
56220           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
56221 ____________________________________________________________________________
56222 [  6085] By: gsar                                  on 2000/05/07  05:52:02
56223         Log: repeat operator (x) doesn't preserve utf8-ness
56224      Branch: perl
56225            ! pp.c t/op/substr.t
56226 ____________________________________________________________________________
56227 [  6084] By: gsar                                  on 2000/05/07  05:39:55
56228         Log: substr() does not preserve utf8-ness (from Stefan Eissing
56229              <Eissing@medicaldataservice.de>); added tests
56230      Branch: perl
56231            ! pp.c t/op/substr.t
56232 ____________________________________________________________________________
56233 [  6083] By: gsar                                  on 2000/05/07  05:24:46
56234         Log: note about undocumented caller() return value (from M.J.T. Guy);
56235              yet another peek.t tweak
56236      Branch: perl
56237            ! pod/perlfunc.pod t/lib/peek.t
56238 ____________________________________________________________________________
56239 [  6082] By: gsar                                  on 2000/05/07  05:08:40
56240         Log: peek.t non-portable to ithreads
56241      Branch: perl
56242            ! t/lib/peek.t
56243 ____________________________________________________________________________
56244 [  6081] By: gsar                                  on 2000/05/07  04:17:04
56245         Log: better default perlbug categories for ok reports (from Richard Foley)
56246      Branch: perl
56247            ! utils/perlbug.PL
56248 ____________________________________________________________________________
56249 [  6080] By: gsar                                  on 2000/05/07  04:08:07
56250         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
56251              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
56252      Branch: perl
56253            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56254            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56255            ! AUTHORS MAINTAIN MANIFEST
56256 ____________________________________________________________________________
56257 [  6079] By: gsar                                  on 2000/05/07  04:01:38
56258         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
56259      Branch: perl
56260            ! lib/Carp/Heavy.pm
56261 ____________________________________________________________________________
56262 [  6078] By: gsar                                  on 2000/05/07  01:24:19
56263         Log: workaround for CRT bug in chdir() (from Charles Lane, via
56264              Peter Prymmer)
56265      Branch: perl
56266            ! iperlsys.h vms/vms.c vms/vmsish.h
56267 ____________________________________________________________________________
56268 [  6077] By: gsar                                  on 2000/05/07  01:22:23
56269         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
56270              and Tom Phoenix)
56271      Branch: perl
56272            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
56273 ____________________________________________________________________________
56274 [  6076] By: gsar                                  on 2000/05/06  17:36:29
56275         Log: integrate cfgperl contents into mainline
56276      Branch: perl
56277           +> t/lib/peek.t
56278           !> Configure MANIFEST Porting/Glossary Porting/config.sh
56279           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
56280           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
56281           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
56282 ____________________________________________________________________________
56283 [  6075] By: jhi                                   on 2000/05/05  18:56:10
56284         Log: Make the test more portable.
56285      Branch: cfgperl
56286            ! t/lib/peek.t
56287 ____________________________________________________________________________
56288 [  6074] By: jhi                                   on 2000/05/05  18:49:20
56289         Log: Introduce t/lib/peek.t.
56290      Branch: cfgperl
56291            + t/lib/peek.t
56292            ! MANIFEST
56293 ____________________________________________________________________________
56294 [  6073] By: jhi                                   on 2000/05/05  14:30:45
56295         Log: Complex tweaks.
56296      Branch: cfgperl
56297            ! lib/Math/Complex.pm t/lib/complex.t
56298 ____________________________________________________________________________
56299 [  6072] By: jhi                                   on 2000/05/05  12:27:13
56300         Log: Integrate with Sarathy.
56301      Branch: cfgperl
56302           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
56303           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
56304           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
56305           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
56306 ____________________________________________________________________________
56307 [  6071] By: gsar                                  on 2000/05/05  02:24:46
56308         Log: misformatted perllocal.pod (from Tim Jenness
56309              <t.jenness@jach.hawaii.edu>)
56310      Branch: perl
56311            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
56312 ____________________________________________________________________________
56313 [  6070] By: gsar                                  on 2000/05/05  02:16:52
56314         Log: remove misleading comment (from M.J.T. Guy)
56315      Branch: perl
56316            ! t/lib/anydbm.t
56317 ____________________________________________________________________________
56318 [  6069] By: gsar                                  on 2000/05/05  02:15:13
56319         Log: File::Spec compatibility update (from Barrie Slaymaker
56320              <barries@slaysys.com>)
56321      Branch: perl
56322            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
56323            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
56324 ____________________________________________________________________________
56325 [  6068] By: gsar                                  on 2000/05/05  02:01:50
56326         Log: note about values()
56327      Branch: perl
56328            ! pod/perlfunc.pod
56329 ____________________________________________________________________________
56330 [  6067] By: gsar                                  on 2000/05/05  01:33:09
56331         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
56332      Branch: perl
56333            ! win32/win32.c
56334 ____________________________________________________________________________
56335 [  6066] By: gsar                                  on 2000/05/05  01:23:43
56336         Log: s/END/CHECK/
56337      Branch: perl
56338            ! perl.c
56339 ____________________________________________________________________________
56340 [  6065] By: jhi                                   on 2000/05/04  17:30:22
56341         Log: Integrate with Sarathy.
56342      Branch: cfgperl
56343           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
56344 ____________________________________________________________________________
56345 [  6064] By: gsar                                  on 2000/05/04  17:26:14
56346         Log: change#5905 wasn't quite right--it's intent only applies when arguments
56347              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
56348      Branch: perl
56349            ! pp_sys.c sv.c
56350 ____________________________________________________________________________
56351 [  6063] By: gsar                                  on 2000/05/04  16:52:29
56352         Log: tokeq() could read unallocated field in argument
56353      Branch: perl
56354            ! toke.c
56355 ____________________________________________________________________________
56356 [  6062] By: gsar                                  on 2000/05/04  16:34:51
56357         Log: additional tests for utf8.t
56358      Branch: perl
56359            ! t/pragma/utf8.t
56360 ____________________________________________________________________________
56361 [  6061] By: gsar                                  on 2000/05/04  16:09:28
56362         Log: change#5921 neglected to make eq honor "use bytes"
56363      Branch: perl
56364            ! sv.c
56365 ____________________________________________________________________________
56366 [  6060] By: jhi                                   on 2000/05/04  15:30:16
56367         Log: Integrate with Sarathy.
56368      Branch: cfgperl
56369           !> perl.c regcomp.c t/pragma/utf8.t
56370 ____________________________________________________________________________
56371 [  6059] By: jhi                                   on 2000/05/04  15:26:37
56372         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
56373              in natively 64-bit platforms where a long is a quad (no need
56374              for long longs).  Also added bias for IVs.
56375      Branch: cfgperl
56376            ! toke.c
56377 ____________________________________________________________________________
56378 [  6058] By: gsar                                  on 2000/05/04  00:19:14
56379         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
56380              (spotted by Donald Kinzer <dkinzer@premia.com>)
56381      Branch: perl
56382            ! perl.c
56383 ____________________________________________________________________________
56384 [  6057] By: gsar                                  on 2000/05/03  18:34:01
56385         Log: fix broken parsing of /\x{ab}/
56386      Branch: perl
56387            ! regcomp.c t/pragma/utf8.t
56388 ____________________________________________________________________________
56389 [  6056] By: jhi                                   on 2000/05/03  17:57:16
56390         Log: The search of infinity continues, this time simplified.
56391      Branch: cfgperl
56392            ! lib/Math/Complex.pm
56393 ____________________________________________________________________________
56394 [  6055] By: jhi                                   on 2000/05/03  17:45:30
56395         Log: Detypo.
56396      Branch: cfgperl
56397            ! hints/unicos.sh
56398 ____________________________________________________________________________
56399 [  6054] By: jhi                                   on 2000/05/02  22:28:27
56400         Log: Be more forgiving in POSIX about HUGE_VALL.
56401      Branch: cfgperl
56402            ! ext/POSIX/POSIX.xs
56403 ____________________________________________________________________________
56404 [  6053] By: jhi                                   on 2000/05/02  22:25:05
56405         Log: Integrate with Sarathy.
56406      Branch: cfgperl
56407           !> hints/irix_6.sh pod/perlop.pod
56408 ____________________________________________________________________________
56409 [  6052] By: jhi                                   on 2000/05/02  22:24:31
56410         Log: Unicos hint tweak.
56411      Branch: cfgperl
56412            ! hints/unicos.sh
56413 ____________________________________________________________________________
56414 [  6051] By: jhi                                   on 2000/05/02  22:21:26
56415         Log: Complex tweakery.
56416      Branch: cfgperl
56417            ! lib/Math/Complex.pm t/lib/complex.t
56418 ____________________________________________________________________________
56419 [  6050] By: jhi                                   on 2000/05/02  19:26:22
56420         Log: Use setxxent()/endxxent().
56421      Branch: cfgperl
56422            ! t/op/grent.t t/op/pwent.t
56423 ____________________________________________________________________________
56424 [  6049] By: jhi                                   on 2000/05/02  19:06:02
56425         Log: Test both the scalar and list contexts.
56426      Branch: cfgperl
56427            ! t/op/grent.t t/op/pwent.t
56428 ____________________________________________________________________________
56429 [  6048] By: gsar                                  on 2000/05/02  18:29:10
56430         Log: add note about how $( doesn't interpolate in REs (from
56431              Philip Newton <newton@ficus.frogspace.net>)
56432      Branch: perl
56433            ! pod/perlop.pod
56434 ____________________________________________________________________________
56435 [  6047] By: jhi                                   on 2000/05/02  17:41:24
56436         Log: Call getspnam() only iff needd.
56437      Branch: cfgperl
56438            ! pp_sys.c
56439 ____________________________________________________________________________
56440 [  6046] By: gsar                                  on 2000/05/02  17:07:25
56441         Log: libscheck has insufficient checks for n32 libs (from
56442              Albert Chin-A-Young <china@thewrittenword.com>)
56443      Branch: perl
56444            ! hints/irix_6.sh
56445 ____________________________________________________________________________
56446 [  6045] By: jhi                                   on 2000/05/02  13:57:17
56447         Log: Integrate with Sarathy.
56448      Branch: cfgperl
56449           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
56450           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
56451 ____________________________________________________________________________
56452 [  6044] By: gsar                                  on 2000/05/02  06:48:19
56453         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
56454              such that underscores are only ignored in literal numbers,
56455              "\x{...}", and hex/oct argument
56456      Branch: perl
56457            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
56458 ____________________________________________________________________________
56459 [  6043] By: gsar                                  on 2000/05/02  02:22:29
56460         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
56461      Branch: perl
56462            ! pod/perlretut.pod
56463 ____________________________________________________________________________
56464 [  6042] By: gsar                                  on 2000/05/02  02:17:51
56465         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
56466      Branch: perl
56467            ! pod/perltrap.pod
56468 ____________________________________________________________________________
56469 [  6041] By: gsar                                  on 2000/05/02  01:53:51
56470         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
56471              to compensate
56472      Branch: perl
56473            ! Porting/makerel
56474 ____________________________________________________________________________
56475 [  6040] By: gsar                                  on 2000/05/02  01:51:57
56476         Log: missing files in MANIFEST
56477      Branch: perl
56478            ! MANIFEST
56479 ____________________________________________________________________________
56480 [  6039] By: jhi                                   on 2000/05/02  00:36:46
56481         Log: Infinite problems.
56482      Branch: cfgperl
56483            ! lib/Math/Complex.pm
56484 ____________________________________________________________________________
56485 [  6038] By: jhi                                   on 2000/05/02  00:06:38
56486         Log: pwent/spent #ifdef imbalance.
56487      Branch: cfgperl
56488            ! pp_sys.c
56489 ____________________________________________________________________________
56490 [  6037] By: jhi                                   on 2000/05/01  22:50:11
56491         Log: Use HUGE_VALL if applicable.
56492      Branch: cfgperl
56493            ! ext/POSIX/POSIX.xs util.c
56494 ____________________________________________________________________________
56495 [  6036] By: jhi                                   on 2000/05/01  22:20:53
56496         Log: Correct Freudian slip.
56497      Branch: cfgperl
56498            ! pp_sys.c
56499 ____________________________________________________________________________
56500 [  6035] By: jhi                                   on 2000/05/01  21:07:38
56501         Log: Continue on the pwent/spent case.
56502      Branch: cfgperl
56503            ! pp_sys.c
56504 ____________________________________________________________________________
56505 [  6034] By: jhi                                   on 2000/05/01  17:45:14
56506         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
56507              adjustments in 6032 conflicted badly with this, will have
56508              to revisit them later.
56509      Branch: cfgperl
56510           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
56511           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
56512           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
56513           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
56514           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
56515           !> t/lib/cgi-html.t t/lib/cgi-request.t
56516 ____________________________________________________________________________
56517 [  6033] By: jhi                                   on 2000/05/01  17:40:49
56518         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
56519      Branch: cfgperl
56520            ! pp_sys.c
56521 ____________________________________________________________________________
56522 [  6032] By: gsar                                  on 2000/05/01  15:56:32
56523         Log: whitespace adjustments
56524      Branch: perl
56525            ! pp_sys.c
56526 ____________________________________________________________________________
56527 [  6031] By: gsar                                  on 2000/05/01  15:19:41
56528         Log: small nits in diagnostics.pm (from Robin Barker)
56529      Branch: perl
56530            ! lib/diagnostics.pm pod/perldiag.pod
56531 ____________________________________________________________________________
56532 [  6030] By: gsar                                  on 2000/05/01  08:39:18
56533         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
56534              for @- and @+ (from Johan Vromans)
56535      Branch: perl
56536            ! lib/English.pm pod/perlvar.pod
56537 ____________________________________________________________________________
56538 [  6029] By: gsar                                  on 2000/05/01  08:16:10
56539         Log: add CGI.pm v2.66 (from Lincoln Stein)
56540      Branch: perl
56541            + lib/CGI/Util.pm t/lib/cgi-pretty.t
56542            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
56543            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
56544            ! t/lib/cgi-html.t t/lib/cgi-request.t
56545 ____________________________________________________________________________
56546 [  6028] By: gsar                                  on 2000/05/01  06:34:41
56547         Log: Pod::Man generates groff-incompatible macro definition (from
56548              Tom Christiansen)
56549      Branch: perl
56550            ! lib/Pod/Man.pm
56551 ____________________________________________________________________________
56552 [  6027] By: gsar                                  on 2000/05/01  06:31:36
56553         Log: podlators-1.02 update (from Russ Allbery)
56554      Branch: perl
56555            ! lib/Pod/Man.pm lib/Pod/Text.pm
56556 ____________________________________________________________________________
56557 [  6026] By: jhi                                   on 2000/04/30  23:24:23
56558         Log: Integrate with Sarathy.
56559      Branch: cfgperl
56560           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
56561           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
56562           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
56563           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
56564           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
56565           !> t/lib/syslog.t toke.c win32/win32.h
56566 ____________________________________________________________________________
56567 [  6025] By: gsar                                  on 2000/04/30  18:17:47
56568         Log: Is{Alnum,Alpha,Word} don't match titlecase
56569              
56570              TODO: IsSpace is defined recursively!
56571              
56572              (both spotted by Larry)
56573      Branch: perl
56574            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
56575            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
56576 ____________________________________________________________________________
56577 [  6024] By: gsar                                  on 2000/04/30  17:50:19
56578         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
56579              (from Hugo van der Sanden)
56580      Branch: perl
56581            ! toke.c
56582 ____________________________________________________________________________
56583 [  6023] By: gsar                                  on 2000/04/30  17:14:43
56584         Log: debugger stomps on $. (from M.J.T. Guy)
56585      Branch: perl
56586            ! lib/perl5db.pl
56587 ____________________________________________________________________________
56588 [  6022] By: gsar                                  on 2000/04/30  16:59:22
56589         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
56590      Branch: perl
56591            ! sv.c
56592 ____________________________________________________________________________
56593 [  6021] By: gsar                                  on 2000/04/29  21:00:08
56594         Log: remove Win2K issue in pod (fixed by change#6020)
56595      Branch: perl
56596            ! README.win32 pod/perl56delta.pod
56597 ____________________________________________________________________________
56598 [  6020] By: gsar                                  on 2000/04/29  20:51:49
56599         Log: test tweak
56600      Branch: perl
56601            ! t/lib/open3.t
56602 ____________________________________________________________________________
56603 [  6019] By: gsar                                  on 2000/04/29  20:34:27
56604         Log: windows portability tweaks
56605      Branch: perl
56606            ! t/lib/b.t win32/win32.h
56607 ____________________________________________________________________________
56608 [  6018] By: gsar                                  on 2000/04/29  19:55:24
56609         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
56610              make _PATH_LOG() return "" if unavailable
56611      Branch: perl
56612            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
56613            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
56614 ____________________________________________________________________________
56615 [  6017] By: jhi                                   on 2000/04/28  22:49:46
56616         Log: Integrate with Sarathy.
56617      Branch: cfgperl
56618           !> op.c perl.c pod/perldiag.pod t/lib/b.t
56619 ____________________________________________________________________________
56620 [  6016] By: jhi                                   on 2000/04/28  22:46:14
56621         Log: Do not warn that an infinity does not look like a number.
56622      Branch: cfgperl
56623            ! sv.c
56624 ____________________________________________________________________________
56625 [  6015] By: gsar                                  on 2000/04/28  22:35:49
56626         Log: tweak test for portability
56627      Branch: perl
56628            ! t/lib/b.t
56629 ____________________________________________________________________________
56630 [  6014] By: gsar                                  on 2000/04/28  22:05:31
56631         Log: glob() loading File::Glob behind the scenes may cause syntax errors
56632      Branch: perl
56633            ! op.c
56634 ____________________________________________________________________________
56635 [  6013] By: gsar                                  on 2000/04/28  21:25:22
56636         Log: tweak change#5945 to display correct switch name in diagnostic
56637      Branch: perl
56638            ! perl.c pod/perldiag.pod
56639 ____________________________________________________________________________
56640 [  6012] By: jhi                                   on 2000/04/28  21:08:12
56641         Log: Integrate with Sarathy.
56642      Branch: cfgperl
56643           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
56644           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
56645           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
56646 ____________________________________________________________________________
56647 [  6011] By: jhi                                   on 2000/04/28  21:04:46
56648         Log: &HUGE_VAL is not defined, it exists.
56649      Branch: cfgperl
56650            ! lib/Math/Complex.pm
56651 ____________________________________________________________________________
56652 [  6010] By: gsar                                  on 2000/04/28  21:02:58
56653         Log: clarify note about shadow password support (from
56654              gellyfish@gellyfish.com)
56655      Branch: perl
56656            ! pod/perlfunc.pod
56657 ____________________________________________________________________________
56658 [  6009] By: gsar                                  on 2000/04/28  21:00:00
56659         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
56660      Branch: perl
56661            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
56662 ____________________________________________________________________________
56663 [  6008] By: gsar                                  on 2000/04/28  20:56:33
56664         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
56665      Branch: perl
56666            ! installperl vms/subconfigure.com
56667 ____________________________________________________________________________
56668 [  6007] By: gsar                                  on 2000/04/28  20:51:21
56669         Log: note about compile failures and END blocks (from M.J.T. Guy)
56670      Branch: perl
56671            ! pod/perl56delta.pod pod/perlmod.pod
56672 ____________________________________________________________________________
56673 [  6006] By: jhi                                   on 2000/04/28  20:42:14
56674         Log: Regen Configure.
56675      Branch: cfgperl
56676            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56677            ! config_h.SH
56678 ____________________________________________________________________________
56679 [  6005] By: gsar                                  on 2000/04/28  20:41:16
56680         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
56681      Branch: perl
56682            ! utils/perldoc.PL
56683 ____________________________________________________________________________
56684 [  6004] By: jhi                                   on 2000/04/28  20:28:21
56685         Log: Integrate with Sarathy.
56686      Branch: cfgperl
56687           !> Configure INSTALL Porting/Glossary Porting/config.sh
56688           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
56689           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
56690           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
56691           !> win32/config.vc win32/win32.c
56692 ____________________________________________________________________________
56693 [  6003] By: gsar                                  on 2000/04/28  20:11:20
56694         Log: allow REG_EXPAND_SZ keys in Windows registry (from
56695              John Clayton <John.Clayton@barclayscapital.com>)
56696      Branch: perl
56697            ! win32/win32.c
56698 ____________________________________________________________________________
56699 [  6002] By: gsar                                  on 2000/04/28  19:34:16
56700         Log: destructive sv_setsv() can lose UV-ness from source, causing
56701              numeric promotions/comparisons to fail to do the right thing
56702      Branch: perl
56703            ! sv.c
56704 ____________________________________________________________________________
56705 [  6001] By: gsar                                  on 2000/04/28  18:44:15
56706         Log: support additional library locations via $Config{otherlibdirs}
56707              (from Andy Dougherty)
56708      Branch: perl
56709            ! Configure INSTALL Porting/Glossary Porting/config.sh
56710            ! Porting/config_H config_h.SH epoc/config.sh perl.c
56711            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
56712            ! win32/config.bc win32/config.gc win32/config.vc
56713 ____________________________________________________________________________
56714 [  6000] By: gsar                                  on 2000/04/28  18:26:58
56715         Log: reworked otherlibdirs.U (from Andy Dougherty)
56716      Branch: metaconfig
56717            ! U/installdirs/otherlibdirs.U
56718 ____________________________________________________________________________
56719 [  5999] By: gsar                                  on 2000/04/28  18:17:07
56720         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
56721      Branch: perl
56722            ! t/pragma/warn/toke toke.c
56723 ____________________________________________________________________________
56724 [  5998] By: jhi                                   on 2000/04/28  13:32:17
56725         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
56726      Branch: cfgperl
56727            ! lib/Math/Complex.pm
56728 ____________________________________________________________________________
56729 [  5997] By: jhi                                   on 2000/04/28  13:14:04
56730         Log: Preserve $!.
56731      Branch: cfgperl
56732            ! lib/Math/Complex.pm
56733 ____________________________________________________________________________
56734 [  5996] By: jhi                                   on 2000/04/28  12:59:23
56735         Log: Integrate with Sarathy.
56736      Branch: cfgperl
56737           +> pod/perlrequick.pod pod/perlretut.pod
56738           !> (integrate 51 files)
56739 ____________________________________________________________________________
56740 [  5995] By: gsar                                  on 2000/04/28  09:37:36
56741         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
56742      Branch: perl
56743            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
56744 ____________________________________________________________________________
56745 [  5994] By: gsar                                  on 2000/04/28  09:33:26
56746         Log: fix for missed accounting for null byte in pack("Z",...) (from
56747              M.J.T. Guy)
56748      Branch: perl
56749            ! pp.c t/op/pack.t
56750 ____________________________________________________________________________
56751 [  5993] By: gsar                                  on 2000/04/28  09:30:05
56752         Log: various minor tweaks seen on p5p
56753      Branch: perl
56754            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
56755 ____________________________________________________________________________
56756 [  5992] By: gsar                                  on 2000/04/28  09:08:19
56757         Log: pod nit (from Simon Cozens)
56758      Branch: perl
56759            ! pod/perlop.pod
56760 ____________________________________________________________________________
56761 [  5991] By: gsar                                  on 2000/04/28  09:06:36
56762         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
56763      Branch: perl
56764            ! README.posix-bc hints/posix-bc.sh
56765 ____________________________________________________________________________
56766 [  5990] By: gsar                                  on 2000/04/28  08:54:52
56767         Log: use $ENV{LIB} to search for libs under Visual C compiler
56768              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
56769      Branch: perl
56770            ! lib/ExtUtils/Liblist.pm
56771 ____________________________________________________________________________
56772 [  5989] By: gsar                                  on 2000/04/28  08:27:12
56773         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
56774              itself and no other (from Tom Hughes)
56775      Branch: perl
56776            ! t/op/array.t toke.c
56777 ____________________________________________________________________________
56778 [  5988] By: gsar                                  on 2000/04/28  08:01:38
56779         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
56780              <paul@miraclefish.com>)
56781      Branch: perl
56782            ! lib/ExtUtils/MakeMaker.pm
56783 ____________________________________________________________________________
56784 [  5987] By: gsar                                  on 2000/04/28  07:53:09
56785         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
56786      Branch: perl
56787            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
56788 ____________________________________________________________________________
56789 [  5986] By: gsar                                  on 2000/04/28  07:44:17
56790         Log: add regular expressions tutorial and quick-start guide (from
56791              Mark Kvale <kvale@phy.ucsf.edu>)
56792      Branch: perl
56793            + pod/perlrequick.pod pod/perlretut.pod
56794            ! AUTHORS MAINTAIN MANIFEST
56795 ____________________________________________________________________________
56796 [  5985] By: gsar                                  on 2000/04/28  07:30:28
56797         Log: forked child may not exit correctly if it failed to open
56798              /dev/console (from Graham Barr)
56799      Branch: perl
56800            ! ext/Sys/Syslog/Syslog.pm
56801 ____________________________________________________________________________
56802 [  5984] By: gsar                                  on 2000/04/28  07:27:20
56803         Log: attributes::reftype() doesn't work on tied argument
56804      Branch: perl
56805            ! xsutils.c
56806 ____________________________________________________________________________
56807 [  5983] By: gsar                                  on 2000/04/28  07:15:04
56808         Log: numeric conversion of non-number in change#3378 tramples on
56809              OOK offset, causing segfaults
56810      Branch: perl
56811            ! sv.c
56812 ____________________________________________________________________________
56813 [  5982] By: gsar                                  on 2000/04/28  04:48:25
56814         Log: avoid error in IO::Socket::INET when given an unknown service name
56815              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
56816      Branch: perl
56817            ! ext/IO/lib/IO/Socket/INET.pm
56818 ____________________________________________________________________________
56819 [  5981] By: gsar                                  on 2000/04/28  04:31:31
56820         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
56821              prototype mismatch with CORE::glob(); update pod and tests to
56822              suit (File::Glob::glob() is still available for backward
56823              compatibility, but should be considered deprecated)
56824      Branch: perl
56825            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
56826            ! t/lib/glob-taint.t
56827 ____________________________________________________________________________
56828 [  5980] By: gsar                                  on 2000/04/28  03:47:29
56829         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
56830              <ghudson@mit.edu>)
56831      Branch: metaconfig
56832            ! U/modified/Options.U
56833      Branch: perl
56834            ! Configure
56835 ____________________________________________________________________________
56836 [  5979] By: gsar                                  on 2000/04/28  03:07:54
56837         Log: under useithreads, constant pad entries could inadvertantly be
56838              shared across threads (from Eric Blood <eblood@xmission.com>);
56839              added Eric's test case to testsuite
56840      Branch: perl
56841            ! op.c t/op/misc.t
56842 ____________________________________________________________________________
56843 [  5978] By: gsar                                  on 2000/04/27  21:13:00
56844         Log: sync version numbers in File::Spec with the ones on CPAN
56845              (from Barrie Slaymaker)
56846      Branch: perl
56847            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
56848            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
56849            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
56850 ____________________________________________________________________________
56851 [  5977] By: gsar                                  on 2000/04/27  21:07:29
56852         Log: autoquote barewords followed by newline and arrow properly
56853              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
56854      Branch: perl
56855            ! t/pragma/warn/toke toke.c
56856 ____________________________________________________________________________
56857 [  5976] By: gsar                                  on 2000/04/27  20:41:20
56858         Log: DB_File v1.73 update (from Paul Marquess)
56859      Branch: perl
56860            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
56861            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
56862 ____________________________________________________________________________
56863 [  5975] By: gsar                                  on 2000/04/27  20:34:24
56864         Log: allow sort() reentrancy (variant of patch suggested by
56865              Hugo van der Sanden)
56866      Branch: perl
56867            ! pp_ctl.c t/op/sort.t
56868 ____________________________________________________________________________
56869 [  5974] By: gsar                                  on 2000/04/27  19:46:57
56870         Log: change#4197 somehow missed initializing PL_errors, meaning
56871              sytax error queueing wasn't working outside eval"" at all;
56872              also fixed eval"" to localize PL_error_count, so that compile-time
56873              eval's don't clobber the error state of the outer context
56874      Branch: perl
56875            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
56876            ! t/pragma/warn/toke
56877 ____________________________________________________________________________
56878 [  5973] By: gsar                                  on 2000/04/27  18:29:05
56879         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
56880      Branch: perl
56881            ! regcomp.c regexec.c t/op/re_tests
56882 ____________________________________________________________________________
56883 [  5972] By: jhi                                   on 2000/04/27  18:22:41
56884         Log: Integrate with Sarathy.
56885      Branch: cfgperl
56886           +> t/lib/b.t t/lib/syslog.t
56887           !> (integrate 31 files)
56888 ____________________________________________________________________________
56889 [  5971] By: jhi                                   on 2000/04/27  18:18:46
56890         Log: Unicos tweaks from Mark P. Lutz.
56891      Branch: cfgperl
56892            ! hints/unicos.sh lib/Math/Complex.pm
56893 ____________________________________________________________________________
56894 [  5970] By: gsar                                  on 2000/04/27  18:05:11
56895         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
56896              IV is >32bits
56897      Branch: perl
56898            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
56899 ____________________________________________________________________________
56900 [  5969] By: gsar                                  on 2000/04/27  17:50:56
56901         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
56902      Branch: perl
56903            + t/lib/syslog.t
56904            ! MANIFEST ext/Sys/Syslog/Syslog.pm
56905 ____________________________________________________________________________
56906 [  5968] By: gsar                                  on 2000/04/27  17:44:49
56907         Log: tolerate spaces in group names in test on solaris (from David Boyce
56908              <dsb@boyski.com>)
56909      Branch: perl
56910            ! t/op/groups.t
56911 ____________________________________________________________________________
56912 [  5967] By: gsar                                  on 2000/04/27  17:41:22
56913         Log: improved docs on the warn_uninit diagnostic (from David Glasser
56914              and Simon Cozens)
56915      Branch: perl
56916            ! pod/perldiag.pod
56917 ____________________________________________________________________________
56918 [  5966] By: gsar                                  on 2000/04/27  16:54:58
56919         Log: add testsuite for B backends, fix bug in B::Deparse (from
56920              Simon Cozens <simon@brecon.co.uk>)
56921      Branch: perl
56922            + t/lib/b.t
56923            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
56924 ____________________________________________________________________________
56925 [  5965] By: gsar                                  on 2000/04/27  16:10:37
56926         Log: avoid "will not stay shared" warnings for our variables (from
56927              Robin Barker)
56928      Branch: perl
56929            ! op.c t/pragma/warn/op
56930 ____________________________________________________________________________
56931 [  5964] By: gsar                                  on 2000/04/27  07:05:05
56932         Log: reformat to 72 columns (again)
56933      Branch: perl
56934            ! pod/perldiag.pod
56935 ____________________________________________________________________________
56936 [  5963] By: gsar                                  on 2000/04/27  06:28:31
56937         Log: patch from Larry to make (\&) prototype work; added tests for
56938              the same
56939      Branch: perl
56940            ! op.c t/comp/proto.t
56941 ____________________________________________________________________________
56942 [  5962] By: gsar                                  on 2000/04/27  06:15:47
56943         Log: updated README.hpux (from Jeff Okamoto)
56944      Branch: perl
56945            ! README.hpux
56946 ____________________________________________________________________________
56947 [  5961] By: gsar                                  on 2000/04/27  05:55:03
56948         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
56949      Branch: perl
56950            ! emacs/cperl-mode.el
56951 ____________________________________________________________________________
56952 [  5960] By: gsar                                  on 2000/04/27  05:49:26
56953         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
56954      Branch: perl
56955            ! INSTALL
56956 ____________________________________________________________________________
56957 [  5959] By: gsar                                  on 2000/04/27  05:33:41
56958         Log: doubled words in pods (from Simon Cozens
56959              <simon.p.cozens@jp.pwcglobal.com>)
56960      Branch: perl
56961            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
56962            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
56963            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
56964            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
56965            ! pod/perltootc.pod
56966 ____________________________________________________________________________
56967 [  5958] By: gsar                                  on 2000/04/27  05:11:39
56968         Log: change#3569 deleted some essential code, revert; avoid use of
56969              atexit() to make DynaLoader work properly on AIX under mod_perl
56970              (from Jens-Uwe Mager <jum@helios.de>)
56971      Branch: perl
56972            ! ext/DynaLoader/dl_aix.xs
56973 ____________________________________________________________________________
56974 [  5957] By: gsar                                  on 2000/04/27  04:54:51
56975         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
56976      Branch: perl
56977            ! pod/perlmod.pod
56978 ____________________________________________________________________________
56979 [  5956] By: gsar                                  on 2000/04/27  04:51:47
56980         Log: better diagnostics on failed tests (from Ilya Zakharevich)
56981      Branch: perl
56982            ! t/op/lex_assign.t
56983 ____________________________________________________________________________
56984 [  5955] By: gsar                                  on 2000/04/27  04:26:44
56985         Log: longstanding bug exposed by change#3307: sort arguments weren't
56986              compiled with the right wantarray context (ensuing runtime lookup
56987              via block_gimme() was getting the incidental context of the
56988              sort() itself)
56989      Branch: perl
56990            ! op.c t/op/sort.t
56991 ____________________________________________________________________________
56992 [  5954] By: gsar                                  on 2000/04/26  23:42:12
56993         Log: integrate cfgperl contents into mainline
56994      Branch: perl
56995           !> (integrate 30 files)
56996 ____________________________________________________________________________
56997 [  5953] By: jhi                                   on 2000/04/26  23:06:42
56998         Log: Integrate with Sarathy.
56999      Branch: cfgperl
57000           !> README.win32 ext/B/B/Deparse.pm
57001           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
57002           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
57003           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
57004           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
57005           !> utils/perldoc.PL vms/perlvms.pod
57006 ____________________________________________________________________________
57007 [  5952] By: jhi                                   on 2000/04/26  23:03:46
57008         Log: Undo "use integer" addition from 64bitint as it seems
57009              to break most of the subtests in Digital UNIX;
57010              Unicos needs to find another way.
57011      Branch: cfgperl
57012            ! t/op/64bitint.t
57013 ____________________________________________________________________________
57014 [  5951] By: jhi                                   on 2000/04/26  22:57:53
57015         Log: Be more robust on "extreme" (large absolute value)
57016              arguments.  Originally reported by Daniel Connelly
57017              as a problem with asinh() on large negative arguments,
57018              asinh() used to bail out because an argument to log()
57019              ended up being zero.  Ilya Zakharevich proposed using
57020              Taylor's series in such cases, which for such large
57021              arguments is a very good approximation.
57022      Branch: cfgperl
57023            ! lib/Math/Complex.pm t/lib/complex.t
57024 ____________________________________________________________________________
57025 [  5950] By: gsar                                  on 2000/04/25  19:13:12
57026         Log: reformat perldiag to avoid long lines
57027      Branch: perl
57028            ! pod/perldiag.pod
57029 ____________________________________________________________________________
57030 [  5949] By: gsar                                  on 2000/04/25  18:41:11
57031         Log: make perldoc use the pod2man from the same version (from
57032              M.J.T. Guy)
57033      Branch: perl
57034            ! utils/perldoc.PL
57035 ____________________________________________________________________________
57036 [  5948] By: gsar                                  on 2000/04/25  18:21:57
57037         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
57038              <kompas@kompas.usr.onet.pl>)
57039      Branch: perl
57040            ! lib/vars.pm
57041 ____________________________________________________________________________
57042 [  5947] By: gsar                                  on 2000/04/25  18:11:53
57043         Log: use &dl_error rather than &dl_load_file as the guard for calling
57044              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
57045              statically built perl)
57046      Branch: perl
57047            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
57048 ____________________________________________________________________________
57049 [  5946] By: jhi                                   on 2000/04/25  17:37:54
57050         Log: Document that tr() is not tr(1).
57051      Branch: cfgperl
57052            ! pod/perlop.pod
57053 ____________________________________________________________________________
57054 [  5945] By: gsar                                  on 2000/04/25  16:34:33
57055         Log: make module name mandatory after -M switch; reorder perldiag
57056              alphabetically (from Mark-Jason Dominus)
57057      Branch: perl
57058            ! perl.c pod/perldiag.pod
57059 ____________________________________________________________________________
57060 [  5944] By: jhi                                   on 2000/04/25  01:15:18
57061         Log: On second thoughts frexp() does have two arguments.
57062      Branch: cfgperl
57063            ! perl.h
57064 ____________________________________________________________________________
57065 [  5943] By: jhi                                   on 2000/04/24  22:56:32
57066         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
57067              Now pp_ncmp() returns undef is either operand is a NaN.
57068      Branch: cfgperl
57069            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57070            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
57071            ! vms/subconfigure.com vos/config.def vos/config.h
57072            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
57073            ! win32/config.vc win32/config_H.bc win32/config_H.gc
57074            ! win32/config_H.vc
57075      Branch: metaconfig/U/perl
57076            + d_modfl.U
57077 ____________________________________________________________________________
57078 [  5942] By: jhi                                   on 2000/04/24  19:45:17
57079         Log: Regen Configure to match #5937.
57080      Branch: cfgperl
57081            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57082            ! config_h.SH
57083      Branch: metaconfig
57084            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
57085 ____________________________________________________________________________
57086 [  5941] By: jhi                                   on 2000/04/24  19:24:11
57087         Log: Further Unicos fixes for Mark Lutz.
57088      Branch: cfgperl
57089            ! hints/unicos.sh pp_ctl.c
57090 ____________________________________________________________________________
57091 [  5940] By: jhi                                   on 2000/04/24  19:09:06
57092         Log: Various Unicos 10.0.0.6 fixes.
57093              
57094              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
57095              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
57096              Reply-To: tecmpl1@triton.ca.boeing.com 
57097              To: perl5-porters@perl.org 
57098              Date: Fri, 14 Apr 2000 20:21:00 GMT 
57099              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
57100      Branch: cfgperl
57101            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
57102 ____________________________________________________________________________
57103 [  5939] By: gsar                                  on 2000/04/24  19:01:24
57104         Log: more pod nits (from Larry Virden)
57105      Branch: perl
57106            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
57107            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
57108            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
57109 ____________________________________________________________________________
57110 [  5938] By: gsar                                  on 2000/04/24  18:54:01
57111         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
57112      Branch: perl
57113            ! ext/B/B/Deparse.pm
57114 ____________________________________________________________________________
57115 [  5937] By: jhi                                   on 2000/04/24  17:39:00
57116         Log: Integrate with Sarathy.
57117      Branch: cfgperl
57118           +> (branch 31 files)
57119           !> (integrate 73 files)
57120 ____________________________________________________________________________
57121 [  5936] By: gsar                                  on 2000/04/24  17:30:06
57122         Log: additional tests for change#5934 (from Paul Marquess, who also
57123              sent in the same fix)
57124      Branch: perl
57125            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
57126            ! t/pragma/warn/5nolint t/pragma/warn/6default
57127 ____________________________________________________________________________
57128 [  5935] By: jhi                                   on 2000/04/24  17:26:05
57129         Log: Do not assume sign propagation.
57130              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
57131              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
57132              To: payner@ncifcrf.gov, perl5-porters@perl.org 
57133              Date: Tue, 18 Apr 2000 18:24:49 +0100 
57134              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
57135      Branch: cfgperl
57136            ! t/op/bop.t t/op/misc.t
57137 ____________________________________________________________________________
57138 [  5934] By: gsar                                  on 2000/04/24  17:16:54
57139         Log: propagate lexical warnings from surrounding scope correctly
57140              within string eval()
57141      Branch: perl
57142            ! pp_ctl.c t/pragma/warn/pp_ctl
57143 ____________________________________________________________________________
57144 [  5933] By: jhi                                   on 2000/04/24  17:01:07
57145         Log: Flatten the cpp jungle doing the nosuid checking.
57146      Branch: cfgperl
57147            ! perl.c
57148 ____________________________________________________________________________
57149 [  5932] By: gsar                                  on 2000/04/24  09:08:14
57150         Log: add rsignal(), whichsig() and do_join() to public API list
57151              (mod_perl uses them to good advantage)
57152      Branch: perl
57153            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
57154 ____________________________________________________________________________
57155 [  5931] By: gsar                                  on 2000/04/24  09:01:40
57156         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
57157      Branch: perl
57158            ! pp_hot.c regexec.c t/op/pat.t
57159 ____________________________________________________________________________
57160 [  5930] By: gsar                                  on 2000/04/24  08:58:33
57161         Log: small os390 tweaks (from Peter Prymmer)
57162      Branch: perl
57163            ! config_h.SH makedepend.SH
57164 ____________________________________________________________________________
57165 [  5929] By: gsar                                  on 2000/04/24  08:55:25
57166         Log: pod nits
57167      Branch: perl
57168            ! pod/perlguts.pod
57169 ____________________________________________________________________________
57170 [  5928] By: gsar                                  on 2000/04/24  08:50:13
57171         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
57172      Branch: perl
57173            ! ext/IO/lib/IO/Poll.pm
57174 ____________________________________________________________________________
57175 [  5927] By: gsar                                  on 2000/04/24  08:43:24
57176         Log: arrange for next() to resume at the unstack op rather than the
57177              loop conditional, so that scope cleanup happens correctly
57178              (from Stephen McCamant)
57179      Branch: perl
57180            ! op.c pp_ctl.c t/op/misc.t
57181 ____________________________________________________________________________
57182 [  5926] By: gsar                                  on 2000/04/24  08:18:40
57183         Log: on windows, reserve 16M of stack rather than 128M (allows more
57184              threads to run concurrently)
57185      Branch: perl
57186            ! win32/Makefile win32/makefile.mk
57187 ____________________________________________________________________________
57188 [  5925] By: gsar                                  on 2000/04/24  08:13:52
57189         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
57190      Branch: perl
57191            ! toke.c
57192 ____________________________________________________________________________
57193 [  5924] By: gsar                                  on 2000/04/24  08:08:59
57194         Log: avoid using uninitialized memory in require version check
57195      Branch: perl
57196            ! pp_ctl.c universal.c
57197 ____________________________________________________________________________
57198 [  5923] By: gsar                                  on 2000/04/24  07:20:14
57199         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
57200      Branch: perl
57201            ! ext/IO/lib/IO/Poll.pm
57202 ____________________________________________________________________________
57203 [  5922] By: gsar                                  on 2000/04/24  07:08:42
57204         Log: commentary about IoTYPE() (from Nathan Torkington)
57205      Branch: perl
57206            ! sv.h
57207 ____________________________________________________________________________
57208 [  5921] By: gsar                                  on 2000/04/24  06:58:26
57209         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
57210              by fix
57211      Branch: perl
57212            ! sv.c t/lib/charnames.t t/pragma/utf8.t
57213 ____________________________________________________________________________
57214 [  5920] By: gsar                                  on 2000/04/24  06:37:59
57215         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
57216      Branch: perl
57217            ! doop.c t/op/ver.t
57218 ____________________________________________________________________________
57219 [  5919] By: gsar                                  on 2000/04/24  06:21:58
57220         Log: Configure might miss old directories when prefix must be
57221              expanded (from Robin Barker)
57222      Branch: metaconfig
57223            ! U/installdirs/inc_version_list.U
57224      Branch: perl
57225            ! Configure
57226 ____________________________________________________________________________
57227 [  5918] By: gsar                                  on 2000/04/24  06:16:11
57228         Log: VMS nits in glob() test (from Charles Lane)
57229      Branch: perl
57230            ! t/lib/glob-basic.t
57231 ____________________________________________________________________________
57232 [  5917] By: gsar                                  on 2000/04/24  06:11:56
57233         Log: various pod nits (from Larry Virden and others)
57234      Branch: perl
57235            ! README.amiga README.hpux README.machten README.os2
57236            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
57237            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
57238            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
57239            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
57240            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
57241            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
57242            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
57243            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
57244 ____________________________________________________________________________
57245 [  5916] By: gsar                                  on 2000/04/24  05:52:43
57246         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
57247              <wjones@tc.fluke.com>)
57248      Branch: perl
57249            ! t/lib/glob-basic.t
57250 ____________________________________________________________________________
57251 [  5915] By: gsar                                  on 2000/04/24  05:07:01
57252         Log: supported platforms mixed up
57253      Branch: perl
57254            ! pod/perl56delta.pod pod/perlport.pod
57255 ____________________________________________________________________________
57256 [  5914] By: gsar                                  on 2000/04/24  04:56:08
57257         Log: caller() wasn't returning the right number of elements for
57258              eval {...}
57259      Branch: perl
57260            ! pp_ctl.c t/pragma/warn/9enabled
57261 ____________________________________________________________________________
57262 [  5913] By: gsar                                  on 2000/04/24  04:35:41
57263         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
57264              Mark-Jason Dominus)
57265      Branch: perl
57266            ! pod/perlfunc.pod
57267 ____________________________________________________________________________
57268 [  5912] By: gsar                                  on 2000/04/24  04:17:15
57269         Log: fix totally broken caching in UNIVERSAL::isa() (from
57270              Nick Ing-Simmons)
57271      Branch: perl
57272            ! t/op/universal.t universal.c
57273 ____________________________________________________________________________
57274 [  5911] By: gsar                                  on 2000/04/24  03:39:47
57275         Log: add linebreak properties from unicode/LineBrk.txt (from
57276              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
57277      Branch: perl
57278            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
57279            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
57280            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
57281            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
57282            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
57283            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
57284            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
57285            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
57286            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
57287            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
57288            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
57289            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
57290            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
57291            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
57292            + lib/unicode/Is/LbrkZW.pl
57293            ! lib/unicode/mktables.PL
57294 ____________________________________________________________________________
57295 [  5910] By: gsar                                  on 2000/04/24  03:23:10
57296         Log: typo in pod
57297      Branch: perl
57298            ! ext/Thread/Thread.pm
57299 ____________________________________________________________________________
57300 [  5909] By: gsar                                  on 2000/04/24  03:22:03
57301         Log: mode argument to do_binmode() should be file mode, not boolean
57302      Branch: perl
57303            ! pp_sys.c
57304 ____________________________________________________________________________
57305 [  5908] By: gsar                                  on 2000/04/16  16:51:08
57306         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
57307              always returns a valid GV even when the symbol is trapped by strictures
57308              (avoids coredumps)
57309              
57310              TODO: the C<package;> hack needs similar treatment
57311      Branch: perl
57312            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
57313            ! t/pragma/strict-vars
57314 ____________________________________________________________________________
57315 [  5907] By: jhi                                   on 2000/03/31  23:42:56
57316         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
57317              an assumption which #5905 demolished.
57318      Branch: cfgperl
57319            ! pp_sys.c
57320 ____________________________________________________________________________
57321 [  5906] By: jhi                                   on 2000/03/31  18:54:37
57322         Log: Typo in #5905.
57323      Branch: cfgperl
57324            ! t/op/64bitint.t
57325 ____________________________________________________________________________
57326 [  5905] By: jhi                                   on 2000/03/31  18:50:54
57327         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
57328              reported by Joseph N. Hall.  The bug was that even with use64bitint
57329              one had to use the prefixes q, L, or ll with printf/sprintf,
57330              contrary to the documentation and common sense.
57331      Branch: cfgperl
57332            ! sv.c t/op/64bitint.t
57333 ____________________________________________________________________________
57334 [  5904] By: gsar                                  on 2000/03/28  02:31:32
57335         Log: add Changes, perldelta.pod
57336      Branch: perl
57337            + Changes pod/perldelta.pod
57338 ____________________________________________________________________________
57339 [  5903] By: gsar                                  on 2000/03/28  02:03:55
57340         Log: rename Changes and perldelta.pod
57341      Branch: perl
57342           +> Changes5.6 pod/perl56delta.pod
57343            - Changes pod/perldelta.pod
57344            ! MANIFEST
57345 ____________________________________________________________________________
57346 [  5902] By: gsar                                  on 2000/03/28  01:59:14
57347         Log: create maint-5.6 branch
57348      Branch: maint-5.6/perl
57349           +> (branch 1611 files)
57350 ____________________________________________________________________________
57351 [  5901] By: jhi                                   on 2000/03/23  05:48:43
57352         Log: Integrate with Sarathy.
57353      Branch: cfgperl
57354           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
57355 ____________________________________________________________________________
57356 [  5900] By: gsar                                  on 2000/03/23  05:42:43
57357         Log: three guesses on what this is :-)
57358      Branch: perl
57359            ! Changes