Round #2 on EBCDICation.
[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 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
35         Log: BeOS has sockets but not true ones.
36      Branch: perl
37            ! pp_sys.c
38 ____________________________________________________________________________
39 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
40         Log: For some strange reason under the smoke harness the alignment
41              test hangs in HP-UX 10.20.  So hint it to avoid the test.
42      Branch: perl
43            ! hints/hpux.sh
44 ____________________________________________________________________________
45 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
46         Log: Allow d_u32align to be hinted.
47      Branch: perl
48            ! Configure
49 ____________________________________________________________________________
50 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
51         Log: The shift key is important.
52      Branch: perl
53            ! ext/B/B.xs
54 ____________________________________________________________________________
55 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
56         Log: The "used only once" warnings (from gv_check) come
57              in pseudorandom hash order-- in EBCDIC the order
58              is different.  Add a new option that allow the warnings
59              to come in any order (Paul Marquess).
60      Branch: perl
61            ! lib/warnings.t t/lib/warnings/perl
62 ____________________________________________________________________________
63 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
64         Log: Integrate perlio; the 0nothread test failure without threads.
65      Branch: perl
66           !> ext/threads/shared/t/0nothread.t
67 ____________________________________________________________________________
68 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
69         Log: FAQ sync.
70      Branch: perl
71            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
72            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
73            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
74            ! pod/perlfaq9.pod
75 ____________________________________________________________________________
76 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
77         Log: Upgrade to podlators 1.20.
78      Branch: perl
79            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
80 ____________________________________________________________________________
81 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
82         Log: Retract #14448, a better patch coming up.
83      Branch: perl
84            ! lib/Pod/t/basic.t
85 ____________________________________________________________________________
86 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
87         Log: EBCDIC portability.
88      Branch: perl
89            ! t/op/append.t
90 ____________________________________________________________________________
91 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
92         Log: Further cygwin installperl tweak from Gerrit P. Haase.
93      Branch: perl
94            ! installperl
95 ____________________________________________________________________________
96 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
97         Log: A bug in Bulgarian EBCDIC locale (this sounds like
98              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
99              locales failed, too.  The patch works around the bug by
100              skipping the test, but the real problem may be deeper
101              (affecting probably only EBCDIC platforms, though):
102              see the comment in locale.t for more details.
103      Branch: perl
104            ! lib/locale.t
105 ____________________________________________________________________________
106 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
107         Log: Subject: Bleadperl on Cygwin today
108              From: "Gerrit P. Haase" <gp@familiehaase.de>              
109              Date: Sun, 27 Jan 2002 22:30:41 +0100
110              Message-ID: <462007239437.20020127223041@familiehaase.de>
111      Branch: perl
112            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
113            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
114            ! lib/ExtUtils/t/MM_Cygwin.t
115 ____________________________________________________________________________
116 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
117         Log: Unfinished EBCDIC branch.
118      Branch: perl
119            ! t/op/ver.t
120 ____________________________________________________________________________
121 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
122         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
123      Branch: perl
124            ! ext/B/B.xs ext/B/B/Deparse.pm
125 ____________________________________________________________________________
126 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
127         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
128              platforms.
129      Branch: perl
130            ! ext/B/t/stash.t
131 ____________________________________________________________________________
132 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
133         Log: Apparently no need for EBCDIC exception any more.
134      Branch: perl
135            ! ext/B/t/showlex.t
136 ____________________________________________________________________________
137 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
138         Log: (retracted by #14458)
139              (Russ Allbery) OS/390 is using a high-bit character for ESC,
140              skip the test for now.  A better fix would be to override
141              the notion of the platform's escape sequence in the test
142              of Pod::Text::Termcap.  We may have to apply a filter to
143              the output to substitute back in the ESC character that
144              the test expects, but only on OS/390.
145      Branch: perl
146            ! lib/Pod/t/basic.t
147 ____________________________________________________________________________
148 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
149         Log: Detypo.
150      Branch: perl
151            ! ext/Devel/Peek/Peek.t
152 ____________________________________________________________________________
153 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
154         Log: OS/390 USS has a different idea of the pw* functions.
155              Also, test the name with eq, not with ==.
156      Branch: perl
157            ! lib/User/pwent.t
158 ____________________________________________________________________________
159 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
160         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
161      Branch: perl
162            ! doio.c
163 ____________________________________________________________________________
164 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
165         Log: ASCIIisms.
166      Branch: perl
167            ! ext/PerlIO/t/encoding.t
168 ____________________________________________________________________________
169 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
170         Log: chr(42) ne '*'  if one is in EBCDIC.
171      Branch: perl
172            ! t/op/pack.t
173 ____________________________________________________________________________
174 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
175         Log: Subject: [PATCH] Fix up recent op/stat.t failures
176              From: Andy Dougherty <doughera@lafayette.edu>
177              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
178              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
179      Branch: perl
180            ! t/op/stat.t
181 ____________________________________________________________________________
182 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
183         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
184              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
185              Date: Sun, 27 Jan 2002 15:03:18 +0100
186              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
187      Branch: perl
188            ! lib/ExtUtils/t/Command.t
189 ____________________________________________________________________________
190 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
191         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
192              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
193              Date: Sun, 27 Jan 2002 14:51:10 +0100
194              Message-ID: <20020127145110.A16332@rafael>
195      Branch: perl
196            ! ext/B/B/Deparse.pm
197 ____________________________________________________________________________
198 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
199         Log: Comment to avoid later "cleanups."
200      Branch: perl
201            ! lib/ExtUtils/MakeMaker.pm
202 ____________________________________________________________________________
203 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
204         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
205              instead of just FOO=... cmd ...
206      Branch: perl
207            ! Makefile.SH
208 ____________________________________________________________________________
209 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
210         Log: Overquoting bad (in UNIX one would get
211              Can't open perl script "'-I../lib'": No such file or directory)
212      Branch: perl
213            ! lib/Pod/t/Usage.t
214 ____________________________________________________________________________
215 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
216         Log: Integrate perlio;
217              
218              "All tests successful" VC6.0 Win32
219              (Update config.vc to need cppstdin so those tests are skipped...)
220      Branch: perl
221           !> win32/config.vc win32/config_H.bc win32/config_H.gc
222           !> win32/config_H.vc
223 ____________________________________________________________________________
224 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
225         Log: Integrate perlio;
226              
227              1st two tests of File/Find/t/find.t and taint.t were run after 
228              calling cleanup(). If previous fail had left for_find directory,
229              but no content in it then cleanup() returned cd'ed to that directory.
230              So tests failed. Fixed cleanup()-s.
231              
232              If we get to sighandler by mistake (no perl handler set) then
233              warn() and exit() rather than die() - should never happen
234              but if it does context needed to die is likely to be trashed
235              as well.
236              
237              Win32 signal emulation cleanup.
238              
239              Tinkering with thread cleanup mutex-ing - not the problem 
240              (op.c is) but could have been...
241              
242              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
243              Should really be looked at by someone that knows about pads.
244              
245              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
246              for CRLF line endings.
247      Branch: perl
248           !> ext/threads/threads.xs lib/File/Find/t/find.t
249           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
250           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
251 ____________________________________________________________________________
252 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
253         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
254              From: "Craig A. Berry" <craigberry@mac.com>       
255              Date: Sat, 26 Jan 2002 11:19:44 -0600
256              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
257      Branch: perl
258            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
259 ____________________________________________________________________________
260 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
261         Log: Integrate perlio;
262              
263              Fix winsystem.t's attempt to build showav.exe to work
264              with gcc (which writes a.exe unless told with -o ).
265              Also put in a few more fail-safes to check .exe got
266              built somehow.
267              
268              More Win32 tuning
269              
270              Save $! so that other syscalls don't disturb it before
271              we test it.
272      Branch: perl
273           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
274           !> t/op/winsystem.t
275 ____________________________________________________________________________
276 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
277         Log: Subject: [PATCH] new test in op/universal.t
278              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
279              Date: Fri, 25 Jan 2002 23:17:33 +0100
280              Message-ID: <20020125231733.A11733@rafael>
281      Branch: perl
282            ! t/op/universal.t
283 ____________________________________________________________________________
284 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
285         Log: Subject: [Patch Encode.xs] calculation of need overflows
286              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
287              Date: Sat, 26 Jan 2002 00:58:50 +0900
288              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
289      Branch: perl
290            ! ext/Encode/Encode.xs
291 ____________________________________________________________________________
292 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
293         Log: Integrate changes 13474+13478+13584 from maintperl;
294              anon sub leakage.
295      Branch: perl
296            ! op.c t/run/fresh_perl.t
297 ____________________________________________________________________________
298 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
299         Log: Update Changes.
300      Branch: perl
301            ! Changes patchlevel.h
302 ____________________________________________________________________________
303 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
304         Log: Integrate perlio; extensive threads and threads::shared work
305              (note that the below is a chronological list of perlio
306              check-in entries since the last integrate)
307              
308              Nearly-working threads re-structuring. Do not integrate,
309              submit-ing to get to Win32, and as "off site" backup.
310              
311              threads work again on Win32. (Not threads::shared yet)
312              Submit to see if they do on Linux.
313              
314              Add new threads/typemap to MANIFEST
315              
316              XS side of new threads::shared designed, coded and compiles,
317              and mostly commented but is totaly untested.
318              submit in case anyone wants a preview.
319              
320              Miss mg_len == 0 meaning don't Safefree
321              
322              Shared scalars working, some shared array ops working.
323              
324              Implement recursive lock and use of scope for PL_sharedsv_space,
325              so now croak() from asserts does not leave locks.
326              Make hv_simple compile (new prototype for debugging probe).
327              
328              thread::shared nearly working again - remaining issue
329              is references withing shared space.
330              Added bulk test with no threads involved (for debugging)
331              Tuned tests to skip those needing _thrcnt
332              
333              SvTEMP_off to stop private PV's being stolen and stored in shared space
334              
335              Except Win32 from echo tests. (Alarm does not break into connect)
336              
337              Expand command line test globs on Win32.
338              
339              threads::shared tidy up:
340              - Add _id() function to shared.xs so we can test refs point at same thing.
341              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
342              - Allow no_share to pass if sharing to works despite mis-ordering.
343              - Change docs of threads to document ->create() (as used in tests),
344              and not mention "new".
345              
346              Linux/NFS hackery was not faking right number of passes.
347      Branch: perl
348           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
349           +> ext/threads/typemap
350            - ext/threads/threads.h sharedsv.c sharedsv.h
351            ! NetWare/config_H.wc
352           !> (integrate 38 files)
353 ____________________________________________________________________________
354 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
355         Log: Subject: Re: perldebguts minor tweaks
356              From: Joe McMahon <mcmahon@metalab.unc.edu>
357              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
358              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
359      Branch: perl
360            ! pod/perldebguts.pod
361 ____________________________________________________________________________
362 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
363         Log: Okay, you can come home now, _().
364      Branch: perl
365            ! config_h.SH
366 ____________________________________________________________________________
367 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
368         Log: Subject: perldebguts minor tweaks
369              From: Joe McMahon <mcmahon@metalab.unc.edu>
370              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
371              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
372      Branch: perl
373            ! pod/perldebguts.pod
374 ____________________________________________________________________________
375 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
376         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
377              From: Peter Scott <Peter@PSDT.com>
378              Date: Thu, 24 Jan 2002 08:51:34 -0800
379              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
380      Branch: perl
381            ! pod/perldebguts.pod
382 ____________________________________________________________________________
383 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
384         Log: Few more paranoia checks for Unicode hash keys.
385      Branch: perl
386            ! t/op/each.t
387 ____________________________________________________________________________
388 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
389         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
390              From: Andy Dougherty <doughera@lafayette.edu>
391              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
392              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
393      Branch: perl
394            ! t/op/stat.t
395 ____________________________________________________________________________
396 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
397         Log: The
398              
399              Subject: Very old debugger UTF-8 bug
400              From: andreas.koenig@anima.de (Andreas J. Koenig)
401              Date: 24 Jan 2002 12:45:44 +0100
402              Message-ID: <m3y9iot1jr.fsf@anima.de>
403              
404              still broken, but this should work as a stopgap
405              measure to stop pp_match accessing naughty data.
406      Branch: perl
407            ! pod/perldiag.pod pp_hot.c
408 ____________________________________________________________________________
409 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
410         Log: Pacify picky compilers (this time Sun Workshop).
411      Branch: perl
412            ! Configure
413 ____________________________________________________________________________
414 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
415         Log: Subject: Very old debugger UTF-8 bug
416              From: andreas.koenig@anima.de (Andreas J. Koenig)
417              Date: 24 Jan 2002 12:45:44 +0100
418              Message-ID: <m3y9iot1jr.fsf@anima.de>
419      Branch: perl
420            ! lib/dumpvar.pl
421 ____________________________________________________________________________
422 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
423         Log: Sprinkle some copyrights (use the oldest timestamp to
424              be found in the repository, which is most often not right,
425              but at least consistent)
426      Branch: perl
427            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
428            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
429            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
430            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
431            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
432            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
433            ! unixish.h xsutils.c
434 ____________________________________________________________________________
435 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
436         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
437      Branch: perl
438            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
439            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
440            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
441            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
442            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
443            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
444            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
445            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
446            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
447            ! x2p/util.c x2p/util.h x2p/walk.c
448 ____________________________________________________________________________
449 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
450         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
451              therefore quite probably also obsolete code.
452      Branch: perl
453            ! sv.c
454 ____________________________________________________________________________
455 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
456         Log: Update Changes.
457      Branch: perl
458            ! Changes patchlevel.h
459 ____________________________________________________________________________
460 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
461         Log: Small update on todo.  Could use a lot more.
462      Branch: perl
463            ! pod/perltodo.pod
464 ____________________________________________________________________________
465 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
466         Log: Subject: [ID 20020121.003] perldata doco bug
467              From: John Stumbles <jstumbles@bluearc.com>
468              Date: Mon, 21 Jan 2002 14:19:56 -0000
469              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
470      Branch: perl
471            ! pod/perldata.pod
472 ____________________________________________________________________________
473 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
474         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
475              From: Michael G Schwern <schwern@pobox.com>
476              Date: Mon, 21 Jan 2002 15:16:42 -0500
477              Message-ID: <20020121201642.GA6659@blackrider>
478      Branch: perl
479            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
480 ____________________________________________________________________________
481 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
482         Log: Subject: [PATCH] Re: eval not catching warnings?
483              From: abigail@foad.org
484              Date: Wed, 23 Jan 2002 15:35:47 +0100
485              Message-ID: <20020123143547.24798.qmail@foad.org>
486      Branch: perl
487            ! pod/perlfunc.pod
488 ____________________________________________________________________________
489 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
490         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
491              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
492              Date: Tue, 22 Jan 2002 17:00:54 -0800            
493              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
494      Branch: perl
495            ! t/run/fresh_perl.t
496 ____________________________________________________________________________
497 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
498         Log: HP-UX 10.20 cc pacifying from Merijn.
499      Branch: perl
500            ! Configure
501 ____________________________________________________________________________
502 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
503         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
504              From: "Craig A. Berry" <craigberry@mac.com> 
505              Date: Tue, 22 Jan 2002 22:14:26 -0600
506              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
507      Branch: perl
508            ! vms/test.com
509 ____________________________________________________________________________
510 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
511         Log: AIX cpp bug: having macro arguments and character constants
512              "the same" means trouble (here s and 's')
513              What broke now was 841 and 842 of t/op/pat.t, because of the
514              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
515              (note that breakage happened only under cc_r and usethreads+
516              useithreads)
517      Branch: perl
518            ! utf8.h
519 ____________________________________________________________________________
520 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
521         Log: Subject: [PATCH] Support truncate() in VOS port
522              From: Paul_GreenVOS@vos.stratus.com
523              Date: Mon, 21 Jan 02 23:27 est
524              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
525      Branch: perl
526            + vos/vos.c
527            ! MANIFEST hints/vos.sh vos/vosish.h
528 ____________________________________________________________________________
529 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
530         Log: Get rid of the _() macro since (1) we require ANSI anyway
531              (2) Other software (GNU) seems to use it and we don't need it,
532              so let's give it up.
533      Branch: perl
534            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
535            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
536            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
537            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
538            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
539            ! wince/config.h wince/config_H.ce
540 ____________________________________________________________________________
541 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
542         Log: Subject: [BUG] /\_/ an unrecognized escape?
543              From: Michael G Schwern <schwern@pobox.com>
544              Date: Mon, 21 Jan 2002 15:22:54 -0500
545              Message-ID: <20020121202254.GA6731@blackrider>
546      Branch: perl
547            ! t/lib/warnings/toke toke.c
548 ____________________________________________________________________________
549 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
550         Log: Undo the renaming of the Unicode data files; the simple
551              solution being not including the *.html files.  This means
552              that in the future there is no need for any renamings
553              (well, assuming that the Consortium doesn't cause any),
554              and the files are named like they are in the Consortium
555              website, thus alleviating confusion.
556      Branch: perl
557            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
558            + lib/unicore/CaseFolding.txt
559            + lib/unicore/CompositionExclusions.txt
560            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
561            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
562            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
563            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
564            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
565            - lib/unicore/NamesList.html lib/unicore/PropList.html
566            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
567            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
568            - lib/unicore/rename
569            ! (edit 285 files)
570 ____________________________________________________________________________
571 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
572         Log: Update Changes.
573      Branch: perl
574            ! Changes patchlevel.h
575 ____________________________________________________________________________
576 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
577         Log: Subject: RE: BCC for Win32 is unhappy @14331
578              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
579              Date: Mon, 21 Jan 2002 09:48:40 +0300
580              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
581              
582              (using IV instead of int)
583      Branch: perl
584            ! hv.h
585 ____________________________________________________________________________
586 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
587         Log: path_is_absolute() needs a prototype (and maybe
588              a better name, but that's another story).
589      Branch: perl
590            ! embed.fnc embed.h pp_ctl.c proto.h
591 ____________________________________________________________________________
592 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
593         Log: Subject: Re: coderefs in @INC
594              From: Chris Nandor <pudge@pobox.com>
595              Date: Thu, 17 Jan 2002 11:26:02 -0500
596              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
597      Branch: perl
598            ! pp_ctl.c
599 ____________________________________________________________________________
600 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
601         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
602              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
603              Date: Sun, 20 Jan 2002 22:53:56 +0100
604              Message-ID: <20020120225356.A12093@rafael>
605      Branch: perl
606            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
607            ! t/lib/warnings/9enabled warnings.h warnings.pl
608 ____________________________________________________________________________
609 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
610         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
611              From: "Craig A. Berry" <craigberry@mac.com>
612              Date: Sun, 20 Jan 2002 22:49:42 -0600
613              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
614      Branch: perl
615            ! lib/ExtUtils/MakeMaker.pm
616 ____________________________________________________________________________
617 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
618         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
619              From: Paul_GreenVOS@vos.stratus.com
620              Date: Sat, 19 Jan 02 17:17 est
621              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
622              
623              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
624              From: Paul_GreenVOS@vos.stratus.com
625              Date: Sat, 19 Jan 02 17:19 est
626              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
627      Branch: perl
628            ! lib/ExtUtils/t/Command.t
629 ____________________________________________________________________________
630 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
631         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
632              From: Paul_GreenVOS@vos.stratus.com
633              Date: Sat, 19 Jan 02 14:30 est
634              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
635      Branch: perl
636            ! lib/AnyDBM_File.t
637 ____________________________________________________________________________
638 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
639         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
640              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
641              Date: Sun, 20 Jan 2002 13:51:36 +0100
642              Message-ID: <20020120135136.A710@rafael>
643      Branch: perl
644            ! ext/File/Glob/t/basic.t
645 ____________________________________________________________________________
646 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
647         Log: Make also hex() and oct() to croak if their arguments
648              cannot be downgraded (that is, if they contain wide
649              characters), just like crypt() does (and use the croak
650              feature of sv_utf8_downgrade()).
651      Branch: perl
652            ! pp.c t/op/oct.t
653 ____________________________________________________________________________
654 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
655         Log: Regen toc.
656      Branch: perl
657            ! pod/perltoc.pod
658 ____________________________________________________________________________
659 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
660         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
661              From: David Dyck <dcd@tc.fluke.com>
662              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
663              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
664      Branch: perl
665            ! pod/perl5004delta.pod pod/perl5005delta.pod
666            ! pod/perl561delta.pod pod/perl56delta.pod
667 ____________________________________________________________________________
668 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
669         Log: FAQ sync.
670      Branch: perl
671            ! pod/perlfaq1.pod pod/perlfaq2.pod
672 ____________________________________________________________________________
673 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
674         Log: Subject: [PATCH lib/Pod/t/Usage.t]
675              From: Abe Timmerman <abe@ztreet.demon.nl>
676              Date: Sat, 19 Jan 2002 19:57:57 +0100
677              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
678      Branch: perl
679            + lib/Pod/t/Usage.t
680            ! MANIFEST
681 ____________________________________________________________________________
682 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
683         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
684              From: Paul_GreenVOS@vos.stratus.com
685              Date: Sat, 19 Jan 02 13:15 est
686              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
687      Branch: perl
688            ! ext/SDBM_File/sdbm.t
689 ____________________________________________________________________________
690 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
691         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
692      Branch: perl
693           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
694           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
695 ____________________________________________________________________________
696 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
697         Log: Alternative Time::Local algorithm that uses matematical formula
698              for timegm instead of progressive guessing
699      Branch: perl
700            ! lib/Time/Local.pm
701 ____________________________________________________________________________
702 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
703         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
704              From: Paul_GreenVOS@vos.stratus.com
705              Date: Sat, 19 Jan 02 11:20 est
706              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
707      Branch: perl
708            ! ext/File/Glob/t/basic.t
709 ____________________________________________________________________________
710 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
711         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
712              From: Paul_GreenVOS@vos.stratus.com
713              Date: Fri, 18 Jan 02 22:56 est
714              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
715      Branch: perl
716            ! ext/Cwd/t/cwd.t
717 ____________________________________________________________________________
718 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
719         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
720              From: Paul_GreenVOS@vos.stratus.com
721              Date: Fri, 18 Jan 02 22:48 est
722              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
723      Branch: perl
724            ! lib/Time/Local.t
725 ____________________________________________________________________________
726 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
727         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
728              From: Paul_GreenVOS@vos.stratus.com
729              Date: Fri, 18 Jan 02 16:22 est
730              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
731      Branch: perl
732            ! ext/Devel/DProf/DProf.t
733 ____________________________________________________________________________
734 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
735         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
736              From: Tels <perl_dummy@bloodgate.com>
737              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
738              Message-Id: <200201182106.XAA19133@taku.hut.fi>
739      Branch: perl
740            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
741 ____________________________________________________________________________
742 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
743         Log: Don't do socketpair udp unless you've got all what it takes.
744      Branch: perl
745            ! util.c
746 ____________________________________________________________________________
747 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
748         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
749              From: Tels <perl_dummy@bloodgate.com>
750              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
751              Message-Id: <200201182206.AAA15310@taku.hut.fi>
752      Branch: perl
753            ! lib/ExtUtils/MM_BeOS.pm
754 ____________________________________________________________________________
755 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
756         Log: Avoid bare "set", and kiss .uucp goodbye.
757      Branch: perl
758            ! Configure
759 ____________________________________________________________________________
760 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
761         Log: Retract #14327 for now, going to the limit seems
762              to be too much for many platforms.
763      Branch: perl
764            ! lib/Time/Local.t
765 ____________________________________________________________________________
766 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
767         Log: Update Changes.
768      Branch: perl
769            ! Changes patchlevel.h
770 ____________________________________________________________________________
771 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
772         Log: Try to make the connect/read/write timeouting.
773      Branch: perl
774            ! ext/Socket/Socket.t
775 ____________________________________________________________________________
776 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
777         Log: Netware Makefile tweak from Ananth Kesari.
778      Branch: perl
779            ! NetWare/Makefile
780 ____________________________________________________________________________
781 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
782         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
783              From: Michael G Schwern <schwern@pobox.com>
784              Date: Fri, 18 Jan 2002 03:10:27 -0500
785              Message-ID: <20020118081027.GE7226@blackrider>
786      Branch: perl
787            ! lib/File/Find.pm
788 ____________________________________________________________________________
789 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
790         Log: (retracted by #14334)
791              
792              Subject: [PATCH] Improving lib/Time/Local.t
793              From: Paul_GreenVOS@vos.stratus.com        
794              Date: Thu, 17 Jan 02 22:36 est
795              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
796      Branch: perl
797            ! lib/Time/Local.t
798 ____________________________________________________________________________
799 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
800         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
801              From: Abe Timmerman <abe@ztreet.demon.nl>  
802              Date: Fri, 18 Jan 2002 13:18:47 +0100
803              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
804      Branch: perl
805            ! lib/ExtUtils/t/MM_Win32.t
806 ____________________________________________________________________________
807 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
808         Log: Subject: [PATCH] Syncing with bleadperl 
809              From: Michael G Schwern <schwern@pobox.com> 
810              Date: Fri, 18 Jan 2002 03:04:33 -0500
811              Message-ID: <20020118080432.GC7226@blackrider>
812      Branch: perl
813            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
814            - lib/ExtUtils/inst
815            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
816            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
817            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
818            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
819            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
820            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
821            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
822            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
823            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
824            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
825            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
826            ! lib/ExtUtils/testlib.pm
827 ____________________________________________________________________________
828 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
829         Log: Detypo.
830      Branch: perl
831            ! AUTHORS
832 ____________________________________________________________________________
833 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
834         Log: Subject: [PATCH] MM check_hints test
835              From: Michael G Schwern <schwern@pobox.com>
836              Date: Thu, 17 Jan 2002 20:25:57 -0500
837              Message-ID: <20020118012557.GE32762@blackrider>
838      Branch: perl
839            + lib/ExtUtils/t/hints.t
840            ! MANIFEST
841 ____________________________________________________________________________
842 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
843         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
844              From: Michael G Schwern <schwern@pobox.com> 
845              Date: Thu, 17 Jan 2002 20:12:20 -0500
846              Message-ID: <20020118011220.GC32762@blackrider>
847              
848              (#14317 replaced with this)
849      Branch: perl
850            ! lib/ExtUtils/MakeMaker.pm
851 ____________________________________________________________________________
852 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
853         Log: Subject: [PATCH perldiag] overload.pm warnings
854              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
855              Date: Thu, 17 Jan 2002 23:53:49 +0100
856              Message-ID: <20020117235349.A14530@rafael>
857      Branch: perl
858            ! pod/perldiag.pod
859 ____________________________________________________________________________
860 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
861         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
862              From: Michael G Schwern <schwern@pobox.com>
863              Date: Thu, 17 Jan 2002 16:35:47 -0500
864              Message-ID: <20020117213546.GD23830@blackrider>
865      Branch: perl
866            ! lib/File/Find.pm
867 ____________________________________________________________________________
868 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
869         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
870              From: chromatic <chromatic@rmci.net>
871              Date: Thu, 17 Jan 2002 13:04:22 -0700
872              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
873      Branch: perl
874            ! pod/perltodo.pod
875 ____________________________________________________________________________
876 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
877         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
878              From: chromatic <chromatic@rmci.net>
879              Date: Thu, 17 Jan 2002 12:59:04 -0700
880              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
881      Branch: perl
882            ! lib/ExtUtils/t/Mkbootstrap.t
883 ____________________________________________________________________________
884 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
885         Log: (replaced by #14322)
886              The #14300 broke hints file handling.
887      Branch: perl
888            ! lib/ExtUtils/MakeMaker.pm
889 ____________________________________________________________________________
890 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
891         Log: Subject: [PATCH] long doubles
892              From: Nicholas Clark <nick@unfortu.net>
893              Date: Thu, 17 Jan 2002 17:06:28 +0000
894              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
895      Branch: perl
896            ! Configure
897 ____________________________________________________________________________
898 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
899         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
900              From: Andy Dougherty <doughera@lafayette.edu>
901              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
902              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
903      Branch: perl
904            ! Configure
905 ____________________________________________________________________________
906 [ 14311] By: sky                                   on 2002/01/17  21:01:00
907         Log: Simplify the code that duplicates the threads 
908              init function and the parameters to the thread by using sv_dup. 
909              Note,what happens if you pass a shared variable as a parameter?
910      Branch: perl
911            ! ext/threads/threads.xs
912 ____________________________________________________________________________
913 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
914         Log: Update Changes.
915      Branch: perl
916            ! Changes patchlevel.h
917 ____________________________________________________________________________
918 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
919         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
920              with fresh_perl_is() and fresh_perl_like().
921      Branch: perl
922            + t/run/fresh_perl.t
923            - t/run/kill_perl.t
924            ! MANIFEST t/test.pl
925 ____________________________________________________________________________
926 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
927         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
928              From: Benjamin Goldberg <goldbb2@earthlink.net>
929              Date: Wed, 09 Jan 2002 21:03:16 -0500
930              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
931      Branch: perl
932            ! ext/Unicode/Normalize/Normalize.pm
933 ____________________________________________________________________________
934 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
935         Log: Retract #14144 as Hugo isn't happy with it.
936      Branch: perl
937            ! scope.c t/run/kill_perl.t
938 ____________________________________________________________________________
939 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
940         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
941              From: Richard Clamp <richardc@unixbeard.net>
942              Date: Wed, 16 Jan 2002 17:34:31 +0000
943              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
944      Branch: perl
945            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
946 ____________________________________________________________________________
947 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
948         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
949              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
950              Date: Tue, 15 Jan 2002 21:23:30 +0100
951              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
952      Branch: perl
953            ! ext/Opcode/Opcode.xs
954 ____________________________________________________________________________
955 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
956         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
957              From: Paul_GreenVOS@vos.stratus.com
958              Date: Wed, 16 Jan 02 6:42 est
959              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
960      Branch: perl
961            ! t/io/fs.t t/op/crypt.t
962 ____________________________________________________________________________
963 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
964         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
965              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
966              Date: Wed, 16 Jan 2002 13:43:39 +0100
967              Message-ID: <20020116134339.A704@rafael>
968              
969              (replaces #14302)
970      Branch: perl
971            ! mg.c t/lib/warnings/mg
972 ____________________________________________________________________________
973 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
974         Log: (replaced by #14303)
975              Subject: [PATCH] length of undefined $(digit) should warn
976              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
977              Date: Tue, 15 Jan 2002 23:02:44 +0100            
978              Message-ID: <20020115230244.A31786@rafael>     
979      Branch: perl
980            ! mg.c t/lib/warnings/mg
981 ____________________________________________________________________________
982 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
983         Log: The non-MakeMaker.pm parts of
984              
985              Subject: [PATCH] Re: MM_Beos.pm?
986              From: Tels <perl_dummy@bloodgate.com>
987              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
988              Message-Id: <200201142006.WAA29544@taas.iki.fi>
989      Branch: perl
990            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
991            ! lib/ExtUtils/t/MM_Unix.t
992 ____________________________________________________________________________
993 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
994         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
995              From: Michael G Schwern <schwern@pobox.com>    
996              Date: Tue, 15 Jan 2002 20:07:50 -0500            
997              Message-ID: <20020116010750.GH625@blackrider>  
998      Branch: perl
999            ! lib/ExtUtils/MakeMaker.pm
1000 ____________________________________________________________________________
1001 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
1002         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
1003              From: Jeffrey Friedl <jfriedl@yahoo.com>       
1004              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
1005              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
1006      Branch: perl
1007            ! lib/Text/Tabs.pm
1008 ____________________________________________________________________________
1009 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
1010         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
1011              From: "Green, Paul" <Paul.Green@stratus.com>
1012              Date: Tue, 15 Jan 2002 22:28:10 -0500
1013              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
1014      Branch: perl
1015            ! lib/ExtUtils/MM_Unix.pm
1016 ____________________________________________________________________________
1017 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
1018         Log: Integrate perlio; offsetof() is in <stddef.h>
1019      Branch: perl
1020           !> ext/Socket/Socket.xs
1021 ____________________________________________________________________________
1022 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
1023         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
1024              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
1025              Canonical.pl and Exact.pl.
1026      Branch: perl
1027            + (add 259 files)
1028            - (delete 288 files)
1029            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
1030            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
1031            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
1032            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
1033 ____________________________________________________________________________
1034 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
1035         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
1036      Branch: perl
1037            ! ext/Socket/Socket.xs
1038 ____________________________________________________________________________
1039 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
1040         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
1041              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1042              Date: Tue, 15 Jan 2002 21:59:19 +0100
1043              Message-ID: <3C44A637.16602.25EB208@localhost>
1044      Branch: perl
1045            ! embed.fnc embed.h proto.h
1046 ____________________________________________________________________________
1047 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
1048         Log: Duh.  The updated In/*.pl weren't checked in.
1049      Branch: perl
1050            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
1051            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
1052            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
1053            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
1054            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
1055            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
1056            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
1057            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
1058            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
1059            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
1060            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
1061            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
1062            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
1063            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
1064            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
1065            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
1066            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
1067            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
1068            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
1069            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
1070            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
1071            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
1072            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
1073            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
1074            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
1075            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
1076            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
1077            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
1078            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
1079            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
1080            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
1081            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
1082            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
1083            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
1084            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
1085            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
1086            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
1087            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
1088            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
1089            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
1090            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
1091            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
1092            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
1093            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
1094            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
1095            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
1096            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
1097            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
1098 ____________________________________________________________________________
1099 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
1100         Log: Update Changes.
1101      Branch: perl
1102            ! Changes patchlevel.h
1103 ____________________________________________________________________________
1104 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
1105         Log: Jeffrey is trying very hard to avoid working on his
1106              book, it would seem :-) (better naming, better comments
1107              in the files)
1108      Branch: perl
1109            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
1110            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
1111            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
1112            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
1113            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
1114            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
1115            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
1116            - lib/unicore/Is/IDStart.pl
1117            ! (edit 200 files)
1118 ____________________________________________________________________________
1119 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
1120         Log: Some protection against spaces in directory names.
1121              (Tru64 still has some makedepend problems in such
1122              cases but that looks like Tru64's problem.)
1123      Branch: perl
1124            ! Configure Makefile.SH
1125 ____________________________________________________________________________
1126 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
1127         Log: Should have been in #14285 but I have sausages for fingers.
1128      Branch: perl
1129            + lib/ExtUtils/MM_BeOS.pm
1130 ____________________________________________________________________________
1131 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
1132         Log: MM_BeOS from Tels.
1133      Branch: perl
1134            + lib/ExtUtils/t/MM_BeOS.t
1135            ! MANIFEST
1136 ____________________________________________________________________________
1137 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
1138         Log: Integrate perlio;
1139              
1140              (reintroduce #14251) Slab allocator for ops
1141              - moved the statics to intrpvar.h
1142              - implemented Slab_Free()
1143              - uses PerlMemShared (for now) if distinction exists.
1144              
1145              Slab allocator submit after resolve -ay to keep it!
1146              
1147              Hand merge of non slab allocator stuff
1148              
1149              const-ness fix in savepv's passing of NULL
1150              
1151              Typo in #else branch of PL_SLAB_ALLOC
1152              
1153              Integrate rest of mainline
1154              
1155              Regen embed enable slab for PERL_IMPLICIT_SYS
1156              
1157              Correct name of PL_OP_SLAB_ALLOC
1158              
1159              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
1160              e.g. -Duse64bitint on a 32-bit platform.
1161              Now uses I32 for use-count and is more careful with its casts.
1162      Branch: perl
1163           !> (integrate 28 files)
1164 ____________________________________________________________________________
1165 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
1166         Log: Subject: [PATCH] Socket::sockaddr_family
1167              From: Gisle Aas <gisle@ActiveState.com> 
1168              Date: 15 Jan 2002 06:35:28 -0800
1169              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
1170      Branch: perl
1171            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
1172 ____________________________________________________________________________
1173 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
1174         Log: Subject: [PATCH perldiag] Style issue
1175              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1176              Date: Tue, 15 Jan 2002 15:36:30 +0100                
1177              Message-ID: <20020115153630.A11568@rafael>
1178      Branch: perl
1179            ! pod/perldiag.pod
1180 ____________________________________________________________________________
1181 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
1182         Log: NetWare tweak from Ananth Kesari.
1183      Branch: perl
1184            ! lib/ExtUtils/MakeMaker.pm
1185 ____________________________________________________________________________
1186 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
1187         Log: Throwback.
1188      Branch: perl
1189            ! MANIFEST
1190 ____________________________________________________________________________
1191 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
1192         Log: A couple of additional character classes from Jeffrey,
1193              hopefully useful in future for internal use for implementing
1194              some special cases of casing.
1195              
1196              Also regenerate once more all the character classes,
1197              now without the timestamp.  A timestamp would be kind of
1198              nice but it's not: having a timestamp in a file means that
1199              even if the effective contents of file really didn't
1200              change, the file looks as if it changed.
1201      Branch: perl
1202            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
1203            + lib/unicore/Is/CombAbov.pl
1204            ! (edit 304 files)
1205 ____________________________________________________________________________
1206 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
1207         Log: Make the test harder.
1208      Branch: perl
1209            ! t/op/pat.t
1210 ____________________________________________________________________________
1211 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
1212         Log: Additional utf8_heavy.pl tweak from Jeffrey.
1213      Branch: perl
1214            ! lib/utf8_heavy.pl
1215 ____________________________________________________________________________
1216 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
1217         Log: Pod nits.
1218      Branch: perl
1219            ! lib/Unicode/UCD.pm pod/perlunicode.pod
1220 ____________________________________________________________________________
1221 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
1222         Log: The Unicode categories doc patch to go with #14254,
1223              from Jeffrey.
1224      Branch: perl
1225            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
1226 ____________________________________________________________________________
1227 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
1228         Log: There isn't going to be perl.third.exe.
1229      Branch: perl
1230            ! Makefile.SH
1231 ____________________________________________________________________________
1232 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
1233         Log: Subject: [PATCH] small coredump correction
1234              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1235              Date: Tue, 15 Jan 2002 00:22:52 +0100
1236              Message-ID: <20020115002252.I691@rafael>
1237      Branch: perl
1238            ! op.c
1239 ____________________________________________________________________________
1240 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
1241         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
1242              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1243              Date: Mon, 14 Jan 2002 23:03:04 +0100
1244              Message-ID: <20020114230304.A691@rafael>   
1245              
1246              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
1247              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1248              Date: Mon, 14 Jan 2002 23:18:43 +0100
1249              Message-ID: <20020114231843.E691@rafael>   
1250      Branch: perl
1251            ! pod/perlsub.pod t/op/override.t toke.c
1252 ____________________________________________________________________________
1253 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
1254         Log: Update Changes.
1255      Branch: perl
1256            ! Changes patchlevel.h
1257 ____________________________________________________________________________
1258 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
1259         Log: Retract #14251 (the op slab allocator from perlio)
1260              until we figure out why 2.2.19 x86 debian gets
1261              a circular sibling chain and therefore hangs in
1262              the Perl_ck_subr() sibling for-loop.
1263      Branch: perl
1264            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
1265            ! perlapi.c perlapi.h proto.h
1266 ____________________________________________________________________________
1267 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
1268         Log: Big mktables rewrite from Jeffrey;
1269              documentation not yet updated.
1270      Branch: perl
1271            + (add 171 files)
1272            - (delete 182 files)
1273            ! (edit 135 files)
1274 ____________________________________________________________________________
1275 [ 14253] By: ams                                   on 2002/01/14  03:15:05
1276         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
1277              From: Michael G Schwern <schwern@pobox.com>
1278              Date: Sun, 13 Jan 2002 21:00:07 -0500
1279              Message-Id: <20020114020007.GB2877@blackrider>
1280      Branch: perl
1281            ! lib/Cwd.pm
1282 ____________________________________________________________________________
1283 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
1284         Log: Subject: Re: Win32 status - progress !
1285              From: Abe Timmerman <abe@ztreet.demon.nl>       
1286              Date: Mon, 14 Jan 2002 02:29:51 +0100
1287              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
1288      Branch: perl
1289            ! lib/ExtUtils/t/MM_Win32.t
1290 ____________________________________________________________________________
1291 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
1292         Log: Integrate perlio.
1293              
1294              Slab allocator for ops
1295              - moved the statics to intrpvar.h
1296              - implemented Slab_Free()
1297              - uses PerlMemShared (for now) if distinction exists.
1298      Branch: perl
1299           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
1300           !> perlapi.c perlapi.h proto.h
1301 ____________________________________________________________________________
1302 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
1303         Log: Start a new test category: uni.  Much of t/op/pat
1304              should probably be moved here, but holding on that
1305              until Jeffrey finishes his big mktables rewrite.
1306              Bits and pieces of op/split, op/pack, op/append,
1307              op/join, could probably be moved to respective uni
1308              tests, too.
1309      Branch: perl
1310            + t/uni/fold.t t/uni/sprintf.t
1311            - t/op/unifold.t t/op/unisprintf.t
1312            ! MANIFEST t/TEST t/harness
1313 ____________________________________________________________________________
1314 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
1315         Log: Subject: [PATCH] enable Win32 to build again
1316              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1317              Date: Sun, 13 Jan 2002 21:49:24 +0100
1318              Message-ID: <3C4200E4.15926.23F6131@localhost>
1319              
1320              miniperl.exe.exe does not exe that well.
1321      Branch: perl
1322            ! lib/ExtUtils/MM_Unix.pm
1323 ____________________________________________________________________________
1324 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
1325         Log: Mention some of the load-affected tests.
1326      Branch: perl
1327            ! INSTALL
1328 ____________________________________________________________________________
1329 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
1330         Log: Move the UTF-8 conversion code earlier so that
1331              op/ver is happy.
1332      Branch: perl
1333            ! sv.c t/op/ver.t
1334 ____________________________________________________________________________
1335 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
1336         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
1337              have diverged quite a bit so no updates there.
1338      Branch: perl
1339            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
1340            ! ext/List/Util/lib/List/Util.pm
1341            ! ext/List/Util/lib/Scalar/Util.pm
1342 ____________________________________________________________________________
1343 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
1344         Log: Make the crypt() pickier: if downgrading doesn't work,
1345              croak.
1346      Branch: perl
1347            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
1348 ____________________________________________________________________________
1349 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
1350         Log: Grow the buffer in case Unicode caused size changes
1351              (and it very probably did).
1352      Branch: perl
1353            ! sv.c
1354 ____________________________________________________________________________
1355 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
1356         Log: Future-proofing from Jeffrey Friedl (for conflicting
1357              In* and Is* names).
1358      Branch: perl
1359            ! lib/utf8_heavy.pl
1360 ____________________________________________________________________________
1361 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
1362         Log: Subject: [PATCH] Re: Warning in B.xs
1363              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1364              Date: Sun, 13 Jan 2002 19:39:52 +0100
1365              Message-ID: <3C41E288.20562.1C8C895@localhost>
1366      Branch: perl
1367            ! ext/B/B.xs
1368 ____________________________________________________________________________
1369 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
1370         Log: Subject: Re: lookbehind broken with latest bleedperl
1371              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1372              Date: Sun, 13 Jan 2002 18:06:22 +0000
1373              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
1374      Branch: perl
1375            ! regexec.c t/op/re_tests
1376 ____________________________________________________________________________
1377 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
1378         Log: Subject: [PATCH] more MM_Unix.t tests
1379              From: Tels <perl_dummy@bloodgate.com>
1380              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
1381              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
1382              
1383              Subject: [PATCH] 14220 misunderstood, I bet          
1384              From: andreas.koenig@anima.de (Andreas J. Koenig)
1385              Date: 12 Jan 2002 21:31:58 +0100
1386              Message-ID: <m3k7un8g5d.fsf@anima.de>
1387      Branch: perl
1388            ! lib/ExtUtils/t/MM_Unix.t
1389 ____________________________________________________________________________
1390 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
1391         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
1392              From: Tels <perl_dummy@bloodgate.com>
1393              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
1394              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
1395              
1396              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
1397              From: Tels <perl_dummy@bloodgate.com>
1398              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
1399              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
1400      Branch: perl
1401            ! lib/ExtUtils/MM_Unix.pm
1402 ____________________________________________________________________________
1403 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
1404         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
1405              From: Nicholas Clark <nick@unfortu.net> 
1406              Date: Sun, 13 Jan 2002 15:58:34 +0000
1407              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
1408      Branch: perl
1409            ! lib/Benchmark.t
1410 ____________________________________________________________________________
1411 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
1412         Log: Anton Berezin did more reading and the uid setting story
1413              gets more complex.
1414      Branch: perl
1415            ! pod/perltodo.pod utils/perldoc.PL
1416 ____________________________________________________________________________
1417 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
1418         Log: Integrate perlio;
1419              
1420              Win32 fixes:
1421              - vmem.h hack to handle free-by-wrong-thread after eval "".
1422              - Initialize timerid 
1423      Branch: perl
1424           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
1425 ____________________________________________________________________________
1426 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
1427         Log: Subject: Re: HiRes
1428              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1429              Date: Sun, 13 Jan 2002 10:18:46 +0100
1430              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
1431              
1432              Give up on socketpair in HP-UX.
1433      Branch: perl
1434            ! ext/Socket/socketpair.t
1435 ____________________________________________________________________________
1436 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
1437         Log: *groan*
1438      Branch: perl
1439            ! t/op/pat.t
1440 ____________________________________________________________________________
1441 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
1442         Log: One more sharp s case found by Jeffrey.
1443      Branch: perl
1444            ! regexec.c t/op/pat.t
1445 ____________________________________________________________________________
1446 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
1447         Log: Comment tweak.
1448      Branch: perl
1449            ! regexec.c
1450 ____________________________________________________________________________
1451 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
1452         Log: Don't bother checking for the Greek special
1453              cases if the node is too short.
1454      Branch: perl
1455            ! regcomp.c
1456 ____________________________________________________________________________
1457 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
1458         Log: Update Changes.
1459      Branch: perl
1460            ! Changes patchlevel.h
1461 ____________________________________________________________________________
1462 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
1463         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
1464              From: Jonathan Stowe <gellyfish@gellyfish.com>
1465              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
1466              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
1467      Branch: perl
1468            ! Configure config_h.SH
1469 ____________________________________________________________________________
1470 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
1471         Log: Quick reformat using indent -kr -nce, as requested
1472              by Dan Kogai and suggest by NI-S.
1473      Branch: perl
1474            ! ext/Encode/encengine.c
1475 ____________________________________________________________________________
1476 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
1477         Log: Couple more Unicode lookbehind tests.
1478      Branch: perl
1479            ! t/op/pat.t
1480 ____________________________________________________________________________
1481 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
1482         Log: Sharp S as a special treat for our German UTF-8 testers :-)
1483      Branch: perl
1484            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
1485 ____________________________________________________________________________
1486 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
1487         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
1488              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1489              Date: Sat, 12 Jan 2002 20:37:32 +0100
1490              Message-ID: <3C409E8C.16203.196C2D3@localhost>
1491      Branch: perl
1492            ! ext/B/B/Deparse.pm
1493 ____________________________________________________________________________
1494 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
1495         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
1496              really worth the bits it's printed on?
1497      Branch: perl
1498            ! lib/ExtUtils/t/MM_Unix.t
1499 ____________________________________________________________________________
1500 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
1501         Log: Special treatment for U+03B0 and U+0390 in //i,
1502              this means that we can remove the minlen pessimisations
1503              introduced by the #14096.
1504      Branch: perl
1505            ! pp_hot.c regcomp.c regexec.c
1506 ____________________________________________________________________________
1507 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
1508         Log: Integrate perlio;
1509              
1510              Abstract out the cloning of SvPVX and handle shared pv in a 
1511              safe (if suboptimal) manner. Does not fix op/fork.t :-(
1512              
1513              Win32-ize socketpair test
1514              - Win32 can fork even though $Config{d_fork} is undef
1515              - SOCK_DGRAM does not work - skip those tests.
1516      Branch: perl
1517           !> ext/Socket/socketpair.t sv.c
1518 ____________________________________________________________________________
1519 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
1520         Log: One should first drop the real uid, not the effective uid.
1521              [ID 20020110.003]
1522      Branch: perl
1523            ! utils/perldoc.PL
1524 ____________________________________________________________________________
1525 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
1526         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
1527              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1528              Date: Fri, 11 Jan 2002 23:29:48 +0100
1529              Message-ID: <3C3F756C.4581.2E2A938@localhost>
1530      Branch: perl
1531            + ext/B/C/C.xs ext/B/C/Makefile.PL
1532            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
1533            ! utils/perlcc.PL
1534 ____________________________________________________________________________
1535 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
1536         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
1537              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
1538              Date: Fri, 11 Jan 2002 14:29:30 -0800
1539              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
1540      Branch: perl
1541            ! ext/B/t/concise.t
1542 ____________________________________________________________________________
1543 [ 14212] By: ams                                   on 2002/01/12  06:10:52
1544         Log: Subject: [PATCH] More fixes for Stratus VOS
1545              From: "Green, Paul" <Paul.Green@stratus.com>
1546              Date: Fri, 11 Jan 2002 17:30:37 -0500
1547              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
1548      Branch: perl
1549            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
1550 ____________________________________________________________________________
1551 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
1552         Log: Upgrade to CGI.pm 2.80.
1553      Branch: perl
1554            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
1555 ____________________________________________________________________________
1556 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
1557         Log: FAQ sync.
1558      Branch: perl
1559            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1560            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1561            ! pod/perlfaq8.pod
1562 ____________________________________________________________________________
1563 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
1564         Log: This is getting embarrassing.
1565      Branch: perl
1566            ! t/op/pat.t
1567 ____________________________________________________________________________
1568 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
1569         Log: Doc tweaks.
1570      Branch: perl
1571            ! pod/perlunicode.pod
1572 ____________________________________________________________________________
1573 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
1574         Log: Updating the test count is good; also rephrasing
1575              so that there is no ok output containing "not".
1576      Branch: perl
1577            ! t/op/pat.t
1578 ____________________________________________________________________________
1579 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
1580         Log: Andreas is busy :-)
1581      Branch: perl
1582            ! doop.c t/op/unisprintf.t
1583 ____________________________________________________________________________
1584 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
1585         Log: Unicode lookbehind looked bad.
1586      Branch: perl
1587            ! regexec.c t/op/pat.t
1588 ____________________________________________________________________________
1589 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
1590         Log: Garbage collection.
1591      Branch: perl
1592            ! t/run/kill_perl.t
1593 ____________________________________________________________________________
1594 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
1595         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
1596              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1597              Date: Fri, 11 Jan 2002 23:29:48 +0100
1598              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
1599      Branch: perl
1600            ! embed.fnc global.sym makedef.pl
1601 ____________________________________________________________________________
1602 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
1603         Log: Subject: [PATCH] perldelta nit?
1604              From: Robert Spier <rspier@pobox.com>
1605              Date: Fri, 11 Jan 2002 15:19:16 -0800
1606              Message-ID: <15423.29428.164185.251700@rls.cx>
1607      Branch: perl
1608            ! pod/perldelta.pod
1609 ____________________________________________________________________________
1610 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
1611         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
1612              From: Michael G Schwern <schwern@pobox.com>
1613              Date: Fri, 11 Jan 2002 17:08:17 -0500
1614              Message-ID: <20020111220817.GG2838@blackrider>
1615      Branch: perl
1616            ! t/run/kill_perl.t t/test.pl
1617 ____________________________________________________________________________
1618 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
1619         Log: Subject: [PATCH] Correct misleading error message
1620              From: Mike Guy <mjtg@cam.ac.uk>
1621              Date: Fri, 11 Jan 2002 18:36:33 +0000
1622              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
1623              
1624              hash assignment -> anonymous hash
1625      Branch: perl
1626            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
1627 ____________________________________________________________________________
1628 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
1629         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
1630              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1631              Date: Fri, 11 Jan 2002 16:58:14 +0100
1632              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
1633      Branch: perl
1634            ! ext/Unicode/Normalize/mkheader
1635 ____________________________________________________________________________
1636 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
1637         Log: Add a new test for is-sprintf-preserving Unicodeness:
1638              #14194 and an old one from kill_perl.t (I could have used
1639              sprintf.t, but it's format was quite fixed, and I didn't
1640              feel like breaking the format)
1641      Branch: perl
1642            + t/op/unisprintf.t
1643            ! MANIFEST t/run/kill_perl.t
1644 ____________________________________________________________________________
1645 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
1646         Log: Integrate perlio;
1647              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
1648      Branch: perl
1649           !> win32/win32.c
1650 ____________________________________________________________________________
1651 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
1652         Log: Integrate perlio;
1653              A mostly-stable version of "new" Win32 signal/kill support.
1654      Branch: perl
1655           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
1656           !> win32/config.gc win32/config.vc win32/config_H.bc
1657           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
1658           !> win32/makefile.mk win32/win32.c win32/win32.h
1659 ____________________________________________________________________________
1660 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
1661         Log: Fix for
1662              
1663              Subject: UTF-8 sprintf bug in bleadperl
1664              From: andreas.koenig@anima.de (Andreas J. Koenig)
1665              Date: 11 Jan 2002 15:47:15 +0100
1666              Message-ID: <m3vge99c7g.fsf@anima.de>
1667              
1668              I have tests, have just to figure out where to put them
1669              since op/sprintf looks a bit unfriendly for tests of
1670              somewhat freer form.
1671      Branch: perl
1672            ! doop.c sv.c
1673 ____________________________________________________________________________
1674 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
1675         Log: Update Changes.
1676      Branch: perl
1677            ! Changes patchlevel.h
1678 ____________________________________________________________________________
1679 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
1680         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
1681              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1682              Date: Thu, 10 Jan 2002 18:21:34 -0800
1683              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
1684      Branch: perl
1685            + ext/B/t/concise.t
1686            ! MANIFEST
1687 ____________________________________________________________________________
1688 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
1689         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
1690              necessary in form.t and html.t @INC setups.
1691      Branch: perl
1692            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
1693 ____________________________________________________________________________
1694 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
1695         Log: Yet another twist.
1696      Branch: perl
1697            ! t/test.pl
1698 ____________________________________________________________________________
1699 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
1700         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
1701              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1702              Date: Fri, 11 Jan 2002 13:04:15 +0100      
1703              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
1704      Branch: perl
1705            ! hints/aix.sh
1706 ____________________________________________________________________________
1707 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
1708         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
1709              From: Jonathan Stowe <gellyfish@gellyfish.com> 
1710              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
1711              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
1712      Branch: perl
1713            ! lib/AnyDBM_File.t
1714 ____________________________________________________________________________
1715 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
1716         Log: Arguments were being mangled.
1717      Branch: perl
1718            ! t/test.pl
1719 ____________________________________________________________________________
1720 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
1721         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
1722              From: Jonathan Stowe <gellyfish@gellyfish.com>
1723              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
1724              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
1725      Branch: perl
1726            ! lib/AnyDBM_File.t
1727 ____________________________________________________________________________
1728 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
1729         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
1730              From: Michael G Schwern <schwern@pobox.com> 
1731              Date: Fri, 11 Jan 2002 04:26:27 -0500
1732              Message-ID: <20020111092626.GA16544@blackrider>
1733      Branch: perl
1734            ! t/run/kill_perl.t t/test.pl
1735 ____________________________________________________________________________
1736 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
1737         Log: Subject: [PATCH] Test::Harness 2.01
1738              From: Michael G Schwern <schwern@pobox.com> 
1739              Date: Thu, 10 Jan 2002 21:11:24 -0500
1740              Message-ID: <20020111021123.GA30666@blackrider>
1741      Branch: perl
1742            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
1743            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
1744            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
1745            + lib/Test/Harness/t/nonumbers.t
1746            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
1747            + t/lib/sample-tests/lone_not_bug
1748            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
1749            + t/lib/sample-tests/vms_nit
1750            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
1751            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
1752 ____________________________________________________________________________
1753 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
1754         Log: patch is silly when creating new files: don't run
1755              patch more than once.
1756      Branch: perl
1757            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
1758 ____________________________________________________________________________
1759 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
1760         Log: Forgot from #14179.
1761      Branch: perl
1762            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
1763 ____________________________________________________________________________
1764 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
1765         Log: Subject: [PATCH] is() undef/'' behavior change
1766              From: Michael G Schwern <schwern@pobox.com> 
1767              Date: Fri, 11 Jan 2002 03:35:51 -0500
1768              Message-ID: <20020111083551.GC30666@blackrider>
1769              
1770              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
1771              From: Michael G Schwern <schwern@pobox.com> 
1772              Date: Fri, 11 Jan 2002 03:37:44 -0500
1773              Message-ID: <20020111083744.GD30666@blackrider>
1774      Branch: perl
1775            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
1776            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
1777            ! lib/Pod/t/InputObjects.t lib/blib.t
1778 ____________________________________________________________________________
1779 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
1780         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
1781              From: Michael G Schwern <schwern@pobox.com> 
1782              Date: Thu, 10 Jan 2002 19:56:23 -0500
1783              Message-ID: <20020111005623.GA13192@blackrider>
1784      Branch: perl
1785            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
1786            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
1787            ! lib/Test/Simple.pm lib/Test/Simple/Changes
1788            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
1789            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1790            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
1791            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
1792            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
1793            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
1794            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
1795            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
1796            ! lib/Test/Simple/t/plan_is_noplan.t
1797            ! lib/Test/Simple/t/plan_no_plan.t
1798            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
1799            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
1800            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
1801            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
1802            ! lib/Test/Tutorial.pod
1803 ____________________________________________________________________________
1804 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
1805         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
1806              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
1807              
1808              turns out even the malloc() was never really needed to begin with,
1809              so get rid of it
1810      Branch: perl
1811            ! sv.c
1812 ____________________________________________________________________________
1813 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
1814         Log: Small doc tweaks.
1815      Branch: perl
1816            ! pod/perluniintro.pod
1817 ____________________________________________________________________________
1818 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
1819         Log: support using the CRT's malloc() family of functions instead of
1820              the internal one when ithreads is enabled; allocate large blocks
1821              using VirtualAlloc() since the Heap*() functions may only be tuned
1822              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
1823              
1824              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
1825              also see comments at the top of win32/vmem.h for other options that
1826              can be set
1827      Branch: perl
1828            ! win32/vmem.h
1829 ____________________________________________________________________________
1830 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
1831         Log: Subject: micropatch
1832              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1833              Date: Thu, 10 Jan 2002 18:20:58 +0000
1834              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
1835      Branch: perl
1836            ! regcomp.c
1837 ____________________________________________________________________________
1838 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
1839         Log: Subject: [PATCH] Embed.t on Win32
1840              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1841              Date: Thu, 10 Jan 2002 18:56:21 +0100
1842              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
1843      Branch: perl
1844            ! lib/ExtUtils/t/Embed.t
1845 ____________________________________________________________________________
1846 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
1847         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
1848              From: Gisle Aas <gisle@ActiveState.com>
1849              Date: 10 Jan 2002 08:56:05 -0800
1850              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
1851      Branch: perl
1852            ! toke.c
1853 ____________________________________________________________________________
1854 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
1855         Log: Subject: [PATCH] doc fixes
1856              From: "Brendan O'Dea" <bod@debian.org>
1857              Date: Fri, 11 Jan 2002 03:49:54 +1100
1858              Message-ID: <20020110164954.GA21891@compusol.com.au>
1859      Branch: perl
1860            ! lib/I18N/Collate.pm pod/perlfunc.pod
1861 ____________________________________________________________________________
1862 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
1863         Log: Integrate perlio; More signal hackery.
1864      Branch: perl
1865           !> win32/win32.c
1866 ____________________________________________________________________________
1867 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
1868         Log: No need to show internal encodings, or return them
1869              in random order.
1870      Branch: perl
1871            ! ext/Encode/Encode.pm
1872 ____________________________________________________________________________
1873 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
1874         Log: I think we can claim to be supporting Unicode
1875              "loose matching" now.
1876      Branch: perl
1877            ! pod/perlunicode.pod
1878 ____________________________________________________________________________
1879 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
1880         Log: Subject: doc patch
1881              From: mjd@plover.com
1882              Date: 10 Jan 2002 15:12:27 -0000
1883              Message-ID: <20020110151227.14850.qmail@plover.com>
1884      Branch: perl
1885            ! pod/perlrun.pod
1886 ____________________________________________________________________________
1887 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
1888         Log: Subject: Re: [ID 20011223.001] accept leaks memory
1889              From: Andy Dougherty <doughera@lafayette.edu>
1890              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
1891              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
1892      Branch: perl
1893            ! hints/linux.sh
1894 ____________________________________________________________________________
1895 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
1896         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
1897      Branch: perl
1898           !> win32/win32.c
1899 ____________________________________________________________________________
1900 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
1901         Log: Subject: [PATCH] Magic numbers in B::Concise
1902              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
1903              Date: Wed, 9 Jan 2002 23:04:01 -0800
1904              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
1905      Branch: perl
1906            ! ext/B/B/Concise.pm ext/B/O.pm
1907 ____________________________________________________________________________
1908 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
1909         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
1910              From: Gisle Aas <gisle@ActiveState.com>
1911              Date: 09 Jan 2002 21:52:40 -0800
1912              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
1913      Branch: perl
1914            ! t/lib/strict/vars toke.c
1915 ____________________________________________________________________________
1916 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
1917         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
1918              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1919              Date: Wed, 9 Jan 2002 23:24:32 +0100
1920              Message-ID: <20020109232432.A692@rafael>
1921      Branch: perl
1922            ! ext/B/B/Deparse.pm
1923 ____________________________________________________________________________
1924 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
1925         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
1926              From: Jonathan Stowe <gellyfish@gellyfish.com>
1927              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
1928              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
1929      Branch: perl
1930            ! t/run/kill_perl.t
1931 ____________________________________________________________________________
1932 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
1933         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
1934              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1935              Date: Wed, 09 Jan 2002 20:16:54 +0000
1936              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
1937      Branch: perl
1938            ! regexec.c
1939 ____________________________________________________________________________
1940 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
1941         Log: Subject: [Patch @14129] fixes Unicode::Normalize
1942              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1943              Date: Thu, 10 Jan 2002 01:08:56 +0900
1944              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
1945      Branch: perl
1946            - ext/Unicode/Normalize/Normalize.pod
1947            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
1948            ! ext/Unicode/Normalize/Normalize.pm
1949            ! ext/Unicode/Normalize/Normalize.xs
1950            ! ext/Unicode/Normalize/mkheader
1951 ____________________________________________________________________________
1952 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
1953         Log: Integrate perlio; (Re-)implement alarm() for Win32.
1954      Branch: perl
1955           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
1956           !> win32/win32iop.h
1957 ____________________________________________________________________________
1958 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
1959         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
1960              From: Nicholas Clark <nick@unfortu.net>
1961              Date: Wed, 9 Jan 2002 17:56:04 +0000
1962              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
1963      Branch: perl
1964            ! t/op/readdir.t
1965 ____________________________________________________________________________
1966 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
1967         Log: Update Changes.
1968      Branch: perl
1969            ! Changes patchlevel.h
1970 ____________________________________________________________________________
1971 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
1972         Log: Thinko.
1973      Branch: perl
1974            ! ext/threads/t/stress_re.t
1975 ____________________________________________________________________________
1976 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
1977         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
1978              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
1979              Date: Wed, 09 Jan 2002 13:37:17 +0000                
1980              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
1981      Branch: perl
1982            ! regexec.c t/op/re_tests
1983 ____________________________________________________________________________
1984 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
1985         Log: Subject: Re: Weird Malformed warning in bleadperl    
1986              From: andreas.koenig@anima.de (Andreas J. Koenig)    
1987              Date: 09 Jan 2002 11:12:37 +0100
1988              Message-ID: <m3itabbzoq.fsf@anima.de>
1989      Branch: perl
1990            ! regexec.c t/op/pat.t
1991 ____________________________________________________________________________
1992 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
1993         Log: Forgot stress_re.t from MANIFEST.
1994      Branch: perl
1995            ! MANIFEST
1996 ____________________________________________________________________________
1997 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
1998         Log: In dumping use isPRINT() instead of isprint() so that locale
1999              does not come into play.
2000      Branch: perl
2001            ! utf8.c
2002 ____________________________________________________________________________
2003 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
2004         Log: Add a threads stress test for regular expressions
2005              (mostly just a modified stress_string.t) and doesn't
2006              test that much of regular expressions, just that $1
2007              doesn't get stomped by competing threads (as it does
2008              in the 5005threads of old).
2009      Branch: perl
2010            + ext/threads/t/stress_re.t
2011            ! MANIFEST
2012 ____________________________________________________________________________
2013 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
2014         Log: Subject: Re: [ID 20010912.007] substr reference core dump
2015              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2016              Date: Tue, 08 Jan 2002 19:17:50 +0000
2017              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
2018      Branch: perl
2019            ! scope.c t/run/kill_perl.t
2020 ____________________________________________________________________________
2021 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
2022         Log: SANY (. with /s) wasn't happy on Unicode.
2023      Branch: perl
2024            ! regexec.c t/op/pat.t
2025 ____________________________________________________________________________
2026 [ 14142] By: ams                                   on 2002/01/08  22:42:10
2027         Log: Subject: [PATCH] perldebug nit
2028              From: Tels <tels@bloodgate.com>
2029              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
2030      Branch: perl
2031            ! pod/perldebug.pod
2032 ____________________________________________________________________________
2033 [ 14141] By: ams                                   on 2002/01/08  21:32:59
2034         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
2035              From: "Green, Paul" <Paul.Green@stratus.com>
2036              Date: Tue, 8 Jan 2002 17:31:35 -0500
2037              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
2038      Branch: perl
2039            ! Makefile.SH
2040 ____________________________________________________________________________
2041 [ 14140] By: ams                                   on 2002/01/08  21:27:57
2042         Log: Subject: [PATCH] Re: Slight chokage from Deparse
2043              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2044              Date: Tue, 8 Jan 2002 23:04:45 +0100
2045              Message-Id: <20020108230445.A4798@rafael>
2046      Branch: perl
2047            ! ext/B/B/Deparse.pm
2048 ____________________________________________________________________________
2049 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
2050         Log: Subject: [patch] peep() is rude
2051              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
2052              Date: Tue, 08 Jan 2002 19:17:50 +0000            
2053              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
2054      Branch: perl
2055            ! op.c t/run/kill_perl.t
2056 ____________________________________________________________________________
2057 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
2058         Log: unifold is really an op test since it requires
2059              no external modules for its actual testing:
2060              only the unicore CaseFold.txt file, and File::Spec
2061              to portably access that file.
2062      Branch: perl
2063            + t/op/unifold.t
2064            - lib/unifold.t
2065            ! MANIFEST
2066 ____________________________________________________________________________
2067 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
2068         Log: Subject: [patch] save a test 
2069              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2070              Date: Tue, 08 Jan 2002 16:18:47 +0000
2071              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
2072      Branch: perl
2073            ! regcomp.c
2074 ____________________________________________________________________________
2075 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
2076         Log: Subject: Not OK 13843 
2077              From: andreas.koenig@anima.de (Andreas J. Koenig)
2078              Date: 08 Jan 2002 14:12:29 +0100
2079              Message-ID: <m38zb9c7gi.fsf@anima.de>
2080      Branch: perl
2081            ! op.c t/op/subst.t
2082 ____________________________________________________________________________
2083 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
2084         Log: Missed one variant of the fold testing, noticed bu Hugo.
2085      Branch: perl
2086            ! lib/unifold.t
2087 ____________________________________________________________________________
2088 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
2089         Log: Enchance the Storable magic description.
2090      Branch: perl
2091            ! ext/Storable/Storable.pm
2092 ____________________________________________________________________________
2093 [ 14132] By: ams                                   on 2002/01/08  09:16:12
2094         Log: Subject: [PATCH] don't installperl pods
2095              From: H.Merijn Brand <h.m.brand@hccnet.nl>
2096              Date: Tue, 08 Jan 2002 10:36:01 +0100
2097              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
2098      Branch: perl
2099            ! installperl
2100 ____________________________________________________________________________
2101 [ 14131] By: ams                                   on 2002/01/08  03:38:40
2102         Log: Subject: Math-BigInt v1.49 released
2103              From: Tels <perl_dummy@bloodgate.com>
2104              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
2105      Branch: perl
2106            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
2107            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
2108            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2109            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
2110            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
2111            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
2112            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
2113            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2114            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
2115            ! t/lib/Math/BigInt/Subclass.pm
2116 ____________________________________________________________________________
2117 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
2118         Log: A little better comments.
2119      Branch: perl
2120            ! regexec.c
2121 ____________________________________________________________________________
2122 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
2123         Log: No normalization form DNF.
2124      Branch: perl
2125            ! ext/Unicode/Normalize/Normalize.pm
2126 ____________________________________________________________________________
2127 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
2128         Log: Extension nits found by -Wall (several from threads
2129              and threads::shared, but leaving them to Arthur).
2130      Branch: perl
2131            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
2132            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
2133            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
2134            ! ext/Unicode/Normalize/mkheader x2p/str.c
2135 ____________________________________________________________________________
2136 [ 14125] By: ams                                   on 2002/01/07  22:03:22
2137         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
2138              From: Nicholas Clark (sans From field in mail header)
2139              Date: Mon, 7 Jan 2002 16:18:23 +0000
2140              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
2141      Branch: perl
2142            ! lib/Exporter.pm
2143 ____________________________________________________________________________
2144 [ 14124] By: ams                                   on 2002/01/07  21:46:11
2145         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
2146              From: "Green, Paul" <Paul.Green@stratus.com>
2147              Date: Mon, 7 Jan 2002 16:59:38 -0500
2148              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
2149      Branch: perl
2150            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
2151 ____________________________________________________________________________
2152 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
2153         Log: Update Changes.
2154      Branch: perl
2155            ! Changes patchlevel.h
2156 ____________________________________________________________________________
2157 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
2158         Log: Subject: [PATCH] Correct module name in perldelta*                 
2159              From: Mike Guy <mjtg@cam.ac.uk>
2160              Date: Mon, 07 Jan 2002 17:02:43 +0000
2161              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
2162      Branch: perl
2163            ! pod/perl561delta.pod pod/perl56delta.pod
2164 ____________________________________________________________________________
2165 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
2166         Log: AUTHORS update.
2167      Branch: perl
2168            ! AUTHORS
2169 ____________________________________________________________________________
2170 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
2171         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
2172      Branch: perl
2173            ! ext/Storable/Storable.pm
2174 ____________________________________________________________________________
2175 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
2176         Log: perldelta updates.
2177      Branch: perl
2178            ! pod/perldelta.pod
2179 ____________________________________________________________________________
2180 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
2181         Log: Document the flags of pv_uni_display().
2182      Branch: perl
2183            ! pod/perlapi.pod utf8.c
2184 ____________________________________________________________________________
2185 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
2186         Log: Forgot from #14115.
2187      Branch: perl
2188            ! t/op/re_tests
2189 ____________________________________________________________________________
2190 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
2191         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
2192              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
2193              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
2194              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
2195      Branch: perl
2196            ! regcomp.c
2197 ____________________________________________________________________________
2198 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
2199         Log: More regex and utf8 debug dumping.
2200      Branch: perl
2201            ! dump.c regcomp.c regexec.c utf8.c utf8.h
2202 ____________________________________________________________________________
2203 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
2204         Log: Unused variable.
2205      Branch: perl
2206            ! regcomp.c
2207 ____________________________________________________________________________
2208 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
2209         Log: Regen toc.
2210      Branch: perl
2211            ! pod/perltoc.pod
2212 ____________________________________________________________________________
2213 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
2214         Log: capitalize correctly, noticed by David Dyck.
2215      Branch: perl
2216            ! lib/sort.pm
2217 ____________________________________________________________________________
2218 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
2219         Log: No need to overqualify.
2220      Branch: perl
2221            ! lib/sort.pm
2222 ____________________________________________________________________________
2223 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
2224         Log: PL_debug_pad wasn't initialized to zeroes which broke
2225              ithreads + DEBUGGING.
2226      Branch: perl
2227            ! sv.c
2228 ____________________________________________________________________________
2229 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
2230         Log: Update Changes.
2231      Branch: perl
2232            ! Changes patchlevel.h
2233 ____________________________________________________________________________
2234 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
2235         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
2236              From: Jonathan Stowe <gellyfish@gellyfish.com>
2237              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
2238              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
2239      Branch: perl
2240            ! pp_sys.c
2241 ____________________________________________________________________________
2242 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
2243         Log: DB_File sync from Paul Marquess.
2244      Branch: perl
2245            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2246            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
2247            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
2248 ____________________________________________________________________________
2249 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
2250         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
2251              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
2252              Date: Sun, 6 Jan 2002 11:44:30 +0100
2253              Message-ID: <3C38389E.7831.493570@localhost>
2254      Branch: perl
2255            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
2256            ! utils/perlcc.PL
2257 ____________________________________________________________________________
2258 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
2259         Log: Tests for #14098.
2260      Branch: perl
2261            ! t/op/lc.t
2262 ____________________________________________________________________________
2263 [ 14101] By: ams                                   on 2002/01/06  04:52:50
2264         Log: Subject: [PATCH] Bad prototype detection now an optional warning
2265              From: Sam Tregar <sam@tregar.com>
2266              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
2267              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
2268      Branch: perl
2269            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
2270            ! t/comp/proto.t toke.c
2271 ____________________________________________________________________________
2272 [ 14100] By: ams                                   on 2002/01/06  01:56:59
2273         Log: Subject: [PATCH] Correct several Stratus VOS build issues
2274              From: "Green, Paul" <Paul.Green@stratus.com>
2275              Date: Sat, 5 Jan 2002 21:30:56 -0500
2276              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
2277      Branch: perl
2278            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
2279 ____________________________________________________________________________
2280 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
2281         Log: Further perl.org URL elaboration from Ask.
2282      Branch: perl
2283            ! pod/perlfaq1.pod pod/perlfaq2.pod
2284 ____________________________________________________________________________
2285 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
2286         Log: The same problem with To{Lower,Title,Upper}
2287              as earlier with ToFold.
2288      Branch: perl
2289            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
2290            ! lib/unicore/To/Upper.pl lib/unicore/mktables
2291 ____________________________________________________________________________
2292 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
2293         Log: Retract #14057 for now; the alarm/setitimer timers
2294              seen to be the same in many systems, which leads into
2295              hangups.
2296      Branch: perl
2297            ! ext/Time/HiRes/HiRes.t
2298 ____________________________________________________________________________
2299 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
2300         Log: Finish up (ha!) the Unicode case folding;
2301              enhance regex dumping code.
2302      Branch: perl
2303            + lib/unifold.t
2304            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
2305            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
2306 ____________________________________________________________________________
2307 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
2308         Log: Use the perl.org news gw instead of the perl.com one
2309              (from Ask).
2310      Branch: perl
2311            ! pod/perlfaq1.pod pod/perlfaq2.pod
2312 ____________________________________________________________________________
2313 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
2314         Log: Zero() wasn't documented.
2315      Branch: perl
2316            ! pod/perlclib.pod
2317 ____________________________________________________________________________
2318 [ 14093] By: ams                                   on 2002/01/05  17:58:35
2319         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
2320              From: Nicholas Clark <nick@unfortu.net>
2321              Date: Sat, 5 Jan 2002 18:55:39 +0000
2322              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
2323      Branch: perl
2324            ! lib/Memoize/t/tie_ndbm.t
2325 ____________________________________________________________________________
2326 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
2327         Log: Also UNICOS/mk has deviant socketpair().
2328      Branch: perl
2329            ! ext/Socket/socketpair.t
2330 ____________________________________________________________________________
2331 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
2332         Log: Ooops.  Retract the regex parts of #14090.
2333      Branch: perl
2334            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
2335 ____________________________________________________________________________
2336 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
2337         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
2338              From: Nicholas Clark <nick@unfortu.net> 
2339              Date: Sat, 5 Jan 2002 18:10:13 +0000
2340              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
2341      Branch: perl
2342            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
2343            ! regcomp.h regexec.c
2344 ____________________________________________________________________________
2345 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
2346         Log: Integrate perlio; a missing aTHX.
2347      Branch: perl
2348           !> op.c
2349 ____________________________________________________________________________
2350 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
2351         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
2352              found by Marc Lehmann.
2353      Branch: perl
2354            ! pp.c
2355 ____________________________________________________________________________
2356 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
2357         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
2358              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2359              Date: Sat, 5 Jan 2002 00:31:12 +0100
2360              Message-ID: <20020105003112.E1850@rafael>              
2361      Branch: perl
2362            ! t/comp/proto.t
2363 ____________________________________________________________________________
2364 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
2365         Log: A bit of "perl.com" cleanup.
2366      Branch: perl
2367            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
2368            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
2369            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
2370            ! pod/perlmodlib.PL pod/perlmodlib.pod
2371 ____________________________________________________________________________
2372 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
2373         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
2374              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2375              Date: Fri, 4 Jan 2002 23:35:19 +0100
2376              Message-ID: <20020104233519.A1850@rafael>
2377      Branch: perl
2378            ! op.c
2379 ____________________________________________________________________________
2380 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
2381         Log: Integrate change #14062 from macperl;
2382              Define setbuf, setvbuf for Mac OS
2383      Branch: perl
2384           !> ext/IO/IO.xs
2385 ____________________________________________________________________________
2386 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
2387         Log: Display the native pwd command.
2388      Branch: perl
2389            ! ext/Cwd/t/cwd.t
2390 ____________________________________________________________________________
2391 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
2392         Log: Under Mac OS X /dev/stdout is normally a symlink,
2393              but when running the test it seems to become a socket.
2394              So let's extend our censorship.
2395      Branch: perl
2396            ! t/op/stat.t
2397 ____________________________________________________________________________
2398 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
2399         Log: If we do have socketpair(), make my_socketpair()
2400              just call the real socketpair().  This way we always
2401              have real code behind my_socketpair() and a symbol
2402              corresponding to the my_socketpair in global.sym.
2403      Branch: perl
2404            ! embed.fnc embed.h makedef.pl proto.h util.c
2405 ____________________________________________________________________________
2406 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
2407         Log: Spread the good word of "env".
2408      Branch: perl
2409            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
2410 ____________________________________________________________________________
2411 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
2412         Log: Till the system tests do something non-Win*, better rename
2413              the test so that people on other platforms don't get confused.
2414              (Not win32system, because assumedly there's win64, too.)
2415      Branch: perl
2416            + t/op/winsystem.t
2417            - t/op/system.t
2418            ! MANIFEST
2419 ____________________________________________________________________________
2420 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
2421         Log: Some tweaks.
2422      Branch: perl
2423            ! lib/Pod/t/Functions.t
2424 ____________________________________________________________________________
2425 [ 14057] By: ams                                   on 2002/01/04  17:40:31
2426         Log: (retracted by #14057)
2427              
2428              Subject: [PATCH] Time/HiRes/HiRes.t
2429              From: Nicholas Clark <nick@unfortu.net>
2430              Date: Fri, 4 Jan 2002 17:28:46 +0000
2431              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
2432      Branch: perl
2433            ! ext/Time/HiRes/HiRes.t
2434 ____________________________________________________________________________
2435 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
2436         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
2437              From: Abe Timmerman <abe@ztreet.demon.nl>
2438              Date: Fri, 04 Jan 2002 18:42:33 +0100
2439              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
2440      Branch: perl
2441            + lib/Pod/t/Functions.t
2442            ! MANIFEST lib/Pod/Functions.pm
2443 ____________________________________________________________________________
2444 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
2445         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
2446              From: "Craig A. Berry" <craigberry@mac.com>
2447              Date: Thu, 3 Jan 2002 17:32:20 -0600
2448              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
2449      Branch: perl
2450            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
2451 ____________________________________________________________________________
2452 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
2453         Log: Document the U+0085, U+2028, and U+2029.
2454      Branch: perl
2455            ! pod/perlre.pod pod/perlretut.pod
2456 ____________________________________________________________________________
2457 [ 14053] By: ams                                   on 2002/01/04  03:27:44
2458         Log: Subject: [PATCH] warn if not CORE::dump
2459              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2460              Date: Thu, 3 Jan 2002 22:04:00 +0100
2461              Message-Id: <20020103220400.A13958@rafael>
2462      Branch: perl
2463            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
2464 ____________________________________________________________________________
2465 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
2466         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
2467      Branch: perl
2468            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
2469 ____________________________________________________________________________
2470 [ 14051] By: ams                                   on 2002/01/04  03:00:12
2471         Log: Subject: [PATCH] File::Compare::VERSION
2472              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2473              Date: Thu, 3 Jan 2002 23:42:52 +0100
2474              Message-Id: <20020103234252.G13958@rafael>
2475      Branch: perl
2476            ! lib/File/Compare.pm
2477 ____________________________________________________________________________
2478 [ 14050] By: ams                                   on 2002/01/04  02:58:05
2479         Log: Subject: [PATCH @14042] threads::shared doc
2480              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
2481              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
2482              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
2483      Branch: perl
2484            ! ext/threads/shared/shared.pm
2485 ____________________________________________________________________________
2486 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
2487         Log: #14048 exposed few false positives, to be fixed soonish.
2488      Branch: perl
2489            ! t/op/pat.t
2490 ____________________________________________________________________________
2491 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
2492         Log: Do not add the first characters of multicharacter foldings
2493              into character classes.
2494      Branch: perl
2495            ! regcomp.c
2496 ____________________________________________________________________________
2497 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
2498         Log: A bit of testing for #14046.
2499      Branch: perl
2500            ! t/op/pat.t
2501 ____________________________________________________________________________
2502 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
2503         Log: Allow emitting the foldcased version of "\x{df}", "ss"
2504              (among others, another example would be \x{fb00} -> "ff")
2505      Branch: perl
2506            ! regcomp.c
2507 ____________________________________________________________________________
2508 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
2509         Log: Subject: [PATCH] File::Spec & NetWare
2510              From: Dave Rolsky <autarch@urth.org>
2511              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
2512              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
2513      Branch: perl
2514            - lib/File/Spec/NW5.pm
2515            ! MANIFEST lib/File/Spec.pm
2516 ____________________________________________________________________________
2517 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
2518         Log: FAQ sync (RCS Ids only?)
2519      Branch: perl
2520            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
2521 ____________________________________________________________________________
2522 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
2523         Log: AUTHORs updates.
2524      Branch: perl
2525            ! AUTHORS
2526 ____________________________________________________________________________
2527 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
2528         Log: Update Changes.
2529      Branch: perl
2530            ! Changes patchlevel.h
2531 ____________________________________________________________________________
2532 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
2533         Log: Missed the =head1 additions.
2534      Branch: perl
2535            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
2536            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
2537            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
2538            ! util.c
2539 ____________________________________________________________________________
2540 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
2541         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
2542              From: Robin Barker <rmb1@cise.npl.co.uk>
2543              Date: Thu, 3 Jan 2002 15:26:20 GMT
2544              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
2545      Branch: perl
2546            ! lib/Carp.t lib/Carp/Heavy.pm
2547 ____________________________________________________________________________
2548 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
2549         Log: Subject: [PATCH hv.c] 
2550              From: Robin Barker <rmb1@cise.npl.co.uk>
2551              Date: Thu, 3 Jan 2002 14:49:06 GMT
2552              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
2553              
2554              -Wformat check.
2555      Branch: perl
2556            ! hv.c
2557 ____________________________________________________________________________
2558 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
2559         Log: NetWare tweaks from Ananth Kesari.
2560      Branch: perl
2561            ! NetWare/t/NWScripts.pl lib/File/Find.pm
2562 ____________________________________________________________________________
2563 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
2564         Log: Cast.
2565      Branch: perl
2566            ! regexec.c
2567 ____________________________________________________________________________
2568 [ 14036] By: ams                                   on 2002/01/03  12:12:31
2569         Log: Grammar fix suggested by Gwyn Judd.
2570      Branch: perl
2571            ! pod/perldiag.pod
2572 ____________________________________________________________________________
2573 [ 14033] By: ams                                   on 2002/01/03  08:24:24
2574         Log: Subject: Not ok 14031: PPPort Makefile.PL
2575              From: andreas.koenig@anima.de (Andreas J. Koenig)
2576              Date: 03 Jan 2002 10:17:46 +0100
2577              Message-Id: <m3sn9n94jp.fsf@anima.de>
2578      Branch: perl
2579            ! ext/Devel/PPPort/Makefile.PL
2580 ____________________________________________________________________________
2581 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
2582         Log: Off-by-one is my middle name.
2583      Branch: perl
2584            ! regexec.c
2585 ____________________________________________________________________________
2586 [ 14030] By: ams                                   on 2002/01/02  23:56:37
2587         Log: Subject: [PATCH @14015] threads::shared disabling
2588              From: Andy Bussey <andybussey@yahoo.co.uk>
2589              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
2590              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
2591      Branch: perl
2592            + ext/threads/shared/t/no_share.t
2593            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
2594 ____________________________________________________________________________
2595 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
2596         Log: Simon's new perlapi scheme, I hope I got all the pieces.
2597      Branch: perl
2598            + autodoc.pl embed.fnc
2599            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
2600 ____________________________________________________________________________
2601 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
2602         Log: Integrate perlio; more PPPort Makefile source dependence removal
2603      Branch: perl
2604           !> ext/Devel/PPPort/Makefile.PL perl.h
2605 ____________________________________________________________________________
2606 [ 14027] By: ams                                   on 2002/01/02  21:42:50
2607         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
2608              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2609              Date: Wed, 2 Jan 2002 23:09:13 +0100
2610              Message-Id: <20020102230913.A17373@rafael>
2611      Branch: perl
2612            ! pod/perldiag.pod
2613 ____________________________________________________________________________
2614 [ 14026] By: ams                                   on 2002/01/02  21:38:34
2615         Log: Subject: Re: PATCH: lib/Term/Cap.pm
2616              From: Jonathan Stowe <gellyfish@gellyfish.com>
2617              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
2618              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
2619      Branch: perl
2620            ! lib/Term/Cap.pm
2621 ____________________________________________________________________________
2622 [ 14025] By: ams                                   on 2002/01/02  18:34:26
2623         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
2624              From: Sam Tregar <sam@tregar.com>
2625              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
2626              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
2627      Branch: perl
2628            ! pod/perldiag.pod t/comp/proto.t toke.c
2629 ____________________________________________________________________________
2630 [ 14024] By: ams                                   on 2002/01/02  18:16:12
2631         Log: Subject: PATCH: lib/Term/Cap.pm
2632              From: Norton Allen <allen@huarp.harvard.edu>
2633              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
2634              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
2635      Branch: perl
2636            ! lib/Term/Cap.pm
2637 ____________________________________________________________________________
2638 [ 14023] By: ams                                   on 2002/01/02  18:12:31
2639         Log: Subject: PATCH: lib/Cwd.pm for QNX4
2640              From: Norton Allen <allen@huarp.harvard.edu>
2641              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
2642              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
2643      Branch: perl
2644            ! lib/Cwd.pm
2645 ____________________________________________________________________________
2646 [ 14020] By: ams                                   on 2002/01/02  17:06:27
2647         Log: Fix misplaced application of #14016.
2648      Branch: perl
2649            ! op.c
2650 ____________________________________________________________________________
2651 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
2652         Log: Integrate perlio; avoid uninit debug_pad.
2653      Branch: perl
2654           !> sv.c
2655 ____________________________________________________________________________
2656 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
2657         Log: makedepend VOS fix from Paul Green.
2658      Branch: perl
2659            ! makedepend.SH
2660 ____________________________________________________________________________
2661 [ 14016] By: ams                                   on 2002/01/02  15:58:11
2662         Log: Subject: [PATCH] random crash in B::LISTOP::last
2663              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2664              Date: Wed, 2 Jan 2002 17:37:28 +0100
2665              Message-Id: <3C334558.3906.19CB98D@localhost>
2666      Branch: perl
2667            ! op.c
2668 ____________________________________________________________________________
2669 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
2670         Log: Update Changes.
2671      Branch: perl
2672            ! Changes patchlevel.h
2673 ____________________________________________________________________________
2674 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
2675         Log: One more iteration of the ibcmp_utf8() interface,
2676              hopefully this is a convergent iteration...
2677      Branch: perl
2678            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
2679 ____________________________________________________________________________
2680 [ 14013] By: ams                                   on 2002/01/02  13:43:58
2681         Log: Upgrade to podlators-1.19.
2682      Branch: perl
2683            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
2684            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
2685            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
2686            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
2687            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
2688 ____________________________________________________________________________
2689 [ 14012] By: ams                                   on 2002/01/02  09:48:51
2690         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
2691              From: martyn@inpharmatica.co.uk
2692              Date: Wed, 19 Dec 2001 19:05:00 +0000
2693              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
2694      Branch: perl
2695            ! lib/Pod/Usage.pm
2696 ____________________________________________________________________________
2697 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
2698         Log: Make ibcmp_utf8() optionally progress in either string for
2699              as long as it takes and optionally record how far it got.
2700      Branch: perl
2701            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
2702 ____________________________________________________________________________
2703 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
2704         Log: Once more try to get the PPPort Makefile right.
2705      Branch: perl
2706            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
2707 ____________________________________________________________________________
2708 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
2709         Log: -Wall silencing.
2710      Branch: perl
2711            ! utf8.c
2712 ____________________________________________________________________________
2713 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
2714         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
2715              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2716              Date: Tue, 1 Jan 2002 22:45:21 +0100       
2717              Message-ID: <20020101224521.A691@rafael>
2718      Branch: perl
2719            ! ext/B/B/Deparse.pm
2720 ____________________________________________________________________________
2721 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
2722         Log: VOS tweak from Paul Green: VOS has different O_BINARY
2723              and O_TEXT, but VOS always uses LF, never CRLF.
2724      Branch: perl
2725            ! perl.h
2726 ____________________________________________________________________________
2727 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
2728         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
2729      Branch: perl
2730            ! regexec.c utf8.c
2731 ____________________________________________________________________________
2732 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
2733         Log: Now that to_utf8_fold() was fixed.
2734      Branch: perl
2735            ! regcomp.c regexec.c
2736 ____________________________________________________________________________
2737 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
2738         Log: Integrate perlio; experimental binmode() re-coding.
2739      Branch: perl
2740           !> perlio.c
2741 ____________________________________________________________________________
2742 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
2743         Log: Document the to_utf8_*() functions.
2744      Branch: perl
2745            ! embed.pl pod/perlapi.pod utf8.c
2746 ____________________________________________________________________________
2747 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
2748         Log: Better support for multicharacter foldings.
2749              Now all but two of the CaseFold.txt cases work-- but
2750              only when the target string is single-character, more
2751              debugging needed.
2752      Branch: perl
2753            ! regexec.c
2754 ____________________________________________________________________________
2755 [ 14000] By: ams                                   on 2002/01/01  15:59:43
2756         Log: Subject: [PATCH] don't installperl pods
2757              From: Nicholas Clark <nick@unfortu.net>
2758              Date: Tue, 1 Jan 2002 16:44:12 +0000
2759              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
2760      Branch: perl
2761            ! installperl
2762 ____________________________________________________________________________
2763 [ 13999] By: ams                                   on 2002/01/01  14:34:04
2764         Log: Subject: [PATCH] perldiag.pod transposition
2765              From: Nicholas Clark <nick@unfortu.net>
2766              Date: Tue, 1 Jan 2002 15:03:52 +0000
2767              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
2768      Branch: perl
2769            ! pod/perldiag.pod
2770 ____________________________________________________________________________
2771 [ 13998] By: ams                                   on 2002/01/01  13:36:49
2772         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
2773              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2774              Date: Tue, 1 Jan 2002 15:12:36 +0100
2775              Message-Id: <20020101151236.A951@rafael>
2776      Branch: perl
2777            ! pod/perldiag.pod
2778 ____________________________________________________________________________
2779 [ 13997] By: ams                                   on 2002/01/01  13:33:06
2780         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
2781              From: Nicholas Clark <nick@unfortu.net>
2782              Date: Tue, 1 Jan 2002 13:13:17 +0000
2783              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
2784      Branch: perl
2785            ! ext/Socket/socketpair.t
2786 ____________________________________________________________________________
2787 [ 13996] By: ams                                   on 2002/01/01  04:44:28
2788         Log: Subject: [PATCH @13746] Leaner exporter
2789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2790              Date: Mon, 31 Dec 2001 18:16:08 -0500
2791              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
2792      Branch: perl
2793            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
2794 ____________________________________________________________________________
2795 [ 13995] By: ams                                   on 2002/01/01  04:29:44
2796         Log: Subject: [PATCH @13746] h2xs broken
2797              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2798              Date: Mon, 31 Dec 2001 17:48:55 -0500
2799              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
2800      Branch: perl
2801            ! utils/h2xs.PL
2802 ____________________________________________________________________________
2803 [ 13994] By: ams                                   on 2002/01/01  04:25:46
2804         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
2805              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2806              Date: Mon, 31 Dec 2001 17:42:25 -0500
2807              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
2808      Branch: perl
2809            ! lib/ExtUtils/MM_Unix.pm
2810 ____________________________________________________________________________
2811 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
2812         Log: Rename the variables to be a bit more consistent.
2813      Branch: perl
2814            ! utf8.c
2815 ____________________________________________________________________________
2816 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
2817         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
2818              (found by Jeffrey Friedl)
2819      Branch: perl
2820            ! regexec.c t/op/pat.t utf8.c
2821 ____________________________________________________________________________
2822 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
2823         Log: Update Changes.
2824      Branch: perl
2825            ! Changes patchlevel.h
2826 ____________________________________________________________________________
2827 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
2828         Log: Less unused ones.
2829      Branch: perl
2830            ! regexec.c
2831 ____________________________________________________________________________
2832 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
2833         Log: Unused variable.
2834      Branch: perl
2835            ! regcomp.c
2836 ____________________________________________________________________________
2837 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
2838         Log: Forgotten file.
2839      Branch: perl
2840            ! MANIFEST
2841 ____________________________________________________________________________
2842 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
2843         Log: Subject: Re: Cygwin: one down one to go 
2844              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2845              Date: Mon, 31 Dec 2001 18:34:36 +0100
2846              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
2847      Branch: perl
2848            ! cygwin/Makefile.SHs
2849 ____________________________________________________________________________
2850 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
2851         Log: Add some comments to the recent Unicode case-folding saga.
2852      Branch: perl
2853            ! regcomp.c regexec.c
2854 ____________________________________________________________________________
2855 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
2856         Log: Slight comment tweakage.
2857      Branch: perl
2858            ! ext/I18N/Langinfo/Langinfo.t
2859 ____________________________________________________________________________
2860 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
2861         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
2862      Branch: perl
2863            ! perl.h
2864 ____________________________________________________________________________
2865 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
2866         Log: Subject: [ PATCH] Cygwin: one down one to go
2867              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2868              Date: Mon, 31 Dec 2001 17:03:40 +0100
2869              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
2870      Branch: perl
2871            ! lib/Pod/t/basic.t
2872 ____________________________________________________________________________
2873 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
2874         Log: Tweak the dependencies not to recompile everytime,
2875              as suggested by NI-S.
2876      Branch: perl
2877            ! ext/Devel/PPPort/Makefile.PL
2878 ____________________________________________________________________________
2879 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
2880         Log: Planning still not right.
2881      Branch: perl
2882            ! lib/User/grent.t
2883 ____________________________________________________________________________
2884 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
2885         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
2886              From: Michael G Schwern <schwern@pobox.com>
2887              Date: Sun, 30 Dec 2001 18:07:55 -0500
2888              Message-ID: <20011230230755.GG12840@blackrider>
2889              
2890              (lib/User/grent, really)
2891      Branch: perl
2892            ! lib/User/grent.t
2893 ____________________________________________________________________________
2894 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
2895         Log: Integrate perlio; cleanup, in particular avoid accidental
2896              PerlIO_flush(NULL) if PerlIONext is NULL.
2897      Branch: perl
2898           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
2899 ____________________________________________________________________________
2900 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
2901         Log: Subject: typo in IO::Socket::INET.pm
2902              From: mjd@plover.com
2903              Date: 31 Dec 2001 14:31:10 -0000
2904              Message-ID: <20011231143110.4989.qmail@plover.com>
2905      Branch: perl
2906            ! ext/IO/lib/IO/Socket/INET.pm
2907 ____________________________________________________________________________
2908 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
2909         Log: Subject: Re: [PATCH] Basic bad prototype detection
2910              From: Sam Tregar <sam@tregar.com>
2911              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
2912              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
2913      Branch: perl
2914            ! t/comp/proto.t toke.c
2915 ____________________________________________________________________________
2916 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
2917         Log: Subject: [PATCH] configure.com / scriptdirexp
2918              From: "Craig A. Berry" <craigberry@mac.com>
2919              Date: Sun, 30 Dec 2001 15:47:28 -0600
2920              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
2921      Branch: perl
2922            ! configure.com
2923 ____________________________________________________________________________
2924 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
2925         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
2926              From: Abe Timmerman <abe@ztreet.demon.nl>
2927              Date: Mon, 31 Dec 2001 03:55:27 +0100
2928              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
2929      Branch: perl
2930            ! lib/ExtUtils/t/MM_Win32.t
2931 ____________________________________________________________________________
2932 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
2933         Log: Subject: [PATCH] Basic bad prototype detection
2934              From: Sam Tregar <sam@tregar.com> 
2935              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
2936              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
2937      Branch: perl
2938            ! pod/perldiag.pod t/comp/proto.t toke.c
2939 ____________________________________________________________________________
2940 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
2941         Log: Makefiles are sloppy about the exe suffix
2942              (from Paul Green)
2943      Branch: perl
2944            ! Makefile.SH x2p/Makefile.SH
2945 ____________________________________________________________________________
2946 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
2947         Log: Delay folding until necessary; start of handling
2948              folding into several characters.
2949      Branch: perl
2950            ! regcomp.c regexec.c
2951 ____________________________________________________________________________
2952 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
2953         Log: gcc -Wall dewhine.
2954      Branch: perl
2955            ! regexec.c
2956 ____________________________________________________________________________
2957 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
2958         Log: More Unicode folding tweaks, avoid potential false matches.
2959      Branch: perl
2960            ! regexec.c
2961 ____________________________________________________________________________
2962 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
2963         Log: Make that six wrongs.
2964      Branch: perl
2965            ! regexec.c utf8.c
2966 ____________________________________________________________________________
2967 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
2968         Log: Four wrongs can make a right.
2969      Branch: perl
2970            ! regexec.c utf8.c
2971 ____________________________________________________________________________
2972 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
2973         Log: Fix all the I case foldings as per CaseFold.txt.
2974      Branch: perl
2975            ! regcomp.c regexec.c
2976 ____________________________________________________________________________
2977 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
2978         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
2979      Branch: perl
2980            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
2981            ! regexec.c utf8.c
2982 ____________________________________________________________________________
2983 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
2984         Log: Integrate perlio; more win32 stuff:
2985              
2986              A. Use Perl_my_socketpair()
2987              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
2988              load winsock.
2989              C. (In passing) work round fact that $$ is now SvREADONLY
2990              so we need to take special measures to set it during
2991              pseudo-fork.
2992      Branch: perl
2993           !> util.c win32/perlhost.h
2994 ____________________________________________________________________________
2995 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
2996         Log: Fix ppport.h for Unix.
2997      Branch: perl
2998            + ext/Devel/PPPort/ppport_h.PL
2999            - ext/Devel/PPPort/ppport.h.PL
3000            ! MANIFEST ext/Devel/PPPort/Makefile.PL
3001 ____________________________________________________________________________
3002 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
3003         Log: Integrate perlio; win32 kicking.
3004      Branch: perl
3005           +> ext/Devel/PPPort/ppport.h.PL
3006           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
3007           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
3008           !> proto.h
3009 ____________________________________________________________________________
3010 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
3011         Log: Must look for cat also in $PATH (noticed by Philip Newton).
3012      Branch: perl
3013            ! Configure
3014 ____________________________________________________________________________
3015 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
3016         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
3017              From: Blair Zajac <blair@orcaware.com>
3018              Date: Sat, 29 Dec 2001 22:37:03 -0800
3019              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
3020      Branch: perl
3021            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
3022 ____________________________________________________________________________
3023 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
3024         Log: Regen files.
3025      Branch: perl
3026            ! embed.h global.sym pod/perlapi.pod uconfig.h
3027 ____________________________________________________________________________
3028 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
3029         Log: Subject: [PATCH] -t without -w 
3030              From: Michael G Schwern <schwern@pobox.com>
3031              Date: Sat, 29 Dec 2001 23:46:25 -0500
3032              Message-ID: <20011230044625.GA14386@blackrider>
3033      Branch: perl
3034            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
3035            ! warnings.pl
3036 ____________________________________________________________________________
3037 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
3038         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
3039              From: Dave Rolsky <autarch@urth.org>               
3040              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
3041              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
3042              
3043              $^O is NetWare, not Netware.
3044      Branch: perl
3045            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
3046 ____________________________________________________________________________
3047 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
3048         Log: Sarathy thinks undoing C++ comments from C++ files
3049              is a bit too zealous.
3050      Branch: perl
3051            ! win32/perlhost.h win32/vmem.h
3052 ____________________________________________________________________________
3053 [ 13947] By: nick                                  on 2001/12/30  11:35:51
3054         Log: More Cwd tidy up
3055      Branch: perl
3056            ! MANIFEST installperl
3057 ____________________________________________________________________________
3058 [ 13946] By: nick                                  on 2001/12/30  11:12:42
3059         Log: Undo a mess trying Cwd.pm in its ext directory
3060      Branch: perl
3061            + lib/Cwd.pm
3062            - ext/Cwd/Cwd.pm
3063 ____________________________________________________________________________
3064 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
3065         Log: Update Changes.
3066      Branch: perl
3067            ! Changes patchlevel.h
3068 ____________________________________________________________________________
3069 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
3070         Log: Subject: [PATCH] cleaner close on tests, take 2
3071              From: andreas.koenig@anima.de (Andreas J. Koenig)
3072              Date: 29 Dec 2001 21:42:37 +0100
3073              Message-ID: <m33d1tvjuq.fsf@anima.de>
3074              
3075              (the DB_File patches)
3076      Branch: perl
3077            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3078            ! ext/DB_File/t/db-recno.t
3079 ____________________________________________________________________________
3080 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
3081         Log: Integrate perlio; regen'ed config_H.?c
3082      Branch: perl
3083           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3084 ____________________________________________________________________________
3085 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
3086         Log: Subject: [PATCH] cleaner close on tests, take 2             
3087              From: andreas.koenig@anima.de (Andreas J. Koenig)
3088              Date: 29 Dec 2001 21:42:37 +0100
3089              Message-ID: <m33d1tvjuq.fsf@anima.de>
3090              
3091              (except for the three DB_File patch fragments)
3092      Branch: perl
3093            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
3094            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
3095            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
3096            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
3097            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
3098            ! t/op/runlevel.t t/op/write.t t/run/switches.t
3099 ____________________________________________________________________________
3100 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
3101         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
3102              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3103              Date: Sat, 29 Dec 2001 20:38:59 +0100
3104              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
3105              
3106              (NetWare tree not touched because it's very //)
3107      Branch: perl
3108            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
3109            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
3110            ! wince/include/errno.h wince/include/netdb.h
3111            ! wince/include/sys/socket.h wince/include/sys/stat.h
3112            ! wince/perllib.c wince/perlmain.c wince/win32.h
3113            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
3114            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
3115 ____________________________________________________________________________
3116 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
3117         Log: Give up on serious testing of langinfo().  Leave the old
3118              code in place, though.
3119      Branch: perl
3120            ! ext/I18N/Langinfo/Langinfo.t
3121 ____________________________________________________________________________
3122 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
3123         Log: Integrate perlio;
3124              
3125              Define the two socket error numbers in terms of WSAEXXXXX equivalents
3126              
3127              Fudge Config.pm so File::Spec does not croak.
3128      Branch: perl
3129           !> win32/FindExt.pm win32/win32.h
3130 ____________________________________________________________________________
3131 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
3132         Log: VOS tweaks from Paul Green.
3133              
3134              The Configure tweaks: the _exe needs to be
3135              set after the init; VOS has fd 3 hardwired to /dev/tty;
3136              the grep/ln/make substitutions really need to stick.
3137      Branch: perl
3138            ! Configure hints/vos.sh perl.h util.c vos/build.cm
3139            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3140            ! vos/config.ga.h vos/vosish.h
3141 ____________________________________________________________________________
3142 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
3143         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
3144              From: coral@eekeek.org
3145              Date: Fri, 28 Dec 2001 19:58:22 -0500      
3146              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
3147      Branch: perl
3148            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
3149            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
3150            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
3151            ! pod/perlunicode.pod pod/perlxs.pod util.c
3152 ____________________________________________________________________________
3153 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
3154         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
3155      Branch: perl
3156            ! t/op/exec.t
3157 ____________________________________________________________________________
3158 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
3159         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
3160              From: Abe Timmerman <abe@ztreet.demon.nl>
3161              Date: Sat, 29 Dec 2001 13:10:06 +0100
3162              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
3163      Branch: perl
3164            + lib/Pod/t/InputObjects.t
3165 ____________________________________________________________________________
3166 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
3167         Log: Integrate perlio;
3168              
3169              Quick fix (after couple of clever fixes failed) for
3170              "accept leaks memory" fail [ID 20011223.001]
3171              
3172              Nick Clark's embed.pl fix for my_socketpair
3173      Branch: perl
3174           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
3175 ____________________________________________________________________________
3176 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
3177         Log: Slight tweaks on the MM_Win32.t.
3178      Branch: perl
3179            ! lib/ExtUtils/t/MM_Win32.t
3180 ____________________________________________________________________________
3181 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
3182         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
3183              From: Abe Timmerman <abe@ztreet.demon.nl>
3184              Date: Sat, 29 Dec 2001 12:51:36 +0100
3185              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
3186      Branch: perl
3187            + lib/ExtUtils/t/MM_Win32.t
3188            ! MANIFEST
3189 ____________________________________________________________________________
3190 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
3191         Log: Subject: [PATCH] Module names and other nits
3192              From: Autrijus Tang <autrijus@autrijus.org>                 
3193              Date: Sat, 29 Dec 2001 01:59:28 +0800
3194              Message-ID: <20011229015928.A29712@geb.elixus.org>              
3195      Branch: perl
3196            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
3197            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
3198            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
3199            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
3200            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
3201 ____________________________________________________________________________
3202 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
3203         Log: socketpair tweaks from Nicholas Clark.
3204      Branch: perl
3205            ! ext/Socket/socketpair.t util.c
3206 ____________________________________________________________________________
3207 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
3208         Log: Retract #13917.
3209      Branch: perl
3210            ! doop.c
3211 ____________________________________________________________________________
3212 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
3213         Log: Subject: provisional MakeMaker patch for VMS
3214              From: "Craig A. Berry" <craigberry@mac.com> 
3215              Date: Thu, 27 Dec 2001 22:29:37 -0600
3216              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
3217      Branch: perl
3218            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3219 ____________________________________________________________________________
3220 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
3221         Log: (retracted by #13919)
3222      Branch: perl
3223            ! doop.c
3224 ____________________________________________________________________________
3225 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
3226         Log: Remove debris in any case.
3227      Branch: perl
3228            ! Configure
3229 ____________________________________________________________________________
3230 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
3231         Log: Subject: [PATCH] Re: B::walksymtable oddness
3232              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3233              Date: Thu, 27 Dec 2001 19:14:24 +0100
3234              Message-ID: <3C2B7310.861.18820D0@localhost>
3235      Branch: perl
3236            ! ext/B/B.pm
3237 ____________________________________________________________________________
3238 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
3239         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
3240              From: Nicholas Clark <nick@unfortu.net> 
3241              Date: Fri, 28 Dec 2001 00:43:02 +0000
3242              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
3243      Branch: perl
3244            ! ext/Socket/socketpair.t
3245 ____________________________________________________________________________
3246 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
3247         Log: Fast Latin1<->UTF-8 conversion for older Perls.
3248      Branch: perl
3249            ! pod/perluniintro.pod
3250 ____________________________________________________________________________
3251 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
3252         Log: Update Changes.
3253      Branch: perl
3254            ! Changes patchlevel.h
3255 ____________________________________________________________________________
3256 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
3257         Log: More wait status trickery for BeOS.
3258      Branch: perl
3259            ! ext/POSIX/POSIX.xs
3260 ____________________________________________________________________________
3261 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
3262         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
3263      Branch: perl
3264            ! Configure
3265 ____________________________________________________________________________
3266 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
3267         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
3268              From: gbarr@monty.mutatus.co.uk
3269              Date: 27 Dec 2001 14:41:36 -0000
3270              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
3271      Branch: perl
3272            ! lib/ExtUtils/t/Embed.t
3273 ____________________________________________________________________________
3274 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
3275         Log: Subject: [PATCH] Re: socketpair emulation
3276              From: Nicholas Clark <nick@unfortu.net> 
3277              Date: Wed, 26 Dec 2001 20:08:14 +0000
3278              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
3279      Branch: perl
3280            ! ext/Socket/socketpair.t
3281 ____________________________________________________________________________
3282 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
3283         Log: Subject: [DOC PATCH] left is right and right is left
3284              From: Philip Newton <Philip.Newton@gmx.net>
3285              Date: Thu, 27 Dec 2001 10:04:17 +0100
3286              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
3287      Branch: perl
3288            ! pod/perlfunc.pod pod/perlport.pod
3289 ____________________________________________________________________________
3290 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
3291         Log: Subject: [PATCH] check return of close
3292              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3293              Date: 27 Dec 2001 09:47:30 +0100
3294              Message-ID: <m3ellhgicd.fsf@anima.de> 
3295              
3296              Subject: [PATCH] improve error reporting
3297              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3298              Date: 27 Dec 2001 09:54:55 +0100
3299              Message-ID: <m3adw5gi00.fsf@anima.de> 
3300              
3301              Subject: [PATCH] check return value of close
3302              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3303              Date: 27 Dec 2001 10:03:55 +0100
3304              Message-ID: <m3666tghl0.fsf@anima.de> 
3305              
3306              Subject: [PATCH] return of close
3307              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3308              Date: 27 Dec 2001 10:22:15 +0100
3309              Message-ID: <m31yhhggqg.fsf@anima.de> 
3310      Branch: perl
3311            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
3312            ! t/io/fflush.t
3313 ____________________________________________________________________________
3314 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
3315         Log: Subject: [PATCH] check return of close
3316              From: andreas.koenig@anima.de (Andreas J. Koenig)            
3317              Date: 27 Dec 2001 09:47:30 +0100
3318              Message-ID: <m3ellhgicd.fsf@anima.de> 
3319      Branch: perl
3320            ! t/base/rs.t
3321 ____________________________________________________________________________
3322 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
3323         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
3324              From: andreas.koenig@anima.de (Andreas J. Koenig)
3325              Date: 27 Dec 2001 09:21:16 +0100
3326              Message-ID: <m3n105gjk3.fsf@anima.de>
3327      Branch: perl
3328            ! t/op/sysio.t
3329 ____________________________________________________________________________
3330 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
3331         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
3332              From: "Gerrit P. Haase" <gp@familiehaase.de>
3333              Date: Thu, 27 Dec 2001 09:23:55 +0100 
3334              Message-ID: <98211521662.20011227092355@familiehaase.de>
3335      Branch: perl
3336            ! lib/ExtUtils/t/MM_Cygwin.t
3337 ____________________________________________________________________________
3338 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
3339         Log: Replace the awful (most likely generated and not very persistent)
3340              URL with something tangible.
3341      Branch: perl
3342            ! README.hpux
3343 ____________________________________________________________________________
3344 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
3345         Log: Naughty /dev/printer (ls -l, really) of IRIX.
3346      Branch: perl
3347            ! t/op/stat.t
3348 ____________________________________________________________________________
3349 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
3350         Log: Upgrade to Net::Ping 2.10.
3351      Branch: perl
3352            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
3353            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
3354            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
3355            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
3356 ____________________________________________________________________________
3357 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
3358         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
3359              (this showed up in Benchmark.t)
3360      Branch: perl
3361            ! pp_sys.c
3362 ____________________________________________________________________________
3363 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
3364         Log: BeOS updates.
3365      Branch: perl
3366            ! README.beos beos/beos.c
3367 ____________________________________________________________________________
3368 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
3369         Log: Subject: Re: bleadperl doesn't compile
3370              From: "Gerrit P. Haase" <gp@familiehaase.de>
3371              Date: Wed, 26 Dec 2001 21:29:08 +0100
3372              Message-ID: <22168634623.20011226212908@familiehaase.de>
3373              
3374              Cygwin with multiplicity.
3375      Branch: perl
3376            ! perlio.c
3377 ____________________________________________________________________________
3378 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
3379         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
3380              From: Nicholas Clark <nick@ccl4.org>
3381              Date: Wed, 26 Dec 2001 19:07:33 +0000
3382              Message-ID: <20011226190732.J48842@plum.flirble.org>            
3383              
3384              socketpair() (un)signedness nit.
3385      Branch: perl
3386            ! util.c
3387 ____________________________________________________________________________
3388 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
3389         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
3390              From: Nicholas Clark <nick@ccl4.org>
3391              Date: Wed, 26 Dec 2001 19:19:47 +0000
3392              Message-ID: <20011226191946.K48842@plum.flirble.org>
3393              
3394              Use report_evil_fh().
3395      Branch: perl
3396            ! doio.c
3397 ____________________________________________________________________________
3398 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
3399         Log: Bad $? assumptions.
3400      Branch: perl
3401            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
3402 ____________________________________________________________________________
3403 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
3404         Log: Net::Ping isn't going to work much without
3405              the Socket extension; fail more gracefully.
3406      Branch: perl
3407            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
3408            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
3409            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
3410            ! lib/Net/Ping/t/300_ping_stream.t
3411 ____________________________________________________________________________
3412 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
3413         Log: test -d /system is a bit too generic test for VOS
3414              (false hit in BeOS)
3415      Branch: perl
3416            ! Configure
3417 ____________________________________________________________________________
3418 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
3419         Log: No AF_UNIX in BeOS.
3420      Branch: perl
3421            ! util.c
3422 ____________________________________________________________________________
3423 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
3424         Log: FAQ sync.
3425      Branch: perl
3426            ! pod/perlfaq5.pod
3427 ____________________________________________________________________________
3428 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
3429         Log: Update Changes.
3430      Branch: perl
3431            ! Changes patchlevel.h
3432 ____________________________________________________________________________
3433 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
3434         Log: Make -t equal -tw.
3435      Branch: perl
3436            ! perl.c pod/perlrun.pod
3437 ____________________________________________________________________________
3438 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
3439         Log: Subject: Re: Not OK 13881
3440              From: John Peacock <jpeacock@rowman.com>
3441              Date: Tue, 25 Dec 2001 06:02:12 -0500
3442              Message-ID: <3C285CB4.8040006@rowman.com>
3443      Branch: perl
3444            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
3445 ____________________________________________________________________________
3446 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
3447         Log: Subject: Re: Not OK 13881
3448              From: andreas.koenig@anima.de (Andreas J. Koenig)
3449              Date: 25 Dec 2001 07:33:23 +0100
3450              Message-ID: <m3bsgnajws.fsf@anima.de>
3451      Branch: perl
3452            ! op.c
3453 ____________________________________________________________________________
3454 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
3455         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
3456              From: Mark-Jason Dominus <mjd@plover.com>    
3457              Date: Mon, 24 Dec 2001 18:14:48 -0500
3458              Message-ID: <20011224231448.25826.qmail@plover.com>
3459      Branch: perl
3460            ! op.c t/op/eval.t
3461 ____________________________________________________________________________
3462 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
3463         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
3464              From: Dave Rolsky <autarch@urth.org>
3465              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
3466              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
3467      Branch: perl
3468            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
3469            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
3470            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3471            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3472            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
3473 ____________________________________________________________________________
3474 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
3475         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
3476              From: Jeffrey Friedl <jfriedl@yahoo.com>
3477              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
3478              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
3479              
3480              The rest of the tests for plus few extras.
3481      Branch: perl
3482            ! t/op/pat.t
3483 ____________________________________________________________________________
3484 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
3485         Log: No-op.
3486      Branch: perl
3487            ! Configure
3488 ____________________________________________________________________________
3489 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
3490         Log: More constant casting.
3491      Branch: perl
3492            ! regexec.c
3493 ____________________________________________________________________________
3494 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
3495         Log: Subject: perlhack.pod 
3496              From: "John P. Linderman" <jpl@research.att.com>
3497              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
3498              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
3499      Branch: perl
3500            ! pod/perlhack.pod
3501 ____________________________________________________________________________
3502 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
3503         Log: File::Find patch patches from Thomas Wegner.
3504      Branch: perl
3505            ! lib/File/Find.pm
3506 ____________________________________________________________________________
3507 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
3508         Log: Subject: Re: socketpair emulation 
3509              From: Nicholas Clark <nick@unfortu.net>                 
3510              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
3511              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
3512      Branch: perl
3513            ! ext/Socket/socketpair.t
3514 ____________________________________________________________________________
3515 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
3516         Log: Must cast constants if they can be quads.
3517      Branch: perl
3518            ! regcomp.c
3519 ____________________________________________________________________________
3520 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
3521         Log: Promote the e/uid to wide enough un/signed integers
3522              and printf them as such.
3523      Branch: perl
3524            ! taint.c
3525 ____________________________________________________________________________
3526 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
3527         Log: The U32 alignment test wasn't really working, noticed
3528              by Paul Green.  Now the test works, but this means that
3529              we may see coredumps from the test.   I sure hope MMUless
3530              places don't crash on the test.
3531      Branch: perl
3532            ! Configure
3533 ____________________________________________________________________________
3534 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
3535         Log: More VOS tweaks.
3536      Branch: perl
3537            ! Configure
3538 ____________________________________________________________________________
3539 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
3540         Log: The funky final sigma casefolding.
3541      Branch: perl
3542            ! regcomp.c regexec.c t/op/pat.t utf8.h
3543 ____________________________________________________________________________
3544 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
3545         Log: Update Changes.
3546      Branch: perl
3547            ! Changes patchlevel.h
3548 ____________________________________________________________________________
3549 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
3550         Log: Move the \C and \X to pat.t.
3551      Branch: perl
3552            ! t/op/pat.t t/op/re_tests
3553 ____________________________________________________________________________
3554 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
3555         Log: More logical test ordering.
3556      Branch: perl
3557            ! perl.h
3558 ____________________________________________________________________________
3559 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
3560         Log: Integrate perlio;
3561              
3562              Add at least the "important" PerlIO_xxxx functions to embed.pl
3563              so that they get implicit pTHX_ and we can avoid slow dTHX.
3564              
3565              Put PerlIO stuff inside EXTERN C
3566              
3567              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
3568      Branch: perl
3569           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
3570           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
3571           !> win32/win32.c
3572 ____________________________________________________________________________
3573 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
3574         Log: Even more \X fixing.
3575      Branch: perl
3576            ! regexec.c t/op/pat.t
3577 ____________________________________________________________________________
3578 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
3579         Log: More \X fixing.
3580      Branch: perl
3581            ! regexec.c t/op/pat.t
3582 ____________________________________________________________________________
3583 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
3584         Log: Fix encoding pragma.
3585      Branch: perl
3586            ! regcomp.c
3587 ____________________________________________________________________________
3588 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
3589         Log: Subject: socketpair emulation
3590              From: Nicholas Clark <nick@unfortu.net>
3591              Date: Sat, 22 Dec 2001 18:38:18 +0000
3592              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
3593      Branch: perl
3594            + ext/Socket/socketpair.t
3595            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
3596            ! pp_sys.c proto.h util.c
3597 ____________________________________________________________________________
3598 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
3599         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
3600              From: Jeffrey Friedl <jfriedl@yahoo.com>
3601              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
3602              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
3603              
3604              (partially applied, most of the new tests need to be rethought)
3605      Branch: perl
3606            ! regcomp.c t/op/re_tests
3607 ____________________________________________________________________________
3608 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
3609         Log: Small tweaks.
3610      Branch: perl
3611            ! handy.h regexec.c
3612 ____________________________________________________________________________
3613 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
3614         Log: Unicode casefolding continues.
3615              (lib/encoding.t still failing.)
3616      Branch: perl
3617            ! regexec.c t/op/pat.t
3618 ____________________________________________________________________________
3619 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
3620         Log: Rework the make logic (again).
3621      Branch: perl
3622            ! Configure
3623 ____________________________________________________________________________
3624 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
3625         Log: Integrate perlio;
3626              Fix mis-parse of autoloaded usage code by declaring the sub
3627              Correct checking code which Ilya spotted was tripped by CR at EOF.
3628              The CR at EOF fix earlier broke CR at end-of-buffer.
3629      Branch: perl
3630            ! regexec.c
3631           !> ext/POSIX/POSIX.pm perlio.c sv.c
3632 ____________________________________________________________________________
3633 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
3634         Log: More Unicode casing fixes.
3635      Branch: perl
3636            ! regexec.c t/op/pat.t
3637 ____________________________________________________________________________
3638 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
3639         Log: Unicode casefolding fixes.
3640      Branch: perl
3641            ! op.c regcomp.c regexec.c t/op/pat.t
3642 ____________________________________________________________________________
3643 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
3644         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
3645              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
3646              Date: Sat, 22 Dec 2001 00:01:29 +0100
3647              Message-ID: <20011222000129.A713@rafael>
3648      Branch: perl
3649            ! ext/B/B/Deparse.pm
3650 ____________________________________________________________________________
3651 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
3652         Log: VOS config from Paul Green.
3653      Branch: perl
3654            ! hints/vos.sh
3655 ____________________________________________________________________________
3656 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
3657         Log: Subject: [PATCH @13746] CreateTTY on OS/2
3658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3659              Date: Fri, 21 Dec 2001 15:59:45 -0500
3660              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
3661      Branch: perl
3662            ! lib/perl5db.pl
3663 ____________________________________________________________________________
3664 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
3665         Log: Subject: [PATCH @13746] uninstalled build of modules broken
3666              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3667              Date: Fri, 21 Dec 2001 15:49:09 -0500
3668              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
3669      Branch: perl
3670            ! lib/ExtUtils/MM_Unix.pm
3671 ____________________________________________________________________________
3672 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
3673         Log: Subject: [PATCH @13746] OS/2 File::* modules
3674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3675              Date: Fri, 21 Dec 2001 15:43:24 -0500
3676              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
3677      Branch: perl
3678            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
3679 ____________________________________________________________________________
3680 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
3681         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
3682              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3683              Date: Fri, 21 Dec 2001 17:29:07 +0100
3684              Message-ID: <3C236353.6625C4C0@alcatel.at>
3685      Branch: perl
3686            ! pod/perltie.pod
3687 ____________________________________________________________________________
3688 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
3689         Log: Further VOS tweaks: the _exe needs to be introduced
3690              in the very beginning, and the make/gmake needs special
3691              VOS logic.
3692      Branch: perl
3693            ! Configure Makefile.SH
3694 ____________________________________________________________________________
3695 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
3696         Log: Update Changes.
3697      Branch: perl
3698            ! Changes patchlevel.h
3699 ____________________________________________________________________________
3700 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
3701         Log: Also the search for cat needs to be _exe-aware.
3702      Branch: perl
3703            ! Configure
3704 ____________________________________________________________________________
3705 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
3706         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
3707              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3708              Date: Fri, 21 Dec 2001 14:02:01 +0100
3709              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
3710      Branch: perl
3711            ! ext/B/B/Xref.pm
3712 ____________________________________________________________________________
3713 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
3714         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
3715      Branch: perl
3716            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
3717            ! ext/B/t/assembler.t
3718 ____________________________________________________________________________
3719 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
3720         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
3721              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3722              Date: Fri, 21 Dec 2001 11:15:38 +0100
3723              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
3724      Branch: perl
3725            ! hv.c
3726 ____________________________________________________________________________
3727 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
3728         Log: A plan is good.
3729      Branch: perl
3730            ! ext/re/re.t
3731 ____________________________________________________________________________
3732 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
3733         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
3734              From: chromatic <chromatic@rmci.net>
3735              Date: Thu, 20 Dec 2001 16:16:48 -0700
3736              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
3737      Branch: perl
3738            + ext/re/re.t
3739            ! MANIFEST
3740 ____________________________________________________________________________
3741 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
3742         Log: Synchronize the skippage message.
3743      Branch: perl
3744            ! lib/ExtUtils/t/MM_OS2.t
3745 ____________________________________________________________________________
3746 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
3747         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
3748              From: chromatic <chromatic@rmci.net>
3749              Date: Thu, 20 Dec 2001 16:09:10 -0700
3750              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
3751      Branch: perl
3752            + lib/ExtUtils/t/MM_OS2.t
3753            ! MANIFEST
3754 ____________________________________________________________________________
3755 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
3756         Log: Subject: perlfunc.pod patch re flock via fcntl
3757              From: "Tye McQueen" <tye@metronet.com>
3758              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
3759              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
3760      Branch: perl
3761            ! pod/perlfunc.pod
3762 ____________________________________________________________________________
3763 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
3764         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
3765              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
3766              (the Unicode maximum code point) warnable offenses.
3767      Branch: perl
3768            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
3769            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
3770 ____________________________________________________________________________
3771 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
3772         Log: Sterner admonishment on -t.
3773      Branch: perl
3774            ! pod/perlrun.pod
3775 ____________________________________________________________________________
3776 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
3777         Log: Subject: [PATCH B::Dpparse] minor qr// fix
3778              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3779              Date: Thu, 20 Dec 2001 22:53:34 +0100
3780              Message-ID: <20011220225334.A735@rafael>
3781      Branch: perl
3782            ! ext/B/B/Deparse.pm
3783 ____________________________________________________________________________
3784 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
3785         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
3786              From: Robert Spier <rspier@pobox.com>
3787              Date: Thu, 20 Dec 2001 08:10:00 -0800
3788              Message-ID: <15394.3416.693353.107334@rls.cx>
3789      Branch: perl
3790            ! lib/Carp/Heavy.pm
3791 ____________________________________________________________________________
3792 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
3793         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
3794      Branch: perl
3795           !> win32/win32io.c
3796 ____________________________________________________________________________
3797 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
3798         Log: Subject: Re: [PATCH pod/perliol.pod] resend
3799              From: Stas Bekman <stas@stason.org>
3800              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
3801              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
3802      Branch: perl
3803            ! pod/perliol.pod
3804 ____________________________________________________________________________
3805 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
3806         Log: Fix up the APIs noone hopefully uses.
3807      Branch: perl
3808            ! utf8.c
3809 ____________________________________________________________________________
3810 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
3811         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
3812              Date: Wed, 19 Dec 2001 14:13:38 -0800
3813              From: Robert Spier <rspier@pobox.com>
3814              Message-ID: <15393.4370.605214.548582@rls.cx>
3815      Branch: perl
3816            ! lib/Carp.t lib/Carp/Heavy.pm
3817 ____________________________________________________________________________
3818 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
3819         Log: Some bincompat clawbacks.
3820      Branch: perl
3821            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
3822            ! wince/perldll.def
3823 ____________________________________________________________________________
3824 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
3825         Log: gcc pacifying (RH 7.1/ia64).
3826      Branch: perl
3827            ! pp.c
3828 ____________________________________________________________________________
3829 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
3830         Log: Update Changes.
3831      Branch: perl
3832            ! Changes patchlevel.h
3833 ____________________________________________________________________________
3834 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
3835         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
3836              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3837              Date: Wed, 19 Dec 2001 12:35:07 +0100
3838              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
3839              
3840              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
3841              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3842              Date: Wed, 19 Dec 2001 17:34:51 +0000
3843              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
3844      Branch: perl
3845            ! pod/perlre.pod
3846 ____________________________________________________________________________
3847 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
3848         Log: Integrate perlio.
3849      Branch: perl
3850           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
3851           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
3852 ____________________________________________________________________________
3853 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
3854         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
3855      Branch: perl
3856            ! ext/B/B/Assembler.pm
3857 ____________________________________________________________________________
3858 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
3859         Log: Reword the alarm explanation.
3860      Branch: perl
3861            ! pod/perlfunc.pod
3862 ____________________________________________________________________________
3863 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
3864         Log: Subject: [PATCH @13746] OS/2 build
3865              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
3866              Date: Wed, 19 Dec 2001 02:45:41 -0500
3867              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
3868              
3869              (skipped the t/TEST change)
3870      Branch: perl
3871            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
3872            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
3873            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
3874 ____________________________________________________________________________
3875 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
3876         Log: Upgrade to Net::Ping 2.09.
3877      Branch: perl
3878            + lib/Net/Ping/CHANGES lib/Net/Ping/README
3879            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
3880            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
3881            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
3882            + lib/Net/Ping/t/300_ping_stream.t
3883            ! MANIFEST lib/Net/Ping.pm
3884 ____________________________________________________________________________
3885 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
3886         Log: B::Assembler/B::Disassembler patches and test;
3887              from Wolfgang Laun.
3888              
3889              TODO: getting perlcc working.
3890      Branch: perl
3891            + ext/B/t/assembler.t
3892            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
3893 ____________________________________________________________________________
3894 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
3895         Log: Can't printf U8s as UVs.
3896      Branch: perl
3897            ! utf8.c
3898 ____________________________________________________________________________
3899 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
3900         Log: Subject: Re: [PATCH] ...while $var = glob(...)
3901              From: Robin Houston <robin@kitsite.com> 
3902              Date: Wed, 19 Dec 2001 13:48:55 +0000
3903              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
3904              
3905              Not exactly a glob test but internal-logically correct.
3906      Branch: perl
3907            ! t/op/glob.t
3908 ____________________________________________________________________________
3909 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
3910         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
3911              From: Michael G Schwern <schwern@pobox.com> 
3912              Date: Wed, 19 Dec 2001 07:42:54 -0500
3913              Message-ID: <20011219124254.GF8630@blackrider>
3914      Branch: perl
3915            + lib/lib.t
3916            ! MANIFEST lib/lib_pm.PL
3917 ____________________________________________________________________________
3918 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
3919         Log: Integrate with perlio.
3920      Branch: perl
3921           !> hv.c hv.h scope.c util.c
3922 ____________________________________________________________________________
3923 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
3924         Log: Regen toc.
3925      Branch: perl
3926            ! pod/perltoc.pod
3927 ____________________________________________________________________________
3928 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
3929         Log: FAQ sync.
3930      Branch: perl
3931            ! pod/perlfaq5.pod
3932 ____________________________________________________________________________
3933 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
3934         Log: Reformat round.
3935      Branch: perl
3936            ! pod/perlunicode.pod
3937 ____________________________________________________________________________
3938 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
3939         Log: Subject: [PATCH] pod/perlunicode.pod
3940              From: Jeffrey Friedl <jfriedl@yahoo.com>
3941              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
3942              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
3943      Branch: perl
3944            ! pod/perlunicode.pod
3945 ____________________________________________________________________________
3946 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
3947         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
3948              From: Jeffrey Friedl <jfriedl@yahoo.com>
3949              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
3950              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
3951      Branch: perl
3952            ! pod/perluniintro.pod
3953 ____________________________________________________________________________
3954 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
3955         Log: Slight pod reformatting.
3956      Branch: perl
3957            ! pod/perluniintro.pod
3958 ____________________________________________________________________________
3959 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
3960         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
3961              From: Jeffrey Friedl <jfriedl@yahoo.com>    
3962              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
3963              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
3964      Branch: perl
3965            ! pod/perluniintro.pod
3966 ____________________________________________________________________________
3967 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
3968         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
3969              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3970              Date: Wed, 19 Dec 2001 01:45:23 +0000
3971              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
3972      Branch: perl
3973            ! sv.c
3974 ____________________________________________________________________________
3975 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
3976         Log: Subject: Porting/checkURL.pl
3977              From: abigail@foad.org
3978              Date: Tue, 18 Dec 2001 19:03:22 +0100          
3979              Message-ID: <20011218180322.8278.qmail@foad.org> 
3980      Branch: perl
3981            ! Porting/checkURL.pl
3982 ____________________________________________________________________________
3983 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
3984         Log: A bit too oversweeping matching in #13778.
3985      Branch: perl
3986            ! Configure
3987 ____________________________________________________________________________
3988 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
3989         Log: Re-gen Configure based on #13778..13781.
3990      Branch: perl
3991            ! Configure config_h.SH
3992 ____________________________________________________________________________
3993 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
3994         Log: Subject: Re: Benchmark.t failure on Linux
3995              From: Nicholas Clark <nick@ccl4.org>
3996              Date: Tue, 18 Dec 2001 22:51:25 +0000
3997              Message-ID: <20011218225124.N21702@plum.flirble.org>
3998      Branch: perl
3999            ! lib/Benchmark.t
4000 ____________________________________________________________________________
4001 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
4002         Log: Re-applying #13752 until a better solution can be found.
4003      Branch: perl
4004            ! lib/ExtUtils/t/MM_Unix.t
4005 ____________________________________________________________________________
4006 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
4007         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
4008              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
4009              Date: Tue, 18 Dec 2001 12:05:40 -0500
4010              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
4011      Branch: perl
4012            ! lib/Exporter.pm
4013 ____________________________________________________________________________
4014 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
4015         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
4016              findings -- some of the warnings I can't explain except
4017              by NVgf being detected wrong, though.
4018      Branch: perl
4019            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
4020 ____________________________________________________________________________
4021 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
4022         Log: Subject: [PATCH] pod/perluniintro.pod
4023              From: Jeffrey Friedl <jfriedl@yahoo.com>
4024              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
4025              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
4026      Branch: perl
4027            ! pod/perluniintro.pod
4028 ____________________________________________________________________________
4029 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
4030         Log: ".pm" is the native executable suffix in VOS.
4031      Branch: perl
4032            ! hints/vos.sh
4033 ____________________________________________________________________________
4034 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
4035         Log: Integrate perlio;
4036              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
4037      Branch: perl
4038           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
4039 ____________________________________________________________________________
4040 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
4041         Log: (Undone by #13766.)
4042              Retract #13752.
4043      Branch: perl
4044            ! lib/ExtUtils/t/MM_Unix.t
4045 ____________________________________________________________________________
4046 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
4047         Log: Echoes of #13757.
4048      Branch: perl
4049            ! t/lib/warnings/utf8
4050 ____________________________________________________________________________
4051 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
4052         Log: Make the utf8 malformedness messages more verbose.
4053      Branch: perl
4054            ! lib/utf8.t utf8.c
4055 ____________________________________________________________________________
4056 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
4057         Log: README.aix updates from Jens-Uwe Mager.
4058      Branch: perl
4059            ! README.aix
4060 ____________________________________________________________________________
4061 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
4062         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
4063              From: Michael G Schwern <schwern@pobox.com>
4064              Date: Tue, 18 Dec 2001 00:58:18 -0500
4065              Message-ID: <20011218055818.GC4362@blackrider>
4066      Branch: perl
4067            ! lib/Benchmark.t
4068 ____________________________________________________________________________
4069 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
4070         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
4071              From: Michael G Schwern <schwern@pobox.com>
4072              Date: Tue, 18 Dec 2001 00:40:38 -0500
4073              Message-ID: <20011218054038.GB4362@blackrider>
4074      Branch: perl
4075            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
4076 ____________________________________________________________________________
4077 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
4078         Log: (reintroduced by #13766)
4079              (retracted by #13759)
4080              
4081              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
4082              From: Michael G Schwern <schwern@pobox.com>  
4083              Date: Tue, 18 Dec 2001 00:00:23 -0500
4084              Message-ID: <20011218050023.GA27893@blackrider>
4085      Branch: perl
4086            ! lib/ExtUtils/t/MM_Unix.t
4087 ____________________________________________________________________________
4088 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
4089         Log: Re-patch #13749.
4090      Branch: perl
4091            ! t/op/glob.t
4092 ____________________________________________________________________________
4093 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
4094         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
4095              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4096              Date: Tue, 18 Dec 2001 12:55:43 +0000
4097              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
4098      Branch: perl
4099            ! ext/Devel/Peek/Peek.pm
4100 ____________________________________________________________________________
4101 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
4102         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
4103              From: Robin Houston <robin@kitsite.com> 
4104              Date: Tue, 18 Dec 2001 14:54:33 +0000
4105              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
4106      Branch: perl
4107            ! t/op/glob.t
4108 ____________________________________________________________________________
4109 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
4110         Log: Subject: [PATCH] slightly more for Exporter.pm
4111              From: Nicholas Clark <nick@ccl4.org>
4112              Date: Tue, 18 Dec 2001 00:22:03 +0000
4113              Message-ID: <20011218002203.M21702@plum.flirble.org>
4114      Branch: perl
4115            ! lib/Exporter.pm
4116 ____________________________________________________________________________
4117 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
4118         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
4119              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4120              Date: Mon, 17 Dec 2001 16:37:18 +0100
4121              Message-ID: <20011217163718.A2292@rafael>
4122              
4123              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
4124              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4125              Date: Mon, 17 Dec 2001 23:17:06 +0100
4126              Message-ID: <20011217231706.A730@rafael>
4127      Branch: perl
4128            ! pod/perlsub.pod pp.c toke.c
4129 ____________________________________________________________________________
4130 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
4131         Log: Update Changes.
4132      Branch: perl
4133            ! Changes patchlevel.h
4134 ____________________________________________________________________________
4135 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
4136         Log: New test warrants a MANIFEST entry.
4137      Branch: perl
4138            ! MANIFEST
4139 ____________________________________________________________________________
4140 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
4141         Log: Subject: Re: [PATCH] ...while $var = glob(...)
4142              From: Robin Houston <robin@kitsite.com>
4143              Date: Mon, 17 Dec 2001 20:27:30 +0000
4144              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
4145              
4146              Can't portably unlink open files.
4147      Branch: perl
4148            ! t/op/glob.t
4149 ____________________________________________________________________________
4150 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
4151         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
4152      Branch: perl
4153            ! pod/perluniintro.pod
4154 ____________________________________________________________________________
4155 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
4156         Log: Move typeglob test from glob.t to gv.t.
4157      Branch: perl
4158            ! t/op/glob.t t/op/gv.t
4159 ____________________________________________________________________________
4160 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
4161         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
4162              From: Robin Houston <robin@kitsite.com> 
4163              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
4164              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
4165      Branch: perl
4166            ! t/op/glob.t
4167 ____________________________________________________________________________
4168 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
4169         Log: Demote the surrogate and non-character errors to warnings.
4170      Branch: perl
4171            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
4172 ____________________________________________________________________________
4173 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
4174         Log: Subject: [PATCH] more POSIX tests, and more autoloading
4175              From: Nicholas Clark <nick@ccl4.org>
4176              Date: Mon, 17 Dec 2001 18:27:47 +0000
4177              Message-ID: <20011217182747.D21702@plum.flirble.org>
4178      Branch: perl
4179            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
4180 ____________________________________________________________________________
4181 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
4182         Log: Subject: [PATCH] ...while $var = glob(...)
4183              From: Robin Houston <robin@kitsite.com> 
4184              Date: Mon, 17 Dec 2001 15:51:54 +0000
4185              Message-ID: <20011217155153.A311@robin.kitsite.com>
4186      Branch: perl
4187            ! op.c
4188 ____________________________________________________________________________
4189 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
4190         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
4191              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4192              Date: Mon, 17 Dec 2001 15:23:01 +0100
4193              Message-ID: <20011217152301.A704@rafael>
4194      Branch: perl
4195            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
4196 ____________________________________________________________________________
4197 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
4198         Log: The system() vs $SIG{ARLM} is no more a todo.
4199      Branch: perl
4200            ! t/op/alarm.t
4201 ____________________________________________________________________________
4202 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
4203         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
4204              From: Michael G Schwern <schwern@pobox.com>
4205              Date: Sun, 16 Dec 2001 23:59:01 -0500
4206              Message-ID: <20011217045901.GL17232@blackrider>
4207      Branch: perl
4208            + t/op/alarm.t
4209            ! MANIFEST
4210 ____________________________________________________________________________
4211 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
4212         Log: s/UNIX/Unix/
4213      Branch: perl
4214            ! MANIFEST
4215 ____________________________________________________________________________
4216 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
4217         Log: Move ExtUtils tests to lib/ExtUtils/t.
4218      Branch: perl
4219            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
4220            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
4221            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
4222            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
4223            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
4224            + lib/ExtUtils/t/testlib.t
4225            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
4226            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
4227            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
4228            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
4229            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
4230            ! MANIFEST
4231 ____________________________________________________________________________
4232 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
4233         Log: Subject: [PATCH] MM_Unix tests, and some questions
4234              From: Tels <perl_dummy@bloodgate.com>
4235              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
4236              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
4237              
4238              Subject: Re: [PATCH] MM_Unix tests, and some questions
4239              From: Tels <perl_dummy@bloodgate.com>
4240              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
4241              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
4242      Branch: perl
4243            + lib/ExtUtils/MM_Unix.t
4244            ! MANIFEST lib/ExtUtils/MM_Unix.pm
4245 ____________________________________________________________________________
4246 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
4247         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
4248              From: Michael G Schwern <schwern@pobox.com>
4249              Date: Sun, 16 Dec 2001 17:53:55 -0500
4250              Message-ID: <20011216225354.GE8900@blackrider>
4251      Branch: perl
4252            ! lib/ExtUtils/MM_Unix.pm
4253 ____________________________________________________________________________
4254 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
4255         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
4256              From: Michael G Schwern <schwern@pobox.com>                
4257              Date: Sun, 16 Dec 2001 16:12:55 -0500
4258              Message-ID: <20011216211255.GV8900@blackrider>
4259      Branch: perl
4260            ! ext/B/B/Deparse.pm
4261 ____________________________________________________________________________
4262 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
4263         Log: Subject: [PATCH] Exporter.pm
4264              From: Nicholas Clark <nick@ccl4.org>
4265              Date: Sun, 16 Dec 2001 19:24:25 +0000
4266              Message-ID: <20011216192425.R21702@plum.flirble.org>
4267      Branch: perl
4268            ! lib/Exporter.pm
4269 ____________________________________________________________________________
4270 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
4271         Log: Subject: [PATCH] Exporter.t (and question)
4272              From: Nicholas Clark <nick@ccl4.org>
4273              Date: Sun, 16 Dec 2001 17:24:55 +0000
4274              Message-ID: <20011216172455.P21702@plum.flirble.org>
4275      Branch: perl
4276            ! lib/Exporter.t
4277 ____________________________________________________________________________
4278 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
4279         Log: Subject: Re: perl@13661
4280              From: "John P. Linderman" <jpl@research.att.com>              
4281              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
4282              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
4283      Branch: perl
4284            ! pp_sort.c
4285 ____________________________________________________________________________
4286 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
4287         Log: Subject: Will the real Unicode encoding please stand up?
4288              From: Jeffrey Friedl <jfriedl@yahoo.com>
4289              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
4290              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
4291      Branch: perl
4292            ! pod/perluniintro.pod
4293 ____________________________________________________________________________
4294 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
4295         Log: Integrate perlio; interruptable system().
4296      Branch: perl
4297           !> util.c
4298 ____________________________________________________________________________
4299 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
4300         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
4301              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
4302              and characters beyond 0x10FFF should be disallowed, too,
4303              but some tests would need changing, but more importantly some
4304              APIs would need remodeling since one can easily generate such
4305              characters either by bitwise complements, tr complements, or
4306              v-strings.
4307      Branch: perl
4308            ! pod/perldiag.pod utf8.c
4309 ____________________________________________________________________________
4310 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
4311         Log: Make surrogates illegal also on EBCDIC.
4312      Branch: perl
4313            ! utf8.c
4314 ____________________________________________________________________________
4315 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
4316         Log: Subject: [patch @13687] Unicode::Collate 0.10
4317              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
4318              Date: Sun, 16 Dec 2001 21:22:12 +0900
4319              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
4320      Branch: perl
4321            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4322            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
4323 ____________________________________________________________________________
4324 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
4325         Log: More documentation for the encoding pragma.
4326      Branch: perl
4327            ! lib/encoding.pm
4328 ____________________________________________________________________________
4329 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
4330         Log: Subject: [PATCH] lib/open.pm 
4331              From: Jeffrey Friedl <jfriedl@yahoo.com>
4332              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
4333              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
4334      Branch: perl
4335            ! lib/open.pm
4336 ____________________________________________________________________________
4337 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
4338         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
4339              From: chromatic <chromatic@rmci.net>
4340              Date: Sat, 15 Dec 2001 23:24:40 -0700
4341              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
4342      Branch: perl
4343            + lib/ExtUtils/Installed.t
4344            ! MANIFEST
4345 ____________________________________________________________________________
4346 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
4347         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
4348              From: Michael G Schwern <schwern@pobox.com>
4349              Date: Sun, 16 Dec 2001 01:14:00 -0500
4350              Message-ID: <20011216061400.GC8900@blackrider>
4351      Branch: perl
4352            ! lib/diagnostics.pm
4353 ____________________________________________________________________________
4354 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
4355         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
4356              From: Michael G Schwern <schwern@pobox.com>
4357              Date: Sun, 16 Dec 2001 01:12:42 -0500
4358              Message-ID: <20011216061242.GB8900@blackrider>
4359      Branch: perl
4360            ! t/test.pl
4361 ____________________________________________________________________________
4362 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
4363         Log: I sometimes outsmart myself.
4364      Branch: perl
4365            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
4366 ____________________________________________________________________________
4367 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
4368         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
4369              From: Michael G Schwern <schwern@pobox.com>
4370              Date: Sat, 15 Dec 2001 15:08:29 -0500
4371              Message-ID: <20011215200829.GK1548@blackrider>
4372      Branch: perl
4373            ! lib/AutoSplit.pm
4374 ____________________________________________________________________________
4375 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
4376         Log: perlunicode enchancements suggested by Jeffrey Friedl.
4377      Branch: perl
4378            ! pod/perlunicode.pod
4379 ____________________________________________________________________________
4380 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
4381         Log: Subject: [PATCH] perlunicode.pod
4382              From: Jeffrey Friedl <jfriedl@yahoo.com>
4383              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
4384              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
4385      Branch: perl
4386            ! pod/perlunicode.pod
4387 ____________________________________________________________________________
4388 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
4389         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
4390              From: Jeffrey Friedl <jfriedl@yahoo.com>
4391              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
4392              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
4393      Branch: perl
4394            ! lib/utf8_heavy.pl
4395 ____________________________________________________________________________
4396 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
4397         Log: Can't create surrogates; so can't match them, either.
4398      Branch: perl
4399            ! pod/perlunicode.pod
4400 ____________________________________________________________________________
4401 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
4402         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
4403              From: Michael G Schwern <schwern@pobox.com>
4404              Date: Sat, 15 Dec 2001 21:20:35 -0500
4405              Message-ID: <20011216022035.GE5672@blackrider>
4406      Branch: perl
4407            ! t/test.pl
4408 ____________________________________________________________________________
4409 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
4410         Log: Make creating UTF-8 surrogates a punishable act.
4411      Branch: perl
4412            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
4413 ____________________________________________________________________________
4414 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
4415         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
4416      Branch: perl
4417            + lib/unicore/In/172.pl lib/unicore/In/173.pl
4418            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
4419            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
4420            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
4421            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
4422            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
4423 ____________________________________________________________________________
4424 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
4425         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
4426              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4427              Date: Sat, 15 Dec 2001 23:21:43 +0100
4428              Message-ID: <20011215232143.A11790@rafael>
4429      Branch: perl
4430            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
4431 ____________________________________________________________________________
4432 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
4433         Log: Make charnames more robust.
4434      Branch: perl
4435            ! lib/charnames.pm
4436 ____________________________________________________________________________
4437 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
4438         Log: The hoops one has to jump through.
4439      Branch: perl
4440            ! ext/I18N/Langinfo/Langinfo.pm
4441 ____________________________________________________________________________
4442 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
4443         Log: Subject: [PATCH] perlstyle.pod nit on warnings
4444              From: Autrijus Tang <autrijus@egb.elixus.org>
4445              Date: Sat, 15 Dec 2001 04:24:34 -0800
4446              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
4447      Branch: perl
4448            ! pod/perlstyle.pod
4449 ____________________________________________________________________________
4450 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
4451         Log: I don't think we are in FooOS, Toto.
4452      Branch: perl
4453            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
4454 ____________________________________________________________________________
4455 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
4456         Log: Subject: Re: Untested modules update:  There's more than we thought
4457              From: chromatic <chromatic@rmci.net>
4458              Date: Fri, 14 Dec 2001 17:20:24 -0700
4459              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
4460      Branch: perl
4461            + lib/ExtUtils/MM_Cygwin.t
4462            ! MANIFEST
4463 ____________________________________________________________________________
4464 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
4465         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
4466              From: Michael G Schwern <schwern@pobox.com> 
4467              Date: Fri, 14 Dec 2001 20:59:42 -0500
4468              Message-ID: <20011215015942.GF28596@blackrider>
4469      Branch: perl
4470            ! t/TEST
4471 ____________________________________________________________________________
4472 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
4473         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
4474              From: Michael G Schwern <schwern@pobox.com> 
4475              Date: Fri, 14 Dec 2001 20:03:46 -0500
4476              Message-ID: <20011215010346.GD28596@blackrider>
4477      Branch: perl
4478            + ext/B/t/bblock.t
4479            ! MANIFEST
4480 ____________________________________________________________________________
4481 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
4482         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
4483              From: Michael G Schwern <schwern@pobox.com> 
4484              Date: Fri, 14 Dec 2001 19:59:13 -0500
4485              Message-ID: <20011215005913.GC28596@blackrider>
4486      Branch: perl
4487            ! ext/B/B/Bblock.pm
4488 ____________________________________________________________________________
4489 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
4490         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
4491              From: Michael G Schwern <schwern@pobox.com> 
4492              Date: Fri, 14 Dec 2001 19:36:12 -0500
4493              Message-ID: <20011215003611.GA28596@blackrider>
4494      Branch: perl
4495            + ext/B/t/asmdata.t
4496            ! MANIFEST
4497 ____________________________________________________________________________
4498 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
4499         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
4500              From: Michael G Schwern <schwern@pobox.com> 
4501              Date: Fri, 14 Dec 2001 19:14:14 -0500
4502              Message-ID: <20011215001414.GA25077@blackrider>
4503      Branch: perl
4504            ! bytecode.pl ext/B/B/Asmdata.pm
4505 ____________________________________________________________________________
4506 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
4507         Log: Permissions.
4508      Branch: perl
4509            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
4510            ! ext/Devel/PPPort/module3.c
4511 ____________________________________________________________________________
4512 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
4513         Log: Benchmark test from Nicholas Clark.
4514      Branch: perl
4515            + lib/Benchmark.t
4516            ! MANIFEST lib/Benchmark.pm
4517 ____________________________________________________________________________
4518 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
4519         Log: Mithing.
4520      Branch: perl
4521            + lib/Attribute/Handlers/demo/demo2.pl
4522            + lib/Attribute/Handlers/demo/demo3.pl
4523            + lib/Attribute/Handlers/demo/demo4.pl
4524 ____________________________________________________________________________
4525 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
4526         Log: Silence compiler worries found by Schwern/Digital cc.
4527      Branch: perl
4528            ! perlio.c sv.c x2p/str.c
4529 ____________________________________________________________________________
4530 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
4531         Log: User may not have a valid home directory even if
4532              getpwuid() succedds.
4533      Branch: perl
4534            ! ext/File/Glob/t/basic.t
4535 ____________________________________________________________________________
4536 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
4537         Log: Integrate with perlio.  (No changes, but that's okay.)
4538      Branch: perl
4539           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
4540 ____________________________________________________________________________
4541 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
4542         Log: Add a Configure hints file for VOS: the POSIX support
4543              of VOS is getting close to the point where it can run
4544              Configure (some Configure tweaks will be required).
4545      Branch: perl
4546            + hints/vos.sh
4547            ! MANIFEST
4548 ____________________________________________________________________________
4549 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
4550         Log: Update Changes.
4551      Branch: perl
4552            ! Changes patchlevel.h
4553 ____________________________________________________________________________
4554 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
4555         Log: Reintroduce Attribute::Handlers with Spider's fixes.
4556      Branch: perl
4557            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
4558            + lib/Attribute/Handlers/README
4559            + lib/Attribute/Handlers/demo/Demo.pm
4560            + lib/Attribute/Handlers/demo/Descriptions.pm
4561            + lib/Attribute/Handlers/demo/MyClass.pm
4562            + lib/Attribute/Handlers/demo/demo.pl
4563            + lib/Attribute/Handlers/demo/demo_call.pl
4564            + lib/Attribute/Handlers/demo/demo_chain.pl
4565            + lib/Attribute/Handlers/demo/demo_cycle.pl
4566            + lib/Attribute/Handlers/demo/demo_hashdir.pl
4567            + lib/Attribute/Handlers/demo/demo_phases.pl
4568            + lib/Attribute/Handlers/demo/demo_range.pl
4569            + lib/Attribute/Handlers/demo/demo_rawdata.pl
4570            + lib/Attribute/Handlers/t/multi.t
4571            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
4572 ____________________________________________________________________________
4573 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
4574         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
4575              From: Michael G Schwern <schwern@pobox.com> 
4576              Date: Thu, 13 Dec 2001 19:27:08 -0500
4577              Message-ID: <20011214002707.GA10532@blackrider>
4578              
4579              (reword the perlrun -t description a bit,
4580              and move the Itaint_warn to the bottom of
4581              the intrpvar.h for binary compatibility)
4582      Branch: perl
4583            + t/run/switcht.t
4584            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
4585            ! perlapi.h pod/perlrun.pod t/TEST taint.c
4586 ____________________________________________________________________________
4587 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
4588         Log: Detypo.
4589      Branch: perl
4590            ! utf8.c
4591 ____________________________________________________________________________
4592 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
4593         Log: Buffer overflow checks.
4594      Branch: perl
4595            ! utf8.c
4596 ____________________________________________________________________________
4597 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
4598         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
4599              From: Spider Boardman <spider@leggy.zk3.dec.com>
4600              Date: Thu, 13 Dec 2001 15:32:51 -0500
4601              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
4602      Branch: perl
4603            ! lib/ExtUtils/Embed.t
4604 ____________________________________________________________________________
4605 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
4606         Log: More on the Unicode "line" definition.
4607      Branch: perl
4608            ! pod/perlunicode.pod
4609 ____________________________________________________________________________
4610 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
4611         Log: Open-ended VERSION?
4612      Branch: perl
4613            ! lib/ExtUtils/Install.pm
4614 ____________________________________________________________________________
4615 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
4616         Log: Subject: [PATCH] Better make distclean
4617              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4618              Date: Thu, 13 Dec 2001 21:10:18 +0100
4619              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
4620      Branch: perl
4621            ! Makefile.SH
4622 ____________________________________________________________________________
4623 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
4624         Log: Remove Memoize::Saves as requested by mjd.
4625      Branch: perl
4626            - lib/Memoize/Saves.pm
4627            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
4628 ____________________________________________________________________________
4629 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
4630         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
4631              From: Michael G Schwern <schwern@pobox.com>
4632              Date: Tue, 11 Dec 2001 23:17:32 -0500
4633              Message-ID: <20011212041732.GS17250@blackrider>
4634      Branch: perl
4635            ! lib/ExtUtils/Install.pm
4636 ____________________________________________________________________________
4637 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
4638         Log: Subject: [PATCH] Re: use utf8; with bad utf8
4639              From: Nicholas Clark <nick@ccl4.org>
4640              Date: Thu, 13 Dec 2001 17:09:39 +0000
4641              Message-ID: <20011213170939.L21702@plum.flirble.org>
4642      Branch: perl
4643            ! t/lib/1_compile.t
4644 ____________________________________________________________________________
4645 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
4646         Log: Subject: (LONG!) Sort benchmarks and patch
4647              From: "John P. Linderman" <jpl@research.att.com>
4648              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
4649              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
4650      Branch: perl
4651            ! pp_sort.c
4652 ____________________________________________________________________________
4653 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
4654         Log: Unadorned numbers evil.
4655      Branch: perl
4656            ! pp.c regcomp.c regexec.c utf8.c utf8.h
4657 ____________________________________________________________________________
4658 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
4659         Log: "preprocessing directive not recognized within macro arg"
4660      Branch: perl
4661            ! ext/Data/Dumper/Dumper.xs
4662 ____________________________________________________________________________
4663 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
4664         Log: Subject: Clarifying the documentation of goto            
4665              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
4666              Date: Thu, 13 Dec 2001 08:57:38 -0500
4667              Message-ID: <3C18BD8B@operamail.com>
4668      Branch: perl
4669            ! pod/perlfunc.pod
4670 ____________________________________________________________________________
4671 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
4672         Log: It could be possible for the case-insensitive
4673              Unicode-aware string comparison to wander off
4674              to the la-la land.
4675      Branch: perl
4676            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
4677            ! regexec.c utf8.c
4678 ____________________________________________________________________________
4679 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
4680         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
4681              From: Michael G Schwern <schwern@pobox.com> 
4682              Date: Wed, 12 Dec 2001 21:53:46 -0500
4683              Message-ID: <20011213025346.GH25129@blackrider>
4684      Branch: perl
4685            ! lib/Net/hostent.t t/op/stat.t t/test.pl
4686 ____________________________________________________________________________
4687 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
4688         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
4689              From: Michael G Schwern <schwern@pobox.com> 
4690              Date: Wed, 12 Dec 2001 20:33:42 -0500
4691              Message-ID: <20011213013342.GX25129@blackrider>
4692      Branch: perl
4693            ! t/io/fs.t
4694 ____________________________________________________________________________
4695 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
4696         Log: Subject: Re: [PATCH] use utf8; tests
4697              From: Nicholas Clark <nick@ccl4.org>
4698              Date: Thu, 13 Dec 2001 00:16:58 +0000
4699              Message-ID: <20011213001658.I21702@plum.flirble.org>
4700      Branch: perl
4701            ! lib/utf8.t
4702 ____________________________________________________________________________
4703 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
4704         Log: EPOC fixes from Olaf Flebbe.
4705      Branch: perl
4706            ! README.epoc epoc/config.sh epoc/createpkg.pl
4707            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
4708 ____________________________________________________________________________
4709 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
4710         Log: Subject: [PATCH perl@13661] VMS test fix-ups
4711              From: "Craig A. Berry" <craigberry@mac.com>
4712              Date: Wed, 12 Dec 2001 16:27:48 -0600
4713              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
4714      Branch: perl
4715            ! lib/Net/hostent.t t/io/fs.t
4716 ____________________________________________________________________________
4717 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
4718         Log: Subject: Re: Next cygwin round.
4719              From: "Gerrit P. Haase" <gp@familiehaase.de>
4720              Date: Wed, 12 Dec 2001 21:59:00 +0100
4721              Message-ID: <122343874595.20011212215900@familiehaase.de>
4722      Branch: perl
4723            ! t/io/fs.t
4724 ____________________________________________________________________________
4725 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
4726         Log: Subject: [PATCH] use utf8; tests
4727              From: Nicholas Clark <nick@ccl4.org>
4728              Date: Wed, 12 Dec 2001 20:07:04 +0000
4729              Message-ID: <20011212200704.E21702@plum.flirble.org>
4730      Branch: perl
4731            ! lib/utf8.t t/test.pl
4732 ____________________________________________________________________________
4733 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
4734         Log: Update Changes.
4735      Branch: perl
4736            ! Changes patchlevel.h
4737 ____________________________________________________________________________
4738 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
4739         Log: Subject: [PATCH] Passing in env to perl_parse did not work
4740              From: Gisle Aas <gisle@ActiveState.com>
4741              Date: 11 Dec 2001 20:52:57 -0800
4742              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
4743      Branch: perl
4744            ! perl.c perl.h
4745 ____________________________________________________________________________
4746 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
4747         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
4748              mostly gcc -Wall complaining about the argument of %p not
4749              being a void *.
4750      Branch: perl
4751            ! perlio.c regcomp.c taint.c toke.c
4752 ____________________________________________________________________________
4753 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
4754         Log: Try YP/NIS also from /usr/lib/yp.
4755      Branch: perl
4756            ! Configure
4757 ____________________________________________________________________________
4758 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
4759         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
4760              From: Michael G Schwern <schwern@pobox.com>                
4761              Date: Wed, 12 Dec 2001 05:27:02 -0500      
4762              Message-ID: <20011212102702.GW17250@blackrider>
4763              
4764              (the op/grent part)
4765      Branch: perl
4766            ! t/op/grent.t
4767 ____________________________________________________________________________
4768 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
4769         Log: Weed out .files from ls and readdir() results.
4770      Branch: perl
4771            ! t/op/stat.t
4772 ____________________________________________________________________________
4773 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
4774         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
4775              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
4776              Date: Wed, 12 Dec 2001 10:52:21 +0100
4777              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
4778      Branch: perl
4779            ! lib/File/Find.pm
4780 ____________________________________________________________________________
4781 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
4782         Log: Subject: [PATCH] doio fatal on cygwin for 13651
4783              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
4784              Date: Wed, 12 Dec 2001 11:28:13 +0100      
4785              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
4786      Branch: perl
4787            ! doio.c
4788 ____________________________________________________________________________
4789 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
4790         Log: Get the whole line of ls, makes debugging easier
4791              (from Schwern)
4792      Branch: perl
4793            ! t/op/stat.t
4794 ____________________________________________________________________________
4795 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
4796         Log: rename() must be tested even without link()
4797              or the utime() and rename-directory tests fail.
4798              (Also got the BeOS utime atime/time the wrong way round.)
4799      Branch: perl
4800            ! t/io/fs.t
4801 ____________________________________________________________________________
4802 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
4803         Log: Now that the beos.c is compiled at the main level
4804              the header is in the beos/
4805      Branch: perl
4806            ! beos/beos.c
4807 ____________________________________________________________________________
4808 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
4809         Log: Must remember to require Socket.
4810      Branch: perl
4811            ! ext/Sys/Syslog/syslog.t
4812 ____________________________________________________________________________
4813 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
4814         Log: In BeOS Errno must resort to actual compilation
4815              and execution for some of the error constants.
4816      Branch: perl
4817            ! ext/Errno/Errno_pm.PL
4818 ____________________________________________________________________________
4819 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
4820         Log: BeOS still has no good sockets.
4821      Branch: perl
4822            ! ext/IO/lib/IO/t/io_sel.t
4823 ____________________________________________________________________________
4824 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
4825         Log: BeOS sockets are not true sockets.
4826      Branch: perl
4827            ! ext/IO/lib/IO/t/io_poll.t
4828 ____________________________________________________________________________
4829 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
4830         Log: No Socket, no Syslog.
4831      Branch: perl
4832            ! ext/Sys/Syslog/syslog.t
4833 ____________________________________________________________________________
4834 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
4835         Log: (On some platforms) missing truncate FH.
4836      Branch: perl
4837            ! pod/perltodo.pod
4838 ____________________________________________________________________________
4839 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
4840         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
4841              and vms would be muchly appreciated.
4842      Branch: perl
4843            ! t/io/fs.t
4844 ____________________________________________________________________________
4845 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
4846         Log: utime() updates only the mtime in BeOS. 
4847      Branch: perl
4848            ! pod/perlport.pod
4849 ____________________________________________________________________________
4850 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
4851         Log: No link(), no need to dSP.
4852      Branch: perl
4853            ! pp_sys.c
4854 ____________________________________________________________________________
4855 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
4856         Log: Missing argument.
4857      Branch: perl
4858            ! utf8.c
4859 ____________________________________________________________________________
4860 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
4861         Log: (1) To assume any setuid programs is silly.
4862              (2) Chaining tests with booleans means that some
4863              of them may not get run which means getting out
4864              of test count sync.
4865      Branch: perl
4866            ! t/op/stat.t
4867 ____________________________________________________________________________
4868 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
4869         Log: The beos.c needs to be in the main directory.
4870      Branch: perl
4871            ! hints/beos.sh
4872 ____________________________________________________________________________
4873 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
4874         Log: Detypo and rename.
4875      Branch: perl
4876            ! doio.c perl.h perlio.c perliol.h
4877 ____________________________________________________________________________
4878 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
4879         Log: This time I test compiled.  Honest.
4880      Branch: perl
4881            ! beos/beos.c
4882 ____________________________________________________________________________
4883 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
4884         Log: Subject: [PATCH] slightly more pack tests
4885              From: Nicholas Clark <nick@ccl4.org>
4886              Date: Tue, 11 Dec 2001 23:41:23 +0000
4887              Message-ID: <20011211234123.Y21702@plum.flirble.org>
4888      Branch: perl
4889            ! t/op/pack.t
4890 ____________________________________________________________________________
4891 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
4892         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
4893              From: "Craig A. Berry" <craigberry@mac.com>
4894              Date: Tue, 11 Dec 2001 16:39:13 -0600
4895              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
4896      Branch: perl
4897            ! configure.com
4898 ____________________________________________________________________________
4899 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
4900         Log: Subject: $Config{perlpath} and -Dversiononly
4901              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4902              Date: Tue, 11 Dec 2001 23:32:33 +0100
4903              Message-ID: <20011211233233.A11587@rafael>
4904      Branch: perl
4905            ! Configure
4906 ____________________________________________________________________________
4907 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
4908         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
4909              From: Nicholas Clark <nick@ccl4.org>
4910              Date: Tue, 11 Dec 2001 21:59:36 +0000
4911              Message-ID: <20011211215935.W21702@plum.flirble.org>
4912      Branch: perl
4913            ! t/op/pack.t
4914 ____________________________________________________________________________
4915 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
4916         Log: More UTF-8 API docs.
4917      Branch: perl
4918            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
4919 ____________________________________________________________________________
4920 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
4921         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
4922              From: Nicholas Clark <nick@ccl4.org>
4923              Date: Tue, 11 Dec 2001 20:08:59 +0000
4924              Message-ID: <20011211200859.S21702@plum.flirble.org>
4925      Branch: perl
4926            ! t/op/pack.t
4927 ____________________________________________________________________________
4928 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
4929         Log: Subject: Re: use utf8; with bad utf8
4930              From: Nicholas Clark <nick@ccl4.org>
4931              Date: Tue, 11 Dec 2001 19:49:21 +0000
4932              Message-ID: <20011211194921.R21702@plum.flirble.org>
4933      Branch: perl
4934            ! lib/utf8.t
4935 ____________________________________________________________________________
4936 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
4937         Log: Can't spell worth a dam.  (Try Three Gorges.)
4938      Branch: perl
4939            ! beos/beos.c
4940 ____________________________________________________________________________
4941 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
4942         Log: We need DWIM cpps.
4943      Branch: perl
4944            ! perlio.c
4945 ____________________________________________________________________________
4946 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
4947         Log: The unixish.h needs to be found and the waitpid wrapper
4948              could use a proto.
4949      Branch: perl
4950            ! beos/beosish.h
4951 ____________________________________________________________________________
4952 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
4953         Log: The BeOS waitpid() seems to be broken,
4954              have a wrapper for it.
4955      Branch: perl
4956            + beos/beos.c beos/beosish.h
4957            ! MANIFEST hints/beos.sh perl.h
4958 ____________________________________________________________________________
4959 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
4960         Log: Unlean the leaning tower of Babel.
4961      Branch: perl
4962            ! perl.h
4963 ____________________________________________________________________________
4964 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
4965         Log: Retract #13607 until we figure out what to do with autouse.
4966      Branch: perl
4967            ! lib/Carp.pm
4968 ____________________________________________________________________________
4969 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
4970         Log: Try to handle platforms that have O_TEXT != O_BINARY but
4971              which are not DOSish, BeOS being one of such platforms.
4972              Ideally this should be a Configure test, not a hardwired
4973              cpp symbol test... 
4974      Branch: perl
4975            ! doio.c perl.h perlio.c perliol.h
4976 ____________________________________________________________________________
4977 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
4978         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
4979              From: Jonathan Stowe <gellyfish@gellyfish.com>
4980              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
4981              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
4982      Branch: perl
4983            ! lib/Term/Cap.pm lib/Term/Cap.t
4984 ____________________________________________________________________________
4985 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
4986         Log: Subject: [patch perlio.c] test for NULL before derefencing
4987              From: Stas Bekman <stas@stason.org>
4988              Date: Tue, 11 Dec 2001 16:17:55 +0800
4989              Message-ID: <3C15C133.8@stason.org>
4990      Branch: perl
4991            ! perlio.c
4992 ____________________________________________________________________________
4993 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
4994         Log: BeOS has socket() but not enough to build a working Socket.
4995              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
4996              new networking implementation, which is rumored to fix the
4997              non-standardness of sockets, but it's apparently not publicly
4998              available, and anything to do with BeOS has become quite
4999              complicated with the sale of the Be assets to Palm.)
5000      Branch: perl
5001            ! Configure
5002 ____________________________________________________________________________
5003 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
5004         Log: Subject: Exporter's documentation shouldn't lie               
5005              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
5006              Date: Mon, 10 Dec 2001 21:30:20 -0500
5007              Message-ID: <3C4AA201@operamail.com>
5008      Branch: perl
5009            ! lib/Exporter.pm
5010 ____________________________________________________________________________
5011 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
5012         Log: Make Errno better in BeOS (the second hunk is
5013              good on any platform).  Still not working in BeOS
5014              are the E constants that refer BeOS native error
5015              constants (B_...) which are enums (*groan*).
5016      Branch: perl
5017            ! ext/Errno/Errno_pm.PL
5018 ____________________________________________________________________________
5019 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
5020         Log: The BeOS linker seems to link the last seen symbol,
5021              not the first (so the symbols of op.o from libperl.so
5022              would get linked to miniperl instead of the symbols of
5023              opmini.o)-- use the same trick as for NeXT4 for linking
5024              miniperl.
5025      Branch: perl
5026            ! Makefile.SH
5027 ____________________________________________________________________________
5028 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
5029         Log: Subject: Re: [PATCH] tests for hash assignment
5030              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5031              Date: Tue, 11 Dec 2001 01:48:55 +0000
5032              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
5033      Branch: perl
5034            ! utf8.c
5035 ____________________________________________________________________________
5036 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
5037         Log: (retracted by #13622)
5038              
5039              Subject: RE: More verbose POD for Carp
5040              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
5041              Date: Mon, 10 Dec 2001 20:23:20 -0500
5042              Message-ID: <3C4A3566@operamail.com>
5043      Branch: perl
5044            ! lib/Carp.pm
5045 ____________________________________________________________________________
5046 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
5047         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
5048              From: "Craig A. Berry" <craigberry@mac.com>
5049              Date: Mon, 10 Dec 2001 18:25:37 -0600
5050              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
5051      Branch: perl
5052            ! t/op/write.t t/test.pl
5053 ____________________________________________________________________________
5054 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
5055         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
5056              From: Michael G Schwern <schwern@pobox.com>
5057              Date: Mon, 10 Dec 2001 08:00:01 -0500
5058              Message-ID: <20011210130000.GK1770@blackrider>
5059      Branch: perl
5060            ! t/comp/multiline.t
5061 ____________________________________________________________________________
5062 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
5063         Log: Subject: Re: [PATCH] tests for hash assignment
5064              From: Nicholas Clark <nick@ccl4.org>
5065              Date: Mon, 10 Dec 2001 23:22:28 +0000
5066              Message-ID: <20011210232228.M21702@plum.flirble.org>
5067      Branch: perl
5068            + t/op/hashassign.t
5069            ! MANIFEST t/op/each.t t/test.pl
5070 ____________________________________________________________________________
5071 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
5072         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
5073              From: "Craig A. Berry" <craigberry@mac.com>
5074              Date: Mon, 10 Dec 2001 16:38:14 -0600
5075              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
5076      Branch: perl
5077            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
5078 ____________________________________________________________________________
5079 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
5080         Log: Subject: [PATCH perl@13600] configure.com fixes
5081              From: "Craig A. Berry" <craigberry@mac.com>
5082              Date: Mon, 10 Dec 2001 14:40:20 -0600
5083              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
5084      Branch: perl
5085            ! configure.com
5086 ____________________________________________________________________________
5087 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
5088         Log: Silence BeOS compilation moaning.
5089      Branch: perl
5090            ! perl.h
5091 ____________________________________________________________________________
5092 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
5093         Log: Update Changes.
5094      Branch: perl
5095            ! Changes patchlevel.h
5096 ____________________________________________________________________________
5097 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
5098         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
5099              From: Michael G Schwern <schwern@pobox.com>
5100              Date: Mon, 10 Dec 2001 01:21:03 -0500
5101              Message-ID: <20011210062103.GC1770@blackrider>
5102      Branch: perl
5103            ! lib/ExtUtils/Command.t
5104 ____________________________________________________________________________
5105 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
5106         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
5107              From: Michael G Schwern <schwern@pobox.com>
5108              Date: Mon, 10 Dec 2001 01:10:57 -0500
5109              Message-ID: <20011210061057.GB1770@blackrider>
5110      Branch: perl
5111            ! t/op/groups.t
5112 ____________________________________________________________________________
5113 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
5114         Log: Retract #13596, #13593 should do the trick.
5115      Branch: perl
5116            ! t/op/stat.t
5117 ____________________________________________________________________________
5118 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
5119         Log: (retracted by #13597, #13593 does the job better)
5120              
5121              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
5122              From: Michael G Schwern <schwern@pobox.com>
5123              Date: Mon, 10 Dec 2001 00:53:16 -0500
5124              Message-ID: <20011210055316.GA1770@blackrider>
5125      Branch: perl
5126            ! t/op/stat.t
5127 ____________________________________________________________________________
5128 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
5129         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
5130              From: Michael G Schwern <schwern@pobox.com> 
5131              Date: Mon, 10 Dec 2001 02:19:14 -0500
5132              Message-ID: <20011210071914.GF1770@blackrider>
5133      Branch: perl
5134            ! lib/AutoSplit.t
5135 ____________________________________________________________________________
5136 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
5137         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
5138              From: Michael G Schwern <schwern@pobox.com>
5139              Date: Mon, 10 Dec 2001 02:47:40 -0500
5140              Message-ID: <20011210074739.GH1770@blackrider>
5141      Branch: perl
5142            ! t/op/pack.t
5143 ____________________________________________________________________________
5144 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
5145         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
5146              From: Michael G Schwern <schwern@pobox.com>
5147              Date: Mon, 10 Dec 2001 02:54:22 -0500
5148              Message-ID: <20011210075422.GI1770@blackrider>
5149      Branch: perl
5150            ! t/test.pl
5151 ____________________________________________________________________________
5152 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
5153         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
5154              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5155              Date: Mon, 10 Dec 2001 08:45:20 +0100
5156              Message-ID: <3C146810.60B5B7C0@alcatel.at>
5157      Branch: perl
5158            ! pp_pack.c
5159 ____________________________________________________________________________
5160 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
5161         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
5162              From: Michael G Schwern <schwern@pobox.com>
5163              Date: Mon, 10 Dec 2001 03:27:02 -0500
5164              Message-ID: <20011210082702.GN1770@blackrider>
5165      Branch: perl
5166            ! t/io/openpid.t
5167 ____________________________________________________________________________
5168 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
5169         Log: More chmod +w.
5170      Branch: perl
5171            ! Porting/makerel
5172 ____________________________________________________________________________
5173 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
5174         Log: Just skip the readability test if running as root.
5175      Branch: perl
5176            ! lib/Net/t/netrc.t
5177 ____________________________________________________________________________
5178 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
5179         Log: Tell about the downside of safe signals.
5180      Branch: perl
5181            ! pod/perldelta.pod
5182 ____________________________________________________________________________
5183 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
5184         Log: Make the whole -lperl thing NetBSD only until we
5185              find some other platform that needs the same.
5186      Branch: perl
5187            ! lib/ExtUtils/MM_Unix.pm
5188 ____________________________________________________________________________
5189 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
5190         Log: Subject: [PATCH t/op/pack.t] Cleanup
5191              From: Michael G Schwern <schwern@pobox.com> 
5192              Date: Sun, 9 Dec 2001 23:08:26 -0500
5193              Message-ID: <20011210040826.GD660@blackrider>
5194      Branch: perl
5195            ! t/op/pack.t
5196 ____________________________________________________________________________
5197 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
5198         Log: Add threads support for NetBSD.
5199              
5200              This is also the first (I think) Perl threads build with
5201              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
5202              NetBSD does not as of yet have true kernel POSIX threads,
5203              but the user-level pth seems to be doing pretty well--
5204              the only failure is that threads/t/basic okays 6 and 7
5205              consistently seem be arriving in the reverse order.
5206              Well, gdbm.t is also failing: 'Undefined PLT symbol
5207              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
5208              guessing that GDBM would need a threaded rebuild.
5209      Branch: perl
5210            ! hints/netbsd.sh
5211 ____________________________________________________________________________
5212 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
5213         Log: Update the ithreads selection info in Configure,
5214              as suggested by Michael Schwern.
5215      Branch: perl
5216            ! Configure
5217 ____________________________________________________________________________
5218 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
5219         Log: Clearing locale environment simply doesn't seem to
5220              guarantee that (nl_)langinfo(CODESET) would return nil.
5221              (I for example get "ISO8859-1", so <guess>maybe there can
5222              be per-system default settings at work</guess>.)
5223      Branch: perl
5224            ! lib/open.t
5225 ____________________________________________________________________________
5226 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
5227         Log: Subject: RE: Exporter fixes reversed in 13540?
5228              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
5229              Date: Sun, 9 Dec 2001 12:55:15 -0500
5230              Message-ID: <3C13F455@operamail.com>
5231      Branch: perl
5232            ! lib/open.pm
5233 ____________________________________________________________________________
5234 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
5235         Log: Root is the lizard king.
5236      Branch: perl
5237            ! lib/Net/t/netrc.t
5238 ____________________________________________________________________________
5239 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
5240         Log: Telling how many tests we are expecting helps.
5241      Branch: perl
5242            ! ext/POSIX/t/waitpid.t
5243 ____________________________________________________________________________
5244 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
5245         Log: Add a test case for waitpid(): from Rocco Caputo.
5246      Branch: perl
5247            + ext/POSIX/t/waitpid.t
5248            ! MANIFEST
5249 ____________________________________________________________________________
5250 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
5251         Log: Subject: [PATCH] Term::ReadLine tweaks and test
5252              From: Richard Clamp <richardc@unixbeard.net>
5253              Date: Mon, 10 Dec 2001 00:51:47 +0000
5254              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
5255      Branch: perl
5256            + lib/Term/ReadLine.t
5257            ! MANIFEST lib/Term/ReadLine.pm
5258 ____________________________________________________________________________
5259 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
5260         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
5261              From: Rocco Caputo <troc@netrus.net>
5262              Date: Sun, 9 Dec 2001 18:12:38 -0500
5263              Message-ID: <20011209181238.A803@eyrie.homenet>
5264      Branch: perl
5265            ! win32/win32.c
5266 ____________________________________________________________________________
5267 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
5268         Log: make sure that va_start() has matching va_end();
5269              from OpenBSD 3.0.
5270      Branch: perl
5271            ! x2p/util.c
5272 ____________________________________________________________________________
5273 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
5274         Log: h2ph updates from OpenBSD 3.0.
5275      Branch: perl
5276            ! utils/h2ph.PL
5277 ____________________________________________________________________________
5278 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
5279         Log: OpenBSD hints update from OpenBSD 3.0.
5280      Branch: perl
5281            ! hints/openbsd.sh
5282 ____________________________________________________________________________
5283 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
5284         Log: DJGPP tweaks from Laszlo Molnar.
5285      Branch: perl
5286            ! djgpp/config.over lib/File/Find/t/find.t
5287            ! lib/File/Find/t/taint.t t/pod/find.t
5288 ____________________________________________________________________________
5289 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
5290         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
5291              From: Michael G Schwern <schwern@pobox.com> 
5292              Date: Sun, 9 Dec 2001 19:28:12 -0500
5293              Message-ID: <20011210002812.GF13586@blackrider>
5294      Branch: perl
5295            ! README.cygwin
5296 ____________________________________________________________________________
5297 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
5298         Log: README.cygwin update from Gerrit P. Haase.
5299      Branch: perl
5300            ! README.cygwin
5301 ____________________________________________________________________________
5302 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
5303         Log: Apply NetBSD patch-ag: shared/static linking,
5304              but make the change less intrusive on non-NetBSD.
5305      Branch: perl
5306            ! lib/ExtUtils/MM_Unix.pm
5307 ____________________________________________________________________________
5308 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
5309         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
5310      Branch: perl
5311            ! lib/ExtUtils/Liblist.pm
5312 ____________________________________________________________________________
5313 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
5314         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
5315      Branch: perl
5316            ! regcomp.c
5317 ____________________________________________________________________________
5318 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
5319         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
5320      Branch: perl
5321            ! pp.c
5322 ____________________________________________________________________________
5323 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
5324         Log: Apply NetBSD patch-ac.
5325              (the fix has already been done: change #9706, fully qualified
5326              pathnames in packlists)
5327      Branch: perl
5328            ! lib/ExtUtils/Install.pm
5329 ____________________________________________________________________________
5330 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
5331         Log: Apply NetBSD patch-ab: NetBSD hints update.
5332      Branch: perl
5333            ! hints/netbsd.sh
5334 ____________________________________________________________________________
5335 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
5336         Log: NetBSD has <ieeefp.h> but hidden.
5337      Branch: perl
5338            ! hints/netbsd.sh
5339 ____________________________________________________________________________
5340 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
5341         Log: Implement NetBSD patch-aa.
5342      Branch: perl
5343            ! Configure
5344 ____________________________________________________________________________
5345 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
5346         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
5347              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
5348              Date: Sun, 09 Dec 2001 13:40:58 +0100
5349              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
5350              
5351              (The lstat()s were there in 5.6.1: what happened to them?)
5352      Branch: perl
5353            ! lib/File/Find.pm
5354 ____________________________________________________________________________
5355 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
5356         Log: Quickie documentation of the C UTF-8 API.
5357      Branch: perl
5358            ! pod/perlunicode.pod
5359 ____________________________________________________________________________
5360 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
5361         Log: Subject: bleadperl on cygwin weirdness...
5362              From: "Gerrit P. Haase" <gp@familiehaase.de>
5363              Date: Sun, 9 Dec 2001 20:31:28 +0100
5364              Message-ID: <13779422183.20011209203128@familiehaase.de>          
5365              
5366              (plus libperl*.dll version portability tweaks)
5367      Branch: perl
5368            ! lib/ExtUtils/Embed.t
5369 ____________________________________________________________________________
5370 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
5371         Log: Instead of muting symbol export error if under eval,
5372              delay the errors until the croak().
5373              
5374              (replaces #13408)
5375      Branch: perl
5376            ! lib/Exporter/Heavy.pm
5377 ____________________________________________________________________________
5378 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
5379         Log: Basegroup 0 is a cygwin_nt thing.
5380      Branch: perl
5381            ! t/op/groups.t
5382 ____________________________________________________________________________
5383 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
5384         Log: Also WinME is LoseLink.
5385      Branch: perl
5386            ! t/op/stat.t
5387 ____________________________________________________________________________
5388 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
5389         Log: Forgotten checkin.
5390      Branch: perl
5391            ! lib/User/grent.t
5392 ____________________________________________________________________________
5393 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
5394         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
5395              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5396              Date: Sun, 09 Dec 2001 13:45:06 +0100
5397              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
5398      Branch: perl
5399            ! lib/File/Find.pm
5400 ____________________________________________________________________________
5401 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
5402         Log: Tweakback.
5403      Branch: perl
5404            ! lib/Net/hostent.t
5405 ____________________________________________________________________________
5406 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
5407         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
5408              From: Michael G Schwern <schwern@pobox.com>
5409              Date: Sat, 8 Dec 2001 14:48:38 -0500
5410              Message-ID: <20011208194838.GA8650@blackrider>
5411      Branch: perl
5412            ! t/op/grent.t
5413 ____________________________________________________________________________
5414 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
5415         Log: Subject: [README.cygwin] Removing old expected test failures
5416              From: Michael G Schwern <schwern@pobox.com>
5417              Date: Sat, 8 Dec 2001 15:38:28 -0500
5418              Message-ID: <20011208203828.GB9017@blackrider>
5419      Branch: perl
5420            ! README.cygwin
5421 ____________________________________________________________________________
5422 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
5423         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
5424              From: Michael G Schwern <schwern@pobox.com>                
5425              Date: Sat, 8 Dec 2001 15:26:59 -0500
5426              Message-ID: <20011208202659.GA9017@blackrider> 
5427      Branch: perl
5428            ! lib/Net/hostent.t
5429 ____________________________________________________________________________
5430 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
5431         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
5432              From: Michael G Schwern <schwern@pobox.com> 
5433              Date: Sat, 8 Dec 2001 15:06:16 -0500
5434              Message-ID: <20011208200616.GA8915@blackrider>
5435      Branch: perl
5436            ! t/op/stat.t
5437 ____________________________________________________________________________
5438 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
5439         Log: Developer deprecations and an incompatibility.
5440      Branch: perl
5441            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
5442 ____________________________________________________________________________
5443 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
5444         Log: Shoo.
5445      Branch: perl
5446            - lib/Attribute/Handlers.pm
5447 ____________________________________________________________________________
5448 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
5449         Log: Remove Attribute::Handlers, as per Damian's request.
5450              (Because of fixing the my variables to be now handled
5451              in run-time, the whole internals of the A::H needs to
5452              be rewritten and Damian will not have time for that
5453              for months.)
5454      Branch: perl
5455            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
5456            - lib/Attribute/Handlers/demo/Demo.pm
5457            - lib/Attribute/Handlers/demo/Descriptions.pm
5458            - lib/Attribute/Handlers/demo/MyClass.pm
5459            - lib/Attribute/Handlers/demo/demo.pl
5460            - lib/Attribute/Handlers/demo/demo2.pl
5461            - lib/Attribute/Handlers/demo/demo3.pl
5462            - lib/Attribute/Handlers/demo/demo4.pl
5463            - lib/Attribute/Handlers/demo/demo_call.pl
5464            - lib/Attribute/Handlers/demo/demo_chain.pl
5465            - lib/Attribute/Handlers/demo/demo_cycle.pl
5466            - lib/Attribute/Handlers/demo/demo_hashdir.pl
5467            - lib/Attribute/Handlers/demo/demo_phases.pl
5468            - lib/Attribute/Handlers/demo/demo_range.pl
5469            - lib/Attribute/Handlers/demo/demo_rawdata.pl
5470            - lib/Attribute/Handlers/t/multi.t
5471            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
5472            ! pod/perlmodlib.pod pod/perltoc.pod
5473 ____________________________________________________________________________
5474 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
5475         Log: Subject: Re: attributes are broken
5476              From: Spider Boardman <spider@Orb.Nashua.NH.US>
5477              Date: Sun, 09 Dec 2001 00:09:23 -0500
5478              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
5479      Branch: perl
5480            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
5481            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
5482            ! xsutils.c
5483 ____________________________________________________________________________
5484 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
5485         Log: Forgotten checkin.
5486      Branch: perl
5487            ! lib/Pod/Text.pm
5488 ____________________________________________________________________________
5489 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
5490         Log: uconfig.h update.
5491      Branch: perl
5492            ! uconfig.h
5493 ____________________________________________________________________________
5494 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
5495         Log: Update Changes.
5496      Branch: perl
5497            ! Changes patchlevel.h
5498 ____________________________________________________________________________
5499 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
5500         Log: Note that some of the Unicode features are
5501              dependent on perlio.
5502      Branch: perl
5503            ! pod/perluniintro.pod
5504 ____________________________________________________________________________
5505 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
5506         Log: Regen perlapi, regen toc.
5507      Branch: perl
5508            ! pod/perlapi.pod pod/perltoc.pod
5509 ____________________________________________________________________________
5510 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
5511         Log: FAQ sync.
5512      Branch: perl
5513            ! pod/perlfaq4.pod pod/perlfaq6.pod
5514 ____________________________________________________________________________
5515 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
5516         Log: Subject: [PATCH] Fix odd language in an sv.c comment
5517              From: coral@eekeek.org
5518              Date: Sat, 8 Dec 2001 12:19:39 -0500
5519              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
5520      Branch: perl
5521            ! sv.c
5522 ____________________________________________________________________________
5523 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
5524         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
5525              From: Michael G Schwern <schwern@pobox.com>
5526              Date: Fri, 7 Dec 2001 20:03:45 -0500
5527              Message-ID: <20011208010345.GD642@blackrider>
5528              
5529              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
5530              From: Michael G Schwern <schwern@pobox.com>
5531              Date: Fri, 7 Dec 2001 20:13:54 -0500
5532              Message-ID: <20011208011354.GE642@blackrider>
5533              
5534              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
5535              From: Michael G Schwern <schwern@pobox.com>
5536              Date: Fri, 7 Dec 2001 21:47:36 -0500
5537              Message-ID: <20011208024736.GH642@blackrider>
5538              
5539              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
5540              From: Michael G Schwern <schwern@pobox.com>
5541              Date: Fri, 7 Dec 2001 23:09:43 -0500
5542              Message-ID: <20011208040943.GK642@blackrider>
5543              
5544              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
5545              Message-Id: <a05101004b83754903506@[172.16.52.1]>
5546              Date: Fri, 7 Dec 2001 23:28:15 -0600
5547              From: "Craig A. Berry" <craigberry@mac.com>
5548      Branch: perl
5549            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
5550 ____________________________________________________________________________
5551 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
5552         Log: Integrate perlio.
5553      Branch: perl
5554           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
5555           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
5556 ____________________________________________________________________________
5557 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
5558         Log: Retract #11156 since Sarathy has found that it breaks code:
5559              http://bugs.ActiveState.com/show_bug.cgi?id=18457
5560              http://bugs.ActiveState.com/show_bug.cgi?id=18858
5561      Branch: perl
5562            ! op.c sv.c t/op/pos.t
5563 ____________________________________________________________________________
5564 [ 13532] By: nick                                  on 2001/12/08  14:11:12
5565         Log: Integrate mainline
5566      Branch: perlio
5567           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
5568           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
5569 ____________________________________________________________________________
5570 [ 13531] By: nick                                  on 2001/12/08  13:48:21
5571         Log: Tweak multi-arg open error messages
5572      Branch: perlio
5573            ! perlio.c
5574 ____________________________________________________________________________
5575 [ 13530] By: nick                                  on 2001/12/08  10:20:06
5576         Log: Allow multi-arg open() if opening layer declares this legal.
5577      Branch: perlio
5578            ! doio.c perlio.c perliol.h
5579 ____________________________________________________________________________
5580 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
5581         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
5582              From: Michael G Schwern <schwern@pobox.com>       
5583              Date: Fri, 7 Dec 2001 19:41:31 -0500
5584              Message-ID: <20011208004131.GC642@blackrider>
5585      Branch: perl
5586            ! t/run/switches.t t/test.pl
5587 ____________________________________________________________________________
5588 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
5589         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
5590              From: Michael G Schwern <schwern@pobox.com>       
5591              Date: Fri, 7 Dec 2001 19:12:44 -0500
5592              Message-ID: <20011208001244.GB642@blackrider>
5593      Branch: perl
5594            ! t/op/stat.t
5595 ____________________________________________________________________________
5596 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
5597         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
5598              From: Michael G Schwern <schwern@pobox.com>
5599              Date: Fri, 7 Dec 2001 17:28:57 -0500
5600              Message-ID: <20011207222857.GI23210@blackrider>
5601      Branch: perl
5602            ! t/op/magic.t
5603 ____________________________________________________________________________
5604 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
5605         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
5606      Branch: perl
5607            ! t/test.pl
5608 ____________________________________________________________________________
5609 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
5610         Log: which_perl: delay as much a possible till runtime.
5611      Branch: perl
5612            ! t/test.pl
5613 ____________________________________________________________________________
5614 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
5615         Log: Further tweakage to which_perl().
5616      Branch: perl
5617            ! t/test.pl
5618 ____________________________________________________________________________
5619 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
5620         Log: perluniintro tweaks.
5621      Branch: perl
5622            ! pod/perluniintro.pod
5623 ____________________________________________________________________________
5624 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
5625         Log: Tweak the $Perl computation.
5626      Branch: perl
5627            ! t/test.pl
5628 ____________________________________________________________________________
5629 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
5630         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
5631              From: Nicholas Clark <nick@ccl4.org>
5632              Date: Fri, 7 Dec 2001 17:06:56 +0000
5633              Message-ID: <20011207170656.G21702@plum.flirble.org>
5634      Branch: perl
5635            ! doop.c t/op/chop.t
5636 ____________________________________________________________________________
5637 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
5638         Log: Update Changes.
5639      Branch: perl
5640            ! Changes patchlevel.h
5641 ____________________________________________________________________________
5642 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
5643         Log: Missing ).
5644      Branch: perl
5645            ! t/test.pl
5646 ____________________________________________________________________________
5647 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
5648         Log: Allow several arguments to display().
5649      Branch: perl
5650            ! t/test.pl
5651 ____________________________________________________________________________
5652 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
5653         Log: /dev/stdout could be either a character special file
5654              or a named pipe, so let's pretend it doesn't exist.
5655      Branch: perl
5656            ! t/op/stat.t
5657 ____________________________________________________________________________
5658 [ 13516] By: nick                                  on 2001/12/07  15:09:23
5659         Log: Integrate again - can I catch up ?
5660      Branch: perlio
5661           !> t/test.pl
5662 ____________________________________________________________________________
5663 [ 13515] By: nick                                  on 2001/12/07  15:08:17
5664         Log: Integrate mainline some more
5665      Branch: perlio
5666           !> README.hpux hints/linux.sh pod/perlfunc.pod
5667 ____________________________________________________________________________
5668 [ 13514] By: nick                                  on 2001/12/07  15:07:15
5669         Log: Integrate mainline
5670      Branch: perlio
5671           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
5672           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
5673           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
5674           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
5675           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
5676           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
5677           +> t/lib/Math/BigInt/BareCalc.pm
5678            - ext/Devel/PPPort/harness/Harness.pm
5679            - ext/Devel/PPPort/harness/Harness.xs
5680            - ext/Devel/PPPort/harness/Makefile.PL
5681            - ext/Devel/PPPort/harness/module2.c
5682            - ext/Devel/PPPort/harness/module3.c
5683            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
5684            - lib/File/Spec/Functions.t
5685           !> (integrate 103 files)
5686 ____________________________________________________________________________
5687 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
5688         Log: Add display() for displaying icky scalars.
5689      Branch: perl
5690            ! t/test.pl
5691 ____________________________________________________________________________
5692 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
5693         Log: Subject: [ID 20011207.001] documentation bug for waitpid
5694              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
5695              Date: Fri, 7 Dec 2001 12:44:56 +0100
5696              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
5697      Branch: perl
5698            ! pod/perlfunc.pod
5699 ____________________________________________________________________________
5700 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
5701         Log: gcc version matching didn't.
5702      Branch: perl
5703            ! hints/linux.sh
5704 ____________________________________________________________________________
5705 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
5706         Log: Subject: HP renamed their servers              
5707              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5708              Date: Fri, 07 Dec 2001 12:07:22 +0100
5709              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
5710      Branch: perl
5711            ! README.hpux
5712 ____________________________________________________________________________
5713 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
5714         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
5715              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5716              Date: Fri, 7 Dec 2001 00:24:55 -0500
5717              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
5718      Branch: perl
5719            ! pod/perlport.pod
5720 ____________________________________________________________________________
5721 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
5722         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
5723              From: Michael G Schwern <schwern@pobox.com> 
5724              Date: Thu, 6 Dec 2001 22:56:34 -0500
5725              Message-ID: <20011207035634.GO22648@blackrider>
5726      Branch: perl
5727            ! t/base/lex.t t/op/exec.t
5728 ____________________________________________________________________________
5729 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
5730         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
5731              From: Michael G Schwern <schwern@pobox.com>
5732              Date: Thu, 6 Dec 2001 22:45:44 -0500
5733              Message-ID: <20011207034544.GN22648@blackrider>
5734              
5735              (plus op/ref tweak)
5736      Branch: perl
5737            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
5738            ! t/run/kill_perl.t t/test.pl
5739 ____________________________________________________________________________
5740 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
5741         Log: Upgrade to Math::BigInt 1.48.
5742      Branch: perl
5743            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
5744            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5745            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
5746            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
5747            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
5748            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
5749            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
5750 ____________________________________________________________________________
5751 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
5752         Log: Mention also perl56delta in case somone is upgrading from
5753              Perl 5.005_03.
5754      Branch: perl
5755            ! pod/perldelta.pod
5756 ____________________________________________________________________________
5757 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
5758         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
5759              From: Michael G Schwern <schwern@pobox.com>
5760              Date: Thu, 6 Dec 2001 15:15:28 -0500
5761              Message-ID: <20011206201528.GF16414@blackrider>
5762              
5763              (just the term.t, not the lex.t)
5764              
5765              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
5766              From: Michael G Schwern <schwern@pobox.com>
5767              Date: Thu, 6 Dec 2001 15:22:22 -0500
5768              Message-ID: <20011206202222.GG16414@blackrider>
5769              
5770              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
5771              From: Michael G Schwern <schwern@pobox.com>
5772              Date: Thu, 6 Dec 2001 15:31:58 -0500
5773              Message-ID: <20011206203158.GI16414@blackrider>
5774              
5775              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
5776              From: Michael G Schwern <schwern@pobox.com>
5777              Date: Thu, 6 Dec 2001 17:38:55 -0500
5778              Message-ID: <20011206223855.GC22648@blackrider>
5779      Branch: perl
5780            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
5781            ! t/test.pl
5782 ____________________________________________________________________________
5783 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
5784         Log: Update the thr5005 situation.
5785      Branch: perl
5786            ! pod/perldelta.pod
5787 ____________________________________________________________________________
5788 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
5789         Log: perldelta borrowings from perl561delta.
5790      Branch: perl
5791            ! pod/perldelta.pod
5792 ____________________________________________________________________________
5793 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
5794         Log: Add the 5.6.1 perldelta as perl561delta.
5795              (Makes it easier to steal stuff for perldelta :-)
5796      Branch: perl
5797            + pod/perl561delta.pod
5798            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5799 ____________________________________________________________________________
5800 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
5801         Log: Retract #13496 for now.
5802      Branch: perl
5803            ! t/base/lex.t t/base/term.t
5804 ____________________________________________________________________________
5805 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
5806         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
5807              From: "Craig A. Berry" <craigberry@mac.com>
5808              Date: Thu, 6 Dec 2001 14:54:36 -0600
5809              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
5810      Branch: perl
5811            ! vms/ext/filespec.t
5812 ____________________________________________________________________________
5813 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
5814         Log: (retracted by #13499)
5815              
5816              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
5817              From: Michael G Schwern <schwern@pobox.com>
5818              Date: Thu, 6 Dec 2001 15:15:28 -0500
5819              Message-ID: <20011206201528.GF16414@blackrider>
5820      Branch: perl
5821            ! t/base/lex.t t/base/term.t
5822 ____________________________________________________________________________
5823 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
5824         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
5825              From: Michael G Schwern <schwern@pobox.com>
5826              Date: Thu, 6 Dec 2001 13:54:48 -0500
5827              Message-ID: <20011206185448.GC16414@blackrider>
5828      Branch: perl
5829            ! t/op/stat.t
5830 ____________________________________________________________________________
5831 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
5832         Log: The #4 has nothing to do with Unicode.
5833      Branch: perl
5834            ! t/op/tr.t
5835 ____________________________________________________________________________
5836 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
5837         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
5838              From: Michael G Schwern <schwern@pobox.com>
5839              Date: Thu, 6 Dec 2001 13:45:48 -0500
5840              Message-ID: <20011206184548.GB16414@blackrider>
5841      Branch: perl
5842            ! t/op/tr.t
5843 ____________________________________________________________________________
5844 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
5845         Log: Update Changes.
5846      Branch: perl
5847            ! Changes patchlevel.h
5848 ____________________________________________________________________________
5849 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
5850         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
5851              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5852              Date: Thu, 6 Dec 2001 11:41:25 EST
5853              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
5854      Branch: perl
5855            ! vms/vms.c vms/vmsish.h
5856 ____________________________________________________________________________
5857 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
5858         Log: Subject: [PATCH] Re: weirdness in regexps
5859              From: Robin Houston <robin@kitsite.com> 
5860              Date: Thu, 6 Dec 2001 14:44:01 +0000
5861              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
5862      Branch: perl
5863            ! op.c t/lib/strict/subs
5864 ____________________________________________________________________________
5865 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
5866         Log: Make the -b -c -S tests count all of the /dev, not just
5867              check the first one, as suggested by Benjamin Goldberg.
5868      Branch: perl
5869            ! t/op/stat.t
5870 ____________________________________________________________________________
5871 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
5872         Log: Subject: Re: [PATCH: bleadperl] casefold backref
5873              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
5874              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
5875              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
5876      Branch: perl
5877            ! regexec.c
5878 ____________________________________________________________________________
5879 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
5880         Log: Nits noticed by Philip Newton, and de-tab DB.t.
5881      Branch: perl
5882            ! lib/DB.t
5883 ____________________________________________________________________________
5884 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
5885         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
5886              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5887              Date: 6 Dec 2001 11:06:01 -0000
5888              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
5889      Branch: perl
5890            ! op.c t/op/tr.t
5891 ____________________________________________________________________________
5892 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
5893         Log: Subject: [PATCH: bleadperl] casefold backref
5894              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
5895              Date: Wed, 05 Dec 2001 17:27:05 +0000
5896              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
5897      Branch: perl
5898            ! regexec.c t/op/re_tests
5899 ____________________________________________________________________________
5900 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
5901         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
5902              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5903              Date: Wed, 5 Dec 2001 22:34:53 EST
5904              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
5905      Branch: perl
5906            ! mg.c vms/vms.c vms/vmsish.h
5907 ____________________________________________________________________________
5908 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
5909         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
5910              From: Michael G Schwern <schwern@pobox.com>
5911              Date: Wed, 5 Dec 2001 19:52:58 -0500
5912              Message-ID: <20011205195257.A903@blackrider>
5913      Branch: perl
5914            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
5915            + lib/File/Spec/t/rel2abs2rel.t
5916            - lib/File/Spec.t lib/File/Spec/Functions.t
5917            ! MANIFEST
5918 ____________________________________________________________________________
5919 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
5920         Log: Subject: Re: Silly stat() portability questions                
5921              From: Benjamin Goldberg <goldbb2@earthlink.net>
5922              Date: Wed, 05 Dec 2001 22:52:35 -0500
5923              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
5924      Branch: perl
5925            ! pod/perlport.pod
5926 ____________________________________________________________________________
5927 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
5928         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
5929              From: "Craig A. Berry" <craigberry@mac.com>
5930              Date: Wed, 05 Dec 2001 16:41:59 -0600
5931              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
5932      Branch: perl
5933            ! README.vms configure.com lib/File/Spec/VMS.pm
5934            ! vms/ext/filespec.t
5935 ____________________________________________________________________________
5936 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
5937         Log: $apply->('club', $glibc_maintainers);
5938              
5939              (Nick Clark just reported that <langinfo.h> YESSTR
5940              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
5941      Branch: perl
5942            ! ext/I18N/Langinfo/Langinfo.t
5943 ____________________________________________________________________________
5944 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
5945         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
5946      Branch: perl
5947            ! pod/perlport.pod
5948 ____________________________________________________________________________
5949 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
5950         Log: tweak change#13474 (pad entries can apparently be null in some
5951              situations)
5952      Branch: maint-5.6/perl
5953            ! op.c
5954 ____________________________________________________________________________
5955 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
5956         Log: Restore the /dev -b -c -S part of the test.
5957      Branch: perl
5958            ! t/op/stat.t
5959 ____________________________________________________________________________
5960 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
5961         Log: Retract #13475 until Arthur gets back to the mine.
5962      Branch: perl
5963            ! op.c t/run/kill_perl.t
5964 ____________________________________________________________________________
5965 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
5966         Log: (retracted by #13476)
5967              
5968              Manually apply #13474; fixes stale reference to dead
5969              CvOUTSIDE(); this can happen when anonymous subroutines
5970              that aren't closures are returned from an eval""
5971              
5972              (threads/shared/sv_refs.t is coredump-unhappy about this change)
5973      Branch: perl
5974            ! op.c t/run/kill_perl.t
5975 ____________________________________________________________________________
5976 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
5977         Log: replacement for change#10451
5978              
5979              fixes stale reference to dead CvOUTSIDE(); this can happen when
5980              anonymous subroutines that aren't closures are returned from an
5981              eval""
5982      Branch: maint-5.6/perl
5983            ! op.c t/op/misc.t
5984 ____________________________________________________________________________
5985 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
5986         Log: revert change#10451,10472; it was a naive fix that simply
5987              reintroduced the memory leak!
5988      Branch: maint-5.6/perl
5989            ! op.c t/op/misc.t
5990 ____________________________________________________________________________
5991 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
5992         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
5993              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5994              Date: Wed, 05 Dec 2001 10:49:20 +0100
5995              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
5996      Branch: perl
5997            ! lib/File/Basename.pm lib/File/Basename.t
5998 ____________________________________________________________________________
5999 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
6000         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
6001              From: Michael G Schwern <schwern@pobox.com> 
6002              Date: Wed, 5 Dec 2001 02:47:59 -0500
6003              Message-ID: <20011205024759.H14333@blackrider>
6004      Branch: perl
6005            ! t/op/magic.t
6006 ____________________________________________________________________________
6007 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
6008         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
6009              From: Michael G Schwern <schwern@pobox.com>              
6010              Date: Wed, 5 Dec 2001 02:22:05 -0500
6011              Message-ID: <20011205022205.F14333@blackrider>
6012      Branch: perl
6013            ! t/op/stat.t vms/test.com
6014 ____________________________________________________________________________
6015 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
6016         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
6017              From: Michael G Schwern <schwern@pobox.com> 
6018              Date: Tue, 4 Dec 2001 23:40:10 -0500
6019              Message-ID: <20011204234010.B14333@blackrider>
6020      Branch: perl
6021            ! t/op/stat.t
6022 ____________________________________________________________________________
6023 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
6024         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
6025              From: Michael G Schwern <schwern@pobox.com> 
6026              Date: Tue, 4 Dec 2001 21:09:18 -0500           
6027              Message-ID: <20011204210918.D13279@blackrider>
6028              
6029              t/test.
6030      Branch: perl
6031            ! t/test.pl
6032 ____________________________________________________________________________
6033 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
6034         Log: (accidentally empty check-in)
6035      Branch: perl
6036            ! t/op/stat.t
6037 ____________________________________________________________________________
6038 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
6039         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
6040              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6041              Date: Tue, 04 Dec 2001 23:40:27 +0100
6042              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
6043      Branch: perl
6044            ! mg.c
6045 ____________________________________________________________________________
6046 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
6047         Log: Subject: [PATCH] minor pod fix in Safe.pm
6048              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6049              Date: Tue, 4 Dec 2001 22:02:34 +0100
6050              Message-ID: <20011204220234.A17293@rafael>
6051      Branch: perl
6052            ! ext/Opcode/Safe.pm
6053 ____________________________________________________________________________
6054 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
6055         Log: CRLF GRRR.
6056      Branch: perl
6057            ! djgpp/configure.bat
6058 ____________________________________________________________________________
6059 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
6060         Log: DJGPP fixes from Laszlo Molnar.
6061      Branch: perl
6062            ! djgpp/configure.bat djgpp/djgpp.h
6063 ____________________________________________________________________________
6064 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
6065         Log: Update Changes.
6066      Branch: perl
6067            ! Changes patchlevel.h
6068 ____________________________________________________________________________
6069 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
6070         Log: Must wipe out the memory of real Socket before starting
6071              to use the new fake one.
6072      Branch: perl
6073            ! lib/Net/t/config.t
6074 ____________________________________________________________________________
6075 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
6076         Log: LC_ALL might trump LANG.
6077      Branch: perl
6078            ! lib/open.t
6079 ____________________________________________________________________________
6080 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
6081         Log: Make the eval runtime.
6082      Branch: perl
6083            ! lib/open.pm
6084 ____________________________________________________________________________
6085 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
6086         Log: Make the Langinfo test both more lenient (allow
6087              for any symbol not to exists) and stricter (add
6088              more symbols).
6089      Branch: perl
6090            ! ext/I18N/Langinfo/Langinfo.t
6091 ____________________________________________________________________________
6092 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
6093         Log: integrate change#13453 from maint-5.6
6094              
6095              tweak change#11399 to use an explicit flag rather than
6096              ass_u_ming w32_pseudo_id will only be zero for the real
6097              toplevel interpreter; avoids multiple hosts from diddling
6098              the environment at the same time
6099      Branch: perl
6100           !> win32/perlhost.h
6101 ____________________________________________________________________________
6102 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
6103         Log: Subject: [PATCH] VMS update for perldelta.pod
6104              From: "Craig A. Berry" <craigberry@mac.com> 
6105              Date: Tue, 4 Dec 2001 00:23:12 -0600
6106              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
6107      Branch: perl
6108            ! pod/perldelta.pod
6109 ____________________________________________________________________________
6110 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
6111         Log: NetWare tweak from Ananth Kesari.
6112      Branch: perl
6113            ! NetWare/Makefile
6114 ____________________________________________________________________________
6115 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
6116         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
6117              Not adding the test suite because of its many assumptions.
6118      Branch: perl
6119            ! lib/Net/Ping.pm
6120 ____________________________________________________________________________
6121 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
6122         Log: tweak change#11399 to use an explicit flag rather than
6123              ass_u_ming w32_pseudo_id will only be zero for the real
6124              toplevel interpreter; avoids multiple hosts from diddling
6125              the environment at the same time
6126      Branch: maint-5.6/perl
6127            ! win32/perlhost.h
6128 ____________________________________________________________________________
6129 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
6130         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
6131              from Len Makin.
6132      Branch: perl
6133            + hints/super-ux.sh
6134            ! MANIFEST
6135 ____________________________________________________________________________
6136 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
6137         Log: Add Mac OS X known failures to perldelta.
6138      Branch: perl
6139            ! pod/perldelta.pod
6140 ____________________________________________________________________________
6141 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
6142         Log: I think it's time to call the utf8 code non-test.
6143      Branch: perl
6144            ! utf8.c
6145 ____________________________________________________________________________
6146 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
6147         Log: Retract #13303, need rethink.
6148      Branch: perl
6149            ! utf8.c
6150 ____________________________________________________________________________
6151 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
6152         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
6153              From: "Craig A. Berry" <craigberry@mac.com>
6154              Date: Mon, 03 Dec 2001 16:28:06 -0600
6155              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
6156      Branch: perl
6157            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
6158 ____________________________________________________________________________
6159 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
6160         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
6161              From: Andy Dougherty <doughera@lafayette.edu>
6162              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
6163              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
6164      Branch: perl
6165            ! hints/solaris_2.sh
6166 ____________________________________________________________________________
6167 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
6168         Log: This test is not very robust on 8.3-constrained systems:
6169              all the "with truncated name" lines between "Autosplitting ..."
6170              and "some names are not unique" lines are unexpected,
6171              and the truncation message becomes:
6172              testtest.al, testtest.al truncate to testtest 
6173      Branch: perl
6174            ! lib/AutoSplit.t
6175 ____________________________________________________________________________
6176 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
6177         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
6178      Branch: perl
6179            ! ext/I18N/Langinfo/Langinfo.t
6180 ____________________________________________________________________________
6181 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
6182         Log: Test::Morify UCD.t
6183      Branch: perl
6184            ! lib/Unicode/UCD.t
6185 ____________________________________________________________________________
6186 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
6187         Log: If Socket has not been built (e.g. DJGPP) the libnet
6188              tests fall over with (too) much noise.
6189      Branch: perl
6190            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
6191            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
6192            ! lib/Net/t/smtp.t lib/Net/t/time.t
6193 ____________________________________________________________________________
6194 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
6195         Log: Subject: [PATCH] shared hash keys and ++/--
6196              From: Nicholas Clark <nick@ccl4.org>
6197              Date: Mon, 3 Dec 2001 16:37:16 +0000
6198              Message-ID: <20011203163716.C21702@plum.flirble.org>
6199      Branch: perl
6200            ! pp.c pp_hot.c sv.c t/op/inc.t
6201 ____________________________________________________________________________
6202 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
6203         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
6204              From: Jonathan Stowe <jns@gellyfish.com>
6205              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
6206              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
6207      Branch: perl
6208            ! lib/Term/Cap.pm
6209 ____________________________________________________________________________
6210 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
6211         Log: Update Changes.
6212      Branch: perl
6213            ! Changes patchlevel.h
6214 ____________________________________________________________________________
6215 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
6216         Log: perldelta tweaks.
6217      Branch: perl
6218            ! pod/perldelta.pod
6219 ____________________________________________________________________________
6220 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
6221         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
6222              From: Sam Tregar <sam@tregar.com> 
6223              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
6224              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
6225      Branch: perl
6226            ! pod/perlnewmod.pod
6227 ____________________________________________________________________________
6228 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
6229         Log: microperl casting nit.
6230      Branch: perl
6231            ! utf8.c
6232 ____________________________________________________________________________
6233 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
6234         Log: Make sharepvn a macro since all it does is a deref.
6235      Branch: perl
6236            ! embed.h embed.pl global.sym hv.c hv.h proto.h
6237 ____________________________________________________________________________
6238 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
6239         Log: perldelta updates.
6240      Branch: perl
6241            ! pod/perldelta.pod
6242 ____________________________________________________________________________
6243 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
6244         Log: PPPort update from Paul Marquess.
6245      Branch: perl
6246            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
6247            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
6248            + ext/Devel/PPPort/t/test.t
6249            - ext/Devel/PPPort/harness/Harness.pm
6250            - ext/Devel/PPPort/harness/Harness.xs
6251            - ext/Devel/PPPort/harness/Makefile.PL
6252            - ext/Devel/PPPort/harness/module2.c
6253            - ext/Devel/PPPort/harness/module3.c
6254            - ext/Devel/PPPort/harness/t/test.t
6255            ! MANIFEST ext/Devel/PPPort/MANIFEST
6256            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
6257            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
6258            ! ext/Devel/PPPort/soak
6259 ____________________________________________________________________________
6260 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
6261         Log: No use talking about dynamic library search patch
6262              unless we are having a dynamic build.
6263      Branch: perl
6264            ! t/TEST
6265 ____________________________________________________________________________
6266 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
6267         Log: Be more explicit on the List::Util build trick,
6268              should also stop unneeded rebuilds on static builds.
6269      Branch: perl
6270            ! ext/List/Util/Makefile.PL
6271 ____________________________________________________________________________
6272 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
6273         Log: We need to replace the optimize (-O1) with
6274              the -h scalar0 -h vector0, not append them
6275              to the ccflags.
6276      Branch: perl
6277            ! hints/unicos.sh hints/unicosmk.sh
6278 ____________________________________________________________________________
6279 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
6280         Log: Subject: [PATCH] Shared hash keys 
6281              From: Nicholas Clark <nick@ccl4.org>
6282              Date: Sun, 2 Dec 2001 20:52:32 +0000
6283              Message-ID: <20011202205232.U21702@plum.flirble.org>
6284      Branch: perl
6285            ! doop.c t/op/tr.t
6286 ____________________________________________________________________________
6287 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
6288         Log: Better add new files to MANIFEST, too.
6289      Branch: perl
6290            ! MANIFEST
6291 ____________________________________________________________________________
6292 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
6293         Log: Subject: {PATCH] perlpacktut.pod
6294              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
6295              Date: Sun, 02 Dec 2001 19:55:06 +0100
6296              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
6297      Branch: perl
6298            ! pod/perlpacktut.pod
6299 ____________________________________________________________________________
6300 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
6301         Log: Various small nits found by DJGPP build.
6302      Branch: perl
6303            ! doio.c mg.c pp.c util.c
6304 ____________________________________________________________________________
6305 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
6306         Log: Subject: RE: More verbose POD for Carp
6307              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
6308              Date: Sun, 2 Dec 2001 11:32:51 -0500
6309              Message-ID: <3C0A9748@operamail.com>
6310      Branch: perl
6311            ! lib/Carp.pm
6312 ____________________________________________________________________________
6313 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
6314         Log: Add a header for DJGPP with the function prototypes.
6315      Branch: perl
6316            + djgpp/djgpp.h
6317            ! MANIFEST djgpp/djgpp.c
6318 ____________________________________________________________________________
6319 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
6320         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
6321              From: Abe Timmerman <abe@ztreet.demon.nl>
6322              Date: Sun, 02 Dec 2001 02:41:25 +0100
6323              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
6324      Branch: perl
6325            ! pp_sys.c
6326 ____________________________________________________________________________
6327 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
6328         Log: There isn't PTR2INT(), there's PTR2IV().
6329      Branch: perl
6330            ! ext/Time/HiRes/HiRes.xs
6331 ____________________________________________________________________________
6332 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
6333         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
6334              From: Marc Lehmann <root@schmorp.de>
6335              Date: Sun, 02 Dec 2001 02:44:53 +0100
6336              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
6337      Branch: perl
6338            ! ext/Time/HiRes/HiRes.xs
6339 ____________________________________________________________________________
6340 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
6341         Log: encode()/decode() examples.
6342      Branch: perl
6343            ! ext/Encode/Encode.pm
6344 ____________________________________________________________________________
6345 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
6346         Log: DJGPP tweaks from Laszlo Molnar.
6347      Branch: perl
6348            ! djgpp/config.over djgpp/djgppsed.sh
6349 ____________________________________________________________________________
6350 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
6351         Log: Update Changes.
6352      Branch: perl
6353            ! Changes patchlevel.h
6354 ____________________________________________________________________________
6355 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
6356         Log: Integrate perlio;
6357              
6358              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
6359              which do not have file descriptors. Noticed a possibly
6360              worse problem in the process ...
6361      Branch: perl
6362           !> doio.c
6363 ____________________________________________________________________________
6364 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
6365         Log: Non-VMS-fixed and Win32-skipped version of
6366              
6367              Subject: [PATCH t/op/exec.t] Portabilty fix 
6368              From: Michael G Schwern <schwern@pobox.com> 
6369              Date: Fri, 30 Nov 2001 16:09:27 -0500
6370              Message-ID: <20011130160927.A10406@blackrider>
6371      Branch: perl
6372            ! t/op/exec.t
6373 ____________________________________________________________________________
6374 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
6375         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
6376              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6377              Date: Sat, 1 Dec 2001 07:01:09 -0500
6378              Message-ID: <3C0D2E39@operamail.com>
6379              
6380              Subject: More verbose POD for Carp
6381              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6382              Date: Sat, 1 Dec 2001 08:04:16 -0500
6383              Message-ID: <3C285C2B@operamail.com>
6384      Branch: perl
6385            ! lib/Carp.pm lib/Carp/Heavy.pm
6386 ____________________________________________________________________________
6387 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
6388         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
6389              From: chromatic <chromatic@rmci.net>
6390              Date: Sat, 01 Dec 2001 12:41:58 -0700
6391              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
6392      Branch: perl
6393            ! lib/DB.t
6394 ____________________________________________________________________________
6395 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
6396         Log: Try to make a missing RADIXCHAR a softer kinder error.
6397      Branch: perl
6398            ! ext/I18N/Langinfo/Langinfo.t
6399 ____________________________________________________________________________
6400 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
6401         Log: Have a little faith on nl_langinfo() itself.
6402      Branch: perl
6403            ! ext/I18N/Langinfo/Langinfo.xs
6404 ____________________________________________________________________________
6405 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
6406         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
6407              the max, not max plus one)
6408      Branch: perl
6409            ! ext/I18N/Langinfo/Langinfo.xs
6410 ____________________________________________________________________________
6411 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
6412         Log: Make reality agree with the comment.
6413      Branch: perl
6414            ! ext/I18N/Langinfo/Langinfo.xs
6415 ____________________________________________________________________________
6416 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
6417         Log: Try to protect against wild langinfo() arguments.
6418      Branch: perl
6419            ! ext/I18N/Langinfo/Langinfo.xs
6420 ____________________________________________________________________________
6421 [ 13409] By: nick                                  on 2001/12/01  18:19:59
6422         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
6423              have file descriptors. Noticed a possibly worse problem in the process ...
6424      Branch: perlio
6425            ! doio.c
6426 ____________________________________________________________________________
6427 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
6428         Log: If we are inside an eval, let's be silent about
6429              separate symbols and just croak() in the end.
6430      Branch: perl
6431            ! lib/Exporter/Heavy.pm
6432 ____________________________________________________________________________
6433 [ 13407] By: nick                                  on 2001/12/01  17:14:05
6434         Log: Integrate mainline
6435      Branch: perlio
6436           !> (integrate 26 files)
6437 ____________________________________________________________________________
6438 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
6439         Log: Subject: Fix for Exporter error reporting behaviour
6440              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
6441              Date: Sat, 1 Dec 2001 06:34:48 -0500
6442              Message-ID: <3C0D1B9A@operamail.com>
6443      Branch: perl
6444            ! lib/Exporter.pm lib/Exporter/Heavy.pm
6445 ____________________________________________________________________________
6446 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
6447         Log: Need to hide behind an eval to avoid a warning
6448              about :utf8 on non-perlio configs.
6449      Branch: perl
6450            ! lib/open.t
6451 ____________________________________________________________________________
6452 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
6453         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
6454              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6455              Date: Fri, 30 Nov 2001 23:46:58 +0100
6456              Message-ID: <20011130234658.A717@rafael>
6457      Branch: perl
6458            ! op.c t/op/method.t
6459 ____________________________________________________________________________
6460 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
6461         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
6462              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6463              Date: Thu, 29 Nov 2001 22:46:12 +0100
6464              Message-ID: <20011129224612.A699@rafael>
6465      Branch: perl
6466            ! ext/B/B/Xref.pm
6467 ____________________________________________________________________________
6468 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
6469         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
6470              From: Tels <perl_dummy@bloodgate.com>
6471              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
6472              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
6473      Branch: perl
6474            ! pod/perlfunc.pod
6475 ____________________________________________________________________________
6476 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
6477         Log: Subject: [REPATCH] reference pointer comparison
6478              From: Nicholas Clark <nick@ccl4.org>
6479              Date: Sat, 1 Dec 2001 13:00:17 +0000
6480              Message-ID: <20011201130017.I21702@plum.flirble.org>
6481      Branch: perl
6482            ! pp.c
6483 ____________________________________________________________________________
6484 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
6485         Log: Upgrade to Storable 1.0.14.
6486      Branch: perl
6487            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6488 ____________________________________________________________________________
6489 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
6490         Log: Add simple caches for ::viacode() and ::vianame().
6491      Branch: perl
6492            ! lib/charnames.pm lib/charnames.t
6493 ____________________________________________________________________________
6494 [ 13398] By: nick                                  on 2001/12/01  10:36:24
6495         Log: Integrate mainline.
6496      Branch: perlio
6497           +> (branch 44 files)
6498            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
6499            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
6500            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
6501           !> (integrate 250 files)
6502 ____________________________________________________________________________
6503 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
6504         Log: Regen toc and modlib.
6505      Branch: perl
6506            ! pod/perlmodlib.pod pod/perltoc.pod
6507 ____________________________________________________________________________
6508 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
6509         Log: Upgrade to podlators-1.18.
6510      Branch: perl
6511            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
6512 ____________________________________________________________________________
6513 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
6514         Log: -h scalar0 -h vector0 seems to help for both
6515              UNICOS and UNICOS/mk on the unpack %65c problems.
6516              
6517              (replaces #13393)
6518      Branch: perl
6519            ! hints/unicos.sh hints/unicosmk.sh
6520 ____________________________________________________________________________
6521 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
6522         Log: More Socket constants.
6523      Branch: perl
6524            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
6525 ____________________________________________________________________________
6526 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
6527         Log: (replaced by #13395)
6528      Branch: perl
6529            ! hints/unicosmk.sh
6530 ____________________________________________________________________________
6531 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
6532         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
6533              From: Andy Dougherty <doughera@lafayette.edu>
6534              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
6535              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
6536              
6537              Simplify the test skippage criterion now that we are
6538              no more dependent on sed.
6539      Branch: perl
6540            ! t/comp/cpp.t t/run/switchPx.t
6541 ____________________________________________________________________________
6542 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
6543         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
6544              From: Michael G Schwern <schwern@pobox.com>
6545              Date: Fri, 30 Nov 2001 11:48:44 -0500
6546              Message-ID: <20011130114844.C1303@blackrider>
6547              
6548              (replaces #13381)
6549      Branch: perl
6550            ! t/op/stat.t
6551 ____________________________________________________________________________
6552 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
6553         Log: Let's not assume how much memory has been allocated
6554              to PVs.
6555      Branch: perl
6556            ! ext/Devel/Peek/Peek.t
6557 ____________________________________________________________________________
6558 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
6559         Log: VOS needs to know the modules, including pp_sort.
6560      Branch: perl
6561            ! vos/perl.bind
6562 ____________________________________________________________________________
6563 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
6564         Log: Unused variables.
6565      Branch: perl
6566            ! ext/Unicode/Normalize/Normalize.xs
6567 ____________________________________________________________________________
6568 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
6569         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
6570              From: John Peacock <jpeacock@rowman.com>     
6571              Date: Fri, 30 Nov 2001 10:24:00 -0500        
6572              Message-ID: <3C07A490.A22A76B0@rowman.com>   
6573      Branch: perl
6574            ! lib/ExtUtils/Embed.t
6575 ____________________________________________________________________________
6576 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
6577         Log: Tweak for the VOS building script from Paul Green.
6578      Branch: perl
6579            ! vos/configure_perl.cm
6580 ____________________________________________________________________________
6581 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
6582         Log: Update Changes.
6583      Branch: perl
6584            ! Changes patchlevel.h
6585 ____________________________________________________________________________
6586 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
6587         Log: Cannot test if cppstdin has not yet been installed.
6588      Branch: perl
6589            ! t/run/switchPx.t
6590 ____________________________________________________________________________
6591 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
6592         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
6593              From: Michael G Schwern <schwern@pobox.com> 
6594              Date: Thu, 29 Nov 2001 22:05:11 -0500
6595              Message-ID: <20011129220510.A18869@blackrider>
6596              
6597              TODO 1: if cppstdin is used and not yet installed,
6598              the Px.t will fail (must do the same as in cpp.t)
6599              
6600              TODO 2: does this work if no Perl whatsoever has
6601              yet been installed?  That is, we should be using
6602              the Perl we are building to execute the one-liner.
6603      Branch: perl
6604            + t/run/switchPx.aux t/run/switchPx.t
6605            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
6606            ! vms/test.com
6607 ____________________________________________________________________________
6608 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
6609         Log: Upgrade to Unicode::Normalize 0.12.
6610      Branch: perl
6611            ! ext/Unicode/Normalize/Changes
6612            ! ext/Unicode/Normalize/Normalize.pm
6613            ! ext/Unicode/Normalize/Normalize.xs
6614            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
6615            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
6616            ! ext/Unicode/Normalize/t/test.t
6617 ____________________________________________________________________________
6618 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
6619         Log: (replaced by #13391)
6620              
6621              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
6622              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
6623              Date: 30 Nov 2001 11:41:53 -0000             
6624              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
6625              
6626              No need to die if we have high-paranoia (non-chdirable)
6627              system directories.
6628      Branch: perl
6629            ! t/op/stat.t
6630 ____________________________________________________________________________
6631 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
6632         Log: Paragraph rewrapping.
6633      Branch: perl
6634            ! pod/perliol.pod
6635 ____________________________________________________________________________
6636 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
6637         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
6638              From: Stas Bekman <stas@stason.org>
6639              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
6640              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
6641      Branch: perl
6642            ! pod/perliol.pod
6643 ____________________________________________________________________________
6644 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
6645         Log: Whether select() gets restarted on signals is
6646              implementation dependent.
6647      Branch: perl
6648            ! ext/Time/HiRes/HiRes.t
6649 ____________________________________________________________________________
6650 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
6651         Log: More forgotten checkins.
6652      Branch: perl
6653            ! embed.h embed.pl proto.h
6654 ____________________________________________________________________________
6655 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
6656         Log: Add a note about folding vs lowercase.
6657      Branch: perl
6658            ! regexec.c
6659 ____________________________________________________________________________
6660 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
6661         Log: Use to_uni_fold (and add changed global.sym)
6662      Branch: perl
6663            ! global.sym utf8.c
6664 ____________________________________________________________________________
6665 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
6666         Log: Make to Unicode character functions to use UVs
6667              instead of U32s and add to_uni_fold().
6668      Branch: perl
6669            ! embed.pl proto.h utf8.c
6670 ____________________________________________________________________________
6671 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
6672         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
6673              From: Nicholas Clark <nick@ccl4.org>
6674              Date: Thu, 29 Nov 2001 22:47:32 +0000
6675              Message-ID: <20011129224732.W37621@plum.flirble.org>
6676      Branch: perl
6677            ! pod/perlpacktut.pod
6678 ____________________________________________________________________________
6679 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
6680         Log: README.vos updates from Paul Green.
6681      Branch: perl
6682            ! README.vos
6683 ____________________________________________________________________________
6684 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
6685         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
6686              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6687              Date: Thu, 29 Nov 2001 14:18:51 EST
6688              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
6689      Branch: perl
6690            ! mg.c vms/vms.c vms/vmsish.h
6691 ____________________________________________________________________________
6692 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
6693         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
6694              From: Michael G Schwern <schwern@pobox.com>
6695              Date: Thu, 29 Nov 2001 13:12:31 -0500
6696              Message-ID: <20011129131231.E11300@blackrider>
6697      Branch: perl
6698            ! README.vms
6699 ____________________________________________________________________________
6700 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
6701         Log: BGET_IV was missing.
6702      Branch: perl
6703            ! ext/ByteLoader/bytecode.h
6704 ____________________________________________________________________________
6705 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
6706         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
6707              From: Jonathan Stowe <gellyfish@gellyfish.com>
6708              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
6709              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
6710      Branch: perl
6711            ! lib/Term/Cap.pm
6712 ____________________________________________________________________________
6713 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
6714         Log: Porting/checkURL.pl was missing.
6715      Branch: perl
6716            ! MANIFEST
6717 ____________________________________________________________________________
6718 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
6719         Log: Subject: INSTALL and READMEs should be reviewed
6720              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6721              Date: Thu, 29 Nov 2001 16:49:36 +0100
6722              Message-ID: <20011129164936.A17492@rafael>         
6723      Branch: perl
6724            ! README.cygwin
6725 ____________________________________________________________________________
6726 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
6727         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
6728              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
6729              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
6730              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
6731      Branch: perl
6732            ! README.os390
6733 ____________________________________________________________________________
6734 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
6735         Log: Update Changes.
6736      Branch: perl
6737            ! Changes patchlevel.h
6738 ____________________________________________________________________________
6739 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
6740         Log: The changes to the curliffed files didn't stick in #13348.
6741      Branch: perl
6742            ! README.dos README.win32
6743 ____________________________________________________________________________
6744 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
6745         Log: Subject: Re: Found the rev where File::Glob broke
6746              From: Andy Dougherty <doughera@lafayette.edu>
6747              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
6748              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
6749      Branch: perl
6750            ! lib/ExtUtils/MM_Unix.pm
6751 ____________________________________________________________________________
6752 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
6753         Log: Use __DATA__ instead of __END__.
6754      Branch: perl
6755            ! lib/Term/Cap.pm
6756 ____________________________________________________________________________
6757 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
6758         Log: Subject: [PATCH toke.c] autosplit into @F fix
6759              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6760              Date: Thu, 29 Nov 2001 14:52:23 +0100
6761              Message-ID: <20011129145223.A25817@rafael>         
6762      Branch: perl
6763            ! toke.c
6764 ____________________________________________________________________________
6765 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
6766         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
6767              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6768              Date: Thu, 29 Nov 2001 15:48:15 +0100
6769              Message-ID: <20011129154815.C25817@rafael>         
6770      Branch: perl
6771            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
6772 ____________________________________________________________________________
6773 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
6774         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
6775              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
6776              Date: Wed, 28 Nov 2001 20:35:29 +0100
6777              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
6778      Branch: perl
6779            ! pod/perlpacktut.pod
6780 ____________________________________________________________________________
6781 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
6782         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
6783              From: Stas Bekman <stas@stason.org>
6784              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
6785              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
6786              
6787              (with tweaks)
6788      Branch: perl
6789            ! pod/perlapio.pod
6790 ____________________________________________________________________________
6791 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
6792         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
6793              From: Tels <perl_dummy@bloodgate.com>
6794              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
6795              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
6796              
6797              (plus paragraph rewrapping)
6798      Branch: perl
6799            ! lib/Exporter.pm
6800 ____________________________________________________________________________
6801 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
6802         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
6803              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
6804              Date: Wed, 28 Nov 2001 21:47:59 +0000
6805              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
6806      Branch: perl
6807            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
6808 ____________________________________________________________________________
6809 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
6810         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
6811              From: Andy Dougherty <doughera@lafayette.edu>
6812              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
6813              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
6814      Branch: perl
6815            ! INSTALL ext/Time/HiRes/HiRes.t
6816 ____________________________________________________________________________
6817 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
6818         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
6819              From: Michael G Schwern <schwern@pobox.com> 
6820              Date: Wed, 28 Nov 2001 16:37:01 -0500
6821              Message-ID: <20011128163701.H676@blackrider>
6822      Branch: perl
6823            ! t/run/kill_perl.t
6824 ____________________________________________________________________________
6825 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
6826         Log: @INC tweak.
6827      Branch: perl
6828            ! t/op/ref.t
6829 ____________________________________________________________________________
6830 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
6831         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
6832              From: Nicholas Clark <nick@ccl4.org>
6833              Date: Wed, 28 Nov 2001 23:38:43 +0000
6834              Message-ID: <20011128233843.N37621@plum.flirble.org>  
6835      Branch: perl
6836            ! installman
6837 ____________________________________________________________________________
6838 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
6839         Log: Tweak the forking logic.
6840      Branch: perl
6841            ! Porting/checkURL.pl
6842 ____________________________________________________________________________
6843 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
6844         Log: Update perlmodlib.PL as per #13348.  The L<> got
6845              changed back because that is coming from ParseLink.pm.
6846      Branch: perl
6847            ! pod/perlmodlib.PL pod/perlmodlib.pod
6848 ____________________________________________________________________________
6849 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
6850         Log: URL fixups from Michael Schwern.
6851      Branch: perl
6852            ! README.cygwin README.dos README.hpux README.mint README.mpeix
6853            ! README.os390 README.qnx README.solaris README.vos README.win32
6854            ! pod/perlmodlib.pod
6855 ____________________________________________________________________________
6856 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
6857         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
6858              From: Barrie Slaymaker <barries@slaysys.com>
6859              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
6860              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
6861      Branch: perl
6862            ! lib/Exporter.pm
6863 ____________________________________________________________________________
6864 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
6865         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
6866      Branch: perl
6867            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
6868 ____________________________________________________________________________
6869 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
6870         Log: Subject: [PATCH] Re: $\ very broken
6871              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6872              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
6873              Message-ID: <20011128223308.E732@rafael>   
6874              
6875              Subject: Re: [PATCH] Re: $\ very broken     
6876              From: Nicholas Clark <nick@ccl4.org>
6877              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
6878              Message-ID: <20011128222859.K37621@plum.flirble.org>
6879      Branch: perl
6880            ! mg.c t/op/ref.t
6881 ____________________________________________________________________________
6882 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
6883         Log: Add Abigail's link checker with the following tweaks:
6884              - known dummy URLs (Peter Prymmer)
6885              - do also READMEs and INSTALL (Michael Schwern)
6886              - do also ftp URLs
6887              - add fork retry loop in case the allowed number
6888              of processes per user is low
6889      Branch: perl
6890            + Porting/checkURL.pl
6891            ! MANIFEST
6892 ____________________________________________________________________________
6893 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
6894         Log: Update Changes.
6895      Branch: perl
6896            ! Changes patchlevel.h
6897 ____________________________________________________________________________
6898 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
6899         Log: In Linux if we have modern enough gcc and supported
6900              enough CPU, crank up the optimization level to -O3.
6901      Branch: perl
6902            ! hints/linux.sh
6903 ____________________________________________________________________________
6904 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
6905         Log: Add perlpacktut from Wolfgang Laun; regen toc.
6906      Branch: perl
6907            + pod/perlpacktut.pod
6908            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
6909            ! pod/perltoc.pod
6910 ____________________________________________________________________________
6911 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
6912         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
6913              From: PPrymmer@factset.com
6914              Date: Wed, 28 Nov 2001 07:51:26 -0500
6915              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
6916      Branch: perl
6917            ! vms/test.com
6918 ____________________________________________________________________________
6919 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
6920         Log: Test cases for the first half of #13338.
6921      Branch: perl
6922            ! t/lib/h2ph.h t/lib/h2ph.pht
6923 ____________________________________________________________________________
6924 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
6925         Log: Subject: Re: h2ph confused by comments in an enum.
6926              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
6927              Date: Wed, 28 Nov 2001 04:19:21 +0000
6928              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
6929              
6930              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
6931              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
6932              Date: Wed, 28 Nov 2001 13:36:35 +0000
6933              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
6934      Branch: perl
6935            ! utils/h2ph.PL
6936 ____________________________________________________________________________
6937 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
6938         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
6939              From: Jonathan Stowe <gellyfish@gellyfish.com>
6940              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
6941              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
6942              
6943              (replace #13327)
6944      Branch: perl
6945            ! lib/Term/Cap.pm
6946 ____________________________________________________________________________
6947 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
6948         Log: Replace #13335 with
6949              
6950              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
6951              From: Russ Allbery <rra@stanford.edu>
6952              Date: 27 Nov 2001 20:42:49 -0800
6953              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
6954      Branch: perl
6955            ! lib/Pod/Text/Termcap.pm
6956 ____________________________________________________________________________
6957 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
6958         Log: (replaced by #13336)
6959              
6960              Subject: [PATCH perl@13323] Termcap.pm with no termios
6961              From: "Craig A. Berry" <craigberry@mac.com> 
6962              Date: Tue, 27 Nov 2001 22:28:50 -0600
6963              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
6964      Branch: perl
6965            ! lib/Pod/Text/Termcap.pm
6966 ____________________________________________________________________________
6967 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
6968         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
6969              From: "Craig A. Berry" <craigberry@mac.com> 
6970              Date: Tue, 27 Nov 2001 21:46:45 -0600
6971              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
6972      Branch: perl
6973            ! configure.com
6974 ____________________________________________________________________________
6975 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
6976         Log: Upgrade to podlators 1.17.
6977      Branch: perl
6978            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
6979            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
6980 ____________________________________________________________________________
6981 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
6982         Log: Fix for "a\x{100}" =~ /A/i.
6983      Branch: perl
6984            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
6985            ! utf8.c
6986 ____________________________________________________________________________
6987 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
6988         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
6989              From: "Craig A. Berry" <craigberry@mac.com>
6990              Date: Tue, 27 Nov 2001 17:11:49 -0600
6991              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
6992      Branch: perl
6993            ! lib/DB.t
6994 ____________________________________________________________________________
6995 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
6996         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
6997              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6998              Date: Tue, 27 Nov 2001 14:55:23 -0500
6999              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
7000              
7001              Subject: [PATCH: perl@13324] updates to perldelta.pod 
7002              From: PPrymmer@factset.com
7003              Date: Tue, 27 Nov 2001 18:06:04 -0500
7004              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
7005              
7006              plus added some known problems.
7007      Branch: perl
7008            ! pod/perldelta.pod
7009 ____________________________________________________________________________
7010 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
7011         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
7012              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7013              Date: Tue, 27 Nov 2001 15:38:02 EST 
7014              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
7015      Branch: perl
7016            ! configure.com vms/vms.c vms/vmsish.h
7017 ____________________________________________________________________________
7018 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
7019         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
7020              From: Michael G Schwern <schwern@pobox.com> 
7021              Date: Tue, 27 Nov 2001 15:31:12 -0500
7022              Message-ID: <20011127153112.G20929@blackrider>
7023      Branch: perl
7024            ! t/run/kill_perl.t
7025 ____________________________________________________________________________
7026 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
7027         Log: (replaced by #13337)
7028              
7029              VMS can safely hardcode a termcap entry for VT100.
7030      Branch: perl
7031            ! lib/Term/Cap.pm
7032 ____________________________________________________________________________
7033 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
7034         Log: VMS piping fixes from Charles Lane (perl -P should
7035              be working now).
7036      Branch: perl
7037            ! vms/vms.c
7038 ____________________________________________________________________________
7039 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
7040         Log: Subject: [PATCH] perlvar.pod fix
7041              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7042              Date: Tue, 27 Nov 2001 13:11:47 -0500
7043              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
7044      Branch: perl
7045            ! pod/perlvar.pod
7046 ____________________________________________________________________________
7047 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
7048         Log: Update Changes.
7049      Branch: perl
7050            ! Changes patchlevel.h
7051 ____________________________________________________________________________
7052 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
7053         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
7054              From: "Craig A. Berry" <craigberry@mac.com> 
7055              Date: Tue, 27 Nov 2001 10:21:18 -0600
7056              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
7057      Branch: perl
7058            ! lib/ExtUtils/MM_VMS.pm
7059 ____________________________________________________________________________
7060 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
7061         Log: Protect against accumulating -options -options -options.
7062      Branch: perl
7063            ! hints/hpux.sh
7064 ____________________________________________________________________________
7065 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
7066         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
7067              From: Barrie Slaymaker <barries@slaysys.com>
7068              Date: Tue, 27 Nov 2001 10:58:54 -0500
7069              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
7070      Branch: perl
7071            ! lib/Benchmark.pm
7072 ____________________________________________________________________________
7073 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
7074         Log: Tiny fix from John P. Linderman.
7075      Branch: perl
7076            ! lib/sort.pm
7077 ____________________________________________________________________________
7078 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
7079         Log: The Story of sort(), from John P. Linderman.
7080      Branch: perl
7081            ! pod/perldelta.pod
7082 ____________________________________________________________________________
7083 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
7084         Log: Add information what to do if you are reading
7085              perluniintro but using some older Perl.
7086      Branch: perl
7087            ! pod/perluniintro.pod
7088 ____________________________________________________________________________
7089 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
7090         Log: Update the 'wide characters' FAQ entry.
7091      Branch: perl
7092            ! pod/perlfaq6.pod
7093 ____________________________________________________________________________
7094 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
7095         Log: Fix for
7096              
7097              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
7098              From: Marc Lehmann <root@schmorp.de>
7099              Date: Tue, 27 Nov 2001 14:27:14 +0100
7100              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
7101      Branch: perl
7102            ! ext/Encode.t ext/Encode/Encode.xs
7103 ____________________________________________________________________________
7104 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
7105         Log: Subject: [PATCH] DB_File 1.801
7106              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7107              Date: Tue, 27 Nov 2001 15:06:45 -0000
7108              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
7109      Branch: perl
7110            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7111            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
7112 ____________________________________________________________________________
7113 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
7114         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
7115      Branch: perl
7116            ! pod/perlmodlib.pod
7117 ____________________________________________________________________________
7118 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
7119         Log: sort() doc tweaks from John P. Linderman.
7120      Branch: perl
7121            ! pod/perlfunc.pod
7122 ____________________________________________________________________________
7123 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
7124         Log: Subject: [PATCH] More perldelta.pod nits
7125              From: Simon Glover <scog@roe.ac.uk>
7126              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
7127              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
7128      Branch: perl
7129            ! pod/perldelta.pod
7130 ____________________________________________________________________________
7131 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
7132         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
7133              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7134              Date: Tue, 27 Nov 2001 11:52:31 -0000
7135              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
7136      Branch: perl
7137            ! ext/Devel/PPPort/harness/Makefile.PL
7138 ____________________________________________________________________________
7139 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
7140         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
7141              From: Michael G Schwern <schwern@pobox.com>
7142              Date: Tue, 27 Nov 2001 03:38:24 -0500
7143              Message-ID: <20011127033824.A17775@blackrider>
7144      Branch: perl
7145            ! t/TEST
7146 ____________________________________________________________________________
7147 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
7148         Log: Subject: Re: perlcc very broken
7149              From: John Peacock <jpeacock@rowman.com>
7150              Date: Tue, 27 Nov 2001 06:48:01 -0500
7151              Message-ID: <3C037D71.4030508@rowman.com>
7152      Branch: perl
7153            ! utils/perlcc.PL
7154 ____________________________________________________________________________
7155 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
7156         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
7157              From: David Dyck <dcd@tc.fluke.com>
7158              Date: Mon, 26 Nov 2001 22:04:38 -0800
7159              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
7160      Branch: perl
7161            ! t/op/pack.t
7162 ____________________________________________________________________________
7163 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
7164         Log: Subject: [ID 20011126.149] t/op/split fails step 37
7165              From: David Dyck <dcd@tc.fluke.com>
7166              Date: Mon, 26 Nov 2001 21:52:35 -0800
7167              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
7168      Branch: perl
7169            ! t/op/split.t
7170 ____________________________________________________________________________
7171 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
7172         Log: incorporate last minute change from libnet 1.0901-tobe
7173      Branch: perl
7174            ! lib/Net/SMTP.pm
7175 ____________________________________________________________________________
7176 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
7177         Log: Pass 7 at perldelta - random edits.
7178      Branch: perl
7179            ! pod/perldelta.pod
7180 ____________________________________________________________________________
7181 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
7182         Log: Portability and skippage tweaks.
7183      Branch: perl
7184            ! t/op/split.t
7185 ____________________________________________________________________________
7186 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
7187         Log: (retracted by #13449)
7188              Try to make Unicode casemapping to work for EBCDIC, too.
7189      Branch: perl
7190            ! utf8.c
7191 ____________________________________________________________________________
7192 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
7193         Log: Just printing 1..0 is not quite enough...
7194      Branch: perl
7195            ! lib/Dumpvalue.t
7196 ____________________________________________________________________________
7197 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
7198         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
7199              Delay the match until runtime.
7200      Branch: perl
7201            ! t/op/append.t
7202 ____________________________________________________________________________
7203 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
7204         Log: UTF-EBCDIC.
7205      Branch: perl
7206            ! ext/Devel/Peek/Peek.t
7207 ____________________________________________________________________________
7208 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
7209         Log: Be UTF-EBCDIC aware.
7210      Branch: perl
7211            ! lib/bytes.t
7212 ____________________________________________________________________________
7213 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
7214         Log: Bad assumption which way digits and letters sort.
7215      Branch: perl
7216            ! lib/English.t
7217 ____________________________________________________________________________
7218 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
7219         Log: If in EBCDIC but no Convert::EBCDIC
7220              the libnet tests will all fail.
7221      Branch: perl
7222            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
7223            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
7224            ! lib/Net/t/smtp.t lib/Net/t/time.t
7225 ____________________________________________________________________________
7226 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
7227         Log: Just sorting to guarantee order is not enough.
7228              (Think EBCDIC.) 
7229      Branch: perl
7230            ! lib/ExtUtils/Manifest.t
7231 ____________________________________________________________________________
7232 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
7233         Log: OS/390 cleanable gunk.
7234      Branch: perl
7235            ! lib/ExtUtils/MM_Unix.pm
7236 ____________________________________________________________________________
7237 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
7238         Log: Update the EBCDIC MD5 checksums.
7239      Branch: perl
7240            ! ext/Digest/MD5/t/files.t
7241 ____________________________________________________________________________
7242 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
7243         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
7244              From: Nicholas Clark <nick@ccl4.org>
7245              Date: Mon, 26 Nov 2001 23:06:34 +0000
7246              Message-ID: <20011126230633.Q37621@plum.flirble.org>
7247      Branch: perl
7248            ! installman
7249 ____________________________________________________________________________
7250 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
7251         Log: sort tweaks from John P. Linderman.
7252      Branch: perl
7253            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
7254 ____________________________________________________________________________
7255 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
7256         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
7257              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
7258              Date: Mon, 26 Nov 2001 18:47:25 -0600
7259              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
7260              
7261              Craig Berry submitted half of this patch just yesterday.
7262              Spooky cosmic resonance.
7263      Branch: perl
7264            ! ext/Socket/Socket.xs
7265 ____________________________________________________________________________
7266 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
7267         Log: Subject: [PATCH] doio slightly smaller
7268              From: Nicholas Clark <nick@ccl4.org>
7269              Date: Tue, 27 Nov 2001 00:40:23 +0000      
7270              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
7271      Branch: perl
7272            ! doio.c
7273 ____________________________________________________________________________
7274 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
7275         Log: perldelta nits from Autrijus Tang and Ron Kimball.
7276      Branch: perl
7277            ! pod/perldelta.pod
7278 ____________________________________________________________________________
7279 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
7280         Log: Subject: [PATCH] unpack P* uses random length for item
7281              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
7282              Date: Mon, 26 Nov 2001 19:56:32 +0100
7283              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
7284      Branch: perl
7285            ! pod/perldiag.pod pp_pack.c t/op/pack.t
7286 ____________________________________________________________________________
7287 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
7288         Log: Subject: [PATCH current] system and taintedness
7289              From: Radu Greab <radu@netsoft.ro>
7290              Date: Mon, 26 Nov 2001 18:42:29 +0200
7291              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
7292      Branch: perl
7293            ! pp_sys.c t/op/taint.t
7294 ____________________________________________________________________________
7295 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
7296         Log: Subject: [PATCH @ 13283] Devel::PPPort
7297              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7298              Date: Mon, 26 Nov 2001 14:37:17 -0000
7299              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
7300      Branch: perl
7301            + ext/Devel/PPPort/MANIFEST
7302            ! MANIFEST ext/Devel/PPPort/Makefile.PL
7303            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
7304            ! ext/Devel/PPPort/harness/Harness.xs
7305            ! ext/Devel/PPPort/harness/Makefile.PL
7306            ! ext/Devel/PPPort/harness/module2.c
7307            ! ext/Devel/PPPort/harness/module3.c
7308            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
7309 ____________________________________________________________________________
7310 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
7311         Log: Update the test list.
7312      Branch: perl
7313            ! t/lib/1_compile.t
7314 ____________________________________________________________________________
7315 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
7316         Log: Sync-up tests with libnet distribution
7317      Branch: perl
7318            + lib/Net/t/netrc.t
7319            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
7320 ____________________________________________________________________________
7321 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
7322         Log: Update Changes.
7323      Branch: perl
7324            ! Changes patchlevel.h
7325 ____________________________________________________________________________
7326 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
7327         Log: Upgrade to podlators 1.16.
7328      Branch: perl
7329            + lib/Pod/t/basic.cap
7330            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
7331            ! lib/Pod/t/basic.t pod/pod2man.PL
7332 ____________________________________________________________________________
7333 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
7334         Log: Pass 6 at perldelta - sort enhancements, generic and
7335              platform specific bug fixes.
7336      Branch: perl
7337            ! pod/perldelta.pod
7338 ____________________________________________________________________________
7339 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
7340         Log: PROPAGATE documentation from Tony Cook.
7341      Branch: perl
7342            ! pod/perlfunc.pod
7343 ____________________________________________________________________________
7344 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
7345         Log: DJGPP cannot do signals that well.
7346      Branch: perl
7347            ! ext/POSIX/t/sigaction.t
7348 ____________________________________________________________________________
7349 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
7350         Log: Can't do subsecond alarms without ualarm; and break out
7351              early if alarms do not seem to be coming in as expected.
7352      Branch: perl
7353            ! ext/Time/HiRes/HiRes.t
7354 ____________________________________________________________________________
7355 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
7356         Log: No Socket, little Net.
7357      Branch: perl
7358            ! t/lib/1_compile.t
7359 ____________________________________________________________________________
7360 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
7361         Log: Take the taint brush to the getcwds.
7362      Branch: perl
7363            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
7364 ____________________________________________________________________________
7365 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
7366         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
7367              From: "Craig A. Berry" <craigberry@mac.com>
7368              Date: Sun, 25 Nov 2001 16:20:45 -0600
7369              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
7370      Branch: perl
7371            ! ext/Socket/Socket.xs
7372 ____________________________________________________________________________
7373 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
7374         Log: Since in some DOS filesystems the timestamp granularity
7375              may be only two seconds, better sleep for three to play safe.
7376              (Helps CygWin, at least.)
7377      Branch: perl
7378            ! lib/Memoize/t/expire_file.t
7379 ____________________________________________________________________________
7380 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
7381         Log: For some reason CygWin wasn't collapsing multiple
7382              slashes into one, which made some Spec.t tests to fail.
7383              Either CygWin was being too prudish or the collapsing
7384              logic needs to be rethunk.
7385      Branch: perl
7386            ! lib/File/Spec/Unix.pm
7387 ____________________________________________________________________________
7388 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
7389         Log: Cygwin needs to have libperl.dll around if trying to link
7390              with -lperl.  Note: this change cures the test but whether
7391              it cures CygPerl installation, I don't know: hopefully the
7392              libperl5_7_2.dll, or the version equivalent, gets installed
7393              also as libperl.dll to the proper place(s).
7394      Branch: perl
7395            ! lib/ExtUtils/Embed.t
7396 ____________________________________________________________________________
7397 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
7398         Log: -I../lib/.. and -L../lib/..?  Strange.
7399      Branch: perl
7400            ! lib/ExtUtils/Embed.t
7401 ____________________________________________________________________________
7402 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
7403         Log: $MM?
7404      Branch: perl
7405            ! lib/ExtUtils/Embed.pm
7406 ____________________________________________________________________________
7407 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
7408         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
7409              From: Dave Rolsky <autarch@urth.org>
7410              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
7411              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
7412      Branch: perl
7413            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
7414            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7415 ____________________________________________________________________________
7416 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
7417         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
7418              From: chromatic <chromatic@rmci.net>
7419              Date: Sat, 24 Nov 2001 14:56:57 -0700
7420              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
7421              
7422              plus a tweak for ithreads builds.
7423      Branch: perl
7424            + lib/DB.t
7425            ! MANIFEST lib/DB.pm
7426 ____________________________________________________________________________
7427 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
7428         Log: Win32 compilation tweaks for Blair Zajac.
7429      Branch: perl
7430            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
7431 ____________________________________________________________________________
7432 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
7433         Log: I don't think trying to bracket the hires time with lores
7434              times is going to be portable enough: Cygwin seems to be
7435              capable of getting hires ones rather consistently lower
7436              than the lores ones.  So let's try average difference instead.
7437      Branch: perl
7438            ! ext/Time/HiRes/HiRes.t
7439 ____________________________________________________________________________
7440 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
7441         Log: Subject: Re: benchmarks, sorts and reproducibility
7442              From: "John P. Linderman" <jpl@research.att.com>
7443              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
7444              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
7445              
7446              Randomize large partitions for quicksort to dodge the
7447              angry gods of quadratic.
7448      Branch: perl
7449            ! pp_sort.c
7450 ____________________________________________________________________________
7451 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
7452         Log: The joys of portable quoting.
7453      Branch: perl
7454            ! ext/Devel/PPPort/harness/Makefile.PL
7455 ____________________________________________________________________________
7456 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
7457         Log: sort pragma tweaks.
7458      Branch: perl
7459            ! lib/sort.pm
7460 ____________________________________________________________________________
7461 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
7462         Log: Skip the link= directives of utils.lst if no mandir
7463              (if no manpages).
7464      Branch: perl
7465            ! installman
7466 ____________________________________________________________________________
7467 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
7468         Log: integrate changes#8340,13260 from mainline
7469              
7470              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
7471              
7472              change#3373 introduced a handle leak in backticks and piped open()s
7473              that fail
7474      Branch: maint-5.6/perl
7475            ! t/io/pipe.t util.c
7476 ____________________________________________________________________________
7477 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
7478         Log: change#3373 introduced a handle leak in backticks and piped open()s
7479              that fail
7480      Branch: perl
7481            ! util.c
7482 ____________________________________________________________________________
7483 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
7484         Log: metaconfig unit change for #13258.
7485      Branch: metaconfig/U/perl
7486            ! d_procselfexe.U
7487 ____________________________________________________________________________
7488 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
7489         Log: Extraenous breaks noticed by David Dyck.
7490      Branch: perl
7491            ! Configure
7492 ____________________________________________________________________________
7493 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
7494         Log: Revert the /proc/self/auxv experiment for now.
7495      Branch: perl
7496            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
7497 ____________________________________________________________________________
7498 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
7499         Log: Also ExtUtils.t had $^X assumptions.
7500      Branch: perl
7501            ! lib/ExtUtils.t
7502 ____________________________________________________________________________
7503 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
7504         Log: Now is Solaris if you start the t/perl in the t/
7505              as "./perl", the $^X will be "../perl", not "./perl".
7506      Branch: perl
7507            ! t/lib/1_compile.t
7508 ____________________________________________________________________________
7509 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
7510         Log: The new way of finding out $^X in Solaris
7511              requires a little tweak if the executable
7512              pathname is *not* absolute: prepend "./"
7513              (otherwise `$^X ...` will start perl from PATH...)
7514      Branch: perl
7515            ! perl.c
7516 ____________________________________________________________________________
7517 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
7518         Log: Avoid "will not stay shared" warnings.
7519      Branch: perl
7520            ! lib/ExtUtils/MM_Unix.pm
7521 ____________________________________________________________________________
7522 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
7523         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
7524              From: Michael G Schwern <schwern@pobox.com>
7525              Date: Sat, 24 Nov 2001 19:56:18 -0500
7526              Message-ID: <20011124195618.A14614@blackrider>            
7527      Branch: perl
7528            ! perl.c pp_sys.c t/op/magic.t util.c
7529 ____________________________________________________________________________
7530 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
7531         Log: In the MakeMaker pm_to_blib target don't copy all
7532              the files in one fell swppo, deal with them hunkwise,
7533              helps for CLIs with limited line lengths.
7534              (This seems to help for DJGPP building Encode,
7535              where there are dozens of files to copy.)
7536      Branch: perl
7537            ! lib/ExtUtils/MM_Unix.pm
7538 ____________________________________________________________________________
7539 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
7540         Log: testsuite leaves stray files behind on windows
7541      Branch: perl
7542            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
7543 ____________________________________________________________________________
7544 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
7545         Log: xsubpp produces a spurious warning on directories called 'typemap'
7546      Branch: perl
7547            ! lib/ExtUtils/xsubpp
7548 ____________________________________________________________________________
7549 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
7550         Log: xsubpp treats invalid (indented) cpp directives as comments
7551      Branch: perl
7552            ! ext/IO/IO.xs
7553 ____________________________________________________________________________
7554 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
7555         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
7556      Branch: perl
7557            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
7558 ____________________________________________________________________________
7559 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
7560         Log: The debug_pag needs to be visible at all times
7561              because of the re extension.
7562      Branch: perl
7563            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
7564 ____________________________________________________________________________
7565 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
7566         Log: Subject: Re: [PATCH] Tests are good
7567              From: Philip Newton <Philip.Newton@gmx.net>
7568              Date: Sat, 24 Nov 2001 21:24:00 +0100
7569              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
7570      Branch: perl
7571            ! pod/perlhack.pod
7572 ____________________________________________________________________________
7573 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
7574         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
7575              From: "Craig A. Berry" <craigberry@mac.com> 
7576              Date: Sat, 24 Nov 2001 12:45:44 -0600
7577              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
7578              
7579              (with tweaks, and combined with Sarathy's #13242)
7580      Branch: perl
7581            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
7582 ____________________________________________________________________________
7583 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
7584         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
7585              From: John Peacock <jpeacock@rowman.com>
7586              Date: Sat, 24 Nov 2001 14:27:46 -0500
7587              Message-ID: <3BFFF4B2.40509@rowman.com> 
7588      Branch: perl
7589            ! lib/Exporter/Heavy.pm
7590 ____________________________________________________________________________
7591 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
7592         Log: use portable quotes
7593      Branch: perl
7594            ! ext/Devel/PPPort/harness/Makefile.PL
7595 ____________________________________________________________________________
7596 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
7597         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
7598              From: Nicholas Clark <nick@ccl4.org>
7599              Date: Sat, 24 Nov 2001 18:06:26 +0000
7600              Message-ID: <20011124180626.T37621@plum.flirble.org>
7601      Branch: perl
7602            ! installman
7603 ____________________________________________________________________________
7604 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
7605         Log: Subject: [PATCH] perl5005delta.pod L<>
7606              From: Nicholas Clark <nick@ccl4.org>
7607              Date: Sat, 24 Nov 2001 18:04:21 +0000
7608              Message-ID: <20011124180421.S37621@plum.flirble.org>
7609      Branch: perl
7610            ! pod/perl5005delta.pod
7611 ____________________________________________________________________________
7612 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
7613         Log: fix typo in config.vc; regenerate win32 config_H.* files
7614      Branch: perl
7615            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7616            ! win32/config_H.vc
7617 ____________________________________________________________________________
7618 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
7619         Log: Mention the charnames::vianame().
7620      Branch: perl
7621            ! pod/perluniintro.pod
7622 ____________________________________________________________________________
7623 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
7624         Log: Add charnames::vianame() in case people want to access
7625              the codes in run-time (as opposed to the compile-timeness
7626              of \N{...}).
7627      Branch: perl
7628            ! lib/charnames.pm lib/charnames.t
7629 ____________________________________________________________________________
7630 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
7631         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
7632              From: Nicholas Clark <nick@ccl4.org>
7633              Date: Sat, 24 Nov 2001 16:30:42 +0000
7634              Message-ID: <20011124163042.R37621@plum.flirble.org>
7635      Branch: perl
7636            ! regcomp.c regcomp.h
7637 ____________________________________________________________________________
7638 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
7639         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
7640              From: Nicholas Clark <nick@ccl4.org>
7641              Date: Sat, 24 Nov 2001 16:24:33 +0000
7642              Message-ID: <20011124162433.Q37621@plum.flirble.org>
7643              
7644              cmp fixes.
7645      Branch: perl
7646            ! pp.c
7647 ____________________________________________________________________________
7648 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
7649         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
7650              (It seems that "./perl" gets resolved to "perl" now.)
7651      Branch: perl
7652            ! perl.c
7653 ____________________________________________________________________________
7654 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
7655         Log: Subject: [PATCH] DB_File 1.800        
7656              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
7657              Date: Sat, 24 Nov 2001 11:41:41 -0000
7658              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
7659      Branch: perl
7660            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7661            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
7662            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7663            ! ext/DB_File/t/db-recno.t
7664 ____________________________________________________________________________
7665 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
7666         Log: Tweak the PUSHED documentation.
7667      Branch: perl
7668            ! ext/PerlIO/Via/Via.pm
7669 ____________________________________________________________________________
7670 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
7671         Log: Update 1_compile for new known tests.
7672      Branch: perl
7673            ! t/lib/1_compile.t
7674 ____________________________________________________________________________
7675 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
7676         Log: Move the MBF/MBI test modules to t/lib.
7677      Branch: perl
7678            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
7679            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
7680            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
7681            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
7682            ! lib/Math/BigInt/t/sub_mbi.t
7683 ____________________________________________________________________________
7684 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
7685         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
7686              From: "Craig A. Berry" <craigberry@mac.com> 
7687              Date: Fri, 23 Nov 2001 18:05:35 -0600
7688              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
7689      Branch: perl
7690            ! configure.com
7691 ____________________________________________________________________________
7692 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
7693         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
7694              From: PPrymmer@factset.com 
7695              Date: Fri, 23 Nov 2001 17:03:07 -0500
7696              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
7697      Branch: perl
7698            ! ext/Unicode/Normalize/mkheader
7699 ____________________________________________________________________________
7700 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
7701         Log: Here are the right helper files.
7702      Branch: perl
7703            + t/lib/Filter/Simple/ExportTest.pm
7704            + t/lib/Filter/Simple/FilterOnlyTest.pm
7705            + t/lib/Filter/Simple/FilterTest.pm
7706            + t/lib/Filter/Simple/ImportTest.pm
7707            ! MANIFEST
7708 ____________________________________________________________________________
7709 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
7710         Log: Update Changes.
7711      Branch: perl
7712            ! Changes patchlevel.h
7713 ____________________________________________________________________________
7714 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
7715         Log: Never mind.
7716      Branch: perl
7717            - lib/Filter/Simple/lib/ExportTest.pm
7718            - lib/Filter/Simple/lib/ImportTest.pm
7719 ____________________________________________________________________________
7720 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
7721         Log: Mis-add.
7722      Branch: perl
7723            + lib/Filter/Simple/lib/ExportTest.pm
7724            + lib/Filter/Simple/lib/ImportTest.pm
7725 ____________________________________________________________________________
7726 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
7727         Log: Upgrade to Filter::Simple 0.77.
7728      Branch: perl
7729            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
7730            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
7731            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
7732            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
7733            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
7734 ____________________________________________________________________________
7735 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
7736         Log: Missing p4 add.
7737      Branch: perl
7738            + lib/ExtUtils/MM_VMS.t
7739 ____________________________________________________________________________
7740 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
7741         Log: Pass 5 at perldelta - module and utility updates cleanup.
7742      Branch: perl
7743            ! pod/perldelta.pod
7744 ____________________________________________________________________________
7745 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
7746         Log: metaconfig unit change for #13219.
7747      Branch: metaconfig/U/perl
7748            ! d_procselfexe.U
7749 ____________________________________________________________________________
7750 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
7751         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
7752      Branch: perl
7753            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7754            ! pod/buildtoc.PL pod/perltoc.pod
7755 ____________________________________________________________________________
7756 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
7757         Log: Add procselfexe and d_dirfd to strange lands.
7758      Branch: perl
7759            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
7760            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7761            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7762            ! win32/config.gc win32/config.vc win32/config.win64
7763            ! wince/config.ce
7764 ____________________________________________________________________________
7765 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
7766         Log: metaconfig unit change for #13216.
7767      Branch: metaconfig/U/perl
7768            ! d_procselfexe.U
7769 ____________________________________________________________________________
7770 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
7771         Log: Better to "quote" the pathname.
7772      Branch: perl
7773            ! Configure config_h.SH
7774 ____________________________________________________________________________
7775 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
7776         Log: Use PROCSELFEXE_PATH.
7777      Branch: perl
7778            ! perl.c
7779 ____________________________________________________________________________
7780 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
7781         Log: metaconfig unit change for #13213.
7782      Branch: metaconfig/U/perl
7783            ! d_procselfexe.U
7784 ____________________________________________________________________________
7785 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
7786         Log: Add probing for BSD-like /proc/curpoc/file.
7787      Branch: perl
7788            ! Configure config_h.SH
7789 ____________________________________________________________________________
7790 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
7791         Log: metaconfig unit change for 13211.
7792      Branch: metaconfig/U/perl
7793            + d_dirfd.U
7794 ____________________________________________________________________________
7795 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
7796         Log: Add probing for dirfd() so that it can be added it IO::Dir.
7797      Branch: perl
7798            ! Configure config_h.SH perl.h
7799 ____________________________________________________________________________
7800 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
7801         Log: ...and update the test count.
7802      Branch: perl
7803            ! lib/Pod/t/basic.t
7804 ____________________________________________________________________________
7805 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
7806         Log: Must remove the cap test also from the test script.
7807      Branch: perl
7808            ! lib/Pod/t/basic.t
7809 ____________________________________________________________________________
7810 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
7811         Log: Subject: [PATCH] Tests are good
7812              From: Nicholas Clark <nick@ccl4.org>
7813              Date: Fri, 23 Nov 2001 18:12:21 +0000
7814              Message-ID: <20011123181220.F37621@plum.flirble.org>
7815      Branch: perl
7816            ! pod/perlhack.pod
7817 ____________________________________________________________________________
7818 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
7819         Log: The basic.cap from podlators 1.14 is not very portable.
7820      Branch: perl
7821            - lib/Pod/t/basic.cap
7822            ! MANIFEST
7823 ____________________________________________________________________________
7824 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
7825         Log: Subject: Re: [DOC PATCHES] pod cleanups
7826              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7827              Date: 22 Nov 2001 12:54:16 -0000
7828              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
7829      Branch: perl
7830            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
7831            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
7832 ____________________________________________________________________________
7833 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
7834         Log: FAQ sync.
7835      Branch: perl
7836            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
7837 ____________________________________________________________________________
7838 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
7839         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
7840              From: PPrymmer@factset.com
7841              Date: Fri, 23 Nov 2001 11:43:45 -0500
7842              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
7843      Branch: perl
7844            ! MANIFEST lib/ExtUtils/MM_VMS.pm
7845 ____________________________________________________________________________
7846 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
7847         Log: Corify podlators 1.14 test.
7848      Branch: perl
7849            ! lib/Pod/t/basic.t
7850 ____________________________________________________________________________
7851 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
7852         Log: Output tweak needed because of podlators 1.14.
7853      Branch: perl
7854            ! t/pod/multiline_items.xr
7855 ____________________________________________________________________________
7856 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
7857         Log: Upgrade to podlators 1.14.
7858      Branch: perl
7859            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
7860            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
7861            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
7862            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
7863            ! lib/Pod/Text/Overstrike.pm
7864 ____________________________________________________________________________
7865 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
7866         Log: perlmodinstall tweaks from Philip Newton.
7867      Branch: perl
7868            ! pod/perlmodinstall.pod
7869 ____________________________________________________________________________
7870 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
7871         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
7872              From: Autrijus Tang <autrijus@autrijus.org>           
7873              Date: Fri, 23 Nov 2001 23:55:53 +0800
7874              Message-ID: <20011123235553.A2310@not.autrijus.org>
7875      Branch: perl
7876            ! Porting/genlog
7877 ____________________________________________________________________________
7878 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
7879         Log: Subject: Re: regex oddness with \Z and $&
7880              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
7881              Date: Fri, 23 Nov 2001 15:15:24 +0000
7882              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
7883      Branch: perl
7884            ! regcomp.c t/op/re_tests
7885 ____________________________________________________________________________
7886 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
7887         Log: regen_headers.
7888      Branch: perl
7889            ! embed.h global.sym pod/perlapi.pod proto.h
7890 ____________________________________________________________________________
7891 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
7892         Log: Forgotten check-in.
7893      Branch: perl
7894            ! pod/perlapi.pod
7895 ____________________________________________________________________________
7896 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
7897         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
7898      Branch: perl
7899            ! lib/Test/Simple.pm
7900 ____________________________________________________________________________
7901 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
7902         Log: Retract #13173 (effectively retract Net::Ping 2.06,
7903              go back to 2.04, the 2.06 hasn't seen the patches
7904              that have gone to the blead version.)
7905      Branch: perl
7906            - lib/Net/Ping/CHANGES lib/Net/Ping/README
7907            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7908            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7909            - lib/Net/Ping/t/200_ping_tcp.t
7910            ! MANIFEST lib/Net/Ping.pm
7911 ____________________________________________________________________________
7912 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
7913         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
7914              From: Robin Barker <rmb1@cise.npl.co.uk>
7915              Date: Thu, 22 Nov 2001 11:00:38 GMT
7916              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
7917      Branch: perl
7918            ! utils/perldoc.PL
7919 ____________________________________________________________________________
7920 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
7921         Log: metaconfig unit change for #13191.
7922      Branch: metaconfig/U/perl
7923            ! d_procselfexe.U
7924 ____________________________________________________________________________
7925 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
7926         Log: procselfexe tweak: for some reason I had a ls in
7927              /proc/self/exe, not the ls Configure thought it
7928              would found.
7929      Branch: perl
7930            ! Configure
7931 ____________________________________________________________________________
7932 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
7933         Log: Corify the Net::Ping tests; skip the tests
7934              unless $ENV{PERL_TEST_Net_Ping} is true.
7935      Branch: perl
7936            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7937            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7938            ! lib/Net/Ping/t/200_ping_tcp.t
7939 ____________________________________________________________________________
7940 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
7941         Log: metaconfig units changes for #13188.
7942      Branch: metaconfig
7943            ! U/modified/Head.U
7944      Branch: metaconfig/U/perl
7945            ! issymlink.U
7946 ____________________________________________________________________________
7947 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
7948         Log: The #13182 didn't really help.  The real problem
7949              seems to be that 'sh' can in AIX mean at least three
7950              different things, and we can't know which one it is
7951              unless we export $newsh from an earlier run (and it's
7952              the 'bsh' aka 'sh' that has the the broken test -h).
7953      Branch: perl
7954            ! Configure
7955 ____________________________________________________________________________
7956 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
7957         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
7958      Branch: perl
7959            ! op.c t/op/override.t
7960 ____________________________________________________________________________
7961 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
7962         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
7963              From: PPrymmer@factset.com 
7964              Date: Wed, 21 Nov 2001 20:17:25 -0500
7965              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
7966      Branch: perl
7967            ! lib/Shell.t
7968 ____________________________________________________________________________
7969 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
7970         Log: Reapply perlmodinstall parts of #12897.
7971      Branch: perl
7972            ! pod/perlmodinstall.pod
7973 ____________________________________________________________________________
7974 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
7975         Log: perlmodinstall 2.01 from Jon Orwant.
7976      Branch: perl
7977            ! pod/perlmodinstall.pod
7978 ____________________________________________________________________________
7979 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
7980         Log: Subject: [PATCH @10907] REXX on OS/2
7981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7982              Date: Wed, 21 Nov 2001 15:26:11 -0500
7983              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
7984      Branch: perl
7985            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
7986            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
7987 ____________________________________________________________________________
7988 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
7989         Log: metaconfig unit change for #13181.
7990      Branch: metaconfig/U/perl
7991            ! issymlink.U
7992 ____________________________________________________________________________
7993 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
7994         Log: AIX has broken builtin 'test'.
7995      Branch: perl
7996            ! Configure
7997 ____________________________________________________________________________
7998 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
7999         Log: Subject: [PATCH 5.7.x] INSTALL size update
8000              From: Andy Dougherty <doughera@lafayette.edu>
8001              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
8002              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
8003      Branch: perl
8004            ! INSTALL
8005 ____________________________________________________________________________
8006 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
8007         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
8008              to pp_sort.c.  Includes the quicksort stabilizing layer
8009              from John P. Linderman.  -Msort=qsort or -Msort=fast is
8010              faster than without (or with -Msort=mergesort or -Msort=safe)
8011              for short random inputs, but for some reason not quite as fast
8012              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
8013              optimizing definitely needed.
8014      Branch: perl
8015            + lib/sort.pm lib/sort.t pp_sort.c
8016            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
8017            ! embed.pl global.sym perl.h pp_ctl.c proto.h
8018            ! vms/descrip_mms.template vos/build.cm win32/Makefile
8019            ! win32/makefile.mk wince/Makefile.ce
8020 ____________________________________________________________________________
8021 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
8022         Log: Sync file with libnet-1.0901-tobe
8023      Branch: perl
8024            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
8025            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
8026            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
8027            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
8028            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
8029 ____________________________________________________________________________
8030 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
8031         Log: Subject: [PATCH perldoc] problems with pod2man
8032              From: Robin Barker <rmb1@cise.npl.co.uk>
8033              Date: Wed, 21 Nov 2001 17:48:51 GMT
8034              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
8035      Branch: perl
8036            ! utils/perldoc.PL
8037 ____________________________________________________________________________
8038 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
8039         Log: debug_pad only visible when debugging.
8040      Branch: perl
8041            ! makedef.pl
8042 ____________________________________________________________________________
8043 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
8044         Log: metaconfig units changes for #13174.
8045      Branch: metaconfig/U/perl
8046            + d_procselfexe.U
8047            - procselfexe.U
8048 ____________________________________________________________________________
8049 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
8050         Log: procselfexe tweaks.
8051      Branch: perl
8052            ! Configure config_h.SH
8053 ____________________________________________________________________________
8054 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
8055         Log: Upgrade to Net::Ping 2.06.
8056      Branch: perl
8057            + lib/Net/Ping/CHANGES lib/Net/Ping/README
8058            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
8059            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
8060            + lib/Net/Ping/t/200_ping_tcp.t
8061            ! MANIFEST lib/Net/Ping.pm
8062 ____________________________________________________________________________
8063 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
8064         Log: Upgrade to Math::BigInt 1.47.
8065      Branch: perl
8066            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8067            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
8068            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
8069            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
8070            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
8071            ! lib/Math/BigInt/t/sub_mbi.t
8072 ____________________________________________________________________________
8073 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
8074         Log: Dynaloading for POSIX-BC from Thomas Dorner.
8075      Branch: perl
8076            ! hints/posix-bc.sh
8077 ____________________________________________________________________________
8078 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
8079         Log: Strange: the same mysterious regex study bug
8080              seems to be present both in OS/390 and POSIX-BC.
8081              Deep EBCDIC magic that regex engine gets wrong,
8082              or a bug in some compiler/library shared by the
8083              two platforms?  From Thomas Dorner.
8084      Branch: perl
8085            ! t/op/study.t
8086 ____________________________________________________________________________
8087 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
8088         Log: More lost and found.
8089      Branch: perl
8090            + lib/Test/Simple/README
8091            ! MANIFEST
8092 ____________________________________________________________________________
8093 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
8094         Log: MANIFESTly missing.
8095      Branch: perl
8096            ! MANIFEST
8097 ____________________________________________________________________________
8098 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
8099         Log: Subject: Re: PERFORCE change 13162 for review               
8100              From: Philip Newton <Philip.Newton@gmx.net> 
8101              Date: Wed, 21 Nov 2001 16:44:30 +0100
8102              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
8103      Branch: perl
8104            ! ext/Devel/PPPort/PPPort.pm
8105 ____________________________________________________________________________
8106 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
8107         Log: Update Changes.
8108      Branch: perl
8109            ! Changes patchlevel.h
8110 ____________________________________________________________________________
8111 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
8112         Log: Small doc tweaks.
8113      Branch: perl
8114            ! ext/PerlIO/Via/Via.pm
8115 ____________________________________________________________________________
8116 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
8117         Log: Redundant return.
8118      Branch: perl
8119            ! ext/MIME/Base64/QuotedPrint.pm
8120 ____________________________________________________________________________
8121 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
8122         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
8123              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
8124              Date: Wed, 21 Nov 2001 10:23:16 +0100
8125              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
8126      Branch: perl
8127            ! pp_pack.c t/op/pack.t
8128 ____________________________________________________________________________
8129 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
8130         Log: Add Devel::PPPort originally from Kenneth Albanowski,
8131              revigorated by Paul Marquess: gives h2xs a Perl version
8132              portability boost.
8133      Branch: perl
8134            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
8135            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
8136            + ext/Devel/PPPort/harness/Harness.pm
8137            + ext/Devel/PPPort/harness/Harness.xs
8138            + ext/Devel/PPPort/harness/Makefile.PL
8139            + ext/Devel/PPPort/harness/module2.c
8140            + ext/Devel/PPPort/harness/module3.c
8141            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
8142            ! MANIFEST lib/h2xs.t utils/h2xs.PL
8143 ____________________________________________________________________________
8144 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
8145         Log: Oops.
8146      Branch: perl
8147            ! lib/Test/Simple/t/filehandles.t
8148 ____________________________________________________________________________
8149 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
8150         Log: Subject: Re: PERFORCE change 13152 for review               
8151              From: Philip Newton <Philip.Newton@gmx.net> 
8152              Date: Wed, 21 Nov 2001 09:04:05 +0100
8153              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
8154      Branch: perl
8155            ! lib/Test/Builder.pm
8156 ____________________________________________________________________________
8157 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
8158         Log: Subject: Re: PERFORCE change 13142 for review
8159              From: Philip Newton <Philip.Newton@gmx.net>
8160              Date: Wed, 21 Nov 2001 09:04:03 +0100
8161              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
8162              
8163              plus rewrap few paragraphs.
8164      Branch: perl
8165            ! lib/Pod/LaTeX.pm
8166 ____________________________________________________________________________
8167 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
8168         Log: Integrate #13154 from macperl; Remove comments.
8169      Branch: perl
8170           !> lib/File/Spec/Mac.pm
8171 ____________________________________________________________________________
8172 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
8173         Log: Update the list of modules having tests.
8174      Branch: perl
8175            ! t/lib/1_compile.t
8176 ____________________________________________________________________________
8177 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
8178         Log: Slight doc changes.
8179      Branch: maint-5.6/macperl
8180            ! macos/macperl/MacPerl.podhelp
8181 ____________________________________________________________________________
8182 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
8183         Log: Add UTF-16 coercion.
8184      Branch: maint-5.6/macperl
8185            ! macos/lib/Mac/AppleEvents/Simple.pm
8186 ____________________________________________________________________________
8187 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
8188         Log: Remove comments.
8189      Branch: maint-5.6/macperl
8190            ! lib/File/Spec/Mac.pm
8191 ____________________________________________________________________________
8192 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
8193         Log: Fix FSpGetCatInfo (and other functions) corrupting
8194              memory with bad filespecs (bug #471867)
8195      Branch: maint-5.6/macperl
8196            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
8197 ____________________________________________________________________________
8198 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
8199         Log: Upgrade to Test::Simple 0.33.
8200      Branch: perl
8201            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
8202            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
8203            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
8204 ____________________________________________________________________________
8205 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
8206         Log: Upgrade to Test::Harness 1.26.
8207      Branch: perl
8208            ! lib/Test/Harness.pm lib/Test/Harness/Changes
8209 ____________________________________________________________________________
8210 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
8211         Log: Integrate change #13145 from maintperl;
8212              another compatibility tweak to change#12559: avoid quoting
8213              arguments that already have quotes; add test case
8214      Branch: perl
8215           !> t/op/system_tests win32/win32.c
8216 ____________________________________________________________________________
8217 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
8218         Log: integrate change#13147 from mainline (fixes nit in change#10091)
8219              
8220              Subject: [PATCH] spaceship and refs
8221      Branch: maint-5.6/perl
8222            ! pp.c pp_hot.c t/op/cmp.t
8223 ____________________________________________________________________________
8224 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
8225         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
8226              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
8227              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
8228              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
8229      Branch: perl
8230            + lib/Pod/t/utils.t
8231            ! MANIFEST
8232 ____________________________________________________________________________
8233 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
8234         Log: Subject: [PATCH] spaceship and refs
8235              From: Nicholas Clark <nick@ccl4.org>
8236              Date: Tue, 20 Nov 2001 21:59:51 +0000
8237              Message-ID: <20011120215951.U62891@plum.flirble.org> 
8238      Branch: perl
8239            ! pp.c pp_hot.c t/op/cmp.t
8240 ____________________________________________________________________________
8241 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
8242         Log: Try to clarify which I/O call operates on bytes,
8243              which on characters, which on either.
8244      Branch: perl
8245            ! pod/perlfunc.pod
8246 ____________________________________________________________________________
8247 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
8248         Log: another compatibility tweak to change#12559: avoid quoting
8249              arguments that already have quotes; add test case
8250      Branch: maint-5.6/perl
8251            ! t/op/system_tests win32/win32.c
8252 ____________________________________________________________________________
8253 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
8254         Log: Give a simple example of writing PerlIO::Via handlers
8255              in Perl.
8256      Branch: perl
8257            ! ext/PerlIO/Via/Via.pm
8258 ____________________________________________________________________________
8259 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
8260         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
8261      Branch: perl
8262            + lib/Pod/t/latex.t
8263            ! MANIFEST
8264 ____________________________________________________________________________
8265 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
8266         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
8267              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8268              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
8269              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
8270      Branch: perl
8271            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
8272 ____________________________________________________________________________
8273 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
8274         Log: Spread d_procselfexe to far-off lands (undefined).
8275      Branch: perl
8276            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
8277            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8278            ! vos/config.ga.def vos/config.ga.h win32/config.bc
8279            ! win32/config.gc win32/config.vc win32/config.win64
8280            ! wince/config.ce
8281 ____________________________________________________________________________
8282 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
8283         Log: Integrate perlio; add detection and use of /proc/self/exe
8284              (Linuxism for finding the absolute path of the executable)
8285      Branch: perl
8286           !> Configure config_h.SH perl.c t/op/magic.t
8287 ____________________________________________________________________________
8288 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
8289         Log: Really define do_report_used() only if DEBUGGING.
8290      Branch: perl
8291            ! sv.c
8292 ____________________________________________________________________________
8293 [ 13138] By: nick                                  on 2001/11/20  20:01:05
8294         Log: perl.c change to use HAS_PROCSELFEXE, also
8295              tweak to $^X test to comprehend full path to real executable
8296              being returned (like Cygwin as it happens...)
8297      Branch: perlio
8298            ! perl.c t/op/magic.t
8299 ____________________________________________________________________________
8300 [ 13137] By: nick                                  on 2001/11/20  19:46:00
8301         Log: Integrate mainline
8302      Branch: perlio
8303           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
8304           +> lib/NEXT/t/unseen.t
8305            - lib/NEXT/test.pl
8306           !> (integrate 34 files)
8307 ____________________________________________________________________________
8308 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
8309         Log: Subject: [?PATCH] terser pp_eq
8310              From: Nicholas Clark <nick@ccl4.org>
8311              Date: Mon, 19 Nov 2001 23:09:02 +0000
8312              Message-ID: <20011119230901.O62891@plum.flirble.org>
8313      Branch: perl
8314            ! pp_hot.c
8315 ____________________________________________________________________________
8316 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
8317         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
8318      Branch: perl
8319            ! pod/perldelta.pod
8320 ____________________________________________________________________________
8321 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
8322         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
8323              From: Andy Dougherty <doughera@lafayette.edu>
8324              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
8325              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
8326      Branch: perl
8327            ! ext/re/Makefile.PL ext/re/re.xs
8328 ____________________________________________________________________________
8329 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
8330         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
8331              From: Andy Dougherty <doughera@lafayette.edu>
8332              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
8333              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
8334      Branch: perl
8335            ! ext/re/re.xs
8336 ____________________________________________________________________________
8337 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
8338         Log: Integrate change #13119 from macperl.
8339              (No changes since already applied the patch,
8340              just keep perforce happy and well-fed.)
8341      Branch: perl
8342           !> lib/Pod/Html.pm
8343 ____________________________________________________________________________
8344 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
8345         Log: Subject: [PATCH] filter-util.pl for Mac OS
8346              From: Chris Nandor <pudge@pobox.com>
8347              Date: Tue, 20 Nov 2001 00:16:11 -0500
8348              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
8349      Branch: perl
8350            ! t/lib/filter-util.pl
8351 ____________________________________________________________________________
8352 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
8353         Log: Subject: [PATCH] Portability fix for Pod::Html
8354              From: Chris Nandor <pudge@pobox.com>
8355              Date: Tue, 20 Nov 2001 00:01:05 -0500
8356              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
8357      Branch: perl
8358            ! lib/Pod/Html.pm
8359 ____________________________________________________________________________
8360 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
8361         Log: Need to skip more tests if not perlio.
8362      Branch: perl
8363            ! lib/open.t
8364 ____________________________________________________________________________
8365 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
8366         Log: Pass 3 at perldelta - sort the lists of new modules,
8367              module improvements, and new platforms.
8368      Branch: perl
8369            ! pod/perldelta.pod
8370 ____________________________________________________________________________
8371 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
8372         Log: Document ${^OPEN}.
8373      Branch: perl
8374            ! pod/perlvar.pod
8375 ____________________________________________________________________________
8376 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
8377         Log: Make configpm work with extra keys
8378      Branch: maint-5.6/macperl
8379            ! macos/configpm
8380 ____________________________________________________________________________
8381 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
8382         Log: Version and doc updates
8383      Branch: maint-5.6/macperl
8384            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
8385 ____________________________________________________________________________
8386 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
8387         Log: More fixes for error message parsing (bug #470316)
8388      Branch: maint-5.6/macperl
8389            ! macos/macish.c
8390 ____________________________________________________________________________
8391 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
8392         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
8393              remove obsolete function (bug #465225)
8394      Branch: maint-5.6/macperl
8395            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
8396            ! macos/macperl/MPScript.c
8397 ____________________________________________________________________________
8398 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
8399         Log: Add p2as droplet to distribution.
8400      Branch: maint-5.6/macperl
8401            + macos/macperl/Droplets/p2as.plx
8402 ____________________________________________________________________________
8403 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
8404         Log: Bundle File::Sort.
8405      Branch: maint-5.6/macperl
8406            + macos/bundled_lib/blib/lib/File/Sort.pm
8407 ____________________________________________________________________________
8408 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
8409         Log: Various bundled module fixes.
8410      Branch: maint-5.6/macperl
8411            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
8412            ! macos/bundled_ext/Digest/MD5/t/files.t
8413            ! macos/bundled_ext/Filter/t/filter-util.pl
8414            ! macos/bundled_lib/blib/lib/Net/Config.pm
8415            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
8416 ____________________________________________________________________________
8417 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
8418         Log: Portability fix for Pod::Html.
8419      Branch: maint-5.6/macperl
8420            ! lib/Pod/Html.pm
8421 ____________________________________________________________________________
8422 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
8423         Log: Upgrade to Text::Balanced 1.89.
8424      Branch: perl
8425            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
8426            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
8427            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
8428            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
8429            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
8430            ! lib/Text/Balanced/t/gentag.t
8431 ____________________________________________________________________________
8432 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
8433         Log: Upgrade to NEXT 0.50.
8434      Branch: perl
8435            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
8436            + lib/NEXT/t/unseen.t
8437            - lib/NEXT/test.pl
8438            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
8439 ____________________________________________________________________________
8440 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
8441         Log: Integrate with maint-5.6/perl.
8442      Branch: maint-5.6/macperl
8443           !> win32/win32.c
8444 ____________________________________________________________________________
8445 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
8446         Log: Update the README.threads scary header a bit.
8447      Branch: perl
8448            ! README.threads
8449 ____________________________________________________________________________
8450 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
8451         Log: Pass 2 at perldelta: add some changes since 5.7.2.
8452      Branch: perl
8453            ! pod/perldelta.pod
8454 ____________________________________________________________________________
8455 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
8456         Log: Subject: [DOC PATCH] perlfaq4.pod 
8457              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8458              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
8459              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
8460      Branch: perl
8461            ! pod/perlfaq4.pod
8462 ____________________________________________________________________________
8463 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
8464         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
8465              From: Michael G Schwern <schwern@pobox.com> 
8466              Date: Mon, 19 Nov 2001 19:53:12 -0500
8467              Message-ID: <20011119195311.I11883@blackrider>
8468      Branch: perl
8469            ! perl.c
8470 ____________________________________________________________________________
8471 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
8472         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
8473              From: PPrymmer@factset.com
8474              Date: Mon, 19 Nov 2001 17:08:59 -0500
8475              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
8476      Branch: perl
8477            ! vms/descrip_mms.template
8478 ____________________________________________________________________________
8479 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
8480         Log: Create a per-interpeter debug scratchpad container
8481              and use that for the regexec debugging.
8482      Branch: perl
8483            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
8484 ____________________________________________________________________________
8485 [ 13109] By: nick                                  on 2001/11/19  22:01:45
8486         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
8487              Configure unit detects the feature).
8488      Branch: metaconfig/U/perl
8489            + procselfexe.U
8490      Branch: perlio
8491            ! Configure config_h.SH
8492 ____________________________________________________________________________
8493 [ 13108] By: nick                                  on 2001/11/19  20:39:17
8494         Log: Integrate mainline
8495      Branch: perlio
8496           +> t/op/or.t
8497           !> (integrate 44 files)
8498 ____________________________________________________________________________
8499 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
8500         Log: sysseek tweak.
8501      Branch: perl
8502            ! pod/perlfunc.pod
8503 ____________________________________________________________________________
8504 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
8505         Log: Move the sysio tests from io/utf8 to lib/open.
8506      Branch: perl
8507            ! lib/open.t t/io/utf8.t
8508 ____________________________________________________________________________
8509 [ 13105] By: nick                                  on 2001/11/19  20:15:39
8510         Log: Add a .package and a README to //depot/metaconfig
8511      Branch: metaconfig
8512            + .package README
8513 ____________________________________________________________________________
8514 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
8515         Log: Thou shalt not mix stdio and sysio.
8516      Branch: perl
8517            ! t/io/utf8.t
8518 ____________________________________________________________________________
8519 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
8520         Log: Update Changes.
8521      Branch: perl
8522            ! Changes patchlevel.h
8523 ____________________________________________________________________________
8524 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
8525         Log: The runops_debug needs to be present always, otherwise
8526              places like AIX which need an explicit symbol export list
8527              will croak when trying to build Devel::Peek (which uses
8528              the runops_debug).
8529      Branch: perl
8530            ! makedef.pl
8531 ____________________________________________________________________________
8532 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
8533         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
8534              From: PPrymmer@factset.com 
8535              Date: Mon, 19 Nov 2001 11:34:22 -0500
8536              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
8537      Branch: perl
8538            ! lib/Memoize/t/tie_sdbm.t
8539 ____________________________________________________________________________
8540 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
8541         Log: Retract #13088: it seems that unless dump.c is extensively
8542              reorganized as to what symbols it shows, when, and to whom,
8543              we are stuck with having the dump.o symbols in the libperl
8544              and thusly in the main Perl binary.
8545      Branch: perl
8546            ! embedvar.h perlapi.h perlvars.h
8547 ____________________________________________________________________________
8548 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
8549         Log: The _uni_display should not be in dump.c since they
8550              are used under normal operation (S_not_a_number()).
8551      Branch: perl
8552            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
8553 ____________________________________________________________________________
8554 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
8555         Log: Protect sv_dump() from being included unless DEBUGGING,
8556              as noticed by Ilya.
8557      Branch: perl
8558            ! sv.c
8559 ____________________________________________________________________________
8560 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
8561         Log: Pending further investigation skip the tell() tests.
8562              The tell() is okay on Solaris, HP-UX and Tru64, but fails
8563              (by returning too much) in Linux.
8564      Branch: perl
8565            ! t/io/utf8.t
8566 ____________________________________________________________________________
8567 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
8568         Log: Retract #13082 until a better solution is found:
8569              statics break ithreads.
8570      Branch: perl
8571            ! regexec.c
8572 ____________________________________________________________________________
8573 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
8574         Log: Figures 1 and 2 for UTF-8.
8575      Branch: perl
8576            ! pod/perlunicode.pod
8577 ____________________________________________________________________________
8578 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
8579         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
8580              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8581              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
8582              Message-ID: <20011119132645.A15034@rafael>
8583      Branch: perl
8584            ! op.c pod/perldiag.pod t/lib/warnings/op
8585 ____________________________________________________________________________
8586 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
8587         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
8588              From: Michael G Schwern <schwern@pobox.com> 
8589              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
8590              Message-ID: <20011119031112.E786@blackrider>
8591      Branch: perl
8592            ! t/op/closure.t
8593 ____________________________________________________________________________
8594 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
8595         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
8596              From: Michael G Schwern <schwern@pobox.com>
8597              Date: Mon, 19 Nov 2001 03:42:56 -0500
8598              Message-ID: <20011119034256.I786@blackrider>
8599      Branch: perl
8600            + t/op/or.t
8601            ! MANIFEST
8602 ____________________________________________________________________________
8603 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
8604         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
8605              From: "Craig A. Berry" <craigberry@mac.com>
8606              Date: Sun, 18 Nov 2001 14:33:48 -0600
8607              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
8608      Branch: perl
8609            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
8610 ____________________________________________________________________________
8611 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
8612         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
8613              From: Dave Rolsky <autarch@urth.org>
8614              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
8615              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
8616      Branch: perl
8617            ! lib/ExtUtils/Manifest.pm
8618 ____________________________________________________________________________
8619 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
8620         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
8621              From: Dave Rolsky <autarch@urth.org>
8622              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
8623              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
8624      Branch: perl
8625            ! lib/ExtUtils/Install.pm
8626 ____________________________________________________________________________
8627 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
8628         Log: The runops_dbg should not be needed.
8629      Branch: perl
8630            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
8631 ____________________________________________________________________________
8632 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
8633         Log: do_spawn() cleanup from Charles Lane.
8634      Branch: perl
8635            ! vms/vms.c
8636 ____________________________________________________________________________
8637 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
8638         Log: Update the list of tests.
8639      Branch: perl
8640            ! t/lib/1_compile.t
8641 ____________________________________________________________________________
8642 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
8643         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
8644              From: Michael G Schwern <schwern@pobox.com> 
8645              Date: Fri, 16 Nov 2001 17:37:04 -0500
8646              Message-ID: <20011116173703.L30160@blackrider>
8647      Branch: perl
8648            ! t/lib/warnings/sv
8649 ____________________________________________________________________________
8650 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
8651         Log: FAQ sync.
8652      Branch: perl
8653            ! pod/perlfaq4.pod
8654 ____________________________________________________________________________
8655 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
8656         Log: Integrate perlio; win32 sync.
8657      Branch: perl
8658           !> perlio.c win32/win32io.c
8659 ____________________________________________________________________________
8660 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
8661         Log: (retracted by #13096)
8662              Debugging would be badly skewed by a malloc per regex dump.
8663      Branch: perl
8664            ! regexec.c
8665 ____________________________________________________________________________
8666 [ 13081] By: nick                                  on 2001/11/18  19:08:40
8667         Log: Win32 layer has a dup which needs to match new prototype.
8668      Branch: perlio
8669            ! win32/win32io.c
8670 ____________________________________________________________________________
8671 [ 13080] By: nick                                  on 2001/11/18  19:05:02
8672         Log: Wrong way to get stdio mode used.
8673      Branch: perlio
8674            ! perlio.c
8675 ____________________________________________________________________________
8676 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
8677         Log: Retract #13048: that introduced a malloc() (through savepvn())
8678              to *every* m//, which killed the performance quite badly.
8679      Branch: perl
8680            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
8681 ____________________________________________________________________________
8682 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
8683         Log: Pass 1 at perldelta.pod: sort the section contents
8684              together, drop all but the 5.7.2 known problems,
8685              leave the 5.7.1 security note since that's the
8686              fullest explanation (update the date on that).
8687      Branch: perl
8688            ! pod/perldelta.pod
8689 ____________________________________________________________________________
8690 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
8691         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
8692              
8693              Tiny problem in the test for 20011113.110: I hope
8694              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
8695      Branch: perl
8696            ! pp.c t/op/repeat.t
8697 ____________________________________________________________________________
8698 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
8699         Log: All of syswrite/send/sendto need to return character counts,
8700              and character counts from the offset, not the beginning of
8701              the scalar.
8702      Branch: perl
8703            ! pp_sys.c
8704 ____________________________________________________________________________
8705 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
8706         Log: Integrate PerlIO: duping fixes.
8707      Branch: perl
8708           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8709           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
8710           !> perliol.h sv.c
8711 ____________________________________________________________________________
8712 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
8713         Log: syswrite() was still returning byte counts, not character counts.
8714      Branch: perl
8715            ! pp_sys.c t/io/utf8.t
8716 ____________________________________________________________________________
8717 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
8718         Log: Add test for sysread().
8719      Branch: perl
8720            ! t/io/utf8.t
8721 ____________________________________________________________________________
8722 [ 13072] By: nick                                  on 2001/11/18  16:15:31
8723         Log: Allow dup'ing of PerlIO::Scalar etc.
8724      Branch: perlio
8725            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
8726            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
8727            ! perliol.h sv.c
8728 ____________________________________________________________________________
8729 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
8730         Log: Prepend a null byte to the test set.
8731      Branch: perl
8732            ! t/io/utf8.t
8733 ____________________________________________________________________________
8734 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
8735         Log: Document how "no utf8;" can become handy.
8736      Branch: perl
8737            ! lib/utf8.pm
8738 ____________________________________________________________________________
8739 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
8740         Log: Integrate perlio; force the inclusion of the PL_runops_*
8741      Branch: perl
8742           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
8743 ____________________________________________________________________________
8744 [ 13068] By: nick                                  on 2001/11/18  13:23:33
8745         Log: embed.pl generated changes I forgot to include
8746      Branch: perlio
8747            ! embedvar.h perlapi.h pod/perlapi.pod
8748 ____________________________________________________________________________
8749 [ 13067] By: nick                                  on 2001/11/18  12:50:19
8750         Log: Force inclusion of both Perl_runops_* in perl itself,
8751              so they are available for Peek.xs etc.
8752      Branch: perlio
8753            ! perlvars.h
8754 ____________________________________________________________________________
8755 [ 13066] By: nick                                  on 2001/11/18  11:00:34
8756         Log: Integrate mainline - a few Devel::Peak fails.
8757      Branch: perlio
8758           +> (branch 29 files)
8759            - ext/Thread/Thread.pm lib/Benchmark.t
8760            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
8761            - lib/Lingua/KO/Hangul/Util/README
8762            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
8763            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
8764            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
8765            - vms/ext/vmsish.pm vms/ext/vmsish.t
8766            ! hv.c
8767           !> (integrate 389 files)
8768 ____________________________________________________________________________
8769 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
8770         Log: Start working on perldelta.  This is not yet any sort of
8771              editing; just concatenating perl570delta, perl571delta,
8772              and perl572delta.  Any sorting not done, any duplicate
8773              removal not done, any removal or update of obsolete items
8774              not done, any changes since 5.7.2 not included.  So there.
8775      Branch: perl
8776            ! pod/perldelta.pod
8777 ____________________________________________________________________________
8778 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
8779         Log: Banish "use utf8".
8780      Branch: perl
8781            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
8782 ____________________________________________________________________________
8783 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
8784         Log: Tweak from Charles Lane.
8785      Branch: perl
8786            ! vms/vms.c
8787 ____________________________________________________________________________
8788 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
8789         Log: Integrate change #13058 from maintperl;
8790              change#12559 breaks things on Win9x because command.com doesn't
8791              grok dquotes at all; disable all the system() smarts for
8792              command.com
8793      Branch: perl
8794           !> win32/win32.c
8795 ____________________________________________________________________________
8796 [ 13061] By: ams                                   on 2001/11/17  13:46:11
8797         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
8798              From: Jonathan Stowe <gellyfish@gellyfish.com>
8799              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
8800              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
8801      Branch: perl
8802            ! lib/Term/Cap.pm
8803 ____________________________________________________________________________
8804 [ 13060] By: ams                                   on 2001/11/17  09:49:10
8805         Log: Subject: [PATCH9 File/Find.pm doc nits
8806              From: Tels <perl_dummy@bloodgate.com>
8807              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
8808      Branch: perl
8809            ! lib/File/Find.pm
8810 ____________________________________________________________________________
8811 [ 13059] By: ams                                   on 2001/11/17  09:38:38
8812         Log: Subject: [PATCH] Benchmark.pm nit
8813              From: Tels <perl_dummy@bloodgate.com>
8814              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
8815      Branch: perl
8816            ! lib/Benchmark.pm
8817 ____________________________________________________________________________
8818 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
8819         Log: change#12559 breaks things on Win9x because command.com doesn't
8820              grok dquotes at all; disable all the system() smarts for
8821              command.com
8822      Branch: maint-5.6/perl
8823            ! win32/win32.c
8824 ____________________________________________________________________________
8825 [ 13057] By: ams                                   on 2001/11/16  20:30:03
8826         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
8827              From: Andy Dougherty <doughera@lafayette.edu>
8828              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
8829              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
8830      Branch: perl
8831            ! lib/Unicode/UCD.t
8832 ____________________________________________________________________________
8833 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
8834         Log: Subject: [Patch Perl@13023] VMS system() warning
8835              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8836              Date: Fri, 16 Nov 2001 15:20:11 EST
8837              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
8838      Branch: perl
8839            ! vms/vms.c
8840 ____________________________________________________________________________
8841 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
8842         Log: It's neither-nor, and protect against the impossible.
8843      Branch: perl
8844            ! lib/Thread.pm
8845 ____________________________________________________________________________
8846 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
8847         Log: 5005threads didn't work because $Thread::VERSION wasn't
8848              visible.  Oops.
8849      Branch: perl
8850            ! ext/Thread/Makefile.PL lib/Thread.pm
8851 ____________________________________________________________________________
8852 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
8853         Log: Robustness against Linux using something else than gcc;
8854              based on
8855              
8856              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
8857              From: Charles Randall <cfriv@yahoo.com>
8858              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
8859              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
8860      Branch: perl
8861            ! ext/Errno/Errno_pm.PL
8862 ____________________________________________________________________________
8863 [ 13052] By: ams                                   on 2001/11/16  16:46:39
8864         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
8865              From: Russ Allbery <rra@stanford.edu>
8866              Date: 16 Nov 2001 09:44:21 -0800
8867              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
8868      Branch: perl
8869            ! lib/Pod/ParseLink.pm
8870 ____________________________________________________________________________
8871 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
8872         Log: Update perluniintro on the UTF-8 output matters
8873              (that -w will warn unless the stream is explicitly UTF-8-ified).
8874      Branch: perl
8875            ! pod/perluniintro.pod
8876 ____________________________________________________________________________
8877 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
8878         Log: Adding new files to MANIFEST is nice.
8879      Branch: perl
8880            ! MANIFEST
8881 ____________________________________________________________________________
8882 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
8883         Log: Update Changes.
8884      Branch: perl
8885            ! Changes patchlevel.h
8886 ____________________________________________________________________________
8887 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
8888         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
8889              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
8890              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
8891              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
8892      Branch: perl
8893            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
8894 ____________________________________________________________________________
8895 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
8896         Log: Rename perlunintro to perluniintro; regen toc.
8897      Branch: perl
8898            + pod/perluniintro.pod
8899            - pod/perlunintro.pod
8900            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8901 ____________________________________________________________________________
8902 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
8903         Log: Document the negated lookeahead trick to emulate
8904              character class subtraction.
8905      Branch: perl
8906            ! pod/perlunicode.pod
8907 ____________________________________________________________________________
8908 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
8909         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
8910              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8911              Date: Fri, 16 Nov 2001 23:31:04 +0900
8912              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
8913              
8914              (with the tweak that Cntrl is not C, it's Cc)
8915      Branch: perl
8916            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
8917            ! lib/unicore/mktables
8918 ____________________________________________________________________________
8919 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
8920         Log: Subject: [PATCH current] runtime runops switch
8921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8922              Date: Fri, 16 Nov 2001 00:48:09 -0500
8923              Message-ID: <20011116004809.A934@math.ohio-state.edu>
8924      Branch: perl
8925            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
8926            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
8927            ! pod/perlintern.pod proto.h run.c
8928 ____________________________________________________________________________
8929 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
8930         Log: Further discourage old Thread code; tell how to tell
8931              the difference.
8932      Branch: perl
8933            ! lib/Thread.pm
8934 ____________________________________________________________________________
8935 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
8936         Log: A missing return; from Charles Lane.
8937      Branch: perl
8938            ! vms/vms.c
8939 ____________________________________________________________________________
8940 [ 13041] By: ams                                   on 2001/11/16  12:11:14
8941         Log: Subject: [PATCH] Doc spellcheck + podcheck
8942              From: Autrijus Tang <autrijus@egb.elixus.org>
8943              Date: Thu, 15 Nov 2001 22:49:05 -0800
8944              Message-Id: <20011116064905.GA44092@egb.elixus.org>
8945              
8946              Subject: [PATCH] podcheck+spellcheck, the rest of the story
8947              From: Autrijus Tang <autrijus@egb.elixus.org>
8948              Date: Fri, 16 Nov 2001 00:42:20 -0800
8949              Message-Id: <20011116084220.GA44295@egb.elixus.org>
8950              
8951              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
8952              From: Nicholas Clark <nick@ccl4.org>
8953              Date: Fri, 16 Nov 2001 10:32:01 +0000
8954              Message-Id: <20011116103200.F62891@plum.flirble.org>
8955              (Applied after suitable de-mangling.)
8956      Branch: perl
8957            ! README.aix README.dgux README.dos README.epoc README.hpux
8958            ! README.mint README.mpeix README.netware README.os2
8959            ! README.os390 README.plan9 README.qnx README.solaris
8960            ! README.threads doio.c pod/perl571delta.pod
8961            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
8962            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
8963            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
8964            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
8965            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
8966            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
8967 ____________________________________________________________________________
8968 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
8969         Log: Avoid redefinedness warning for now.
8970      Branch: perl
8971            ! lib/Thread.pm
8972 ____________________________________________________________________________
8973 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
8974         Log: use strict.
8975      Branch: perl
8976            ! lib/Thread.pm
8977 ____________________________________________________________________________
8978 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
8979         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
8980              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
8981              Date: Thu, 15 Nov 2001 22:54:47 EST 
8982              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
8983      Branch: perl
8984            ! vms/vms.c vms/vmspipe.com
8985 ____________________________________________________________________________
8986 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
8987         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
8988              From: "chromatic" <chromatic@rmci.net>
8989              Date: Thu, 15 Nov 2001 19:54:23 -0700
8990              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
8991      Branch: perl
8992            ! lib/File/stat.t
8993 ____________________________________________________________________________
8994 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
8995         Log: Make Thread a wrapper for both ithreads and 5005threads.
8996              Needs a lot of work and Arthur's eyeballing (and finishing
8997              few missing odds and ends of threads.pm).  Now Thread
8998              is an extension without its own .pm.
8999              
9000              If there are people who have experience working with
9001              either the 5005threads or the ithreads: cleaning up
9002              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
9003              and porting the various Thread::* modules, like Thread::Queue,
9004              to work also with ithreads, is needed.
9005              
9006              Removed the 5005threads requirement from the 5005 tests
9007              for easier testing (not all of them work yet since
9008              they use the Thread::* modules that have not been made
9009              to work with ithreads).  Leave the 5005 tests named as
9010              *.tx so that they are not run by "make test".
9011      Branch: perl
9012            + lib/Thread.pm
9013            - ext/Thread/Thread.pm
9014            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
9015            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
9016            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
9017            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
9018            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
9019            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
9020            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
9021 ____________________________________________________________________________
9022 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
9023         Log: $VERSION "a5" doesn't quite work.
9024      Branch: perl
9025            ! ext/B/Makefile.PL
9026 ____________________________________________________________________________
9027 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
9028         Log: Add the fruits of Larry Shatzer's version verifying script.
9029              (There are some straddlers, but they will be fixed in the
9030              upcoming releases of the modules.)
9031      Branch: perl
9032            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
9033            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
9034            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
9035            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
9036            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
9037            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
9038            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
9039            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
9040            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
9041            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
9042            ! wince/FindExt.pm
9043 ____________________________________________________________________________
9044 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
9045         Log: Add Larry Shatzer's VERSION verifying script.
9046      Branch: perl
9047            + Porting/checkVERSION.pl
9048            ! MANIFEST Porting/pumpkin.pod
9049 ____________________________________________________________________________
9050 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
9051         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
9052              From: Michael G Schwern <schwern@pobox.com>
9053              Date: Thu, 15 Nov 2001 19:26:40 -0500
9054              Message-ID: <20011115192640.R31399@blackrider>
9055      Branch: perl
9056            ! t/test.pl
9057 ____________________________________________________________________________
9058 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
9059         Log: Document the MY_CXT business; from Paul Marquess.
9060      Branch: perl
9061            ! pod/perlxs.pod
9062 ____________________________________________________________________________
9063 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
9064         Log: VMSCMD synch attempt.
9065      Branch: perl
9066            ! vms/vms.c vms/vmsish.h
9067 ____________________________________________________________________________
9068 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
9069         Log: Advise against -P as instructed by Schwern.
9070      Branch: perl
9071            ! pod/perlrun.pod
9072 ____________________________________________________________________________
9073 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
9074         Log: Subject: [PATCH] v-strings as Objects Step 1
9075              From: John Peacock <jpeacock@rowman.com>
9076              Date: Thu, 15 Nov 2001 12:41:04 -0500
9077              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
9078      Branch: perl
9079            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
9080            ! util.c
9081 ____________________________________________________________________________
9082 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
9083         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
9084              From: Michael G Schwern <schwern@pobox.com>
9085              Date: Thu, 15 Nov 2001 12:47:59 -0500
9086              Message-ID: <20011115124759.E31399@blackrider>
9087      Branch: perl
9088            + t/run/switchx.aux t/run/switchx.t
9089            ! MANIFEST t/run/switches.t
9090 ____________________________________________________________________________
9091 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
9092         Log: Upgrade to Getopt::Long 2.26_03.
9093      Branch: perl
9094            ! lib/Getopt/Long.pm
9095 ____________________________________________________________________________
9096 [ 13025] By: ams                                   on 2001/11/15  20:46:22
9097         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
9098              From: Michael G Schwern <schwern@pobox.com>
9099              Date: Thu, 15 Nov 2001 16:24:11 -0500
9100              Message-Id: <20011115162411.M31399@blackrider>
9101      Branch: perl
9102            ! vms/vms.c
9103 ____________________________________________________________________________
9104 [ 13024] By: ams                                   on 2001/11/15  19:32:06
9105         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
9106              From: rspier@pobox.com (Robert Spier)
9107              Date: Thu, 15 Nov 2001 11:19:21 -0800
9108              Message-Id: <15348.5433.732364.963687@rls.cx>
9109      Branch: perl
9110            ! op.c
9111 ____________________________________________________________________________
9112 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
9113         Log: Update Changes.
9114      Branch: perl
9115            ! Changes patchlevel.h
9116 ____________________________________________________________________________
9117 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
9118         Log: Subject: [PATCH] new tests for command-line switches
9119              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9120              Date: Thu, 15 Nov 2001 17:00:30 +0100
9121              Message-ID: <20011115170030.A14193@rafael>
9122      Branch: perl
9123            + t/run/switches.t
9124            ! MANIFEST
9125 ____________________________________________________________________________
9126 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
9127         Log: Upgrade to podlators 1.13.
9128      Branch: perl
9129            + lib/Pod/ParseLink.pm
9130            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
9131            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
9132            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
9133            ! t/pod/pod2usage.xr t/pod/podselect.xr
9134 ____________________________________________________________________________
9135 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
9136         Log: skip "might be used uninitialized".
9137      Branch: perl
9138            ! pp_sys.c
9139 ____________________________________________________________________________
9140 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
9141         Log: Fix for "perlio bug in koi8-r encoding".  The problem
9142              seemed to be that binmode() always flushed the handle,
9143              which is not so good when switching encodings.  Fixed,
9144              added Matt Sergeant's testcase, documented in perlfunc/binmode,
9145              also added a pointer about disciplines to perlfunc/open,
9146              and in general cleaned up and reformatted the open entry.
9147      Branch: perl
9148            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
9149 ____________________________________________________________________________
9150 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
9151         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
9152              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9153              Date: 15 Nov 2001 08:57:06 -0000
9154              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
9155              
9156              chop() and chomp() are not real list functions,
9157              so let's not have them overrideable.  (Casey will
9158              be confused since in #7071 he patched the other way.)
9159      Branch: perl
9160            ! pod/perlfunc.pod toke.c
9161 ____________________________________________________________________________
9162 [ 13017] By: ams                                   on 2001/11/15  12:56:49
9163         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
9164              From: Robin Barker <rmb1@cise.npl.co.uk>
9165              Date: Thu, 15 Nov 2001 13:48:34 GMT
9166              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
9167              (Applied with tweaks.)
9168      Branch: perl
9169            ! pod/perltrap.pod
9170 ____________________________________________________________________________
9171 [ 13016] By: ams                                   on 2001/11/15  09:12:48
9172         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
9173              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9174              Date: Thu, 15 Nov 2001 09:06:39 +0100
9175              Message-Id: <20011115090639.A13005@rafael>
9176      Branch: perl
9177            ! pod/perlrun.pod
9178 ____________________________________________________________________________
9179 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
9180         Log: "link =" from utils.lst was being processed oddly.
9181      Branch: perl
9182            ! installman
9183 ____________________________________________________________________________
9184 [ 13014] By: ams                                   on 2001/11/15  02:52:52
9185         Log: Subject: [PATCH current] CreateTTY in -d
9186              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9187              Date: Wed, 14 Nov 2001 21:26:31 -0500
9188              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
9189      Branch: perl
9190            ! lib/perl5db.pl
9191 ____________________________________________________________________________
9192 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
9193         Log: Corify the Filter::Simple tests. 
9194      Branch: perl
9195            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
9196            ! lib/Filter/Simple/t/filter_only.t
9197 ____________________________________________________________________________
9198 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
9199         Log: Upgrade to Filter::Simple 0.70.
9200      Branch: perl
9201            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
9202            + t/lib/FilterOnlyTest.pm
9203            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
9204            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
9205            ! t/lib/FilterTest.pm
9206 ____________________________________________________________________________
9207 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
9208         Log: Cleanliness inspired by Cygwin.
9209      Branch: perl
9210            ! Makefile.SH x2p/Makefile.SH
9211 ____________________________________________________________________________
9212 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
9213         Log: Add perlunintro (formerly known as perlunitut); regen toc.
9214      Branch: perl
9215            + pod/perlunintro.pod
9216            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9217 ____________________________________________________________________________
9218 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
9219         Log: FAQ sync.
9220      Branch: perl
9221            ! pod/perlfaq6.pod
9222 ____________________________________________________________________________
9223 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
9224         Log: Quieten pgcc 2.91.66 worries.
9225      Branch: perl
9226            ! gv.c pp_ctl.c utf8.c
9227 ____________________________________________________________________________
9228 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
9229         Log: Upgrade to Switch 2.06.
9230      Branch: perl
9231            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
9232            ! lib/Switch/t/nested.t
9233 ____________________________________________________________________________
9234 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
9235         Log: Upgrade to Attribute::Handlers 0.76.
9236      Branch: perl
9237            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
9238            ! lib/Attribute/Handlers/README
9239            ! lib/Attribute/Handlers/demo/Demo.pm
9240            ! lib/Attribute/Handlers/demo/Descriptions.pm
9241            ! lib/Attribute/Handlers/demo/MyClass.pm
9242            ! lib/Attribute/Handlers/demo/demo_cycle.pl
9243            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
9244            ! lib/Attribute/Handlers/t/multi.t
9245 ____________________________________________________________________________
9246 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
9247         Log: Signedness nit.
9248      Branch: perl
9249            ! regexec.c
9250 ____________________________________________________________________________
9251 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
9252         Log: VERSIONize.
9253      Branch: perl
9254            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
9255            ! lib/integer.pm
9256 ____________________________________________________________________________
9257 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
9258         Log: No pod in internal Net::FTP classes.
9259      Branch: perl
9260            ! pod/buildtoc.PL
9261 ____________________________________________________________________________
9262 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
9263         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
9264              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
9265              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
9266              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
9267      Branch: perl
9268            ! regexec.c
9269 ____________________________________________________________________________
9270 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
9271         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
9272              Pudge correctly).
9273      Branch: perl
9274            ! t/test.pl
9275 ____________________________________________________________________________
9276 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
9277         Log: Add comments to mark where $^X is being handled.
9278      Branch: perl
9279            ! perl.c toke.c
9280 ____________________________________________________________________________
9281 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
9282         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
9283              From: Michael G Schwern <schwern@pobox.com>
9284              Date: Wed, 14 Nov 2001 16:38:25 -0500
9285              Message-ID: <20011114163825.D6519@blackrider>
9286      Branch: perl
9287            ! t/op/repeat.t
9288 ____________________________________________________________________________
9289 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
9290         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
9291              From: Michael G Schwern <schwern@pobox.com>
9292              Date: Wed, 14 Nov 2001 13:19:15 -0500
9293              Message-ID: <20011114131915.K5096@blackrider>
9294      Branch: perl
9295            ! t/op/die_exit.t
9296 ____________________________________________________________________________
9297 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
9298         Log: Subject: Re: [PATCH] new version of runperl()
9299              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9300              Date: Wed, 14 Nov 2001 15:39:12 EST
9301              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
9302              
9303              "VMS $^X pipes etc" patch.
9304      Branch: perl
9305            ! vms/vms.c
9306 ____________________________________________________________________________
9307 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
9308         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
9309              and add "verbose" option to show the final command.
9310      Branch: perl
9311            ! t/test.pl
9312 ____________________________________________________________________________
9313 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
9314         Log: Goof in some of the comment fields of #12994.
9315      Branch: perl
9316            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
9317            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
9318            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
9319            ! lib/unicore/In/9.pl
9320 ____________________________________________________________________________
9321 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
9322         Log: The First, Last ranges in the Unicode data weren't
9323              getting their general categories added properly;
9324              noticed by Jeffrey Friedl.
9325      Branch: perl
9326            ! lib/unicore/Category.pl lib/unicore/In/0.pl
9327            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
9328            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
9329            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
9330            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
9331            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
9332            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
9333            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
9334            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
9335            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
9336            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
9337            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
9338            ! lib/unicore/mktables
9339 ____________________________________________________________________________
9340 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
9341         Log: Subject: [PATCH] new version of runperl()
9342              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9343              Date: Wed, 14 Nov 2001 12:23:01 +0100
9344              Message-ID: <20011114122301.A29384@rafael>
9345      Branch: perl
9346            ! t/io/argv.t t/test.pl
9347 ____________________________________________________________________________
9348 [ 12992] By: ams                                   on 2001/11/14  13:40:39
9349         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
9350              From: Michael G Schwern <schwern@pobox.com>
9351              Date: Tue, 13 Nov 2001 23:17:54 -0500
9352              Message-Id: <20011113231754.S32567@blackrider>
9353      Branch: perl
9354            ! perl.c
9355 ____________________________________________________________________________
9356 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
9357         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
9358              From: Philip Newton <Philip.Newton@gmx.net>
9359              Date: Wed, 14 Nov 2001 10:59:53 +0100
9360              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
9361              
9362              plus a lot of paragraph reformatting because of long lines.
9363      Branch: perl
9364            ! pod/perlapio.pod
9365 ____________________________________________________________________________
9366 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
9367         Log: A bool is not a pointer.
9368      Branch: perl
9369            ! pp_sys.c
9370 ____________________________________________________________________________
9371 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
9372         Log: AUTHORS updates.
9373      Branch: perl
9374            ! AUTHORS
9375 ____________________________________________________________________________
9376 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
9377         Log: There are several MIME RFCs.
9378      Branch: perl
9379            ! ext/Encode/Encode.pm
9380 ____________________________________________________________________________
9381 [ 12987] By: ams                                   on 2001/11/14  01:09:28
9382         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
9383              From: Michael G Schwern <schwern@pobox.com>
9384              Date: Tue, 13 Nov 2001 20:59:13 -0500
9385              Message-Id: <20011113205913.H32567@blackrider>
9386      Branch: perl
9387            ! t/op/groups.t vms/test.com
9388 ____________________________________________________________________________
9389 [ 12986] By: ams                                   on 2001/11/14  01:07:06
9390         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
9391              From: Michael G Schwern <schwern@pobox.com>
9392              Date: Tue, 13 Nov 2001 20:51:34 -0500
9393              Message-Id: <20011113205134.F32567@blackrider>
9394      Branch: perl
9395            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
9396 ____________________________________________________________________________
9397 [ 12985] By: ams                                   on 2001/11/14  00:43:59
9398         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
9399              From: Michael G Schwern <schwern@pobox.com>
9400              Date: Tue, 13 Nov 2001 20:38:42 -0500
9401              Message-Id: <20011113203842.E32567@blackrider>
9402      Branch: perl
9403            ! pod/perlport.pod
9404 ____________________________________________________________________________
9405 [ 12984] By: ams                                   on 2001/11/14  00:32:15
9406         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
9407              From: Michael G Schwern <schwern@pobox.com>
9408              Date: Tue, 13 Nov 2001 20:27:02 -0500
9409              Message-Id: <20011113202702.D32567@blackrider>
9410      Branch: perl
9411            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
9412            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
9413            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
9414            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
9415 ____________________________________________________________________________
9416 [ 12983] By: ams                                   on 2001/11/14  00:00:27
9417         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
9418              From: Michael G Schwern <schwern@pobox.com>
9419              Date: Tue, 13 Nov 2001 19:51:59 -0500
9420              Message-Id: <20011113195159.B32567@blackrider>
9421      Branch: perl
9422            ! pod/perlport.pod
9423 ____________________________________________________________________________
9424 [ 12982] By: ams                                   on 2001/11/13  23:53:11
9425         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
9426              From: Larry Shatzer <fugazi@zippy.zyx.net>
9427              Date: Tue, 13 Nov 2001 17:27:59 -0700
9428              Message-Id: <20011113172759.E27768@zippy.zyx.net>
9429      Branch: perl
9430            ! pod/perlapio.pod
9431 ____________________________________________________________________________
9432 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
9433         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
9434              "large enough" Unicode characters returned more than one
9435              as their "Unicode size".
9436      Branch: perl
9437            ! pp_sys.c t/io/utf8.t
9438 ____________________________________________________________________________
9439 [ 12980] By: ams                                   on 2001/11/13  19:32:33
9440         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
9441              From: "Craig A. Berry" <craigberry@mac.com>
9442              Date: Tue, 13 Nov 2001 14:33:25 -0600
9443              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
9444      Branch: perl
9445            ! vms/gen_shrfls.pl
9446 ____________________________________________________________________________
9447 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
9448         Log: Subject: Minor patch to Encode.pm (detypo)
9449              From: "Philip Newton" <Philip.Newton@gmx.net>
9450              Date: Tue, 13 Nov 2001 20:11:01 +0100
9451              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
9452      Branch: perl
9453            ! ext/Encode/Encode.pm
9454 ____________________________________________________________________________
9455 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
9456         Log: Evil tabulators.
9457      Branch: perl
9458            ! ext/Encode/Encode.pm
9459 ____________________________________________________________________________
9460 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
9461         Log: Document the available encodings.
9462      Branch: perl
9463            ! ext/Encode/Encode.pm
9464 ____________________________________________________________________________
9465 [ 12976] By: ams                                   on 2001/11/13  17:14:07
9466         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
9467              From: Barrie Slaymaker <barries@slaysys.com>
9468              Date: Tue, 13 Nov 2001 12:41:36 -0500
9469              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
9470      Branch: perl
9471            ! t/op/universal.t
9472 ____________________________________________________________________________
9473 [ 12975] By: ams                                   on 2001/11/13  16:24:21
9474         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
9475              From: Barrie Slaymaker <barries@slaysys.com>
9476              Date: Tue, 13 Nov 2001 10:56:20 -0500
9477              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
9478              (Test applied with minor tweaks and ->isa("HASH") omission.)
9479      Branch: perl
9480            ! lib/UNIVERSAL.pm t/op/universal.t
9481 ____________________________________________________________________________
9482 [ 12974] By: ams                                   on 2001/11/13  15:46:07
9483         Log: Subject: [PATCH Benchmark.pm] docco tweaks
9484              From: Barrie Slaymaker <barries@slaysys.com>
9485              Date: Tue, 13 Nov 2001 11:34:45 -0500
9486              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
9487      Branch: perl
9488            ! lib/Benchmark.pm
9489 ____________________________________________________________________________
9490 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
9491         Log: Subject: [PATCH] Attack of the C loops, round 1
9492              From: Richard Soderberg <rs@oregonnet.com>
9493              Date: Mon, 12 Nov 2001 12:07:29 -0800
9494              Message-Id: <200111122007.MAA01994@oregonnet.com>
9495              
9496              Subject: [PATCH] bytecode.pl (tiny patch)
9497              From: Richard Soderberg <rs@oregonnet.com>
9498              Date: Mon, 12 Nov 2001 12:53:24 -0800
9499              Message-Id: <200111122053.MAA06272@oregonnet.com>
9500      Branch: perl
9501            ! bytecode.pl installhtml
9502 ____________________________________________________________________________
9503 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
9504         Log: Subject: [PATCH] Update to Filter::Util::Call
9505              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9506              Date: Sun, 11 Nov 2001 22:33:33 -0000
9507              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
9508              
9509              Use the new CXT* macros.
9510      Branch: perl
9511            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
9512 ____________________________________________________________________________
9513 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
9514         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
9515              From: Michael G Schwern <schwern@pobox.com>
9516              Date: Mon, 12 Nov 2001 20:50:34 -0500
9517              Message-ID: <20011112205034.H2888@blackrider>
9518      Branch: perl
9519            + lib/vmsish.pm lib/vmsish.t
9520            - vms/ext/vmsish.pm vms/ext/vmsish.t
9521            ! MANIFEST vms/descrip_mms.template
9522 ____________________________________________________________________________
9523 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
9524         Log: :utf8 works only with perlio.
9525      Branch: perl
9526            ! lib/open.t
9527 ____________________________________________________________________________
9528 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
9529         Log: Subject: Re: @Config -"des" not quite working on VMS
9530              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9531              Date: Tue, 13 Nov 2001 08:35:13 EST 
9532              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
9533      Branch: perl
9534            ! configure.com
9535 ____________________________________________________________________________
9536 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
9537         Log: Subject: [PATCH] lib/charnames.pm 
9538              From: Jeffrey Friedl <jfriedl@yahoo.com>
9539              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
9540              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
9541      Branch: perl
9542            ! lib/charnames.pm
9543 ____________________________________________________________________________
9544 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
9545         Log: Docs for Mac::err.
9546      Branch: maint-5.6/macperl
9547            ! macos/ext/Mac/err/err.pm
9548 ____________________________________________________________________________
9549 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
9550         Log: Some cleanup; change some globals to references for
9551              possible persistence later.
9552      Branch: maint-5.6/macperl
9553            ! macos/lib/Mac/Glue.pm
9554 ____________________________________________________________________________
9555 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
9556         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
9557      Branch: maint-5.6/macperl
9558            ! macos/ext/Mac/Files/Files.pm
9559 ____________________________________________________________________________
9560 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
9561         Log: Get Mac::Navigation to compile (bug #464684).
9562      Branch: maint-5.6/macperl
9563            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
9564            ! macos/ext/Mac/Navigation/Makefile.PL
9565            ! macos/ext/Mac/Navigation/Navigation.xs
9566            ! macos/macperl/Makefile.mk
9567 ____________________________________________________________________________
9568 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
9569         Log: Add in modules and POD to help menu.
9570      Branch: maint-5.6/macperl
9571            ! macos/macperl/MacPerl.podhelp
9572 ____________________________________________________________________________
9573 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
9574         Log: Update bundled modules.
9575      Branch: maint-5.6/macperl
9576            + macos/bundled_ext/Filter/t/FilterTest.pm
9577            + macos/bundled_ext/List/Util/t/shuffle.t
9578            + macos/bundled_ext/Storable/t/compat06.t
9579            + macos/bundled_ext/Storable/t/st-dump.pl
9580            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
9581            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
9582            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
9583            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
9584            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
9585            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
9586            + macos/bundled_lib/blib/lib/lwpcook.pod
9587            + macos/bundled_lib/t/Filter/Simple/filter.t
9588            + macos/bundled_lib/t/Switch/t/given.t
9589            + macos/bundled_lib/t/Switch/t/nested.t
9590            + macos/bundled_lib/t/Switch/t/switch.t
9591            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
9592            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
9593            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
9594            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
9595            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
9596            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
9597            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
9598            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
9599            + macos/bundled_lib/t/URI/rfc2732.t
9600            + macos/bundled_lib/t/libnet/config.t
9601            + macos/bundled_lib/t/libnet/libnet_t.pl
9602            + macos/bundled_lib/t/libwww-perl/live/google.t
9603            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
9604            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
9605            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
9606            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
9607            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
9608            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
9609            + macos/bundled_lib/t/libwww-perl/live/validator.t
9610            - macos/bundled_ext/Filter/t/MyFilter.pm
9611            - macos/bundled_ext/Storable/t/compat-0.6.t
9612            - macos/bundled_ext/Storable/t/dump.pl
9613            - macos/bundled_ext/Time/Piece/Makefile.PL
9614            - macos/bundled_ext/Time/Piece/Piece.pm
9615            - macos/bundled_ext/Time/Piece/Piece.t
9616            - macos/bundled_ext/Time/Piece/Piece.xs
9617            - macos/bundled_ext/Time/Piece/README
9618            - macos/bundled_ext/Time/Piece/Seconds.pm
9619            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
9620            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
9621            - macos/bundled_lib/blib/lib/Net/PH.pm
9622            - macos/bundled_lib/blib/lib/Net/SNPP.pm
9623            - macos/bundled_lib/blib/lib/Text/Balanced.pod
9624            - macos/bundled_lib/t/Filter/Simple/test.pl
9625            - macos/bundled_lib/t/Switch/test.pl
9626            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
9627            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
9628            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
9629            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
9630            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
9631            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
9632            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
9633            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
9634            - macos/bundled_lib/t/libnet/ph.t
9635            ! (edit 125 files)
9636 ____________________________________________________________________________
9637 [ 12961] By: ams                                   on 2001/11/13  00:45:08
9638         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
9639              From: Michael G Schwern <schwern@pobox.com>
9640              Date: Mon, 12 Nov 2001 20:16:45 -0500
9641              Message-Id: <20011112201644.G2888@blackrider>
9642      Branch: perl
9643            ! pod/perlport.pod
9644 ____________________________________________________________________________
9645 [ 12960] By: ams                                   on 2001/11/12  23:54:00
9646         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
9647              Recoving dup tests for VMS
9648              From: Michael G Schwern <schwern@pobox.com>
9649              Date: Mon, 12 Nov 2001 19:35:33 -0500
9650              Message-Id: <20011112193533.D2888@blackrider>
9651      Branch: perl
9652            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
9653 ____________________________________________________________________________
9654 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
9655         Log: Update Changes.
9656      Branch: perl
9657            ! Changes patchlevel.h
9658 ____________________________________________________________________________
9659 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
9660         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
9661              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
9662              Date: Mon, 12 Nov 2001 12:35:18 EST 
9663              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
9664      Branch: perl
9665            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
9666            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
9667 ____________________________________________________________________________
9668 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
9669         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
9670              From: Barrie Slaymaker <barries@slaysys.com>
9671              Date: Mon, 12 Nov 2001 11:19:52 -0500
9672              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
9673      Branch: perl
9674            ! lib/File/Spec.t lib/File/Spec/Win32.pm
9675 ____________________________________________________________________________
9676 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
9677         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
9678              From: Barrie Slaymaker <barries@slaysys.com>
9679              Date: Mon, 12 Nov 2001 11:07:36 -0500
9680              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
9681      Branch: perl
9682            ! lib/Benchmark.pm
9683 ____________________________________________________________________________
9684 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
9685         Log: Misplaced test, noticed by Barrie Slaymaker.
9686              (We are missing Benchmark tests, then.)
9687      Branch: perl
9688            + ext/Devel/DProf/DProf.t
9689            - lib/Benchmark.t
9690            ! MANIFEST
9691 ____________________________________________________________________________
9692 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
9693         Log: Subject: [PATCH] a few typo fixes 
9694              From: Jeffrey Friedl <jfriedl@yahoo.com>
9695              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
9696              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
9697              
9698              Patching README.foo instead of pod/perlfoo.pod,
9699              not patching Math::BigInt (Tels will take care of that),
9700              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
9701              and perldoc.PL instead of libnetcfg and perldoc, patching
9702              ext/Digest/MD5/t/files.t since MD5.pm was changed.
9703      Branch: perl
9704            ! (edit 109 files)
9705 ____________________________________________________________________________
9706 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
9707         Log: Add a note about the dangers of bad UTF-8.
9708      Branch: perl
9709            ! pod/perlunicode.pod
9710 ____________________________________________________________________________
9711 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
9712         Log: NetWare Nit from Ananth Kesari.
9713      Branch: perl
9714            ! NetWare/config.wc
9715 ____________________________________________________________________________
9716 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
9717         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
9718      Branch: perl
9719            ! ext/Encode/Encode.pm
9720 ____________________________________________________________________________
9721 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
9722         Log: (retracted by #12951)
9723      Branch: perl
9724            ! ext/Encode/Encode.pm
9725 ____________________________________________________________________________
9726 [ 12949] By: ams                                   on 2001/11/12  06:40:18
9727         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
9728              From: Robert Spier <rspier@pobox.com>
9729              Date: Sun, 11 Nov 2001 18:50:18 -0800
9730              Message-Id: <15343.14570.121505.233336@rls.cx>
9731              
9732              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
9733              From: Rick Delaney <rick.delaney@home.com>
9734              Date: 12 Nov 2001 00:15:52 -0500
9735              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
9736      Branch: perl
9737            ! pp_hot.c t/op/taint.t
9738 ____________________________________________________________________________
9739 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
9740         Log: It seems that we actually have this detail implemented
9741              as for as Level 1 Support of Unicode regex support is
9742              concerned: at Level 1 only 1:1 support for loose
9743              (aka caseless, aka caseigoring ) matching is required.
9744      Branch: perl
9745            ! pod/perlunicode.pod
9746 ____________________________________________________________________________
9747 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
9748         Log: (retracted by #12951)
9749      Branch: perl
9750            ! ext/Encode/Encode.pm
9751 ____________________________________________________________________________
9752 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
9753         Log: BOM, bom, Bom.
9754      Branch: perl
9755            ! pod/perlunicode.pod
9756 ____________________________________________________________________________
9757 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
9758         Log: Upgrade to Math::BigInt 1.46.
9759      Branch: perl
9760            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9761            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
9762            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
9763            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
9764            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9765 ____________________________________________________________________________
9766 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
9767         Log: Subject: Re: PERFORCE change 12943 for review
9768              From: "Philip Newton" <Philip.Newton@gmx.net>
9769              Date: Sun, 11 Nov 2001 20:53:36 +0100
9770              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
9771      Branch: perl
9772            ! pod/perlunicode.pod
9773 ____________________________________________________________________________
9774 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
9775         Log: Doc updates; make the Unicode discussions a little
9776              bit less alarming, and add information about encodings,
9777              surrogates, and BOMs.
9778      Branch: perl
9779            ! pod/perlunicode.pod
9780 ____________________________________________________________________________
9781 [ 12942] By: ams                                   on 2001/11/11  16:45:00
9782         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
9783              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
9784              Date: Mon, 12 Nov 2001 00:22:57 +0900
9785              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
9786      Branch: perl
9787            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
9788            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
9789 ____________________________________________________________________________
9790 [ 12941] By: ams                                   on 2001/11/11  13:01:40
9791         Log: Subject: Re: PERFORCE change 12929 for review
9792              From: "Philip Newton" <Philip.Newton@gmx.net>
9793              Date: Sun, 11 Nov 2001 14:27:44 +0100
9794              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
9795      Branch: perl
9796            ! MANIFEST
9797 ____________________________________________________________________________
9798 [ 12940] By: ams                                   on 2001/11/11  05:06:43
9799         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
9800              From: Michael G Schwern <schwern@pobox.com>
9801              Date: Thu, 8 Nov 2001 22:56:45 -0500
9802              Message-Id: <20011108225645.H5587@blackrider>
9803      Branch: perl
9804            ! t/op/chdir.t
9805 ____________________________________________________________________________
9806 [ 12939] By: ams                                   on 2001/11/11  05:01:00
9807         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
9808              From: Michael G Schwern <schwern@pobox.com>
9809              Date: Sun, 11 Nov 2001 00:54:43 -0500
9810              Message-Id: <20011111005443.A24450@blackrider>
9811      Branch: perl
9812            ! ext/Cwd/t/cwd.t
9813 ____________________________________________________________________________
9814 [ 12938] By: ams                                   on 2001/11/11  03:25:13
9815         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
9816              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
9817              From: "chromatic" <chromatic@rmci.net>
9818              Date: Sat, 10 Nov 2001 21:03:20 -0700
9819              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
9820      Branch: perl
9821            ! lib/File/stat.pm lib/File/stat.t
9822 ____________________________________________________________________________
9823 [ 12937] By: ams                                   on 2001/11/11  02:05:23
9824         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
9825              From: "Craig A. Berry" <craigberry@mac.com>
9826              Date: Sat, 10 Nov 2001 17:23:52 -0600
9827              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
9828      Branch: perl
9829            ! t/op/magic.t
9830 ____________________________________________________________________________
9831 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
9832         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
9833      Branch: perl
9834            ! lib/open.pm lib/open.t
9835 ____________________________________________________________________________
9836 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
9837         Log: The Official name of ASCII.
9838      Branch: perl
9839            ! ext/Encode/Encode.pm
9840 ____________________________________________________________________________
9841 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
9842         Log: The KOI8-R example wasn't quite right.
9843      Branch: perl
9844            ! lib/open.pm lib/open.t
9845 ____________________________________________________________________________
9846 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
9847         Log: Enhance the open pragma to support :utf8, :locale,
9848              and :encoding directly as special cases, and rename
9849              the INOUT to IO.
9850      Branch: perl
9851            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
9852 ____________________________________________________________________________
9853 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
9854         Log: Document the UTF-16 surrogate encoding and decoding.
9855      Branch: perl
9856            ! ext/Encode/Encode.pm
9857 ____________________________________________________________________________
9858 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
9859         Log: A potential recursion breaker.
9860      Branch: perl
9861            ! sv.c
9862 ____________________________________________________________________________
9863 [ 12930] By: ams                                   on 2001/11/10  07:46:53
9864         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
9865              (was Re: perl@12892)
9866              From: "chromatic" <chromatic@rmci.net>
9867              Date: Sat, 10 Nov 2001 01:28:09 -0700
9868              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
9869      Branch: perl
9870            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
9871            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
9872            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
9873            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
9874 ____________________________________________________________________________
9875 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
9876         Log: Add a test for the bytes pragma.
9877      Branch: perl
9878            + lib/bytes.t
9879            ! MANIFEST
9880 ____________________________________________________________________________
9881 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
9882         Log: Doc update.
9883      Branch: perl
9884            ! lib/bytes.pm
9885 ____________________________________________________________________________
9886 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
9887         Log: Cease to exist.
9888      Branch: perl
9889            - lib/Unicode/Normalize.pm
9890 ____________________________________________________________________________
9891 [ 12926] By: ams                                   on 2001/11/10  03:23:16
9892         Log: Subject: [patch] my_setenv speedup + fixes
9893              From: Doug MacEachern <dougm@covalent.net>
9894              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
9895              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
9896      Branch: perl
9897            ! util.c
9898 ____________________________________________________________________________
9899 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
9900         Log: Newline trouble.
9901      Branch: perl
9902            ! lib/ExtUtils/Embed.t
9903 ____________________________________________________________________________
9904 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
9905         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
9906              From: "Craig A. Berry" <craigberry@mac.com>
9907              Date: Fri, 09 Nov 2001 18:13:16 -0600
9908              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
9909      Branch: perl
9910            ! vms/munchconfig.c
9911 ____________________________________________________________________________
9912 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
9913         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
9914              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9915              Date: Sat, 10 Nov 2001 00:10:45 +0100
9916              Message-ID: <20011110001045.A11945@rafael>
9917      Branch: perl
9918            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
9919            + t/run/switchn.t t/run/switchp.t
9920            ! MANIFEST
9921 ____________________________________________________________________________
9922 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
9923         Log: Subject: [PATCH] some tests not cleaning up properly               
9924              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
9925              Date: Fri, 9 Nov 2001 22:13:10 +0100
9926              Message-ID: <20011109221310.A11115@rafael>
9927      Branch: perl
9928            ! ext/Cwd/t/cwd.t t/io/argv.t
9929 ____________________________________________________________________________
9930 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
9931         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
9932              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9933              Date: Fri, 9 Nov 2001 15:07:19 EST
9934              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
9935      Branch: perl
9936            ! lib/ExtUtils/Embed.t
9937 ____________________________________________________________________________
9938 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
9939         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
9940              have been copied so it shouldn't be freed in perl_destruct()
9941      Branch: perl
9942            ! perl.c
9943 ____________________________________________________________________________
9944 [ 12919] By: ams                                   on 2001/11/09  15:36:22
9945         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
9946              From: Michael G Schwern <schwern@pobox.com>
9947              Date: Fri, 9 Nov 2001 00:38:59 -0500
9948              Message-Id: <20011109003859.K5587@blackrider>
9949              (Applied with directory name changes suggested by Craig Berry.)
9950      Branch: perl
9951            ! ext/Cwd/t/cwd.t
9952 ____________________________________________________________________________
9953 [ 12918] By: ams                                   on 2001/11/09  15:29:15
9954         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
9955              From: Michael G Schwern <schwern@pobox.com>
9956              Date: Fri, 9 Nov 2001 01:44:14 -0500
9957              Message-Id: <20011109014414.N5587@blackrider>
9958      Branch: perl
9959            ! vms/ext/filespec.t
9960 ____________________________________________________________________________
9961 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
9962         Log: Update Changes.
9963      Branch: perl
9964            ! Changes patchlevel.h
9965 ____________________________________________________________________________
9966 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
9967         Log: Regen toc.
9968      Branch: perl
9969            ! pod/perltoc.pod
9970 ____________________________________________________________________________
9971 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
9972         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
9973              see http://www.jepstone.net/bjepson//jpl/cvs.html
9974      Branch: perl
9975            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
9976 ____________________________________________________________________________
9977 [ 12914] By: ams                                   on 2001/11/09  14:05:12
9978         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
9979              From: Michael G Schwern <schwern@pobox.com>
9980              Date: Thu, 8 Nov 2001 22:05:49 -0500
9981              Message-Id: <20011108220549.F5587@blackrider>
9982      Branch: perl
9983            ! vms/test.com
9984 ____________________________________________________________________________
9985 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
9986         Log: NetWare update from Ananth Kesari.
9987      Branch: perl
9988            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
9989 ____________________________________________________________________________
9990 [ 12912] By: ams                                   on 2001/11/09  13:40:26
9991         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
9992              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9993              Date: Fri, 9 Nov 2001 14:32:28 +0100
9994              Message-Id: <20011109143228.A18996@rafael>
9995      Branch: perl
9996            ! perl.c
9997 ____________________________________________________________________________
9998 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
9999         Log: FAQ sync.
10000      Branch: perl
10001            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10002            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10003            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
10004 ____________________________________________________________________________
10005 [ 12910] By: ams                                   on 2001/11/09  07:33:49
10006         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
10007              From: Michael G Schwern <schwern@pobox.com>
10008              Date: Fri, 9 Nov 2001 00:41:56 -0500
10009              Message-Id: <20011109004156.L5587@blackrider>
10010      Branch: perl
10011            ! lib/File/Find/t/find.t
10012 ____________________________________________________________________________
10013 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
10014         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
10015              The CPAN distribution has both pm and XS implementations,
10016              and for performance reasons we choose the XS.
10017              Another reason to choose the XS is that it doesn't
10018              require Lingua::KO::Hangul::Util, which means that
10019              we can delete that-- which in turn means that Unicode::UCD
10020              cannot expect that: support it, but don't expect.
10021              Ditto Unicode::Collate.
10022              
10023              Note that Unicode::Normalize Makefile.PL and
10024              Normalize.xs have been modified from the CPAN 0.10
10025              versions: the first one to be simpler (no pm) and
10026              clean up the generated unf*.h files, the second one
10027              to quench compiler grumblings.  Must notify Sadahiro
10028              about these changes.
10029      Branch: perl
10030            + ext/Unicode/Normalize/Changes
10031            + ext/Unicode/Normalize/Makefile.PL
10032            + ext/Unicode/Normalize/Normalize.pm
10033            + ext/Unicode/Normalize/Normalize.pod
10034            + ext/Unicode/Normalize/Normalize.xs
10035            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
10036            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
10037            + ext/Unicode/Normalize/t/test.t
10038            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
10039            - lib/Lingua/KO/Hangul/Util/README
10040            - lib/Lingua/KO/Hangul/Util/t/test.t
10041            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
10042            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
10043            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
10044            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
10045            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
10046            ! win32/makefile.mk
10047 ____________________________________________________________________________
10048 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
10049         Log: Test miscounting.
10050      Branch: perl
10051            ! ext/POSIX/t/posix.t
10052 ____________________________________________________________________________
10053 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
10054         Log: Quote the variables in failures messages more nicely.
10055      Branch: perl
10056            ! t/test.pl
10057 ____________________________________________________________________________
10058 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
10059         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
10060              From: Michael G Schwern <schwern@pobox.com>
10061              Date: Thu, 8 Nov 2001 17:24:49 -0500
10062              Message-ID: <20011108172449.A5587@blackrider>
10063              
10064              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
10065              From: "Craig A. Berry" <craigberry@mac.com>
10066              Date: Thu, 8 Nov 2001 16:35:00 -0600
10067              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
10068      Branch: perl
10069            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
10070 ____________________________________________________________________________
10071 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
10072         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
10073              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10074              Date: Thu, 8 Nov 2001 22:52:50 -0000
10075              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
10076      Branch: perl
10077            ! ext/DB_File/t/db-recno.t
10078 ____________________________________________________________________________
10079 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
10080         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
10081              (Probably not an EBCDIC issue the way one would think
10082              since no chr() et alia are used in UCD.pm.)
10083      Branch: perl
10084            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10085 ____________________________________________________________________________
10086 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
10087         Log: Whether overwriting the $self->{...} values (see #12902)
10088              is a good policy or not is debatable, but let's at least
10089              be consistent.
10090      Branch: perl
10091            ! lib/ExtUtils/MM_Unix.pm
10092 ____________________________________________________________________________
10093 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
10094         Log: The MakeMaker argument () quoting patch that sneaked
10095              in at #12883 didn't handle make macros like this $(...).
10096              Leaning toothpicks, we've got them.
10097      Branch: perl
10098            ! lib/ExtUtils/MM_Unix.pm
10099 ____________________________________________________________________________
10100 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
10101         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
10102              From: Michael G Schwern <schwern@pobox.com>
10103              Date: Wed, 7 Nov 2001 02:02:29 -0500
10104              Message-ID: <20011107020229.K2858@blackrider>
10105      Branch: perl
10106            ! t/io/argv.t t/test.pl vms/test.com
10107 ____________________________________________________________________________
10108 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
10109         Log: Subject: [PATCH 20011106.084] -s on #! line 
10110              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10111              Date: Wed, 7 Nov 2001 22:23:39 +0100
10112              Message-ID: <20011107222339.E729@rafael>
10113      Branch: perl
10114            ! embed.h embed.pl perl.c proto.h toke.c
10115 ____________________________________________________________________________
10116 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
10117         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
10118              From: Michael G Schwern <schwern@pobox.com>
10119              Date: Wed, 7 Nov 2001 16:52:49 -0500
10120              Message-ID: <20011107165249.I7346@blackrider>
10121      Branch: perl
10122            ! pod/perlhack.pod
10123 ____________________________________________________________________________
10124 [ 12898] By: ams                                   on 2001/11/08  13:02:19
10125         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
10126              From: Mark-Jason Dominus <mjd@plover.com>
10127              Date: Thu, 08 Nov 2001 08:59:02 -0500
10128              Message-Id: <20011108135902.2275.qmail@plover.com>
10129      Branch: perl
10130            ! INSTALL README README.amiga README.os2 README.vms
10131            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
10132            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
10133 ____________________________________________________________________________
10134 [ 12897] By: ams                                   on 2001/11/08  12:49:28
10135         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
10136              From: mjd@plover.com
10137              Date: 8 Nov 2001 13:33:18 -0000
10138              Message-Id: <20011108133318.1786.qmail@plover.com>
10139      Branch: perl
10140            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
10141            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10142            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10143            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
10144            ! pod/perlport.pod pod/perlvar.pod
10145 ____________________________________________________________________________
10146 [ 12896] By: ams                                   on 2001/11/08  11:22:12
10147         Log: open(FH, $file) should strip leading and trailing whitespace.
10148      Branch: perl
10149            ! doio.c
10150 ____________________________________________________________________________
10151 [ 12895] By: ams                                   on 2001/11/08  10:17:14
10152         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
10153              From: "Craig A. Berry" <craigberry@mac.com>
10154              Date: Wed, 07 Nov 2001 13:41:50 -0600
10155              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
10156      Branch: perl
10157            ! t/op/glob.t
10158 ____________________________________________________________________________
10159 [ 12894] By: ams                                   on 2001/11/08  08:32:20
10160         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
10161              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
10162              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
10163              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
10164      Branch: perl
10165            ! makedepend.SH
10166 ____________________________________________________________________________
10167 [ 12893] By: ams                                   on 2001/11/08  08:26:31
10168         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
10169              From: mjd@plover.com
10170              Date: 8 Nov 2001 08:08:07 -0000
10171              Message-Id: <20011108080807.30147.qmail@plover.com>
10172              
10173              Subject: bleadperl perl.pod
10174              From: mjd@plover.com
10175              Date: 8 Nov 2001 08:10:47 -0000
10176              Message-Id: <20011108081047.30178.qmail@plover.com>
10177              
10178              Subject: more bleadperl perl.pod
10179              From: mjd@plover.com
10180              Date: 8 Nov 2001 08:16:28 -0000
10181              Message-Id: <20011108081628.30229.qmail@plover.com>
10182      Branch: perl
10183            ! pod/perl.pod pod/perldebug.pod
10184 ____________________________________________________________________________
10185 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
10186         Log: Tweak for Cray-friendliness from Nicholas Clark.
10187      Branch: perl
10188            ! sv.c
10189 ____________________________________________________________________________
10190 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
10191         Log: VMS patch redo from Charles Lane.
10192      Branch: perl
10193            ! vms/gen_shrfls.pl
10194 ____________________________________________________________________________
10195 [ 12890] By: ams                                   on 2001/11/07  15:16:10
10196         Log: Subject: [ID 20011107.088] two perl pod nits
10197              From: lvirden@cas.org
10198              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
10199              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
10200      Branch: perl
10201            ! pod/perl.pod pod/perlfaq3.pod
10202 ____________________________________________________________________________
10203 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
10204         Log: Update Changes.
10205      Branch: perl
10206            ! Changes patchlevel.h
10207 ____________________________________________________________________________
10208 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
10209         Log: The (emulated) "no utf8" must be in a BEGIN block
10210              to be effective.
10211      Branch: perl
10212            ! lib/CGI/t/html.t
10213 ____________________________________________________________________________
10214 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
10215         Log: "v-strings" is the right term.
10216      Branch: perl
10217            ! pod/perltodo.pod
10218 ____________________________________________________________________________
10219 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
10220         Log: Add vstrings-as-objects need to perltodo.
10221      Branch: perl
10222            ! pod/perltodo.pod
10223 ____________________________________________________________________________
10224 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
10225         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
10226              From: Nicholas Clark <nick@ccl4.org>
10227              Date: Wed, 7 Nov 2001 14:36:32 +0000
10228              Message-ID: <20011107143631.I24980@plum.flirble.org>
10229      Branch: perl
10230            ! t/op/pack.t
10231 ____________________________________________________________________________
10232 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
10233         Log: The Embed test requires a major rewrite for VMS
10234              (plus it reveals a couple of annoying glitches
10235              in buffering), so skip the test for now; from
10236              Charles Lane.
10237      Branch: perl
10238            ! lib/ExtUtils/Embed.t
10239 ____________________________________________________________________________
10240 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
10241         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
10242              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10243              Date: Wed, 7 Nov 2001 09:23:28 EST
10244              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
10245              
10246              (Also i seems that an unrelated experimental patch
10247              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
10248      Branch: perl
10249            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
10250 ____________________________________________________________________________
10251 [ 12882] By: ams                                   on 2001/11/07  05:14:04
10252         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
10253              From: Mark-Jason Dominus <mjd@plover.com>
10254              Date: Wed, 07 Nov 2001 00:43:46 -0500
10255              Message-Id: <20011107054346.14428.qmail@plover.com>
10256      Branch: perl
10257            ! gv.c op.c toke.c
10258 ____________________________________________________________________________
10259 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
10260         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
10261              From: Michael G Schwern <schwern@pobox.com>             
10262              Date: Tue, 6 Nov 2001 22:04:39 -0500
10263              Message-ID: <20011106220439.D2858@blackrider>              
10264      Branch: perl
10265            ! lib/perl5db.pl
10266 ____________________________________________________________________________
10267 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
10268         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
10269              stress))
10270              From: Jonathan Stowe <gellyfish@gellyfish.com>
10271              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
10272              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
10273              
10274              (except for one hunk where indentation differs)
10275      Branch: perl
10276            ! lib/Term/Cap.t
10277 ____________________________________________________________________________
10278 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
10279         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
10280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10281              Date: Tue, 6 Nov 2001 21:45:01 +0100
10282              Message-ID: <20011106214501.A704@rafael>
10283      Branch: perl
10284            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
10285            ! lib/File/Spec/Win32.pm
10286 ____________________________________________________________________________
10287 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
10288         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
10289              From: Michael G Schwern <schwern@pobox.com>              
10290              Date: Tue, 6 Nov 2001 20:58:45 -0500
10291              Message-ID: <20011106205845.G29411@blackrider>
10292      Branch: perl
10293            ! t/test.pl
10294 ____________________________________________________________________________
10295 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
10296         Log: Subject: making do_sprintf public       
10297              From: Doug MacEachern <dougm@covalent.net>    
10298              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
10299              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
10300      Branch: perl
10301            ! embed.h embed.pl global.sym
10302 ____________________________________________________________________________
10303 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
10304         Log: Update to CGI.pm 2.78.
10305              
10306              TODO: the test suite needs to be merged so that
10307              when in core, the core version is tested, and when
10308              using the CPAN version, testing the CPAN version.
10309              (the changes need to be sent to Lincoln, too...)
10310      Branch: perl
10311            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10312            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
10313            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
10314            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
10315            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
10316            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
10317 ____________________________________________________________________________
10318 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
10319         Log: Integrate with perlio; (strictly) readonly hashes via XS.
10320      Branch: perl
10321           +> t/lib/access.t
10322           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
10323 ____________________________________________________________________________
10324 [ 12874] By: nick                                  on 2001/11/06  21:05:16
10325         Log: Keep It Simple and Stupid version of readonly hash support.
10326              - Test for SvREAONLY(hv) at a few spots in hv.c
10327              - add the error message to perldiag.pod
10328              - (dubious) add access::readonly() to univeral.c
10329              - add test using above
10330              - fixup ext/B/t/stash.t to account for access:: existing
10331      Branch: perlio
10332            + t/lib/access.t
10333            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
10334 ____________________________________________________________________________
10335 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
10336         Log: Fix incorrect warnings about broken globbing;
10337              from Andy Dougherty.
10338      Branch: perl
10339            ! hints/linux.sh
10340 ____________________________________________________________________________
10341 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
10342         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
10343              toggle-on from the encoding pragma.
10344      Branch: perl
10345            ! regcomp.c regexec.c
10346 ____________________________________________________________________________
10347 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
10348         Log: Retract #12824, doesn't help and is ignored
10349              by Configure anyway.
10350      Branch: perl
10351            ! hints/beos.sh
10352 ____________________________________________________________________________
10353 [ 12870] By: ams                                   on 2001/11/06  10:40:37
10354         Log: Subject: Cosmetic change
10355              From: H.Merijn Brand <h.m.brand@hccnet.nl>
10356              Date: Tue, 06 Nov 2001 12:30:52 +0100
10357              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
10358      Branch: perl
10359            ! README.hpux
10360 ____________________________________________________________________________
10361 [ 12869] By: nick                                  on 2001/11/06  08:26:40
10362         Log: Integrate mainline
10363      Branch: perlio
10364           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
10365           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
10366 ____________________________________________________________________________
10367 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
10368         Log: The parentheses are protected enough.
10369      Branch: perl
10370            ! hints/os390.sh
10371 ____________________________________________________________________________
10372 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
10373         Log: ccflags, not ldflags.
10374      Branch: perl
10375            ! hints/os390.sh
10376 ____________________________________________________________________________
10377 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
10378         Log: ... and the proto to go with #12865.
10379      Branch: perl
10380            ! proto.h
10381 ____________________________________________________________________________
10382 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
10383         Log: Oops.  Luckily nothing was using this symbol yet.
10384      Branch: perl
10385            ! global.sym
10386 ____________________________________________________________________________
10387 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
10388         Log: Implement the encoding pragma for regex literals.
10389      Branch: perl
10390            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
10391 ____________________________________________________________________________
10392 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
10393         Log: More UTF8 EXACT fixing.
10394      Branch: perl
10395            ! regexec.c
10396 ____________________________________________________________________________
10397 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
10398         Log: More re debugging.
10399      Branch: perl
10400            ! regexec.c
10401 ____________________________________________________________________________
10402 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
10403         Log: EXACT correction attempt.  Continued in #12863.
10404      Branch: perl
10405            ! regexec.c
10406 ____________________________________________________________________________
10407 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
10408         Log: Unterminated L<.
10409      Branch: perl
10410            ! ext/DB_File/DB_File.pm
10411 ____________________________________________________________________________
10412 [ 12859] By: nick                                  on 2001/11/05  19:15:17
10413         Log: Integrate mainline
10414      Branch: perlio
10415           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
10416           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
10417           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
10418           +> lib/Math/BigInt/t/sub_mbi.t
10419            - lib/Math/BigInt/t/Math/Subclass.pm
10420            - lib/Math/BigInt/t/subclass.t
10421           !> (integrate 30 files)
10422 ____________________________________________________________________________
10423 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
10424         Log: Regex debugging fixes from Hugo.
10425      Branch: perl
10426            ! regcomp.c regexec.c
10427 ____________________________________________________________________________
10428 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
10429         Log: IRIX: at some point the cc -version has started
10430              to output to stderr, not stdout any more.
10431      Branch: perl
10432            ! hints/irix_6.sh
10433 ____________________________________________________________________________
10434 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
10435         Log: Update Changes.
10436      Branch: perl
10437            ! Changes patchlevel.h
10438 ____________________________________________________________________________
10439 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
10440         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
10441      Branch: perl
10442            ! lib/File/Spec/Unix.pm
10443 ____________________________________________________________________________
10444 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
10445         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
10446              From: rgarciasuarez@free.fr
10447              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
10448              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
10449      Branch: perl
10450            ! lib/File/Spec/Unix.pm
10451 ____________________________________________________________________________
10452 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
10453         Log: Use config.arch in OS/390 where the combination of
10454              IEEE floats and ldflags is tricky.
10455      Branch: perl
10456            ! hints/os390.sh
10457 ____________________________________________________________________________
10458 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
10459         Log: Metaconfig unit change for #12851.
10460      Branch: metaconfig
10461            ! U/modified/Config_sh.U
10462 ____________________________________________________________________________
10463 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
10464         Log: Support a config.arch file, similar to config.over,
10465              but loaded just before it.
10466      Branch: perl
10467            ! Configure INSTALL
10468 ____________________________________________________________________________
10469 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
10470         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
10471              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10472              Date: Mon, 5 Nov 2001 14:26:24 +0100
10473              Message-ID: <20011105142624.C31977@rafael>
10474      Branch: perl
10475            ! lib/Symbol.pm lib/Symbol.t
10476 ____________________________________________________________________________
10477 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
10478         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
10479              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10480              Date: Sun, 4 Nov 2001 22:28:57 +0100
10481              Message-ID: <20011104222857.C696@rafael>
10482      Branch: perl
10483            ! pod/perldebug.pod pod/perlpodspec.pod
10484 ____________________________________________________________________________
10485 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
10486         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
10487      Branch: perl
10488            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
10489 ____________________________________________________________________________
10490 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
10491         Log: Math::Big* test tweaks to work better with core:
10492              but the coast still not clear.
10493      Branch: perl
10494            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
10495            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10496 ____________________________________________________________________________
10497 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
10498         Log: Protect against high load: measure how much wall
10499              clock time went by while sleeping.  Avoids some
10500              false negatives, while may introduce some false
10501              positives.  Life is hard.
10502      Branch: perl
10503            ! ext/Time/HiRes/HiRes.t
10504 ____________________________________________________________________________
10505 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
10506         Log: More forgotten from #12843.
10507      Branch: perl
10508            ! lib/Math/BigInt/t/bigfltpm.inc
10509 ____________________________________________________________________________
10510 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
10511         Log: Forgot from #12843.
10512      Branch: perl
10513            + lib/Math/BigInt/t/bigintpm.inc
10514            ! MANIFEST
10515 ____________________________________________________________________________
10516 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
10517         Log: Upgrade to Math::BigInt 1.45; from Tels.
10518              NOTE: some of the tests are failing but that's because
10519              the core integration is not yet done.
10520      Branch: perl
10521            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
10522            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
10523            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
10524            - lib/Math/BigInt/t/Math/Subclass.pm
10525            - lib/Math/BigInt/t/subclass.t
10526            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
10527            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
10528            ! lib/Math/BigInt/t/mbimbf.t
10529 ____________________________________________________________________________
10530 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
10531         Log: VMS: adds capability to control more configuration stuff with
10532              -D and -U switches; parsing config.sh to extract previous config
10533              info in VMS-form, and a rewrite of the "prompt/response" routine;
10534              from Charles Lane.
10535      Branch: perl
10536            ! configure.com
10537 ____________________________________________________________________________
10538 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
10539         Log: Subject: Typo correction in perldebguts.pod
10540              From: mjd@plover.com
10541              Date: 4 Nov 2001 16:20:05 -0000
10542              Message-ID: <20011104162005.16699.qmail@plover.com>
10543      Branch: perl
10544            ! pod/perldebguts.pod
10545 ____________________________________________________________________________
10546 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
10547         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
10548              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10549              Date: Sun, 4 Nov 2001 11:47:30 +0100
10550              Message-ID: <20011104114730.A715@rafael>
10551              
10552              Remove -T from the test, wrong place for that.
10553      Branch: perl
10554            ! lib/File/Temp/t/mktemp.t
10555 ____________________________________________________________________________
10556 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
10557         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
10558              From: Nicholas Clark <nick@ccl4.org>
10559              Date: Sun, 4 Nov 2001 10:41:24 +0000
10560              Message-ID: <20011104104123.U20123@plum.flirble.org>
10561      Branch: perl
10562            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
10563 ____________________________________________________________________________
10564 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
10565         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
10566              From: Michael G Schwern <schwern@pobox.com>
10567              Date: Sat, 3 Nov 2001 15:41:47 -0500
10568              Message-ID: <20011103154147.C600@blackrider>
10569      Branch: perl
10570            ! lib/Term/Cap.t
10571 ____________________________________________________________________________
10572 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
10573         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
10574              From: "Craig A. Berry" <craigberry@mac.com>     
10575              Date: Sat, 03 Nov 2001 16:02:28 -0600
10576              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
10577      Branch: perl
10578            ! ext/Time/HiRes/HiRes.t
10579 ____________________________________________________________________________
10580 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
10581         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
10582              From: "chromatic" <chromatic@rmci.net>
10583              Date: Sat, 03 Nov 2001 12:28:17 -0700
10584              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
10585      Branch: perl
10586            ! lib/Term/Cap.t
10587 ____________________________________________________________________________
10588 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
10589         Log: Don't bother doing POSIX charclass parsing if it
10590              possibly cannot be so.  Prepares way for charclass
10591              syntax like [[abc]||[def]] (or just [[abc][def]])
10592              for union, [[\w]&&[$a]] for intersection,
10593              and [[a-z]&&[^def]] for subtraction.
10594              
10595              Currently /[[a]/ (or /[a[]/) parses as a character
10596              class containing two characters, "[" and "a",
10597              this may have to be broken for the syntax described
10598              above, otherwise we would have to scan the whole pattern
10599              to find out whether the square brackets match pairwise.
10600              Luckily, the special case of "[" doesn't seem to be
10601              documented (as opposed to "]" and "-"), so we may have
10602              better story for breaking it...  One can always use \[
10603              if one wants a literal "[", so there.
10604      Branch: perl
10605            ! regcomp.c
10606 ____________________________________________________________________________
10607 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
10608         Log: Comment correction.
10609      Branch: perl
10610            ! regcomp.c
10611 ____________________________________________________________________________
10612 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
10613         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
10614              The latter is a RedHatism.
10615      Branch: perl
10616            ! lib/ExtUtils/MakeMaker.pm
10617 ____________________________________________________________________________
10618 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
10619         Log: Integrate perlio.
10620      Branch: perl
10621           !> perlio.c
10622 ____________________________________________________________________________
10623 [ 12831] By: nick                                  on 2001/11/03  11:42:15
10624         Log: Integrate mainline
10625      Branch: perlio
10626           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
10627           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
10628           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
10629           !> sv.c t/test.pl
10630 ____________________________________________________________________________
10631 [ 12830] By: nick                                  on 2001/11/03  10:27:34
10632         Log: Fix clone_leak problem.
10633              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
10634              as vestige of calling PerlLIO_dup().
10635      Branch: perlio
10636            ! perlio.c
10637 ____________________________________________________________________________
10638 [ 12829] By: nick                                  on 2001/11/03  09:40:46
10639         Log: Tweaks attempting to locate Doug's clone_leak leak.
10640              - add some PerlIO_debug()
10641              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
10642              - Even if it closing stdout etc. do a fflush()
10643      Branch: perlio
10644            ! perlio.c
10645 ____________________________________________________________________________
10646 [ 12828] By: nick                                  on 2001/11/03  08:34:31
10647         Log: Integrate mainline
10648      Branch: perlio
10649           !> (integrate 54 files)
10650 ____________________________________________________________________________
10651 [ 12827] By: ams                                   on 2001/11/03  03:45:19
10652         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
10653              remove this later). Based on a patch from Robert Spier in
10654              <15330.61459.14452.795263@rls.cx>.
10655      Branch: perl
10656            ! sv.c
10657 ____________________________________________________________________________
10658 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
10659         Log: microperl sync.
10660      Branch: perl
10661            ! doio.c perl.c perl.h perlio.c regexec.c
10662 ____________________________________________________________________________
10663 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
10664         Log: Definitions for the Unicode Newline Guidelines.
10665      Branch: perl
10666            ! perl.h
10667 ____________________________________________________________________________
10668 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
10669         Log: (retracted by #12871)
10670              
10671              There is no csh of any kind in default BeOS.
10672              For the purposes of miniperl globbing, bash
10673              will do.
10674      Branch: perl
10675            ! hints/beos.sh
10676 ____________________________________________________________________________
10677 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
10678         Log: Integrate change #12820 from macperl to maint and blead;
10679              
10680              Fix up (dynaloading) to work properly with multiplicity
10681      Branch: maint-5.6/perl
10682           !> ext/DynaLoader/dl_mac.xs
10683      Branch: perl
10684           !> ext/DynaLoader/dl_mac.xs
10685 ____________________________________________________________________________
10686 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
10687         Log: Several fixes for various exit problems and clearing out
10688              task queue, as well as another (incomplete) go at
10689              fixing error message handling
10690      Branch: maint-5.6/macperl
10691            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
10692 ____________________________________________________________________________
10693 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
10694         Log: Add source files for bleadperl builds
10695      Branch: maint-5.6/macperl
10696            ! macos/Makefile.mk
10697 ____________________________________________________________________________
10698 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
10699         Log: Fix up to work properly with multiplicity
10700      Branch: maint-5.6/macperl
10701            ! ext/DynaLoader/dl_mac.xs
10702 ____________________________________________________________________________
10703 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
10704         Log: Integrate with maintperl.
10705      Branch: maint-5.6/macperl
10706           +> t/op/system.t t/op/system_tests
10707           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
10708           !> pod/perltodo.pod util.c win32/win32.c
10709 ____________________________________________________________________________
10710 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
10711         Log: Locate _PATH_LOG if it's a socket even if not #defined
10712              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
10713              via Nick Clark.
10714      Branch: perl
10715            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
10716 ____________________________________________________________________________
10717 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
10718         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
10719              From: Michael G Schwern <schwern@pobox.com>
10720              Date: Fri, 2 Nov 2001 15:36:41 -0500
10721              Message-ID: <20011102153641.E23234@blackrider>
10722      Branch: perl
10723            ! t/test.pl
10724 ____________________________________________________________________________
10725 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
10726         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
10727              From: merlyn@stonehenge.com (Randal L. Schwartz)
10728              Date: 02 Nov 2001 09:33:34 -0800
10729              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
10730              
10731              (two of the changes)
10732              
10733              Better coexistence with extensions.
10734      Branch: perl
10735            ! ext/Errno/Errno_pm.PL hints/darwin.sh
10736 ____________________________________________________________________________
10737 [ 12815] By: ams                                   on 2001/11/02  16:47:43
10738         Log: Subject: Re: [PATCH] the the double double word word fix fix
10739              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10740              Date: Fri, 02 Nov 2001 19:43:07 +0100
10741              Message-Id: <3BE2E93B.627C198E@alcatel.at>
10742      Branch: perl
10743            ! pod/perldebug.pod
10744 ____________________________________________________________________________
10745 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
10746         Log: Update Changes.
10747      Branch: perl
10748            ! Changes patchlevel.h
10749 ____________________________________________________________________________
10750 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
10751         Log: More encoding testing.
10752      Branch: perl
10753            ! lib/encoding.pm lib/encoding.t
10754 ____________________________________________________________________________
10755 [ 12812] By: ams                                   on 2001/11/02  15:07:11
10756         Log: Slight modification of #12811.
10757      Branch: perl
10758            ! op.c
10759 ____________________________________________________________________________
10760 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
10761         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
10762              From: Radu Greab <radu@netsoft.ro>
10763              Date: Fri, 2 Nov 2001 15:28:58 +0200
10764              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
10765      Branch: perl
10766            ! op.c t/op/stat.t
10767 ____________________________________________________________________________
10768 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
10769         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
10770              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10771              Date: Thu, 1 Nov 2001 22:35:50 +0100
10772              Message-ID: <20011101223550.A10849@rafael>
10773      Branch: perl
10774            ! lib/ExtUtils/Embed.t
10775 ____________________________________________________________________________
10776 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
10777         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
10778              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10779              Date: 2 Nov 2001 14:48:51 -0000
10780              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
10781      Branch: perl
10782            ! lib/File/Find.pm
10783 ____________________________________________________________________________
10784 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
10785         Log: Add documentation.
10786      Branch: perl
10787            ! embed.pl pod/perlapi.pod utf8.c
10788 ____________________________________________________________________________
10789 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
10790         Log: Unicode: add ToFold mapping.  Not used yet; but basically
10791              a more useful mapping for caseless aka case-ignoring than
10792              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
10793              algorithm for creating the foldings uses equivalence classes,
10794              see http://www.unicode.org/unicode/reports/tr21/
10795              Hopefully this feature will be used in //i.
10796              (The folding tables were introduced by #12689.)
10797      Branch: perl
10798            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
10799            ! utf8.c
10800 ____________________________________________________________________________
10801 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
10802         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
10803              From: "Craig A. Berry" <craigberry@mac.com>
10804              Date: Fri, 02 Nov 2001 00:03:52 -0600
10805              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
10806      Branch: perl
10807            ! lib/AutoSplit.t
10808 ____________________________________________________________________________
10809 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
10810         Log: Subject: Trivial doc patch
10811              From: andreas.koenig@anima.de (Andreas J. Koenig)
10812              Date: 02 Nov 2001 06:11:35 +0100
10813              Message-ID: <m37kt94v08.fsf@anima.de>
10814      Branch: perl
10815            ! pod/perlport.pod
10816 ____________________________________________________________________________
10817 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
10818         Log: Make encoding and charnames pragmas coexist.
10819      Branch: perl
10820            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
10821 ____________________________________________________________________________
10822 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
10823         Log: The basic character classes seem to go untested with Unicode.
10824      Branch: perl
10825            ! t/op/pat.t
10826 ____________________________________________________________________________
10827 [ 12802] By: ams                                   on 2001/11/02  00:39:36
10828         Log: Subject: [PATCH] the the double double word word fix fix
10829              From: Richard Soderberg <rs@oregonnet.com>
10830              Date: Thu, 1 Nov 2001 13:12:03 -0800
10831              Message-Id: <200111012112.NAA23288@oregonnet.com>
10832              
10833              Subject: Re: [PATCH] the the double double word word fix fix
10834              From: Mark-Jason Dominus <mjd@plover.com>
10835              Date: Thu, 01 Nov 2001 16:43:40 -0500
10836              Message-Id: <20011101214340.2044.qmail@plover.com>
10837              
10838              Subject: Re: [PATCH] the the double double word word fix fix
10839              From: Mark-Jason Dominus <mjd@plover.com>
10840              Date: Thu, 01 Nov 2001 16:51:39 -0500
10841              Message-Id: <20011101215139.2196.qmail@plover.com>
10842      Branch: perl
10843            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
10844            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
10845            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
10846            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
10847            ! pod/perltodo.pod pod/perlxstut.pod
10848 ____________________________________________________________________________
10849 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
10850         Log: Comment tweaks.
10851      Branch: perl
10852            ! toke.c
10853 ____________________________________________________________________________
10854 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
10855         Log: FAQ sync.
10856      Branch: perl
10857            ! pod/perlfaq9.pod
10858 ____________________________________________________________________________
10859 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
10860         Log: If an encoding is set by -M/-m, it must be in
10861              effect only for the actual script, not any other
10862              required/-M/-m'ed module, otherwise we enter a nasty
10863              recursion in regexec.c while trying to init the simple
10864              UTF-8 charclasses like PL_utf8_alnum.
10865      Branch: perl
10866            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
10867 ____________________________________________________________________________
10868 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
10869         Log: A bit more descriptive name.
10870      Branch: perl
10871            ! mg.c
10872 ____________________________________________________________________________
10873 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
10874         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
10875              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10876              Date: Wed, 31 Oct 2001 13:47:04 EST
10877              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
10878      Branch: perl
10879            ! ext/Time/HiRes/HiRes.t
10880 ____________________________________________________________________________
10881 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
10882         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
10883              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10884              Date: Wed, 31 Oct 2001 13:43:29 EST
10885              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
10886      Branch: perl
10887            ! mg.c
10888 ____________________________________________________________________________
10889 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
10890         Log: Subject: [PATCH] Various test cleanups
10891              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10892              Date: Tue, 30 Oct 2001 21:56:26 +0100
10893              Message-ID: <20011030215626.A28503@rafael>
10894      Branch: perl
10895            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10896            ! ext/DB_File/t/db-recno.t ext/Encode.t
10897 ____________________________________________________________________________
10898 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
10899         Log: Update Changes.
10900      Branch: perl
10901            ! Changes patchlevel.h
10902 ____________________________________________________________________________
10903 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
10904         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
10905              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
10906              Date: Wed, 31 Oct 2001 17:16:39 +0100
10907              Message-ID: <20011031171639.A32511@rafael>
10908      Branch: perl
10909            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
10910 ____________________________________________________________________________
10911 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
10912         Log: Skip message nit.
10913      Branch: perl
10914            ! t/io/fs.t
10915 ____________________________________________________________________________
10916 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
10917         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
10918              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10919              Date: 31 Oct 2001 14:49:37 -0000
10920              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
10921      Branch: perl
10922            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
10923 ____________________________________________________________________________
10924 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
10925         Log: Extend the effect of the encoding pragma to chr() and ord().
10926              
10927              TODO: regex literals, reentrancy problems with the utf8
10928              and charnames pragmas.
10929      Branch: perl
10930            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
10931 ____________________________________________________________________________
10932 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
10933         Log: Doc tweaks.
10934      Branch: perl
10935            ! lib/encoding.pm
10936 ____________________________________________________________________________
10937 [ 12788] By: nick                                  on 2001/10/31  08:59:56
10938         Log: Integrate mainline
10939      Branch: perlio
10940           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
10941           !> (integrate 49 files)
10942 ____________________________________________________________________________
10943 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
10944         Log: Forgot new proto.
10945      Branch: perl
10946            ! proto.h
10947 ____________________________________________________________________________
10948 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
10949         Log: Clarification: use encoding cannot be used to
10950              change the default encoding of "your whole script";
10951              only the default encoding of the *data*.  Also, it
10952              seems that "use encoding" does not mix with "use utf8"
10953              (a coredumping recursion ensues).  Should not be a huge
10954              problem since "use utf8" is pretty marginal nowadays.
10955      Branch: perl
10956            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
10957 ____________________________________________________________________________
10958 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
10959         Log: More documentation for the encode pragma.
10960      Branch: perl
10961            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
10962            ! pod/perlapi.pod pod/perlunicode.pod sv.c
10963 ____________________________________________________________________________
10964 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
10965         Log: Thinko in #12783.
10966      Branch: perl
10967            ! sv.c
10968 ____________________________________________________________________________
10969 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
10970         Log: Make sv_recode_to_utf8() a real API: the encoding
10971              is a parameter, instead of a global.  Document the
10972              PERL_ENCODING.
10973      Branch: perl
10974            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
10975            ! toke.c
10976 ____________________________________________________________________________
10977 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
10978         Log: Enable -Mencoding=foobar also for string literals.
10979      Branch: perl
10980            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
10981            ! pod/perlapi.pod proto.h sv.c toke.c
10982 ____________________________________________________________________________
10983 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
10984         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
10985              From: Andy Dougherty <doughera@lafayette.edu>
10986              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
10987              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
10988      Branch: perl
10989            ! ext/POSIX/hints/svr4.pl
10990 ____________________________________________________________________________
10991 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
10992         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
10993              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10994              Date: Mon, 29 Oct 2001 23:11:58 -0000
10995              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
10996              
10997              Add compat.h.
10998      Branch: perl
10999            ! lib/h2xs.t utils/h2xs.PL
11000 ____________________________________________________________________________
11001 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
11002         Log: Subject: PerlIOBuf_dup
11003              From: Nicholas Clark <nick@ccl4.org>              
11004              Date: Mon, 29 Oct 2001 21:52:35 +0000             
11005              Message-ID: <20011029215235.K41204@plum.flirble.org>
11006              
11007              Add prototype.
11008      Branch: perl
11009            ! perliol.h
11010 ____________________________________________________________________________
11011 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
11012         Log: Subject: [PATCH] Make malloc.c errors more useful
11013              From: Richard Soderberg <rs@oregonnet.com>
11014              Date: Mon, 29 Oct 2001 22:28:02 -0800
11015              Message-Id: <200110300628.WAA11025@oregonnet.com>
11016      Branch: perl
11017            ! malloc.c
11018 ____________________________________________________________________________
11019 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
11020         Log: Retract #12776 - the bug 19990906.001 is still valid.
11021      Branch: perl
11022            ! t/run/kill_perl.t
11023 ____________________________________________________________________________
11024 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
11025         Log: (Retracted by #12777)
11026              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
11027              From: Michael G Schwern <schwern@pobox.com> 
11028              Date: Mon, 29 Oct 2001 23:01:08 -0500
11029              Message-ID: <20011029230108.G18053@blackrider>
11030      Branch: perl
11031            ! t/run/kill_perl.t
11032 ____________________________________________________________________________
11033 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
11034         Log: Comment nits.
11035      Branch: perl
11036            ! lib/encoding.t
11037 ____________________________________________________________________________
11038 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
11039         Log: integrate change#12772 from mainline
11040              
11041              Subject: [PATCH] Mommy, what's a pointer cast?
11042      Branch: maint-5.6/perl
11043            ! perl.h
11044 ____________________________________________________________________________
11045 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
11046         Log: Subject: [PATCH] Mommy, what's a pointer cast?
11047              From: Richard Soderberg <rs@oregonnet.com>
11048              Date: Mon, 29 Oct 2001 17:01:10 -0800
11049              Message-Id: <200110300101.RAA31561@oregonnet.com>
11050              
11051              (threads* parts)
11052      Branch: perl
11053            ! ext/threads/shared/shared.xs ext/threads/threads.xs
11054 ____________________________________________________________________________
11055 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
11056         Log: Subject: [PATCH] Mommy, what's a pointer cast?
11057              From: Richard Soderberg <rs@oregonnet.com>
11058              Date: Mon, 29 Oct 2001 17:01:10 -0800
11059              Message-Id: <200110300101.RAA31561@oregonnet.com>
11060              
11061              (the perl.h part)
11062      Branch: perl
11063            ! perl.h
11064 ____________________________________________________________________________
11065 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
11066         Log: Subject: [PATCH] OpenBSD likes signal.h 
11067              From: Richard Soderberg <rs@oregonnet.com>
11068              Date: Mon, 29 Oct 2001 17:00:31 -0800
11069              Message-Id: <200110300100.RAA31533@oregonnet.com>
11070      Branch: perl
11071            ! unixish.h
11072 ____________________________________________________________________________
11073 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
11074         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
11075              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11076              Date: Mon, 29 Oct 2001 23:04:23 -0000
11077              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
11078      Branch: perl
11079            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11080            ! ext/DB_File/t/db-recno.t
11081 ____________________________________________________________________________
11082 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
11083         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
11084              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
11085              Date: Mon, 29 Oct 2001 12:34:07 -0600
11086              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
11087      Branch: perl
11088            ! ext/Time/HiRes/HiRes.t
11089 ____________________________________________________________________________
11090 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
11091         Log: Update Changes.
11092      Branch: perl
11093            ! Changes patchlevel.h
11094 ____________________________________________________________________________
11095 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
11096         Log: AIX needs an explicit symbol export list.
11097      Branch: perl
11098            ! lib/ExtUtils/Embed.t
11099 ____________________________________________________________________________
11100 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
11101         Log: The test (and the module) would require some
11102              quality hacking time to work on EBCDIC.  Based on
11103              the test results nothing seems to be majorly broken,
11104              the module just seems to have strange assumptions:
11105              got: ''\226\225\205'
11106              expected: ''one'
11107              The \226\225\205 being, of course, 'one', in EBCDIC.
11108      Branch: perl
11109            ! lib/Dumpvalue.t
11110 ____________________________________________________________________________
11111 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
11112         Log: Mark the test known to be failing in EBCDIC.
11113      Branch: perl
11114            ! t/op/tr.t
11115 ____________________________________________________________________________
11116 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
11117         Log: None of the libnet modules are going to work in
11118              EBCDIC without the Convert::EBCDIC.
11119      Branch: perl
11120            ! t/lib/1_compile.t
11121 ____________________________________________________________________________
11122 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
11123         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
11124      Branch: perl
11125            ! t/op/pack.t
11126 ____________________________________________________________________________
11127 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
11128         Log: UTF-EBCDIC ain't UTF-8.
11129      Branch: perl
11130            ! t/op/pack.t
11131 ____________________________________________________________________________
11132 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
11133         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
11134      Branch: perl
11135            ! t/lib/1_compile.t
11136 ____________________________________________________________________________
11137 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
11138         Log: Let's not assume ASCII.
11139      Branch: perl
11140            ! t/op/lc.t
11141 ____________________________________________________________________________
11142 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
11143         Log: Call the new perlio symbols differently.
11144      Branch: perl
11145            ! makedef.pl
11146 ____________________________________________________________________________
11147 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
11148         Log: Don't expect ASCII ordering.
11149      Branch: perl
11150            ! lib/ExtUtils/Manifest.t
11151 ____________________________________________________________________________
11152 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
11153         Log: Forgot from #12756.
11154      Branch: perl
11155            ! perlio.h
11156 ____________________________________________________________________________
11157 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
11158         Log: BeOS tweaks:
11159              - fseeko and ftello can be found by Configure but
11160              we do not seem to have prototypes for them so
11161              let's make up some
11162              - BeOS didn't use to have real sockets (sockets as
11163              filedescriptors) but the BONE package is supposed
11164              to fix this.  I do not know how to detect BONEness,
11165              see hints/beos.sh for a spot that needs to fixed.
11166              - BeOS has O_TEXT != O_BINARY but has no setmode()
11167      Branch: perl
11168            ! hints/beos.sh perlio.c
11169 ____________________________________________________________________________
11170 [ 12755] By: sky                                   on 2001/10/29  12:56:12
11171         Log: Ugly fix to not die when a thread creator is holding locks.
11172      Branch: perl
11173            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11174            ! ext/threads/threads.xs
11175 ____________________________________________________________________________
11176 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
11177         Log: Integrate change #12752 from maintperl;
11178              
11179              croak(Nullch) wasn't printing the contents of ERRSV if there was
11180              no outer eval (bug in change#6125)
11181      Branch: perl
11182           !> util.c
11183 ____________________________________________________________________________
11184 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
11185         Log: Subject: [PATCH h2xs] Use of static data in XS modules
11186              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11187              Date: Sun, 28 Oct 2001 21:19:07 -0000
11188              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
11189              
11190              with nits from Sarathy.
11191      Branch: perl
11192            ! utils/h2xs.PL
11193 ____________________________________________________________________________
11194 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
11195         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
11196              no outer eval (bug in change#6125)
11197      Branch: maint-5.6/perl
11198            ! util.c
11199 ____________________________________________________________________________
11200 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
11201         Log: More todo for the encoding pragma.
11202      Branch: perl
11203            ! lib/encoding.pm
11204 ____________________________________________________________________________
11205 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
11206         Log: Add the encoding pragma to control the "upgrade"
11207              from the native eight bit data to Unicode.
11208              
11209              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
11210      Branch: perl
11211            + lib/encoding.pm lib/encoding.t
11212            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
11213            ! pod/perlunicode.pod pod/perlvar.pod sv.c
11214 ____________________________________________________________________________
11215 [ 12749] By: sky                                   on 2001/10/28  21:02:33
11216         Log: Update documentation.
11217      Branch: perl
11218            ! ext/threads/shared/shared.pm
11219 ____________________________________________________________________________
11220 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
11221         Log: Integrate change #12747 from maintperl;
11222              
11223              finishing touches to system() fixes on windows:
11224              * detect cmd shell correctly even if it had full path in it
11225              * more quoting needed for single-arg system if the argument
11226              really had multiple quoted arguments within it
11227              * be smarter about not calling the shell when the executable
11228              has spaces, but otherwise does not need shell involvement
11229              * add a testsuite (windows-specific currently)
11230      Branch: perl
11231           +> t/op/system.t t/op/system_tests
11232            ! MANIFEST pod/perltodo.pod
11233           !> win32/win32.c
11234 ____________________________________________________________________________
11235 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
11236         Log: finishing touches to system() fixes on windows:
11237              * detect cmd shell correctly even if it had full path in it
11238              * more quoting needed for single-arg system if the argument
11239              really had multiple quoted arguments within it
11240              * be smarter about not calling the shell when the executable
11241              has spaces, but otherwise does not need shell involvement
11242              * add a testsuite (windows-specific currently)
11243      Branch: maint-5.6/perl
11244            + t/op/system.t t/op/system_tests
11245            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
11246 ____________________________________________________________________________
11247 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
11248         Log: Integrate perlio.
11249      Branch: perl
11250           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
11251 ____________________________________________________________________________
11252 [ 12745] By: nick                                  on 2001/10/28  16:08:14
11253         Log: Mingw32 fixup for Embed.t
11254      Branch: perlio
11255            ! lib/ExtUtils/Embed.t
11256 ____________________________________________________________________________
11257 [ 12744] By: nick                                  on 2001/10/28  15:54:14
11258         Log: GCC vs MS 64-bit constant syntax
11259      Branch: perlio
11260            ! ext/Time/HiRes/HiRes.xs
11261 ____________________________________________________________________________
11262 [ 12743] By: nick                                  on 2001/10/28  15:42:55
11263         Log: Integrate mainline
11264      Branch: perlio
11265           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
11266 ____________________________________________________________________________
11267 [ 12742] By: sky                                   on 2001/10/28  14:47:10
11268         Log: Manpage updates.
11269      Branch: perl
11270            ! ext/threads/threads.pm
11271 ____________________________________________________________________________
11272 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
11273         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
11274      Branch: perl
11275            ! lib/ExtUtils/Embed.t
11276 ____________________________________________________________________________
11277 [ 12740] By: nick                                  on 2001/10/28  14:14:24
11278         Log: Integrate mainline
11279      Branch: perlio
11280           !> lib/ExtUtils/Embed.t win32/win32.c
11281 ____________________________________________________________________________
11282 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
11283         Log: Need to be ./executed.
11284      Branch: perl
11285            ! lib/ExtUtils/Embed.t
11286 ____________________________________________________________________________
11287 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
11288         Log: Integrate perlio.
11289      Branch: perl
11290           !> perlio.c win32/win32.h
11291 ____________________________________________________________________________
11292 [ 12737] By: nick                                  on 2001/10/28  13:53:45
11293         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
11294              by gcc -xc++.
11295      Branch: perlio
11296            ! win32/win32.h
11297 ____________________________________________________________________________
11298 [ 12736] By: nick                                  on 2001/10/28  13:50:50
11299         Log: Have :stdio layer update an honour the fd refcnt table.
11300              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
11301      Branch: perlio
11302            ! perlio.c
11303 ____________________________________________________________________________
11304 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
11305         Log: Integrate changes #12724 and #12725 from maintperl;
11306              multiarg system now works.
11307      Branch: perl
11308           !> win32/win32.c
11309 ____________________________________________________________________________
11310 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
11311         Log: Integrate perlio.
11312      Branch: perl
11313           +> lib/ExtUtils/Embed.t
11314           !> MANIFEST perlio.c
11315 ____________________________________________________________________________
11316 [ 12733] By: nick                                  on 2001/10/28  13:07:16
11317         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
11318              least for PERLIO=perlio unthreaded case
11319      Branch: perlio
11320            ! perlio.c
11321 ____________________________________________________________________________
11322 [ 12732] By: nick                                  on 2001/10/28  11:10:24
11323         Log: Typo in exe name
11324      Branch: perlio
11325            ! lib/ExtUtils/Embed.t
11326 ____________________________________________________________________________
11327 [ 12731] By: nick                                  on 2001/10/28  11:09:59
11328         Log: Integrate Mainline
11329      Branch: perlio
11330           !> Changes configure.com ext/DB_File/DB_File.pm
11331           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
11332           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
11333           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
11334           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
11335           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
11336           !> t/TEST t/op/regexp.t win32/buildext.pl
11337 ____________________________________________________________________________
11338 [ 12730] By: nick                                  on 2001/10/28  11:05:35
11339         Log: Fixup Embed.t for Win32/VC++
11340      Branch: perlio
11341            ! lib/ExtUtils/Embed.t
11342 ____________________________________________________________________________
11343 [ 12729] By: nick                                  on 2001/10/28  09:36:20
11344         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
11345              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
11346              ExtUtils::Embed.
11347      Branch: perlio
11348            + lib/ExtUtils/Embed.t
11349            ! MANIFEST
11350 ____________________________________________________________________________
11351 [ 12728] By: sky                                   on 2001/10/28  08:12:53
11352         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
11353              line manually!
11354      Branch: perl
11355            ! lib/ExtUtils/xsubpp
11356 ____________________________________________________________________________
11357 [ 12727] By: sky                                   on 2001/10/28  08:02:09
11358         Log: And here we use the prototypes.
11359      Branch: perl
11360            ! ext/threads/shared/shared.xs
11361 ____________________________________________________________________________
11362 [ 12726] By: sky                                   on 2001/10/28  08:00:48
11363         Log: Support [] style prototypes.
11364      Branch: perl
11365            ! lib/ExtUtils/xsubpp
11366 ____________________________________________________________________________
11367 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
11368         Log: yet another multi-arg system() fix on windows: batch files as the
11369              first argument (i.e. directly executed by CreateProcess()) need
11370              extra quoting to escape shell-shock
11371      Branch: maint-5.6/perl
11372            ! win32/win32.c
11373 ____________________________________________________________________________
11374 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
11375         Log: another multi-arg system() fix on windows: passing empty arguments
11376              now works
11377      Branch: maint-5.6/perl
11378            ! win32/win32.c
11379 ____________________________________________________________________________
11380 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
11381         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
11382              No final #else #error because we do not seem to
11383              be using #error?
11384      Branch: perl
11385            ! op.h
11386 ____________________________________________________________________________
11387 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
11388         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
11389              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
11390              Date: Sat, 27 Oct 2001 23:28:44 EST 
11391              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
11392      Branch: perl
11393            ! ext/Time/HiRes/HiRes.xs
11394 ____________________________________________________________________________
11395 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
11396         Log: Regen perlapi, perltoc.
11397      Branch: perl
11398            ! pod/perlapi.pod pod/perltoc.pod
11399 ____________________________________________________________________________
11400 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
11401         Log: Subject: [PATCH] sv.h documentation
11402              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
11403              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
11404              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
11405      Branch: perl
11406            ! sv.h
11407 ____________________________________________________________________________
11408 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
11409         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
11410              system("nmake -nologo", "clean") and there is no executable
11411              called "nmake -nologo"; this used to "work" pre-change#12559 due
11412              to bugs in multiarg system() that have since been fixed
11413      Branch: perl
11414            ! win32/buildext.pl
11415 ____________________________________________________________________________
11416 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
11417         Log: Update Changes.
11418      Branch: perl
11419            ! Changes patchlevel.h
11420 ____________________________________________________________________________
11421 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
11422         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
11423              From: Richard.Foley@t-online.de (Richard Foley)            
11424              Date: Sun, 28 Oct 2001 00:48:32 +0200
11425              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
11426      Branch: perl
11427            ! pod/perlhack.pod
11428 ____________________________________________________________________________
11429 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
11430         Log: Must store pointers with the right width.
11431      Branch: perl
11432            ! op.h
11433 ____________________________________________________________________________
11434 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
11435         Log: Integrate change #12711 from perlio;
11436              
11437              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
11438              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
11439      Branch: perl
11440           !> perlio.c
11441 ____________________________________________________________________________
11442 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
11443         Log: Subject: [PATCH] make minitest
11444              From: Nicholas Clark <nick@ccl4.org>
11445              Date: Sat, 27 Oct 2001 22:56:16 +0100
11446              Message-ID: <20011027225616.L20275@plum.flirble.org>
11447      Branch: perl
11448            ! t/TEST
11449 ____________________________________________________________________________
11450 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
11451         Log: Patch #12661 missed this.
11452      Branch: perl
11453            ! ext/DB_File/DB_File.pm
11454 ____________________________________________________________________________
11455 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
11456         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
11457              From: "Craig A. Berry" <craigberry@mac.com>
11458              Date: Sat, 27 Oct 2001 16:07:47 -0500
11459              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
11460      Branch: perl
11461            ! configure.com perlio.c
11462 ____________________________________________________________________________
11463 [ 12711] By: nick                                  on 2001/10/27  19:49:25
11464         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
11465              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
11466      Branch: perlio
11467            ! perlio.c
11468 ____________________________________________________________________________
11469 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
11470         Log: Let's not replace reason if there's one already supplied.
11471      Branch: perl
11472            ! t/op/regexp.t
11473 ____________________________________________________________________________
11474 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
11475         Log: is not good.
11476      Branch: perl
11477            ! t/op/regexp.t
11478 ____________________________________________________________________________
11479 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
11480         Log: ldlibpth can exist but be unset.
11481      Branch: perl
11482            ! t/TEST
11483 ____________________________________________________________________________
11484 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
11485         Log: Unicode: property alias naming cleanup.
11486      Branch: perl
11487            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
11488 ____________________________________________________________________________
11489 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
11490         Log: FAQ sync.
11491      Branch: perl
11492            ! pod/perlfaq4.pod
11493 ____________________________________________________________________________
11494 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
11495         Log: Integrate change #12703 from maintperl;
11496              
11497              typemap stuff intervenes before declaration, move it to PREINIT
11498              section
11499              
11500              (an empty integrate, but now the files are in sync
11501              between the branches)
11502      Branch: perl
11503           !> ext/ODBM_File/ODBM_File.xs
11504 ____________________________________________________________________________
11505 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
11506         Log: More PerlIO symbols.
11507      Branch: perl
11508            ! makedef.pl
11509 ____________________________________________________________________________
11510 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
11511         Log: typemap stuff intervenes before declaration, move it to PREINIT
11512              section
11513      Branch: maint-5.6/perl
11514            ! ext/ODBM_File/ODBM_File.xs
11515 ____________________________________________________________________________
11516 [ 12702] By: nick                                  on 2001/10/27  14:09:35
11517         Log: Integrate mainline
11518      Branch: perlio
11519           +> ext/threads/shared/t/av_simple.t
11520           +> ext/threads/shared/t/hv_refs.t
11521           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
11522           !> (integrate 109 files)
11523 ____________________________________________________________________________
11524 [ 12700] By: ams                                   on 2001/10/26  21:22:23
11525         Log: Subject: [PATCH] tweak divide
11526              From: Nicholas Clark <nick@ccl4.org>
11527              Date: Fri, 26 Oct 2001 22:52:17 +0100
11528              Message-Id: <20011026225217.B20275@plum.flirble.org>
11529      Branch: perl
11530            ! pp.c
11531 ____________________________________________________________________________
11532 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
11533         Log: Integrate a buncha things from maintperl.
11534      Branch: maint-5.6/macperl
11535           !> (integrate 32 files)
11536 ____________________________________________________________________________
11537 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
11538         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
11539              From: Andy Dougherty <doughera@lafayette.edu>
11540              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
11541              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
11542      Branch: perl
11543            ! hints/svr4.sh
11544 ____________________________________________________________________________
11545 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
11546         Log: When you're root, many things become writable.
11547      Branch: perl
11548            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
11549 ____________________________________________________________________________
11550 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
11551         Log: Update Changes.
11552      Branch: perl
11553            ! Changes patchlevel.h
11554 ____________________________________________________________________________
11555 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
11556         Log: Term/Cap.t attempts to access the floppy drive for no good reason
11557              on dosish systems
11558      Branch: perl
11559            ! lib/Term/Cap.t
11560 ____________________________________________________________________________
11561 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
11562         Log: fix misleading comment on known inadequacy in B::Terse, and skip
11563              it correctly
11564      Branch: perl
11565            ! ext/B/t/terse.t
11566 ____________________________________________________________________________
11567 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
11568         Log: fix spurious AutoSplit.t failure under windows
11569      Branch: perl
11570            ! lib/AutoSplit.t
11571 ____________________________________________________________________________
11572 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
11573         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
11574      Branch: perl
11575            ! ext/Time/HiRes/HiRes.t
11576 ____________________________________________________________________________
11577 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
11578         Log: More logical to use %04"UVXf" than %"UVuf" since
11579              the Unicode standard prefers hex.
11580      Branch: perl
11581            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
11582            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
11583            ! lib/unicore/mktables utf8.c
11584 ____________________________________________________________________________
11585 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
11586         Log: change#12065 seems to have broken Encode build on windows; fix
11587      Branch: perl
11588            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
11589 ____________________________________________________________________________
11590 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
11591         Log: Unicode: add the case folding table.
11592      Branch: perl
11593            + lib/unicore/To/Fold.pl
11594            ! MANIFEST lib/unicore/mktables
11595 ____________________________________________________________________________
11596 [ 12688] By: sky                                   on 2001/10/26  13:51:29
11597         Log: Get the new functions right, do not export lock since we use builtin lock.
11598              TODO: fix xsubpp to support the new prototypes
11599      Branch: perl
11600            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11601 ____________________________________________________________________________
11602 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
11603         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
11604              as suggested by Sarathy.
11605      Branch: perl
11606            ! mg.c
11607 ____________________________________________________________________________
11608 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
11609         Log: avoid compiler warning
11610      Branch: perl
11611            ! win32/win32.c
11612 ____________________________________________________________________________
11613 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
11614         Log: WinCE update from Rainer Keuchel.
11615      Branch: perl
11616            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
11617            ! wince/wince.c
11618 ____________________________________________________________________________
11619 [ 12684] By: sky                                   on 2001/10/26  13:34:33
11620         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
11621      Branch: perl
11622            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11623 ____________________________________________________________________________
11624 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
11625         Log: More fixes that were made to the core and not in the libnet src
11626      Branch: perl
11627            ! lib/Net/Domain.pm
11628 ____________________________________________________________________________
11629 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
11630         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
11631              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
11632              Date: Fri, 26 Oct 2001 13:55:21 +0200
11633              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
11634              
11635              (plus make the db-recno.t#59 accept both \n and \r\n)
11636      Branch: perl
11637            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11638            ! ext/DB_File/t/db-recno.t
11639 ____________________________________________________________________________
11640 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
11641         Log: Fix tests to be able to run in the core and the CPAN dist
11642      Branch: perl
11643            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
11644            ! lib/Net/t/require.t lib/Net/t/smtp.t
11645 ____________________________________________________________________________
11646 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
11647         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
11648              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11649              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
11650              Date: Fri, 26 Oct 2001 08:34:46 EDT
11651      Branch: perl
11652            ! ext/Time/HiRes/HiRes.t
11653 ____________________________________________________________________________
11654 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
11655         Log: Sync libnet modules with what will be libnet-1.08
11656      Branch: perl
11657            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
11658            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
11659            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
11660            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
11661 ____________________________________________________________________________
11662 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
11663         Log: Integrate maintperl changes #12268 and #12669;
11664              
11665              final touches to the audit for statics and thread-unsafe code
11666              * make DB_File, ODBM_File thread-safe 
11667              * remove unnecessary/dangerous statics and protect others
11668              from not getting accidentally enabled under threaded perls
11669              
11670              windows support functions get_childdir() et al aren't exported
11671              correctly under vanilla build
11672              
11673              Testing under win32 appreciated since changes there had
11674              to be manually merged and I cannot test how badly did I do.
11675      Branch: perl
11676           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
11677           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
11678           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
11679           !> win32/vmem.h win32/win32.c win32/win32iop.h
11680 ____________________________________________________________________________
11681 [ 12677] By: sky                                   on 2001/10/26  12:37:17
11682         Log: More Config::threads to threads::threads changes
11683      Branch: perl
11684            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
11685 ____________________________________________________________________________
11686 [ 12676] By: sky                                   on 2001/10/26  12:31:46
11687         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
11688      Branch: perl
11689            ! ext/threads/threads.pm ext/threads/threads.xs
11690 ____________________________________________________________________________
11691 [ 12675] By: sky                                   on 2001/10/26  12:06:30
11692         Log: Allocing a TLS in runtime is not too hot.
11693      Branch: perl
11694            ! ext/threads/threads.xs
11695 ____________________________________________________________________________
11696 [ 12674] By: sky                                   on 2001/10/26  11:59:09
11697         Log: Don't display debug data.
11698      Branch: perl
11699            ! ext/threads/threads.pm
11700 ____________________________________________________________________________
11701 [ 12673] By: sky                                   on 2001/10/26  11:35:47
11702         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
11703              complete bar support for blessed objects.
11704              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
11705      Branch: perl
11706            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
11707 ____________________________________________________________________________
11708 [ 12672] By: sky                                   on 2001/10/26  11:15:28
11709         Log: Fix case where shared reference does not exist in current thread.
11710      Branch: perl
11711            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
11712 ____________________________________________________________________________
11713 [ 12671] By: sky                                   on 2001/10/26  08:48:52
11714         Log: Support for references in shared arrays.
11715      Branch: perl
11716            ! ext/threads/shared/shared.xs
11717 ____________________________________________________________________________
11718 [ 12670] By: sky                                   on 2001/10/26  08:30:11
11719         Log: Add tests for references in hashes.
11720      Branch: perl
11721            + ext/threads/shared/t/hv_refs.t
11722            ! MANIFEST
11723 ____________________________________________________________________________
11724 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
11725         Log: windows support functions get_childdir() et al aren't exported
11726              correctly under vanilla build
11727      Branch: maint-5.6/perl
11728            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
11729 ____________________________________________________________________________
11730 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
11731         Log: final touches to the audit for statics and thread-unsafe code
11732              * make DB_File, ODBM_File thread-safe 
11733              * remove unnecessary/dangerous statics and protect others
11734              from not getting accidentally enabled under threaded perls
11735      Branch: maint-5.6/perl
11736            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
11737            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
11738            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
11739            ! win32/win32.c
11740 ____________________________________________________________________________
11741 [ 12667] By: ams                                   on 2001/10/26  03:48:36
11742         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
11743              From: "Richard Soderberg" <rs@crystalflame.net>
11744              Date: Thu, 25 Oct 2001 23:42:50 -0400
11745              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
11746      Branch: perl
11747            ! sharedsv.c
11748 ____________________________________________________________________________
11749 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
11750         Log: Integrate change #12664 from maintperl;
11751              
11752              the newest GCCs don't seem to like C<"string1"##STRING2>
11753              so keep it as C<"string1" STRING2> (latter appears to
11754              work everywhere)
11755      Branch: perl
11756           !> ext/DynaLoader/dlutils.c
11757 ____________________________________________________________________________
11758 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
11759         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
11760              From: Chris Nandor <pudge@pobox.com>
11761              Date: Thu, 25 Oct 2001 22:15:03 -0400
11762              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
11763      Branch: perl
11764            ! perl.h
11765 ____________________________________________________________________________
11766 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
11767         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
11768              C<"string1" STRING2> (latter appears to work everywhere)
11769      Branch: maint-5.6/perl
11770            ! ext/DynaLoader/dlutils.c
11771 ____________________________________________________________________________
11772 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
11773         Log: AUTHORS update.
11774      Branch: perl
11775            ! AUTHORS
11776 ____________________________________________________________________________
11777 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
11778         Log: Integrate change #12660 from maintperl;
11779              
11780              make the dMY_CXT stuff available under all of
11781              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
11782      Branch: perl
11783           !> perl.h
11784 ____________________________________________________________________________
11785 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
11786         Log: Subject: [PATCH] DB_File-1.79
11787              From: "Paul Marquess" <paul.marquess@openwave.com>
11788              Date: Fri, 26 Oct 2001 00:03:54 +0100
11789              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
11790      Branch: perl
11791            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
11792            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
11793 ____________________________________________________________________________
11794 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
11795         Log: make the dMY_CXT stuff available under all of
11796              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
11797      Branch: maint-5.6/perl
11798            ! perl.h
11799 ____________________________________________________________________________
11800 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
11801         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
11802              From: Michael G Schwern <schwern@pobox.com>
11803              Date: Thu, 25 Oct 2001 18:28:12 -0400
11804              Message-ID: <20011025182812.M4811@blackrider>
11805      Branch: perl
11806            ! t/run/kill_perl.t
11807 ____________________________________________________________________________
11808 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
11809         Log: STRLEN != int.
11810      Branch: perl
11811            ! regcomp.c regexec.c
11812 ____________________________________________________________________________
11813 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
11814         Log: Subject: [PATCH] remove small IVop redundancy
11815              From: Nicholas Clark <nick@ccl4.org>
11816              Date: Thu, 25 Oct 2001 22:48:28 +0100
11817              Message-ID: <20011025224827.M66471@plum.flirble.org>
11818      Branch: perl
11819            ! pp.c pp_hot.c
11820 ____________________________________________________________________________
11821 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
11822         Log: Metaconfig unit change for #12655.
11823      Branch: metaconfig/U/perl
11824            ! Extensions.U
11825 ____________________________________________________________________________
11826 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
11827         Log: Subject: Re: Not OK @12650
11828              From: Andy Dougherty <doughera@lafayette.edu>
11829              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
11830              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
11831      Branch: perl
11832            ! Configure
11833 ____________________________________________________________________________
11834 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
11835         Log: Integrate changes #12652 and #12653 from maintperl;
11836              
11837              more tweaks to change#12626
11838              * move the boilerplate code over to perl.h and make DynaLoader
11839              use it
11840              * make re, Opcode, File::Glob and B threadsafe
11841              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
11842              C<no re;> anywhere)
11843              
11844              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
11845              
11846              File::Glob required a bit more work in bleadperl
11847              because of ExtUtils::Constant (see the Makefile.PL change)
11848      Branch: perl
11849            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
11850           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
11851           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
11852 ____________________________________________________________________________
11853 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
11854         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
11855      Branch: maint-5.6/perl
11856            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
11857            ! ext/Opcode/Opcode.xs ext/re/re.xs
11858 ____________________________________________________________________________
11859 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
11860         Log: more tweaks to change#12626
11861              * move the boilerplate code over to perl.h and make DynaLoader
11862              use it
11863              * make re, Opcode, File::Glob and B threadsafe
11864              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
11865              C<no re;> anywhere)
11866      Branch: maint-5.6/perl
11867            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
11868            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
11869 ____________________________________________________________________________
11870 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
11871         Log: Metaconfig unit change for #12650.
11872      Branch: metaconfig/U/perl
11873            ! Extensions.U
11874 ____________________________________________________________________________
11875 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
11876         Log: Subject: Re: ithreads doesn't like usedl=n
11877              From: Andy Dougherty <doughera@lafayette.edu>
11878              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
11879              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
11880              
11881              Special-case threads::shared.
11882      Branch: perl
11883            ! Configure
11884 ____________________________________________________________________________
11885 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
11886         Log: Getting fancier...
11887      Branch: perl
11888            ! t/TEST
11889 ____________________________________________________________________________
11890 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
11891         Log: csh - what a pain.
11892      Branch: perl
11893            ! t/TEST
11894 ____________________________________________________________________________
11895 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
11896         Log: Update Changes.
11897      Branch: perl
11898            ! Changes patchlevel.h
11899 ____________________________________________________________________________
11900 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
11901         Log: Allow resetting the locale system for the duration
11902              of the build (Mac OS X default setting LANG=En_US
11903              ist kaputt)
11904      Branch: perl
11905            ! Makefile.SH
11906 ____________________________________________________________________________
11907 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
11908         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
11909      Branch: perl
11910            ! ext/Digest/MD5/t/files.t
11911 ____________________________________________________________________________
11912 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
11913         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
11914              From: Andy Dougherty <doughera@lafayette.edu>
11915              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
11916              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
11917      Branch: perl
11918            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
11919            ! ext/threads/shared/Makefile.PL
11920 ____________________________________________________________________________
11921 [ 12643] By: sky                                   on 2001/10/25  12:28:26
11922         Log: Add support for reference members of hashes.
11923      Branch: perl
11924            ! ext/threads/shared/shared.xs
11925 ____________________________________________________________________________
11926 [ 12642] By: ams                                   on 2001/10/25  12:21:13
11927         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
11928              From: "Norton Allen" <nort@qnx.com>
11929              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
11930              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
11931      Branch: perl
11932            ! ext/Digest/MD5/MD5.xs
11933 ____________________________________________________________________________
11934 [ 12641] By: sky                                   on 2001/10/25  10:27:39
11935         Log: Tests shared hashes.
11936      Branch: perl
11937            + ext/threads/shared/t/hv_simple.t
11938            ! MANIFEST
11939 ____________________________________________________________________________
11940 [ 12640] By: sky                                   on 2001/10/25  10:18:23
11941         Log: Fix threadcounts for arrays and hashes.
11942      Branch: perl
11943            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11944 ____________________________________________________________________________
11945 [ 12639] By: sky                                   on 2001/10/25  10:17:26
11946         Log: Note to self, doing *src_ary++ in a macro that evaluates
11947              the value more than once is a good way to dump core.
11948      Branch: perl
11949            ! sharedsv.c
11950 ____________________________________________________________________________
11951 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
11952         Log: Integrate change #12636 from maintperl; more dl fixups.
11953      Branch: perl
11954           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
11955           !> ext/DynaLoader/dl_vms.xs
11956 ____________________________________________________________________________
11957 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
11958         Log: Like dl_hpux, like dl_dld.
11959      Branch: perl
11960            ! ext/DynaLoader/dl_dld.xs
11961 ____________________________________________________________________________
11962 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
11963         Log: followups to change#12635
11964      Branch: maint-5.6/perl
11965            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
11966            ! ext/DynaLoader/dl_vms.xs
11967 ____________________________________________________________________________
11968 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
11969         Log: add part of change#12634 to the two files that need it; dl_aix.xs
11970              in maint-5.6 doesn't have the branch that had the problem in
11971              mainline
11972      Branch: maint-5.6/perl
11973            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
11974 ____________________________________________________________________________
11975 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
11976         Log: Fixes for #12627.
11977      Branch: perl
11978            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
11979 ____________________________________________________________________________
11980 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
11981         Log: Since pv_uni_display and sv_uni_display are now used
11982              in the re extension, their symbols have to be exported.
11983      Branch: perl
11984            ! embed.pl global.sym
11985 ____________________________________________________________________________
11986 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
11987         Log: Subject:  Re: [PATCH Perl@12567] debug /list
11988              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11989              Date: Tue, 23 Oct 2001 21:40:33 EDT
11990              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
11991      Branch: perl
11992            ! configure.com
11993 ____________________________________________________________________________
11994 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
11995         Log: This takes care of some of the re 'debug' cases but
11996              not all cases since the information whether the pattern
11997              or the target are utf8 seems to be either lost or not
11998              spread widely enough, sigh.
11999      Branch: perl
12000            ! regcomp.c
12001 ____________________________________________________________________________
12002 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
12003         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
12004              From: John Peacock <jpeacock@rowman.com>
12005              Date: Wed, 24 Oct 2001 16:53:29 -0400
12006              Message-ID: <3BD72A49.1508D152@rowman.com>
12007      Branch: perl
12008            ! configure.com
12009 ____________________________________________________________________________
12010 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
12011         Log: Upgrade NetWare and WinCE as in #12626.
12012      Branch: perl
12013            ! NetWare/dl_netware.xs wince/dl_win32.xs
12014 ____________________________________________________________________________
12015 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
12016         Log: Tru64 compiler nit.
12017      Branch: perl
12018            ! ext/threads/shared/shared.xs
12019 ____________________________________________________________________________
12020 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
12021         Log: Integrate change #12626 from maintperl;
12022              make DynaLoader threadsafe by moving all statics into
12023              interpreter-local space
12024              
12025              TODO: Netware, OS/2, WinCE
12026      Branch: perl
12027           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
12028           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
12029           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
12030           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
12031           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
12032           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
12033           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
12034 ____________________________________________________________________________
12035 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
12036         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
12037              space
12038      Branch: maint-5.6/perl
12039            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
12040            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
12041            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
12042            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
12043            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
12044            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
12045            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
12046 ____________________________________________________________________________
12047 [ 12625] By: sky                                   on 2001/10/24  20:05:26
12048         Log: Change #12623 inflicted an infinite hang. Fixed.
12049      Branch: perl
12050            ! ext/threads/shared/shared.xs
12051 ____________________________________________________________________________
12052 [ 12624] By: sky                                   on 2001/10/24  19:06:55
12053         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
12054      Branch: perl
12055            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12056 ____________________________________________________________________________
12057 [ 12623] By: sky                                   on 2001/10/24  18:06:34
12058         Log: We need to do sharedsv_find in the original perl context.
12059      Branch: perl
12060            ! ext/threads/shared/shared.xs
12061 ____________________________________________________________________________
12062 [ 12622] By: sky                                   on 2001/10/24  17:26:51
12063         Log: Add support for basic support for AVs, references not supported yet.
12064              Add test for AVs.
12065              Add more tests to sv_refs
12066              Fix documentation issues.  
12067      Branch: perl
12068            + ext/threads/shared/t/av_simple.t
12069            ! MANIFEST ext/threads/shared/shared.pm
12070            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
12071 ____________________________________________________________________________
12072 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
12073         Log: Dump Unicode better for re 'debug'.  The regprop()
12074              is unfinished since have to figure out how to detect
12075              Unicodeness in there.
12076      Branch: perl
12077            ! regcomp.c regexec.c
12078 ____________________________________________________________________________
12079 [ 12620] By: sky                                   on 2001/10/24  13:18:07
12080         Log: Add support for finding shared arrays and hashes.
12081      Branch: perl
12082            ! sharedsv.c
12083 ____________________________________________________________________________
12084 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
12085         Log: Rewrite sv_uni_display() as pv_uni_display() as
12086              reimplement sv_uni_display() using that.
12087      Branch: perl
12088            ! dump.c embed.h embed.pl proto.h
12089 ____________________________________________________________________________
12090 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
12091         Log: Integrate change #12615 from maintperl;
12092              on Windows, IO::File::new_tmpfile() fails after being called
12093              32767 times because MSVCRT thinks stdio's TMP_MAX is a
12094              process-wide limit
12095      Branch: perl
12096           !> win32/win32.c
12097 ____________________________________________________________________________
12098 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
12099         Log: Don't try to print ints as IVs.
12100      Branch: perl
12101            ! ext/Time/HiRes/HiRes.xs
12102 ____________________________________________________________________________
12103 [ 12616] By: sky                                   on 2001/10/24  11:06:35
12104         Log: We only need to fetch the SV from the backend if the index
12105              is not the same as mg_private.     In theory this could be
12106              a problem if there are an exact multiple of U16 changes
12107              of a shared variable between two access in a given thread,
12108              we choose to avoid theory for now.
12109      Branch: perl
12110            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
12111 ____________________________________________________________________________
12112 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
12113         Log: on Windows, IO::File::new_tmpfile() fails after being called
12114              32767 times because MSVCRT thinks stdio's TMP_MAX is a
12115              process-wide limit
12116      Branch: maint-5.6/perl
12117            ! win32/win32.c
12118 ____________________________________________________________________________
12119 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
12120         Log: Negation and Unicode: sort of solves 20010303.010,
12121              except not quite like reported in the Subject
12122              (Perl_warner is still utf8-ignorant).
12123      Branch: perl
12124            ! pp.c t/lib/warnings/sv
12125 ____________________________________________________________________________
12126 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
12127         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
12128      Branch: perl
12129            ! sv.c t/lib/warnings/sv
12130 ____________________________________________________________________________
12131 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
12132         Log: sv_uni_display(): do not add the "...", let the caller
12133              do it if wanted, and be prepared for more display options.
12134      Branch: perl
12135            ! dump.c embed.h embed.pl proto.h
12136 ____________________________________________________________________________
12137 [ 12611] By: nick                                  on 2001/10/23  20:28:07
12138         Log: Integrate mainline
12139      Branch: perlio
12140           !> Changes configure.com cygwin/cygwin.c
12141           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
12142           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
12143           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
12144           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
12145           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
12146           !> utils/h2xs.PL utils/perldoc.PL
12147 ____________________________________________________________________________
12148 [ 12610] By: sky                                   on 2001/10/23  19:39:24
12149         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
12150              don't call themselves READONLY but still die with modification
12151              attempt. We only call bless for ext and umagic.
12152      Branch: perl
12153            ! sv.c
12154 ____________________________________________________________________________
12155 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
12156         Log: Croak() on negative time; doc tweaks.
12157      Branch: perl
12158            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
12159            ! ext/Time/HiRes/HiRes.xs
12160 ____________________________________________________________________________
12161 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
12162         Log: FAQ sync.
12163      Branch: perl
12164            ! pod/perlfaq4.pod pod/perlfaq7.pod
12165 ____________________________________________________________________________
12166 [ 12607] By: sky                                   on 2001/10/23  18:27:27
12167         Log: Call setmagic on the referent we are blessing.
12168      Branch: perl
12169            ! sv.c
12170 ____________________________________________________________________________
12171 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
12172         Log: Small test nits.
12173      Branch: perl
12174            ! t/op/lc.t
12175 ____________________________________________________________________________
12176 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
12177         Log: Update Changes.
12178      Branch: perl
12179            ! Changes patchlevel.h
12180 ____________________________________________________________________________
12181 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
12182         Log: Make the PerlIO_init() prototypes consistent.
12183      Branch: perl
12184            ! perlio.c
12185 ____________________________________________________________________________
12186 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
12187         Log: Upping the test count is a good idea.
12188      Branch: perl
12189            ! t/op/lc.t
12190 ____________________________________________________________________________
12191 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
12192         Log: Document the final sigma spot.
12193      Branch: perl
12194            ! pp.c
12195 ____________________________________________________________________________
12196 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
12197         Log: Fix multicharacter titlecase (ucfirst).
12198      Branch: perl
12199            ! pod/perlunicode.pod pp.c t/op/lc.t
12200 ____________________________________________________________________________
12201 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
12202         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
12203              From: Mikhail Zabaluev <mhz@alt-linux.org>
12204              Date: Tue, 23 Oct 2001 10:40:37 +0400
12205              Message-ID: <20011023104037.A12761@localhost.localdomain>
12206              
12207              (#12406 replaced with this)
12208      Branch: perl
12209            ! utils/perldoc.PL
12210 ____________________________________________________________________________
12211 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
12212         Log: MacOS Classic updates from Pudge.
12213      Branch: perl
12214            ! lib/File/Spec.t lib/File/Spec/Mac.pm
12215 ____________________________________________________________________________
12216 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
12217         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
12218              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12219              Date: Sun, 14 Oct 2001 23:14:46 +0200
12220              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
12221              
12222              except for the 2->4 changes.
12223      Branch: perl
12224            ! lib/AutoSplit.t
12225 ____________________________________________________________________________
12226 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
12227         Log: integrate macperl contents into maint-5.6
12228      Branch: maint-5.6/perl
12229            ! mg.c
12230           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
12231           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
12232           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
12233           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
12234           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
12235           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
12236           !> t/lib/filefind.t t/lib/filespec.t
12237 ____________________________________________________________________________
12238 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
12239         Log: At some point the #6234 has been lost from the mainline
12240              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
12241      Branch: perl
12242            ! lib/File/Spec/Win32.pm
12243 ____________________________________________________________________________
12244 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
12245         Log: Cygwin seems to round up (or closest, but not down)
12246              for time(), so half of the time (bad pun intended)
12247              Time::HiRes::time() is less than time(), half of
12248              the time it's more.  So let's try harder in the loop.
12249      Branch: perl
12250            ! ext/Time/HiRes/HiRes.t
12251 ____________________________________________________________________________
12252 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
12253         Log: MacOS Classic timeofday(), from Chris Nandor. 
12254      Branch: perl
12255            ! ext/Time/HiRes/HiRes.xs
12256 ____________________________________________________________________________
12257 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
12258         Log: Integrate changes #12580 and #12581 from macperl;
12259              
12260              Fix path construction.
12261              
12262              (Copyright) Nit.
12263      Branch: perl
12264           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
12265 ____________________________________________________________________________
12266 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
12267         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
12268              doesn't seem to help (the error being output to console, maybe?)
12269      Branch: perl
12270            ! lib/Net/Domain.pm
12271 ____________________________________________________________________________
12272 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
12273         Log: Taint the getcwd() result also in Cygwin.
12274              (TODO: which other platforms need the same thing?)
12275      Branch: perl
12276            ! cygwin/cygwin.c
12277 ____________________________________________________________________________
12278 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
12279         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
12280      Branch: perl
12281            ! t/op/taint.t
12282 ____________________________________________________________________________
12283 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
12284         Log: getpwuid() fragility continues.
12285      Branch: perl
12286            ! utils/h2xs.PL
12287 ____________________________________________________________________________
12288 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
12289         Log: getpwuid() might succeed but that's no guarantee
12290              that the $home will be defined.
12291      Branch: perl
12292            ! ext/File/Glob/t/basic.t
12293 ____________________________________________________________________________
12294 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
12295         Log: It's safer to to expand the variable, too... (see #12571)
12296      Branch: perl
12297            ! t/TEST
12298 ____________________________________________________________________________
12299 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
12300         Log: Integrate with maintperl.
12301      Branch: maint-5.6/macperl
12302           !> win32/bin/pl2bat.pl win32/win32.c
12303 ____________________________________________________________________________
12304 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
12305         Log: Oops, forgot to include Win32 ... just as well, since it
12306              seems in bleadperl, change #7764 was not included
12307              (adding C:\temp).  Re-added.  Rip it back out if it
12308              doesn't belong.  :-)
12309      Branch: maint-5.6/macperl
12310            ! lib/File/Spec/Win32.pm
12311 ____________________________________________________________________________
12312 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
12313         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
12314              From: "Craig A. Berry" <craigberry@mac.com>
12315              Date: Mon, 22 Oct 2001 15:25:19 -0500
12316              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
12317      Branch: perl
12318            ! configure.com
12319 ____________________________________________________________________________
12320 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
12321         Log: Add in lots of File::Spec changes, from Thomas Wegner,
12322              and sync with changes from bleadperl.
12323      Branch: maint-5.6/macperl
12324            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
12325            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
12326            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
12327            ! lib/File/Spec/Win32.pm t/lib/filespec.t
12328 ____________________________________________________________________________
12329 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
12330         Log: Sync with latest File::Find and tests from bleadperl.
12331      Branch: maint-5.6/macperl
12332            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
12333 ____________________________________________________________________________
12334 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
12335         Log: Nit.
12336      Branch: maint-5.6/macperl
12337            ! perl.c
12338 ____________________________________________________________________________
12339 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
12340         Log: Fix path construction.
12341      Branch: maint-5.6/macperl
12342            ! ext/DynaLoader/DynaLoader_pm.PL
12343 ____________________________________________________________________________
12344 [ 12579] By: nick                                  on 2001/10/22  19:08:35
12345         Log: Integrate mainline (for Arthurs thread.xs fix)
12346      Branch: perlio
12347           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
12348 ____________________________________________________________________________
12349 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
12350         Log: Fix up exported symbols, move relevant docs
12351              over from macperl.pod.
12352      Branch: maint-5.6/macperl
12353            ! macos/ext/MacPerl/MacPerl.pm
12354 ____________________________________________________________________________
12355 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
12356         Log: Make ADDRESS called optionally as a method.
12357      Branch: maint-5.6/macperl
12358            ! macos/lib/Mac/Glue.pm
12359 ____________________________________________________________________________
12360 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
12361         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
12362              Apple event.
12363      Branch: maint-5.6/macperl
12364            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
12365            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
12366            ! macos/macperl/MPTerminology.aete
12367 ____________________________________________________________________________
12368 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
12369         Log: Clean up some build utilities. Change Entab to Duplicate;
12370              fix docs and error reporting; improve macify() of paths;
12371              remove requirement for Exporter.pm presence.
12372      Branch: maint-5.6/macperl
12373            ! macos/InstallBLIB macos/MacPerlTests.cmd
12374            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
12375 ____________________________________________________________________________
12376 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
12377         Log: Sync Time::HiRes with bleadperl
12378      Branch: maint-5.6/macperl
12379            ! macos/bundled_ext/Time/HiRes/HiRes.pm
12380            ! macos/bundled_ext/Time/HiRes/HiRes.t
12381            ! macos/bundled_ext/Time/HiRes/HiRes.xs
12382 ____________________________________________________________________________
12383 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
12384         Log: Fix up Changes
12385      Branch: maint-5.6/macperl
12386            ! macos/Changes
12387 ____________________________________________________________________________
12388 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
12389         Log: A user might belong to only a single group
12390              (the group equal to the group id).
12391      Branch: perl
12392            ! t/op/groups.t
12393 ____________________________________________________________________________
12394 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
12395         Log: Prepending (instead of replacing with) the pwd is safer. 
12396      Branch: perl
12397            ! t/TEST
12398 ____________________________________________________________________________
12399 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
12400         Log: Be more robust if no hostname or domainname
12401              (especially the latter)
12402      Branch: perl
12403            ! lib/Net/Domain.pm
12404 ____________________________________________________________________________
12405 [ 12569] By: sky                                   on 2001/10/22  17:41:07
12406         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
12407      Branch: perl
12408            ! ext/threads/threads.xs
12409 ____________________________________________________________________________
12410 [ 12568] By: nick                                  on 2001/10/22  16:31:24
12411         Log: Integrate mainline
12412      Branch: perlio
12413           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
12414           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12415           +> ext/threads/shared/t/sv_refs.t
12416           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
12417            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
12418            - lib/unicore/To/SpecUpper.pl
12419           !> (integrate 42 files)
12420 ____________________________________________________________________________
12421 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
12422         Log: Update Changes.
12423      Branch: perl
12424            ! Changes patchlevel.h
12425 ____________________________________________________________________________
12426 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
12427         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
12428              From: Michael G Schwern <schwern@pobox.com>
12429              Date: Mon, 22 Oct 2001 03:48:38 -0400
12430              Message-ID: <20011022034838.B1676@blackrider>
12431      Branch: perl
12432            ! pod/perlvar.pod
12433 ____________________________________________________________________________
12434 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
12435         Log: Pod nits, as suggested by Stas Bekman.
12436      Branch: perl
12437            ! ext/threads/shared/shared.pm ext/threads/threads.pm
12438 ____________________________________________________________________________
12439 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
12440         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
12441              From: "Paul Marquess" <paul.marquess@openwave.com> 
12442              Date: Sun, 21 Oct 2001 21:11:15 +0100
12443              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
12444      Branch: perl
12445            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
12446            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
12447            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
12448            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
12449            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
12450            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
12451            ! ext/SDBM_File/sdbm.t
12452 ____________________________________________________________________________
12453 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
12454         Log: Integrate change #12559 from maintperl;
12455              various fixes for system() and backticks under windows
12456      Branch: perl
12457           !> win32/win32.c
12458 ____________________________________________________________________________
12459 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
12460         Log: Integrate change #12560 from maintperl;
12461              make pl2bat use %0 rather than "%0" (the latter fails to work
12462              in a lot of common cases)
12463      Branch: perl
12464           !> win32/bin/pl2bat.pl
12465 ____________________________________________________________________________
12466 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
12467         Log: Integrate changes #12549 and #12550 from maintperl;
12468              
12469              readline() doesn't work with our variables; it confuses them with
12470              my variables (change#4227 was incomplete)
12471      Branch: perl
12472            ! t/lib/strict/vars
12473           !> t/base/rs.t toke.c
12474 ____________________________________________________________________________
12475 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
12476         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
12477              in a lot of common cases)
12478      Branch: maint-5.6/perl
12479            ! win32/bin/pl2bat.pl
12480 ____________________________________________________________________________
12481 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
12482         Log: various fixes for system() and backticks under windows:
12483              
12484              * avoid munging whitespace that is passed within quotes
12485              * work around a cmd.exe misfeature that made multi-arg
12486              system() unreliable when there is more than one quoted
12487              argument
12488              * make multi-arg system() autoquote arguments as needed
12489              before passing them to the shell (this avoids having to
12490              second guess the shell quoting)
12491              * perl's -Dp switch can be used to trace the innards
12492      Branch: maint-5.6/perl
12493            ! win32/win32.c
12494 ____________________________________________________________________________
12495 [ 12558] By: nick                                  on 2001/10/22  08:58:42
12496         Log: Integrate ithreads buffer flush fix from perlio
12497      Branch: perl
12498           !> ext/threads/t/basic.t perl.c
12499 ____________________________________________________________________________
12500 [ 12557] By: nick                                  on 2001/10/22  08:35:09
12501         Log: All tests pass (legitimately) on ithreads
12502      Branch: perlio
12503            ! ext/threads/t/basic.t perl.c
12504 ____________________________________________________________________________
12505 [ 12556] By: nick                                  on 2001/10/22  06:51:22
12506         Log: Integrate non-ithreads fix to mainline
12507      Branch: perl
12508           !> perlio.c
12509 ____________________________________________________________________________
12510 [ 12555] By: nick                                  on 2001/10/22  06:48:33
12511         Log: Restore non-ithreads build. Interestingly binmode test passes
12512              non-ithreads - so crlf layer is not damaged and ithreads fail
12513              is a symptom ...
12514      Branch: perlio
12515            ! perlio.c
12516 ____________________________________________________________________________
12517 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
12518         Log: Integrate from perlio; restructuring.
12519      Branch: perl
12520           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
12521           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
12522           !> win32/perlhost.h
12523 ____________________________________________________________________________
12524 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
12525         Log: Integrate from maintperl
12526              (Changes 12350, 12496, 12548, 12549, 12550)
12527      Branch: maint-5.6/macperl
12528           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
12529           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
12530 ____________________________________________________________________________
12531 [ 12552] By: nick                                  on 2001/10/21  19:18:12
12532         Log: Win32 PerlIO_cleanup special cases should no longer be required.
12533      Branch: perlio
12534            ! perl.c
12535 ____________________________________________________________________________
12536 [ 12551] By: nick                                  on 2001/10/21  19:16:56
12537         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
12538      Branch: perlio
12539            ! win32/makefile.mk
12540 ____________________________________________________________________________
12541 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
12542         Log: change#12549 wasn't aware of strictures
12543      Branch: maint-5.6/perl
12544            ! t/pragma/strict-vars toke.c
12545 ____________________________________________________________________________
12546 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
12547         Log: readline() doesn't work with our variables; it confuses them with
12548              my variables (change#4227 was incomplete)
12549      Branch: maint-5.6/perl
12550            ! t/base/rs.t toke.c
12551 ____________________________________________________________________________
12552 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
12553         Log: change#12220 appears to have pulled in a mainline change that
12554              isn't applicable to maint-5.6 (some platforms don't taint
12555              cwd)
12556      Branch: maint-5.6/perl
12557            ! t/lib/filefind-taint.t
12558 ____________________________________________________________________________
12559 [ 12547] By: nick                                  on 2001/10/21  17:15:54
12560         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
12561              for them. Call explicit cleanup during destruct process.
12562              - one binmode test is failing
12563              - also ext/threads/t/basic.t fails under make test, and is noisy under
12564              harness. (Threads results are intermingled and don't match order expected.)
12565      Branch: perlio
12566            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
12567            ! perlio.h perliol.h pod/perlapi.pod sv.c
12568 ____________________________________________________________________________
12569 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
12570         Log: Implement multicharacter case mappings where a single
12571              Unicode character can be mapped into several.
12572      Branch: perl
12573            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
12574            - lib/unicore/To/SpecUpper.pl
12575            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
12576            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
12577            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
12578            ! proto.h t/op/lc.t utf8.c
12579 ____________________________________________________________________________
12580 [ 12545] By: sky                                   on 2001/10/21  15:25:16
12581         Log: First support of threads::shared, support shared svs and references.
12582      Branch: perl
12583            + ext/threads/shared/Makefile.PL ext/threads/shared/README
12584            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12585            + ext/threads/shared/t/sv_refs.t
12586            + ext/threads/shared/t/sv_simple.t
12587            ! MANIFEST sharedsv.c
12588 ____________________________________________________________________________
12589 [ 12544] By: nick                                  on 2001/10/21  14:52:35
12590         Log: PerlIO layer table as PL_perlio (per-interpreter)
12591      Branch: perlio
12592            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
12593            ! pod/perlapi.pod sv.c
12594 ____________________________________________________________________________
12595 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
12596         Log: Prettyprinting.
12597      Branch: perl
12598            ! pod/perlunicode.pod
12599 ____________________________________________________________________________
12600 [ 12542] By: ams                                   on 2001/10/21  03:50:25
12601         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
12602              From: "Sean M. Burke" <sburke@cpan.org>
12603              Date: Sat, 20 Oct 2001 17:51:09 -0600
12604              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
12605      Branch: perl
12606            + pod/perlpodspec.pod
12607            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
12608            ! pod/perltoc.pod
12609 ____________________________________________________________________________
12610 [ 12541] By: nick                                  on 2001/10/20  22:23:53
12611         Log: Fix typos in new locking on MemShared
12612              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
12613              - seems to make segfaults more deterministic - suspect they are 
12614              attempt to free() after Interp and Host have gone.
12615      Branch: perlio
12616            ! perlio.c win32/perlhost.h
12617 ____________________________________________________________________________
12618 [ 12540] By: nick                                  on 2001/10/20  21:50:46
12619         Log: Remove the MemShared re-#define (again)
12620      Branch: perlio
12621            ! perlio.c
12622 ____________________________________________________________________________
12623 [ 12539] By: nick                                  on 2001/10/20  21:49:06
12624         Log: Use locks on MemShared
12625      Branch: perlio
12626            ! win32/perlhost.h
12627 ____________________________________________________________________________
12628 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
12629         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
12630              From: "chromatic" <chromatic@rmci.net>
12631              Date: Sat, 20 Oct 2001 11:13:47 -0600
12632              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
12633      Branch: perl
12634            ! installhtml
12635 ____________________________________________________________________________
12636 [ 12537] By: nick                                  on 2001/10/20  16:44:03
12637         Log: Integrate mainline
12638      Branch: perlio
12639           !> (integrate 48 files)
12640 ____________________________________________________________________________
12641 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
12642         Log: Update Changes.
12643      Branch: perl
12644            ! Changes patchlevel.h
12645 ____________________________________________________________________________
12646 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
12647         Log: Upgrade to podlators 1.11, from Russ Allbery.
12648      Branch: perl
12649            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
12650            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
12651            ! pod/pod2man.PL pod/pod2text.PL
12652 ____________________________________________________________________________
12653 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
12654         Log: Integrate perlio change #12532:
12655              introduce and use PerlIO_intmod2str().
12656      Branch: perl
12657           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
12658 ____________________________________________________________________________
12659 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
12660         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
12661      Branch: perl
12662            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
12663 ____________________________________________________________________________
12664 [ 12532] By: nick                                  on 2001/10/20  14:25:37
12665         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
12666              Use for non-PERLIO fdupopen().
12667      Branch: perlio
12668            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
12669 ____________________________________________________________________________
12670 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
12671         Log: Integrate perlio: PerlIO win32 fixes.
12672      Branch: perl
12673           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
12674           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
12675           !> proto.h sv.h win32/win32io.c
12676 ____________________________________________________________________________
12677 [ 12530] By: nick                                  on 2001/10/20  12:53:30
12678         Log: Fixed in two places - p4 resolve
12679      Branch: perlio
12680            ! perlsdio.h
12681 ____________________________________________________________________________
12682 [ 12529] By: nick                                  on 2001/10/20  12:51:05
12683         Log: Fix for ithreads/stdio build
12684      Branch: perlio
12685            ! perlio.c perlsdio.h
12686 ____________________________________________________________________________
12687 [ 12528] By: ams                                   on 2001/10/20  12:13:25
12688         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
12689              From: Michael G Schwern <schwern@pobox.com>
12690              Date: Sat, 20 Oct 2001 01:41:21 -0400
12691              Message-Id: <20011020014121.I3681@blackrider>
12692      Branch: perl
12693            ! installman
12694 ____________________________________________________________________________
12695 [ 12527] By: ams                                   on 2001/10/20  12:09:41
12696         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
12697              From: Michael G Schwern <schwern@pobox.com>
12698              Date: Sat, 20 Oct 2001 02:04:21 -0400
12699              Message-Id: <20011020020421.A11732@blackrider>
12700      Branch: perl
12701            ! lib/Pod/Checker.pm
12702 ____________________________________________________________________________
12703 [ 12526] By: ams                                   on 2001/10/20  11:59:41
12704         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
12705              From: "chromatic" <chromatic@rmci.net>
12706              Date: Fri, 19 Oct 2001 22:46:39 -0600
12707              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
12708      Branch: perl
12709            ! lib/Net/Config.pm
12710 ____________________________________________________________________________
12711 [ 12525] By: nick                                  on 2001/10/20  11:16:18
12712         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
12713              Perl_sv_setsv_flags directly.
12714      Branch: perlio
12715            ! ext/threads/threads.xs
12716 ____________________________________________________________________________
12717 [ 12524] By: nick                                  on 2001/10/20  10:28:17
12718         Log: Add a new flag character 'm' to embed.pl set to represent
12719              "functions" which are really macros. Use it foe the troublesome
12720              sv_setsv() etc. macros in sv.h - changing latter to define
12721              sv_setsv rather than sv_setsv_macro etc.
12722      Branch: perlio
12723            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
12724            ! pod/perlapi.pod proto.h sv.h
12725 ____________________________________________________________________________
12726 [ 12523] By: nick                                  on 2001/10/20  09:17:17
12727         Log: Add comments explaining why win32.h/embed.h are included where they are
12728              in perl.h 
12729      Branch: perlio
12730            ! perl.h
12731 ____________________________________________________________________________
12732 [ 12522] By: nick                                  on 2001/10/20  08:27:44
12733         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
12734              being used yet.
12735      Branch: perlio
12736            ! win32/win32io.c
12737 ____________________________________________________________________________
12738 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
12739         Log: Wording tweaks.
12740      Branch: perl
12741            ! t/TEST
12742 ____________________________________________________________________________
12743 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
12744         Log: Subject: IO module with nonblocking socket connect patch 
12745              From: Raul Dias <raul@dias.com.br>
12746              Date: Fri, 19 Oct 2001 22:45:32 -0300
12747              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
12748      Branch: perl
12749            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
12750 ____________________________________________________________________________
12751 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
12752         Log: Test vertical whitespace combined with /x in \p{}.
12753      Branch: perl
12754            ! t/op/pat.t
12755 ____________________________________________________________________________
12756 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
12757         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
12758              From: Gisle Aas <gisle@ActiveState.com> 
12759              Date: 19 Oct 2001 16:46:02 -0700
12760              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
12761      Branch: perl
12762            ! lib/ExtUtils/MakeMaker.pm
12763 ____________________________________________________________________________
12764 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
12765         Log: No more this symbol.
12766      Branch: perl
12767            ! makedef.pl
12768 ____________________________________________________________________________
12769 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
12770         Log: Integrate change #12511; fix gross win32 build issues.
12771      Branch: perl
12772           !> makedef.pl sv.c
12773 ____________________________________________________________________________
12774 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
12775         Log: Unpack in scalar context should return the first value
12776              returned in list context, as pointed out by Ton Hospel
12777              in 2001-05-21 (this is how it works already in blead,
12778              just adding the test).
12779      Branch: perl
12780            ! t/op/pack.t
12781 ____________________________________________________________________________
12782 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
12783         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
12784              From: "Craig A. Berry" <craigberry@mac.com>
12785              Date: Fri, 19 Oct 2001 16:59:30 -0500
12786              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
12787      Branch: perl
12788            ! utils/perldoc.PL
12789 ____________________________________________________________________________
12790 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
12791         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
12792              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12793              Date: Fri, 19 Oct 2001 17:45:23 EDT
12794              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
12795      Branch: perl
12796            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
12797            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
12798            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
12799            ! vms/vmsish.h
12800 ____________________________________________________________________________
12801 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
12802         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
12803              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12804              Date: Fri, 19 Oct 2001 17:26:35 EDT
12805              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
12806      Branch: perl
12807            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
12808 ____________________________________________________________________________
12809 [ 12511] By: nick                                  on 2001/10/19  19:55:36
12810         Log: Fix gross win32 build issues
12811      Branch: perlio
12812            ! makedef.pl sv.c
12813 ____________________________________________________________________________
12814 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
12815         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
12816              From: David Dyck <dcd@tc.fluke.com>
12817              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
12818              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
12819      Branch: perl
12820            ! lib/File/Find.pm
12821 ____________________________________________________________________________
12822 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
12823         Log: Subject: Re: PerlIO and Encode
12824              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12825              Date: Tue, 16 Oct 2001 01:50:16 +0900
12826              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
12827      Branch: perl
12828            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
12829            ! ext/Encode/Encode/Tcl.t
12830 ____________________________________________________________________________
12831 [ 12508] By: ams                                   on 2001/10/19  17:59:16
12832         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
12833              (See #12499)
12834      Branch: perl
12835            ! pod/perlintro.pod
12836 ____________________________________________________________________________
12837 [ 12507] By: nick                                  on 2001/10/19  16:30:43
12838         Log: Integrate mainline
12839      Branch: perlio
12840           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
12841           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
12842           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
12843           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
12844           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
12845           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
12846           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
12847           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
12848           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
12849           +> win32/config_H.win64
12850            - lib/Test/Utils.pm lib/unicore/mktables.PL
12851            - t/lib/Test/Simple/Catch/More.pm
12852           !> (integrate 84 files)
12853 ____________________________________________________________________________
12854 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
12855         Log: Retract the #10451 which seems to be the cause
12856              of the major leakage from while(){eval"sub{}"}
12857      Branch: perl
12858            ! op.c t/run/kill_perl.t
12859 ____________________________________________________________________________
12860 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
12861         Log: Regen toc.
12862      Branch: perl
12863            ! pod/perltoc.pod
12864 ____________________________________________________________________________
12865 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
12866         Log: Tiny tweaks.
12867      Branch: perl
12868            ! pod/perl.pod
12869 ____________________________________________________________________________
12870 [ 12503] By: ams                                   on 2001/10/19  13:34:24
12871         Log: Subject: Re: perlintro.pod
12872              From: Abe Timmerman <abe@ztreet.demon.nl>
12873              Date: Fri, 19 Oct 2001 14:12:40 +0200
12874              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
12875      Branch: perl
12876            ! pod/perlintro.pod
12877 ____________________________________________________________________________
12878 [ 12502] By: ams                                   on 2001/10/19  13:24:12
12879         Log: Slight reorganisation of references.
12880      Branch: perl
12881            ! pod/perl.pod
12882 ____________________________________________________________________________
12883 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
12884         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
12885              From: Kay Röpke <kroepke@dolphin-services.de>
12886              Date: Fri, 19 Oct 2001 14:04:01 +0200 
12887              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
12888      Branch: perl
12889            ! lib/ExtUtils/MakeMaker.pm
12890 ____________________________________________________________________________
12891 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
12892         Log: Unicode categories continue:
12893              implement Category=, Script=, Block=
12894              (these are based on an upcoming update of TR#18)
12895              Fix a bug where we got two In categories named "old italic",
12896              and another where shortcut for the Is categories wasn't taken.
12897      Branch: perl
12898            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
12899            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
12900            ! pod/perlunicode.pod t/op/pat.t
12901 ____________________________________________________________________________
12902 [ 12499] By: ams                                   on 2001/10/19  01:42:29
12903         Log: Subject: a small patch to perlintro.pod.
12904              From: Autrijus Tang <autrijus@autrijus.org>
12905              Date: Fri, 19 Oct 2001 01:45:51 +0800
12906              Message-Id: <20011019014551.A35625@not.autrijus.org>
12907              (Applied by hand with nits.)
12908      Branch: perl
12909            ! pod/perlintro.pod
12910 ____________________________________________________________________________
12911 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
12912         Log: Subject: [PATCH] OpenBSD hints for ithreads
12913              From: Andy Dougherty <doughera@lafayette.edu>
12914              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
12915              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
12916      Branch: perl
12917            ! hints/openbsd.sh
12918 ____________________________________________________________________________
12919 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
12920         Log: Retract #12446; the problem solved by #12474.
12921      Branch: perl
12922            ! hints/aix.sh
12923 ____________________________________________________________________________
12924 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
12925         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
12926              message and suppress line number info (from Steve Hay
12927              <Steve.Hay@uk.radan.com>)
12928      Branch: maint-5.6/perl
12929            ! lib/Carp/Heavy.pm
12930 ____________________________________________________________________________
12931 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
12932         Log: More documented In categories.
12933      Branch: perl
12934            ! pod/perlunicode.pod
12935 ____________________________________________________________________________
12936 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
12937         Log: Update Changes.
12938      Branch: perl
12939            ! Changes patchlevel.h
12940 ____________________________________________________________________________
12941 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
12942         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
12943      Branch: perl
12944            ! MANIFEST
12945 ____________________________________________________________________________
12946 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
12947         Log: Wrong skip() arguments.
12948      Branch: perl
12949            ! ext/B/t/terse.t
12950 ____________________________________________________________________________
12951 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
12952         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
12953              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12954              Date: Wed, 17 Oct 2001 09:10:53 EDT 
12955              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
12956      Branch: perl
12957            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
12958            ! pod/perlapi.pod vms/vms.c
12959 ____________________________________________________________________________
12960 [ 12490] By: ams                                   on 2001/10/18  09:31:00
12961         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
12962              From: Mark-Jason Dominus <mjd@plover.com>
12963              Date: Thu, 18 Oct 2001 06:25:35 -0400
12964              Message-Id: <20011018102535.19264.qmail@plover.com>
12965      Branch: perl
12966            ! pod/perl.pod
12967 ____________________________________________________________________________
12968 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
12969         Log: Prettyprinting.
12970      Branch: perl
12971            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
12972 ____________________________________________________________________________
12973 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
12974         Log: Regen toc.
12975      Branch: perl
12976            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12977 ____________________________________________________________________________
12978 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
12979         Log: Add perlintro, from Skud.
12980      Branch: perl
12981            + pod/perlintro.pod
12982            ! MANIFEST
12983 ____________________________________________________________________________
12984 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
12985         Log: FAQ sync.
12986      Branch: perl
12987            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
12988            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
12989            ! pod/perlfaq8.pod pod/perlfaq9.pod
12990 ____________________________________________________________________________
12991 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
12992         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
12993              in speed (upto 20% speedup in certain operations) but meanwhile
12994              regexps and arithmetics got slower (5-10%) (according to
12995              perlbench average speedup is negligible, and within measuring
12996              flutter, 1%).  Therefore retracting all the changes
12997              aimed at getting -std1 to compile cleanly:  #12475, #12476,
12998              #12479, #12480, #12481, #12482, #12483, #12484.
12999      Branch: perl
13000            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
13001            ! pp_hot.c pp_sys.c toke.c
13002 ____________________________________________________________________________
13003 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
13004         Log: (retracted by #12485)
13005              Strict ANSI doesn't like the third argument of main()
13006              so enable ignoring it if using ultra picky compiler.
13007      Branch: perl
13008            ! miniperlmain.c
13009 ____________________________________________________________________________
13010 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
13011         Log: (retracted by #12485)
13012              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
13013      Branch: perl
13014            ! perl.h
13015 ____________________________________________________________________________
13016 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
13017         Log: (retracted by #12485)
13018              Add explanatory comment.
13019      Branch: perl
13020            ! mg.c
13021 ____________________________________________________________________________
13022 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
13023         Log: (retracted by #12485)
13024              More dollar$hiding.
13025      Branch: perl
13026            ! doio.c perl.h pp_sys.c
13027 ____________________________________________________________________________
13028 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
13029         Log: (retracted by #12485)
13030              KISS.
13031      Branch: perl
13032            ! mg.c
13033 ____________________________________________________________________________
13034 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
13035         Log: (retracted by #12485)
13036              Thou shalt not #ifdef inside macro invocations,
13037              noticed by Rafael Garcia-Suarez.
13038      Branch: perl
13039            ! mg.c
13040 ____________________________________________________________________________
13041 [ 12478] By: ams                                   on 2001/10/17  18:50:55
13042         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
13043              From: Anton Berezin <tobez@tobez.org>
13044              Date: Wed, 17 Oct 2001 18:25:48 +0200
13045              Message-Id: <20011017182548.A12082@heechee.tobez.org>
13046      Branch: perl
13047            ! pp_sys.c
13048 ____________________________________________________________________________
13049 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
13050         Log: (retracted by #12485)
13051              Unterminated #ifdef.
13052      Branch: perl
13053            ! mg.c
13054 ____________________________________________________________________________
13055 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
13056         Log: (retracted by #12485)
13057              Avoid dollar signs in identifiers (in non-VMS) to
13058              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
13059      Branch: perl
13060            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
13061            ! toke.c
13062 ____________________________________________________________________________
13063 [ 12474] By: ams                                   on 2001/10/17  15:14:50
13064         Log: Subject: Two AIX patches
13065              From: H.Merijn Brand <h.m.brand@hccnet.nl>
13066              Date: Wed, 17 Oct 2001 18:04:35 +0200
13067              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
13068      Branch: perl
13069            ! hints/aix.sh makedef.pl
13070 ____________________________________________________________________________
13071 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
13072         Log: Limiting the Time::HiRes::sleep and usleep to
13073              one second is not a good policy if drop-in
13074              replacement is still a goal.
13075      Branch: perl
13076            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13077            ! ext/Time/HiRes/HiRes.xs
13078 ____________________________________________________________________________
13079 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
13080         Log: Subject: [PATCH] Test::Simple 0.32
13081              From: Michael G Schwern <schwern@pobox.com> 
13082              Date: Wed, 17 Oct 2001 03:42:41 -0400
13083              Message-ID: <20011017034241.A25038@blackrider>
13084      Branch: perl
13085            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
13086            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
13087            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
13088            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
13089            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
13090            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
13091            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
13092            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
13093            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
13094            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
13095            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
13096            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
13097            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
13098            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
13099            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
13100            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
13101            ! t/lib/Test/Simple/Catch.pm
13102            ! t/lib/Test/Simple/sample_tests/five_fail.plx
13103 ____________________________________________________________________________
13104 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
13105         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
13106              From: Michael G Schwern <schwern@pobox.com> 
13107              Date: Wed, 17 Oct 2001 04:04:13 -0400
13108              Message-ID: <20011017040413.C25550@blackrider>
13109      Branch: perl
13110            ! t/TEST t/harness vms/test.com
13111 ____________________________________________________________________________
13112 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
13113         Log: Regen doc with perlmodstyle added.
13114      Branch: perl
13115            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13116 ____________________________________________________________________________
13117 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
13118         Log: Pod cleanup.
13119      Branch: perl
13120            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
13121 ____________________________________________________________________________
13122 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
13123         Log: Subject: perlmodstyle as a patch
13124              From: Kirrily Robert <skud@infotrope.net>
13125              Date: Tue, 16 Oct 2001 22:47:23 -0400
13126              Message-ID: <20011016224723.A20673@infotrope.net>
13127      Branch: perl
13128            + pod/perlmodstyle.pod
13129            ! MANIFEST
13130 ____________________________________________________________________________
13131 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
13132         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
13133              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
13134              Date: Thu, 6 Sep 2001 11:09:40 +0100
13135              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
13136              
13137              Mention also the develooper p5p archive.
13138      Branch: perl
13139            ! pod/perlhack.pod
13140 ____________________________________________________________________________
13141 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
13142         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
13143              From: Kay Röpke <kroepke@dolphin-services.de>
13144              Date: Tue, 16 Oct 2001 17:23:52 +0200
13145              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
13146      Branch: perl
13147            ! lib/ExtUtils/MakeMaker.pm
13148 ____________________________________________________________________________
13149 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
13150         Log: Add the special casing mappings (from SpecCase.txt)
13151              (except for the hyper special case mappings that have
13152              the condition list); the special casing mappings are
13153              unused for now.  Small tidying up on mktables.
13154      Branch: perl
13155            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
13156            + lib/unicore/To/SpecUpper.pl
13157            ! lib/unicore/mktables
13158 ____________________________________________________________________________
13159 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
13160         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
13161              From: "David H. Adler" <dha@panix.com>       
13162              Date: Tue, 16 Oct 2001 11:59:35 -0400
13163              Message-ID: <20011016115935.A13078@panix.com>
13164              
13165              Subject: [ PATCH ] perldata patch, revised
13166              From: "David H. Adler" <dha@panix.com>     
13167              Date: Tue, 16 Oct 2001 18:26:49 -0400
13168              Message-ID: <20011016182649.C23970@panix.com>
13169      Branch: perl
13170            ! pod/perldata.pod pod/perlop.pod
13171 ____________________________________________________________________________
13172 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
13173         Log: Integrate perlio: PerlIO_dup (for all but Win32).
13174      Branch: perl
13175           !> embed.h embed.pl ext/Encode/Encode.xs
13176           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
13177           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
13178           !> win32/win32io.c
13179 ____________________________________________________________________________
13180 [ 12462] By: nick                                  on 2001/10/16  19:11:30
13181         Log: PerlIOXxxx_dups for all but Win32
13182      Branch: perlio
13183            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13184            ! ext/PerlIO/Via/Via.xs
13185 ____________________________________________________________________________
13186 [ 12461] By: nick                                  on 2001/10/16  18:28:48
13187         Log: Implement PerlIOStdio_dup (explains core dumps - dup
13188              was not setting up a FILE * to be fclosed()).
13189      Branch: perlio
13190            ! perlio.c
13191 ____________________________________________________________________________
13192 [ 12460] By: nick                                  on 2001/10/16  17:31:47
13193         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
13194              overflow.
13195      Branch: perlio
13196            ! perlio.c
13197 ____________________________________________________________________________
13198 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
13199         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
13200              From: "Craig A. Berry" <craigberry@mac.com>
13201              Date: Tue, 16 Oct 2001 13:08:38 -0500
13202              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
13203      Branch: perl
13204            ! configure.com
13205 ____________________________________________________________________________
13206 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
13207         Log: Can't expect too much accuracy from a sleep of one second.
13208              (I think this will also fail with high load.)
13209      Branch: perl
13210            ! ext/Time/HiRes/HiRes.t
13211 ____________________________________________________________________________
13212 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
13213         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
13214              From: "Werner, Randolf" <randolf.werner@sap.com>
13215              Date: Tue, 16 Oct 2001 18:33:02 +0200
13216              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
13217      Branch: perl
13218            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
13219            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
13220 ____________________________________________________________________________
13221 [ 12456] By: nick                                  on 2001/10/16  14:08:16
13222         Log: Builds under ithreads (but fails all threads tests)
13223      Branch: perlio
13224            ! hv.c perlio.c sv.c
13225 ____________________________________________________________________________
13226 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
13227         Log: I think the Perl_sortsv needs *not* be skipped?
13228      Branch: perl
13229            ! makedef.pl
13230 ____________________________________________________________________________
13231 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
13232         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
13233              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
13234              Date: Tue, 16 Oct 2001 15:32:44 +0200
13235              Message-ID: <3BCC531C.11494.3E433F@localhost>
13236      Branch: perl
13237            ! t/op/groups.t
13238 ____________________________________________________________________________
13239 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
13240         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
13241              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
13242              Date: Tue, 16 Oct 2001 15:01:04 +0200
13243              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
13244      Branch: perl
13245            ! t/io/fs.t
13246 ____________________________________________________________________________
13247 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
13248         Log: A forgotten deletion.
13249      Branch: perl
13250            - lib/unicore/mktables.PL
13251 ____________________________________________________________________________
13252 [ 12451] By: nick                                  on 2001/10/16  11:32:48
13253         Log: Skeleton of "PerlIO_dup" coded.
13254              Still-passes all tests non-threaded (well it would wouldn't it!)
13255      Branch: perlio
13256            ! embed.h embed.pl ext/Encode/Encode.xs
13257            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
13258            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
13259            ! win32/win32io.c
13260 ____________________________________________________________________________
13261 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
13262         Log: Document the problem with the swash_fetch() API that affects
13263              more complex case conversions.
13264      Branch: perl
13265            ! lib/utf8_heavy.pl utf8.c
13266 ____________________________________________________________________________
13267 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
13268         Log: Make Time::HiRes::sleep() and usleep() to return
13269              the number of seconds (a floating point value) and 
13270              microseconds (an integer) actually slept (well,
13271              modulo the time spent in measuring the time actually
13272              slept...), to be a better drop-in replacement for
13273              the builtin sleep().  Noticed by Chris Nandor.
13274              
13275              Also make usleep() to croak if fed illegal number
13276              of useconds (anything greater than 1_000_000).
13277      Branch: perl
13278            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13279            ! ext/Time/HiRes/HiRes.xs
13280 ____________________________________________________________________________
13281 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
13282         Log: A missing SvREFCNT_dec.
13283      Branch: perl
13284            ! perl.c
13285 ____________________________________________________________________________
13286 [ 12447] By: nick                                  on 2001/10/15  20:27:53
13287         Log: Beginings of PerlIO_dup support (unstable)
13288      Branch: perlio
13289            ! perlio.c perliol.h
13290 ____________________________________________________________________________
13291 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
13292         Log: (retracted by #12497)
13293              In AIX vac 5 just can't seem to get regcomp right.
13294      Branch: perl
13295            ! hints/aix.sh
13296 ____________________________________________________________________________
13297 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
13298         Log: Bump the version number to agree with the maintperl one.
13299      Branch: perl
13300            ! lib/Tie/RefHash.pm
13301 ____________________________________________________________________________
13302 [ 12444] By: nick                                  on 2001/10/15  15:59:57
13303         Log: Integrate mainline
13304      Branch: perlio
13305           +> lib/Math/BigInt/t/Math/Subclass.pm
13306           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
13307           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
13308           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
13309           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
13310           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
13311           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
13312           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
13313           +> lib/unicore/mktables
13314            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
13315            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
13316            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
13317            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
13318            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
13319            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
13320            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
13321            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
13322            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
13323            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
13324            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
13325            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
13326            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
13327            - lib/unicore/syllables.txt
13328           !> (integrate 344 files)
13329 ____________________________________________________________________________
13330 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
13331         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
13332      Branch: perl
13333            ! ext/DB_File/DB_File.xs
13334 ____________________________________________________________________________
13335 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
13336         Log: Sync the skip() amounts with the number of tests.
13337      Branch: perl
13338            ! lib/Term/Complete.t
13339 ____________________________________________________________________________
13340 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
13341         Log: Update Changes.
13342      Branch: perl
13343            ! Changes patchlevel.h
13344 ____________________________________________________________________________
13345 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
13346         Log: MacOS Classic catdir() rewrite from Thomas Wegner
13347              (backward incompatibility, but a deliberate one,
13348              the old version simply is broken in its logic),
13349              also documentation updates, and as suggested replicated
13350              the File::Spec::Unix documentation updates also on the
13351              File::Spec documentation.
13352              
13353              TODO: there seems to be duplication of documentation
13354              between File::Spec and File::Spec::Unix.  I think
13355              the ::Unix should be left only with specific UNIXisms,
13356              and all the generic documentation should be in ::Spec.
13357      Branch: perl
13358            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
13359            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
13360            ! lib/File/Spec/Unix.pm
13361 ____________________________________________________________________________
13362 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
13363         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
13364              From: Blair Zajac <blair@orcaware.com>
13365              Date: Mon, 24 Sep 2001 11:48:58 -0700
13366              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
13367              
13368              (the skip() messages)
13369      Branch: perl
13370            ! t/op/magic.t
13371 ____________________________________________________________________________
13372 [ 12438] By: ams                                   on 2001/10/14  23:43:59
13373         Log: Subject: [PATCH] make PerlIO default on VMS
13374              From: "Craig A. Berry" <craigberry@mac.com>
13375              Date: Sun, 14 Oct 2001 15:27:18 -0500
13376              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
13377      Branch: perl
13378            ! configure.com
13379 ____________________________________________________________________________
13380 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
13381         Log: Retract #12436 (Abhijit already did this at #12426)
13382      Branch: perl
13383            ! lib/ExtUtils/MM_Unix.pm
13384 ____________________________________________________________________________
13385 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
13386         Log: (retracted by #12437)
13387              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
13388              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
13389              Date: Sat, 13 Oct 2001 20:33:55 +0200
13390              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
13391      Branch: perl
13392            ! lib/ExtUtils/MM_Unix.pm
13393 ____________________________________________________________________________
13394 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
13395         Log: Subject: h2xs grammar nit
13396              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13397              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
13398              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
13399      Branch: perl
13400            ! utils/h2xs.PL
13401 ____________________________________________________________________________
13402 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
13403         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
13404              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
13405              Date: Sun, 14 Oct 2001 11:25:08 +0100
13406              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
13407      Branch: perl
13408            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
13409            ! warnings.pl
13410 ____________________________________________________________________________
13411 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
13412         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
13413              for File::Spec::Mac::catfile)
13414      Branch: perl
13415            ! lib/h2xs.t
13416 ____________________________________________________________________________
13417 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
13418         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
13419              From: Nicholas Clark <nick@ccl4.org>
13420              Date: Sat, 13 Oct 2001 00:07:31 +0100
13421              Message-ID: <20011013000731.D67535@plum.flirble.org>
13422      Branch: perl
13423            ! lib/h2xs.t utils/h2xs.PL
13424 ____________________________________________________________________________
13425 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
13426         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
13427              before DEFINE and INC), and repent by taking DEFINE and
13428              INC away from PASTHRU.
13429      Branch: perl
13430            ! lib/ExtUtils/MM_Unix.pm
13431 ____________________________________________________________________________
13432 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
13433         Log: More MANIFEST anomalies.
13434      Branch: perl
13435            ! MANIFEST
13436 ____________________________________________________________________________
13437 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
13438         Log: Not that many.
13439      Branch: perl
13440            ! MANIFEST
13441 ____________________________________________________________________________
13442 [ 12428] By: sky                                   on 2001/10/13  20:59:27
13443         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
13444              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13445              Date: Sat, 13 Oct 2001 23:15:55 +0200
13446              Message-ID: <20011013231555.A18071@rafael>
13447      Branch: perl
13448            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
13449            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
13450 ____________________________________________________________________________
13451 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
13452         Log: Rewrite mktables from scratch.
13453              - Cleaner.
13454              - Faster: 15-20 seconds as opposed to several minutes.
13455              - More dynamic: the names of the various categories
13456              such as the linebreak ones are dynamic, not static.
13457              - Is.pl: long names for the general category properties
13458              are now available.
13459              - Ranges (<... ,First>, <..., Last>) from the general
13460              categories work now.
13461              - No more mktables.PL because the mktables.PL is not
13462              and never has been run to create a mktables.
13463              - syllables.txt and Is/Syl*.pl removed: non-standard
13464              (not part of the Unicode), and the whole concept is
13465              being reworked (http://syllabary.sourceforge.net/),
13466              the old way wouldn't even work with the new Syllables.txt
13467              (it would result in 1000+ new categories)
13468      Branch: perl
13469            + lib/unicore/In/163.pl lib/unicore/In/164.pl
13470            + lib/unicore/In/165.pl lib/unicore/In/166.pl
13471            + lib/unicore/In/167.pl lib/unicore/In/168.pl
13472            + lib/unicore/In/169.pl lib/unicore/In/170.pl
13473            + lib/unicore/In/171.pl lib/unicore/Is.pl
13474            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
13475            + lib/unicore/mktables
13476            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
13477            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
13478            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
13479            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
13480            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
13481            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
13482            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
13483            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
13484            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
13485            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
13486            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
13487            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
13488            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
13489            - lib/unicore/syllables.txt
13490            ! (edit 304 files)
13491 ____________________________________________________________________________
13492 [ 12426] By: ams                                   on 2001/10/13  18:05:36
13493         Log: ExtUtils::MM_Unix should ignore comments when searching for
13494              $VERSION.
13495      Branch: perl
13496            ! lib/ExtUtils/MM_Unix.pm
13497 ____________________________________________________________________________
13498 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
13499         Log: Subject: Re: New module XML::Clean
13500              From: andreas.koenig@anima.de (Andreas J. Koenig)
13501              Date: 13 Oct 2001 10:17:09 +0200
13502              Message-ID: <m37ku0t0my.fsf@anima.de>
13503      Branch: perl
13504            ! pod/perlnewmod.pod
13505 ____________________________________________________________________________
13506 [ 12424] By: sky                                   on 2001/10/13  09:39:59
13507         Log: Set thread stack size if needed.
13508      Branch: perl
13509            ! ext/threads/threads.xs
13510 ____________________________________________________________________________
13511 [ 12423] By: sky                                   on 2001/10/13  09:36:49
13512         Log: We do want to set the attribute to joinable even on modern posix
13513              platforms.
13514      Branch: perl
13515            ! ext/threads/threads.xs
13516 ____________________________________________________________________________
13517 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
13518         Log: Subject: [PATCH ext/Data/Dumper.xs]
13519              From: Brian Ingerson <ingy@ttul.org>
13520              Date: Fri, 12 Oct 2001 19:32:35 -0700
13521              Message-ID: <20011012193235.B889@ttul.org>
13522      Branch: perl
13523            ! ext/Data/Dumper/Dumper.xs
13524 ____________________________________________________________________________
13525 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
13526         Log: Update Changes.
13527      Branch: perl
13528            ! Changes patchlevel.h
13529 ____________________________________________________________________________
13530 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
13531         Log: FAQ sync.
13532      Branch: perl
13533            ! pod/perlfaq3.pod pod/perlfaq4.pod
13534 ____________________________________________________________________________
13535 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
13536         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
13537              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
13538              Date: Fri, 12 Oct 2001 11:51:05 -0700
13539              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
13540      Branch: perl
13541            ! lib/File/Copy.pm
13542 ____________________________________________________________________________
13543 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
13544         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
13545              From: "chromatic" <chromatic@rmci.net>     
13546              Date: Thu, 11 Oct 2001 10:57:55 -0600
13547              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
13548              
13549              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
13550              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13551              Date: Thu, 11 Oct 2001 22:34:21 +0200
13552              Message-ID: <20011011223421.A693@rafael>     
13553              
13554              plus undef $Term::Complete::stty as suggested by Rafael.
13555      Branch: perl
13556            ! lib/Term/Complete.pm lib/Term/Complete.t
13557 ____________________________________________________________________________
13558 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
13559         Log: UUnndduupplleexx..
13560      Branch: perl
13561            ! perl.h
13562 ____________________________________________________________________________
13563 [ 12416] By: sky                                   on 2001/10/12  20:16:19
13564         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
13565              From: Andy Dougherty <doughera@lafayette.edu>
13566              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
13567              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
13568              (Potentially only band-aid)
13569      Branch: perl
13570            ! sv.c
13571 ____________________________________________________________________________
13572 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
13573         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
13574              mishandles kill(), and therefore the sigaction test
13575              should be skipped, from Charles Lane.
13576      Branch: perl
13577            ! ext/POSIX/t/sigaction.t
13578 ____________________________________________________________________________
13579 [ 12414] By: sky                                   on 2001/10/12  18:47:49
13580         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
13581      Branch: perl
13582            ! op.h
13583 ____________________________________________________________________________
13584 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
13585         Log: Upgrade to Math::BigInt 1.44 from Tels and
13586              further fixes from John Peacock.
13587      Branch: perl
13588            + lib/Math/BigInt/t/Math/Subclass.pm
13589            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
13590            + lib/Math/BigInt/t/subclass.t
13591            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13592            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
13593            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
13594            ! lib/Math/BigInt/t/mbimbf.t
13595 ____________________________________________________________________________
13596 [ 12412] By: sky                                   on 2001/10/12  18:28:23
13597         Log: perhaps pthread_attr_t really needs to be set for the old api
13598      Branch: perl
13599            ! ext/threads/threads.xs
13600 ____________________________________________________________________________
13601 [ 12411] By: sky                                   on 2001/10/12  18:11:45
13602         Log: pthread_keycreate not pthread_key_create under the here be dragons API
13603      Branch: perl
13604            ! ext/threads/threads.h
13605 ____________________________________________________________________________
13606 [ 12410] By: sky                                   on 2001/10/12  18:07:37
13607         Log: Apperently OLD PTHREADS API is a bit retarded.
13608              This should fix another set of compile failures in HP-UX 10.20.
13609      Branch: perl
13610            ! ext/threads/threads.h ext/threads/threads.xs
13611 ____________________________________________________________________________
13612 [ 12409] By: nick                                  on 2001/10/12  15:30:01
13613         Log: Blind integrate of mainline
13614      Branch: perlio
13615           +> (branch 32 files)
13616            - lib/unicode/README
13617           !> (integrate 121 files)
13618 ____________________________________________________________________________
13619 [ 12408] By: sky                                   on 2001/10/12  14:55:08
13620         Log: Let us avoid being smart for now.
13621      Branch: perl
13622            ! ext/threads/threads.h
13623 ____________________________________________________________________________
13624 [ 12407] By: sky                                   on 2001/10/12  14:38:12
13625         Log: (void*) the argument to make sure we work with picky compilers
13626      Branch: perl
13627            ! ext/threads/threads.xs
13628 ____________________________________________________________________________
13629 [ 12406] By: ams                                   on 2001/10/12  13:26:04
13630         Log: (replaced with #12600)
13631              
13632              Subject: [PATCH 5.6.1 perldoc] use File::Temp
13633              From: Mikhail Zabaluev <mhz@alt-linux.org>
13634              Date: Fri, 12 Oct 2001 12:47:47 +0400
13635              Message-Id: <20011012124747.E13918@localhost.localdomain>
13636      Branch: perl
13637            ! utils/perldoc.PL
13638 ____________________________________________________________________________
13639 [ 12405] By: ams                                   on 2001/10/12  13:05:32
13640         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
13641              From: andreas.koenig@anima.de (Andreas J. Koenig)
13642              Date: 12 Oct 2001 11:12:07 +0200
13643              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
13644      Branch: perl
13645            ! lib/Memoize/t/speed.t
13646 ____________________________________________________________________________
13647 [ 12404] By: sky                                   on 2001/10/12  12:46:15
13648         Log: A) Support OLD_PTHREADS_API
13649              B) Change from using pthread_t to using a TLS to store the
13650              index of the thread in an hash, this is to avoid problems when
13651              in fact pthread_t was not a seralizable type.
13652              Both these changes are because of HP-UX 10.20
13653              This has not been tested on win32 but should work there.
13654              Need to add support for NetWare.
13655      Branch: perl
13656            ! ext/threads/threads.h ext/threads/threads.xs
13657 ____________________________________________________________________________
13658 [ 12403] By: ams                                   on 2001/10/12  07:34:19
13659         Log: Subject: Re: New module XML::Clean
13660              From: andreas.koenig@anima.de (Andreas J. Koenig)
13661              Date: 12 Oct 2001 10:20:35 +0200
13662              Message-Id: <m3elo9uv58.fsf@anima.de>
13663      Branch: perl
13664            ! pod/perlnewmod.pod
13665 ____________________________________________________________________________
13666 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
13667         Log: More HP model tweaks from Merijn.
13668      Branch: perl
13669            ! README.hpux
13670 ____________________________________________________________________________
13671 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
13672         Log: Update Changes.
13673      Branch: perl
13674            ! Changes patchlevel.h
13675 ____________________________________________________________________________
13676 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
13677         Log: HP-UX update from H.Merijn Brand.
13678      Branch: perl
13679            ! README.hpux
13680 ____________________________________________________________________________
13681 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
13682         Log: Subject: [PATCH] fix link rot in README.vms
13683              From: "Craig A. Berry" <craigberry@mac.com>
13684              Date: Wed, 10 Oct 2001 17:17:00 -0500
13685              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
13686      Branch: perl
13687            ! README.vms
13688 ____________________________________________________________________________
13689 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
13690         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
13691              From: "chromatic" <chromatic@rmci.net>
13692              Date: Wed, 10 Oct 2001 15:50:30 -0600
13693              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
13694      Branch: perl
13695            ! lib/Term/Complete.t
13696 ____________________________________________________________________________
13697 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
13698         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
13699              From: "chromatic" <chromatic@rmci.net>
13700              Date: Wed, 10 Oct 2001 15:45:42 -0600
13701              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
13702      Branch: perl
13703            + lib/ExtUtils/Packlist.t
13704            ! MANIFEST
13705 ____________________________________________________________________________
13706 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
13707         Log: VMS needs quotes around the -I option to keep it from
13708              being downcased, from Charles Lane.
13709      Branch: perl
13710            ! t/run/kill_perl.t
13711 ____________________________________________________________________________
13712 [ 12395] By: ams                                   on 2001/10/10  16:22:32
13713         Log: Subject: [PATCH lib/FindBin.pm]
13714              From: Stas Bekman <stas@stason.org>
13715              Date: Tue, 09 Oct 2001 23:57:10 +0800
13716              Message-Id: <3BC31E56.60805@stason.org>
13717      Branch: perl
13718            ! lib/FindBin.pm
13719 ____________________________________________________________________________
13720 [ 12394] By: ams                                   on 2001/10/10  16:09:53
13721         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
13722              From: Abhijit Menon-Sen <ams@wiw.org>
13723              Date: Wed, 10 Oct 2001 21:59:33 +0530
13724              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
13725      Branch: perl
13726            ! ext/Data/Dumper/Dumper.xs
13727 ____________________________________________________________________________
13728 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
13729         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
13730              from Charles Lane.
13731      Branch: perl
13732            ! lib/File/Spec/VMS.pm
13733 ____________________________________________________________________________
13734 [ 12392] By: ams                                   on 2001/10/10  14:49:43
13735         Log: Subject: [PATCH] two s/// bugfixes
13736              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13737              Date: Wed, 10 Oct 2001 17:23:44 +0200
13738              Message-Id: <20011010172344.C22440@rafael>
13739      Branch: perl
13740            ! pp_ctl.c regexec.c t/op/subst.t
13741 ____________________________________________________________________________
13742 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
13743         Log: Fix/improve handling of the [000000] special "root"
13744              directory, by putting cwd in canonical form when doing
13745              abs2rel, and prepending a 000000 to directory "chunks"
13746              if missing from base or path.  Also adjust test to
13747              reflect the (improved) output from abs2rel.
13748              From Charles Lane.
13749      Branch: perl
13750            ! lib/File/Spec.t lib/File/Spec/VMS.pm
13751 ____________________________________________________________________________
13752 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
13753         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
13754              all of the extra VMSish attributes (such as "treat this logical
13755              as a device name") that are necessary to make programs run.
13756              A tainted %ENV does not hinder VMS.  From Charles Lane.
13757      Branch: perl
13758            ! lib/File/Find/t/taint.t
13759 ____________________________________________________________________________
13760 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
13761         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
13762              
13763              o  VMS is case-insensitive, RTL downcases filenames read
13764              by perl... so need to re-upcase filenames like MANIFEST
13765              and MANIFEST.SKIP
13766              
13767              o  Need to convert VMS-style to Unix-style filenames when comparing
13768              names in MANIFEST to names in filesystem.
13769              
13770              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
13771              since VMS won't let you (easily) delete non-empty directories.
13772              
13773              From Charles Lane.
13774      Branch: perl
13775            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
13776 ____________________________________________________________________________
13777 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
13778         Log: Unix and VMS agree on "*" as a "match any number of any chars"
13779              wildcards, but differ ("?"  vs.  "%") for their "match any single
13780              char" wildcard.  This patch changes "?"  chars to "%" before doing a
13781              VMS glob...at no loss of functionality, since "?"  isn't a valid
13782              filename char on VMS.  From Charles Lane.
13783      Branch: perl
13784            ! doio.c
13785 ____________________________________________________________________________
13786 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
13787         Log: (accidentally empty submit; new life as #12390)
13788      Branch: perl
13789            ! lib/File/Find/t/taint.t
13790 ____________________________________________________________________________
13791 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
13792         Log: Even more VMS tweakage from Charles Lane:
13793              
13794              Tweak #1:  splitdir only works on directory part of filespec,
13795              split off volume first
13796              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
13797              (it's a horrible kludge in the run-time library,
13798              improved in later versions). Check the
13799              $Config{'d_setenv'} flag before attempting to set it.
13800      Branch: perl
13801            ! t/op/chdir.t
13802 ____________________________________________________________________________
13803 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
13804         Log: VMS tweakage from Charles Lane.
13805              
13806              . command.com doubles an output line when prompting for extensions
13807              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
13808              . perl5db doesn't clean up after itself
13809      Branch: perl
13810            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
13811 ____________________________________________________________________________
13812 [ 12384] By: sky                                   on 2001/10/09  19:16:11
13813         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
13814              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13815              Date: Tue, 9 Oct 2001 22:10:26 +0200
13816              Message-ID: <20011009221026.A8579@rafael>
13817      Branch: perl
13818            ! pod/perldata.pod
13819 ____________________________________________________________________________
13820 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
13821         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
13822              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13823              Date: 9 Oct 2001 15:15:06 -0000
13824              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
13825      Branch: perl
13826            ! t/op/subst.t
13827 ____________________________________________________________________________
13828 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
13829         Log: Update Changes.
13830      Branch: perl
13831            ! Changes patchlevel.h
13832 ____________________________________________________________________________
13833 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
13834         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
13835              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
13836              when a NULL is passed for the filename string pointer.
13837              From Charles Lane.
13838      Branch: perl
13839            ! vms/vms.c
13840 ____________________________________________________________________________
13841 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
13842         Log: Subject: HP systems update
13843              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13844              Date: Tue, 09 Oct 2001 15:59:22 +0200
13845              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
13846      Branch: perl
13847            ! README.hpux
13848 ____________________________________________________________________________
13849 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
13850         Log: CPAN::Nox does now have a test.
13851      Branch: perl
13852            ! t/lib/1_compile.t
13853 ____________________________________________________________________________
13854 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
13855         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
13856              From: David Dyck <dcd@tc.fluke.com>
13857              Date: Mon, 1 Oct 2001 12:17:36 -0700
13858              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
13859      Branch: perl
13860            ! installperl
13861 ____________________________________________________________________________
13862 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
13863         Log: NetWare update from Ananth Kesari.
13864      Branch: perl
13865            ! NetWare/nwperlsys.h makedef.pl
13866 ____________________________________________________________________________
13867 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
13868         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
13869              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13870              Date: Tue, 9 Oct 2001 08:40:57 EDT
13871              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
13872      Branch: perl
13873            ! lib/File/Find/t/find.t
13874 ____________________________________________________________________________
13875 [ 12374] By: ams                                   on 2001/10/09  05:31:45
13876         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
13877              ExtUtils::Mkbootstrap
13878              From: "chromatic" <chromatic@rmci.net>
13879              Date: Tue, 09 Oct 2001 00:08:37 -0600
13880              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
13881      Branch: perl
13882            + lib/ExtUtils/Mkbootstrap.t
13883            ! MANIFEST
13884 ____________________________________________________________________________
13885 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
13886         Log: Enable more debugging.
13887      Branch: perl
13888            ! lib/utf8_heavy.pl
13889 ____________________________________________________________________________
13890 [ 12372] By: ams                                   on 2001/10/09  02:11:59
13891         Log: #12370 forgot to modify is_gv_magical().
13892      Branch: perl
13893            ! gv.c
13894 ____________________________________________________________________________
13895 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
13896         Log: Make the toupper/lower/title API for Unicode not right
13897              but at least less wrong: prepare for the mapping being
13898              more than just one-character-to-one-character.
13899      Branch: perl
13900            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
13901            ! regexec.c utf8.c
13902 ____________________________________________________________________________
13903 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
13904         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
13905              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13906              Date: Mon, 8 Oct 2001 22:18:23 -0400
13907              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
13908      Branch: perl
13909            ! pod/perlvar.pod t/op/taint.t
13910 ____________________________________________________________________________
13911 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
13912         Log: FAQ sync.
13913      Branch: perl
13914            ! pod/perlfaq3.pod pod/perlfaq4.pod
13915 ____________________________________________________________________________
13916 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
13917         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
13918              From: "chromatic" <chromatic@rmci.net>
13919              Date: Mon, 08 Oct 2001 14:05:32 -0600
13920              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
13921      Branch: perl
13922            ! lib/Term/Cap.t
13923 ____________________________________________________________________________
13924 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
13925         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
13926              From: Michael G Schwern <schwern@pobox.com>
13927              Date: Mon, 8 Oct 2001 17:00:14 -0400
13928              Message-ID: <20011008170014.L17083@blackrider>
13929      Branch: perl
13930            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
13931 ____________________________________________________________________________
13932 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
13933         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
13934              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13935              Date: Mon, 8 Oct 2001 16:01:33 EDT
13936              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
13937      Branch: perl
13938            ! ext/Time/HiRes/HiRes.xs
13939 ____________________________________________________________________________
13940 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
13941         Log: Subject: [PATCH] Autosplit patch for VMS
13942              From: "Craig A. Berry" <craigberry@mac.com>
13943              Date: Mon, 08 Oct 2001 15:40:43 -0500
13944              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
13945      Branch: perl
13946            ! lib/AutoSplit.pm lib/AutoSplit.t
13947 ____________________________________________________________________________
13948 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
13949         Log: Don't assume that everybody is running OS X 10.1 yet;
13950              from Kay Röpke.
13951      Branch: perl
13952            ! hints/darwin.sh
13953 ____________________________________________________________________________
13954 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
13955         Log: Update Changes.
13956      Branch: perl
13957            ! Changes patchlevel.h
13958 ____________________________________________________________________________
13959 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
13960         Log: Retract #12358 for now.
13961      Branch: perl
13962            ! lib/Term/Cap.t
13963 ____________________________________________________________________________
13964 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
13965         Log: Can't figure out what this is testing.
13966              (If it is trying to catch SIGKILL, it should stop
13967              trying because that is by definition impossible.)
13968      Branch: perl
13969            ! lib/sigtrap.t
13970 ____________________________________________________________________________
13971 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
13972         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
13973              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13974              Date: Sun, 30 Sep 2001 21:15:13 +0200
13975              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
13976      Branch: perl
13977            ! lib/ExtUtils/MM_Win32.pm
13978 ____________________________________________________________________________
13979 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
13980         Log: Clarify the ldlibpth part and condense the overall text.
13981      Branch: perl
13982            ! t/TEST
13983 ____________________________________________________________________________
13984 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
13985         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
13986              From: "chromatic" <chromatic@rmci.net>
13987              Date: Sun, 07 Oct 2001 16:59:26 -0600
13988              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
13989      Branch: perl
13990            ! lib/Term/Cap.t
13991 ____________________________________________________________________________
13992 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
13993         Log: Update the list because fo #12265.
13994      Branch: perl
13995            ! t/lib/1_compile.t
13996 ____________________________________________________________________________
13997 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
13998         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
13999              From: Nicholas Clark <nick@ccl4.org>
14000              Date: Sun, 7 Oct 2001 20:53:33 +0100
14001              Message-ID: <20011007205333.S38756@plum.flirble.org>   
14002      Branch: perl
14003            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
14004            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
14005            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
14006            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
14007            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
14008            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
14009            ! lib/Switch/t/switch.t lib/Term/Complete.t
14010            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
14011            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
14012            ! t/op/my_stash.t
14013 ____________________________________________________________________________
14014 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
14015         Log: Integrate patch #12350 from maintperl; typo in
14016              IO::Seekable doc.
14017      Branch: perl
14018           !> ext/IO/lib/IO/Seekable.pm
14019 ____________________________________________________________________________
14020 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
14021         Log: Detypo.
14022      Branch: perl
14023            ! hints/darwin.sh
14024 ____________________________________________________________________________
14025 [ 12353] By: sky                                   on 2001/10/07  17:16:14
14026         Log: Change 12349 didn't really get it right.
14027      Branch: perl
14028            ! lib/Unicode/README
14029 ____________________________________________________________________________
14030 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
14031         Log: If running the harness the dynamic library search path
14032              may need setting.
14033      Branch: perl
14034            ! t/TEST
14035 ____________________________________________________________________________
14036 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
14037         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
14038              in ldflags.
14039      Branch: perl
14040            ! hints/darwin.sh
14041 ____________________________________________________________________________
14042 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
14043         Log: typo in IO::Seekable doc
14044      Branch: maint-5.6/perl
14045            ! ext/IO/lib/IO/Seekable.pm
14046 ____________________________________________________________________________
14047 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
14048         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
14049              doesn't work on Mac OS X 10.1 (when unpacking the tar the
14050              latter gets renamed as lib/unicode:1, assumedly for security
14051              reasons not to overwrite stuff)
14052      Branch: perl
14053            + lib/Unicode/README
14054            - lib/unicode/README
14055            ! MANIFEST
14056 ____________________________________________________________________________
14057 [ 12348] By: ams                                   on 2001/10/07  05:33:40
14058         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
14059              From: "chromatic" <chromatic@rmci.net>
14060              Date: Sat, 06 Oct 2001 21:42:03 -0600
14061              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
14062      Branch: perl
14063            + lib/CPAN/t/Nox.t
14064            ! MANIFEST
14065 ____________________________________________________________________________
14066 [ 12347] By: ams                                   on 2001/10/07  00:48:10
14067         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
14068              From: "chromatic" <chromatic@rmci.net>
14069              Date: Sat, 06 Oct 2001 18:52:10 -0600
14070              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
14071      Branch: perl
14072            + lib/sigtrap.t
14073            ! MANIFEST
14074 ____________________________________________________________________________
14075 [ 12346] By: ams                                   on 2001/10/06  23:14:01
14076         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
14077              h2xs write?)
14078              From: Nicholas Clark <nick@ccl4.org>
14079              Date: Sat, 6 Oct 2001 21:46:43 +0100
14080              Message-Id: <20011006214643.L38756@plum.flirble.org>
14081      Branch: perl
14082            ! utils/h2xs.PL
14083 ____________________________________________________________________________
14084 [ 12345] By: ams                                   on 2001/10/06  17:39:53
14085         Log: Subject: [PATCH] Memoize tests
14086              From: Nicholas Clark <nick@ccl4.org>
14087              Date: Sat, 6 Oct 2001 18:04:21 +0100
14088              Message-Id: <20011006180421.J38756@plum.flirble.org>
14089      Branch: perl
14090            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
14091            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
14092            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
14093            ! lib/Memoize/t/expire_module_n.t
14094            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
14095            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
14096            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
14097            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
14098            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
14099            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
14100 ____________________________________________________________________________
14101 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
14102         Log: Retract the latter part of #12343.
14103      Branch: perl
14104            ! ext/IO/lib/IO/Socket/INET.pm
14105 ____________________________________________________________________________
14106 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
14107         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
14108              From: David Dyck <dcd@tc.fluke.com>
14109              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
14110              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
14111              
14112              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
14113              From: David Dyck <dcd@tc.fluke.com>
14114              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
14115              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
14116      Branch: perl
14117            ! ext/IO/lib/IO/Socket/INET.pm
14118 ____________________________________________________________________________
14119 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
14120         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
14121              From: Robin Barker <rmb1@cise.npl.co.uk>
14122              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
14123              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
14124      Branch: perl
14125            ! t/TEST
14126 ____________________________________________________________________________
14127 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
14128         Log: Don't assume that %x is good for displaying UVs.
14129      Branch: perl
14130            ! dump.c
14131 ____________________________________________________________________________
14132 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
14133         Log: Update Changes.
14134      Branch: perl
14135            ! Changes patchlevel.h
14136 ____________________________________________________________________________
14137 [ 12339] By: ams                                   on 2001/10/05  10:22:34
14138         Log: Subject: [PATCH] perlfunc/select
14139              From: Nicholas Clark <nick@ccl4.org>
14140              Date: Fri, 5 Oct 2001 11:33:58 +0100
14141              Message-Id: <20011005113358.Z38756@plum.flirble.org>
14142      Branch: perl
14143            ! pod/perlfunc.pod
14144 ____________________________________________________________________________
14145 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
14146         Log: Retract #12313 and #12249.
14147      Branch: perl
14148            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
14149            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
14150            ! pod/perlebcdic.pod
14151 ____________________________________________________________________________
14152 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
14153         Log: Subject: [PATCH] perlvms.pod update
14154              From: "Craig A. Berry" <craigberry@mac.com>
14155              Date: Thu, 04 Oct 2001 12:55:52 -0500
14156              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
14157      Branch: perl
14158            ! vms/perlvms.pod
14159 ____________________________________________________________________________
14160 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
14161         Log: Subject: PATCH: Tie::SubstrHash
14162              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14163              Date: Thu, 04 Oct 2001 12:12:41 +0100
14164              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
14165      Branch: perl
14166            ! lib/Tie/SubstrHash.pm
14167 ____________________________________________________________________________
14168 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
14169         Log: Unicode properties saga continues.
14170      Branch: perl
14171            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
14172            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
14173 ____________________________________________________________________________
14174 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
14175         Log: Yet more Unicode properties.
14176      Branch: perl
14177            + lib/unicore/In/137.pl lib/unicore/In/138.pl
14178            + lib/unicore/In/139.pl lib/unicore/In/140.pl
14179            + lib/unicore/In/141.pl lib/unicore/In/142.pl
14180            + lib/unicore/In/143.pl lib/unicore/In/144.pl
14181            + lib/unicore/In/145.pl lib/unicore/In/146.pl
14182            + lib/unicore/In/147.pl lib/unicore/In/148.pl
14183            + lib/unicore/In/149.pl lib/unicore/In/150.pl
14184            + lib/unicore/In/151.pl lib/unicore/In/152.pl
14185            + lib/unicore/In/153.pl lib/unicore/In/154.pl
14186            + lib/unicore/In/155.pl lib/unicore/In/156.pl
14187            + lib/unicore/In/157.pl lib/unicore/In/158.pl
14188            + lib/unicore/In/159.pl lib/unicore/In/160.pl
14189            + lib/unicore/In/161.pl lib/unicore/In/162.pl
14190            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
14191            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
14192            ! pod/perlunicode.pod
14193 ____________________________________________________________________________
14194 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
14195         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
14196              From: "Craig A. Berry" <craigberry@mac.com>
14197              Date: Wed, 03 Oct 2001 17:45:25 -0500
14198              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
14199              
14200              (the lib/Term/Complete.t patched differently by #12332)
14201      Branch: perl
14202            ! lib/ExtUtils/Command.t
14203 ____________________________________________________________________________
14204 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
14205         Log: Restore only if something to restore.
14206      Branch: perl
14207            ! lib/Term/Complete.t
14208 ____________________________________________________________________________
14209 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
14210         Log: Update various resources for credits,
14211              minor icons fixes, and versions.
14212      Branch: maint-5.6/macperl
14213            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
14214            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
14215            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
14216 ____________________________________________________________________________
14217 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
14218         Log: Quiet the warnings about using undef value
14219      Branch: maint-5.6/macperl
14220            ! lib/File/Temp.pm
14221 ____________________________________________________________________________
14222 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
14223         Log: Fix up Ballon Help and Help menu docs (first pass);
14224              remove balloon rez file, and autogenerate with
14225              Balloon2Rez instead.
14226      Branch: maint-5.6/macperl
14227            + macos/macperl/macscripts/Balloon2Rez
14228            - macos/macperl/MPBalloons.r
14229            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
14230 ____________________________________________________________________________
14231 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
14232         Log: Allow overriding of defaults, for change #12327.
14233      Branch: maint-5.6/macperl
14234            ! perl.h
14235 ____________________________________________________________________________
14236 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
14237         Log: Override PerlProc_exit.
14238      Branch: maint-5.6/macperl
14239            ! macos/macish.h
14240 ____________________________________________________________________________
14241 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
14242         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
14243      Branch: maint-5.6/macperl
14244            + macos/bundled_lib/blib/lib/MD5.pm
14245            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
14246            + macos/lib/Mac/AETE/Dialect.pm
14247            + macos/lib/Mac/AETE/Format/Converter.pm
14248            + macos/lib/Mac/AETE/Format/Dictionary.pm
14249            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
14250            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
14251            + macos/lib/Mac/Toolbox.pod
14252            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
14253 ____________________________________________________________________________
14254 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
14255         Log: Sync up silly CVS headers ... I should commit CVS
14256              first to avoid this ...
14257      Branch: maint-5.6/macperl
14258            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
14259            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
14260            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
14261            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
14262 ____________________________________________________________________________
14263 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
14264         Log: Fix Matthias' address, and attributions.
14265      Branch: maint-5.6/macperl
14266            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
14267            ! pod/perlport.pod
14268 ____________________________________________________________________________
14269 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
14270         Log: Fix Matthias' address, and attributions.
14271      Branch: maint-5.6/macperl
14272            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
14273            ! macos/ext/Mac/Components/Components.pm
14274            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
14275            ! macos/ext/Mac/Dialogs/Dialogs.pm
14276            ! macos/ext/Mac/Events/Events.pm
14277            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
14278            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
14279            ! macos/ext/Mac/Gestalt/Gestalt.pm
14280            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
14281            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
14282            ! macos/ext/Mac/Menus/Menus.pm
14283            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
14284            ! macos/ext/Mac/Movies/Movies.pm
14285            ! macos/ext/Mac/Navigation/Navigation.pm
14286            ! macos/ext/Mac/Notification/Notification.pm
14287            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
14288            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
14289            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
14290            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
14291            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
14292            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
14293            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
14294            ! macos/ext/Mac/StandardFile/StandardFile.pm
14295            ! macos/ext/Mac/TextEdit/TextEdit.pm
14296            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
14297            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
14298            ! macos/lib/Mac/LowMem.pm
14299 ____________________________________________________________________________
14300 [ 12322] By: sky                                   on 2001/10/03  18:41:07
14301         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
14302              From: "Craig A. Berry" <craigberry@mac.com>
14303              Date: Wed, 03 Oct 2001 14:30:55 -0500
14304              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
14305      Branch: perl
14306            ! vms/vms.c
14307 ____________________________________________________________________________
14308 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
14309         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
14310              From: "Craig A. Berry" <craigberry@mac.com>
14311              Date: Wed, 03 Oct 2001 14:30:55 -0500
14312              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
14313      Branch: perl
14314            ! vms/vms.c
14315 ____________________________________________________________________________
14316 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
14317         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
14318              only IsL&) and Inherited (negative lookahead good);
14319              add tests for Common, Inherited, and L&.
14320      Branch: perl
14321            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
14322 ____________________________________________________________________________
14323 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
14324         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
14325              (The Unicode standard uses L& quite often.)
14326      Branch: perl
14327            ! lib/utf8_heavy.pl
14328 ____________________________________________________________________________
14329 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
14330         Log: Add the 'Common' Unicode property (code points not
14331              explicitly assigned to any other script).
14332      Branch: perl
14333            + lib/unicore/In/136.pl
14334            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
14335 ____________________________________________________________________________
14336 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
14337         Log: Skip the RV printing test under threads until fixed.
14338      Branch: perl
14339            ! ext/B/t/terse.t
14340 ____________________________________________________________________________
14341 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
14342         Log: Subject: 12309 / cygwin / win2k
14343              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14344              Date: Wed, 03 Oct 2001 15:25:15 +0200
14345              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
14346      Branch: perl
14347            ! makedef.pl
14348 ____________________________________________________________________________
14349 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
14350         Log: Metaconfig unit change for #12314.
14351      Branch: metaconfig
14352            ! U/modified/Head.U
14353 ____________________________________________________________________________
14354 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
14355         Log: Subject: Both cygwin and djgpp on one machine
14356              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14357              Date: Wed, 03 Oct 2001 15:02:59 +0200
14358              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
14359      Branch: perl
14360            ! Configure
14361 ____________________________________________________________________________
14362 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
14363         Log: (retracted by #12338)
14364              
14365              Subject: [PATCH] Code clean up for perlboot.pod
14366              From: Casey West <casey@geeknest.com>
14367              Date: Tue, 2 Oct 2001 19:24:43 -0400
14368              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
14369              
14370              Subject: [PATCH] Code clean up for perlbot.diff
14371              From: Casey West <casey@geeknest.com>
14372              Date: Tue, 2 Oct 2001 19:25:22 -0400
14373              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
14374              
14375              Subject: [PATCH] Code clean up for perlcall.pod
14376              From: Casey West <casey@geeknest.com>
14377              Date: Tue, 2 Oct 2001 19:25:57 -0400
14378              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
14379              
14380              Subject: [PATCH] Code clean up for perldata.pod
14381              From: Casey West <casey@geeknest.com>
14382              Date: Tue, 2 Oct 2001 19:26:29 -0400
14383              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
14384              
14385              Subject: [PATCH] Code clean up for perldbmfilter.pod
14386              From: Casey West <casey@geeknest.com>
14387              Date: Tue, 2 Oct 2001 19:26:59 -0400
14388              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
14389              
14390              Subject: [PATCH] Code clean up for perlebcdic.pod
14391              From: Casey West <casey@geeknest.com>
14392              Date: Tue, 2 Oct 2001 19:27:37 -0400
14393              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
14394      Branch: perl
14395            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
14396            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
14397 ____________________________________________________________________________
14398 [ 12312] By: ams                                   on 2001/10/02  23:43:55
14399         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
14400              From: Michael G Schwern <schwern@pobox.com>
14401              Date: Tue, 2 Oct 2001 17:00:49 -0400
14402              Message-Id: <20011002170049.A9955@blackrider>
14403      Branch: perl
14404            ! lib/ExtUtils/MakeMaker.pm
14405 ____________________________________________________________________________
14406 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
14407         Log: FAQ sync.
14408      Branch: perl
14409            ! pod/perlfaq3.pod
14410 ____________________________________________________________________________
14411 [ 12310] By: nick                                  on 2001/10/02  16:09:49
14412         Log: Integrate mainline
14413      Branch: perlio
14414           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
14415           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
14416           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
14417           !> patchlevel.h t/op/pat.t
14418 ____________________________________________________________________________
14419 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
14420         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
14421              not just one single space.
14422      Branch: perl
14423            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
14424 ____________________________________________________________________________
14425 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
14426         Log: AUTHORS updates.
14427      Branch: perl
14428            ! AUTHORS
14429 ____________________________________________________________________________
14430 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
14431         Log: Update Changes.
14432      Branch: perl
14433            ! Changes patchlevel.h
14434 ____________________________________________________________________________
14435 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
14436         Log: Work around old buggy glibcs for langinfo constants,
14437              from Nicholas Clark and David Dyck.
14438      Branch: perl
14439            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
14440 ____________________________________________________________________________
14441 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
14442         Log: Eradicate Time::Piece; add an example.
14443      Branch: perl
14444            ! ext/I18N/Langinfo/Langinfo.pm
14445 ____________________________________________________________________________
14446 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
14447         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
14448              From: Robert Spier <rspier@pobox.com>
14449              Date: Mon, 1 Oct 2001 23:20:16 -0700
14450              Message-ID: <15289.23712.422087.878224@rls.cx>
14451      Branch: perl
14452            ! lib/Pod/Html.pm
14453 ____________________________________________________________________________
14454 [ 12303] By: sky                                   on 2001/10/02  10:40:57
14455         Log: Fixes obscure bug that manifests itself by.
14456              local $!=0;undef*STDOUT;#segfaults
14457              Has been around for a while. Possible other magic IO vars are
14458              possibly affected aswell. Reported by Jos Boumans.
14459      Branch: perl
14460            ! mg.c
14461 ____________________________________________________________________________
14462 [ 12302] By: nick                                  on 2001/10/02  09:00:52
14463         Log: Integrate mainline
14464      Branch: perlio
14465           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
14466           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
14467           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
14468 ____________________________________________________________________________
14469 [ 12301] By: nick                                  on 2001/10/02  08:40:57
14470         Log: Integrate mainline + lib/open.t patch from Chromatic
14471      Branch: perlio
14472           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
14473            ! lib/open.t
14474           !> (integrate 29 files)
14475 ____________________________________________________________________________
14476 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
14477         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
14478              Until it has, better stop early if someone requests threads.
14479      Branch: perl
14480            ! hints/darwin.sh
14481 ____________________________________________________________________________
14482 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
14483         Log: Subject: [ID 20011001.011] redundant code in t/TEST
14484              From: David Dyck <dcd@tc.fluke.com>
14485              Date: Mon, 1 Oct 2001 12:56:24 -0700
14486              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
14487      Branch: perl
14488            ! t/TEST
14489 ____________________________________________________________________________
14490 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
14491         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
14492              From: "chromatic" <chromatic@rmci.net>
14493              Date: Mon, 01 Oct 2001 12:27:12 -0600
14494              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
14495      Branch: perl
14496            ! lib/Term/Cap.t
14497 ____________________________________________________________________________
14498 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
14499         Log: UNICOS testing patches from Nicholas Clark.
14500      Branch: perl
14501            ! t/op/arith.t t/op/pack.t
14502 ____________________________________________________________________________
14503 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
14504         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
14505              From: "chromatic" <chromatic@rmci.net>
14506              Date: Mon, 01 Oct 2001 10:21:51 -0600
14507              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
14508      Branch: perl
14509            ! lib/open.t
14510 ____________________________________________________________________________
14511 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
14512         Log: Make missing the RADIXCHAR a softer, gentler error.
14513      Branch: perl
14514            ! ext/I18N/Langinfo/Langinfo.t
14515 ____________________________________________________________________________
14516 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
14517         Log: Nuke also the LANG because of glibc.
14518      Branch: perl
14519            ! lib/open.t
14520 ____________________________________________________________________________
14521 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
14522         Log: Also the ^Is is optional.
14523      Branch: perl
14524            ! pod/perlunicode.pod t/op/pat.t
14525 ____________________________________________________________________________
14526 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
14527         Log: Be careful to pull chars from the varargs stack when
14528              formatting chars.
14529      Branch: perl
14530            ! regcomp.c
14531 ____________________________________________________________________________
14532 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
14533         Log: sortsv not in place anymore, noticed by John P. Linderman.
14534      Branch: perl
14535            ! pod/perlapi.pod pp_ctl.c
14536 ____________________________________________________________________________
14537 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
14538         Log: Make the diagnostic messages more neutral.
14539      Branch: perl
14540            ! ext/B/t/terse.t
14541 ____________________________________________________________________________
14542 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
14543         Log: Forgotten from #12288.
14544      Branch: perl
14545            ! ext/Data/Dumper/Dumper.pm
14546 ____________________________________________________________________________
14547 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
14548         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
14549              From: Brian Ingerson <ingy@ttul.org>
14550              Date: Sun, 30 Sep 2001 21:45:56 -0700
14551              Message-ID: <20010930214556.D26392@ttul.org>
14552              
14553              (remember also the #12289)
14554      Branch: perl
14555            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
14556 ____________________________________________________________________________
14557 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
14558         Log: More Unicode property tests for the abbreviated
14559              general properties.
14560      Branch: perl
14561            ! t/op/pat.t
14562 ____________________________________________________________________________
14563 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
14564         Log: Further tweaks to the Unicode properties.
14565      Branch: perl
14566            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
14567 ____________________________________________________________________________
14568 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
14569         Log: Retract #12284.
14570      Branch: perl
14571            ! lib/Term/Cap.t
14572 ____________________________________________________________________________
14573 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
14574         Log: (Retracted by #12285)
14575      Branch: perl
14576            ! lib/Term/Cap.t
14577 ____________________________________________________________________________
14578 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
14579         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
14580              From: "chromatic" <chromatic@rmci.net>  
14581              Date: Sun, 30 Sep 2001 16:10:02 -0600
14582              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
14583      Branch: perl
14584            + lib/Term/Cap.t
14585            ! MANIFEST
14586 ____________________________________________________________________________
14587 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
14588         Log: Use stty -g to restore the terminal state, do not even
14589              try to run the tests if stty -g is not available.
14590      Branch: perl
14591            ! lib/Term/Complete.t
14592 ____________________________________________________________________________
14593 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
14594         Log: Cleanup utf8_heavy; allow dropping the In prefix from
14595              Unicode script/block properties.
14596      Branch: perl
14597            ! lib/utf8_heavy.pl
14598 ____________________________________________________________________________
14599 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
14600         Log: Retract the #12259 for now.
14601      Branch: perl
14602            ! embed.h embed.pl sv.h
14603 ____________________________________________________________________________
14604 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
14605         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
14606      Branch: perl
14607            + lib/Text/TabsWrap/CHANGELOG
14608            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
14609 ____________________________________________________________________________
14610 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
14611         Log: #12272 wasn't right, it introduced an extra ().
14612      Branch: perl
14613            ! lib/utf8_heavy.pl
14614 ____________________________________________________________________________
14615 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
14616         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
14617              From: Jonathan Stowe <gellyfish@gellyfish.com>
14618              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
14619              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
14620      Branch: perl
14621            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
14622 ____________________________________________________________________________
14623 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
14624         Log: Subject: Patch to put qsortsv in the public API
14625              From: Brian Ingerson <ingy@ttul.org>
14626              Date: Sat, 29 Sep 2001 17:41:13 -0700
14627              Message-ID: <20010929174113.A30223@ttul.org>
14628      Branch: perl
14629            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
14630 ____________________________________________________________________________
14631 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
14632         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
14633              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14634              Date: Sat, 29 Sep 2001 23:54:48 +0200
14635              Message-ID: <20010929235448.A5017@rafael>
14636      Branch: perl
14637            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
14638 ____________________________________________________________________________
14639 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
14640         Log: FAQ sync.
14641      Branch: perl
14642            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14643            ! pod/perlfaq9.pod
14644 ____________________________________________________________________________
14645 [ 12273] By: bailey                                on 2001/09/29  23:43:46
14646         Log: Resync with mainline
14647      Branch: vmsperl
14648           +> (branch 1207 files)
14649            - (delete 324 files)
14650           !> (integrate 866 files)
14651 ____________________________________________________________________________
14652 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
14653         Log: Nasty recursion trap if one would match Unicode.
14654      Branch: perl
14655            ! lib/utf8_heavy.pl
14656 ____________________________________________________________________________
14657 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
14658         Log: More Unicode todo.
14659      Branch: perl
14660            ! pod/perltodo.pod
14661 ____________________________________________________________________________
14662 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
14663         Log: Explain a bit the new more flexible \p\P syntax.
14664      Branch: perl
14665            ! pod/perlunicode.pod
14666 ____________________________________________________________________________
14667 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
14668         Log: More leniency to the \p and \P: now can have whitespace
14669              between the property definition and the curlies; now can
14670              invert the property by having a caret between the open
14671              curly and the property.
14672      Branch: perl
14673            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
14674 ____________________________________________________________________________
14675 [ 12268] By: nick                                  on 2001/09/29  17:39:26
14676         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
14677              one test (lib/open.t) fails
14678      Branch: perlio
14679           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
14680           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
14681           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
14682           +> lib/Tie/Scalar.t lib/open.t
14683            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
14684            - ext/B/Stash.t
14685           !> (integrate 62 files)
14686 ____________________________________________________________________________
14687 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
14688         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
14689      Branch: perl
14690            ! t/op/chdir.t
14691 ____________________________________________________________________________
14692 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
14693         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
14694              From: "Craig A. Berry" <craigberry@mac.com> 
14695              Date: Sat, 29 Sep 2001 09:35:33 -0500
14696              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
14697      Branch: perl
14698            ! t/op/chdir.t
14699 ____________________________________________________________________________
14700 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
14701         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
14702              From: "chromatic" <chromatic@rmci.net>
14703              Date: Fri, 28 Sep 2001 21:20:12 -0600
14704              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
14705      Branch: perl
14706            + lib/Tie/Scalar.t
14707            ! MANIFEST lib/Tie/Scalar.pm
14708 ____________________________________________________________________________
14709 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
14710         Log: Allow for more flexibility in the \p{In...} names, now
14711              case doesn't matter, and any space or dash can be
14712              matched by any space, dash, underbar, or empty.
14713              (may be going too far on leniency)
14714      Branch: perl
14715            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
14716            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
14717            ! t/op/pat.t
14718 ____________________________________________________________________________
14719 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
14720         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
14721              From: "chromatic" <chromatic@rmci.net>
14722              Date: Fri, 28 Sep 2001 17:39:50 -0600
14723              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
14724      Branch: perl
14725            + lib/open.t
14726            ! MANIFEST
14727 ____________________________________________________________________________
14728 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
14729         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
14730              From: "Craig A. Berry" <craigberry@mac.com>
14731              Date: Fri, 28 Sep 2001 16:24:51 -0500
14732              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
14733      Branch: perl
14734            ! ext/File/Glob/t/basic.t
14735 ____________________________________________________________________________
14736 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
14737         Log: Subject: [DOC PATCH] Carp.pm pod typo
14738              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14739              Date: Fri, 28 Sep 2001 23:14:51 +0200
14740              Message-ID: <20010928231451.E16889@rafael>
14741      Branch: perl
14742            ! lib/Carp.pm
14743 ____________________________________________________________________________
14744 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
14745         Log: Subject: [PATCH] Allow an @INC hook to set %INC
14746              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14747              Date: Fri, 28 Sep 2001 22:18:13 +0200
14748              Message-ID: <20010928221813.A16889@rafael>
14749      Branch: perl
14750            ! pp_ctl.c
14751 ____________________________________________________________________________
14752 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
14753         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
14754              From: Nicholas Clark <nick@ccl4.org>
14755              Date: Fri, 28 Sep 2001 23:39:33 +0100
14756              Message-ID: <20010928233933.C23673@plum.flirble.org>
14757      Branch: perl
14758            ! embed.h embed.pl sv.h
14759 ____________________________________________________________________________
14760 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
14761         Log: Update Changes.
14762      Branch: perl
14763            ! Changes patchlevel.h
14764 ____________________________________________________________________________
14765 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
14766         Log: Move the B tests to B/t.
14767      Branch: perl
14768            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
14769            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
14770            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
14771            - ext/B/Showlex.t ext/B/Stash.t
14772            ! MANIFEST
14773 ____________________________________________________________________________
14774 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
14775         Log: Forgot from #12254.
14776      Branch: perl
14777            + ext/B/B/Terse.t
14778 ____________________________________________________________________________
14779 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
14780         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
14781              From: "chromatic" <chromatic@rmci.net>
14782              Date: Thu, 27 Sep 2001 23:22:17 -0600
14783              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
14784      Branch: perl
14785            ! MANIFEST
14786 ____________________________________________________________________________
14787 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
14788         Log: Test numbering mismatch.
14789      Branch: perl
14790            ! t/op/chdir.t
14791 ____________________________________________________________________________
14792 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
14793         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
14794              From: "Craig A. Berry" <craigberry@mac.com>
14795              Date: Wed, 26 Sep 2001 17:43:14 -0500
14796              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
14797      Branch: perl
14798            ! iperlsys.h t/op/chdir.t
14799 ____________________________________________________________________________
14800 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
14801         Log: Subject: [PATCH gv.c] make __ANON__ global
14802              From: Robin Barker <rmb1@cise.npl.co.uk>
14803              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
14804              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
14805      Branch: perl
14806            ! gv.c t/op/anonsub.t t/op/runlevel.t
14807 ____________________________________________________________________________
14808 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
14809         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
14810              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14811              Date: Thu, 27 Sep 2001 22:34:32 +0200
14812              Message-ID: <20010927223432.A1485@rafael>
14813      Branch: perl
14814            ! ext/B/B/Terse.pm
14815 ____________________________________________________________________________
14816 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
14817         Log: (retracted by #12338)
14818              
14819              Subject: [PATCH] Cleanup of perldsc.pod      
14820              From: Casey West <casey@geeknest.com>
14821              Date: Thu, 27 Sep 2001 11:13:17 -0400
14822              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
14823      Branch: perl
14824            ! pod/perldsc.pod
14825 ____________________________________________________________________________
14826 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
14827         Log: Not everyone is using ithreads...
14828      Branch: perl
14829            ! ext/Devel/Peek/Peek.t
14830 ____________________________________________________________________________
14831 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
14832         Log: Document the nss_delete core dump workaround for HP-UX
14833              and Solaris, bug IDs 20010805.018 and 20010629.004.
14834      Branch: perl
14835            ! README.hpux README.solaris
14836 ____________________________________________________________________________
14837 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
14838         Log: Dump Unicode hash keys also as Unicode,
14839              not just as a byte string.
14840      Branch: perl
14841            ! dump.c ext/Devel/Peek/Peek.t
14842 ____________________________________________________________________________
14843 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
14844         Log: Integrate changes #12241 and #12242 from macperl:
14845              
14846              Remove unneeded disabling of umask() calls
14847              
14848              Note (get|set)sockopt are available.
14849      Branch: perl
14850           !> lib/File/Temp.pm pod/perlport.pod
14851 ____________________________________________________________________________
14852 [ 12244] By: sky                                   on 2001/09/27  08:53:00
14853         Log: Flush buffers on thread closedown.
14854      Branch: perl
14855            ! ext/threads/threads.xs
14856 ____________________________________________________________________________
14857 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
14858         Log: Dump SvUTF8(sv)s also as \x{...}.
14859              
14860              TODO: dump the SvUTF8() hash keys similarly. 
14861      Branch: perl
14862            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
14863 ____________________________________________________________________________
14864 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
14865         Log: Note (get|set)sockopt are available.
14866      Branch: maint-5.6/macperl
14867            ! pod/perlport.pod
14868 ____________________________________________________________________________
14869 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
14870         Log: Remove unneeded disabling of umask() calls
14871      Branch: maint-5.6/macperl
14872            ! lib/File/Temp.pm
14873 ____________________________________________________________________________
14874 [ 12240] By: sky                                   on 2001/09/26  18:44:56
14875         Log: Documention update
14876      Branch: perl
14877            ! ext/threads/threads.pm
14878 ____________________________________________________________________________
14879 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
14880         Log: Update Changes.
14881      Branch: perl
14882            ! Changes patchlevel.h
14883 ____________________________________________________________________________
14884 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
14885         Log: Check that all environment variables are tainted.
14886      Branch: perl
14887            ! t/op/taint.t
14888 ____________________________________________________________________________
14889 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
14890         Log: Manual integration error in #12235.
14891      Branch: perl
14892            ! lib/File/DosGlob.t
14893 ____________________________________________________________________________
14894 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
14895         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
14896              From: "chromatic" <chromatic@rmci.net>
14897              Date: Tue, 25 Sep 2001 23:57:07 -0600
14898              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
14899      Branch: perl
14900            ! perlio.c
14901 ____________________________________________________________________________
14902 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
14903         Log: Integrate macperl changes from Chris Nandor:
14904              12192 11817 11815 11813 11778 11775
14905              
14906              Update CPAN.pm to work with new Mac::BuildTools instead
14907              of ExtUtils::MM_MacOS "orphan" functions
14908              
14909              Fix test
14910              
14911              Make syntax check report in MPW style, fix tests
14912              to use Mac::err=unix to get normal-style error
14913              messages.
14914              
14915              More module and test ports from Thomas Wegner et al
14916              
14917              Fix open of /dev/null for Mac OS
14918              
14919              Allow for platforms to override formatting of errors
14920              on output from Matthias Neeracher (core files)
14921      Branch: perl
14922            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
14923            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
14924            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
14925           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
14926           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
14927           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
14928 ____________________________________________________________________________
14929 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
14930         Log: grrr.
14931      Branch: perl
14932            ! t/op/gv.t
14933 ____________________________________________________________________________
14934 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
14935         Log: Retract #12232.
14936      Branch: perl
14937            ! t/op/gv.t
14938 ____________________________________________________________________________
14939 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
14940         Log: (Retracted by #12233.)
14941      Branch: perl
14942            ! t/op/gv.t
14943 ____________________________________________________________________________
14944 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
14945         Log: Detypo.
14946      Branch: perl
14947            ! ext/Encode/Makefile.PL
14948 ____________________________________________________________________________
14949 [ 12230] By: sky                                   on 2001/09/26  11:36:23
14950         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
14951              We are using a "delay" here because we do not want to depend on thread synchronization issues.
14952      Branch: perl
14953            + ext/threads/t/stress_cv.t
14954            ! MANIFEST ext/threads/t/stress_string.t
14955 ____________________________________________________________________________
14956 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
14957         Log: NetWare tweak from Ananth Kesari.
14958      Branch: perl
14959            ! NetWare/t/Readme.txt
14960 ____________________________________________________________________________
14961 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
14962         Log: Trick to fool case-blind filesystems.
14963      Branch: perl
14964            ! ext/Encode/Makefile.PL
14965 ____________________________________________________________________________
14966 [ 12227] By: sky                                   on 2001/09/26  11:06:50
14967         Log: Threads can start executing in a different order than they were
14968              created.... so we cannot ok() inside the threadstarter.
14969      Branch: perl
14970            ! ext/threads/t/stress_string.t
14971 ____________________________________________________________________________
14972 [ 12226] By: sky                                   on 2001/09/26  07:41:45
14973         Log: Add in stress_string.t to stress test threads a bit more.
14974      Branch: perl
14975            + ext/threads/t/stress_string.t
14976            ! MANIFEST
14977 ____________________________________________________________________________
14978 [ 12225] By: sky                                   on 2001/09/26  07:04:21
14979         Log: Fix negative refcount introduced by #12223.
14980      Branch: perl
14981            ! ext/threads/threads.xs
14982 ____________________________________________________________________________
14983 [ 12224] By: sky                                   on 2001/09/26  06:57:58
14984         Log: Update documentation to match change #12223
14985      Branch: perl
14986            ! sharedsv.c
14987 ____________________________________________________________________________
14988 [ 12223] By: sky                                   on 2001/09/26  06:54:32
14989         Log: Use a separate interpreter for the sharedsv space. Another
14990              negative sv leak. Sigh.
14991      Branch: perl
14992            ! sharedsv.c
14993 ____________________________________________________________________________
14994 [ 12222] By: sky                                   on 2001/09/26  05:58:35
14995         Log: Do the environ assignment in perl_contruct to match perl_destruct.
14996              Now we don't need to perl_parse/perl_run. However environ is a
14997              global....
14998      Branch: perl
14999            ! perl.c
15000 ____________________________________________________________________________
15001 [ 12221] By: sky                                   on 2001/09/26  05:41:02
15002         Log: Move the creation of PL_strtab to perl_construct so we can work
15003              with HV and HEs without running perl_parse.
15004      Branch: perl
15005            ! perl.c
15006 ____________________________________________________________________________
15007 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
15008         Log: integrate macperl changes into maint-5.6
15009      Branch: maint-5.6/perl
15010           !> (integrate 26 files)
15011 ____________________________________________________________________________
15012 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
15013         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
15014              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
15015      Branch: maint-5.6/macperl
15016            ! macos/ext/Mac/Fonts/Fonts.xs
15017            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
15018 ____________________________________________________________________________
15019 [ 12218] By: ams                                   on 2001/09/25  23:31:33
15020         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
15021              From: Nicholas Clark <nick@ccl4.org>
15022              Date: Wed, 26 Sep 2001 01:20:20 +0100
15023              Message-Id: <20010926012020.B48092@plum.flirble.org>
15024      Branch: perl
15025            ! lib/AutoSplit.t
15026 ____________________________________________________________________________
15027 [ 12217] By: ams                                   on 2001/09/25  22:33:05
15028         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
15029              From: "Craig A. Berry" <craigberry@mac.com>
15030              Date: Tue, 25 Sep 2001 18:08:42 -0500
15031              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
15032      Branch: perl
15033            ! vms/vms.c
15034 ____________________________________________________________________________
15035 [ 12216] By: ams                                   on 2001/09/25  21:41:01
15036         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
15037              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
15038              From: Michael G Schwern <schwern@pobox.com>
15039              Date: Wed, 26 Sep 2001 00:38:21 -0400
15040              Message-Id: <20010926003821.A627@blackrider>
15041      Branch: perl
15042            ! lib/AutoSplit.t
15043 ____________________________________________________________________________
15044 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
15045         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
15046              From: Michael G Schwern <schwern@pobox.com>
15047              Date: Tue, 25 Sep 2001 17:43:49 -0400
15048              Message-ID: <20010925174349.B19534@blackrider>
15049      Branch: perl
15050            ! lib/Test/Simple.pm lib/Test/Utils.pm
15051 ____________________________________________________________________________
15052 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
15053         Log: Integrate changes from bleadperl.
15054      Branch: maint-5.6/macperl
15055           !> pod/perlport.pod
15056 ____________________________________________________________________________
15057 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
15058         Log: skip($mess) should result in one skip.
15059      Branch: perl
15060            ! t/test.pl
15061 ____________________________________________________________________________
15062 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
15063         Log: Integrate change #12200 from maintperl.
15064      Branch: maint-5.6/macperl
15065           !> win32/perlhost.h
15066 ____________________________________________________________________________
15067 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
15068         Log: Fix file types to "apple"
15069      Branch: maint-5.6/macperl
15070            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
15071            ! macos/ext/Mac/SAT/t/Collision.rsrc
15072 ____________________________________________________________________________
15073 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
15074         Log: Fix rsrc file as snd file; fix path in t file.
15075      Branch: maint-5.6/macperl
15076            ! macos/ext/Mac/Notification/t/Notification.rsrc
15077            ! macos/ext/Mac/Notification/t/Notification.t
15078 ____________________________________________________________________________
15079 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
15080         Log: Sync up with File::Find from bleadperl.
15081      Branch: maint-5.6/macperl
15082            ! lib/File/Find.pm t/lib/filefind-taint.t
15083 ____________________________________________________________________________
15084 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
15085         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
15086              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
15087              of hundreds)
15088      Branch: maint-5.6/macperl
15089            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
15090            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
15091            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
15092 ____________________________________________________________________________
15093 [ 12207] By: nick                                  on 2001/09/25  19:04:36
15094         Log: Integrate mainline (untested while modem is up)
15095      Branch: perlio
15096           +> lib/AutoSplit.t t/test.pl
15097            - lib/warnings/register.t
15098           !> (integrate 28 files)
15099 ____________________________________________________________________________
15100 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
15101         Log: perldiag entry for #12205.
15102      Branch: perl
15103            ! pod/perldiag.pod
15104 ____________________________________________________________________________
15105 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
15106         Log: Subject: [PATCH] warning on v-string in use/require
15107              From: John Peacock <jpeacock@rowman.com>
15108              Date: Mon, 24 Sep 2001 17:29:03 -0400
15109              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
15110      Branch: perl
15111            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
15112 ____________________________________________________________________________
15113 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
15114         Log: perltooc et al updates.
15115      Branch: perl
15116            ! plan9/mkfile pod/roffitall
15117 ____________________________________________________________________________
15118 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
15119         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
15120              From: Michael G Schwern <schwern@pobox.com>
15121              Date: Sun, 23 Sep 2001 00:07:12 -0400
15122              Message-ID: <20010923000712.A7005@blackrider>
15123      Branch: perl
15124            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
15125 ____________________________________________________________________________
15126 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
15127         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
15128              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15129              Date: Wed, 26 Sep 2001 01:25:10 +0900
15130              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
15131      Branch: perl
15132            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
15133            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
15134            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
15135 ____________________________________________________________________________
15136 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
15137         Log: Integrate change #12200 from maintperl;
15138              on windows, virtualized environment could propagate deleted variables
15139              into children if they happen to be at the very end of the table
15140      Branch: perl
15141           !> win32/perlhost.h
15142 ____________________________________________________________________________
15143 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
15144         Log: on windows, virtualized environment could propagate deleted variables
15145              into children if they happen to be at the very end of the table
15146              (thanks for succinct test case from Johan Holmberg, and fix from
15147              Doug Lankshear)
15148      Branch: maint-5.6/perl
15149            ! win32/perlhost.h
15150 ____________________________________________________________________________
15151 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
15152         Log: avoid the use of ftime() (it does a useless, potentially
15153              expensive call to GetTimeZoneInformation()); this potentially
15154              also results in three more digits of precision from
15155              Time::HiRes::time()
15156      Branch: perl
15157            ! ext/Time/HiRes/HiRes.xs
15158 ____________________________________________________________________________
15159 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
15160         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
15161              
15162              Note: io/binmode is failing, have to figure out why.
15163      Branch: perl
15164            + t/test.pl
15165            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
15166            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
15167            ! t/run/exit.t
15168 ____________________________________________________________________________
15169 [ 12197] By: ams                                   on 2001/09/25  13:48:55
15170         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
15171              From: Nicholas Clark <nick@ccl4.org>
15172              Date: Tue, 25 Sep 2001 00:37:40 +0100
15173              Message-Id: <20010925003740.S4971@plum.flirble.org>
15174              (Further changes expected.)
15175      Branch: perl
15176            + lib/AutoSplit.t
15177            ! MANIFEST
15178 ____________________________________________________________________________
15179 [ 12196] By: sky                                   on 2001/09/25  13:37:12
15180         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
15181              _ftime to try and be more robust.
15182      Branch: perl
15183            ! ext/Time/HiRes/HiRes.xs
15184 ____________________________________________________________________________
15185 [ 12194] By: ams                                   on 2001/09/25  11:40:00
15186         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
15187              From: "Craig A. Berry" <craigberry@mac.com>
15188              Date: Mon, 24 Sep 2001 17:54:20 -0500
15189              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
15190      Branch: perl
15191            ! vms/descrip_mms.template
15192 ____________________________________________________________________________
15193 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
15194         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
15195              not working, cursor not spinning (Bug #422129); external
15196              editor problems (Bug #456329); escape/cmd-. not activating
15197              "Cancel" in Save dialog box (Bug #446960); Runtimes not
15198              executing on launch (Bug #464441).
15199      Branch: maint-5.6/macperl
15200            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
15201            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
15202            ! macos/macperl/MacPerl.r
15203 ____________________________________________________________________________
15204 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
15205         Log: Update CPAN.pm to work with new Mac::BuildTools instead
15206              of ExtUtils::MM_MacOS "orphan" functions
15207      Branch: maint-5.6/macperl
15208            ! lib/CPAN.pm
15209 ____________________________________________________________________________
15210 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
15211         Log: Fix up another xsubpp problem (Matthias Neeracher)
15212      Branch: maint-5.6/macperl
15213            ! macos/xsubpp
15214 ____________________________________________________________________________
15215 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
15216         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
15217      Branch: maint-5.6/macperl
15218            ! macos/lib/ExtUtils/MM_MacOS.pm
15219 ____________________________________________________________________________
15220 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
15221         Log: Fix up Makefiles for more Mac:: modules (and prepare for
15222              static build ...?)
15223      Branch: maint-5.6/macperl
15224            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
15225            ! macos/macperl/Makefile.mk
15226 ____________________________________________________________________________
15227 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
15228         Log: Fix up tests
15229      Branch: maint-5.6/macperl
15230            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
15231 ____________________________________________________________________________
15232 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
15233         Log: Make malloc smarter, fix bugs.  (Bug #404030)
15234      Branch: maint-5.6/macperl
15235            ! macos/icemalloc.c macos/icemalloc.h
15236 ____________________________________________________________________________
15237 [ 12186] By: nick                                  on 2001/09/24  19:18:17
15238         Log: Integrate mainline
15239      Branch: perlio
15240           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
15241           +> lib/filetest.t
15242           !> (integrate 30 files)
15243 ____________________________________________________________________________
15244 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
15245         Log: Retract #12136, the warnings::register is already
15246              tested by t/lib/warnings/9enabled, as pointed out
15247              by Paul Marquess.
15248      Branch: perl
15249            - lib/warnings/register.t
15250            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
15251 ____________________________________________________________________________
15252 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
15253         Log: fix Time::HiRes implementation of gettimeofday() on windows
15254              (HiRes.t#14 now passes)
15255      Branch: perl
15256            ! ext/Time/HiRes/HiRes.xs
15257 ____________________________________________________________________________
15258 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
15259         Log: File::Spec::catfile() canonifies everything to blackslashes on
15260              windows :-(
15261      Branch: perl
15262            ! lib/ExtUtils/Manifest.t
15263 ____________________________________________________________________________
15264 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
15265         Log: test number mismatch
15266      Branch: perl
15267            ! t/op/magic.t
15268 ____________________________________________________________________________
15269 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
15270         Log: ok().
15271      Branch: perl
15272            ! t/op/pack.t
15273 ____________________________________________________________________________
15274 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
15275         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
15276              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15277      Branch: perl
15278            ! pp_pack.c t/op/pack.t
15279 ____________________________________________________________________________
15280 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
15281         Log: Update Changes.
15282      Branch: perl
15283            ! Changes patchlevel.h
15284 ____________________________________________________________________________
15285 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
15286         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
15287              From: Michael G Schwern <schwern@pobox.com>
15288              Date: Mon, 24 Sep 2001 11:12:13 -0400
15289              Message-ID: <20010924111213.G27885@blackrider>
15290      Branch: perl
15291            ! lib/ExtUtils/Manifest.pm
15292 ____________________________________________________________________________
15293 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
15294         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
15295              From: Michael G Schwern <schwern@pobox.com> 
15296              Date: Mon, 24 Sep 2001 11:02:07 -0400
15297              Message-ID: <20010924110207.E27885@blackrider>
15298      Branch: perl
15299            ! vms/test.com
15300 ____________________________________________________________________________
15301 [ 12176] By: ams                                   on 2001/09/24  14:01:59
15302         Log: Update Changes.
15303      Branch: perl
15304            ! Changes
15305 ____________________________________________________________________________
15306 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
15307         Log: Various cleanups.
15308      Branch: perl
15309            ! ext/threads/Makefile.PL ext/threads/threads.xs
15310 ____________________________________________________________________________
15311 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
15312         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
15313      Branch: maint-5.6/macperl
15314           !> (integrate 33 files)
15315 ____________________________________________________________________________
15316 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
15317         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
15318              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15319              Date: Mon, 24 Sep 2001 20:04:58 +0900
15320              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
15321      Branch: perl
15322            ! ext/Encode/Encode/gb2312.enc
15323 ____________________________________________________________________________
15324 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
15325         Log: Clarifying comment to #12164.
15326      Branch: perl
15327            ! lib/Cwd.pm
15328 ____________________________________________________________________________
15329 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
15330         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
15331              From: Nicholas Clark <nick@ccl4.org>
15332              Date: Sun, 23 Sep 2001 23:00:56 +0100
15333              Message-ID: <20010923230055.Y4971@plum.flirble.org>
15334              
15335              (with "sample_constants" changed to "fallback")
15336      Branch: perl
15337            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
15338            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
15339            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
15340            ! lib/h2xs.t utils/h2xs.PL
15341 ____________________________________________________________________________
15342 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
15343         Log: Metaconfig unit change for #12167.
15344      Branch: metaconfig
15345            ! U/modified/Cppsym.U
15346 ____________________________________________________________________________
15347 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
15348         Log: Add a few glibc cpp symbols to probe for.
15349      Branch: perl
15350            ! Configure
15351 ____________________________________________________________________________
15352 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
15353         Log: DJGPP tweaks for Laszlo Molnar.
15354      Branch: perl
15355            ! djgpp/djgppsed.sh dosish.h
15356 ____________________________________________________________________________
15357 [ 12165] By: ams                                   on 2001/09/24  10:07:08
15358         Log: Subject: [PATCH t/op/inccode.t] More tests
15359              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15360              Date: 24 Sep 2001 10:01:44 -0000
15361              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
15362      Branch: perl
15363            ! t/op/inccode.t
15364 ____________________________________________________________________________
15365 [ 12164] By: ams                                   on 2001/09/24  09:43:29
15366         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
15367              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
15368              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
15369              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
15370      Branch: perl
15371            ! lib/Cwd.pm
15372 ____________________________________________________________________________
15373 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
15374         Log: 1_compile updates.
15375      Branch: perl
15376            ! t/lib/1_compile.t
15377 ____________________________________________________________________________
15378 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
15379         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
15380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15381              Date: Wed, 19 Sep 2001 22:47:14 +0200
15382              Message-ID: <20010919224714.A6382@rafael>
15383      Branch: perl
15384            ! pod/perlvar.pod pp_ctl.c
15385 ____________________________________________________________________________
15386 [ 12161] By: ams                                   on 2001/09/23  17:40:02
15387         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
15388              filetest Pragma
15389              From: "chromatic" <chromatic@rmci.net>
15390              Date: Sun, 23 Sep 2001 12:07:25 -0600
15391              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
15392      Branch: perl
15393            + lib/filetest.t
15394            ! MANIFEST t/lib/1_compile.t
15395 ____________________________________________________________________________
15396 [ 12160] By: ams                                   on 2001/09/23  16:32:11
15397         Log: Additional minor chdir() tweak.
15398      Branch: perl
15399            ! pod/perlfunc.pod
15400 ____________________________________________________________________________
15401 [ 12159] By: ams                                   on 2001/09/23  16:25:01
15402         Log: Subject: PATCH lib/ExtUtils/Command.t
15403              From: Abe Timmerman <abe@ztreet.demon.nl>
15404              Date: Sun, 23 Sep 2001 19:11:44 +0200
15405              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
15406      Branch: perl
15407            ! lib/ExtUtils/Command.t
15408 ____________________________________________________________________________
15409 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
15410         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
15411              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15412              Date: Sun, 23 Sep 2001 02:02:26 +0200
15413              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
15414      Branch: perl
15415            ! makedef.pl
15416 ____________________________________________________________________________
15417 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
15418         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
15419              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
15420              Date: Sat, 22 Sep 2001 12:54:39 -0500
15421              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
15422      Branch: perl
15423            ! t/op/study.t
15424 ____________________________________________________________________________
15425 [ 12156] By: nick                                  on 2001/09/23  07:48:44
15426         Log: Integrate mainline
15427      Branch: perlio
15428            - check83.pl
15429           !> ext/Encode/Encode/2022-cn.enc
15430 ____________________________________________________________________________
15431 [ 12155] By: nick                                  on 2001/09/23  07:48:01
15432         Log: Integrate mainline
15433      Branch: perlio
15434           +> (branch 64 files)
15435            - ext/Encode/Encode/cns11643-1.enc
15436            - ext/Encode/Encode/cns11643-2.enc
15437            - ext/Encode/Encode/iso2022-cn.enc
15438            - ext/Encode/Encode/iso2022-jp.enc
15439            - ext/Encode/Encode/iso2022-jp1.enc
15440            - ext/Encode/Encode/iso2022-jp2.enc
15441            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
15442            - ext/Encode/Encode/iso8859-1.enc
15443            - ext/Encode/Encode/iso8859-1.ucm
15444            - ext/Encode/Encode/iso8859-10.enc
15445            - ext/Encode/Encode/iso8859-10.ucm
15446            - ext/Encode/Encode/iso8859-13.enc
15447            - ext/Encode/Encode/iso8859-13.ucm
15448            - ext/Encode/Encode/iso8859-14.enc
15449            - ext/Encode/Encode/iso8859-14.ucm
15450            - ext/Encode/Encode/iso8859-15.enc
15451            - ext/Encode/Encode/iso8859-15.ucm
15452            - ext/Encode/Encode/iso8859-16.enc
15453            - ext/Encode/Encode/iso8859-16.ucm
15454            - ext/Encode/Encode/iso8859-2.enc
15455            - ext/Encode/Encode/iso8859-2.ucm
15456            - ext/Encode/Encode/iso8859-3.enc
15457            - ext/Encode/Encode/iso8859-3.ucm
15458            - ext/Encode/Encode/iso8859-4.enc
15459            - ext/Encode/Encode/iso8859-4.ucm
15460            - ext/Encode/Encode/iso8859-5.enc
15461            - ext/Encode/Encode/iso8859-5.ucm
15462            - ext/Encode/Encode/iso8859-6.enc
15463            - ext/Encode/Encode/iso8859-6.ucm
15464            - ext/Encode/Encode/iso8859-7.enc
15465            - ext/Encode/Encode/iso8859-7.ucm
15466            - ext/Encode/Encode/iso8859-8.enc
15467            - ext/Encode/Encode/iso8859-8.ucm
15468            - ext/Encode/Encode/iso8859-9.enc
15469            - ext/Encode/Encode/iso8859-9.ucm
15470            - ext/Encode/Encode/isoir-197.enc
15471            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
15472            - t/lib/sample-tests/header_at_end
15473            - t/lib/sample-tests/header_at_end_fail
15474           !> (integrate 174 files)
15475 ____________________________________________________________________________
15476 [ 12154] By: ams                                   on 2001/09/23  07:11:46
15477         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
15478              by Blair Zajac.
15479      Branch: perl
15480            ! pod/perlfunc.pod
15481 ____________________________________________________________________________
15482 [ 12153] By: ams                                   on 2001/09/23  06:56:32
15483         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
15484              Forgotten deprecation of *glob{FILEHANDLE}?
15485              From: "chromatic" <chromatic@rmci.net>
15486              Date: Sat, 22 Sep 2001 21:27:56 -0600
15487              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
15488      Branch: perl
15489            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
15490 ____________________________________________________________________________
15491 [ 12152] By: ams                                   on 2001/09/23  06:42:58
15492         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
15493              From: Michael G Schwern <schwern@pobox.com>
15494              Date: Sun, 23 Sep 2001 03:34:39 -0400
15495              Message-Id: <20010923033439.E7005@blackrider>
15496      Branch: perl
15497            ! lib/File/Find.pm
15498 ____________________________________________________________________________
15499 [ 12151] By: ams                                   on 2001/09/23  06:37:57
15500         Log: Subject: Re: t/op/magic.t missing tests on Win32
15501              From: Michael G Schwern <schwern@pobox.com>
15502              Date: Sat, 22 Sep 2001 20:29:09 -0400
15503              Message-Id: <20010922202909.I18223@blackrider>
15504      Branch: perl
15505            ! t/op/magic.t
15506 ____________________________________________________________________________
15507 [ 12150] By: ams                                   on 2001/09/23  06:36:26
15508         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
15509              Dumpvalue.pm
15510              From: "chromatic" <chromatic@rmci.net>
15511              Date: Sat, 22 Sep 2001 19:41:31 -0600
15512              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
15513      Branch: perl
15514            + lib/Dumpvalue.t
15515            ! MANIFEST lib/Dumpvalue.pm
15516 ____________________________________________________________________________
15517 [ 12149] By: ams                                   on 2001/09/23  06:25:35
15518         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
15519              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15520              Date: Sun, 23 Sep 2001 15:27:56 +0900
15521              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
15522      Branch: perl
15523            ! ext/Encode/Encode/2022-cn.enc
15524 ____________________________________________________________________________
15525 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
15526         Log: Manual eror in #12147.
15527      Branch: perl
15528            ! win32/win32.c
15529 ____________________________________________________________________________
15530 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
15531         Log: Integrate change #12146 from maintperl;
15532              win32_chdir() et al don't handle a NULL argument gracefully
15533      Branch: perl
15534           !> win32/perlhost.h win32/win32.c
15535 ____________________________________________________________________________
15536 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
15537         Log: win32_chdir() et al don't handle a NULL argument gracefully
15538      Branch: maint-5.6/perl
15539            ! win32/perlhost.h win32/win32.c
15540 ____________________________________________________________________________
15541 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
15542         Log: typo in change#12026
15543      Branch: maint-5.6/perl
15544            ! op.c
15545 ____________________________________________________________________________
15546 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
15547         Log: Subject: [PATCH] Re: scalar context unpack bugs
15548              From: Nicholas Clark <nick@ccl4.org>
15549              Date: Sat, 22 Sep 2001 23:07:56 +0100
15550              Message-ID: <20010922230755.O4971@plum.flirble.org>
15551      Branch: perl
15552            ! pp_pack.c t/op/pack.t
15553 ____________________________________________________________________________
15554 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
15555         Log: Try ExtUtils::Command.t everywhere, not just on Win32
15556              (as suggested by NI-S).  Also allow running it either
15557              in t/ or in the main directory.
15558      Branch: perl
15559            ! lib/ExtUtils/Command.t
15560 ____________________________________________________________________________
15561 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
15562         Log: Update the test on warnings/register.t.
15563      Branch: perl
15564            ! t/lib/1_compile.t
15565 ____________________________________________________________________________
15566 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
15567         Log: The code is now almost tidy enough to keep the IRIX cc happy.
15568      Branch: perl
15569            ! hints/irix_6.sh
15570 ____________________________________________________________________________
15571 [ 12140] By: ams                                   on 2001/09/22  17:26:32
15572         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
15573              use_ithreads
15574              From: "Craig A. Berry" <craigberry@mac.com>
15575              Date: Sat, 22 Sep 2001 13:15:32 -0500
15576              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
15577      Branch: perl
15578            ! configure.com
15579 ____________________________________________________________________________
15580 [ 12139] By: ams                                   on 2001/09/22  16:44:08
15581         Log: Do what perl_clone() does for sharedsv functions.
15582      Branch: perl
15583            ! embed.pl proto.h
15584 ____________________________________________________________________________
15585 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
15586         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
15587              (suggested by Sarathy, extensions shouldn't be dabbling with
15588              op structures, so binary backward compatibility should not be
15589              an issue.)
15590      Branch: perl
15591            ! hints/irix_6.sh op.h
15592 ____________________________________________________________________________
15593 [ 12137] By: ams                                   on 2001/09/22  16:21:05
15594         Log: More cleanups. (What's PERL_DECL_PROT?)
15595      Branch: perl
15596            ! embed.pl proto.h sharedsv.h
15597 ____________________________________________________________________________
15598 [ 12136] By: ams                                   on 2001/09/22  15:14:34
15599         Log: (Retracted by #12185)
15600              
15601              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
15602              Add Tests for warnings::register, Doc Update
15603              From: "chromatic" <chromatic@rmci.net>
15604              Date: Sat, 22 Sep 2001 09:43:20 -0600
15605              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
15606      Branch: perl
15607            + lib/warnings/register.t
15608            ! MANIFEST lib/warnings/register.pm
15609 ____________________________________________________________________________
15610 [ 12135] By: ams                                   on 2001/09/22  15:07:50
15611         Log: `@foo' should be @foo for consistency.
15612      Branch: perl
15613            ! pod/perldiag.pod
15614 ____________________________________________________________________________
15615 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
15616         Log: (Retracted by #12138)
15617              
15618              Add -woff (turn warning off) 3187:
15619              "A pointer is converted to a smaller integer."
15620              This happens when your pointers are 64-bit: then every case
15621              of converting pointers to PADOFFSETs (explicitly 32-bit)
15622              faces truncation (even explicit use of INT2PTR doesn't help).
15623              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
15624              Changing PADOFFSET from U32 to UV would help, but that
15625              would break binary backward compatibility of BASEOP and padop
15626              (assuming you have been using 64-bit pointers).
15627      Branch: perl
15628            ! hints/irix_6.sh
15629 ____________________________________________________________________________
15630 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
15631         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
15632              but the name comes from the inside the file, not from the file
15633              name, and Rumanian is the name of the language.
15634      Branch: perl
15635            + ext/Encode/Encode/macRumanian.enc
15636            - ext/Encode/Encode/macRomania.enc
15637            ! MANIFEST
15638 ____________________________________________________________________________
15639 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
15640         Log: Rename perltootc as perltooc for 8.3-friedliness.
15641      Branch: perl
15642            + pod/perltooc.pod
15643            - pod/perltootc.pod
15644            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
15645            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
15646            ! pod/perltoot.pod
15647 ____________________________________________________________________________
15648 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
15649         Log: Find more conflicts by lowercasing.
15650      Branch: perl
15651            + Porting/check83.pl
15652            - check83.pl
15653            ! MANIFEST
15654 ____________________________________________________________________________
15655 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
15656         Log: The AIX cc 5.0.0.0 is simply too buggy.
15657      Branch: perl
15658            ! hints/aix.sh
15659 ____________________________________________________________________________
15660 [ 12129] By: ams                                   on 2001/09/22  12:35:38
15661         Log: Uninteresting cleanup.
15662      Branch: perl
15663            ! form.h
15664 ____________________________________________________________________________
15665 [ 12128] By: ams                                   on 2001/09/22  12:28:48
15666         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
15667              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
15668              Date: Sat, 22 Sep 2001 14:29:13 +0100
15669              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
15670      Branch: perl
15671            ! cv.h
15672 ____________________________________________________________________________
15673 [ 12127] By: ams                                   on 2001/09/22  12:04:28
15674         Log: What's a backet?
15675      Branch: perl
15676            ! dump.c
15677 ____________________________________________________________________________
15678 [ 12126] By: ams                                   on 2001/09/22  10:02:34
15679         Log: Removed duplicated tests #19 and #20.
15680      Branch: perl
15681            ! t/op/do.t
15682 ____________________________________________________________________________
15683 [ 12125] By: ams                                   on 2001/09/22  03:58:41
15684         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
15685              From: Michael Carman <mjcarman@home.com>
15686              Date: Fri, 21 Sep 2001 17:54:05 -0500
15687              Message-Id: <3BABC50D.6040202@home.com>
15688              (Applied with some changes.)
15689      Branch: perl
15690            ! pod/perlmod.pod
15691 ____________________________________________________________________________
15692 [ 12124] By: ams                                   on 2001/09/22  03:44:19
15693         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
15694              From: Michael G Schwern <schwern@pobox.com>
15695              Date: Fri, 21 Sep 2001 19:20:40 -0400
15696              Message-Id: <20010921192040.E5494@blackrider>
15697      Branch: perl
15698            ! t/op/chdir.t
15699 ____________________________________________________________________________
15700 [ 12123] By: ams                                   on 2001/09/22  03:41:08
15701         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
15702              From: Blair Zajac <blair@orcaware.com>
15703              Date: Fri, 21 Sep 2001 15:13:04 -0700
15704              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
15705      Branch: perl
15706            ! t/op/chdir.t
15707 ____________________________________________________________________________
15708 [ 12122] By: ams                                   on 2001/09/22  03:37:07
15709         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
15710              20010920.007
15711              From: Michael G Schwern <schwern@pobox.com>
15712              Date: Fri, 21 Sep 2001 17:59:03 -0400
15713              Message-Id: <20010921175903.V5494@blackrider>
15714      Branch: perl
15715            ! t/op/do.t
15716 ____________________________________________________________________________
15717 [ 12121] By: ams                                   on 2001/09/22  03:30:38
15718         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
15719              suite on WinCE)
15720              From: Michael G Schwern <schwern@pobox.com>
15721              Date: Fri, 21 Sep 2001 19:41:03 -0400
15722              Message-Id: <20010921194103.G5494@blackrider>
15723      Branch: perl
15724            ! pod/perlport.pod
15725 ____________________________________________________________________________
15726 [ 12120] By: ams                                   on 2001/09/22  03:28:06
15727         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
15728              From: Michael G Schwern <schwern@pobox.com>
15729              Date: Fri, 21 Sep 2001 17:33:35 -0400
15730              Message-Id: <20010921173335.T5494@blackrider>
15731              ($ENV{FOO}=undef hunk not applied.)
15732      Branch: perl
15733            ! t/op/magic.t
15734 ____________________________________________________________________________
15735 [ 12119] By: ams                                   on 2001/09/22  03:02:26
15736         Log: Subject: [PATCH] perldiag.pod
15737              From: Peter Scott <Peter@PSDT.com>
15738              Date: Fri, 21 Sep 2001 18:54:50 -0700
15739              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
15740              (Moved to the right place.)
15741      Branch: perl
15742            ! pod/perldiag.pod
15743 ____________________________________________________________________________
15744 [ 12118] By: ams                                   on 2001/09/21  20:05:29
15745         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
15746              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15747              Date: Fri, 21 Sep 2001 22:36:54 +0200
15748              Message-Id: <20010921223654.A12742@rafael>
15749      Branch: perl
15750            ! t/op/do.t
15751 ____________________________________________________________________________
15752 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
15753         Log: Restore things as they were before
15754              the backward compatibility police notices.
15755      Branch: perl
15756            ! lib/Cwd.pm
15757 ____________________________________________________________________________
15758 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
15759         Log: More Cwd from Schwern: make also OS/2 and DOS
15760              Cwd agree with File::Spec (that is, native path
15761              syntax using \ instead of / -- backward compatibility
15762              polic warning) and stop Win32 from using bsd_realpath().
15763      Branch: perl
15764            ! lib/Cwd.pm
15765 ____________________________________________________________________________
15766 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
15767         Log: Subject: [PATCH @12110] RE: Untested libraries update
15768              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
15769              Date: Fri, 21 Sep 2001 18:21:07 +0100
15770              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
15771      Branch: perl
15772            ! lib/warnings/register.pm
15773 ____________________________________________________________________________
15774 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
15775         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
15776              From: Michael G Schwern <schwern@pobox.com>
15777              Date: Thu, 20 Sep 2001 22:54:02 -0400
15778              Message-ID: <20010920225402.A3611@blackrider>
15779      Branch: perl
15780            ! lib/Cwd.pm
15781 ____________________________________________________________________________
15782 [ 12113] By: ams                                   on 2001/09/21  17:08:24
15783         Log: Subject: [PATCH] avoid v-strings with require/use
15784              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15785              Date: Fri, 21 Sep 2001 12:34:40 -0400
15786              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
15787      Branch: perl
15788            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
15789            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
15790            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
15791            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
15792            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
15793            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
15794            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
15795            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
15796            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
15797            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
15798            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
15799            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
15800            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
15801            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
15802            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
15803            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
15804            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
15805            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
15806            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
15807 ____________________________________________________________________________
15808 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
15809         Log: Update Changes.
15810      Branch: perl
15811            ! Changes patchlevel.h
15812 ____________________________________________________________________________
15813 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
15814         Log: Make AIX and Tru64 compilers happy.  
15815      Branch: perl
15816            ! ext/threads/threads.h ext/threads/threads.xs
15817 ____________________________________________________________________________
15818 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
15819         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
15820              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15821              Date: 21 Sep 2001 09:16:37 -0000
15822              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
15823      Branch: perl
15824            ! toke.c
15825 ____________________________________________________________________________
15826 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
15827         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
15828              From: Michael G Schwern <schwern@pobox.com>
15829              Date: Thu, 20 Sep 2001 21:21:34 -0400
15830              Message-ID: <20010920212134.Y28291@blackrider>
15831      Branch: perl
15832            ! pp_sys.c
15833 ____________________________________________________________________________
15834 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
15835         Log: Subject: Re: GDB Debugging Macros from mod_perl
15836              From: rspier@pobox.com (Robert Spier)
15837              Date: Thu, 20 Sep 2001 22:45:03 -0700
15838              Message-ID: <15274.54239.413929.49430@rls.cx>
15839      Branch: perl
15840            ! pod/perltodo.pod
15841 ____________________________________________________________________________
15842 [ 12105] By: sky                                   on 2001/09/21  10:33:34
15843         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
15844              timezone! GetSystemTime should be available on all Win32 
15845              platforms we support. Perhaps Time::HiRes should be extended to
15846              support WinCE and Novell?
15847      Branch: perl
15848            ! ext/Time/HiRes/HiRes.xs
15849 ____________________________________________________________________________
15850 [ 12104] By: sky                                   on 2001/09/21  08:12:39
15851         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
15852      Branch: perl
15853            ! ext/threads/threads.h ext/threads/threads.xs
15854 ____________________________________________________________________________
15855 [ 12103] By: sky                                   on 2001/09/21  07:57:41
15856         Log: Rename the *thread* functions to Perl_* to avoid clashes.
15857              Notably on AIX but could become a problem on other platforms.
15858      Branch: perl
15859            ! ext/threads/threads.h ext/threads/threads.xs
15860 ____________________________________________________________________________
15861 [ 12102] By: sky                                   on 2001/09/21  07:35:30
15862         Log: Add the shared sv space to the global vars.
15863              Fix problems compiling on win32.
15864      Branch: perl
15865            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
15866            ! sharedsv.c sharedsv.h
15867 ____________________________________________________________________________
15868 [ 12101] By: ams                                   on 2001/09/21  00:19:55
15869         Log: Subject: [PATCH] win32/Makefile warning fix
15870              From: Blair Zajac <blair@orcaware.com>
15871              Date: Thu, 20 Sep 2001 18:15:43 -0700
15872              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
15873      Branch: perl
15874            ! win32/Makefile
15875 ____________________________________________________________________________
15876 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
15877         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
15878              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15879              Date: Thu, 20 Sep 2001 18:36:22 +0200
15880              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
15881      Branch: perl
15882            ! lib/ExtUtils/Command.t
15883 ____________________________________________________________________________
15884 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
15885         Log: Cant spl wirth a dam.
15886      Branch: perl
15887            ! intrpvar.h
15888 ____________________________________________________________________________
15889 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
15890         Log: Don't use C++ comments.
15891      Branch: perl
15892            ! ext/threads/threads.xs
15893 ____________________________________________________________________________
15894 [ 12097] By: ams                                   on 2001/09/20  21:42:07
15895         Log: Change #12044 didn't.
15896      Branch: perl
15897            ! lib/constant.pm
15898 ____________________________________________________________________________
15899 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
15900         Log: Metaconfig unit changes for #12095.
15901      Branch: metaconfig
15902            ! U/modified/Myinit.U U/modified/libs.U
15903 ____________________________________________________________________________
15904 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
15905         Log: Remove iconv references since we are not using it
15906              and not going to; regen perltoc, perlmodlib.
15907              (Some references still linger in perltoc, have to figure
15908              out where they are coming from.)
15909      Branch: perl
15910            ! Configure NetWare/config.wc NetWare/config_H.wc
15911            ! Porting/Glossary Porting/config.sh Porting/config_H
15912            ! config_h.SH configure.com epoc/config.sh perl.h
15913            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
15914            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15915            ! vos/config.ga.h win32/config.bc win32/config.gc
15916            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15917            ! win32/config_H.vc wince/config.ce wince/config.h
15918            ! wince/config_H.ce
15919 ____________________________________________________________________________
15920 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
15921         Log: Subject: [PATCH docs] Re: ARGV and read
15922              From: Dave Mitchell <davem@fdgroup.co.uk>
15923              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
15924              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
15925      Branch: perl
15926            ! pod/perltodo.pod pod/perlvar.pod
15927 ____________________________________________________________________________
15928 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
15929         Log: Fresh copies from the cvs.perl.org perlfaq repository.
15930      Branch: perl
15931            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15932            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15933            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15934            ! pod/perlfaq9.pod
15935 ____________________________________________________________________________
15936 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
15937         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
15938              From: Nicholas Clark <nick@ccl4.org>
15939              Date: Thu, 20 Sep 2001 14:27:08 +0100
15940              Message-ID: <20010920142708.X4971@plum.flirble.org>
15941      Branch: perl
15942            ! pp_pack.c t/op/pack.t
15943 ____________________________________________________________________________
15944 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
15945         Log: The sharedsv_space* are variables, not code.  Duh.
15946      Branch: perl
15947            ! intrpvar.h makedef.pl
15948 ____________________________________________________________________________
15949 [ 12090] By: ams                                   on 2001/09/20  11:26:06
15950         Log: Subject: [patch lib/lib_pm.PL]
15951              From: Stas Bekman <stas@stason.org>
15952              Date: Thu, 20 Sep 2001 18:48:53 +0800
15953              Message-Id: <3BA9C995.6010302@stason.org>
15954              (Applied by hand.)
15955      Branch: perl
15956            ! lib/lib_pm.PL
15957 ____________________________________________________________________________
15958 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
15959         Log: Only 21 tests, skipping or not.
15960      Branch: perl
15961            ! lib/ExtUtils/Command.t
15962 ____________________________________________________________________________
15963 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
15964         Log: New exported symbols.
15965      Branch: perl
15966            ! makedef.pl
15967 ____________________________________________________________________________
15968 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
15969         Log: Update Changes.
15970      Branch: perl
15971            ! Changes patchlevel.h
15972 ____________________________________________________________________________
15973 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
15974         Log: Correct numbering of the tests is useful.
15975      Branch: perl
15976            ! ext/threads/t/basic.t
15977 ____________________________________________________________________________
15978 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
15979         Log: More tests now too.
15980      Branch: perl
15981            ! lib/ExtUtils/Command.t
15982 ____________________________________________________________________________
15983 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
15984         Log: More tests now.
15985      Branch: perl
15986            ! ext/threads/t/basic.t
15987 ____________________________________________________________________________
15988 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
15989         Log: The test assumed 7-bit ASCII.  Now it "just"
15990              assumes 8-bit whatever.
15991      Branch: perl
15992            ! t/op/crypt.t
15993 ____________________________________________________________________________
15994 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
15995         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
15996              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15997              Date: Wed, 19 Sep 2001 11:45:28 +0200
15998              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
15999              
16000              Lvalue casts are not portable.
16001      Branch: perl
16002            ! ext/threads/threads.xs
16003 ____________________________________________________________________________
16004 [ 12081] By: sky                                   on 2001/09/19  10:17:52
16005         Log: Make the basic test contain only realy basic API tests
16006              Seems to be a problem with detach.
16007      Branch: perl
16008            ! ext/threads/t/basic.t
16009 ____________________________________________________________________________
16010 [ 12080] By: ams                                   on 2001/09/19  01:23:55
16011         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
16012              From: Michael G Schwern <schwern@pobox.com>
16013              Date: Tue, 18 Sep 2001 19:53:48 -0400
16014              Message-Id: <20010918195348.M585@blackrider>
16015              
16016              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
16017              From: Michael G Schwern <schwern@pobox.com>
16018              Date: Tue, 18 Sep 2001 22:07:13 -0400
16019              Message-Id: <20010918220713.B19616@blackrider>
16020      Branch: perl
16021            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
16022            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
16023            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
16024            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
16025            ! lib/Test/Tutorial.pod
16026 ____________________________________________________________________________
16027 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
16028         Log: Indent the test a bit.
16029      Branch: perl
16030            ! ext/threads/t/basic.t
16031 ____________________________________________________________________________
16032 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
16033         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
16034              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16035              Date: Tue, 18 Sep 2001 18:06:44 +0200
16036              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
16037      Branch: perl
16038            ! win32/win32.c
16039 ____________________________________________________________________________
16040 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
16041         Log: Subject: stat access time is wrong on Win95
16042              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16043              Date: Tue, 18 Sep 2001 21:59:24 +0200
16044              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
16045      Branch: perl
16046            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
16047 ____________________________________________________________________________
16048 [ 12076] By: ams                                   on 2001/09/18  22:11:25
16049         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
16050              From: Michael G Schwern <schwern@pobox.com>
16051              Date: Tue, 18 Sep 2001 18:47:14 -0400
16052              Message-Id: <20010918184714.I585@blackrider>
16053      Branch: perl
16054            ! t/op/crypt.t
16055 ____________________________________________________________________________
16056 [ 12075] By: sky                                   on 2001/09/18  19:29:37
16057         Log: two test failures
16058              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16059              Message-ID: <20010918221702.A17408@rafael>
16060              partly applied, #12074 already fixed half the patch
16061      Branch: perl
16062            ! ext/threads/t/basic.t
16063 ____________________________________________________________________________
16064 [ 12074] By: sky                                   on 2001/09/18  18:49:03
16065         Log: Fixes test case failure introduced by #12071, the warning is
16066              now correctly spelled :-)
16067      Branch: perl
16068            ! ext/IO/lib/IO/t/io_sel.t
16069 ____________________________________________________________________________
16070 [ 12073] By: sky                                   on 2001/09/18  18:46:22
16071         Log: Make the test behave properly!
16072      Branch: perl
16073            ! ext/threads/t/basic.t
16074 ____________________________________________________________________________
16075 [ 12072] By: ams                                   on 2001/09/18  18:44:59
16076         Log: OP_RCATLINE is an SVOP, not a BASEOP.
16077      Branch: perl
16078            ! opcode.h opcode.pl
16079 ____________________________________________________________________________
16080 [ 12071] By: ams                                   on 2001/09/18  18:06:27
16081         Log: Deprecate != Depreciate.
16082      Branch: perl
16083            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
16084            ! lib/Pod/ParseUtils.pm
16085 ____________________________________________________________________________
16086 [ 12070] By: ams                                   on 2001/09/18  15:14:58
16087         Log: Subject: [PATCH] Getopt::Std cleanup
16088              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16089              Date: Tue, 18 Sep 2001 17:32:13 +0200
16090              Message-Id: <20010918173213.C777@rafael>
16091      Branch: perl
16092            ! lib/Getopt/Std.pm lib/Getopt/Std.t
16093 ____________________________________________________________________________
16094 [ 12069] By: sky                                   on 2001/09/18  14:56:33
16095         Log: Forgot the makefile
16096      Branch: perl
16097            + ext/threads/Makefile.PL
16098 ____________________________________________________________________________
16099 [ 12068] By: sky                                   on 2001/09/18  14:13:26
16100         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
16101              The test will fail because of Test.pm not knowing about threads. 
16102              basic needs to be manually tested
16103              compile time warnings on IV2PTR conversions need to be fixed
16104      Branch: perl
16105            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
16106            + ext/threads/threads.h ext/threads/threads.pm
16107            + ext/threads/threads.xs
16108            ! MANIFEST
16109 ____________________________________________________________________________
16110 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
16111         Log: DJGPP tweak from Laszlo Molnar.
16112      Branch: perl
16113            ! djgpp/config.over
16114 ____________________________________________________________________________
16115 [ 12066] By: sky                                   on 2001/09/18  10:24:31
16116         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
16117      Branch: perl
16118            ! sharedsv.c sharedsv.h
16119 ____________________________________________________________________________
16120 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
16121         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
16122              ditto ^cns.
16123      Branch: perl
16124            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
16125            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
16126            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
16127            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
16128            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
16129            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
16130            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
16131            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
16132            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
16133            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
16134            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
16135            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
16136            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
16137            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
16138            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
16139            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
16140            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
16141            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
16142            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
16143            + ext/Encode/Encode/ir-197.enc
16144            - ext/Encode/Encode/cns11643-1.enc
16145            - ext/Encode/Encode/cns11643-2.enc
16146            - ext/Encode/Encode/iso2022-cn.enc
16147            - ext/Encode/Encode/iso2022-jp.enc
16148            - ext/Encode/Encode/iso2022-jp1.enc
16149            - ext/Encode/Encode/iso2022-jp2.enc
16150            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
16151            - ext/Encode/Encode/iso8859-1.enc
16152            - ext/Encode/Encode/iso8859-1.ucm
16153            - ext/Encode/Encode/iso8859-10.enc
16154            - ext/Encode/Encode/iso8859-10.ucm
16155            - ext/Encode/Encode/iso8859-11.enc
16156            - ext/Encode/Encode/iso8859-11.ucm
16157            - ext/Encode/Encode/iso8859-13.enc
16158            - ext/Encode/Encode/iso8859-13.ucm
16159            - ext/Encode/Encode/iso8859-14.enc
16160            - ext/Encode/Encode/iso8859-14.ucm
16161            - ext/Encode/Encode/iso8859-15.enc
16162            - ext/Encode/Encode/iso8859-15.ucm
16163            - ext/Encode/Encode/iso8859-16.enc
16164            - ext/Encode/Encode/iso8859-16.ucm
16165            - ext/Encode/Encode/iso8859-2.enc
16166            - ext/Encode/Encode/iso8859-2.ucm
16167            - ext/Encode/Encode/iso8859-3.enc
16168            - ext/Encode/Encode/iso8859-3.ucm
16169            - ext/Encode/Encode/iso8859-4.enc
16170            - ext/Encode/Encode/iso8859-4.ucm
16171            - ext/Encode/Encode/iso8859-5.enc
16172            - ext/Encode/Encode/iso8859-5.ucm
16173            - ext/Encode/Encode/iso8859-6.enc
16174            - ext/Encode/Encode/iso8859-6.ucm
16175            - ext/Encode/Encode/iso8859-7.enc
16176            - ext/Encode/Encode/iso8859-7.ucm
16177            - ext/Encode/Encode/iso8859-8.enc
16178            - ext/Encode/Encode/iso8859-8.ucm
16179            - ext/Encode/Encode/iso8859-9.enc
16180            - ext/Encode/Encode/iso8859-9.ucm
16181            - ext/Encode/Encode/isoir-197.enc
16182            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
16183 ____________________________________________________________________________
16184 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
16185         Log: Must Uppercase.
16186      Branch: perl
16187            ! ext/Encode/Encode.pm
16188 ____________________________________________________________________________
16189 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
16190         Log: Add various encodings.
16191      Branch: perl
16192            + ext/Encode/Encode/iso8859-11.enc
16193            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
16194            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
16195            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
16196            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
16197            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
16198            + ext/Encode/Encode/viscii.ucm
16199            ! MANIFEST ext/Encode/Encode.pm
16200 ____________________________________________________________________________
16201 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
16202         Log: lib/unicode relic.
16203      Branch: perl
16204            ! ext/Encode/compile
16205 ____________________________________________________________________________
16206 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
16207         Log: Subject: [PATCH] Re: filename problems
16208              From: Michael G Schwern <schwern@pobox.com>
16209              Date: Mon, 17 Sep 2001 17:26:26 -0400
16210              Message-ID: <20010917172626.Q585@blackrider>
16211      Branch: perl
16212            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
16213            - t/lib/sample-tests/header_at_end
16214            - t/lib/sample-tests/header_at_end_fail
16215            ! MANIFEST lib/Test/Harness/t/test-harness.t
16216 ____________________________________________________________________________
16217 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
16218         Log: Explicitly explain the 1e9 seconds, not everybody
16219              is a C geek.
16220      Branch: perl
16221            ! ext/Time/HiRes/HiRes.pm
16222 ____________________________________________________________________________
16223 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
16224         Log: Explain an apparent bug reported by
16225              Richard J. Barbalace <rjbarbal@MIT.EDU>,
16226              with additional explanation from Gisle Aas.
16227      Branch: perl
16228            ! ext/Time/HiRes/HiRes.pm
16229 ____________________________________________________________________________
16230 [ 12058] By: ams                                   on 2001/09/17  19:52:01
16231         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
16232              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16233              Date: Mon, 17 Sep 2001 22:48:05 +0200
16234              Message-Id: <20010917224805.C11744@rafael>
16235      Branch: perl
16236            ! t/lib/warnings/op t/lib/warnings/pp
16237 ____________________________________________________________________________
16238 [ 12057] By: ams                                   on 2001/09/17  16:51:18
16239         Log: Its a nit!
16240      Branch: perl
16241            ! sv.h
16242 ____________________________________________________________________________
16243 [ 12056] By: ams                                   on 2001/09/17  16:47:55
16244         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
16245              From: "Craig A. Berry" <craigberry@mac.com>
16246              Date: Mon, 17 Sep 2001 12:34:20 -0500
16247              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
16248      Branch: perl
16249            ! vms/vms.c
16250 ____________________________________________________________________________
16251 [ 12055] By: ams                                   on 2001/09/17  16:05:15
16252         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
16253              From: Gisle Aas <gisle@ActiveState.com>
16254              Date: 16 Apr 2001 16:20:34 -0700
16255              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
16256              (Applied by hand.)
16257      Branch: perl
16258            ! lib/CPAN.pm lib/CPAN/Nox.pm
16259 ____________________________________________________________________________
16260 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
16261         Log: Update Changes.
16262      Branch: perl
16263            ! Changes patchlevel.h
16264 ____________________________________________________________________________
16265 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
16266         Log: Adding new files to the MANIFEST is always nice.
16267      Branch: perl
16268            ! MANIFEST
16269 ____________________________________________________________________________
16270 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
16271         Log: Reindent the PerlIO files (suggested by NI-S), used
16272              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
16273              (GNU indent).  Note that wholesale re-indenting might
16274              be nice, but that would break nice formatting/alignment
16275              of assignments, equality testing, and complex boolean
16276              expressions with lots of &s and |s.
16277      Branch: perl
16278            ! perlio.c perlio.h perliol.h
16279 ____________________________________________________________________________
16280 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
16281         Log: Add a script for being 8.3-polite.
16282              The found conflicts are being worked on.
16283      Branch: perl
16284            + check83.pl
16285            ! MANIFEST Porting/pumpkin.pod
16286 ____________________________________________________________________________
16287 [ 12050] By: sky                                   on 2001/09/17  12:44:36
16288         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
16289              finding it.
16290      Branch: perl
16291            ! sv.c
16292 ____________________________________________________________________________
16293 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
16294         Log: Bump up versions because of #12041.
16295      Branch: perl
16296            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
16297            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
16298            ! lib/Time/localtime.pm
16299 ____________________________________________________________________________
16300 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
16301         Log: Bump the version number because of #12042.
16302      Branch: perl
16303            ! lib/CPAN/FirstTime.pm
16304 ____________________________________________________________________________
16305 [ 12047] By: ams                                   on 2001/09/17  11:21:40
16306         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
16307              From: Abhijit Menon-Sen <ams@wiw.org>
16308              Date: Mon, 17 Sep 2001 17:44:12 +0530
16309              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
16310      Branch: perl
16311            ! op.c
16312 ____________________________________________________________________________
16313 [ 12046] By: sky                                   on 2001/09/17  07:14:17
16314         Log: Subject: Re: t/op/ver.t using skip() improperly
16315              From: "chromatic" <chromatic@rmci.net>
16316              Date: Mon, 17 Sep 2001 00:22:29 -0600
16317              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
16318      Branch: perl
16319            ! t/op/ver.t
16320 ____________________________________________________________________________
16321 [ 12045] By: nick                                  on 2001/09/17  07:12:14
16322         Log: Integrate mainline
16323      Branch: perlio
16324           +> t/op/chdir.t
16325           !> (integrate 117 files)
16326 ____________________________________________________________________________
16327 [ 12044] By: ams                                   on 2001/09/17  05:49:53
16328         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
16329              From: Ilmari Karonen <iltzu@sci.fi>
16330              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
16331              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
16332              (And $VERSION = '1.05'.)
16333      Branch: perl
16334            ! lib/constant.pm
16335 ____________________________________________________________________________
16336 [ 12043] By: ams                                   on 2001/09/17  05:44:50
16337         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
16338              From: Michael G Schwern <schwern@pobox.com>
16339              Date: Mon, 17 Sep 2001 07:49:04 +0200
16340              Message-Id: <20010917074904.V1588@blackrider>
16341              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
16342      Branch: perl
16343            + t/op/chdir.t
16344            ! MANIFEST pp_sys.c
16345 ____________________________________________________________________________
16346 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
16347         Log: Subject: Re: CPAN.pm needs some hacking 
16348              From: "chromatic" <chromatic@rmci.net>
16349              Date: Sun, 16 Sep 2001 16:46:29 -0600
16350              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
16351      Branch: perl
16352            ! lib/CPAN/FirstTime.pm
16353 ____________________________________________________________________________
16354 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
16355         Log: Change use|require 5.005_64 to use|require 5.6.1.
16356      Branch: perl
16357            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
16358            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16359            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16360            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
16361            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
16362            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16363            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
16364            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
16365            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
16366            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
16367            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
16368            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
16369            ! lib/base.pm lib/fields.pm
16370 ____________________________________________________________________________
16371 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
16372         Log: Bump up version numbers.
16373              
16374              TODO 1: double check that pre-5.6.1 CPAN.pm:s
16375              don't try to download 5.8.0 because of the
16376              version numbers.  Mainly this means using _00
16377              in the core version numbers.
16378              
16379              TODO 2: the "use 5.005_64" in many modules
16380              needs to be changed to, say, "use 5.6.1".
16381      Branch: perl
16382            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
16383            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
16384            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
16385            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
16386            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
16387            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
16388            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16389            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
16390            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
16391            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
16392            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
16393 ____________________________________________________________________________
16394 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
16395         Log: Use UCHARAT() as suggested by Inaba Hiroto.
16396      Branch: perl
16397            ! regexec.c
16398 ____________________________________________________________________________
16399 [ 12038] By: ams                                   on 2001/09/16  15:16:24
16400         Log: Subject: [PATCH] Re: Core module version numbers review
16401              From: Peter Scott <Peter@PSDT.com>
16402              Date: Sun, 16 Sep 2001 09:09:58 -0700
16403              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
16404      Branch: perl
16405            ! lib/perl5db.pl
16406 ____________________________________________________________________________
16407 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
16408         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
16409              not yet fully implemented.
16410      Branch: perl
16411            ! pod/perlfunc.pod pod/perlunicode.pod
16412 ____________________________________________________________________________
16413 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
16414         Log: Subject: [patch] plug PL_beginav_save leak
16415              From: Doug MacEachern <dougm@covalent.net>
16416              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
16417              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
16418      Branch: perl
16419            ! perl.c
16420 ____________________________________________________________________________
16421 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
16422         Log: (accidentally empty checkin)
16423      Branch: perl
16424            ! sv.c
16425 ____________________________________________________________________________
16426 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
16427         Log: Subject: [patch] ithreads+PL_beginav_save
16428              From: Doug MacEachern <dougm@covalent.net>
16429              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
16430              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
16431      Branch: perl
16432            ! sv.c
16433 ____________________________________________________________________________
16434 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
16435         Log: Subject: [PATCH] h2xs.PL with C::Scan
16436              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16437              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
16438              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
16439      Branch: perl
16440            ! utils/h2xs.PL
16441 ____________________________________________________________________________
16442 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
16443         Log: Elaborate (well, make more vague, really) #12030.
16444      Branch: perl
16445            ! pod/perltodo.pod pod/perlunicode.pod
16446 ____________________________________________________________________________
16447 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
16448         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
16449              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16450              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
16451              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
16452      Branch: perl
16453            ! regexec.c
16454 ____________________________________________________________________________
16455 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
16456         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
16457              are not yet complete.
16458      Branch: perl
16459            ! pod/perltodo.pod pod/perlunicode.pod
16460 ____________________________________________________________________________
16461 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
16462         Log: Document what's still to be done on the regular expression
16463              Unicode support, based on the UTR#18.
16464      Branch: perl
16465            ! pod/perltodo.pod pod/perlunicode.pod
16466 ____________________________________________________________________________
16467 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
16468         Log: Regen headers.
16469      Branch: perl
16470            ! embedvar.h perlapi.h
16471 ____________________________________________________________________________
16472 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
16473         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
16474              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16475              Date: Sun, 09 Sep 2001 18:41:54 +0100
16476              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
16477      Branch: perl
16478            ! Porting/findvars ext/ByteLoader/bytecode.h
16479            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
16480            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
16481 ____________________________________________________________________________
16482 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
16483         Log: enable most warnings for windows build; fix the various typecasting
16484              nits that showed up (no bugfixes here)
16485      Branch: maint-5.6/perl
16486            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
16487            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
16488            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
16489            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
16490            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
16491            ! x2p/walk.c
16492 ____________________________________________________________________________
16493 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
16494         Log: Integrate change #12024 from maintperl
16495              (a local() precedence bug)
16496      Branch: perl
16497           !> lib/ExtUtils/Install.pm
16498 ____________________________________________________________________________
16499 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
16500         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
16501              change#8642
16502      Branch: maint-5.6/perl
16503            ! lib/ExtUtils/Install.pm
16504 ____________________________________________________________________________
16505 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
16506         Log: Update Changes.
16507      Branch: perl
16508            ! Changes patchlevel.h
16509 ____________________________________________________________________________
16510 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
16511         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
16512              From: "chromatic" <chromatic@rmci.net>
16513              Date: Fri, 14 Sep 2001 09:44:57 -0600 
16514              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
16515      Branch: perl
16516            ! lib/ExtUtils/Manifest.t
16517 ____________________________________________________________________________
16518 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
16519         Log: Hopefully better skipping of the Complete.t tests
16520              in case of not a tty. 
16521      Branch: perl
16522            ! lib/Term/Complete.t t/op/stat.t
16523 ____________________________________________________________________________
16524 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
16525         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
16526              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16527              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
16528              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
16529      Branch: perl
16530            ! regexec.c t/op/pat.t
16531 ____________________________________________________________________________
16532 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
16533         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
16534              From: Robin Barker <rmb1@cise.npl.co.uk>
16535              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
16536              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
16537      Branch: perl
16538            ! pod/perlport.pod
16539 ____________________________________________________________________________
16540 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
16541         Log: NetWare tweaks from Ananth Kesari.
16542      Branch: perl
16543            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
16544            ! NetWare/nwutil.h
16545 ____________________________________________________________________________
16546 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
16547         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
16548              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16549              Date: Fri, 14 Sep 2001 10:51:13 +0200
16550              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
16551      Branch: perl
16552            ! pod/perlport.pod
16553 ____________________________________________________________________________
16554 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
16555         Log: Subject: Re: [PATCH 2 pl2pm.PL]
16556              From: Joe Smith <Joe.Smith@inwap.com>
16557              Date: Fri, 14 Sep 2001 00:13:32 -0700
16558              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
16559              
16560              Eradicate qu.
16561      Branch: perl
16562            ! keywords.h keywords.pl utils/pl2pm.PL
16563 ____________________________________________________________________________
16564 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
16565         Log: Retract #12013, didn't go over too well in Tru64.
16566      Branch: perl
16567            ! embed.h embed.pl sv.h
16568 ____________________________________________________________________________
16569 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
16570         Log: Subject: [PATCH] Execute files of debugger commands
16571              From: Peter Scott <Peter@PSDT.com>
16572              Date: Thu, 13 Sep 2001 15:26:31 -0700
16573              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
16574      Branch: perl
16575            ! lib/perl5db.pl pod/perldebug.pod
16576 ____________________________________________________________________________
16577 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
16578         Log: (Retracted by #12015)
16579              Subject: [proposed PATCH] Re: perl@11920
16580              From: Nicholas Clark <nick@ccl4.org>
16581              Date: Wed, 12 Sep 2001 23:46:09 +0100
16582              Message-ID: <20010912234609.H4971@plum.flirble.org>     
16583      Branch: perl
16584            ! embed.h embed.pl sv.h
16585 ____________________________________________________________________________
16586 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
16587         Log: ucblib shouldn't be linked against in nonstop-ux,
16588              from Tom Bates.
16589      Branch: perl
16590            ! hints/nonstopux.sh
16591 ____________________________________________________________________________
16592 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
16593         Log: Do stty only if we have stty.
16594              
16595              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
16596      Branch: perl
16597            ! lib/Term/Complete.pm
16598 ____________________________________________________________________________
16599 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
16600         Log: Skip the test if not running on a tty.
16601      Branch: perl
16602            ! lib/Term/Complete.t
16603 ____________________________________________________________________________
16604 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
16605         Log: Regen headers.
16606      Branch: perl
16607            ! embed.h opcode.h pod/perlapi.pod proto.h
16608 ____________________________________________________________________________
16609 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
16610         Log: Subject: [PATCH op.c] Re: perl@12003
16611              From: Robin Barker <rmb1@cise.npl.co.uk>
16612              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
16613              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
16614      Branch: perl
16615            ! op.c
16616 ____________________________________________________________________________
16617 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
16618         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
16619              From: Robin Barker <rmb1@cise.npl.co.uk>
16620              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
16621              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
16622      Branch: perl
16623            ! sv.c
16624 ____________________________________________________________________________
16625 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
16626         Log: Upgrade to Memoize 0.66.
16627      Branch: perl
16628            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
16629            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
16630            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
16631 ____________________________________________________________________________
16632 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
16633         Log: Subject: [ID 20010912.007] substr reference core dump
16634              From: me-01@ton.iguana.be
16635              Date: 12 Sep 2001 14:11:16 -0000
16636              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
16637      Branch: perl
16638            ! mg.c
16639 ____________________________________________________________________________
16640 [ 12004] By: ams                                   on 2001/09/12  01:13:49
16641         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
16642              From: Ilmari Karonen <iltzu@sci.fi>
16643              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
16644              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
16645      Branch: perl
16646            ! pod/perlfaq4.pod
16647 ____________________________________________________________________________
16648 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
16649         Log: Update Changes.
16650      Branch: perl
16651            ! Changes patchlevel.h
16652 ____________________________________________________________________________
16653 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
16654         Log: NetWare update from Ananth Kesari.
16655      Branch: perl
16656            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
16657            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
16658 ____________________________________________________________________________
16659 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
16660         Log: Retract #11984: div() being redefined, and 1397
16661              failing on 64-bit platforms.
16662      Branch: perl
16663            ! lib/Math/BigInt/Calc.pm
16664 ____________________________________________________________________________
16665 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
16666         Log: Metaconfig unit change for #11999.
16667      Branch: metaconfig
16668            ! U/protos/d_lseekproto.U
16669 ____________________________________________________________________________
16670 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
16671         Log: The lseek fix (#11991) was no fix.
16672      Branch: perl
16673            ! Configure
16674 ____________________________________________________________________________
16675 [ 11998] By: sky                                   on 2001/09/11  07:52:06
16676         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
16677              From: Matt Sergeant <MSergeant@star.net.uk>
16678              Date: Tue, 11 Sep 2001 09:22:32 +0100
16679              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
16680      Branch: perl
16681            ! ext/Encode/Encode.pm
16682 ____________________________________________________________________________
16683 [ 11997] By: sky                                   on 2001/09/11  06:35:29
16684         Log: Sometimes dTHX is added because it is needed on non 
16685              gnuc platforms, but not needed there. This uses GCC
16686              to silence GCC specific warnings by marking pTHX as 
16687              unused.
16688      Branch: perl
16689            ! perl.h
16690 ____________________________________________________________________________
16691 [ 11996] By: nick                                  on 2001/09/11  06:25:27
16692         Log: Integrate mainline
16693      Branch: perlio
16694            - ext/POSIX/sigaction.t lib/File/Find/taint.t
16695           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
16696 ____________________________________________________________________________
16697 [ 11995] By: nick                                  on 2001/09/11  06:23:39
16698         Log: Part Integrate mainline
16699      Branch: perlio
16700           +> (branch 69 files)
16701            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
16702            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
16703            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
16704            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
16705            - lib/Switch/t/switch_case.t lib/Test/Harness.t
16706            - lib/Test/More/Changes lib/Test/More/t/More.t
16707            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
16708            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
16709            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
16710            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
16711            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
16712            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
16713            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
16714            - t/lib/Test/More/Catch.pm wince/perl.ico
16715           !> (integrate 197 files)
16716 ____________________________________________________________________________
16717 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
16718         Log: Subject: Re: [PATCH] Encode.pm docs fix
16719              From: Gisle Aas <gisle@ActiveState.com>
16720              Date: 10 Sep 2001 11:27:02 -0700
16721              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
16722      Branch: perl
16723            ! ext/Encode/Encode.pm
16724 ____________________________________________________________________________
16725 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
16726         Log: Fix unpack U to be the reverse of pack U
16727              (but implement unpack U0U as a backdoor to get
16728              the UTF-8 malformed warnings from un-UTF-8 data)
16729      Branch: perl
16730            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
16731 ____________________________________________________________________________
16732 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
16733         Log: Metaconfig unit change for #11991;
16734              delete an unused unit (d_strtoull.U is the one used)
16735      Branch: metaconfig
16736            ! U/protos/d_lseekproto.U
16737      Branch: metaconfig/U/perl
16738            - strtoull.U
16739 ____________________________________________________________________________
16740 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
16741         Log: Subject: [PATCH] Configure not recording lseek proto
16742              From: Blair Zajac <blair@orcaware.com>
16743              Date: Mon, 10 Sep 2001 17:52:37 -0700
16744              Message-ID: <3B9D6055.BA334A31@orcaware.com>
16745              
16746              plus regen Configure.
16747      Branch: perl
16748            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16749            ! config_h.SH uconfig.h
16750 ____________________________________________________________________________
16751 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
16752         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?)))                  
16753              From: Nicholas Clark <nick@ccl4.org>
16754              Date: Tue, 11 Sep 2001 00:00:31 +0100
16755              Message-ID: <20010911000031.G1512@plum.flirble.org>
16756      Branch: perl
16757            + t/op/qq.t
16758            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
16759 ____________________________________________________________________________
16760 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
16761         Log: Subject: [PATCH] Building on win32 w/o perlio
16762              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16763              Date: Mon, 10 Sep 2001 23:38:46 +0200
16764              Message-ID: <3B9D4F06.14433.2C37644@localhost>
16765      Branch: perl
16766            ! perl.c win32/Makefile win32/makefile.mk
16767 ____________________________________________________________________________
16768 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
16769         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
16770              From: "chromatic" <chromatic@rmci.net>
16771              Date: Mon, 10 Sep 2001 15:14:01 -0600
16772              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
16773      Branch: perl
16774            + lib/CGI/t/push.t
16775            ! MANIFEST
16776 ____________________________________________________________________________
16777 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
16778         Log: Subject: avoiding hoardes of zombies
16779              From: Nicholas Clark <nick@ccl4.org>
16780              Date: Mon, 10 Sep 2001 22:00:40 +0100
16781              Message-ID: <20010910220040.C1512@plum.flirble.org>
16782      Branch: perl
16783            ! pod/perlipc.pod
16784 ____________________________________________________________________________
16785 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
16786         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
16787              From: John Peacock <jpeacock@rowman.com>
16788              Date: Mon, 10 Sep 2001 16:34:30 -0400
16789              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
16790      Branch: perl
16791            ! sv.c t/op/ver.t utf8.h
16792 ____________________________________________________________________________
16793 [ 11985] By: ams                                   on 2001/09/10  23:20:13
16794         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
16795      Branch: perl
16796            ! MANIFEST
16797 ____________________________________________________________________________
16798 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
16799         Log: (Retracted by #12001)
16800              Subject: Calc with USE_MUL/USE_DIV
16801              From: Tels <perl_dummy@bloodgate.com>
16802              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
16803              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
16804      Branch: perl
16805            ! lib/Math/BigInt/Calc.pm
16806 ____________________________________________________________________________
16807 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
16808         Log: Subject: [PATCH op.c] Re: perl@11978
16809              From: Robin Barker <rmb1@cise.npl.co.uk>
16810              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
16811              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
16812              
16813              Format errors.
16814      Branch: perl
16815            ! op.c
16816 ____________________________________________________________________________
16817 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
16818         Log: Switch PADOFFSET back to U32 both because of binary backward
16819              compatibility and because Arthur seems to have been fixing the
16820              problems with naughty integer-pointer casting.
16821      Branch: perl
16822            ! op.h
16823 ____________________________________________________________________________
16824 [ 11981] By: ams                                   on 2001/09/10  16:31:43
16825         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
16826              Fix Pod Typo, Add Test for ExtUtils::Command
16827              From: "chromatic" <chromatic@rmci.net>
16828              Date: Mon, 10 Sep 2001 11:20:56 -0600
16829              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
16830      Branch: perl
16831            + lib/ExtUtils/Command.t
16832            ! MANIFEST lib/ExtUtils/Command.pm
16833 ____________________________________________________________________________
16834 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
16835         Log: Subject: [PATCH] Encode.pm docs fix
16836              From: Matt Sergeant <MSergeant@star.net.uk>
16837              Date: Mon, 10 Sep 2001 15:24:01 +0100
16838              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
16839      Branch: perl
16840            ! ext/Encode/Encode.pm
16841 ____________________________________________________________________________
16842 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
16843         Log: Update Changes.
16844      Branch: perl
16845            ! Changes patchlevel.h
16846 ____________________________________________________________________________
16847 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
16848         Log: Revert #11973, the dTHX seems to be needed in there
16849              for threaded builds.
16850      Branch: perl
16851            ! perlio.c
16852 ____________________________________________________________________________
16853 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
16854         Log: Detypo.
16855      Branch: perl
16856            ! pod/perlguts.pod
16857 ____________________________________________________________________________
16858 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
16859         Log: Further Class::Struct patching from Damian.
16860              
16861              The new new semantics are:
16862              
16863              * If you pass an initializer for a nested object, it has to be:
16864              a) a reference to an object of that class, or      
16865              b) a reference to an object of a subclass of that class, or
16866              c) a reference to a hash of arguments to be passed to the
16867              class's constructor
16868              * If you pass no initializer for a nested object, the attribute
16869              is initialized to C<undef>
16870      Branch: perl
16871            ! lib/Class/Struct.pm
16872 ____________________________________________________________________________
16873 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
16874         Log: Skip the crypt test if no crypt.
16875      Branch: perl
16876            ! t/op/crypt.t
16877 ____________________________________________________________________________
16878 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
16879         Log: Warn against using bare v-strings as IP addresses
16880              (okay if using the wrappers from Socket)
16881      Branch: perl
16882            ! pod/perldata.pod pod/perlport.pod
16883 ____________________________________________________________________________
16884 [ 11973] By: sky                                   on 2001/09/10  11:57:58
16885         Log: Remove unused dTHX. Silenced another warning.
16886      Branch: perl
16887            ! perlio.c
16888 ____________________________________________________________________________
16889 [ 11972] By: sky                                   on 2001/09/10  11:54:25
16890         Log: Silence some more warnings INT2PTR.
16891      Branch: perl
16892            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
16893 ____________________________________________________________________________
16894 [ 11971] By: sky                                   on 2001/09/10  11:21:50
16895         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
16896      Branch: perl
16897            ! cop.h
16898 ____________________________________________________________________________
16899 [ 11970] By: sky                                   on 2001/09/10  11:17:25
16900         Log: Apply INT2PTR with force to silence warnings from
16901              PM_GETRE and friends. No more warnings with 64bit 
16902              IVs and 32bit pointers.    
16903      Branch: perl
16904            ! op.c op.h perl.c
16905 ____________________________________________________________________________
16906 [ 11969] By: sky                                   on 2001/09/10  10:13:02
16907         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
16908      Branch: perl
16909            ! pod/perlguts.pod
16910 ____________________________________________________________________________
16911 [ 11968] By: sky                                   on 2001/09/10  10:02:51
16912         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
16913              Rename to custop_op_name to Perl_custom_op_name to match perlapi
16914              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
16915              perl_clone.
16916      Branch: perl
16917            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
16918 ____________________________________________________________________________
16919 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
16920         Log: Using strlen() not good on embedded nul bytes.
16921      Branch: perl
16922            ! regcomp.c
16923 ____________________________________________________________________________
16924 [ 11966] By: ams                                   on 2001/09/09  21:06:13
16925         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
16926              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16927              Date: Mon, 13 Aug 2001 22:51:59 +0200
16928              Message-ID: <20010813225159.C6681@rafael>
16929              (Applied with several tweaks.)
16930      Branch: perl
16931            ! embed.h embed.pl proto.h toke.c
16932 ____________________________________________________________________________
16933 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
16934         Log: The exact error message is system-dependent.
16935      Branch: perl
16936            ! lib/ExtUtils/Manifest.t
16937 ____________________________________________________________________________
16938 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
16939         Log: Add Windows and Mac Sami support to Encode
16940              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
16941      Branch: perl
16942            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
16943            ! MANIFEST
16944 ____________________________________________________________________________
16945 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
16946         Log: Use the tried method.
16947      Branch: perl
16948            ! pod/perlport.pod
16949 ____________________________________________________________________________
16950 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
16951         Log: Can't count parentheses.
16952      Branch: perl
16953            ! ext/IO/lib/IO/Socket/INET.pm
16954 ____________________________________________________________________________
16955 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
16956         Log: perlport additions: 1 while unlink, add/delete directory
16957              entries and permissions, cygwin stat funkiness (from Michael
16958              Schwern and Nicholas Clark)
16959      Branch: perl
16960            ! pod/perlport.pod
16961 ____________________________________________________________________________
16962 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
16963         Log: blib does have a detectable test.
16964      Branch: perl
16965            ! t/lib/1_compile.t
16966 ____________________________________________________________________________
16967 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
16968         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
16969              From: "chromatic" <chromatic@rmci.net>
16970              Date: Sat, 08 Sep 2001 19:33:42 -0600
16971              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
16972      Branch: perl
16973            + lib/Term/Complete.t
16974            ! MANIFEST
16975 ____________________________________________________________________________
16976 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
16977         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
16978              From: Michael G Schwern <schwern@pobox.com> 
16979              Date: Sat, 8 Sep 2001 02:40:26 -0400
16980              Message-ID: <20010908024026.A26283@blackrider>
16981      Branch: perl
16982            + lib/Test/Tutorial.pod
16983            ! MANIFEST
16984 ____________________________________________________________________________
16985 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
16986         Log: Try to look up protocol (by name) only iff it has non-numbers:
16987              nice if the server is in a chrooted environment (no /etc/protocols,
16988              server code using hardcorded protocol numbers like 6 for tcp),
16989              suggested by John Holdsworth <coldwave@bigfoot.com>.
16990              In other words, if we are given a number, why look it up again
16991              (by number)?
16992      Branch: perl
16993            ! ext/IO/lib/IO/Socket/INET.pm
16994 ____________________________________________________________________________
16995 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
16996         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
16997              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16998              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
16999              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
17000              
17001              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
17002              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17003              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
17004              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
17005              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
17006              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17007              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
17008              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
17009      Branch: perl
17010            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
17011 ____________________________________________________________________________
17012 [ 11955] By: ams                                   on 2001/09/09  02:54:21
17013         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
17014              From: "Craig A. Berry" <craigberry@mac.com>
17015              Date: Sat, 08 Sep 2001 19:02:16 -0500
17016              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
17017      Branch: perl
17018            ! lib/CGI/t/carp.t
17019 ____________________________________________________________________________
17020 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
17021         Log: Documentation tweaks; think the IP address as an opaque string.
17022      Branch: perl
17023            ! ext/Socket/Socket.pm
17024 ____________________________________________________________________________
17025 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
17026         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
17027              From: Michael G Schwern <schwern@pobox.com>
17028              Date: Sat, 8 Sep 2001 19:45:46 -0400
17029              Message-ID: <20010908194546.C9193@blackrider>
17030      Branch: perl
17031            + lib/blib.t
17032            ! MANIFEST lib/blib.pm t/lib/1_compile.t
17033 ____________________________________________________________________________
17034 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
17035         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
17036              From: "chromatic" <chromatic@rmci.net>
17037              Date: Sat, 08 Sep 2001 12:31:44 -0600
17038              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
17039      Branch: perl
17040            + lib/CGI/t/fast.t
17041            ! MANIFEST
17042 ____________________________________________________________________________
17043 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
17044         Log: The Socket tests were wrong: they were assuming too much.
17045      Branch: perl
17046            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
17047 ____________________________________________________________________________
17048 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
17049         Log: Retract the portability changes since they
17050              seem to have opened a can of worms... will
17051              go back to UNICOS/mk and do the bare minimum
17052              required to get the tests working.
17053      Branch: perl
17054            ! ext/Socket/Socket.xs
17055 ____________________________________________________________________________
17056 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
17057         Log: PADOFFSET is used to cast pointers into integers,
17058              if pointers are 64 bits and U32 32 bits,
17059              bad things may happen, or at least warnings issued.
17060      Branch: perl
17061            ! op.h
17062 ____________________________________________________________________________
17063 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
17064         Log: Still more Socket portability tweaking.
17065              Now Socket.t seems to be happy in all of
17066              Linux/x86, Tru64/alpha, Solaris/sparc,
17067              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
17068              
17069              Addendum: it seems that io_multihomed, io_sock, and hostent
17070              were broken in little-endians (linux/x86 and tru64/alpha)
17071              because of this change.  Argh.
17072      Branch: perl
17073            ! ext/Socket/Socket.xs
17074 ____________________________________________________________________________
17075 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
17076         Log: More portability kicking on inet_ntoa().
17077      Branch: perl
17078            ! ext/Socket/Socket.xs
17079 ____________________________________________________________________________
17080 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
17081         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
17082              From: Michael G Schwern <schwern@pobox.com> 
17083              Date: Fri, 7 Sep 2001 23:06:51 -0400
17084              Message-ID: <20010907230651.R606@blackrider>
17085      Branch: perl
17086            + lib/ExtUtils/Manifest.t
17087            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
17088 ____________________________________________________________________________
17089 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
17090         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
17091              From: "chromatic" <chromatic@rmci.net>
17092              Date: Fri, 07 Sep 2001 17:53:15 -0600      
17093              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
17094      Branch: perl
17095            + lib/ExtUtils/testlib.t
17096            ! MANIFEST
17097 ____________________________________________________________________________
17098 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
17099         Log: Thinko.
17100      Branch: perl
17101            ! lib/integer.t
17102 ____________________________________________________________________________
17103 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
17104         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
17105              From: "Craig A. Berry" <craigberry@mac.com>
17106              Date: Fri, 07 Sep 2001 15:30:03 -0500
17107              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
17108      Branch: perl
17109            ! lib/CGI/Carp.pm
17110 ____________________________________________________________________________
17111 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
17112         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
17113              From: Michael G Schwern <schwern@pobox.com>
17114              Date: Fri, 7 Sep 2001 15:38:13 -0400
17115              Message-ID: <20010907153813.K606@blackrider>
17116      Branch: perl
17117            ! lib/ExtUtils/MM_Unix.pm
17118 ____________________________________________________________________________
17119 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
17120         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
17121              From: Robin Barker <rmb1@cise.npl.co.uk>
17122              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
17123              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
17124      Branch: perl
17125            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
17126 ____________________________________________________________________________
17127 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
17128         Log: Clean up 1_compile.t; move tests to more consistent
17129              places (t/ subdirectories); add integer.t (much of
17130              the pragma is tested elsewhere but there is no one
17131              centralized place)
17132      Branch: perl
17133            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
17134            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
17135            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
17136            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
17137            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
17138            - lib/File/Find/find.t lib/File/Find/taint.t
17139            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
17140 ____________________________________________________________________________
17141 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
17142         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
17143              From: "chromatic" <chromatic@rmci.net>
17144              Date: Fri, 07 Sep 2001 10:17:40 -0600
17145              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
17146      Branch: perl
17147            ! lib/File/Find/taint.t
17148 ____________________________________________________________________________
17149 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
17150         Log: Update Changes.
17151      Branch: perl
17152            ! Changes patchlevel.h
17153 ____________________________________________________________________________
17154 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
17155         Log: Rename the old threading tutorial, start a new one,
17156              regen toc.
17157      Branch: perl
17158            + pod/perlothrtut.pod
17159            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
17160            ! pod/perltoc.pod
17161 ____________________________________________________________________________
17162 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
17163         Log: vars very much has a test.
17164      Branch: perl
17165            ! t/lib/1_compile.t
17166 ____________________________________________________________________________
17167 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
17168         Log: Subject: Re: wince/perl.ico marked as binary
17169              From: Nicholas Clark <nick@ccl4.org>
17170              Date: Fri, 7 Sep 2001 13:54:40 +0100
17171              Message-ID: <20010907135439.D39150@plum.flirble.org>
17172              
17173              and wince/Makefile.ce change from Rainer Keuchel.
17174      Branch: perl
17175            + wince/makeico.pl
17176            ! MANIFEST wince/Makefile.ce
17177 ____________________________________________________________________________
17178 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
17179         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
17180              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17181              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
17182              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
17183      Branch: perl
17184            ! regexec.c
17185 ____________________________________________________________________________
17186 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
17187         Log: (Replaced by #11934)
17188              Subject: Re: [PATCH regexec.c] more general .* and .*?
17189              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17190              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
17191              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
17192      Branch: perl
17193            ! regexec.c
17194 ____________________________________________________________________________
17195 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
17196         Log: The #11931 patching misbehaved.
17197      Branch: perl
17198            ! lib/Test/Harness/t/test-harness.t
17199 ____________________________________________________________________________
17200 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
17201         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
17202              From: Michael G Schwern <schwern@pobox.com>
17203              Date: Fri, 7 Sep 2001 03:30:41 -0400
17204              Message-ID: <20010907033041.A2796@blackrider>
17205      Branch: perl
17206            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
17207            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
17208            + t/lib/sample-tests/header_at_end_fail
17209            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
17210            - lib/Test/Harness.t
17211            ! MANIFEST lib/Test/Harness.pm t/TEST
17212 ____________________________________________________________________________
17213 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
17214         Log: Subject: [PATCH] Digest::MD5 update
17215              From: Gisle Aas <gisle@ActiveState.com>
17216              Date: 06 Sep 2001 23:32:56 -0700
17217              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
17218      Branch: perl
17219            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
17220            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
17221 ____________________________________________________________________________
17222 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
17223         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
17224              From: "chromatic" <chromatic@rmci.net>
17225              Date: Thu, 06 Sep 2001 23:11:44 -0600
17226              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
17227      Branch: perl
17228            + lib/less.t
17229            ! MANIFEST t/lib/1_compile.t
17230 ____________________________________________________________________________
17231 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
17232         Log: The binary file must somehow differently stored.
17233      Branch: perl
17234            - wince/perl.ico
17235            ! MANIFEST
17236 ____________________________________________________________________________
17237 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
17238         Log: Add more modules to the list of modules that have tests,
17239              Schwern's wallet is getting more nervous.
17240              (Run t/lib/1_compile.t manually to see which modules
17241              are lacking tests, or the tests can't be run for some
17242              reason or another, such as the Net:: modules)
17243      Branch: perl
17244            ! t/lib/1_compile.t
17245 ____________________________________________________________________________
17246 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
17247         Log: Try to make Socket::inet_ntoa() more robust.
17248      Branch: perl
17249            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
17250 ____________________________________________________________________________
17251 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
17252         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
17253              From: chromatic <chromatic@rmci.net>       
17254              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
17255              Message-Id: <01090522580506.19590@firewheel>           
17256      Branch: perl
17257            ! lib/English.t
17258 ____________________________________________________________________________
17259 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
17260         Log: Subject: Re: perlvar manpage and localizing special vars
17261              From: Stas Bekman <stas@stason.org>
17262              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
17263              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
17264      Branch: perl
17265            ! pod/perlvar.pod
17266 ____________________________________________________________________________
17267 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
17268         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
17269              From: Robin Barker <rmb1@cise.npl.co.uk>
17270              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
17271              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
17272      Branch: perl
17273            ! lib/ExtUtils/MakeMaker.pm
17274 ____________________________________________________________________________
17275 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
17276         Log: Symbol missing; AIX unhappy.
17277      Branch: perl
17278            ! makedef.pl
17279 ____________________________________________________________________________
17280 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
17281         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
17282              Reported in 5.61, seems to work okay in blead.
17283      Branch: perl
17284            ! t/run/kill_perl.t
17285 ____________________________________________________________________________
17286 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
17287         Log: Update Changes.
17288      Branch: perl
17289            ! Changes patchlevel.h
17290 ____________________________________________________________________________
17291 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
17292         Log: Document the bad assumptions currently breaking
17293              the Socket.t tests 10, 11, and 13 in UNICOS.
17294      Branch: perl
17295            ! ext/Socket/Socket.xs
17296 ____________________________________________________________________________
17297 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
17298         Log: Subject: [PATCH x2p] make OPTIMIZE=...
17299              From: Robin Barker <rmb1@cise.npl.co.uk>
17300              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
17301              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
17302      Branch: perl
17303            ! x2p/Makefile.SH x2p/cflags.SH
17304 ____________________________________________________________________________
17305 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
17306         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
17307              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
17308              Date: Thu, 6 Sep 2001 11:09:40 +0100
17309              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
17310              
17311              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
17312              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17313              Date: 6 Sep 2001 10:14:38 -0000
17314              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
17315      Branch: perl
17316            ! pod/perlfaq1.pod pod/perlhack.pod
17317 ____________________________________________________________________________
17318 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
17319         Log: Subject: Extra NUL is Data::Dumper output - patch
17320              From: Tony Cook <tony@develop-help.com>
17321              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
17322              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
17323      Branch: perl
17324            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
17325 ____________________________________________________________________________
17326 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
17327         Log: Avoid redefinition warning
17328              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
17329              from
17330              perl -w -Ilib -MCwd -e ''
17331      Branch: perl
17332            ! lib/Cwd.pm
17333 ____________________________________________________________________________
17334 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
17335         Log: Update the is_tainted() example implementation.
17336      Branch: perl
17337            ! pod/perlsec.pod
17338 ____________________________________________________________________________
17339 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
17340         Log: Missing) in #11912.
17341      Branch: perl
17342            ! lib/Test/Simple/t/fail.t
17343 ____________________________________________________________________________
17344 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
17345         Log: Rewhack Test-Simple into core harness.
17346      Branch: perl
17347            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17348            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
17349            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
17350            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
17351            ! lib/Test/Simple/t/skipall.t
17352 ____________________________________________________________________________
17353 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
17354         Log: Workaround for the new Exporter 'feature'.
17355      Branch: perl
17356            ! lib/Test/More.pm
17357 ____________________________________________________________________________
17358 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
17359         Log: Re-introduce pure-Perl fall-back for abs_path,
17360              re-introduce #11898.
17361      Branch: perl
17362            ! lib/Cwd.pm lib/File/Find.pm
17363 ____________________________________________________________________________
17364 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
17365         Log: More tests.
17366      Branch: perl
17367            ! lib/Exporter.t
17368 ____________________________________________________________________________
17369 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
17370         Log: Retract #11898 for now because it introduces
17371              a rather nasty depencency: when B is being built,
17372              MakeMaker is used.  MakeMaker uses File::Find.
17373              File::Find uses Cwd::getcwd()...which doesn't
17374              exist yet.
17375      Branch: perl
17376            ! lib/File/Find.pm
17377 ____________________________________________________________________________
17378 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
17379         Log: New test welcome.
17380      Branch: perl
17381            + lib/Test/Simple/t/simple.t
17382 ____________________________________________________________________________
17383 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
17384         Log: Old test begone.
17385      Branch: perl
17386            - lib/Attribute/Handlers/test.pl
17387 ____________________________________________________________________________
17388 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
17389         Log: Test-Simple syncup from Schwern.
17390      Branch: perl
17391            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
17392            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
17393            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
17394            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
17395            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
17396            - lib/Test/More/Changes lib/Test/More/t/More.t
17397            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17398            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17399            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
17400            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
17401            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
17402            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
17403            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
17404            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
17405            ! t/lib/Test/Simple/sample_tests/death.plx
17406            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
17407            ! t/lib/Test/Simple/sample_tests/extras.plx
17408            ! t/lib/Test/Simple/sample_tests/five_fail.plx
17409            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
17410            ! t/lib/Test/Simple/sample_tests/one_fail.plx
17411            ! t/lib/Test/Simple/sample_tests/require.plx
17412            ! t/lib/Test/Simple/sample_tests/success.plx
17413            ! t/lib/Test/Simple/sample_tests/too_few.plx
17414            ! t/lib/Test/Simple/sample_tests/two_fail.plx
17415 ____________________________________________________________________________
17416 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
17417         Log: Integrate File::Find changes from bleadperl
17418      Branch: maint-5.6/macperl
17419            ! lib/File/Find.pm t/lib/filefind-taint.t
17420 ____________________________________________________________________________
17421 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
17422         Log: Integrate 11847 from maint-5.6/perl
17423      Branch: maint-5.6/macperl
17424           !> sv.c
17425 ____________________________________________________________________________
17426 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
17427         Log: In UNICOS division yada yada.
17428      Branch: perl
17429            ! t/op/override.t
17430 ____________________________________________________________________________
17431 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
17432         Log: In UNICOS division is really lossy, better use
17433              a tolerance test.
17434      Branch: perl
17435            ! ext/Time/HiRes/HiRes.t
17436 ____________________________________________________________________________
17437 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
17438         Log: In UNICOS sigaction() sets an extra flag
17439              ("the signal has been registered for all the processes in
17440              a multitasking group.")
17441      Branch: perl
17442            ! ext/POSIX/sigaction.t
17443 ____________________________________________________________________________
17444 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
17445         Log: Documentation micropatch from Damian.
17446      Branch: perl
17447            ! lib/Attribute/Handlers.pm
17448 ____________________________________________________________________________
17449 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
17450         Log: (Retracted by #11908)
17451              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
17452              From: Michael G Schwern <schwern@pobox.com>
17453              Date: Wed, 5 Sep 2001 15:58:21 -0400
17454              Message-ID: <20010905155821.I632@blackrider>
17455      Branch: perl
17456            ! lib/File/Find.pm lib/File/Find/taint.t
17457 ____________________________________________________________________________
17458 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
17459         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
17460              From: Michael G Schwern <schwern@pobox.com>
17461              Date: Wed, 5 Sep 2001 19:16:31 -0400
17462              Message-ID: <20010905191631.E11386@blackrider>
17463      Branch: perl
17464            + lib/CGI/t/carp.t
17465            ! MANIFEST
17466 ____________________________________________________________________________
17467 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
17468         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
17469              From: chromatic <chromatic@rmci.net>
17470              Date: Wed, 5 Sep 2001 18:08:07 -0600
17471              Message-Id: <01090518080700.19590@firewheel>
17472      Branch: perl
17473            ! lib/English.pm
17474 ____________________________________________________________________________
17475 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
17476         Log: Fix a typo #11889 and add a test for the same.
17477      Branch: perl
17478            ! ext/Socket/Socket.t ext/Socket/Socket.xs
17479 ____________________________________________________________________________
17480 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
17481         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
17482              From: "Craig A. Berry" <craigberry@mac.com>
17483              Date: Wed, 05 Sep 2001 17:48:54 -0500
17484              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
17485      Branch: perl
17486            ! lib/warnings.t t/run/kill_perl.t
17487 ____________________________________________________________________________
17488 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
17489         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
17490              From: Michael G Schwern <schwern@pobox.com>
17491              Date: Wed, 5 Sep 2001 17:22:25 -0400
17492              Message-ID: <20010905172225.C11386@blackrider>
17493      Branch: perl
17494            ! t/run/kill_perl.t
17495 ____________________________________________________________________________
17496 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
17497         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
17498              From: Nicholas Clark <nick@ccl4.org>
17499              Date: Wed, 5 Sep 2001 20:54:24 +0100
17500              Message-ID: <20010905205424.C25120@plum.flirble.org>
17501      Branch: perl
17502            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
17503 ____________________________________________________________________________
17504 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
17505         Log: Forgotten thing.
17506      Branch: perl
17507            ! uconfig.h
17508 ____________________________________________________________________________
17509 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
17510         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
17511              From: chromatic <chromatic@rmci.net>               
17512              Date: Wed, 5 Sep 2001 13:22:08 -0600
17513              Message-Id: <01090513220807.10587@firewheel> 
17514      Branch: perl
17515            ! lib/English.pm
17516 ____________________________________________________________________________
17517 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
17518         Log: inet_ntoa() tweaks:
17519              - don't allow addresses with > 255 characters
17520              - indent the HP-UX workaround
17521              - don't leak memory
17522      Branch: perl
17523            ! ext/Socket/Socket.xs
17524 ____________________________________________________________________________
17525 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
17526         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
17527              <xwu@theeducationcenter.com>
17528      Branch: perl
17529            ! lib/File/Find.pm
17530 ____________________________________________________________________________
17531 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
17532         Log: Typo nits.
17533      Branch: perl
17534            ! lib/File/Find.pm
17535 ____________________________________________________________________________
17536 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
17537         Log: -Wall nit.
17538      Branch: perl
17539            ! op.c
17540 ____________________________________________________________________________
17541 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
17542         Log: Update to Scalar-List-Utils 1.05
17543      Branch: perl
17544            ! ext/List/Util/ChangeLog ext/List/Util/README
17545            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
17546 ____________________________________________________________________________
17547 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
17548         Log: Update Changes.
17549      Branch: perl
17550            ! Changes patchlevel.h
17551 ____________________________________________________________________________
17552 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
17553         Log: Update to Scalar-List-Utils 1.04
17554      Branch: perl
17555            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
17556            ! ext/List/Util/lib/List/Util.pm
17557            ! ext/List/Util/lib/Scalar/Util.pm
17558 ____________________________________________________________________________
17559 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
17560         Log: Metaconfigify #11724.
17561      Branch: metaconfig
17562            ! U/threads/archname.U
17563 ____________________________________________________________________________
17564 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
17565         Log: The MacOS reference is okay, no reason to hide it.
17566      Branch: perl
17567            ! lib/Cwd.pm
17568 ____________________________________________________________________________
17569 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
17570         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
17571              From: Michael G Schwern <schwern@pobox.com>
17572              Date: Tue, 4 Sep 2001 15:30:10 -0400
17573              Message-ID: <20010904153010.H26466@blackrider> 
17574              
17575              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
17576      Branch: perl
17577            ! ext/Cwd/Makefile.PL lib/Cwd.pm
17578 ____________________________________________________________________________
17579 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
17580         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.))
17581              From: Michael G Schwern <schwern@pobox.com>
17582              Date: Tue, 4 Sep 2001 17:39:13 -0400
17583              Message-ID: <20010904173913.C626@blackrider>
17584      Branch: perl
17585            ! lib/Cwd.pm
17586 ____________________________________________________________________________
17587 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
17588         Log: Subject: Re: Perl_pp_* in public API?
17589              From: "Craig A. Berry" <craigberry@mac.com>
17590              Date: Tue, 4 Sep 2001 21:51:29 -0500
17591              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
17592      Branch: perl
17593            ! ext/List/Util/Util.xs
17594 ____________________________________________________________________________
17595 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
17596         Log: From Damian: Class::Struct was unable to define
17597              recursive classes.  After the patch an object reference
17598              (rather than a hash) is required to initialize
17599              an object attribute.  If no such initializer is given to
17600              the constructor, object attributes are now default
17601              initialized to C<undef>.
17602      Branch: perl
17603            ! lib/Class/Struct.pm lib/Class/Struct.t
17604 ____________________________________________________________________________
17605 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
17606         Log: Subject: Re: sv_catpvfn and sv_setpvfn
17607              From: Richard Soderberg <rs@oregonnet.com>
17608              Date: Tue, 4 Sep 2001 15:16:47 -0700
17609              Message-Id: <200109042216.PAA17858@oregonnet.com>
17610      Branch: perl
17611            ! pod/perlclib.pod pod/perlguts.pod
17612 ____________________________________________________________________________
17613 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
17614         Log: NetWare updates from Ananth Kesari.
17615      Branch: perl
17616            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
17617            ! NetWare/nw5thread.h
17618 ____________________________________________________________________________
17619 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
17620         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?))
17621              From: Nicholas Clark <nick@ccl4.org>
17622              Date: Tue, 4 Sep 2001 22:42:50 +0100
17623              Message-ID: <20010904224250.P25120@plum.flirble.org>
17624      Branch: perl
17625            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
17626            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
17627            ! t/op/oct.t toke.c
17628 ____________________________________________________________________________
17629 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
17630         Log: Fix Cwd::getcwd() not being tainted, as noticed
17631              by Schwern.
17632      Branch: perl
17633            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
17634            - ext/Cwd/Cwd.t
17635            ! MANIFEST ext/Cwd/Cwd.xs util.c
17636 ____________________________________________________________________________
17637 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
17638         Log: Retract #11870 and volatilize the right destruct_level.
17639              Silly thinko pointed out by Sarathy.
17640      Branch: perl
17641            ! intrpvar.h perl.c
17642 ____________________________________________________________________________
17643 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
17644         Log: At least a temporary fix for the mysterious scope core dumps
17645              in Tru64 from Graham.
17646      Branch: perl
17647            ! ext/List/Util/Util.xs
17648 ____________________________________________________________________________
17649 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
17650         Log: (Retracted by #11872)
17651      Branch: perl
17652            ! intrpvar.h
17653 ____________________________________________________________________________
17654 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
17655         Log: Quench a -Wall gripe noticed by Robin Barker.
17656      Branch: perl
17657            ! op.c
17658 ____________________________________________________________________________
17659 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
17660         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
17661              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17662              Date: Wed, 05 Sep 2001 02:01:32 +0900
17663              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
17664      Branch: perl
17665            ! lib/Unicode/UCD.pm
17666 ____________________________________________________________________________
17667 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
17668         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
17669              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17670              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
17671              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
17672      Branch: perl
17673            ! gv.c
17674 ____________________________________________________________________________
17675 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
17676         Log: Update Changes.
17677      Branch: perl
17678            ! Changes patchlevel.h
17679 ____________________________________________________________________________
17680 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
17681         Log: Add the \[$@%&*] prototype support.
17682      Branch: perl
17683            ! op.c pod/perlsub.pod t/comp/proto.t
17684 ____________________________________________________________________________
17685 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
17686         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
17687              From: Michael G Schwern <schwern@pobox.com>
17688              Date: Mon, 3 Sep 2001 18:59:01 -0400
17689              Message-ID: <20010903185901.Z9233@blackrider>
17690      Branch: perl
17691            ! lib/CGI/t/form.t
17692 ____________________________________________________________________________
17693 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
17694         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
17695              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17696              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
17697              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
17698      Branch: perl
17699            ! gv.c
17700 ____________________________________________________________________________
17701 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
17702         Log: More srand entry tweakage based on Randal's suggestion.
17703      Branch: perl
17704            ! pod/perlfunc.pod
17705 ____________________________________________________________________________
17706 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
17707         Log: Subject: [PATCH] 'main' *is* a reserved word
17708              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17709              Date: Mon, 3 Sep 2001 22:55:41 +0200
17710              Message-ID: <20010903225541.A24097@rafael>
17711      Branch: perl
17712            ! toke.c
17713 ____________________________________________________________________________
17714 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
17715         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
17716              From: Peter Prymmer <pvhp@best.com>
17717              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
17718              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
17719      Branch: perl
17720            ! README.vms configure.com
17721 ____________________________________________________________________________
17722 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
17723         Log: Subject: Re: A slightly better default seed?   
17724              From: Michael G Schwern <schwern@pobox.com>
17725              Date: Mon, 3 Sep 2001 18:08:15 -0400 
17726              Message-ID: <20010903180815.W9233@blackrider>
17727      Branch: perl
17728            ! t/op/srand.t
17729 ____________________________________________________________________________
17730 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
17731         Log: Add sharedsv.o to microperl object files.
17732      Branch: perl
17733            ! Makefile.micro
17734 ____________________________________________________________________________
17735 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
17736         Log: AUTHORS updates and
17737              
17738              Subject: [PATCH] Just some preening :-)        
17739              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
17740              Date: Tue, 4 Sep 2001 14:16:59 +0100
17741              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
17742      Branch: perl
17743            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
17744 ____________________________________________________________________________
17745 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
17746         Log: Typo fix and slight rewording.
17747      Branch: perl
17748            ! pod/perlfunc.pod
17749 ____________________________________________________________________________
17750 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
17751         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
17752      Branch: perl
17753            ! pod/perlfaq4.pod
17754 ____________________________________________________________________________
17755 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
17756         Log: The helper file changed name.
17757      Branch: perl
17758            ! MANIFEST
17759 ____________________________________________________________________________
17760 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
17761         Log: Update to Scalar-List-Utils 1.03
17762      Branch: perl
17763            + ext/List/Util/t/shuffle.t
17764            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
17765            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
17766            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
17767            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
17768            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
17769            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
17770            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
17771            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
17772 ____________________________________________________________________________
17773 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
17774         Log: Make crypt() do something more sane for Unicode
17775              (take crypt() of the low eight bits of the characters,
17776              instead of taking crypt() of the UTF-8 of the scalar);
17777              add a test for crypt().
17778      Branch: perl
17779            + t/op/crypt.t
17780            ! MANIFEST pod/perlfunc.pod pp.c
17781 ____________________________________________________________________________
17782 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
17783         Log: Reorganize the srand entry.
17784      Branch: perl
17785            ! pod/perlfunc.pod
17786 ____________________________________________________________________________
17787 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
17788         Log: Remove the tests that assume something about
17789              calling srand() without arguments multiple times.
17790      Branch: perl
17791            ! t/op/srand.t
17792 ____________________________________________________________________________
17793 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
17794         Log: Upgrade to Math::BigInt 1.42.
17795      Branch: perl
17796            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17797            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
17798            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
17799            ! lib/Math/BigInt/t/mbimbf.t
17800 ____________________________________________________________________________
17801 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
17802         Log: integrate change#11847 from maint-5.6
17803              
17804              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
17805      Branch: perl
17806            ! sv.c
17807 ____________________________________________________________________________
17808 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
17809         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
17810      Branch: maint-5.6/perl
17811            ! sv.c
17812 ____________________________________________________________________________
17813 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
17814         Log: As far as I can tell these functions have been Unicodified.
17815      Branch: perl
17816            ! doop.c
17817 ____________________________________________________________________________
17818 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
17819         Log: Update to Storable 1.0.13.
17820      Branch: perl
17821            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
17822            ! ext/Storable/Storable.xs
17823 ____________________________________________________________________________
17824 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
17825         Log: Patch the Filter::Simple test to work with
17826              the core test suite (since the FilterTest.pm
17827              is in t/lib, not in lib).
17828      Branch: perl
17829            ! lib/Filter/Simple/t/filter.t
17830 ____________________________________________________________________________
17831 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
17832         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
17833      Branch: perl
17834            + t/lib/FilterTest.pm
17835            - t/lib/MyFilter.pm
17836 ____________________________________________________________________________
17837 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
17838         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
17839              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
17840              Text::Balanced 1.86.
17841      Branch: perl
17842            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
17843            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
17844            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
17845            + lib/Switch/t/nested.t lib/Switch/t/switch.t
17846            + lib/Text/Balanced/Changes lib/Text/Balanced/README
17847            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
17848            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
17849            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
17850            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
17851            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
17852            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
17853            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
17854            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
17855            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
17856            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
17857            ! MANIFEST lib/Attribute/Handlers.pm
17858            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
17859            ! lib/Attribute/Handlers/demo/Demo.pm
17860            ! lib/Attribute/Handlers/demo/Descriptions.pm
17861            ! lib/Attribute/Handlers/demo/MyClass.pm
17862            ! lib/Attribute/Handlers/demo/demo.pl
17863            ! lib/Attribute/Handlers/demo/demo2.pl
17864            ! lib/Attribute/Handlers/demo/demo3.pl
17865            ! lib/Attribute/Handlers/demo/demo4.pl
17866            ! lib/Attribute/Handlers/demo/demo_call.pl
17867            ! lib/Attribute/Handlers/demo/demo_chain.pl
17868            ! lib/Attribute/Handlers/demo/demo_cycle.pl
17869            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
17870            ! lib/Attribute/Handlers/demo/demo_phases.pl
17871            ! lib/Attribute/Handlers/demo/demo_range.pl
17872            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
17873            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
17874            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
17875            ! lib/Text/Balanced.pm
17876 ____________________________________________________________________________
17877 [ 11841] By: sky                                   on 2001/09/03  11:04:15
17878         Log: Forgot to add a file with Change #11840
17879      Branch: perl
17880            + t/op/srand.t
17881 ____________________________________________________________________________
17882 [ 11840] By: sky                                   on 2001/09/03  11:02:04
17883         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
17884              From: Michael G Schwern <schwern@pobox.com>
17885              Date: Mon, 3 Sep 2001 07:43:00 -0400
17886              Message-ID: <20010903074300.E9233@blackrider>
17887      Branch: perl
17888            ! MANIFEST pod/perlfunc.pod t/op/rand.t
17889 ____________________________________________________________________________
17890 [ 11839] By: sky                                   on 2001/09/03  10:47:11
17891         Log: Document the changes with regards to running of END blocks.
17892              And DESTROY on global objects are called in perl_destruct()!
17893      Branch: perl
17894            ! pod/perl572delta.pod pod/perlembed.pod
17895 ____________________________________________________________________________
17896 [ 11838] By: sky                                   on 2001/09/03  09:34:44
17897         Log: Subject: [PATCH t/op/time.t] Partial cleanup
17898              From: Michael G Schwern <schwern@pobox.com>
17899              Date: Mon, 3 Sep 2001 06:29:42 -0400
17900              Message-ID: <20010903062942.C9233@blackrider>
17901      Branch: perl
17902            ! t/op/time.t
17903 ____________________________________________________________________________
17904 [ 11837] By: sky                                   on 2001/09/03  09:30:02
17905         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
17906              From: Michael G Schwern <schwern@pobox.com>
17907              Date: Mon, 3 Sep 2001 06:24:13 -0400
17908              Message-ID: <20010903062413.B9233@blackrider>
17909      Branch: perl
17910            ! t/op/rand.t
17911 ____________________________________________________________________________
17912 [ 11836] By: sky                                   on 2001/09/03  07:56:47
17913         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
17914              From: Michael G Schwern <schwern@pobox.com>
17915              Date: Sun, 2 Sep 2001 21:38:43 -0400
17916              Message-ID: <20010902213843.L2711@blackrider>
17917      Branch: perl
17918            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
17919            ! MANIFEST
17920 ____________________________________________________________________________
17921 [ 11835] By: nick                                  on 2001/09/03  06:20:06
17922         Log: Integrate mainline
17923      Branch: perlio
17924           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
17925            - t/op/misc.t
17926           !> (integrate 187 files)
17927 ____________________________________________________________________________
17928 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
17929         Log: Update Changes.
17930      Branch: perl
17931            ! Changes patchlevel.h
17932 ____________________________________________________________________________
17933 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
17934         Log: Slight tweaks.
17935      Branch: perl
17936            ! t/run/kill_perl.t
17937 ____________________________________________________________________________
17938 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
17939         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
17940      Branch: perl
17941            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
17942 ____________________________________________________________________________
17943 [ 11831] By: sky                                   on 2001/09/02  12:10:42
17944         Log: Change #11828 wasn't complete, this updates to intest path
17945      Branch: perl
17946            ! t/run/kill_perl.t
17947 ____________________________________________________________________________
17948 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
17949         Log: 's's's.
17950      Branch: perl
17951            ! Changes
17952 ____________________________________________________________________________
17953 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
17954         Log: Update Changes.
17955      Branch: perl
17956            ! Changes patchlevel.h
17957 ____________________________________________________________________________
17958 [ 11828] By: sky                                   on 2001/09/02  11:53:56
17959         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
17960              From: Michael G Schwern <schwern@pobox.com>
17961              Date: Sat, 1 Sep 2001 20:18:58 -0400
17962              Message-ID: <20010901201858.X606@blackrider>
17963              +MANIFEST Fix
17964      Branch: perl
17965            + t/run/kill_perl.t
17966            - t/op/misc.t t/run/segfault.t
17967            ! MANIFEST
17968 ____________________________________________________________________________
17969 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
17970         Log: Subject: [PATCH] lib/Time/Local.pm
17971              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17972              Date: Sun, 2 Sep 2001 06:50:01 -0500
17973              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
17974      Branch: perl
17975            ! lib/Time/Local.pm
17976 ____________________________________________________________________________
17977 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
17978         Log: Tick off Unicode collation and the normalization from
17979              the todo list.
17980      Branch: perl
17981            ! pod/perltodo.pod
17982 ____________________________________________________________________________
17983 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
17984         Log: Update to Unicode 3.1.1.
17985      Branch: perl
17986            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
17987            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
17988            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
17989            ! lib/unicore/PropList.txt lib/unicore/README.perl
17990            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
17991            ! lib/unicore/rename lib/unicore/version
17992 ____________________________________________________________________________
17993 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
17994         Log: Slight doc tweaks for the module.
17995      Branch: perl
17996            ! lib/Unicode/UCD.pm
17997 ____________________________________________________________________________
17998 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
17999         Log: Rename the variable: it *used* to be (wrongly) that the
18000              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
18001              but that is no more the case: PL_reg_match_utf8 is better.
18002      Branch: perl
18003            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
18004            ! regexec.c sv.c thrdvar.h
18005 ____________________________________________________________________________
18006 [ 11822] By: ams                                   on 2001/09/02  02:54:50
18007         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
18008              From: Ilmari Karonen <iltzu@sci.fi>
18009              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
18010              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
18011              (op/sub_lval.t updated to take new error message into account.)
18012      Branch: perl
18013            ! op.c t/op/sub_lval.t
18014 ____________________________________________________________________________
18015 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
18016         Log: remove stray CRs in files; keep all files with UNIX line-ends
18017              (Porting/makerel adds CRs to the files that need it in the
18018              distribution)
18019      Branch: perl
18020            ! NetWare/t/NWScripts.pl README.dos
18021            ! ext/Encode/Encode/cns11643-1.enc
18022            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
18023            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
18024 ____________________________________________________________________________
18025 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
18026         Log: some remnants of change#11803
18027      Branch: perl
18028            ! ext/ByteLoader/byterun.h perl.h
18029 ____________________________________________________________________________
18030 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
18031         Log: Update to Unicode::Collate 0.08.
18032      Branch: perl
18033            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
18034            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
18035 ____________________________________________________________________________
18036 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
18037         Log: Test tweaks.
18038      Branch: perl
18039            ! t/op/pat.t
18040 ____________________________________________________________________________
18041 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
18042         Log: Fix test
18043      Branch: maint-5.6/macperl
18044            ! t/lib/b.t
18045 ____________________________________________________________________________
18046 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
18047         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
18048              warnings in Config.pm with -W; increase default and
18049              minimum RAM; bump version number.
18050      Branch: maint-5.6/macperl
18051            + macos/lib/Mac/LowMem.pm
18052            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
18053            ! macos/configpm macos/macperl/MacPerl.r
18054 ____________________________________________________________________________
18055 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
18056         Log: Make syntax check report in MPW style, fix tests
18057              to use Mac::err=unix to get normal-style error
18058              messages.
18059      Branch: maint-5.6/macperl
18060            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
18061            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
18062 ____________________________________________________________________________
18063 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
18064         Log: Make MPW-style errors optional (but the default); add
18065              MacPerl::ErrorFormat() function and Mac::err pragma
18066      Branch: maint-5.6/macperl
18067            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
18068            + macos/ext/Mac/err/err.xs
18069            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
18070            ! macos/macish.c macos/macish.h macos/macperl.sym
18071 ____________________________________________________________________________
18072 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
18073         Log: More module and test ports from Thomas Wegner et al
18074      Branch: maint-5.6/macperl
18075            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18076            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
18077            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
18078            ! t/op/magic.t
18079 ____________________________________________________________________________
18080 [ 11812] By: sky                                   on 2001/09/01  17:19:30
18081         Log: Subject: [PATCH t/op/concat.t] cleanup
18082              From: Michael G Schwern <schwern@pobox.com>
18083              Date: Sat, 1 Sep 2001 14:06:28 -0400
18084              Message-ID: <20010901140628.C606@blackrider>
18085      Branch: perl
18086            ! t/op/concat.t
18087 ____________________________________________________________________________
18088 [ 11811] By: sky                                   on 2001/09/01  12:25:29
18089         Log: Change #11805 didn't update the MANIFEST
18090      Branch: perl
18091            ! MANIFEST
18092 ____________________________________________________________________________
18093 [ 11810] By: sky                                   on 2001/09/01  11:52:44
18094         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
18095              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18096              Date: Sat, 1 Sep 2001 14:50:14 +0200
18097              Message-ID: <20010901145014.A691@rafael>
18098      Branch: perl
18099            ! t/op/inccode.t
18100 ____________________________________________________________________________
18101 [ 11809] By: sky                                   on 2001/09/01  11:49:22
18102         Log: Subject: PATCH: ExtUtils::MakeMaker
18103              From: Tony Bowden <tony@kasei.com>
18104              Date: Sat, 1 Sep 2001 10:33:53 +0100
18105              Message-ID: <20010901103353.A13863@soto.kasei.com>
18106              Manually applied
18107      Branch: perl
18108            ! lib/ExtUtils/MakeMaker.pm
18109 ____________________________________________________________________________
18110 [ 11808] By: sky                                   on 2001/09/01  11:39:13
18111         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
18112              From: mike808@users.sourceforge.net
18113              Date: Sat, 1 Sep 101 11:27:50 GMT
18114              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
18115              With little tweak
18116      Branch: perl
18117            ! lib/Term/Cap.pm
18118 ____________________________________________________________________________
18119 [ 11807] By: ams                                   on 2001/09/01  11:31:16
18120         Log: Subject: oct() and hex()
18121              From: Nicholas Clark <nick@ccl4.org>
18122              Date: Fri, 31 Aug 2001 23:14:13 +0100
18123              Message-Id: <20010831231413.J4950@plum.flirble.org>
18124      Branch: perl
18125            ! pod/perlclib.pod
18126 ____________________________________________________________________________
18127 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
18128         Log: Integrate change 11801 from maintperl
18129      Branch: maint-5.6/macperl
18130            ! perl.c
18131 ____________________________________________________________________________
18132 [ 11805] By: sky                                   on 2001/08/31  21:35:10
18133         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
18134              From: Michael G Schwern <schwern@pobox.com>
18135              Date: Fri, 31 Aug 2001 15:36:28 -0400
18136              Message-ID: <20010831153628.B598@blackrider>
18137              Check for things which used to segfault
18138      Branch: perl
18139            + t/run/segfault.t
18140 ____________________________________________________________________________
18141 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
18142         Log: integrate change#11801 from maint-5.6
18143              
18144              remove age-old UNICOS "workaround" that introduces a static, and
18145              hence an egregious race condition for threaded builds (*sigh*
18146              beats me why this kludge wasn't guarded by a UNICOS-specific
18147              #define *sigh*)
18148      Branch: perl
18149            ! perl.c
18150 ____________________________________________________________________________
18151 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
18152         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
18153              working in 5.7.x
18154      Branch: perl
18155            - objXSUB.h
18156            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
18157            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
18158            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
18159            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
18160            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
18161            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
18162            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
18163            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
18164            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
18165            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
18166            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
18167            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
18168            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
18169            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
18170            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
18171            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
18172            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
18173            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
18174            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
18175            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
18176            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
18177            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
18178 ____________________________________________________________________________
18179 [ 11802] By: ams                                   on 2001/08/31  18:11:32
18180         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
18181              From: "Philip Newton" <Philip.Newton@gmx.net>
18182              Date: Fri, 31 Aug 2001 21:12:56 +0200
18183              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
18184      Branch: perl
18185            ! pod/perldiag.pod
18186 ____________________________________________________________________________
18187 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
18188         Log: remove age-old UNICOS "workaround" that introduces a static, and
18189              hence an egregious race condition for threaded builds (*sigh*
18190              beats me why this kludge wasn't guarded by a UNICOS-specific
18191              #define *sigh*)
18192      Branch: maint-5.6/perl
18193            ! perl.c
18194 ____________________________________________________________________________
18195 [ 11800] By: sky                                   on 2001/08/31  17:30:26
18196         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
18197              Might break on platforms where bool is larger than 8 bites ???
18198      Branch: perl
18199            ! regcomp.c
18200 ____________________________________________________________________________
18201 [ 11799] By: ams                                   on 2001/08/31  12:15:44
18202         Log: Integrate 11778 into mainline.
18203      Branch: perl
18204            ! t/base/term.t
18205 ____________________________________________________________________________
18206 [ 11798] By: sky                                   on 2001/08/31  11:31:44
18207         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
18208              supposed to happen.
18209      Branch: perl
18210            ! regcomp.c
18211 ____________________________________________________________________________
18212 [ 11797] By: sky                                   on 2001/08/31  11:28:17
18213         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
18214              From: "John P. Linderman" <jpl@research.att.com>
18215              Date: Fri, 31 Aug 2001 08:20:35 -0400
18216              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
18217              Fixes test 14 which could fail randomly in rare cases.
18218      Branch: perl
18219            ! ext/Time/HiRes/HiRes.t regcomp.c
18220 ____________________________________________________________________________
18221 [ 11796] By: ams                                   on 2001/08/31  01:13:07
18222         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
18223              From: Nicholas Clark <nick@ccl4.org>
18224              Date: Thu, 30 Aug 2001 23:21:50 +0100
18225              Message-Id: <20010830232150.D4950@plum.flirble.org>
18226      Branch: perl
18227            ! ext/Sys/Syslog/Makefile.PL
18228 ____________________________________________________________________________
18229 [ 11795] By: ams                                   on 2001/08/30  23:53:23
18230         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
18231              patching example
18232              From: Michael G Schwern <schwern@pobox.com>
18233              Date: Thu, 30 Aug 2001 17:02:08 -0400
18234              Message-Id: <20010830170208.M2318@blackrider>
18235      Branch: perl
18236            ! pod/perlhack.pod
18237 ____________________________________________________________________________
18238 [ 11794] By: ams                                   on 2001/08/30  19:35:36
18239         Log: Subject: [PATCH] pp_modulo
18240              From: Nicholas Clark <nick@ccl4.org>
18241              Date: Thu, 30 Aug 2001 18:20:54 +0100
18242              Message-Id: <20010830182053.A4950@plum.flirble.org>
18243      Branch: perl
18244            ! pp.c t/op/64bitint.t
18245 ____________________________________________________________________________
18246 [ 11793] By: sky                                   on 2001/08/30  13:02:48
18247         Log: 11792 wasn't complete
18248      Branch: perl
18249            ! makedef.pl regcomp.c
18250 ____________________________________________________________________________
18251 [ 11792] By: sky                                   on 2001/08/30  12:21:11
18252         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
18253      Branch: perl
18254            ! makedef.pl
18255 ____________________________________________________________________________
18256 [ 11791] By: sky                                   on 2001/08/30  10:08:02
18257         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
18258      Branch: perl
18259            ! config_h.SH
18260 ____________________________________________________________________________
18261 [ 11790] By: sky                                   on 2001/08/30  08:22:31
18262         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
18263              on the pad. Fixes coredumps in cleanups introduced by
18264              Change 11755  
18265      Branch: perl
18266            ! op.c perl.c sv.h
18267 ____________________________________________________________________________
18268 [ 11789] By: sky                                   on 2001/08/29  19:01:47
18269         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
18270              This is a replacement implmentation that works on HPUX.
18271              This bug should probably be fixed in GCC.
18272      Branch: perl
18273            ! ext/Socket/Socket.xs
18274 ____________________________________________________________________________
18275 [ 11788] By: ams                                   on 2001/08/29  17:35:33
18276         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
18277              From: Nicholas Clark <nick@ccl4.org>
18278              Date: Wed, 29 Aug 2001 18:21:56 +0100
18279              Message-Id: <20010829182156.O4950@plum.flirble.org>
18280      Branch: perl
18281            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
18282 ____________________________________________________________________________
18283 [ 11787] By: sky                                   on 2001/08/29  10:42:54
18284         Log: Added test for pack_addr_in and unpack_addr_in
18285              Nitpik in test 10
18286      Branch: perl
18287            ! ext/Socket/Socket.t
18288 ____________________________________________________________________________
18289 [ 11786] By: sky                                   on 2001/08/29  10:28:14
18290         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
18291              Trying to catch errors on HP-UX
18292      Branch: perl
18293            ! ext/Socket/Socket.t
18294 ____________________________________________________________________________
18295 [ 11785] By: sky                                   on 2001/08/29  09:07:03
18296         Log: make sure USE_THREADS is defined so external apps work
18297      Branch: perl
18298            ! config_h.SH
18299 ____________________________________________________________________________
18300 [ 11784] By: sky                                   on 2001/08/29  08:06:12
18301         Log: Subject: Re: The hitlist of untested modules.
18302              From: Jonathan Stowe <gellyfish@gellyfish.com>
18303              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
18304              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
18305              Start of tests for Shell.pm (make Schwern poorer!)
18306      Branch: perl
18307            + lib/Shell.t
18308            ! MANIFEST
18309 ____________________________________________________________________________
18310 [ 11783] By: sky                                   on 2001/08/29  07:37:50
18311         Log: END{} can change the return value even if we die from BEGIN{}
18312      Branch: perl
18313            ! miniperlmain.c
18314 ____________________________________________________________________________
18315 [ 11782] By: ams                                   on 2001/08/29  06:32:17
18316         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
18317              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18318              Date: Wed, 29 Aug 2001 09:18:17 +0200
18319              Message-Id: <20010829091817.A4453@rafael>
18320      Branch: perl
18321            ! t/op/inccode.t
18322 ____________________________________________________________________________
18323 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
18324         Log: Delete xsubpp.patch, as full copy exists now
18325      Branch: maint-5.6/macperl
18326            - macos/xsubpp.patch
18327 ____________________________________________________________________________
18328 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
18329         Log: Add Changes file
18330      Branch: maint-5.6/macperl
18331            + macos/Changes
18332 ____________________________________________________________________________
18333 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
18334         Log: Add Mac version of xsubpp as separate file
18335      Branch: maint-5.6/macperl
18336            + macos/xsubpp
18337            ! macos/Makefile.mk
18338 ____________________________________________________________________________
18339 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
18340         Log: Fix open of /dev/null for Mac OS
18341      Branch: maint-5.6/macperl
18342            ! t/base/term.t
18343 ____________________________________________________________________________
18344 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
18345         Log: Various patches: enable more tests; skip CVS in PerlInstall;
18346              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
18347      Branch: maint-5.6/macperl
18348            ! macos/MacPerlTests.cmd macos/PerlInstall
18349            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
18350 ____________________________________________________________________________
18351 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
18352         Log: Allow for platforms to override formatting of errors
18353              on output from Matthias Neeracher (Mac files)
18354      Branch: maint-5.6/macperl
18355            ! macos/macish.c macos/macish.h
18356 ____________________________________________________________________________
18357 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
18358         Log: Allow for platforms to override formatting of errors
18359              on output from Matthias Neeracher (core files)
18360      Branch: maint-5.6/macperl
18361            ! perl.h pp_ctl.c util.c
18362 ____________________________________________________________________________
18363 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
18364         Log: Add some param checking, from reports by Kevin Reid.
18365      Branch: maint-5.6/macperl
18366            ! macos/ext/Mac/Controls/Controls.pm
18367            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
18368 ____________________________________________________________________________
18369 [ 11773] By: ams                                   on 2001/08/28  23:54:57
18370         Log: Subject: [PATCH] make coretest
18371              From: Paul Johnson <paul@pjcj.net>
18372              Date: Wed, 29 Aug 2001 00:11:38 +0200
18373              Message-Id: <20010829001138.B12169@pjcj.net>
18374              (Applied without the change to perlhack.pod. This should
18375              probably stay undocumented.)
18376      Branch: perl
18377            ! Makefile.SH t/TEST
18378 ____________________________________________________________________________
18379 [ 11772] By: sky                                   on 2001/08/28  13:01:20
18380         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
18381              From: Michael G Schwern <schwern@pobox.com>
18382              Date: Tue, 28 Aug 2001 09:57:39 -0400
18383              Message-ID: <20010828095738.E17775@blackrider>
18384      Branch: perl
18385            ! pod/perlhack.pod t/op/pack.t
18386 ____________________________________________________________________________
18387 [ 11771] By: sky                                   on 2001/08/28  11:20:13
18388         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
18389              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18390              Date: Tue, 28 Aug 2001 14:23:43 +0200
18391              Message-ID: <20010828142343.A19299@rafael>
18392      Branch: perl
18393            ! pod/perlvar.pod pp_ctl.c
18394 ____________________________________________________________________________
18395 [ 11770] By: ams                                   on 2001/08/28  10:13:21
18396         Log: Subject: [PATCH] odd typo in op.h
18397              From: Nicholas Clark <nick@ccl4.org>
18398              Date: Tue, 28 Aug 2001 12:10:26 +0100
18399              Message-Id: <20010828121026.V4950@plum.flirble.org>
18400      Branch: perl
18401            ! op.h
18402 ____________________________________________________________________________
18403 [ 11769] By: sky                                   on 2001/08/28  08:09:16
18404         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
18405              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
18406              Date: Tue, 28 Aug 2001 02:22:20 +0300
18407              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
18408      Branch: perl
18409            ! ext/B/B/Lint.pm
18410 ____________________________________________________________________________
18411 [ 11768] By: ams                                   on 2001/08/28  00:47:35
18412         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
18413              From: Michael G Schwern <schwern@pobox.com>
18414              Date: Mon, 27 Aug 2001 21:24:44 -0400
18415              Message-Id: <20010827212444.F12582@blackrider>
18416      Branch: perl
18417            ! pod/perlhack.pod t/op/pack.t
18418 ____________________________________________________________________________
18419 [ 11767] By: ams                                   on 2001/08/27  23:59:48
18420         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
18421              From: Michael G Schwern <schwern@pobox.com>
18422              Date: Mon, 27 Aug 2001 20:12:29 -0400
18423              Message-Id: <20010827201229.D12582@blackrider>
18424      Branch: perl
18425            ! pod/perlhack.pod t/op/pack.t
18426 ____________________________________________________________________________
18427 [ 11766] By: ams                                   on 2001/08/27  23:39:40
18428         Log: Update Changes.
18429      Branch: perl
18430            ! Changes
18431 ____________________________________________________________________________
18432 [ 11765] By: ams                                   on 2001/08/27  22:53:10
18433         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
18434              From: Michael G Schwern <schwern@pobox.com>
18435              Date: Mon, 27 Aug 2001 19:47:30 -0400
18436              Message-Id: <20010827194730.C12582@blackrider>
18437      Branch: perl
18438            ! t/op/inccode.t
18439 ____________________________________________________________________________
18440 [ 11764] By: ams                                   on 2001/08/27  22:46:21
18441         Log: Subject: [PATCH] new tests for the coderef-in-@INC
18442              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18443              Date: Mon, 27 Aug 2001 22:36:27 +0200
18444              Message-Id: <20010827223627.C690@rafael>
18445              
18446              Subject: Re: [PATCH] new tests for the coderef-in-@INC
18447              From: Nicholas Clark <nick@ccl4.org>
18448              Date: Tue, 28 Aug 2001 00:02:46 +0100
18449              Message-Id: <20010828000245.R4950@plum.flirble.org>
18450      Branch: perl
18451            + t/op/inccode.t
18452            ! MANIFEST
18453 ____________________________________________________________________________
18454 [ 11763] By: ams                                   on 2001/08/27  22:41:09
18455         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
18456              bleadperl on fire, Win95+4NT)
18457              From: Michael G Schwern <schwern@pobox.com>
18458              Date: Mon, 27 Aug 2001 16:54:42 -0400
18459              Message-Id: <20010827165442.F9436@blackrider>
18460      Branch: perl
18461            ! lib/warnings.t
18462 ____________________________________________________________________________
18463 [ 11762] By: sky                                   on 2001/08/27  19:19:17
18464         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
18465              avaible at compile time. This broke the compilation of 
18466              Net/Ping.pm
18467      Branch: perl
18468            ! lib/Net/Ping.pm
18469 ____________________________________________________________________________
18470 [ 11761] By: sky                                   on 2001/08/27  18:34:48
18471         Log: Removed tripple definitions of CUSTOM_OP functions.
18472      Branch: perl
18473            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
18474 ____________________________________________________________________________
18475 [ 11760] By: sky                                   on 2001/08/27  18:21:27
18476         Log: Regen headers
18477      Branch: perl
18478            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
18479            ! perlapi.h proto.h
18480 ____________________________________________________________________________
18481 [ 11759] By: ams                                   on 2001/08/27  16:31:53
18482         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
18483              From: "chromatic" <chromatic@rmci.net>
18484              Date: Mon, 27 Aug 2001 11:17:09 -0600
18485              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
18486      Branch: perl
18487            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
18488 ____________________________________________________________________________
18489 [ 11758] By: sky                                   on 2001/08/27  15:16:42
18490         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
18491              Thanks to H. Merijn Brand for the patch.
18492              Some of the comments and or guards might be removable in perl.h now.
18493      Branch: perl
18494            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
18495            ! Porting/Glossary Porting/config_H README.threads config_h.SH
18496            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
18497            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
18498            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
18499            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
18500            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
18501            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
18502            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
18503            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
18504            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
18505            ! win32/config_H.vc win32/perllib.c win32/win32.h
18506            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
18507            ! wince/config.h wince/config_H.ce wince/win32.h
18508            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
18509 ____________________________________________________________________________
18510 [ 11757] By: sky                                   on 2001/08/27  13:39:16
18511         Log: Subject: GNU ld parses arguments different
18512              From: H.Merijn Brand <h.m.brand@hccnet.nl>
18513              Date: Mon, 27 Aug 2001 16:25:51 +0200
18514              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
18515      Branch: perl
18516            ! hints/hpux.sh
18517 ____________________________________________________________________________
18518 [ 11756] By: sky                                   on 2001/08/27  13:18:45
18519         Log: Subject: Custom Ops
18520              From: Simon Cozens <simon@netthink.co.uk>
18521              Date: Sat, 25 Aug 2001 17:45:09 +0100
18522              Message-ID: <20010825174509.A5752@netthink.co.uk>
18523              I also added a fix to Opcode.pm to quite test cases.
18524      Branch: perl
18525            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
18526            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
18527 ____________________________________________________________________________
18528 [ 11755] By: sky                                   on 2001/08/27  05:37:17
18529         Log: Plugs a memory leak on destruction of regular expressions
18530              introcued by #11274.
18531              PL_regex_padav now has an AV as it's first entry with a list
18532              of freed regex_padav slots that it will reuse on creating
18533              new PMOPs.
18534      Branch: perl
18535            ! op.c perl.c
18536 ____________________________________________________________________________
18537 [ 11754] By: ams                                   on 2001/08/26  14:38:52
18538         Log: Subject: [PATCH] t/io/binmode.t
18539              From: Nicholas Clark <nick@ccl4.org>
18540              Date: Sun, 26 Aug 2001 12:03:05 +0100
18541              Message-Id: <20010826120305.C4950@plum.flirble.org>
18542              
18543              (Also a nitpick in #11752 to t/op/universal.t)
18544      Branch: perl
18545            ! t/io/binmode.t t/op/universal.t
18546 ____________________________________________________________________________
18547 [ 11753] By: ams                                   on 2001/08/26  08:19:34
18548         Log: Subject: [PATCH] op/universal.t failing
18549              From: Nicholas Clark <nick@ccl4.org>
18550              Date: Sun, 26 Aug 2001 09:48:22 +0100
18551              Message-Id: <20010826094822.B4950@plum.flirble.org>
18552      Branch: perl
18553            ! t/op/universal.t
18554 ____________________________________________________________________________
18555 [ 11752] By: ams                                   on 2001/08/25  22:46:13
18556         Log: Subject: Re: 'can' with undefined subs
18557              From: Tony Bowden <tony@kasei.com>
18558              Date: Sat, 25 Aug 2001 14:58:17 +0100
18559              Message-Id: <20010825145817.A11788@soto.kasei.com>
18560              (Applied with minor modifications.)
18561      Branch: perl
18562            ! t/op/universal.t
18563 ____________________________________________________________________________
18564 [ 11751] By: ams                                   on 2001/08/25  18:28:43
18565         Log: Subject: Re: 'can' with undefined subs
18566              From: Tony Bowden <tony@kasei.com>
18567              Date: Sat, 25 Aug 2001 15:13:14 +0100
18568              Message-Id: <20010825151314.B11788@soto.kasei.com>
18569      Branch: perl
18570            ! lib/UNIVERSAL.pm
18571 ____________________________________________________________________________
18572 [ 11750] By: nick                                  on 2001/08/25  15:24:15
18573         Log: Integrate mainline
18574      Branch: perlio
18575           +> t/io/binmode.t
18576           !> (integrate 26 files)
18577 ____________________________________________________________________________
18578 [ 11749] By: nick                                  on 2001/08/25  14:55:41
18579         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
18580              From:  John Peacock <jpeacock@rowman.com>
18581              Date:  Wed, 22 Aug 2001 12:05:28 -0400
18582              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
18583      Branch: perl
18584            ! pod/perlhack.pod
18585 ____________________________________________________________________________
18586 [ 11748] By: nick                                  on 2001/08/25  14:53:04
18587         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
18588              From:  Michael G Schwern <schwern@pobox.com>
18589              Date:  Wed, 22 Aug 2001 19:22:45 -0400
18590              Message-Id:  <20010822192245.U619@blackrider>
18591      Branch: perl
18592            ! MANIFEST
18593 ____________________________________________________________________________
18594 [ 11747] By: nick                                  on 2001/08/25  14:52:33
18595         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
18596              From:  Nicholas Clark <nick@ccl4.org>
18597              Date:  Wed, 22 Aug 2001 23:29:06 +0100
18598              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
18599      Branch: perl
18600            + t/io/binmode.t
18601            ! perlio.c pod/perlfunc.pod
18602 ____________________________________________________________________________
18603 [ 11744] By: nick                                  on 2001/08/25  14:37:33
18604         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
18605              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18606              Date:  Fri, 24 Aug 2001 22:10:42 +0200
18607              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
18608      Branch: perl
18609            ! x2p/a2py.c x2p/walk.c
18610 ____________________________________________________________________________
18611 [ 11743] By: nick                                  on 2001/08/25  14:32:47
18612         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
18613              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18614              Date:  Fri, 24 Aug 2001 23:34:13 +0200
18615              Message-Id:  <20010824233413.A1285@rafael>
18616      Branch: perl
18617            ! pod/perlfunc.pod pod/perlvar.pod
18618 ____________________________________________________________________________
18619 [ 11742] By: ams                                   on 2001/08/25  13:16:02
18620         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
18621              From: Nicholas Clark <nick@ccl4.org>
18622              Date: Sat, 25 Aug 2001 14:50:07 +0100
18623              Message-Id: <20010825145007.L41464@plum.flirble.org>
18624      Branch: perl
18625            ! pp_ctl.c
18626 ____________________________________________________________________________
18627 [ 11741] By: nick                                  on 2001/08/24  07:08:45
18628         Log: When applying patch via Porting/apply fails, do p4 refresh
18629              to get old files back.
18630      Branch: perl
18631            ! Porting/apply
18632 ____________________________________________________________________________
18633 [ 11740] By: ams                                   on 2001/08/24  04:47:24
18634         Log: #11739 was incomplete.
18635      Branch: perl
18636            ! pod/perldiag.pod
18637 ____________________________________________________________________________
18638 [ 11739] By: ams                                   on 2001/08/24  04:09:40
18639         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
18640              From: "Philip Newton" <Philip.Newton@gmx.net>
18641              Date: Fri, 24 Aug 2001 07:08:34 +0200
18642      Branch: perl
18643            ! pod/perldiag.pod
18644 ____________________________________________________________________________
18645 [ 11738] By: ams                                   on 2001/08/24  02:19:42
18646         Log: Fixed Doug Wilson's email address.
18647      Branch: perl
18648            ! AUTHORS
18649 ____________________________________________________________________________
18650 [ 11737] By: ams                                   on 2001/08/24  00:10:13
18651         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
18652              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18653              Date: Thu, 23 Aug 2001 22:22:58 +0200
18654              Message-Id: <20010823222258.A901@rafael>
18655      Branch: perl
18656            ! pod/perldiag.pod
18657 ____________________________________________________________________________
18658 [ 11736] By: ams                                   on 2001/08/24  00:05:02
18659         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
18660              From: "Craig A. Berry" <craigberry@mac.com>
18661              Date: Thu, 23 Aug 2001 19:07:45 -0500
18662              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
18663      Branch: perl
18664            ! configure.com
18665 ____________________________________________________________________________
18666 [ 11735] By: sky                                   on 2001/08/23  13:42:07
18667         Log: Backed out 11732, it breaks lib/strict.t 
18668      Branch: perl
18669            ! op.c
18670 ____________________________________________________________________________
18671 [ 11734] By: sky                                   on 2001/08/23  11:45:59
18672         Log: Removed toy from 17133 after Matt Sargeants request.
18673      Branch: perl
18674            ! pod/perlfaq4.pod
18675 ____________________________________________________________________________
18676 [ 11733] By: sky                                   on 2001/08/23  11:36:29
18677         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
18678              From: Robin Houston <robin@kitsite.com>
18679              Date: Wed, 22 Aug 2001 23:06:16 +0100
18680              Message-ID: <20010822230616.A254@robin.kitsite.com>
18681      Branch: perl
18682            ! pod/perlfaq4.pod
18683 ____________________________________________________________________________
18684 [ 11732] By: sky                                   on 2001/08/23  10:36:02
18685         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
18686              From: Simon Cozens <simon@netthink.co.uk>
18687              Date: Thu, 23 Aug 2001 12:06:36 +0100
18688              Message-ID: <20010823120636.A9961@netthink.co.uk>
18689      Branch: perl
18690            ! op.c
18691 ____________________________________________________________________________
18692 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
18693         Log: fix broken windows build
18694      Branch: perl
18695            ! perl.h
18696 ____________________________________________________________________________
18697 [ 11730] By: ams                                   on 2001/08/22  21:35:30
18698         Log: Subject: [PATCH] io/tell.t doesn't chdir t
18699              From: Nicholas Clark <nick@ccl4.org>
18700              Date: Wed, 22 Aug 2001 23:25:58 +0100
18701              Message-Id: <20010822232557.Y82818@plum.flirble.org>
18702      Branch: perl
18703            ! t/io/tell.t
18704 ____________________________________________________________________________
18705 [ 11729] By: ams                                   on 2001/08/22  20:32:21
18706         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
18707              questions)
18708              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18709              Date: Wed, 22 Aug 2001 17:09:04 -0400
18710              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
18711              (Oops, forgot File::Spec::Unix in the previous patch.)
18712      Branch: perl
18713            ! lib/File/Spec/Unix.pm
18714 ____________________________________________________________________________
18715 [ 11728] By: ams                                   on 2001/08/22  20:25:41
18716         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
18717              questions)
18718              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18719              Date: Wed, 22 Aug 2001 17:09:04 -0400
18720              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
18721      Branch: perl
18722            ! lib/File/Spec.pm
18723 ____________________________________________________________________________
18724 [ 11727] By: ams                                   on 2001/08/22  19:43:30
18725         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
18726              From: John Peacock <jpeacock@rowman.com>
18727              Date: Wed, 22 Aug 2001 12:35:52 -0400
18728              Message-Id: <3B83DF68.5D89DC81@rowman.com>
18729              (Adds proper tests for $], notwithstanding Subject. +nitpick)
18730      Branch: perl
18731            ! t/op/ver.t
18732 ____________________________________________________________________________
18733 [ 11726] By: ams                                   on 2001/08/22  19:36:39
18734         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
18735              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
18736              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
18737              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
18738      Branch: perl
18739            ! lib/diagnostics.pm lib/diagnostics.t
18740 ____________________________________________________________________________
18741 [ 11725] By: ams                                   on 2001/08/22  19:25:01
18742         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
18743              From: Nicholas Clark <nick@ccl4.org>
18744              Date: Wed, 22 Aug 2001 20:59:05 +0100
18745              Message-Id: <20010822205905.U82818@plum.flirble.org>
18746      Branch: perl
18747            ! pp.c t/op/64bitint.t t/op/arith.t
18748 ____________________________________________________________________________
18749 [ 11724] By: ams                                   on 2001/08/22  10:02:33
18750         Log: Subject: Configure blooper
18751              From: H.Merijn Brand <h.m.brand@hccnet.nl>
18752              Date: Wed, 22 Aug 2001 12:38:35 +0200
18753              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
18754      Branch: perl
18755            ! Configure
18756 ____________________________________________________________________________
18757 [ 11723] By: ams                                   on 2001/08/21  16:17:53
18758         Log: Subject: [PATCH] installperl -help
18759              From: Nicholas Clark <nick@ccl4.org>
18760              Date: Tue, 21 Aug 2001 17:34:23 +0100
18761              Message-Id: <20010821173423.F82818@plum.flirble.org>
18762      Branch: perl
18763            ! installperl
18764 ____________________________________________________________________________
18765 [ 11722] By: ams                                   on 2001/08/20  07:46:31
18766         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
18767              From: Ilmari Karonen <iltzu@sci.fi>
18768              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
18769              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
18770      Branch: perl
18771            ! pod/perlvar.pod
18772 ____________________________________________________________________________
18773 [ 11721] By: nick                                  on 2001/08/20  06:24:31
18774         Log: Integrate mainline
18775      Branch: perlio
18776           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
18777           +> lib/Lingua/KO/Hangul/Util/Changes
18778           +> lib/Lingua/KO/Hangul/Util/README
18779           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
18780           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
18781           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
18782           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
18783           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
18784           +> lib/Unicode/Normalize/t/test.t
18785            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
18786           !> (integrate 55 files)
18787 ____________________________________________________________________________
18788 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
18789         Log: Integrate Change #11599 from maint-5.6/perl
18790      Branch: maint-5.6/macperl
18791           !> README.win32
18792 ____________________________________________________________________________
18793 [ 11719] By: ams                                   on 2001/08/18  21:21:42
18794         Log: Add Porting/apply to MANIFEST.
18795      Branch: perl
18796            ! MANIFEST
18797 ____________________________________________________________________________
18798 [ 11718] By: sky                                   on 2001/08/18  14:38:01
18799         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
18800              Better solution would be to make 5005threaded perl use
18801              the same system as ithreads do
18802      Branch: perl
18803            ! perl.h
18804 ____________________________________________________________________________
18805 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
18806         Log: New try for ID 20010407.006: detach the semantics
18807              "was the last match target UTF8" into its own variable.
18808      Branch: perl
18809            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
18810            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
18811 ____________________________________________________________________________
18812 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
18813         Log: UTF8 flag should be meaningful only when POK.
18814      Branch: perl
18815            ! dump.c
18816 ____________________________________________________________________________
18817 [ 11715] By: sky                                   on 2001/08/18  11:45:16
18818         Log: USE_THREADS and USE_ITHREADS are never true at the same time
18819      Branch: perl
18820            ! perl.h
18821 ____________________________________________________________________________
18822 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
18823         Log: Retract #11712 for now.  The real fix would probably
18824              be something like making PL_reg_sv a copy (PV + UTF8)
18825              of the matched/substituted string (note: not just a SvPOK
18826              string, for example the stringified form of a ROK would
18827              be applicable)  Beware of leaks.
18828      Branch: perl
18829            ! pp_hot.c t/op/pat.t
18830 ____________________________________________________________________________
18831 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
18832         Log: UTF8 wasn't printing for PVMGs.
18833      Branch: perl
18834            ! dump.c
18835 ____________________________________________________________________________
18836 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
18837         Log: (Retracted by #11714)
18838              
18839              Okay analysis, debatable fix.  (The fix will inc
18840              the refcount of all temporary match objects,
18841              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
18842              which will then cause griping at untie() time
18843              ("inner references remain").
18844              
18845              Fix for ID 20010407.006: PL_reg_sv got wiped out
18846              by freetemps if the match target was a temporary
18847              (like function_call() =~ /.../), which in turn meant
18848              that the $1 et al stopped working if they had UTF-8
18849              in them.  Therefore bump up the refcount of PL_reg_sv.
18850      Branch: perl
18851            ! pp_hot.c t/op/pat.t
18852 ____________________________________________________________________________
18853 [ 11711] By: ams                                   on 2001/08/17  20:32:08
18854         Log: Subject: [PATCH] doesn't compile, was perl@11710
18855              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18856              Date: Fri, 17 Aug 2001 23:21:10 +0200
18857              Message-Id: <20010817232110.C7041@rafael> 
18858      Branch: perl
18859            ! sharedsv.c
18860 ____________________________________________________________________________
18861 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
18862         Log: Update Changes.
18863      Branch: perl
18864            ! Changes patchlevel.h
18865 ____________________________________________________________________________
18866 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
18867         Log: Upgrade to libnet 1.0704.
18868      Branch: perl
18869            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
18870            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
18871            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
18872            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
18873            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
18874            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
18875            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
18876 ____________________________________________________________________________
18877 [ 11708] By: sky                                   on 2001/08/17  13:34:04
18878         Log: Let perl_clone copy PL_exit_flags
18879      Branch: perl
18880            ! sv.c
18881 ____________________________________________________________________________
18882 [ 11707] By: sky                                   on 2001/08/17  12:28:41
18883         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
18884      Branch: perl
18885            ! sharedsv.c sharedsv.h
18886 ____________________________________________________________________________
18887 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
18888         Log: The metaconfig unit change for #11705.
18889      Branch: metaconfig/U/perl
18890            ! Extensions.U
18891 ____________________________________________________________________________
18892 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
18893         Log: Allow the threads extension to be found if present.
18894      Branch: perl
18895            ! Configure
18896 ____________________________________________________________________________
18897 [ 11704] By: nick                                  on 2001/08/17  11:47:54
18898         Log: Mail -> change script (pre-alpha)
18899      Branch: perl
18900            + Porting/apply
18901 ____________________________________________________________________________
18902 [ 11703] By: sky                                   on 2001/08/17  07:11:24
18903         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
18904              Thanks to Tom Hospel for pointing out my error.
18905      Branch: perl
18906            ! op.h
18907 ____________________________________________________________________________
18908 [ 11702] By: sky                                   on 2001/08/17  04:18:11
18909         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.
18910      Branch: perl
18911            ! embed.pl miniperlmain.c perl.c perl.h proto.h
18912 ____________________________________________________________________________
18913 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
18914         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
18915              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
18916      Branch: perl
18917            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
18918            + lib/Lingua/KO/Hangul/Util/README
18919            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
18920            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
18921            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
18922            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
18923            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
18924            + lib/Unicode/Normalize/t/test.t
18925            ! MANIFEST
18926 ____________________________________________________________________________
18927 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
18928         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
18929              Date: Thu, 16 Aug 2001 22:46:15 -0500
18930              From: "Craig A. Berry" <craigberry@mac.com>
18931              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
18932      Branch: perl
18933            ! configure.com numeric.c
18934 ____________________________________________________________________________
18935 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
18936         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
18937              of the usual suspects (like getpwent) but not for others
18938              (like localtime and rand).  The _r versions are available
18939              for all of them, so let's use them.
18940      Branch: perl
18941            ! perl.h
18942 ____________________________________________________________________________
18943 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
18944         Log: (Accidental apply; thankfully empty.)
18945      Branch: perl
18946            ! hints/os390.sh
18947 ____________________________________________________________________________
18948 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
18949         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
18950              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18951              Date: Thu, 16 Aug 2001 16:27:49 +0100
18952              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
18953      Branch: perl
18954            ! regexec.c t/op/re_tests
18955 ____________________________________________________________________________
18956 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
18957         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
18958              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18959              Date: Thu, 16 Aug 2001 18:50:01 +0100
18960              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
18961      Branch: perl
18962            ! pp_hot.c t/op/pat.t
18963 ____________________________________________________________________________
18964 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
18965         Log: Subject: [PATCH] *time_r again
18966              From: "Arthur Bergman" <arthur@contiller.se>
18967              Date: Thu, 16 Aug 2001 16:01:54 +0200
18968              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
18969      Branch: perl
18970            ! op.h
18971 ____________________________________________________________________________
18972 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
18973         Log: system() and backtick error handling cleanup from Craig A. Berry.
18974      Branch: perl
18975            ! vms/vms.c
18976 ____________________________________________________________________________
18977 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
18978         Log: change#10334 leaks memory, copies string when it doesn't
18979              need to
18980      Branch: perl
18981            ! perl.c
18982 ____________________________________________________________________________
18983 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
18984         Log: One more twist to the sprintf + utf8 testing.
18985      Branch: perl
18986            ! t/op/misc.t
18987 ____________________________________________________________________________
18988 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
18989         Log: Fix for 20010407.008 sprintf removes utf8-ness.
18990      Branch: perl
18991            ! pp.c t/op/misc.t
18992 ____________________________________________________________________________
18993 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
18994         Log: Subject: [PATCH] *time_r fixes
18995              From: "Arthur Bergman" <arthur@contiller.se>
18996              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
18997              Date: Thu, 16 Aug 2001 14:22:27 +0200
18998      Branch: perl
18999            ! op.h
19000 ____________________________________________________________________________
19001 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
19002         Log: Upgrade to CGI.pm 2.77.
19003      Branch: perl
19004            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
19005            ! lib/CGI/t/function.t
19006 ____________________________________________________________________________
19007 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
19008         Log: Document the bytes-to-Unicode upgrading.
19009      Branch: perl
19010            ! pod/perlunicode.pod
19011 ____________________________________________________________________________
19012 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
19013         Log: Add a test for Unicode sprintf.
19014      Branch: perl
19015            ! t/op/misc.t
19016 ____________________________________________________________________________
19017 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
19018         Log: Add Unicode tests for index/rindex.
19019      Branch: perl
19020            ! t/op/index.t
19021 ____________________________________________________________________________
19022 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
19023         Log: Document a bit the art of minimizing the installation,
19024              based on the p5p discussion.
19025      Branch: perl
19026            ! INSTALL
19027 ____________________________________________________________________________
19028 [ 11684] By: nick                                  on 2001/08/15  15:03:31
19029         Log: Integrate mainline
19030      Branch: perlio
19031           +> sharedsv.c sharedsv.h
19032           !> (integrate 53 files)
19033 ____________________________________________________________________________
19034 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
19035         Log: Update Changes.
19036      Branch: perl
19037            ! Changes patchlevel.h
19038 ____________________________________________________________________________
19039 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
19040         Log: The #11673 necessitated a test tweak.
19041      Branch: perl
19042            ! t/io/utf8.t
19043 ____________________________________________________________________________
19044 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
19045         Log: Also UNICOS is in the general case unable to silently
19046              handle fp overflows.
19047      Branch: perl
19048            ! numeric.c
19049 ____________________________________________________________________________
19050 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
19051         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
19052              NV_EPSILON #defined.
19053      Branch: perl
19054            ! perl.h
19055 ____________________________________________________________________________
19056 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
19057         Log: Re-establish the fp overflow detection for VAX VMS; there
19058              is no easy way to have the IEEE fp silent overflow semantics.
19059              (in Alpha VMS we still will use IEEE fp by default-- but it
19060              is still possible to configure Perl to use G_FLOAT)
19061      Branch: perl
19062            ! numeric.c
19063 ____________________________________________________________________________
19064 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
19065         Log: Subject: [PATCH] pp_lock 
19066              From: "Arthur Bergman" <arthur@contiller.se>
19067              Date: Wed, 15 Aug 2001 11:52:16 +0200
19068              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
19069      Branch: perl
19070            ! pp.c
19071 ____________________________________________________________________________
19072 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
19073         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
19074              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19075              Date: Wed, 15 Aug 2001 11:32:11 +0100
19076              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
19077      Branch: perl
19078            ! regcomp.c t/op/re_tests
19079 ____________________________________________________________________________
19080 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
19081         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
19082              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19083              Date: Wed, 15 Aug 2001 10:33:49 +0100
19084              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
19085      Branch: perl
19086            ! regexec.c t/op/re_tests
19087 ____________________________________________________________________________
19088 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
19089         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
19090              From: Barrie Slaymaker <barries@slaysys.com>
19091              Date: Tue, 14 Aug 2001 14:32:25 -0400
19092              Message-ID: <20010814143225.A19822@jester.slaysys.com>
19093      Branch: perl
19094            ! lib/File/Spec.t lib/File/Spec/Unix.pm
19095 ____________________________________________________________________________
19096 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
19097         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
19098              From: Peter Prymmer <pvhp@forte.com>
19099              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
19100              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
19101      Branch: perl
19102            ! README.vms configure.com
19103 ____________________________________________________________________________
19104 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
19105         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
19106              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19107              Date: Tue, 14 Aug 2001 21:23:27 +0200
19108              Message-ID: <20010814212327.A1919@rafael>
19109      Branch: perl
19110            ! doio.c
19111 ____________________________________________________________________________
19112 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
19113         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
19114              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
19115              Date: Tue, 14 Aug 2001 22:30:11 +0200
19116              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
19117              
19118              Combination of nmake, quoting, and Perl expanded $( in here-doc.
19119      Branch: perl
19120            ! ext/SDBM_File/Makefile.PL
19121 ____________________________________________________________________________
19122 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
19123         Log: Todo updates.
19124      Branch: perl
19125            ! pod/perltodo.pod
19126 ____________________________________________________________________________
19127 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
19128         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
19129              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
19130              Date: Mon, 13 Aug 2001 23:15:01 +0200
19131              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
19132      Branch: perl
19133            ! sv.c
19134 ____________________________________________________________________________
19135 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
19136         Log: Subject: [PATCH] [b-]showlex.t
19137              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19138              Date: Sun, 12 Aug 2001 22:24:51 +0200
19139              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
19140              
19141              The 4nt command shell will expand the % in command line
19142              no matter what quoting is attempted, changed the % to @.
19143      Branch: perl
19144            ! ext/B/Showlex.t
19145 ____________________________________________________________________________
19146 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
19147         Log: Subject: [PATCH] magic.t
19148              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
19149              Date: Sun, 12 Aug 2001 20:49:27 +0200
19150              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
19151      Branch: perl
19152            ! t/op/magic.t
19153 ____________________________________________________________________________
19154 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
19155         Log: Add sharedsv* to the DOSish platforms; plus add
19156              some WinCE files to the list of DOSish files.
19157      Branch: perl
19158            ! NetWare/Makefile Porting/makerel win32/Makefile
19159            ! win32/makefile.mk wince/Makefile.ce
19160 ____________________________________________________________________________
19161 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
19162         Log: More DOSish files.
19163      Branch: perl
19164            ! Porting/makerel
19165 ____________________________________________________________________________
19166 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
19167         Log: Strip CRs from the WinCE files.  Now we need to
19168              figure out in which CRs are really needed: probably
19169              Makefile.ce and the README files, at least, probably
19170              also the registry.bat.
19171      Branch: perl
19172            ! wince/Makefile.ce wince/README.compile wince/README.perlce
19173            ! wince/config.h wince/include/cectype.h wince/include/errno.h
19174            ! wince/include/sys/stat.h wince/include/sys/types.h
19175            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
19176            ! wince/perldll.def wince/registry.bat wince/wince.h
19177            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
19178 ____________________________________________________________________________
19179 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
19180         Log: Add some files to DOSish and writables.
19181      Branch: perl
19182            ! Porting/makerel
19183 ____________________________________________________________________________
19184 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
19185         Log: Compile failure message tidying.
19186      Branch: perl
19187            ! t/lib/1_compile.t
19188 ____________________________________________________________________________
19189 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
19190         Log: The new sharedsv* should be exported only if usethreads.
19191      Branch: perl
19192            ! makedef.pl
19193 ____________________________________________________________________________
19194 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
19195         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
19196              From: Peter Prymmer <pvhp@forte.com>
19197              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
19198              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
19199      Branch: perl
19200            ! README.os390
19201 ____________________________________________________________________________
19202 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
19203         Log: Update Changes.
19204      Branch: perl
19205            ! Changes patchlevel.h
19206 ____________________________________________________________________________
19207 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
19208         Log: Subject: [PATHC] sharedsv.[c|h]
19209              From: "Artur Bergman" <artur@contiller.se>
19210              Date: Mon, 13 Aug 2001 14:38:41 +0200
19211              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
19212              
19213              Subject: [PATCH] embed.pl
19214              From: Arthur Bergman <arthur@contiller.se>
19215              Date: Mon, 13 Aug 2001 14:38:14 +0200
19216              Message-ID: <B79D96D6.3088%arthur@contiller.se>
19217              
19218              Subject: [PATCH] sharedsv cleanups
19219              From: "Arthur Bergman" <arthur@contiller.se>
19220              Date: Mon, 13 Aug 2001 15:14:25 +0200
19221              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
19222              
19223              Plus few tweaks: _init needs to be Adp, the prototypes
19224              should not be revealed unless using ithreads, #endif FOO
19225              must be #endif /* FOO */, adding (parentheses) around
19226              do { } while doesn't work too well.
19227      Branch: perl
19228            + sharedsv.c sharedsv.h
19229            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
19230            ! perl.h perlapi.c pod/perlapi.pod proto.h
19231 ____________________________________________________________________________
19232 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
19233         Log: Subject: Re: END {} blocks run in perl_run
19234              From: Arthur Bergman <arthur@contiller.se>
19235              Date: Mon, 13 Aug 2001 11:11:30 +0200
19236              Message-ID: <B79D6661.3068%arthur@contiller.se>
19237      Branch: perl
19238            ! perl.c
19239 ____________________________________________________________________________
19240 [ 11657] By: nick                                  on 2001/08/13  09:03:02
19241         Log: Integrate mainline
19242      Branch: perlio
19243           +> (branch 326 files)
19244            - (delete 330 files)
19245           !> (integrate 85 files)
19246 ____________________________________________________________________________
19247 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
19248         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
19249              and the Perl will be built to do that by default (adding that
19250              will break scripts having non-UTF-8 binary data, such as Latin-1.)
19251      Branch: perl
19252            ! op.c toke.c utf8.h
19253 ____________________________________________________________________________
19254 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
19255         Log: Unnecessary downgrades.
19256      Branch: perl
19257            ! doop.c
19258 ____________________________________________________________________________
19259 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
19260         Log: Failure not true anymore (probably caused by my broken setup).
19261      Branch: perl
19262            ! t/op/pat.t
19263 ____________________________________________________________________________
19264 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
19265         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
19266              stopped working).
19267      Branch: perl
19268            ! op.h pp_ctl.c regcomp.c
19269 ____________________________________________________________________________
19270 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
19271         Log: There is no IN_UTF8.
19272      Branch: perl
19273            ! utf8.h
19274 ____________________________________________________________________________
19275 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
19276         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
19277      Branch: perl
19278            ! op.c op.h pp_ctl.c regcomp.c
19279 ____________________________________________________________________________
19280 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
19281         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
19282              and a test tweak.
19283      Branch: perl
19284            ! op.c t/pod/find.t
19285 ____________________________________________________________________________
19286 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
19287         Log: Todo updates and fixes.
19288      Branch: perl
19289            ! pod/perltodo.pod
19290 ____________________________________________________________________________
19291 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
19292         Log: Mark tests (and one module) having explicit Latin-1
19293              (and one file having explicit UTF-8) with an explicit
19294              'no utf8' (and one explicit 'use utf8').
19295              
19296              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
19297      Branch: perl
19298            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
19299            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
19300            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
19301 ____________________________________________________________________________
19302 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
19303         Log: Subject: SV: END {} blocks run in perl_run
19304              From: "Arthur Bergman" <arthur@contiller.se>
19305              Date: Sun, 12 Aug 2001 00:34:28 +0200 
19306              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
19307      Branch: perl
19308            ! miniperlmain.c perl.c
19309 ____________________________________________________________________________
19310 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
19311         Log: Typos in #11645.
19312      Branch: perl
19313            ! perl.h
19314 ____________________________________________________________________________
19315 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
19316         Log: On ithreads default to use_reentrant except on naturally
19317              threadsafe platforms.
19318      Branch: perl
19319            ! perl.h
19320 ____________________________________________________________________________
19321 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
19322         Log: (Hopefully) a fix for 20010723.004: make install needs
19323              write permission in build directory.  The problem was
19324              probably caused by overeager sprinkling of the lib/re.pm
19325              dependencies (which was done to guarantee lib/re.pm being
19326              uptodate for parallel makes: now solved by funneling that
19327              through an explicit recursive make in the preplibrary target).
19328      Branch: perl
19329            ! Makefile.SH
19330 ____________________________________________________________________________
19331 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
19332         Log: Dispell the "use utf8" superstition.
19333      Branch: perl
19334            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
19335            ! pod/perlunicode.pod
19336 ____________________________________________________________________________
19337 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
19338         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
19339              From: "Abigail" <abigail@foad.org> 
19340              Date: Sat, 11 Aug 2001 23:49:49 +0200
19341              Message-ID: <20010811214950.23255.qmail@foad.org>
19342      Branch: perl
19343            ! t/op/taint.t
19344 ____________________________________________________________________________
19345 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
19346         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
19347              From: Abhijit Menon-Sen <ams@wiw.org>
19348              Date: Sat, 11 Aug 2001 06:18:19 +0530
19349              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
19350      Branch: perl
19351            ! mg.c
19352 ____________________________________________________________________________
19353 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
19354         Log: Test for change #11639.
19355      Branch: perl
19356            ! t/op/tiehandle.t
19357 ____________________________________________________________________________
19358 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
19359         Log: Subject: Re: Can't localize *FH, then tie it
19360              From: Abhijit Menon-Sen <ams@wiw.org>
19361              Date: Sun, 12 Aug 2001 16:08:06 +0530
19362              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
19363      Branch: perl
19364            ! pp_hot.c pp_sys.c
19365 ____________________________________________________________________________
19366 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
19367         Log: Drop all the unnecessary "use utf8" clauses and some of
19368              the unnecessary "use bytes" ones.
19369              
19370              TODO: scour the documentation for unnecessary "use utf8"
19371              and prominently display it in perldelta when the time comes.
19372              ("use utf8" should be necessary ONLY if one wants the script
19373              to be in UTF-8.)  Also should be checked in some non-ASCII
19374              non-Latin-1 platform, like EBCDIC.
19375      Branch: perl
19376            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
19377            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
19378 ____________________________________________________________________________
19379 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
19380         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
19381              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
19382              in Unicode handling.
19383      Branch: perl
19384            + t/op/lc.t
19385            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
19386 ____________________________________________________________________________
19387 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
19388         Log: Thinko: we want the flags for native cc, not gcc.
19389      Branch: perl
19390            ! hints/dec_osf.sh
19391 ____________________________________________________________________________
19392 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
19393         Log: (retracted by 13077)
19394              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
19395              From: Robin Houston <robin@kitsite.com>
19396              Date: Fri, 10 Aug 2001 14:42:02 +0100
19397              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
19398      Branch: perl
19399            ! pp.c
19400 ____________________________________________________________________________
19401 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
19402         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
19403              From: Abhijit Menon-Sen <ams@wiw.org>
19404              Date: Sat, 11 Aug 2001 16:31:04 +0530
19405              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
19406      Branch: perl
19407            ! op.c
19408 ____________________________________________________________________________
19409 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
19410         Log: Get rid of indread, from Abhijit Menon-Sen.
19411      Branch: perl
19412            ! pp_sys.c
19413 ____________________________________________________________________________
19414 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
19415         Log: CRLFgngngn.
19416      Branch: perl
19417            ! win32/Makefile win32/makefile.mk
19418 ____________________________________________________________________________
19419 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
19420         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
19421      Branch: perl
19422            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
19423            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
19424            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
19425            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
19426            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
19427            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
19428            ! win32/Makefile win32/makefile.mk
19429 ____________________________________________________________________________
19430 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
19431         Log: Avoid #elif (less portable than #else #if).
19432      Branch: perl
19433            ! handy.h
19434 ____________________________________________________________________________
19435 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
19436         Log: Subject: patch for perlvar.pod
19437              From: mah@everybody.org (Mark A. Hershberger)
19438              Date: 08 Aug 2001 17:03:16 -0500
19439              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
19440      Branch: perl
19441            ! pod/perlvar.pod
19442 ____________________________________________________________________________
19443 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
19444         Log: cpp commands must start (the # must be) at the column #0.
19445      Branch: perl
19446            ! op.c
19447 ____________________________________________________________________________
19448 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
19449         Log: If using gcc -B/foo/bar makedepend would give
19450              unnecessary warnings about unused -B/foo/bar.
19451      Branch: perl
19452            ! makedepend.SH
19453 ____________________________________________________________________________
19454 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
19455         Log: Update Changes.
19456      Branch: perl
19457            ! Changes patchlevel.h
19458 ____________________________________________________________________________
19459 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
19460         Log: s/z/tz/
19461      Branch: perl
19462            ! pod/perlfaq2.pod
19463 ____________________________________________________________________________
19464 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
19465         Log: Article nit.
19466      Branch: perl
19467            ! pod/perlfaq2.pod
19468 ____________________________________________________________________________
19469 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
19470         Log: Rename lib/unicode files to lib/unicore to avoid
19471              conflicts between core lib/unicode and Unicode::
19472              files in case-ignoring filesystems.
19473      Branch: perl
19474            + (add 325 files)
19475            - (delete 324 files)
19476            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
19477 ____________________________________________________________________________
19478 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
19479         Log: Upgrade to Math::BigInt 1.41.
19480      Branch: perl
19481            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
19482 ____________________________________________________________________________
19483 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
19484         Log: Subject: [PATCH] remove PL_na from typemap
19485              From: James <james@rf.net>
19486              Date: Mon, 06 Aug 2001 20:23:15 -0700
19487              Message-ID: <3B6F5F23.A31A81B1@rf.net>
19488              
19489              (had to be manually applied)
19490      Branch: perl
19491            ! lib/ExtUtils/typemap
19492 ____________________________________________________________________________
19493 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
19494         Log: The metaconfig unit changes for #11618.
19495      Branch: metaconfig/U/perl
19496            + d_fpclassl.U i_fp.U
19497 ____________________________________________________________________________
19498 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
19499         Log: Forgot this from #11618.
19500              
19501              NOTE: wince/config_H.ce needs updating.
19502      Branch: perl
19503            ! wince/config.ce
19504 ____________________________________________________________________________
19505 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
19506         Log: Introduce more floating point classifying APIs;
19507              try to define (most importantly) Perl_is{inf,nan}(x).
19508              
19509              For this first cut, assume none such APIs exist in non-UNIXoid
19510              platforms-- this is of course too unkind: Win32 rumoredly has
19511              _fpclass() and _isnan(), and VMS/VOS very probably have some
19512              of the APIs available.     The only thing Perl uses at the moment
19513              is Perl_isnan() (has been in use for a while now).
19514              
19515              NOTE: the Win32 and NetWare config_h.?c need regenerating.
19516      Branch: perl
19517            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
19518            ! Porting/config_H config_h.SH configure.com epoc/config.sh
19519            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
19520            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19521            ! vos/config.ga.h win32/config.bc win32/config.gc
19522            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19523            ! win32/config_H.vc wince/config.ce wince/config.h
19524 ____________________________________________________________________________
19525 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
19526         Log: Integrate change #11519 from perlio:
19527              
19528              Avoid testing for (non-)existance of "encoding(xxxx)"
19529              layer is called "encoding" the (xxxx) is an argument.
19530      Branch: perl
19531           !> lib/open.pm
19532 ____________________________________________________________________________
19533 [ 11616] By: nick                                  on 2001/08/09  07:50:24
19534         Log: Integrate mainline
19535      Branch: perlio
19536           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
19537           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
19538           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
19539           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
19540            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
19541            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
19542           !> (integrate 79 files)
19543 ____________________________________________________________________________
19544 [ 11615] By: nick                                  on 2001/08/09  06:23:44
19545         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
19546              layer is called "encoding" the (xxxx) is an argument.
19547      Branch: perlio
19548            ! lib/open.pm
19549 ____________________________________________________________________________
19550 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
19551         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
19552              From: Paul Johnson <paul@pjcj.net>
19553              Date: Wed, 8 Aug 2001 23:54:17 +0200
19554              Message-ID: <20010808235417.O1006@pjcj.net>
19555      Branch: perl
19556            ! ext/B/B/Concise.pm
19557 ____________________________________________________________________________
19558 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
19559         Log: Make VMS use IEEE math by default; reorder Tru64 hints
19560              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
19561              exception semantics) is always set if using (the new) cc.
19562      Branch: perl
19563            ! configure.com hints/dec_osf.sh
19564 ____________________________________________________________________________
19565 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
19566         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
19567              From: Abhijit Menon-Sen <ams@wiw.org>
19568              Date: Tue, 7 Aug 2001 17:16:05 +0530
19569              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
19570      Branch: perl
19571            ! pp_sys.c
19572 ____________________________________________________________________________
19573 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
19574         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
19575              From: "Craig A. Berry" <craigberry@mac.com>
19576              Date: Tue, 07 Aug 2001 22:27:47 -0500
19577              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
19578      Branch: perl
19579            ! t/run/exit.t
19580 ____________________________________________________________________________
19581 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
19582         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
19583              From: "Craig A. Berry" <craigberry@mac.com>
19584              Date: Tue, 07 Aug 2001 20:01:53 -0500
19585              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
19586      Branch: perl
19587            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
19588 ____________________________________________________________________________
19589 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
19590         Log: Update the magazine information.
19591      Branch: perl
19592            ! pod/perlfaq2.pod
19593 ____________________________________________________________________________
19594 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
19595         Log: Ignore SIGFPE everywhere.
19596      Branch: perl
19597            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
19598 ____________________________________________________________________________
19599 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
19600         Log: With permission, change the licensing of the docs by
19601              TomC (and Gnat) to comply with the rest of Perl.
19602      Branch: perl
19603            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19604            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19605            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19606            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
19607            ! pod/perltootc.pod
19608 ____________________________________________________________________________
19609 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
19610         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
19611              From: Andy Dougherty <doughera@lafayette.edu>
19612              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
19613              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
19614      Branch: perl
19615            ! hints/openbsd.sh
19616 ____________________________________________________________________________
19617 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
19618         Log: Subject: [PATCH] Makefile.SH test_prep dependency
19619              From: Andy Dougherty <doughera@lafayette.edu>
19620              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
19621              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
19622      Branch: perl
19623            ! Makefile.SH
19624 ____________________________________________________________________________
19625 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
19626         Log: Don't autogenerate the headers et alia,
19627              make regen_headers explicitly.
19628      Branch: perl
19629            ! Makefile.SH
19630 ____________________________________________________________________________
19631 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
19632         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
19633              From: Gurusamy Sarathy <gsar@ActiveState.com> 
19634              Date: Tue, 07 Aug 2001 08:33:26 -0700
19635              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
19636              
19637              Unnecessary dependency.
19638      Branch: perl
19639            ! embed.pl
19640 ____________________________________________________________________________
19641 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
19642         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
19643              From: Abhijit Menon-Sen <ams@wiw.org>
19644              Date: Tue, 7 Aug 2001 09:10:54 +0530
19645              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
19646      Branch: perl
19647            ! pp_hot.c
19648 ____________________________________________________________________________
19649 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
19650         Log: Subject: [PATCH perl@11597] B && BEGIN handling
19651              From: "James A. Duncan" <jduncan@fotango.com>
19652              Date: Mon, 6 Aug 2001 17:29:11 +0100
19653              Message-ID: <20010806172911.A2071@fotango.com>
19654              
19655              (the intrpvar.h addition moved to the end for bincompat)
19656      Branch: perl
19657            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
19658 ____________________________________________________________________________
19659 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
19660         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
19661      Branch: perl
19662           !> README.win32
19663 ____________________________________________________________________________
19664 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
19665         Log: fix URLs for fcrypt.c
19666      Branch: maint-5.6/perl
19667            ! README.win32
19668 ____________________________________________________________________________
19669 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
19670         Log: Yet another way to say Infinity: HP-UX calls its "++".
19671      Branch: perl
19672            ! lib/Math/BigInt/t/bigintpm.t
19673 ____________________________________________________________________________
19674 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
19675         Log: Update Changes.
19676      Branch: perl
19677            ! Changes patchlevel.h
19678 ____________________________________________________________________________
19679 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
19680         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
19681      Branch: perl
19682            ! pod/perlfaq5.pod
19683 ____________________________________________________________________________
19684 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
19685         Log: The #11593 wasn't right.
19686      Branch: perl
19687            ! lib/Math/BigInt/t/bigintpm.t
19688 ____________________________________________________________________________
19689 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
19690         Log: Subject: [PATCH: perl@11564] introducing perlivp
19691              From: Prymmer/Kahn <pvhp@best.com>
19692              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
19693              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
19694              
19695              Subject: Re: [PATCH: perl@11564] introducing perlivp
19696              From: Prymmer/Kahn <pvhp@best.com>
19697              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
19698              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
19699      Branch: perl
19700            + utils/perlivp.PL
19701            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
19702            ! win32/Makefile win32/makefile.mk
19703 ____________________________________________________________________________
19704 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
19705         Log: libcs are confused what to call Infinity.
19706      Branch: perl
19707            ! lib/Math/BigInt/t/bigintpm.t
19708 ____________________________________________________________________________
19709 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
19710         Log: Avoid SIGFPE in Tru64.
19711      Branch: perl
19712            ! numeric.c
19713 ____________________________________________________________________________
19714 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
19715         Log: Upgrade to Math::BigInt 1.40.
19716              
19717              NOTE: this patch necessitates doing something about
19718              infinity handling since the new bigintpm.t tests use
19719              infinity, which causes SIGFPEs at least in Tru64.
19720      Branch: perl
19721            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19722            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
19723            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
19724            ! lib/Math/BigInt/t/mbimbf.t
19725 ____________________________________________________________________________
19726 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
19727         Log: remove hardcoded cmd shell in testsuite
19728      Branch: perl
19729            ! t/op/glob.t t/op/magic.t t/op/stat.t
19730 ____________________________________________________________________________
19731 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
19732         Log: 4-arg select() was busted on windows because change#8178 didn't
19733              make it into mainline
19734      Branch: perl
19735            ! perl.h win32/include/sys/socket.h
19736 ____________________________________________________________________________
19737 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
19738         Log: Rename the Getopt::Long tests to be as they are
19739              in the Getopt::Long official distribution.
19740      Branch: perl
19741            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
19742            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
19743            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
19744            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
19745            ! MANIFEST
19746 ____________________________________________________________________________
19747 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
19748         Log: Upgrade to Getopt::Long 2.26.
19749      Branch: perl
19750            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
19751            ! MANIFEST lib/Getopt/Long.pm
19752 ____________________________________________________________________________
19753 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
19754         Log: Retract #10874 (the hack should be unnecessary by now)
19755      Branch: perl
19756            ! lib/Test/Harness.pm
19757 ____________________________________________________________________________
19758 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
19759         Log: avoid temp file littering in tests
19760      Branch: perl
19761            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
19762 ____________________________________________________________________________
19763 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
19764         Log: Subject: warning in sv.c: double format, NV arg
19765              From: "Philip Newton" <Philip.Newton@gmx.net>
19766              Date: Sun, 5 Aug 2001 19:41:07 +0200
19767              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
19768      Branch: perl
19769            ! sv.c
19770 ____________________________________________________________________________
19771 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
19772         Log: fix POSIX.t#13 for windos
19773      Branch: perl
19774            ! ext/POSIX/POSIX.t
19775 ____________________________________________________________________________
19776 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
19777         Log: Add a test for PerlIO::Via.
19778      Branch: perl
19779            + ext/PerlIO/t/via.t
19780            ! MANIFEST ext/PerlIO/Via/Via.pm
19781 ____________________________________________________________________________
19782 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
19783         Log: flock() and link() are not available on Windows 9x
19784      Branch: perl
19785            ! win32/config_sh.PL
19786 ____________________________________________________________________________
19787 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
19788         Log: Some Tru64 C compilers have C++ components that confuse
19789              the ccversion parsing.
19790      Branch: perl
19791            ! hints/dec_osf.sh
19792 ____________________________________________________________________________
19793 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
19794         Log: (Reintroduce #11125)
19795              
19796              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
19797              From: Alan Burlison <Alan.Burlison@sun.com> 
19798              Date: Tue, 03 Jul 2001 15:20:13 +0100   
19799              Message-ID: <3B41D49D.A923D4F9@sun.com> 
19800      Branch: perl
19801            ! lib/ExtUtils/MM_Unix.pm
19802 ____________________________________________________________________________
19803 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
19804         Log: Little pointer juggling for HP-UX cc to avoid
19805              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
19806              followed by
19807              "error 1549: Modifiable lvalue required for assignment operator."
19808      Branch: perl
19809            ! hv.c
19810 ____________________________________________________________________________
19811 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
19812         Log: Continuation of #11575: SANY_SEEN completely deprecated,
19813              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
19814              plus a fix for the bug.
19815      Branch: perl
19816            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
19817 ____________________________________________________________________________
19818 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
19819         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
19820              From: Doug MacEachern <dougm@covalent.net>
19821              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
19822              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
19823      Branch: perl
19824            ! sv.c
19825 ____________________________________________________________________________
19826 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
19827         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
19828              the new CANY is the \C.  The problem reported and the
19829              test case supplied in
19830              
19831              Subject: UTF-8 bugs in string length & single line regex matches
19832              From: "Daniel P. Berrange" <dan@berrange.com>
19833              Date: Fri, 3 Aug 2001 11:39:33 +0100
19834              Message-ID: <20010803113932.A19318@berrange.com>
19835      Branch: perl
19836            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
19837            ! t/op/pat.t
19838 ____________________________________________________________________________
19839 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
19840         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
19841              From: Doug MacEachern <dougm@covalent.net>
19842              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
19843              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
19844      Branch: perl
19845            ! perl.c regexec.c
19846 ____________________________________________________________________________
19847 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
19848         Log: The #11572 didn't up the test count.
19849      Branch: perl
19850            ! t/op/length.t
19851 ____________________________________________________________________________
19852 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
19853         Log: Subject: UTF-8 bugs in string length & single line regex matches
19854              From: "Daniel P. Berrange" <dan@berrange.com>
19855              Date: Fri, 3 Aug 2001 11:39:33 +0100         
19856              Message-ID: <20010803113932.A19318@berrange.com>
19857              
19858              (the mg_length() fix)
19859      Branch: perl
19860            ! mg.c t/op/length.t
19861 ____________________________________________________________________________
19862 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
19863         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
19864              From: Abhijit Menon-Sen <ams@wiw.org>
19865              Date: Sat, 4 Aug 2001 16:56:35 +0530
19866              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
19867      Branch: perl
19868            ! hv.c
19869 ____________________________________________________________________________
19870 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
19871         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
19872              From: Abhijit Menon-Sen <ams@wiw.org>
19873              Date: Sat, 4 Aug 2001 16:16:03 +0530
19874              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
19875      Branch: perl
19876            ! hv.c
19877 ____________________________________________________________________________
19878 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
19879         Log: Subject: Re: [patch] refcount re ops
19880              From: Abhijit Menon-Sen <ams@wiw.org>
19881              Date: Sat, 4 Aug 2001 08:54:55 +0530
19882              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
19883      Branch: perl
19884            ! sv.c
19885 ____________________________________________________________________________
19886 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
19887         Log: Subject: [patch] refcount re ops
19888              From: Doug MacEachern <dougm@covalent.net>
19889              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
19890              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
19891      Branch: perl
19892            ! regcomp.c sv.c
19893 ____________________________________________________________________________
19894 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
19895         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
19896              From: Doug MacEachern <dougm@covalent.net>
19897              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
19898              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
19899      Branch: perl
19900            ! perl.c regexec.c
19901 ____________________________________________________________________________
19902 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
19903         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
19904              From: "Craig A. Berry" <craigberry@mac.com> 
19905              Date: Fri, 03 Aug 2001 16:16:16 -0500
19906              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
19907      Branch: perl
19908            ! t/op/misc.t
19909 ____________________________________________________________________________
19910 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
19911         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
19912              From: John Kristian <jmk2001@engineer.com>
19913              Date: Fri, 03 Aug 2001 00:59:08 -0700
19914              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
19915      Branch: perl
19916            ! win32/win32.c
19917 ____________________________________________________________________________
19918 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
19919         Log: Update Changes.
19920      Branch: perl
19921            ! Changes patchlevel.h
19922 ____________________________________________________________________________
19923 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
19924         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
19925              From: "Craig A. Berry" <craigberry@mac.com>
19926              Date: Thu, 02 Aug 2001 23:15:24 -0500
19927              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
19928      Branch: perl
19929            ! ext/B/Stash.t
19930 ____________________________________________________________________________
19931 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
19932         Log: Subject: [patch] plug PL_cshname leak
19933              From: Doug MacEachern <dougm@covalent.net>
19934              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
19935              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
19936      Branch: perl
19937            ! sv.c
19938 ____________________________________________________________________________
19939 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
19940         Log: Subject: [patch] plug PL_sh_path leak
19941              From: Doug MacEachern <dougm@covalent.net>
19942              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
19943              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
19944      Branch: perl
19945            ! sv.c
19946 ____________________________________________________________________________
19947 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
19948         Log: Subject: [patch] plug PL_regex_padav leaks
19949              From: Doug MacEachern <dougm@covalent.net>
19950              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
19951              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
19952      Branch: perl
19953            ! op.c op.h perl.c
19954 ____________________________________________________________________________
19955 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
19956         Log: Subject: [patch] plug PL_origargv leak
19957              From: Doug MacEachern <dougm@covalent.net>
19958              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
19959              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
19960      Branch: perl
19961            ! perl.c
19962 ____________________________________________________________________________
19963 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
19964         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
19965              From: Abhijit Menon-Sen <ams@wiw.org>
19966              Date: Fri, 3 Aug 2001 06:38:11 +0530
19967              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
19968      Branch: perl
19969            ! hv.c
19970 ____________________________________________________________________________
19971 [ 11557] By: nick                                  on 2001/08/03  08:17:38
19972         Log: Integrate mainline
19973      Branch: perlio
19974           +> (branch 47 files)
19975            - lib/Switch/test.pl
19976           !> (integrate 49 files)
19977 ____________________________________________________________________________
19978 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
19979         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
19980              From: "Craig A. Berry" <craigberry@mac.com>
19981              Date: Thu, 02 Aug 2001 12:56:19 -0500
19982              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
19983      Branch: perl
19984            ! ext/B/Showlex.t
19985 ____________________________________________________________________________
19986 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
19987         Log: Be more careful about non-existent files.
19988      Branch: perl
19989            ! lib/File/Copy.pm
19990 ____________________________________________________________________________
19991 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
19992         Log: Subject: [PATCH resend] deparse empty formats
19993              From: Robin Houston <robin@kitsite.com> 
19994              Date: Thu, 2 Aug 2001 14:32:36 +0100
19995              Message-ID: <20010802143236.A894@robin.kitsite.com>
19996      Branch: perl
19997            ! ext/B/B/Deparse.pm
19998 ____________________________________________________________________________
19999 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
20000         Log: Subject: [patch] ithreads + refto fix improvement
20001              From: Doug MacEachern <dougm@covalent.net>
20002              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
20003              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
20004      Branch: perl
20005            ! pp.c
20006 ____________________________________________________________________________
20007 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
20008         Log: Readability nit from Abhijit.
20009      Branch: perl
20010            ! op.c
20011 ____________________________________________________________________________
20012 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
20013         Log: setproctitle() API version nit from Anton Berezin.
20014      Branch: perl
20015            ! mg.c
20016 ____________________________________________________________________________
20017 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
20018         Log: Add PerlCE to the docs.
20019      Branch: perl
20020            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
20021            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
20022 ____________________________________________________________________________
20023 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
20024         Log: Integrate the PerlCE (WinCE Perl) port;
20025              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
20026      Branch: perl
20027            + README.ce wince/FindExt.pm wince/Makefile.ce
20028            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
20029            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
20030            + wince/bin/search.pl wince/config.ce wince/config.h
20031            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
20032            + wince/dl_win32.xs wince/include/arpa/inet.h
20033            + wince/include/cectype.h wince/include/errno.h
20034            + wince/include/netdb.h wince/include/sys/socket.h
20035            + wince/include/sys/stat.h wince/include/sys/types.h
20036            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
20037            + wince/perl.rc wince/perldll.def wince/perllib.c
20038            + wince/perlmain.c wince/registry.bat wince/runperl.c
20039            + wince/splittree.pl wince/win32.h wince/win32iop.h
20040            + wince/win32thread.c wince/win32thread.h wince/wince.c
20041            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
20042            + wince/xdistclean.ksh wince/xmakediffs.ksh
20043            ! MANIFEST perl.c perl.h perlio.c
20044 ____________________________________________________________________________
20045 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
20046         Log: setproctitle() made simpler.  (This assumes the string is
20047              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
20048              should be used.  Note len, not len + 1.)  BSD-fu from Anton
20049              Berezin.
20050      Branch: perl
20051            ! mg.c
20052 ____________________________________________________________________________
20053 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
20054         Log: Subject: [PATCH] -Wall cleanup: op.c
20055              From: Richard Soderberg <rs@oregonnet.com>
20056              Date: Thu, 2 Aug 2001 00:17:09 -0700
20057              Message-Id: <200108020717.AAA26895@oregonnet.com>
20058              
20059              Subject: [PATCH] -Wall cleanup: sv.c
20060              From: Richard Soderberg <rs@oregonnet.com>
20061              Date: Thu, 2 Aug 2001 00:49:21 -0700
20062              Message-Id: <200108020749.AAA27492@oregonnet.com>
20063      Branch: perl
20064            ! op.c sv.c
20065 ____________________________________________________________________________
20066 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
20067         Log: Update Changes.
20068      Branch: perl
20069            ! Changes patchlevel.h
20070 ____________________________________________________________________________
20071 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
20072         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
20073              From: Doug MacEachern <dougm@covalent.net>
20074              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
20075              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
20076      Branch: perl
20077            ! op.c
20078 ____________________________________________________________________________
20079 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
20080         Log: The #11541 didn't work under threads.
20081      Branch: perl
20082            ! op.c
20083 ____________________________________________________________________________
20084 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
20085         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
20086              From: Hugo <hv@crypt.compulink.co.uk>
20087              Date: Fri, 22 Jun 2001 01:19:08 +0100 
20088              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
20089              
20090              (Skip tests if accept() failed)
20091      Branch: perl
20092            ! ext/IO/lib/IO/t/io_unix.t
20093 ____________________________________________________________________________
20094 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
20095         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
20096              From: "Stian Seeberg" <sseeberg@nimsoft.no>
20097              Date: Mon, 30 Jul 2001 12:28:07 +0200
20098              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
20099      Branch: perl
20100            ! perl.h
20101 ____________________________________________________________________________
20102 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
20103         Log: Subject: Pluggable optimizer
20104              From: Simon Cozens <simon@netthink.co.uk>
20105              Date: Wed, 1 Aug 2001 13:57:02 -0700
20106              Message-ID: <20010801135702.I10442@netthink.co.uk>
20107      Branch: perl
20108            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
20109 ____________________________________________________________________________
20110 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
20111         Log: Subject: [ID 20010801.039] perlre.pod message typo
20112              From: Autrijus Tang <autrijus@geb.elixus.org>
20113              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
20114              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
20115      Branch: perl
20116            ! pod/perlre.pod
20117 ____________________________________________________________________________
20118 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
20119         Log: Test for change #11536.
20120      Branch: perl
20121            ! t/op/tiehandle.t
20122 ____________________________________________________________________________
20123 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
20124         Log: More test fixups for #11537.
20125      Branch: perl
20126            ! t/lib/warnings/4lint t/lib/warnings/9enabled
20127 ____________________________________________________________________________
20128 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
20129         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
20130              From: Doug MacEachern <dougm@covalent.net>
20131              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
20132              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
20133      Branch: perl
20134            ! op.c t/TestInit.pm
20135 ____________________________________________________________________________
20136 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
20137         Log: Subject: [patch] ithreads + refto bug
20138              From: Doug MacEachern <dougm@covalent.net>
20139              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
20140              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
20141              
20142              (Test in change #11539)
20143      Branch: perl
20144            ! pp.c
20145 ____________________________________________________________________________
20146 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
20147         Log: Subject: [PATCH: perl@11523] fixups for t/harness
20148              From: Prymmer/Kahn <pvhp@best.com>
20149              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
20150              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
20151      Branch: perl
20152            ! t/harness
20153 ____________________________________________________________________________
20154 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
20155         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
20156              From: Prymmer/Kahn <pvhp@best.com>
20157              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
20158              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
20159      Branch: perl
20160            ! win32/Makefile win32/makefile.mk
20161 ____________________________________________________________________________
20162 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
20163         Log: Need to know the number of tests.
20164      Branch: perl
20165            ! t/run/exit.t
20166 ____________________________________________________________________________
20167 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
20168         Log: Subject: Re: new exit tests on VMS
20169              From: "Craig A. Berry" <craigberry@mac.com>
20170              Date: Tue, 31 Jul 2001 12:19:29 -0500
20171              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
20172      Branch: perl
20173            ! t/run/exit.t
20174 ____________________________________________________________________________
20175 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
20176         Log: Retract #11530 (the dTHX is needed under threads)
20177      Branch: perl
20178            ! perlio.c
20179 ____________________________________________________________________________
20180 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
20181         Log: (Retracted by #11531)
20182      Branch: perl
20183            ! perlio.c
20184 ____________________________________________________________________________
20185 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
20186         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
20187              From: Richard Soderberg <rs@crystalflame.net>
20188              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
20189              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
20190      Branch: perl
20191            ! unixish.h
20192 ____________________________________________________________________________
20193 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
20194         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
20195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20196              Date: Tue, 31 Jul 2001 05:39:09 -0400
20197              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
20198              
20199              (with a note about the case of UV being equal to long long)
20200      Branch: perl
20201            ! utils/h2xs.PL
20202 ____________________________________________________________________________
20203 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
20204         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
20205              From: "Craig A. Berry" <craigberry@mac.com>
20206              Date: Tue, 31 Jul 2001 14:57:43 -0500
20207              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
20208      Branch: perl
20209            ! t/io/fs.t
20210 ____________________________________________________________________________
20211 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
20212         Log: Fix for
20213              
20214              Subject: [ID 20010116.001] File::Copy truncates orig file 
20215              From: arbor@al37al08.telecel.pt
20216              Date: Tue, 16 Jan 2001 11:43:02 GMT
20217              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
20218              
20219              (copy($foo, $foo) would truncate $foo)
20220      Branch: perl
20221            ! lib/File/Copy.pm lib/File/Copy.t
20222 ____________________________________________________________________________
20223 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
20224         Log: Metaconfig unit change for #11524.
20225      Branch: metaconfig/U/perl
20226            ! Extras.U
20227 ____________________________________________________________________________
20228 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
20229         Log: Multiple modules didn't work; plus typo fixes.
20230      Branch: perl
20231            ! Configure
20232 ____________________________________________________________________________
20233 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
20234         Log: Update Changes.
20235      Branch: perl
20236            ! Changes patchlevel.h
20237 ____________________________________________________________________________
20238 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
20239         Log: Regen perlapi.
20240      Branch: perl
20241            ! pod/perlapi.pod
20242 ____________________________________________________________________________
20243 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
20244         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
20245              From: Dave Mitchell <davem@fdgroup.co.uk>
20246              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
20247              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
20248      Branch: perl
20249            ! sv.c
20250 ____________________________________________________________________________
20251 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
20252         Log: Regen toc.
20253      Branch: perl
20254            ! pod/perltoc.pod
20255 ____________________________________________________________________________
20256 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
20257         Log: Regen Porting stuff.
20258      Branch: perl
20259            ! Porting/Glossary Porting/config.sh Porting/config_H
20260 ____________________________________________________________________________
20261 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
20262         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
20263              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20264              Date: Tue, 31 Jul 2001 05:34:38 -0400
20265              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
20266      Branch: perl
20267            ! utils/h2xs.PL
20268 ____________________________________________________________________________
20269 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
20270         Log: Metaconfig unit change for #11516. 
20271      Branch: metaconfig/U/perl
20272            ! gccvers.U
20273 ____________________________________________________________________________
20274 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
20275         Log: Add -Wall in cflags, not in Configure.
20276              (This way -Wall affects only the core and the core XS,
20277              not user modules' XS.  Concern from Paul Marquess,
20278              implementation idea from Andy Dougherty.)
20279      Branch: perl
20280            ! Configure cflags.SH
20281 ____________________________________________________________________________
20282 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
20283         Log: Metaconfig unit changes for #11514.
20284      Branch: metaconfig
20285            + U/modified/sysman.U
20286            ! U/installdirs/man1dir.U
20287 ____________________________________________________________________________
20288 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
20289         Log: Subject: Configure's detection of system manual
20290              From: Sean Dague <sean@dague.net> 
20291              Date: Sun, 13 May 2001 15:53:15 -0400
20292              Message-ID: <20010513155315.A15833@underhill.dague.net>
20293      Branch: perl
20294            ! Configure
20295 ____________________________________________________________________________
20296 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
20297         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
20298              From: Autrijus Tang <autrijus@autrijus.org> 
20299              Date: Thu, 21 Jun 2001 23:56:48 +0800
20300              Message-Id: <20010621235648.A57340@not.autrijus.org>
20301      Branch: perl
20302            ! pod/perlobj.pod
20303 ____________________________________________________________________________
20304 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
20305         Log: Subject: Typo in DB_File.pm
20306              From: "Philip Newton" <Philip.Newton@gmx.net>
20307              Date: Tue, 31 Jul 2001 06:19:35 +0200
20308              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
20309      Branch: perl
20310            ! ext/DB_File/DB_File.pm
20311 ____________________________________________________________________________
20312 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
20313         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
20314              From: "Stephen P. Potter" <spp@spotter.yi.org>
20315              Date: Wed, 30 May 2001 13:59:34 -0400
20316              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
20317      Branch: perl
20318            ! pod/perlre.pod
20319 ____________________________________________________________________________
20320 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
20321         Log: eval "format foo=" would loop indefinitely; reported in
20322              
20323              Subject: A load of old rubbish
20324              From: Mike Guy <mjtg@cam.ac.uk>
20325              Date: Mon, 14 May 2001 16:12:22 +0100
20326              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
20327              
20328              (The core dumps reported in there already fixed.)
20329      Branch: perl
20330            ! toke.c
20331 ____________________________________________________________________________
20332 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
20333         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
20334      Branch: perl
20335            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
20336            + lib/Switch/t/switch_case.t
20337            - lib/Switch/test.pl
20338            ! MANIFEST lib/Switch.pm
20339 ____________________________________________________________________________
20340 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
20341         Log: Subject: [PATCH @11505] DB_File-1.78
20342              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
20343              Date: Mon, 30 Jul 2001 22:54:37 +0100
20344              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
20345      Branch: perl
20346            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20347            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
20348 ____________________________________________________________________________
20349 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
20350         Log: Explain in more detail why -pipe and -fno-common are good.
20351      Branch: perl
20352            ! hints/darwin.sh
20353 ____________________________________________________________________________
20354 [ 11506] By: nick                                  on 2001/07/30  14:32:23
20355         Log: Integrate mainline
20356      Branch: perlio
20357           !> INSTALL Makefile.SH doio.c hints/darwin.sh
20358 ____________________________________________________________________________
20359 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
20360         Log: Perl hasn't been putting man pages into $prefix/lib for
20361              a long time now; pointed out by Andy Dougherty. 
20362      Branch: perl
20363            ! hints/darwin.sh
20364 ____________________________________________________________________________
20365 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
20366         Log: Document the extras Configure option.
20367      Branch: perl
20368            ! INSTALL
20369 ____________________________________________________________________________
20370 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
20371         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
20372              everywhere.
20373      Branch: perl
20374           !> doio.c
20375 ____________________________________________________________________________
20376 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
20377         Log: Doubly guard against invoking CPAN if no extras defined,
20378              pointed out by H. Merijn Brand.
20379      Branch: perl
20380            ! Makefile.SH
20381 ____________________________________________________________________________
20382 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
20383         Log: Fix O_RDONLY check to check for O_RDONLY.
20384      Branch: maint-5.6/macperl
20385            ! doio.c
20386 ____________________________________________________________________________
20387 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
20388         Log: Integrate miscellaneous changes from maint-5.6/perl.
20389      Branch: maint-5.6/macperl
20390           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
20391 ____________________________________________________________________________
20392 [ 11499] By: nick                                  on 2001/07/30  06:52:42
20393         Log: Integrate mainline
20394      Branch: perlio
20395           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
20396           +> win32/sync_ext.pl
20397            - win32/sncfnmcs.pl
20398           !> (integrate 71 files)
20399 ____________________________________________________________________________
20400 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
20401         Log: Update Changes.
20402      Branch: perl
20403            ! Changes patchlevel.h
20404 ____________________________________________________________________________
20405 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
20406         Log: Now Configure -Dextras=Foo::Bar and "make install" will
20407              fetch and install Foo::Bar.
20408      Branch: perl
20409            ! Makefile.SH
20410 ____________________________________________________________________________
20411 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
20412         Log: Metaconfig unit change for #11495.
20413      Branch: metaconfig/U/perl
20414            ! Extras.U
20415 ____________________________________________________________________________
20416 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
20417         Log: extras.make, extras.test, and extras.install make targets.
20418      Branch: perl
20419            ! Configure Makefile.SH
20420 ____________________________________________________________________________
20421 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
20422         Log: Metaconfig unit change for #11493.
20423      Branch: metaconfig/U/perl
20424            ! Extras.U
20425 ____________________________________________________________________________
20426 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
20427         Log: Better to have the list of extras in $extras than 'define'.
20428      Branch: perl
20429            ! Configure
20430 ____________________________________________________________________________
20431 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
20432         Log: The metaconfig unit change for #11490.
20433      Branch: metaconfig/U/perl
20434            + Extras.U
20435 ____________________________________________________________________________
20436 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
20437         Log: Missed from #11490 (the required dependency).
20438      Branch: perl
20439            ! Makefile.SH
20440 ____________________________________________________________________________
20441 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
20442         Log: Add the support of asking for extra modules or bundles of modules
20443              to be fetched from the CPAN and installed as a part of the Perl
20444              build process.  None of this installation is yet really done;
20445              only the list is asked, and saved away in extras.lst for
20446              the build and installation process to worry about later.
20447      Branch: perl
20448            ! Configure
20449 ____________________________________________________________________________
20450 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
20451         Log: Beginnings of better Inf and NaN support.
20452              At least toke.c and sv.c still need quite a bit of work.
20453      Branch: perl
20454            ! numeric.c perl.h
20455 ____________________________________________________________________________
20456 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
20457         Log: Top-level Makefile didn't honour OPTIMIZE.
20458      Branch: perl
20459            ! Makefile.SH
20460 ____________________________________________________________________________
20461 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
20462         Log: Update Changes.
20463      Branch: perl
20464            ! Changes patchlevel.h
20465 ____________________________________________________________________________
20466 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
20467         Log: Use Search::Dict 1.02 interface for charinfo().
20468      Branch: perl
20469            ! lib/UnicodeCD.pm
20470 ____________________________________________________________________________
20471 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
20472         Log: Now also allow transforming the read lines before comparing them.
20473              (This will help UnicodeCD.) 
20474      Branch: perl
20475            ! lib/Search/Dict.pm
20476 ____________________________________________________________________________
20477 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
20478         Log: Remove tiehandle code.
20479      Branch: perl
20480            ! lib/UnicodeCD.pm
20481 ____________________________________________________________________________
20482 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
20483         Log: Allow specifying a comparison function for Search::Dict::look().
20484      Branch: perl
20485            ! lib/Search/Dict.pm
20486 ____________________________________________________________________________
20487 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
20488         Log: Small UnicodeCD tweaks.
20489      Branch: perl
20490            ! lib/UnicodeCD.pm lib/UnicodeCD.t
20491 ____________________________________________________________________________
20492 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
20493         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
20494              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20495              Date: Tue, 24 Jul 2001 01:51:32 +0900
20496              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
20497      Branch: perl
20498            ! lib/UnicodeCD.pm lib/UnicodeCD.t
20499 ____________________________________________________________________________
20500 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
20501         Log: Subject: [PATCH] installperl
20502              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
20503              Date: Fri, 27 Jul 2001 19:05:04 -0700
20504              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
20505      Branch: perl
20506            ! installperl
20507 ____________________________________________________________________________
20508 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
20509         Log: Subject: [PATCH] Set proper compatibility versions in core
20510              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
20511              Date: Fri, 27 Jul 2001 20:01:49 -0700
20512              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
20513      Branch: perl
20514            ! Makefile.SH
20515 ____________________________________________________________________________
20516 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
20517         Log: Metaconfig unit change for #11477.
20518      Branch: metaconfig/U/perl
20519            ! dlsrc.U
20520 ____________________________________________________________________________
20521 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
20522         Log: Subject: [PATCH] Darwin: -fpic not so good
20523              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
20524              Date: Fri, 27 Jul 2001 18:57:38 -0700
20525              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
20526      Branch: perl
20527            ! Configure
20528 ____________________________________________________________________________
20529 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
20530         Log: Subject: [PATCH] Clean up Darwin hints
20531              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
20532              Date: Fri, 27 Jul 2001 19:13:15 -0700
20533              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
20534      Branch: perl
20535            ! hints/darwin.sh
20536 ____________________________________________________________________________
20537 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
20538         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
20539              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20540              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
20541              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
20542      Branch: perl
20543            ! pod/perlfunc.pod pp.c t/op/split.t
20544 ____________________________________________________________________________
20545 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
20546         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
20547              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20548              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
20549              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
20550      Branch: perl
20551            ! pod/perlvar.pod
20552 ____________________________________________________________________________
20553 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
20554         Log: Subject: [PATCH] fixes to constant.pm documentation
20555              From: Ilmari Karonen <iltzu@sci.fi>
20556              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
20557              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
20558      Branch: perl
20559            ! lib/constant.pm
20560 ____________________________________________________________________________
20561 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
20562         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
20563              From: "Philip Newton" <Philip.Newton@gmx.net>
20564              Date: Fri, 27 Jul 2001 07:51:10 +0200
20565              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
20566      Branch: perl
20567            ! pod/perlport.pod
20568 ____________________________________________________________________________
20569 [ 11471] By: nick                                  on 2001/07/26  06:23:32
20570         Log: Subject:  [PATCH] Doc fix for perlguts / threading
20571              From:  Arthur Bergman <arthur@contiller.se>
20572              Date:  Wed, 25 Jul 2001 11:28:23 +0200
20573              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
20574      Branch: perl
20575            ! pod/perlguts.pod
20576 ____________________________________________________________________________
20577 [ 11470] By: nick                                  on 2001/07/26  06:21:06
20578         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
20579              From:  Philip Newton <Philip.Newton@gmx.net>
20580              Date:  Wed, 25 Jul 2001 08:19:47 +0200
20581              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
20582      Branch: perl
20583            ! INSTALL
20584 ____________________________________________________________________________
20585 [ 11469] By: nick                                  on 2001/07/26  06:20:25
20586         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
20587              From:  Philip Newton <Philip.Newton@gmx.net>
20588              Date:  Wed, 25 Jul 2001 08:12:48 +0200
20589              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
20590      Branch: perl
20591            ! INSTALL
20592 ____________________________________________________________________________
20593 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
20594         Log: More +x.
20595      Branch: perl
20596            ! Porting/makerel
20597 ____________________________________________________________________________
20598 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
20599         Log: Update Changes.
20600      Branch: perl
20601            ! Changes patchlevel.h
20602 ____________________________________________________________________________
20603 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
20604         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
20605              From: "Philip Newton" <Philip.Newton@gmx.net>
20606              Date: Tue, 24 Jul 2001 06:45:55 +0200
20607              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
20608      Branch: perl
20609            ! os2/perlrexx.c
20610 ____________________________________________________________________________
20611 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
20612         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
20613              From: Peter Prymmer <pvhp@forte.com>
20614              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
20615              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
20616      Branch: perl
20617            ! pod/perlport.pod t/io/fs.t vms/test.com
20618 ____________________________________________________________________________
20619 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
20620         Log: Workaround on Cwd bootstrap problem.
20621      Branch: perl
20622            ! lib/ExtUtils/MakeMaker.pm
20623 ____________________________________________________________________________
20624 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
20625         Log: When in Rome, quote like the Romans do.
20626      Branch: perl
20627            ! cflags.SH
20628 ____________________________________________________________________________
20629 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
20630         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
20631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20632              Date: Mon, 23 Jul 2001 19:29:49 -0400
20633              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
20634      Branch: perl
20635            + os2/perlrexx.c
20636            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
20637            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
20638            ! t/op/write.t
20639 ____________________________________________________________________________
20640 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
20641         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
20642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20643              Date: Mon, 23 Jul 2001 18:43:42 -0400
20644              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
20645      Branch: perl
20646            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
20647 ____________________________________________________________________________
20648 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
20649         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
20650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20651              Date: Mon, 23 Jul 2001 18:33:16 -0400
20652              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
20653      Branch: perl
20654            ! lib/ExtUtils/MakeMaker.pm
20655 ____________________________________________________________________________
20656 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
20657         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
20658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20659              Date: Mon, 23 Jul 2001 18:20:35 -0400
20660              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
20661      Branch: perl
20662            ! Makefile.SH cflags.SH
20663 ____________________________________________________________________________
20664 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
20665         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
20666              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
20667              Date: Mon, 23 Jul 2001 11:32:17 -0500
20668              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
20669      Branch: perl
20670            ! lib/ExtUtils/MakeMaker.pm
20671 ____________________________________________________________________________
20672 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
20673         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
20674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20675              Date: Mon, 23 Jul 2001 18:13:20 -0400
20676              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
20677      Branch: perl
20678            ! lib/perl5db.pl
20679 ____________________________________________________________________________
20680 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
20681         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
20682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20683              Date: Mon, 23 Jul 2001 18:07:40 -0400
20684              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
20685      Branch: perl
20686            ! op.c
20687 ____________________________________________________________________________
20688 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
20689         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
20690              From: "Craig A. Berry" <craigberry@mac.com>
20691              Date: Mon, 23 Jul 2001 15:35:06 -0500
20692              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
20693      Branch: perl
20694            ! util.c
20695 ____________________________________________________________________________
20696 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
20697         Log: Subject: [PATCH perlfaq9.pod typo]
20698              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
20699              Date: Mon, 23 Jul 2001 07:49:05 -0700
20700              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
20701      Branch: perl
20702            ! pod/perlfaq9.pod
20703 ____________________________________________________________________________
20704 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
20705         Log: Subject: win32\sncfnmcs.pl corrections
20706              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20707              Date: Mon, 23 Jul 2001 12:56:54 +0200
20708              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
20709              
20710              Rename the script a little bit more sensibly.
20711      Branch: perl
20712            + win32/sync_ext.pl
20713            - win32/sncfnmcs.pl
20714            ! MANIFEST README.win32
20715 ____________________________________________________________________________
20716 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
20717         Log: Test tweak.
20718      Branch: perl
20719            ! ext/B/Deparse.t
20720 ____________________________________________________________________________
20721 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
20722         Log: Metaconfig unit tweak for #11450.
20723      Branch: metaconfig/U/perl
20724            ! Mksymlinks.U
20725 ____________________________________________________________________________
20726 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
20727         Log: Too volatile failsafe check.
20728      Branch: perl
20729            ! Configure
20730 ____________________________________________________________________________
20731 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
20732         Log: Further doc tweaks.
20733      Branch: perl
20734            ! lib/UnicodeCD.pm
20735 ____________________________________________________________________________
20736 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
20737         Log: Doc tweaks.
20738      Branch: perl
20739            ! lib/UnicodeCD.pm
20740 ____________________________________________________________________________
20741 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
20742         Log: Doc tweakery from Abhijit.
20743      Branch: perl
20744            ! Porting/repository.pod
20745 ____________________________________________________________________________
20746 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
20747         Log: An accidental empty line.
20748      Branch: perl
20749            ! MANIFEST
20750 ____________________________________________________________________________
20751 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
20752         Log: Missing MANIFESTations.
20753      Branch: perl
20754            ! MANIFEST
20755 ____________________________________________________________________________
20756 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
20757         Log: Update Changes.
20758      Branch: perl
20759            ! Changes patchlevel.h
20760 ____________________________________________________________________________
20761 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
20762         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
20763              From: Mike Guy <mjtg@cam.ac.uk>
20764              Date: Fri, 20 Jul 2001 16:12:49 +0100
20765              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
20766      Branch: perl
20767            ! Porting/pumpkin.pod
20768 ____________________________________________________________________________
20769 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
20770         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
20771              From: Peter Prymmer <pvhp@forte.com>
20772              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
20773              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
20774      Branch: perl
20775            ! pod/perlhack.pod
20776 ____________________________________________________________________________
20777 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
20778         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
20779              From: Michael G Schwern <schwern@pobox.com>
20780              Date: Fri, 20 Jul 2001 20:22:35 -0400
20781              Message-ID: <20010720202235.O4498@blackrider>
20782      Branch: perl
20783            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
20784            ! lib/Test/t/todo.t
20785 ____________________________________________________________________________
20786 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
20787         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
20788              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
20789              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
20790              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
20791      Branch: perl
20792            ! ext/POSIX/POSIX.pod
20793 ____________________________________________________________________________
20794 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
20795         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
20796              From: Mark-Jason Dominus <mjd@plover.com>
20797              Date: Fri, 20 Jul 2001 23:16:54 -0400
20798              Message-ID: <20010721031654.21877.qmail@plover.com>
20799      Branch: perl
20800            ! ext/POSIX/POSIX.pod
20801 ____________________________________________________________________________
20802 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
20803         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
20804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20805              Date: Sun, 22 Jul 2001 14:56:09 +0200
20806              Message-ID: <20010722145609.A766@rafael>
20807      Branch: perl
20808            ! ext/B/O.pm
20809 ____________________________________________________________________________
20810 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
20811         Log: Subject: regexec.c #define cleanup
20812              From: Mark-Jason Dominus <mjd@plover.com>
20813              Date: Sat, 21 Jul 2001 18:33:25 -0400
20814              Message-ID: <20010721223325.3069.qmail@plover.com>
20815      Branch: perl
20816            ! regexec.c
20817 ____________________________________________________________________________
20818 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
20819         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
20820              From: Prymmer/Kahn <pvhp@best.com>
20821              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
20822              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
20823      Branch: perl
20824            ! t/io/fs.t
20825 ____________________________________________________________________________
20826 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
20827         Log: Typo in #11432.
20828      Branch: perl
20829            ! ext/POSIX/POSIX.t
20830 ____________________________________________________________________________
20831 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
20832         Log: Integrate (manually) change #11424 from macperl.
20833      Branch: perl
20834            ! ext/Filter/t/call.t
20835 ____________________________________________________________________________
20836 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
20837         Log: Integrate change #11408 from macperl.
20838      Branch: perl
20839           !> README.macos pod/perlport.pod
20840 ____________________________________________________________________________
20841 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
20842         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
20843      Branch: perl
20844           +> macos/MacPerlTests.cmd macos/xsubpp.patch
20845            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
20846            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
20847            ! ext/POSIX/POSIX.t
20848 ____________________________________________________________________________
20849 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
20850         Log: pod/*.t tests not picked up by t/TEST either
20851      Branch: maint-5.6/perl
20852            ! t/TEST
20853 ____________________________________________________________________________
20854 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
20855         Log: better tweak for change#11429 (windows has both / and \ separated
20856              paths in @INC at that point)
20857      Branch: maint-5.6/perl
20858            ! t/pod/testp2pt.pl
20859 ____________________________________________________________________________
20860 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
20861         Log: MacOS pod test tweak needs \Escape
20862      Branch: maint-5.6/perl
20863            ! t/pod/testp2pt.pl
20864 ____________________________________________________________________________
20865 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
20866         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
20867              resulting duplicate output, but t/harness isn't)
20868      Branch: maint-5.6/perl
20869            ! t/run/runenv.t
20870 ____________________________________________________________________________
20871 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
20872         Log: t/harness wasn't picking up all the tests
20873      Branch: maint-5.6/perl
20874            ! t/harness
20875 ____________________________________________________________________________
20876 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
20877         Log: update MANIFEST for new file
20878      Branch: maint-5.6/perl
20879            ! MANIFEST
20880 ____________________________________________________________________________
20881 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
20882         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
20883              the exception of the macperl/macos/... tree
20884      Branch: maint-5.6/perl
20885           +> t/lib/filefind-taint.t
20886           !> (integrate 72 files)
20887 ____________________________________________________________________________
20888 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
20889         Log: Fix test.
20890      Branch: maint-5.6/macperl
20891            ! macos/bundled_ext/Filter/t/call.t
20892 ____________________________________________________________________________
20893 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
20894         Log: Make perl fork()-safe (in a slightly limited way) even on
20895              platforms that don't have pthread_atfork() (extension of
20896              the fix in change#11151).
20897              
20898              Note that this will not help extensions that call fork()
20899              directly in C, or that link to libraries that call fork()
20900              directly.  Such cases must be fixed to either call
20901              PerlProc_fork(), or call atfork_lock() in parent before the
20902              calling the function that forks and call atfork_unlock()
20903              in both parent and child immediately after the fork().
20904              (There are no worries if C code calls exec() in the child
20905              immediately after a fork().  Only cases where the child
20906              calls perl's API functions (including New()) after the
20907              fork() are problematic.)
20908              
20909              This change also eliminates the use of vfork() from perl,
20910              since all such uses were violating the severe restrictions
20911              on modifying the state of the process between the vfork()
20912              and the exec().
20913              
20914              This is a modified version of patches suggested by Abhijit
20915              Menon-Sen and Richard Soderberg.
20916      Branch: perl
20917            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
20918            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
20919 ____________________________________________________________________________
20920 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
20921         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
20922              Switch, and Text::Balanced.
20923      Branch: maint-5.6/macperl
20924            + macos/bundled_ext/Filter/Util/Call/Call.pm
20925            + macos/bundled_ext/Filter/Util/Call/Call.xs
20926            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
20927            + macos/bundled_ext/Filter/t/MyFilter.pm
20928            + macos/bundled_ext/Filter/t/call.t
20929            + macos/bundled_ext/Filter/t/filter-util.pl
20930            + macos/bundled_lib/blib/lib/Class/ISA.pm
20931            + macos/bundled_lib/blib/lib/Digest.pm
20932            + macos/bundled_lib/blib/lib/Filter/Simple.pm
20933            + macos/bundled_lib/blib/lib/Switch.pm
20934            + macos/bundled_lib/blib/lib/Text/Balanced.pm
20935            + macos/bundled_lib/blib/lib/Text/Balanced.pod
20936            + macos/bundled_lib/t/Class/ISA/test.pl
20937            + macos/bundled_lib/t/Digest/Digest.t
20938            + macos/bundled_lib/t/Filter/Simple/test.pl
20939            + macos/bundled_lib/t/Switch/test.pl
20940            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
20941            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
20942            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
20943            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
20944            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
20945            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
20946            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
20947            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
20948 ____________________________________________________________________________
20949 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
20950         Log: Add Filter::Util::Call to config/make files; edit utils
20951              to recognize the module (it was descended too far down).
20952              Bump version to 5.6.1a4.
20953      Branch: maint-5.6/macperl
20954            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
20955            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
20956            ! macos/macperl/Makefile.mk macos/xsubpp.patch
20957 ____________________________________________________________________________
20958 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
20959         Log: Make DB_File the default for MLDBM on MacOS.
20960      Branch: maint-5.6/macperl
20961            ! macos/bundled_lib/blib/lib/MLDBM.pm
20962 ____________________________________________________________________________
20963 [ 11419] By: nick                                  on 2001/07/20  14:51:03
20964         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
20965              From:  Simon Cozens <simon@netthink.co.uk>
20966              Date:  Fri, 20 Jul 2001 11:42:35 -0400
20967              Message-Id:  <20010720114235.A5235@netthink.co.uk>
20968      Branch: perl
20969            ! lib/UnicodeCD.pm
20970 ____________________________________________________________________________
20971 [ 11418] By: nick                                  on 2001/07/20  14:48:12
20972         Log: Subject:  [PATCH regcomp.h] adds a comment
20973              From:  Abhijit Menon-Sen <ams@wiw.org>
20974              Date:  Fri, 20 Jul 2001 21:05:37 +0530
20975              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
20976      Branch: perl
20977            ! regcomp.h
20978 ____________________________________________________________________________
20979 [ 11417] By: nick                                  on 2001/07/20  14:16:38
20980         Log: Subject:  [PATCH 5.7.2] INSTALL updates
20981              From:  Andy Dougherty <doughera@lafayette.edu>
20982              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
20983              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
20984      Branch: perl
20985            ! INSTALL
20986 ____________________________________________________________________________
20987 [ 11416] By: nick                                  on 2001/07/20  06:44:44
20988         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
20989              From:  Russ Allbery <rra@stanford.edu>
20990              Date:  19 Jul 2001 15:52:37 -0700
20991              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
20992      Branch: perl
20993            ! lib/Pod/Man.pm
20994 ____________________________________________________________________________
20995 [ 11415] By: nick                                  on 2001/07/20  06:35:11
20996         Log: Subject:  [PATCH] defer op_seq allocation
20997              From:  Abhijit Menon-Sen <ams@wiw.org>
20998              Date:  Thu, 19 Jul 2001 22:12:24 +0530
20999              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
21000      Branch: perl
21001            ! op.c
21002 ____________________________________________________________________________
21003 [ 11414] By: nick                                  on 2001/07/20  06:23:36
21004         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
21005              From:  Abhijit Menon-Sen <ams@wiw.org>
21006              Date:  Fri, 20 Jul 2001 01:18:50 +0530
21007              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
21008              (Private e-mail)
21009      Branch: perl
21010            ! ext/Time/HiRes/HiRes.xs
21011 ____________________________________________________________________________
21012 [ 11413] By: nick                                  on 2001/07/20  06:18:53
21013         Log: Integrate mainline
21014      Branch: perlio
21015           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
21016            - t/base/commonsense.t
21017           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
21018           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
21019           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
21020           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
21021           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
21022           !> win32/win32.c
21023 ____________________________________________________________________________
21024 [ 11412] By: nick                                  on 2001/07/19  06:44:27
21025         Log: Integrate win32/perlhost.h from maintenance branch.
21026              (Rest of $ENV{PATH} / system() fix.)
21027      Branch: perl
21028           !> win32/perlhost.h
21029 ____________________________________________________________________________
21030 [ 11411] By: nick                                  on 2001/07/19  06:41:34
21031         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
21032              From:  Philip Newton <Philip.Newton@gmx.net>
21033              Date:  Wed, 18 Jul 2001 21:43:57 +0200
21034              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
21035      Branch: perl
21036            ! pod/perlhack.pod
21037 ____________________________________________________________________________
21038 [ 11410] By: nick                                  on 2001/07/19  06:39:35
21039         Log: Subject:  Security hole in taint checking in open()
21040              From:  deekoo@tentacle.net
21041              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
21042              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
21043      Branch: perl
21044            ! doio.c
21045 ____________________________________________________________________________
21046 [ 11409] By: nick                                  on 2001/07/19  06:28:08
21047         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
21048              From:  Abhijit Menon-Sen <ams@wiw.org>
21049              Date:  Thu, 19 Jul 2001 04:30:43 +0530
21050              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
21051      Branch: perl
21052            ! ext/Time/HiRes/HiRes.xs
21053 ____________________________________________________________________________
21054 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
21055         Log: Update docs with latest implementation information and new URLs.
21056      Branch: maint-5.6/macperl
21057            ! README.macos pod/perlport.pod
21058 ____________________________________________________________________________
21059 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
21060         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
21061              Fix BuildRules to accept optimization variables.
21062      Branch: maint-5.6/macperl
21063            + macos/bundled_ext/Digest/MD5/Makefile.mk
21064            ! macos/BuildRules.mk macos/Makefile.mk
21065            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
21066            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
21067 ____________________________________________________________________________
21068 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
21069         Log: Integrate changes 11399,11401
21070      Branch: maint-5.6/macperl
21071           !> win32/perlhost.h win32/win32.c
21072 ____________________________________________________________________________
21073 [ 11405] By: nick                                  on 2001/07/18  06:50:33
21074         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
21075              from perl5.6*
21076      Branch: perl
21077           !> win32/perlhost.h win32/win32.c
21078 ____________________________________________________________________________
21079 [ 11404] By: nick                                  on 2001/07/18  06:43:59
21080         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
21081              From:  hv@crypt0.demon.co.uk
21082              Date:  Wed, 18 Jul 2001 05:58:46 +0100
21083              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
21084      Branch: perl
21085            ! ext/POSIX/POSIX.t
21086 ____________________________________________________________________________
21087 [ 11403] By: nick                                  on 2001/07/18  06:38:57
21088         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
21089              From:  hv@crypt0.demon.co.uk
21090              Date:  Wed, 18 Jul 2001 05:21:54 +0100
21091              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
21092      Branch: perl
21093            ! numeric.c t/op/arith.t
21094 ____________________________________________________________________________
21095 [ 11402] By: nick                                  on 2001/07/18  06:19:17
21096         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
21097              From:  mjd@plover.com
21098              Date:  17 Jul 2001 17:59:20 -0000
21099              Message-Id:  <20010717175920.8177.qmail@plover.com>
21100      Branch: perl
21101            ! pod/perlre.pod
21102 ____________________________________________________________________________
21103 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
21104         Log: thinko in change#11400 (duh)
21105      Branch: maint-5.6/perl
21106            ! win32/perlhost.h
21107 ____________________________________________________________________________
21108 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
21109         Log: change#11399 revealed another unrelated bug; this is just a temporary
21110              bandaid
21111      Branch: maint-5.6/perl
21112            ! win32/perlhost.h
21113 ____________________________________________________________________________
21114 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
21115         Log: fix bugs in handling of the virtualized environment under windows;
21116              there were bugs in propagating any changes to %ENV down to the real
21117              environment when such changes happened in the toplevel process
21118              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
21119              problem identification, and for a part of the fix)
21120      Branch: maint-5.6/perl
21121            ! win32/perlhost.h win32/win32.c
21122 ____________________________________________________________________________
21123 [ 11398] By: nick                                  on 2001/07/17  08:26:35
21124         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
21125              From: Peter Prymmer <pvhp@forte.com>
21126              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
21127              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
21128              
21129              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
21130              should not depend on existance of Config.pm
21131      Branch: perl
21132           +> t/lib/commonsense.t
21133            - t/base/commonsense.t
21134            ! MANIFEST t/README
21135 ____________________________________________________________________________
21136 [ 11397] By: nick                                  on 2001/07/17  08:09:58
21137         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
21138              From:  Michael G Schwern <schwern@pobox.com>
21139              Date:  Mon, 16 Jul 2001 18:20:31 -0400
21140              Message-Id:  <20010716182031.A1128@blackrider>
21141      Branch: perl
21142            ! pod/perlhack.pod
21143 ____________________________________________________________________________
21144 [ 11396] By: nick                                  on 2001/07/17  08:04:11
21145         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
21146              From:  Gwyn Judd <b.judd@xtra.co.nz>
21147              Date:  Tue, 17 Jul 2001 20:55:58 +1200
21148              Message-Id:  <20010717205558.A3107@thislove>
21149      Branch: perl
21150            ! pod/perlfunc.pod
21151 ____________________________________________________________________________
21152 [ 11395] By: nick                                  on 2001/07/17  08:02:22
21153         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
21154              From:  Peter Prymmer <pvhp@forte.com>
21155              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
21156              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
21157      Branch: perl
21158            ! t/op/sprintf.t
21159 ____________________________________________________________________________
21160 [ 11394] By: nick                                  on 2001/07/17  07:57:06
21161         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
21162              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
21163              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
21164              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
21165      Branch: perl
21166            ! gv.c
21167 ____________________________________________________________________________
21168 [ 11392] By: nick                                  on 2001/07/17  07:50:12
21169         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
21170              From:  Coral <coral@moonlight.crystalflame.net>
21171              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
21172              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
21173      Branch: perl
21174            ! pp_sys.c thread.h
21175 ____________________________________________________________________________
21176 [ 11391] By: nick                                  on 2001/07/17  07:34:28
21177         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
21178              From:  Jonathan Stowe <gellyfish@gellyfish.com>
21179              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
21180              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
21181      Branch: perl
21182            ! utils/h2xs.PL
21183 ____________________________________________________________________________
21184 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
21185         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
21186              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
21187              and Mac::Apps::Launch, which don't work, and Time::HiRes and
21188              Time::Piece, which don't yet work.
21189      Branch: maint-5.6/macperl
21190            + (add 154 files)
21191 ____________________________________________________________________________
21192 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
21193         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
21194              Also add hack to get around missing setenv for PERL5DB.
21195      Branch: maint-5.6/macperl
21196            ! macos/macish.c macos/macish.h
21197 ____________________________________________________________________________
21198 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
21199         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
21200      Branch: maint-5.6/macperl
21201            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
21202            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
21203 ____________________________________________________________________________
21204 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
21205         Log: Fix up some configuration and make options, add extra
21206              extensions.
21207      Branch: maint-5.6/macperl
21208            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
21209            ! macos/macperl/Makefile.mk
21210 ____________________________________________________________________________
21211 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
21212         Log: From Change 11374 in maintperl.
21213      Branch: maint-5.6/macperl
21214           !> utils/h2ph.PL
21215 ____________________________________________________________________________
21216 [ 11385] By: nick                                  on 2001/07/16  14:12:58
21217         Log: Back out change to h2xs till it passes its test.
21218      Branch: perl
21219            ! utils/h2xs.PL
21220 ____________________________________________________________________________
21221 [ 11384] By: nick                                  on 2001/07/16  14:00:10
21222         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
21223              From:  Jonathan Stowe <gellyfish@gellyfish.com>
21224              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
21225              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
21226      Branch: perl
21227            ! utils/h2xs.PL
21228 ____________________________________________________________________________
21229 [ 11383] By: nick                                  on 2001/07/16  13:53:12
21230         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
21231              From:  Robin Houston <robin@kitsite.com>
21232              Date:  Sun, 15 Jul 2001 18:22:31 +0100
21233              Message-Id:  <20010715182230.A11174@robin>
21234      Branch: perl
21235            ! hints/darwin.sh
21236 ____________________________________________________________________________
21237 [ 11382] By: nick                                  on 2001/07/16  13:52:49
21238         Log: Subject:  [PATCH perl@11372] re_dup
21239              From:  Radu Greab <radu@netsoft.ro>
21240              Date:  Sun, 15 Jul 2001 04:50:06 +0300
21241              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
21242      Branch: perl
21243            ! sv.c
21244 ____________________________________________________________________________
21245 [ 11379] By: nick                                  on 2001/07/16  13:35:39
21246         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
21247              From:  Robin Houston <robin@kitsite.com>
21248              Date:  Sat, 14 Jul 2001 14:28:50 +0100
21249              Message-Id:  <20010714142850.A10205@robin>
21250      Branch: perl
21251            ! ext/B/B/Deparse.pm
21252 ____________________________________________________________________________
21253 [ 11378] By: nick                                  on 2001/07/16  13:30:36
21254         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
21255              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
21256              Date:  Sat, 14 Jul 2001 22:17:42 +0900
21257              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
21258      Branch: perl
21259            + ext/Encode/Encode/euc-jp-0212.enc
21260            ! ext/Encode/Encode/Tcl.pm
21261 ____________________________________________________________________________
21262 [ 11377] By: nick                                  on 2001/07/16  13:17:28
21263         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
21264              From:  Andy Dougherty <doughera@lafayette.edu>
21265              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
21266              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
21267      Branch: perl
21268            ! hints/darwin.sh hints/rhapsody.sh
21269 ____________________________________________________________________________
21270 [ 11376] By: nick                                  on 2001/07/16  09:05:00
21271         Log: Integrate mainline
21272      Branch: perlio
21273           +> ext/Encode/Encode/7bit-greek.enc
21274           +> ext/Encode/Encode/7bit-latin1.enc
21275           +> ext/Encode/Encode/cns11643-1.enc
21276           +> ext/Encode/Encode/cns11643-2.enc
21277           +> ext/Encode/Encode/iso2022-cn.enc
21278           +> ext/Encode/Encode/iso2022-jp1.enc
21279           +> ext/Encode/Encode/iso2022-jp2.enc
21280           !> Changes Configure MANIFEST Makefile.SH
21281           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
21282           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
21283           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
21284           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
21285           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
21286 ____________________________________________________________________________
21287 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
21288         Log: integrate change#11374 from maint-5.6
21289              
21290              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
21291      Branch: perl
21292           !> utils/h2ph.PL
21293 ____________________________________________________________________________
21294 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
21295         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
21296      Branch: maint-5.6/perl
21297            ! utils/h2ph.PL
21298 ____________________________________________________________________________
21299 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
21300         Log: Update Changes.
21301      Branch: perl
21302            ! Changes patchlevel.h
21303 ____________________________________________________________________________
21304 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
21305         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
21306              From: Jonathan Stowe <gellyfish@gellyfish.com>
21307              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
21308              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
21309      Branch: perl
21310            ! utils/h2xs.PL
21311 ____________________________________________________________________________
21312 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
21313         Log: Subject: patch to add DEL to [:cntrl:]
21314              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
21315              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
21316              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
21317      Branch: perl
21318            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
21319 ____________________________________________________________________________
21320 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
21321         Log: Metaconfig unit change for #11369; plus a dependency nit.
21322      Branch: metaconfig
21323            ! U/compline/nblock_io.U
21324      Branch: metaconfig/U/perl
21325            ! Extensions.U
21326 ____________________________________________________________________________
21327 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
21328         Log: #include <stdlib.h> so that exit() is prototyped,
21329              noticed by Hugo.
21330      Branch: perl
21331            ! Configure
21332 ____________________________________________________________________________
21333 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
21334         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
21335              From: Peter Prymmer <pvhp@forte.com>
21336              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
21337              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
21338      Branch: perl
21339            ! t/op/sprintf.t
21340 ____________________________________________________________________________
21341 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
21342         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
21343              From: Peter Prymmer <pvhp@forte.com>
21344              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
21345              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
21346      Branch: perl
21347            ! ext/Encode/Encode/Tcl.t
21348 ____________________________________________________________________________
21349 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
21350         Log: Add information about gcc 3.0 basic block profiling.
21351      Branch: perl
21352            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
21353 ____________________________________________________________________________
21354 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
21355         Log: Subject: Error in lib/PerlIO/Via.pm ?
21356              From: Mark-Jason Dominus <mjd@plover.com>
21357              Date: Fri, 13 Jul 2001 15:55:41 -0400
21358              Message-ID: <20010713195541.26751.qmail@plover.com>
21359      Branch: perl
21360            ! ext/PerlIO/Via/Via.pm
21361 ____________________________________________________________________________
21362 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
21363         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
21364              section from the Compiler section.
21365      Branch: perl
21366            ! myconfig.SH
21367 ____________________________________________________________________________
21368 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
21369         Log: Handle glibc style of constant definitions using enum
21370              with intervening #defines; from Brendan O'Dea.
21371      Branch: perl
21372            ! utils/h2ph.PL
21373 ____________________________________________________________________________
21374 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
21375         Log: Add LC_MESSAGES to the locale_h export tag (it already is
21376              in the Makefile.PL and thusly eligible for an XS constant)
21377              (see also maintperl #10543)
21378      Branch: perl
21379            ! ext/POSIX/POSIX.pm
21380 ____________________________________________________________________________
21381 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
21382         Log: Subject: Re: [patch] re_dup
21383              From: Abhijit Menon-Sen <ams@wiw.org>
21384              Date: Fri, 13 Jul 2001 21:41:09 +0530
21385              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
21386      Branch: perl
21387            ! sv.c
21388 ____________________________________________________________________________
21389 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
21390         Log: Subject: [patch] re_dup
21391              From: Doug MacEachern <dougm@covalent.net>
21392              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
21393              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
21394      Branch: perl
21395            ! sv.c
21396 ____________________________________________________________________________
21397 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
21398         Log: Update Changes.
21399      Branch: perl
21400            ! Changes patchlevel.h
21401 ____________________________________________________________________________
21402 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
21403         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
21404              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
21405              Date: Sat, 14 Jul 2001 00:06:30 +0900
21406              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
21407      Branch: perl
21408            + ext/Encode/Encode/7bit-greek.enc
21409            + ext/Encode/Encode/7bit-latin1.enc
21410            + ext/Encode/Encode/cns11643-1.enc
21411            + ext/Encode/Encode/cns11643-2.enc
21412            + ext/Encode/Encode/iso2022-cn.enc
21413            + ext/Encode/Encode/iso2022-jp1.enc
21414            + ext/Encode/Encode/iso2022-jp2.enc
21415            ! MANIFEST ext/Encode/Encode/Tcl.pm
21416            ! ext/Encode/Encode/iso2022-kr.enc
21417 ____________________________________________________________________________
21418 [ 11357] By: nick                                  on 2001/07/13  14:24:06
21419         Log: Blind integrate mainline (as of 5.7.2?)
21420      Branch: perlio
21421           !> AUTHORS Changes Porting/config.sh Porting/config_H
21422           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
21423           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
21424           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21425           !> win32/makefile.mk
21426 ____________________________________________________________________________
21427 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
21428         Log: Snip away the devel patchlevel.
21429      Branch: perl
21430            ! patchlevel.h
21431 ____________________________________________________________________________
21432 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
21433         Log: Bump the version to 5.7.2.
21434      Branch: perl
21435            ! Porting/config.sh Porting/config_H patchlevel.h
21436            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
21437            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21438            ! win32/makefile.mk
21439 ____________________________________________________________________________
21440 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
21441         Log: Update Changes.
21442      Branch: perl
21443            ! Changes
21444 ____________________________________________________________________________
21445 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
21446         Log: Reword.
21447      Branch: perl
21448            ! AUTHORS
21449 ____________________________________________________________________________
21450 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
21451         Log: AUTHORS update.
21452      Branch: perl
21453            ! AUTHORS
21454 ____________________________________________________________________________
21455 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
21456         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
21457              unless ithreads.
21458      Branch: perl
21459            ! makedef.pl
21460 ____________________________________________________________________________
21461 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
21462         Log: Integrate perlio.
21463      Branch: perl
21464           !> win32/distclean.bat
21465 ____________________________________________________________________________
21466 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
21467         Log: Test the encoding transform only iff we have PerlIO,
21468              noticed by H. Merijn Brand.
21469      Branch: perl
21470            ! ext/PerlIO/t/encoding.t
21471 ____________________________________________________________________________
21472 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
21473         Log: README.netware tweaks from Ananth Kesari.
21474      Branch: perl
21475            ! README.netware
21476 ____________________________________________________________________________
21477 [ 11346] By: nick                                  on 2001/07/13  09:18:51
21478         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
21479              to avoid /unicode vs /Unicode issues.
21480      Branch: perlio
21481            ! win32/distclean.bat
21482 ____________________________________________________________________________
21483 [ 11345] By: nick                                  on 2001/07/13  06:24:18
21484         Log: Integrate mainline
21485      Branch: perlio
21486           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
21487            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
21488           !> (integrate 63 files)
21489 ____________________________________________________________________________
21490 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
21491         Log: Add d_bincompat5005 information to perl -V.
21492      Branch: perl
21493            ! myconfig.SH
21494 ____________________________________________________________________________
21495 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
21496         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
21497              From: Abhijit Menon-Sen <ams@wiw.org>
21498              Date: Fri, 13 Jul 2001 07:12:36 +0530
21499              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
21500      Branch: perl
21501            ! sv.c
21502 ____________________________________________________________________________
21503 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
21504         Log: Remove unicode::distinct, as per Inaba Hiroto.
21505      Branch: perl
21506            - lib/unicode/distinct.pm
21507            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
21508            ! t/lib/1_compile.t
21509 ____________________________________________________________________________
21510 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
21511         Log: Paging for Dr Octothorpe.
21512      Branch: perl
21513            ! pod/perlfaq4.pod
21514 ____________________________________________________________________________
21515 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
21516         Log: cut-n-paste error noticed by mjd.
21517      Branch: perl
21518            ! pod/perlfaq4.pod
21519 ____________________________________________________________________________
21520 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
21521         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
21522              From: Peter Prymmer <pvhp@forte.com>
21523              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
21524              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
21525      Branch: perl
21526            ! pod/perlfaq4.pod
21527 ____________________________________________________________________________
21528 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
21529         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
21530              From: Randall Gellens <randy@qualcomm.com>
21531              Date: Thu, 12 Jul 2001 16:56:23 -0700
21532              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
21533      Branch: perl
21534            ! Porting/repository.pod
21535 ____________________________________________________________________________
21536 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
21537         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
21538      Branch: perl
21539            ! thread.h
21540 ____________________________________________________________________________
21541 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
21542         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
21543              From: coral <coral@moonlight.crystalflame.net>
21544              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
21545              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
21546      Branch: perl
21547            ! thread.h
21548 ____________________________________________________________________________
21549 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
21550         Log: Metaconfig unit change for #11134.
21551      Branch: metaconfig
21552            + U/threads/d_pthread_atfork.U
21553 ____________________________________________________________________________
21554 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
21555         Log: Add HAS_PTHREAD_ATFORK.
21556      Branch: perl
21557            ! Configure NetWare/config.wc NetWare/config_H.wc
21558            ! Porting/Glossary Porting/config.sh Porting/config_H
21559            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
21560            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
21561            ! vos/config.ga.def vos/config.ga.h win32/config.bc
21562            ! win32/config.gc win32/config.vc win32/config_H.bc
21563            ! win32/config_H.gc win32/config_H.vc
21564 ____________________________________________________________________________
21565 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
21566         Log: Subject: [PATCH] File::Copy fails on tied handles
21567              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
21568              Date: Thu, 12 Jul 2001 15:18:51 -0700
21569              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
21570      Branch: perl
21571            ! lib/File/Copy.pm
21572 ____________________________________________________________________________
21573 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
21574         Log: Subject: [PATCH] Langinfo.t
21575              From: Nicholas Clark <nick@ccl4.org>
21576              Date: Thu, 12 Jul 2001 23:55:38 +0100
21577              Message-ID: <20010712235538.M5827@plum.flirble.org>
21578      Branch: perl
21579            ! ext/I18N/Langinfo/Langinfo.t
21580 ____________________________________________________________________________
21581 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
21582         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
21583              From: Peter Prymmer <pvhp@forte.com>
21584              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
21585              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
21586      Branch: perl
21587            ! pod/perl572delta.pod
21588 ____________________________________________________________________________
21589 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
21590         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
21591              From: Abhijit Menon-Sen <ams@wiw.org>
21592              Date: Fri, 13 Jul 2001 05:21:16 +0530
21593              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
21594      Branch: perl
21595            ! sv.c
21596 ____________________________________________________________________________
21597 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
21598         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
21599              From: Abhijit Menon-Sen <ams@wiw.org>
21600              Date: Fri, 13 Jul 2001 03:04:25 +0530
21601              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
21602      Branch: perl
21603            ! av.c
21604 ____________________________________________________________________________
21605 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
21606         Log: s/^M$//g
21607      Branch: perl
21608            ! win32/Makefile win32/makefile.mk
21609 ____________________________________________________________________________
21610 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
21611         Log: Update Changes.
21612      Branch: perl
21613            ! Changes patchlevel.h
21614 ____________________________________________________________________________
21615 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
21616         Log: Typo spotted by Philip Newton.
21617      Branch: perl
21618            ! pod/perl572delta.pod
21619 ____________________________________________________________________________
21620 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
21621         Log: Subject: [PATCH] fixes perl_clone of perl_clone
21622              From: Artur Bergman <artur@contiller.se>
21623              Date: Thu, 12 Jul 2001 20:57:09 +0200
21624              Message-ID: <B773BFA4.236B%artur@contiller.se>
21625      Branch: perl
21626            ! sv.c
21627 ____________________________________________________________________________
21628 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
21629         Log: Add README.uts from Hal Morris.
21630      Branch: perl
21631            + README.uts
21632            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
21633            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21634 ____________________________________________________________________________
21635 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
21636         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
21637              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21638              Date: Thu, 12 Jul 2001 20:32:37 +0200
21639              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
21640      Branch: perl
21641            ! hints/aix.sh
21642 ____________________________________________________________________________
21643 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
21644         Log: Subject: Patch: document reg_data.what member
21645              From: Mark-Jason Dominus <mjd@plover.com>
21646              Message-ID: <20010712182532.14821.qmail@plover.com>
21647              Date: Thu, 12 Jul 2001 14:25:32 -0400
21648      Branch: perl
21649            ! regcomp.c regcomp.h
21650 ____________________________________________________________________________
21651 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
21652         Log: Subject: [PATCH] Perl_re_dup()
21653              From: Abhijit Menon-Sen <ams@wiw.org>
21654              Date: Thu, 12 Jul 2001 23:54:32 +0530
21655              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
21656      Branch: perl
21657            ! embed.h embed.pl perlapi.c proto.h sv.c
21658 ____________________________________________________________________________
21659 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
21660         Log: Regen Configure, modlib, toc.
21661      Branch: perl
21662            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21663            ! pod/perlmodlib.pod pod/perltoc.pod
21664 ____________________________________________________________________________
21665 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
21666         Log: The problem seems to be in PerlIO::Layer::->find() not
21667              accepting the ":encoding(blurflur)" arguments.
21668      Branch: perl
21669            ! lib/PerlIO.pm lib/open.pm
21670 ____________________________________________________________________________
21671 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
21672         Log: AIX doc update.
21673      Branch: perl
21674            ! README.aix pod/perl572delta.pod
21675 ____________________________________________________________________________
21676 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
21677         Log: Subject: AIX README update
21678              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21679              Date: Thu, 12 Jul 2001 19:28:30 +0200
21680              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
21681      Branch: perl
21682            ! README.aix
21683 ____________________________________________________________________________
21684 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
21685         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
21686              From: Norton Allen <allen@huarp.harvard.edu>
21687              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
21688              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
21689      Branch: perl
21690            ! ext/IO/lib/IO/t/io_unix.t
21691 ____________________________________________________________________________
21692 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
21693         Log: Subject: [PATCH README.qnx hints/qnx.sh]
21694              From: Norton Allen <allen@huarp.harvard.edu>
21695              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
21696              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
21697      Branch: perl
21698            ! README.qnx hints/qnx.sh
21699 ____________________________________________________________________________
21700 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
21701         Log: Subject: [patch] faster PM_GETRE
21702              From: Doug MacEachern <dougm@covalent.net>
21703              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
21704              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
21705      Branch: perl
21706            ! op.h
21707 ____________________________________________________________________________
21708 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
21709         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
21710              From: Doug MacEachern <dougm@covalent.net>
21711              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
21712              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
21713      Branch: perl
21714            ! op.c
21715 ____________________________________________________________________________
21716 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
21717         Log: Tell where the nice Estonian database is.
21718      Branch: perl
21719            ! lib/open.pm
21720 ____________________________________________________________________________
21721 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
21722         Log: Retract #11309 since #11310 is a better fix.
21723      Branch: perl
21724            ! t/lib/1_compile.t
21725 ____________________________________________________________________________
21726 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
21727         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
21728              change#11300 needs to return the status of failed win32_spawnvp())
21729              
21730              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
21731              splitting correctly; remove unused variables; 'require' at run time
21732              rather than 'use' at compile time for I18N::Langinfo, since it
21733              isn't everyware
21734      Branch: perl
21735            ! lib/open.pm win32/win32.c
21736 ____________________________________________________________________________
21737 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
21738         Log: Temporary workaround.
21739      Branch: perl
21740            ! t/lib/1_compile.t
21741 ____________________________________________________________________________
21742 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
21743         Log: UCD typo in #11306 and add also more known-to-be-tested
21744              modules to the skip list.
21745      Branch: perl
21746            ! t/lib/1_compile.t
21747 ____________________________________________________________________________
21748 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
21749         Log: Rename Unicode::UCD to UnicodeCD to avoid
21750              messups with case-insensitive filesystems.
21751      Branch: perl
21752            + lib/UnicodeCD.pm lib/UnicodeCD.t
21753            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
21754            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
21755 ____________________________________________________________________________
21756 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
21757         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
21758              From: daniel@biz.bitpusher.com
21759              Date: Wed, 11 Jul 2001 23:25:47 -0700
21760              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
21761      Branch: perl
21762            ! lib/Tie/Array.pm t/op/splice.t
21763 ____________________________________________________________________________
21764 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
21765         Log: Subject: [PATCH] More accurate line numbers in messages
21766              From: Paul Johnson <paul@pjcj.net>
21767              Date: Thu, 12 Jul 2001 04:14:11 +0200
21768              Message-ID: <20010712041411.A3467@pjcj.net>
21769              
21770              (With prototyping and multiplicity tweaks.)
21771      Branch: perl
21772            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
21773 ____________________________________________________________________________
21774 [ 11304] By: nick                                  on 2001/07/12  12:53:40
21775         Log: Integrate mainline
21776      Branch: perlio
21777           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
21778           !> regexec.c thread.h
21779 ____________________________________________________________________________
21780 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
21781         Log: Cut-and-pasto in #11298.
21782      Branch: perl
21783            ! ext/ByteLoader/bytecode.h
21784 ____________________________________________________________________________
21785 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
21786         Log: Update the AIX known problems section.
21787      Branch: perl
21788            ! pod/perl572delta.pod
21789 ____________________________________________________________________________
21790 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
21791         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
21792              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21793              Date: Thu, 12 Jul 2001 12:16:16 +0200
21794              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
21795      Branch: perl
21796            ! hints/aix.sh
21797 ____________________________________________________________________________
21798 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
21799         Log: Integrate perlio.
21800      Branch: perl
21801           !> makedef.pl win32/win32.c
21802 ____________________________________________________________________________
21803 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
21804         Log: Subject: [PATCH] fix for PMOP threadness failures
21805              From: Artur Bergman <artur@contiller.se>
21806              Date: Thu, 12 Jul 2001 09:48:06 +0200
21807              Message-ID: <B77322D6.22DD%artur@contiller.se>
21808      Branch: perl
21809            ! regexec.c
21810 ____________________________________________________________________________
21811 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
21812         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
21813              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21814              Date: Thu, 12 Jul 2001 09:09:48 +0200
21815              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
21816              
21817              More parentheses to keep bcc happy.
21818      Branch: perl
21819            ! ext/ByteLoader/bytecode.h
21820 ____________________________________________________________________________
21821 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
21822         Log: Subject: Re: [patch] pthread_atfork bandaid
21823              From: Doug MacEachern <dougm@covalent.net>
21824              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
21825              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
21826      Branch: perl
21827            ! thread.h
21828 ____________________________________________________________________________
21829 [ 11296] By: nick                                  on 2001/07/12  11:55:48
21830         Log: Exclude reentrant_buffer from .def file
21831      Branch: perlio
21832            ! makedef.pl
21833 ____________________________________________________________________________
21834 [ 11295] By: nick                                  on 2001/07/12  11:11:44
21835         Log: Honour void-ness of my_exit()
21836      Branch: perlio
21837            ! win32/win32.c
21838 ____________________________________________________________________________
21839 [ 11294] By: nick                                  on 2001/07/12  07:51:04
21840         Log: Integrate mainline
21841      Branch: perlio
21842           +> uts/sprintf_wrap.c
21843           !> (integrate 35 files)
21844 ____________________________________________________________________________
21845 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
21846         Log: Retract #11289.
21847      Branch: perl
21848            ! embed.h embed.pl perl.c proto.h thread.h
21849 ____________________________________________________________________________
21850 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
21851         Log: Now the :locale pseudolayer *almost* works...
21852      Branch: perl
21853            ! lib/open.pm
21854 ____________________________________________________________________________
21855 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
21856         Log: Locale encoding tweaks.
21857      Branch: perl
21858            ! lib/open.pm
21859 ____________________________________________________________________________
21860 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
21861         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
21862              From: Mark-Jason Dominus <mjd@plover.com>
21863              Date: Thu, 12 Jul 2001 00:59:31 -0400
21864              Message-ID: <20010712045931.8543.qmail@plover.com>
21865              
21866              Remove the chmod/umask leading zero warning.
21867      Branch: perl
21868            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
21869            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
21870 ____________________________________________________________________________
21871 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
21872         Log: (Retracted by #11289.)
21873      Branch: perl
21874            ! embed.h embed.pl perl.c proto.h thread.h
21875 ____________________________________________________________________________
21876 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
21877         Log: Needed by #11283.
21878      Branch: perl
21879            ! intrpvar.h
21880 ____________________________________________________________________________
21881 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
21882         Log: Metaconfig unit change for #11286.
21883      Branch: metaconfig/U/perl
21884            ! patchlevel.U
21885 ____________________________________________________________________________
21886 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
21887         Log: Subject: Re: [PATCH Configure] perl -V broken
21888              From: Andy Dougherty <doughera@lafayette.edu>
21889              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
21890              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
21891      Branch: perl
21892            ! Configure myconfig.SH
21893 ____________________________________________________________________________
21894 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
21895         Log: Retract #11166 (and #11237).
21896      Branch: perl
21897            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
21898            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
21899            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
21900 ____________________________________________________________________________
21901 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
21902         Log: UTS tweaks for Hal Morris.
21903      Branch: perl
21904            + uts/sprintf_wrap.c
21905            ! MANIFEST hints/uts.sh perl.h
21906 ____________________________________________________________________________
21907 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
21908         Log: Subject: [PATCH] Use reentrant API glibc
21909              From: Artur Bergman <artur@contiller.se>
21910              Date: Thu, 12 Jul 2001 00:58:21 +0200
21911              Message-ID: <B772A6AD.2288%artur@contiller.se>
21912      Branch: perl
21913            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
21914            ! sv.c
21915 ____________________________________________________________________________
21916 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
21917         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
21918              From: barries <barries@slaysys.com>
21919              Date: Wed, 11 Jul 2001 15:11:46 -0400
21920              Message-ID: <20010711151146.G24560@jester.slaysys.com>
21921      Branch: perl
21922            ! pp_sys.c t/lib/warnings/doio win32/win32.c
21923 ____________________________________________________________________________
21924 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
21925         Log: Subject: [patch] pthread_atfork bandaid
21926              From: Doug MacEachern <dougm@covalent.net>
21927              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
21928              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
21929      Branch: perl
21930            ! miniperlmain.c perl.c
21931 ____________________________________________________________________________
21932 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
21933         Log: Subject: [patch] perl_clone leaks
21934              From: Doug MacEachern <dougm@covalent.net>
21935              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
21936              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
21937      Branch: perl
21938            ! sv.c
21939 ____________________________________________________________________________
21940 [ 11279] By: nick                                  on 2001/07/11  15:49:38
21941         Log: Integrate mainline
21942      Branch: perlio
21943           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
21944           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
21945           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
21946           +> lib/Term/ANSIColor/README
21947           !> (integrate 54 files)
21948 ____________________________________________________________________________
21949 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
21950         Log: Update Changes.
21951      Branch: perl
21952            ! Changes patchlevel.h
21953 ____________________________________________________________________________
21954 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
21955         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
21956              From: Peter Prymmer <pvhp@forte.com>
21957              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
21958              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
21959              
21960              Backport of embed.pl to 5.003.
21961      Branch: perl
21962            ! embed.pl
21963 ____________________________________________________________________________
21964 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
21965         Log: Subject: Re: POSIX test #14 on UTS 
21966              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21967              Date: Wed, 11 Jul 2001 03:02:14 +0100
21968              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
21969      Branch: perl
21970            ! ext/POSIX/POSIX.t
21971 ____________________________________________________________________________
21972 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
21973         Log: Make the I32 an IV to preserve structure alignment and size.
21974      Branch: perl
21975            ! op.h
21976 ____________________________________________________________________________
21977 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
21978         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
21979              From: "Artur Bergman" <artur@contiller.se>
21980              Date: Wed, 11 Jul 2001 14:23:37 +0200
21981              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
21982              
21983              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
21984      Branch: perl
21985            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
21986            ! pod/perlapi.pod sv.c
21987 ____________________________________________________________________________
21988 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
21989         Log: Tweak until Pod::Parser gets updated.
21990      Branch: perl
21991            ! t/pod/special_seqs.xr
21992 ____________________________________________________________________________
21993 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
21994         Log: File::Spec usage tweak.
21995      Branch: perl
21996            ! lib/ExtUtils.t
21997 ____________________________________________________________________________
21998 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
21999         Log: Integrate #11263 from macperl; macos and macosx updates.
22000      Branch: perl
22001           !> pod/perlport.pod
22002 ____________________________________________________________________________
22003 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
22004         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
22005              From: Peter Prymmer <pvhp@forte.com>
22006              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
22007              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
22008      Branch: perl
22009            + ext/Time/HiRes/hints/dynixptx.pl
22010            ! MANIFEST hints/dynixptx.sh
22011 ____________________________________________________________________________
22012 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
22013         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
22014              From: Nicholas Clark <nick@ccl4.org>
22015              Date: Tue, 10 Jul 2001 23:17:43 +0100
22016              Message-ID: <20010710231742.B59620@plum.flirble.org>
22017      Branch: perl
22018            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
22019 ____________________________________________________________________________
22020 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
22021         Log: Subject: [DOC PATCH] Pluggable runops
22022              From: Paul Johnson <paul@pjcj.net>
22023              Date: Tue, 10 Jul 2001 21:53:28 +0200
22024              Message-ID: <20010710215328.B26577@pjcj.net>
22025      Branch: perl
22026            ! pod/perlguts.pod
22027 ____________________________________________________________________________
22028 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
22029         Log: Subject: [PATCH] Authors
22030              From: Artur Bergman <artur@contiller.se>
22031              Date: Tue, 10 Jul 2001 20:39:12 +0200
22032              Message-ID: <B771186F.21CD%artur@contiller.se>
22033      Branch: perl
22034            ! AUTHORS
22035 ____________________________________________________________________________
22036 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
22037         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
22038              From: Doug MacEachern <dougm@covalent.net>
22039              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
22040              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
22041      Branch: perl
22042            ! pp_ctl.c
22043 ____________________________________________________________________________
22044 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
22045         Log: Subject: doc patch; times() in scalar context
22046              From: mjd@plover.com
22047              Date: 10 Jul 2001 18:01:17 -0000
22048              Message-ID: <20010710180117.12477.qmail@plover.com>
22049      Branch: perl
22050            ! pod/perlfunc.pod
22051 ____________________________________________________________________________
22052 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
22053         Log: Subject: [PATCH] Small fix to pp_gmtime
22054              From: Artur Bergman <artur@contiller.se>
22055              Date: Tue, 10 Jul 2001 19:54:52 +0200
22056              Message-ID: <B7710E0B.21C5%artur@contiller.se>
22057      Branch: perl
22058            ! pp_sys.c
22059 ____________________________________________________________________________
22060 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
22061         Log: Integrate changes from mainline perl, add notes about
22062              Mac OS X and Mac OS.
22063      Branch: maint-5.6/macperl
22064            ! pod/perlport.pod
22065 ____________________________________________________________________________
22066 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
22067         Log: A proof of the dangers of package; ?
22068      Branch: perl
22069            ! t/lib/warnings/op
22070 ____________________________________________________________________________
22071 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
22072         Log: Regen toc and modlib.
22073      Branch: perl
22074            ! pod/perlmodlib.pod pod/perltoc.pod
22075 ____________________________________________________________________________
22076 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
22077         Log: Add compexcl(), casefold(), and casespec() interfaces;
22078              and make all interfaces to return hash references instead
22079              of hashes. 
22080      Branch: perl
22081            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
22082 ____________________________________________________________________________
22083 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
22084         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
22085              From: "Philip Newton" <Philip.Newton@gmx.net>
22086              Date: Tue, 10 Jul 2001 09:55:59 +0200
22087              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
22088              
22089              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
22090              From: "Philip Newton" <Philip.Newton@gmx.net>
22091              Date: Tue, 10 Jul 2001 09:56:37 +0200
22092              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
22093      Branch: perl
22094            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22095            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
22096 ____________________________________________________________________________
22097 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
22098         Log: Subject: [patch] undef &xsub for 1,2
22099              From: Doug MacEachern <dougm@covalent.net>
22100              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
22101              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
22102              
22103              (This version of the patch with a comment from Gisle.)
22104      Branch: perl
22105            ! op.c
22106 ____________________________________________________________________________
22107 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
22108         Log: Mention package; deprecation and the Win32 problems.
22109      Branch: perl
22110            ! pod/perl572delta.pod
22111 ____________________________________________________________________________
22112 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
22113         Log: Subject: [PATCH] deprecate package with no arguments
22114              From: Robin Houston <robin@kitsite.com>
22115              Date: Tue, 10 Jul 2001 13:33:40 +0100
22116              Message-ID: <20010710133340.A13452@robin.kitsite.com>
22117      Branch: perl
22118            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
22119 ____________________________________________________________________________
22120 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
22121         Log: Upgrade to podlators 1.10.
22122      Branch: perl
22123            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
22124            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
22125            ! pod/pod2man.PL pod/pod2text.PL
22126 ____________________________________________________________________________
22127 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
22128         Log: Upgrade to Term::ANSIColor 1.04.
22129      Branch: perl
22130            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
22131            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
22132 ____________________________________________________________________________
22133 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
22134         Log: Integrate perlio (the right fix for the ":layer(args)")
22135      Branch: perl
22136           !> perlio.c
22137 ____________________________________________________________________________
22138 [ 11252] By: nick                                  on 2001/07/10  06:58:14
22139         Log: Fix open(...,"...:layer(xxx)",...)
22140              - use memEQ not strEQ as there is '(' not '\0'
22141      Branch: perlio
22142            ! perlio.c
22143 ____________________________________________________________________________
22144 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
22145         Log: Telling the number of tests helps.
22146      Branch: perl
22147            ! ext/PerlIO/t/encoding.t
22148 ____________________________________________________________________________
22149 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
22150         Log: Require I18N::Langinfo, not use.
22151      Branch: perl
22152            ! lib/open.pm
22153 ____________________________________________________________________________
22154 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
22155         Log: Add a test for for PerlIO ":encoding(...)" layer.
22156      Branch: perl
22157            + ext/PerlIO/t/encoding.t
22158            ! MANIFEST ext/Encode/Encode.pm
22159 ____________________________________________________________________________
22160 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
22161         Log: PerlIO ":encoding(foobar)" temporary fix.
22162              Not really correct, I think, since the change means
22163              that prefixes match.
22164      Branch: perl
22165            ! perlio.c
22166 ____________________________________________________________________________
22167 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
22168         Log: Update to Math::BigInt 1.36.  The biggest news is
22169              the separation of the backend; now the pure Perl
22170              implementation is in Math::BigInt::Calc, but one
22171              can plugin, say, Math::BigInt::BitVect, and get
22172              considerable speedup.
22173      Branch: perl
22174            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
22175            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
22176            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
22177            ! lib/Math/BigInt/t/mbimbf.t
22178 ____________________________________________________________________________
22179 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
22180         Log: Subject: Re: compatibility question
22181              From: Peter Prymmer <pvhp@forte.com>
22182              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
22183              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
22184      Branch: perl
22185            ! lib/ExtUtils/MM_VMS.pm
22186 ____________________________________________________________________________
22187 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
22188         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
22189              From: Norton Allen <allen@huarp.harvard.edu>
22190              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
22191              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
22192      Branch: perl
22193            ! ext/File/Glob/t/basic.t
22194 ____________________________________________________________________________
22195 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
22196         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
22197              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22198              Date: Tue, 10 Jul 2001 00:29:55 +0900
22199              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
22200      Branch: perl
22201            + ext/Encode/Encode/HZ.enc
22202            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
22203            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
22204            ! ext/Encode/Encode/iso2022-jp.enc
22205            ! ext/Encode/Encode/iso2022-kr.enc
22206 ____________________________________________________________________________
22207 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
22208         Log: Add in all them there macos/ files.
22209      Branch: maint-5.6/macperl
22210            + (add 577 files)
22211 ____________________________________________________________________________
22212 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
22213         Log: Add the new modules to the list of having those own tests.
22214      Branch: perl
22215            ! t/lib/1_compile.t
22216 ____________________________________________________________________________
22217 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
22218         Log: Add INOUT to control both ways at the same time.
22219      Branch: perl
22220            ! lib/open.pm
22221 ____________________________________________________________________________
22222 [ 11240] By: nick                                  on 2001/07/09  16:33:50
22223         Log: Integrate mainline
22224      Branch: perlio
22225           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
22226           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
22227           !> (integrate 41 files)
22228 ____________________________________________________________________________
22229 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
22230         Log: More encoding mapping magic.
22231      Branch: perl
22232            ! lib/open.pm
22233 ____________________________________________________________________________
22234 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
22235         Log: Update Changes.
22236      Branch: perl
22237            ! Changes patchlevel.h
22238 ____________________________________________________________________________
22239 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
22240         Log: (Retracted by #11285).
22241              
22242              Subject: [PATCH] OPpCONST_OCTAL fixes
22243              From: Abhijit Menon-Sen <ams@wiw.org>
22244              Date: Mon, 9 Jul 2001 07:38:45 +0530
22245              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
22246      Branch: perl
22247            ! op.c
22248 ____________________________________________________________________________
22249 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
22250         Log: Add a pseudolayer ":locale" to the open pragma which
22251              will get the encoding from the locale.  Yet undocumented
22252              because I can't get the PerlIO :encoding(foobar) to work.
22253      Branch: perl
22254            ! ext/Encode/Encode.pm lib/open.pm
22255 ____________________________________________________________________________
22256 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
22257         Log: Add more encoding mappings.
22258      Branch: perl
22259            ! ext/Encode/Encode.pm
22260 ____________________________________________________________________________
22261 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
22262         Log: Document that using :encoding layer requires using Encode.
22263      Branch: perl
22264            ! ext/Encode/Encode.pm lib/PerlIO.pm
22265 ____________________________________________________________________________
22266 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
22267         Log: Netware tweak from Ananth Kesari.
22268      Branch: perl
22269            ! NetWare/netware.h
22270 ____________________________________________________________________________
22271 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
22272         Log: t/harness doesn't know about run/*.t
22273      Branch: perl
22274            ! t/harness
22275 ____________________________________________________________________________
22276 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
22277         Log: run/exit.t busted on windows
22278      Branch: perl
22279            ! t/run/exit.t
22280 ____________________________________________________________________________
22281 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
22282         Log: fix a couple of UCD.t tests that fail due to bad case
22283      Branch: perl
22284            ! lib/Unicode/UCD.t
22285 ____________________________________________________________________________
22286 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
22287         Log: test skip logic was broken
22288      Branch: perl
22289            ! ext/I18N/Langinfo/Langinfo.t
22290 ____________________________________________________________________________
22291 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
22292         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
22293              failure of ExtUtils.t#27 when built in debug mode)
22294      Branch: perl
22295            ! lib/ExtUtils/MM_Win32.pm
22296 ____________________________________________________________________________
22297 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
22298         Log: I18N::Langinfo is not available on windows
22299      Branch: perl
22300            ! win32/FindExt.pm
22301 ____________________________________________________________________________
22302 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
22303         Log: save a dTHX
22304      Branch: perl
22305            ! ext/POSIX/POSIX.xs
22306 ____________________________________________________________________________
22307 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
22308         Log: Update Changes.
22309      Branch: perl
22310            ! Changes patchlevel.h
22311 ____________________________________________________________________________
22312 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
22313         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
22314              as pointed out by Sarathy.
22315      Branch: perl
22316            ! ext/I18N/Langinfo/Langinfo.xs
22317 ____________________________________________________________________________
22318 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
22319         Log: Retract #11212.
22320      Branch: perl
22321            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
22322 ____________________________________________________________________________
22323 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
22324         Log: Bump up the VERSION of Cwd.xs.
22325      Branch: perl
22326            ! ext/Cwd/Makefile.PL
22327 ____________________________________________________________________________
22328 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
22329         Log: Retract #11220, the problem wasn't the missing leading zero.
22330              Here's the problem:
22331              $ ./perl -we 'chmod(oct("755"), ".")'
22332              Non-octal literal mode (493) specified at -e line 1.
22333              (Did you mean 0493 instead?)
22334      Branch: perl
22335            ! lib/ExtUtils/MM_Unix.pm
22336 ____________________________________________________________________________
22337 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
22338         Log: (Retracted by #11221)
22339              Change the PERM_RW and PERM_RWX to 0644 and 0755
22340              (add the leading zero).
22341      Branch: perl
22342            ! lib/ExtUtils/MM_Unix.pm
22343 ____________________________________________________________________________
22344 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
22345         Log: Integrate changes #11193, 11205, 11209 from macperl.
22346              
22347              Fix up AutoLoader to fudge for Mac paths in import().
22348              
22349              Allow symbols in try_symbol() to begin with "_".
22350              
22351              Small portability fix for Mac OS.
22352      Branch: perl
22353           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
22354 ____________________________________________________________________________
22355 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
22356         Log: Metaconfig unit change for #11217.
22357      Branch: metaconfig/U/perl
22358            ! Extensions.U
22359 ____________________________________________________________________________
22360 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
22361         Log: Detypo, problem noticed by Gerrit P. Haase.
22362      Branch: perl
22363            ! Configure config_h.SH
22364 ____________________________________________________________________________
22365 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
22366         Log: Cwd cleanups.
22367      Branch: perl
22368            ! ext/Cwd/Cwd.xs
22369 ____________________________________________________________________________
22370 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
22371         Log: Slight tweaks on #11213.
22372      Branch: perl
22373            ! toke.c
22374 ____________________________________________________________________________
22375 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
22376         Log: A missing dTHX noticed by Gerrit P. Haase.
22377      Branch: perl
22378            ! ext/POSIX/POSIX.xs
22379 ____________________________________________________________________________
22380 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
22381         Log: Subject: [PATCH toke.c] Simplify yytoke()
22382              From: Simon Cozens <simon@netthink.co.uk>
22383              Date: Sun, 8 Jul 2001 13:24:34 +0100
22384              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
22385              
22386              Split out pending_ident().
22387      Branch: perl
22388            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
22389 ____________________________________________________________________________
22390 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
22391         Log: (Retracted by #11223.)
22392              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
22393              Date: Wed, 05 Nov 1997 17:22:34 -0600
22394              From: Graham Barr <gbarr@ti.com>
22395              Message-Id: <3460FFBA.6DA51F46@ti.com>
22396      Branch: perl
22397            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
22398 ____________________________________________________________________________
22399 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
22400         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
22401      Branch: perl
22402            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
22403            ! pod/perllocale.pod
22404 ____________________________________________________________________________
22405 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
22406         Log: Really do the test under the C locale.
22407      Branch: perl
22408            ! ext/I18N/Langinfo/Langinfo.t
22409 ____________________________________________________________________________
22410 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
22411         Log: Small portability fix for Mac OS.
22412      Branch: maint-5.6/macperl
22413            ! lib/Cwd.pm
22414 ____________________________________________________________________________
22415 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
22416         Log: Metaconfig unit change for #11207.
22417      Branch: metaconfig/U/perl
22418            ! Extensions.U
22419 ____________________________________________________________________________
22420 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
22421         Log: Add I18N::Langinfo, which is basically a wrapper around
22422              nl_langinfo(), which is an additional way to query locale
22423              specific information.
22424      Branch: perl
22425            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
22426            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
22427            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
22428 ____________________________________________________________________________
22429 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
22430         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
22431              used in File::Find tests; replace with if.t.
22432      Branch: maint-5.6/macperl
22433            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
22434            ! t/pragma/warn/op
22435 ____________________________________________________________________________
22436 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
22437         Log: Allow symbols in try_symbol() to begin with "_".
22438      Branch: maint-5.6/macperl
22439            ! makedef.pl
22440 ____________________________________________________________________________
22441 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
22442         Log: Sync up the File::Find changes from the rewrite by
22443              Thomas Wegner, et al.
22444      Branch: maint-5.6/macperl
22445            + t/lib/filefind-taint.t
22446            ! lib/File/Find.pm t/lib/filefind.t
22447 ____________________________________________________________________________
22448 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
22449         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
22450              From: Thomas Wegner <wegner_thomas@yahoo.com>
22451              Date: Thu, 5 Jul 2001 20:31:25 +0200
22452              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
22453      Branch: maint-5.6/macperl
22454            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
22455 ____________________________________________________________________________
22456 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
22457         Log: Some more test portability fixes.
22458      Branch: maint-5.6/macperl
22459            ! t/lib/filecopy.t t/pragma/warn/pp_sys
22460 ____________________________________________________________________________
22461 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
22462         Log: The #11200 removed wrong (non-existent) target.  Duh.
22463      Branch: perl
22464            ! Makefile.SH
22465 ____________________________________________________________________________
22466 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
22467         Log: Zap the lib/re.pm before creating it.
22468      Branch: perl
22469            ! Makefile.SH
22470 ____________________________________________________________________________
22471 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
22472         Log: Another test.  Please ignore.
22473      Branch: maint-5.6/macperl
22474            ! README.macos
22475 ____________________________________________________________________________
22476 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
22477         Log: Portability fixes for a lot of tests, especially IO-related
22478              tests, and warnings, and the harness script.
22479      Branch: maint-5.6/macperl
22480            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
22481            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
22482            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
22483            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
22484            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
22485            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
22486            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
22487            ! t/pragma/warnings.t
22488 ____________________________________________________________________________
22489 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
22490         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
22491              From: Nicholas Clark <nick@ccl4.org>
22492              Date: Sat, 7 Jul 2001 21:00:17 +0100
22493              Message-ID: <20010707210017.H59620@plum.flirble.org>
22494      Branch: perl
22495            ! lib/h2xs.t
22496 ____________________________________________________________________________
22497 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
22498         Log: The UNICOS/mk SysV IPC problem has been fixed.
22499      Branch: perl
22500            ! pod/perl572delta.pod
22501 ____________________________________________________________________________
22502 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
22503         Log: Slight update tweaks on perlunicode.pod.
22504      Branch: perl
22505            ! pod/perlunicode.pod
22506 ____________________________________________________________________________
22507 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
22508         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
22509              From: Mark-Jason Dominus <mjd@plover.com>
22510              Date: Sat, 07 Jul 2001 13:04:04 -0400
22511              Message-ID: <20010707170404.32694.qmail@plover.com>
22512      Branch: perl
22513            ! ext/DB_File/DB_File.pm
22514 ____________________________________________________________________________
22515 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
22516         Log: Fix up AutoLoader to fudge for Mac paths in import().
22517      Branch: maint-5.6/macperl
22518            ! lib/AutoLoader.pm
22519 ____________________________________________________________________________
22520 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
22521         Log: Try to force the lib/re.pm to be there before entering
22522              the extensions builds, should help for parallel makes.
22523      Branch: perl
22524            ! Makefile.SH
22525 ____________________________________________________________________________
22526 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
22527         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
22528              From: Norton Allen <allen@huarp.harvard.edu>
22529              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
22530              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
22531      Branch: perl
22532            ! ext/POSIX/POSIX.xs
22533 ____________________________________________________________________________
22534 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
22535         Log: Subject: [PATCH] Re: op/arith.t
22536              From: Nicholas Clark <nick@ccl4.org>
22537              Date: Sat, 7 Jul 2001 13:04:54 +0100
22538              Message-ID: <20010707130454.D59620@plum.flirble.org>
22539      Branch: perl
22540            ! numeric.c toke.c
22541 ____________________________________________________________________________
22542 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
22543         Log: Subject: [PATCH] h2xs
22544              From: Nicholas Clark <nick@ccl4.org>
22545              Date: Fri, 6 Jul 2001 23:25:14 +0100
22546              Message-ID: <20010706232514.X59620@plum.flirble.org>
22547      Branch: perl
22548            ! utils/h2xs.PL
22549 ____________________________________________________________________________
22550 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
22551         Log: Subject: Re: bleedperl perl_alloc..free leakage
22552              From: Radu Greab <radu@netsoft.ro>
22553              Date: Fri, 6 Jul 2001 19:48:54 +0300
22554              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
22555              
22556              Leak-be-gone.
22557      Branch: perl
22558            ! op.c
22559 ____________________________________________________________________________
22560 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
22561         Log: Test again.  Please ignore.
22562      Branch: maint-5.6/macperl
22563            ! README.macos
22564 ____________________________________________________________________________
22565 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
22566         Log: Test.  Please ignore.
22567      Branch: maint-5.6/macperl
22568            ! README.macos
22569 ____________________________________________________________________________
22570 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
22571         Log: Include changes already sent in separately as patches,
22572              before branch was created.
22573      Branch: maint-5.6/macperl
22574            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
22575            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
22576            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
22577            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
22578            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
22579            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
22580            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
22581            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
22582            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
22583            ! t/pragma/strict.t
22584 ____________________________________________________________________________
22585 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
22586         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
22587              From: Norton Allen <allen@huarp.harvard.edu>
22588              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
22589              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
22590      Branch: perl
22591            ! utf8.h
22592 ____________________________________________________________________________
22593 [ 11183] By: nick                                  on 2001/07/06  16:27:40
22594         Log: Integrate mainline
22595      Branch: perlio
22596           +> (branch 42 files)
22597            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
22598            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
22599            - win32/bin/mdelete.bat
22600           !> (integrate 215 files)
22601 ____________________________________________________________________________
22602 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
22603         Log: The #11166 needed also these updated.
22604      Branch: perl
22605            ! lib/warnings.pm warnings.h
22606 ____________________________________________________________________________
22607 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
22608         Log: Update Changes.
22609      Branch: perl
22610            ! Changes patchlevel.h
22611 ____________________________________________________________________________
22612 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
22613         Log: Regen toc.
22614      Branch: perl
22615            ! pod/perltoc.pod
22616 ____________________________________________________________________________
22617 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
22618         Log: Nit from Abhijit.
22619      Branch: perl
22620            ! lib/CPAN.pm
22621 ____________________________________________________________________________
22622 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
22623         Log: Retract #11172.
22624      Branch: perl
22625            ! t/op/method.t
22626 ____________________________________________________________________________
22627 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
22628         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
22629              From: Norton Allen <allen@huarp.harvard.edu>
22630              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
22631              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
22632      Branch: perl
22633            ! lib/Cwd.pm
22634 ____________________________________________________________________________
22635 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
22636         Log: (Accidentally empty check-in.)
22637      Branch: perl
22638            ! utf8.h
22639 ____________________________________________________________________________
22640 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
22641         Log: Retract #11165 since Sarathy pointed out it'll not
22642              work properly under threads, the problem should be
22643              solved using "the savestack, either via SSNEW() or
22644              using a newSVpv()+SAVEFREESV() combo."
22645      Branch: perl
22646            ! ext/POSIX/POSIX.xs
22647 ____________________________________________________________________________
22648 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
22649         Log: Retract #11125 since NI-S pointed out it'll not work in
22650              cases where the extension has their own handcrafted INC
22651              et alia.
22652      Branch: perl
22653            ! lib/ExtUtils/MM_Unix.pm
22654 ____________________________________________________________________________
22655 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
22656         Log: Subject: RE: [PATCH] -I and MakeMaker again
22657              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
22658              Date: Fri, 6 Jul 2001 09:18:29 +0200
22659              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
22660      Branch: perl
22661            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
22662            ! lib/ExtUtils/MM_Win32.pm
22663 ____________________________________________________________________________
22664 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
22665         Log: (Retracted by #11178)
22666              Subject: [PATCH t/op/method.t] SUPER:: strangeness
22667              From: Piers Cawley <pdcawley@iterative-software.com>
22668              Date: 06 Jul 2001 10:49:01 +0100
22669              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
22670      Branch: perl
22671            ! t/op/method.t
22672 ____________________________________________________________________________
22673 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
22674         Log: VOS README update from Paul Green.
22675      Branch: perl
22676            ! README.vos
22677 ____________________________________________________________________________
22678 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
22679         Log: Subject: [PATCH README.qnx hints/qnx.sh]
22680              From: Norton Allen <allen@huarp.harvard.edu>
22681              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
22682              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
22683      Branch: perl
22684            ! README.qnx hints/qnx.sh
22685 ____________________________________________________________________________
22686 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
22687         Log: Subject: [PATCH] Doc patch for Tie::Hash
22688              From: Artur Bergman <artur@contiller.se>
22689              Date: Thu, 05 Jul 2001 22:51:18 +0200
22690              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
22691      Branch: perl
22692            ! lib/Tie/Hash.pm
22693 ____________________________________________________________________________
22694 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
22695         Log: Subject: [PATCH] perlfaq4.pod
22696              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
22697              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
22698              Date: Thu, 5 Jul 2001 18:44:10 +0100 
22699      Branch: perl
22700            ! pod/perlfaq4.pod
22701 ____________________________________________________________________________
22702 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
22703         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
22704              From: Robin Houston <robin@kitsite.com>
22705              Date: Thu, 5 Jul 2001 18:33:21 +0100
22706              Message-ID: <20010705183321.A27345@robin.kitsite.com>
22707      Branch: perl
22708            ! ext/B/B/Deparse.pm
22709 ____________________________________________________________________________
22710 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
22711         Log: (Retracted by #11285.)
22712              
22713              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
22714              From: Abhijit Menon-Sen <ams@wiw.org>
22715              Date: Fri, 6 Jul 2001 01:26:32 +0530
22716              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
22717      Branch: perl
22718            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
22719            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
22720            ! warnings.pl
22721 ____________________________________________________________________________
22722 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
22723         Log: (Retracted by #11175)
22724              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
22725              From: Norton Allen <allen@huarp.harvard.edu>
22726              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
22727              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
22728      Branch: perl
22729            ! ext/POSIX/POSIX.xs
22730 ____________________________________________________________________________
22731 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
22732         Log: Unterminated C< (noticed by Richard Hatch), and few other
22733              small Unicode doc tweaks.
22734      Branch: perl
22735            ! pod/perlretut.pod
22736 ____________________________________________________________________________
22737 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
22738         Log: More flexible argument understanding; add charblocks() and
22739              charscripts(); make charblock() and charscript() two-way;
22740              add charinrange(); separate the $Unicode::UCD::VERSION and
22741              the version of the Unicode by adding UnicodeVersion().
22742      Branch: perl
22743            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
22744 ____________________________________________________________________________
22745 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
22746         Log: Update Unicode::UCD on \p{In...}.
22747      Branch: perl
22748            ! lib/Unicode/UCD.pm
22749 ____________________________________________________________________________
22750 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
22751         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
22752              From: Norton Allen <allen@huarp.harvard.edu>
22753              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
22754              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
22755      Branch: perl
22756            ! lib/ExtUtils/MM_Unix.pm
22757 ____________________________________________________________________________
22758 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
22759         Log: POSIX-BC tweaks from Thomas Dorner.
22760      Branch: perl
22761            ! hints/posix-bc.sh perlio.h
22762 ____________________________________________________________________________
22763 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
22764         Log: Module updates for the delta.
22765      Branch: perl
22766            ! pod/perl572delta.pod
22767 ____________________________________________________________________________
22768 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
22769         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
22770              From: Norton Allen <allen@huarp.harvard.edu>
22771              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
22772              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
22773      Branch: perl
22774            ! ext/IO/lib/IO/t/io_sock.t
22775 ____________________________________________________________________________
22776 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
22777         Log: Subject: [PATCH perldiag.pod] Quick fixes
22778              From: Simon Cozens <simon@netthink.co.uk>
22779              Date: Wed, 4 Jul 2001 20:22:12 +0100
22780              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
22781      Branch: perl
22782            ! pod/perldiag.pod
22783 ____________________________________________________________________________
22784 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
22785         Log: (retracted by #13533)
22786              
22787              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
22788              From: Radu Greab <radu@netsoft.ro>
22789              Date: Wed, 4 Jul 2001 22:13:31 +0300
22790              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
22791      Branch: perl
22792            ! op.c sv.c t/op/pos.t
22793 ____________________________________________________________________________
22794 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
22795         Log: Subject: [PATCH] -I and MakeMaker again
22796              From: Michael G Schwern <schwern@pobox.com>
22797              Date: Wed, 4 Jul 2001 15:03:07 -0400
22798              Message-ID: <20010704150307.I20340@blackrider>
22799              
22800              (and retract #11145)
22801      Branch: perl
22802            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
22803            ! lib/ExtUtils/MakeMaker.pm
22804 ____________________________________________________________________________
22805 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
22806         Log: Subject: Re: PERFORCE change 11142 for review
22807              From: "Philip Newton" <Philip.Newton@gmx.net>
22808              Date: Wed, 4 Jul 2001 20:46:26 +0200
22809              Message-Id: <200107041841.VAA25380@taas.iki.fi>
22810      Branch: perl
22811            ! lib/ExtUtils/MakeMaker.pm
22812 ____________________________________________________________________________
22813 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
22814         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
22815              From: Jonathan Stowe <gellyfish@gellyfish.com>
22816              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
22817              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
22818      Branch: perl
22819            ! utils/pl2pm.PL
22820 ____________________________________________________________________________
22821 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
22822         Log: fix the binary compatibility issue when building with/without
22823              usemymalloc by exporting Perl_malloc() et al as simple wrappers
22824              around the system functions (this allows most extensions built
22825              using one mode to coexist with perls built in the other mode)
22826              
22827              XXX the Perl_mfree() wrapper might need to do return(free()) on
22828              platforms where Free_t isn't "void"
22829      Branch: perl
22830            ! embed.h embed.pl makedef.pl proto.h util.c
22831 ____________________________________________________________________________
22832 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
22833         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
22834              since it doesn't ensure threads other than the one calling fork()
22835              aren't holding any locks; the fix is to use pthread_atfork() to
22836              hold global locks
22837              
22838              building perl with -Dusemymalloc exacerbates the problem since
22839              Perl_malloc() holds a mutex, and perl's exec() calls New()
22840              
22841              XXX the code in win32thread.h may be needed on platforms that have
22842              no pthread_atfork()
22843      Branch: perl
22844            ! perl.c thread.h win32/win32thread.h
22845 ____________________________________________________________________________
22846 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
22847         Log: Integrate #11009 from maintperl.
22848      Branch: maint-5.6/macperl
22849           !> lib/ExtUtils/Manifest.pm
22850 ____________________________________________________________________________
22851 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
22852         Log: Flexing my Perforce muscles.
22853      Branch: maint-5.6/macperl
22854            ! README.macos
22855 ____________________________________________________________________________
22856 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
22857         Log: Update Changes.
22858      Branch: perl
22859            ! Changes patchlevel.h
22860 ____________________________________________________________________________
22861 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
22862         Log: Metaconfig unit change for #11146.
22863      Branch: metaconfig/U/perl
22864            ! d_fcntl_can_lock.U
22865 ____________________________________________________________________________
22866 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
22867         Log: Somehow the #ifdefs of the added code (in #11093) made
22868              HP-UX to fail the fcntl locking test, without the ifdefs
22869              the test seems to be working again.  Reason unknown:
22870              HP-UX cc doesn't complain either way.
22871      Branch: perl
22872            ! Configure
22873 ____________________________________________________________________________
22874 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
22875         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
22876      Branch: perl
22877            ! lib/ExtUtils/MM_Unix.pm
22878 ____________________________________________________________________________
22879 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
22880         Log: gcc -Wall nit.
22881      Branch: perl
22882            ! pp_hot.c
22883 ____________________________________________________________________________
22884 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
22885         Log: When removing tests updating the test count is a good idea, too.
22886      Branch: perl
22887            ! lib/Net/t/require.t
22888 ____________________________________________________________________________
22889 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
22890         Log: Document #11134 and add the new symbols to the list of
22891              of MakeMaker known ones.
22892      Branch: perl
22893            ! lib/ExtUtils/MakeMaker.pm
22894 ____________________________________________________________________________
22895 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
22896         Log: Microperl update.
22897      Branch: perl
22898            ! uconfig.h
22899 ____________________________________________________________________________
22900 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
22901         Log: Update the libnet tests as per #11138.
22902      Branch: perl
22903            - lib/Net/t/ph.t
22904            ! MANIFEST lib/Net/t/require.t
22905 ____________________________________________________________________________
22906 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
22907         Log: Regen toc and modlib.
22908      Branch: perl
22909            ! pod/perlmodlib.pod pod/perltoc.pod
22910 ____________________________________________________________________________
22911 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
22912         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
22913              Graham's request.
22914      Branch: perl
22915            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
22916            ! MANIFEST
22917 ____________________________________________________________________________
22918 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
22919         Log: Add the OS/390 harness results to the delta.
22920      Branch: perl
22921            ! pod/perl572delta.pod
22922 ____________________________________________________________________________
22923 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
22924         Log: Avoid the two study tests in OS/390 until the bug has been solved.
22925      Branch: perl
22926            ! t/op/study.t
22927 ____________________________________________________________________________
22928 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
22929         Log: DOS/DJGPP tweaks from Laszlo Molnar.
22930      Branch: perl
22931            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
22932 ____________________________________________________________________________
22933 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
22934         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
22935              From: Michael G Schwern <schwern@pobox.com>
22936              Date: Wed, 4 Jul 2001 00:01:16 -0400
22937              Message-ID: <20010704000116.C591@blackrider>
22938      Branch: perl
22939            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
22940 ____________________________________________________________________________
22941 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
22942         Log: The #11132 missed singleton characters (not part
22943              of a unilo..unihi range) in Unicode scripts.
22944      Branch: perl
22945            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
22946            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
22947            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
22948            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
22949            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
22950            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
22951            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
22952            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
22953            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
22954            ! lib/unicode/mktables.PL t/op/pat.t
22955 ____________________________________________________________________________
22956 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
22957         Log: Support preferentially the Unicode 'scripts' definition
22958              in the \p{In...} notation since according to Unicode the
22959              scripts concept is more natural for matching than using
22960              the somewhat artificial block names.  The block names are
22961              still available, though, and if there's a name conflict,
22962              the scripts one wins and the blocks one has to do with
22963              'Block' appended to its name.  For more information see
22964              
22965              http://www.unicode.org/unicode/reports/tr24/
22966      Branch: perl
22967            + lib/unicode/In/100.pl lib/unicode/In/101.pl
22968            + lib/unicode/In/102.pl lib/unicode/In/103.pl
22969            + lib/unicode/In/104.pl lib/unicode/In/105.pl
22970            + lib/unicode/In/106.pl lib/unicode/In/107.pl
22971            + lib/unicode/In/108.pl lib/unicode/In/109.pl
22972            + lib/unicode/In/110.pl lib/unicode/In/111.pl
22973            + lib/unicode/In/112.pl lib/unicode/In/113.pl
22974            + lib/unicode/In/114.pl lib/unicode/In/115.pl
22975            + lib/unicode/In/116.pl lib/unicode/In/117.pl
22976            + lib/unicode/In/118.pl lib/unicode/In/119.pl
22977            + lib/unicode/In/120.pl lib/unicode/In/121.pl
22978            + lib/unicode/In/122.pl lib/unicode/In/123.pl
22979            + lib/unicode/In/124.pl lib/unicode/In/125.pl
22980            + lib/unicode/In/126.pl lib/unicode/In/127.pl
22981            + lib/unicode/In/128.pl lib/unicode/In/129.pl
22982            + lib/unicode/In/130.pl lib/unicode/In/131.pl
22983            + lib/unicode/In/132.pl lib/unicode/In/133.pl
22984            + lib/unicode/In/134.pl lib/unicode/In/135.pl
22985            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
22986            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
22987            ! (edit 106 files)
22988 ____________________________________________________________________________
22989 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
22990         Log: Better document the difference between a block and a script.
22991      Branch: perl
22992            ! lib/Unicode/UCD.pm
22993 ____________________________________________________________________________
22994 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
22995         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
22996              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22997              Date: Tue, 3 Jul 2001 15:04:23 -0500
22998              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
22999      Branch: perl
23000            ! lib/CPAN.pm
23001 ____________________________________________________________________________
23002 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
23003         Log: Add tests for charscript().
23004      Branch: perl
23005            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
23006 ____________________________________________________________________________
23007 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
23008         Log: Add charscript() to get the UTR#24 script names of characters.
23009      Branch: perl
23010            ! lib/Unicode/UCD.pm
23011 ____________________________________________________________________________
23012 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
23013         Log: Todo updates.
23014      Branch: perl
23015            ! pod/perltodo.pod
23016 ____________________________________________________________________________
23017 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
23018         Log: Unicode::UCD updates.
23019      Branch: perl
23020            ! lib/Unicode/UCD.pm
23021 ____________________________________________________________________________
23022 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
23023         Log: (Retracted by #11174)
23024              Subject: MakeMaker should pass through DEFINE and INC to subdirs
23025              From: Alan Burlison <Alan.Burlison@sun.com>
23026              Date: Tue, 03 Jul 2001 15:20:13 +0100
23027              Message-ID: <3B41D49D.A923D4F9@sun.com>
23028      Branch: perl
23029            ! lib/ExtUtils/MM_Unix.pm
23030 ____________________________________________________________________________
23031 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
23032         Log: Subject: Patch needed for UTS
23033              From: hom00@utsglobal.com (Hal Morris)
23034              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
23035              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
23036              
23037              Replace #11113 with a better version.
23038      Branch: perl
23039            ! perl.h
23040 ____________________________________________________________________________
23041 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
23042         Log: Subject: Re: POINTERRIGOR
23043              From: Andy Dougherty <doughera@lafayette.edu>
23044              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
23045              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
23046      Branch: perl
23047            ! util.c
23048 ____________________________________________________________________________
23049 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
23050         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
23051              From: "Philip Newton" <pnewton@gmx.de>
23052              Date: Tue, 3 Jul 2001 17:03:34 +0200
23053              Message-ID: <3B41FAE6.29564.660E117@localhost>
23054      Branch: perl
23055            ! pp_hot.c
23056 ____________________________________________________________________________
23057 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
23058         Log: Typos.
23059      Branch: perl
23060            ! INSTALL
23061 ____________________________________________________________________________
23062 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
23063         Log: Subject: [PATCH 5.6.1] debugger fixes
23064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23065              Date: Tue, 3 Jul 2001 03:38:18 -0400
23066              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
23067              
23068              The $^S is working again.
23069      Branch: perl
23070            ! lib/perl5db.pl
23071 ____________________________________________________________________________
23072 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
23073         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
23074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23075              Date: Tue, 3 Jul 2001 03:34:06 -0400
23076              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
23077      Branch: perl
23078            ! os2/OS2/Process/Process.pm
23079 ____________________________________________________________________________
23080 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
23081         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
23082              From: "Philip Newton" <Philip.Newton@gmx.net>
23083              Date: Tue, 3 Jul 2001 09:11:27 +0200
23084              Message-Id: <200107030706.KAA04596@taas.iki.fi>
23085      Branch: perl
23086            ! lib/FindBin.pm
23087 ____________________________________________________________________________
23088 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
23089         Log: Delta delta.
23090      Branch: perl
23091            ! pod/perl572delta.pod
23092 ____________________________________________________________________________
23093 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
23094         Log: Metaconfig unit change for 11115.
23095      Branch: metaconfig
23096            ! U/modified/libc.U
23097 ____________________________________________________________________________
23098 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
23099         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
23100              (from Richard Hatch) (this was the cause of pipes() and
23101              times() myeteriously not being found)
23102      Branch: perl
23103            ! Configure
23104 ____________________________________________________________________________
23105 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
23106         Log: Retract #10142, the real culprit found by Richard Hatch,
23107              coming soon to Configure near you.
23108      Branch: perl
23109            ! hints/aix.sh
23110 ____________________________________________________________________________
23111 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
23112         Log: (Replaced by #11124) UTS workaround from Hal Morris.
23113      Branch: perl
23114            ! perl.h
23115 ____________________________________________________________________________
23116 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
23117         Log: Subject: [PATCH] grok not grocking correctly
23118              From: Nicholas Clark <nick@ccl4.org>
23119              Date: Tue, 3 Jul 2001 00:19:08 +0100
23120              Message-ID: <20010703001908.H59620@plum.flirble.org>
23121      Branch: perl
23122            ! numeric.c
23123 ____________________________________________________________________________
23124 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
23125         Log: Subject: [PATCH Deparse.t] test just-posted patches
23126              From: Robin Houston <robin@kitsite.com>
23127              Date: Mon, 2 Jul 2001 23:46:15 +0100
23128              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
23129      Branch: perl
23130            ! ext/B/Deparse.t
23131 ____________________________________________________________________________
23132 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
23133         Log: Subject: [PATCH toke.c] autosplit into @F
23134              From: Robin Houston <robin@kitsite.com>
23135              Date: Mon, 2 Jul 2001 23:18:20 +0100
23136              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
23137      Branch: perl
23138            ! perl.c toke.c
23139 ____________________________________________________________________________
23140 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
23141         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
23142              From: Robin Houston <robin@kitsite.com>
23143              Date: Mon, 2 Jul 2001 23:00:48 +0100
23144              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
23145      Branch: perl
23146            ! ext/B/B/Deparse.pm
23147 ____________________________________________________________________________
23148 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
23149         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
23150              From: "Philip Newton" <Philip.Newton@gmx.net>
23151              Date: Mon, 2 Jul 2001 22:06:22 +0200
23152              (no Message-Id)
23153      Branch: perl
23154            ! ext/NDBM_File/hints/linux.pl
23155 ____________________________________________________________________________
23156 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
23157         Log: Subject: Re: Fixed pack problem - sort of
23158              From: Nicholas Clark <nick@ccl4.org>
23159              Date: Mon, 2 Jul 2001 20:59:20 +0100
23160              Message-ID: <20010702205919.F59620@plum.flirble.org>
23161      Branch: perl
23162            ! pp_pack.c t/op/pack.t
23163 ____________________________________________________________________________
23164 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
23165         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
23166              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23167              Date: Mon, 2 Jul 2001 15:45:41 -0400
23168              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
23169      Branch: perl
23170            ! os2/os2.c
23171 ____________________________________________________________________________
23172 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
23173         Log: (Mistaken retraction)
23174      Branch: perl
23175            ! utils/pl2pm.PL
23176 ____________________________________________________________________________
23177 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
23178         Log: Detypo in #11103.
23179      Branch: perl
23180            ! utils/pl2pm.PL
23181 ____________________________________________________________________________
23182 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
23183         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
23184              From: Jonathan Stowe <gellyfish@gellyfish.com>
23185              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
23186              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
23187      Branch: perl
23188            ! utils/pl2pm.PL
23189 ____________________________________________________________________________
23190 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
23191         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
23192              From: "Craig A. Berry" <craigberry@mac.com>
23193              Date: Mon, 02 Jul 2001 14:11:23 -0500
23194              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
23195      Branch: perl
23196            ! lib/Unicode/UCD.pm
23197 ____________________________________________________________________________
23198 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
23199         Log: Subject: [PATCH] Re: op/numconvert.t failures
23200              From: Nicholas Clark <nick@ccl4.org>
23201              Date: Mon, 2 Jul 2001 20:10:48 +0100
23202              Message-ID: <20010702201048.E59620@plum.flirble.org>
23203      Branch: perl
23204            ! t/op/numconvert.t
23205 ____________________________________________________________________________
23206 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
23207         Log: Update Changes.
23208      Branch: perl
23209            ! Changes patchlevel.h
23210 ____________________________________________________________________________
23211 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
23212         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
23213              The real fix must be more involved.  The line of code all the leaky
23214              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
23215              line of Perl_newPMOP().
23216      Branch: perl
23217            ! op.h
23218 ____________________________________________________________________________
23219 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
23220         Log: Based on
23221              
23222              Subject: Re: sizeof(struct sembuf)
23223              From: Nicholas Clark <nick@ccl4.org>
23224              Date: Sun, 1 Jul 2001 22:26:48 +0100
23225              Message-ID: <20010701222648.W59620@plum.flirble.org>
23226              
23227              but do semop() always the slow way.
23228      Branch: perl
23229            ! doio.c
23230 ____________________________________________________________________________
23231 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
23232         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
23233              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23234              Date: Tue, 03 Jul 2001 00:56:30 +0900
23235              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
23236      Branch: perl
23237            ! ext/Encode/Encode/Tcl.t
23238 ____________________________________________________________________________
23239 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
23240         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
23241              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23242              Date: Tue, 03 Jul 2001 00:55:46 +0900
23243              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
23244      Branch: perl
23245            ! ext/Encode/Encode/Tcl.pm
23246 ____________________________________________________________________________
23247 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
23248         Log: Regen api and toc.
23249      Branch: perl
23250            ! pod/perlapi.pod pod/perltoc.pod
23251 ____________________________________________________________________________
23252 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
23253         Log: Metaconfig unit change for #11093.
23254      Branch: metaconfig/U/perl
23255            ! d_fcntl_can_lock.U
23256 ____________________________________________________________________________
23257 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
23258         Log: The fcntl locking test may hang if NFS locking messed up;
23259              break out with alarm(10).
23260      Branch: perl
23261            ! Configure
23262 ____________________________________________________________________________
23263 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
23264         Log: Move the mdelete.bat from win32/bin to win32.
23265      Branch: perl
23266            ! MANIFEST
23267 ____________________________________________________________________________
23268 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
23269         Log: Typo in #11083.
23270      Branch: perl
23271            ! ext/Time/Piece/Piece.t
23272 ____________________________________________________________________________
23273 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
23274         Log: Netware tweaks from Guruprasad.
23275      Branch: perl
23276            - NetWare/perlsdio.h
23277            ! MANIFEST NetWare/Makefile NetWare/interface.c
23278            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
23279            ! perlsdio.h
23280 ____________________________________________________________________________
23281 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
23282         Log: Subject: Re: [PATH] shared -> unique;
23283              From: Abhijit Menon-Sen <ams@wiw.org>
23284              Date: Wed, 27 Jun 2001 03:51:27 +0530
23285              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
23286      Branch: perl
23287            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
23288 ____________________________________________________________________________
23289 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
23290         Log: Subject: Re: AIX / gcc-3.0
23291              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23292              Date: Mon, 02 Jul 2001 15:20:21 +0200
23293              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
23294      Branch: perl
23295            ! hints/aix.sh
23296 ____________________________________________________________________________
23297 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
23298         Log: Subject: Re: Bug report: split splits on wrong pattern
23299              From: Abhijit Menon-Sen <ams@wiw.org>
23300              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
23301              Date: Mon, 2 Jul 2001 16:31:33 +0530
23302      Branch: perl
23303            ! pp_ctl.c
23304 ____________________________________________________________________________
23305 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
23306         Log: Subject: [PATCH 5.6.1] test harness
23307              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23308              Date: Mon, 2 Jul 2001 06:29:21 -0400
23309              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
23310      Branch: perl
23311            ! lib/Test/Harness.pm
23312 ____________________________________________________________________________
23313 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
23314         Log: Subject: [PATCH 5.6.1] debugger goof
23315              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23316              Date: Mon, 2 Jul 2001 06:27:22 -0400
23317              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
23318      Branch: perl
23319            ! lib/perl5db.pl
23320 ____________________________________________________________________________
23321 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
23322         Log: Subject: [PATCH 5.6.1] OS/2 cwd
23323              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23324              Date: Mon, 2 Jul 2001 06:21:17 -0400
23325              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
23326      Branch: perl
23327            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
23328 ____________________________________________________________________________
23329 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
23330         Log: Make #11082 more OS/2-specific.
23331      Branch: perl
23332            ! ext/Time/Piece/Piece.t
23333 ____________________________________________________________________________
23334 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
23335         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
23336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23337              Date: Mon, 2 Jul 2001 06:06:34 -0400
23338              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
23339      Branch: perl
23340            ! ext/Time/Piece/Piece.t
23341 ____________________________________________________________________________
23342 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
23343         Log: Subject: [PATCH B::Deparse] version number & changes
23344              From: Robin Houston <robin@kitsite.com>  
23345              Date: Sun, 1 Jul 2001 17:17:29 +0100
23346              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
23347      Branch: perl
23348            ! ext/B/B/Deparse.pm
23349 ____________________________________________________________________________
23350 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
23351         Log: Subject: a small fix.
23352              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23353              Date: Mon, 2 Jul 2001 12:17:53 +0200
23354              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
23355      Branch: perl
23356            ! ext/Thread/Thread.xs
23357 ____________________________________________________________________________
23358 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
23359         Log: Subject: RE: perl@10907
23360              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
23361              Date: Mon, 2 Jul 2001 12:06:16 +0200
23362              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
23363              
23364              Borland C vs PerlIO.
23365      Branch: perl
23366            ! win32/config.bc win32/config_H.bc
23367 ____________________________________________________________________________
23368 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
23369         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
23370              From: "H.M. Brand" <merijn@l1.procura.nl>
23371              Date: Mon, 02 Jul 2001 11:18:57 +0200
23372              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
23373      Branch: perl
23374            ! t/op/write.t
23375 ____________________________________________________________________________
23376 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
23377         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
23378              From: Michael G Schwern <schwern@pobox.com>
23379              Date: Mon, 2 Jul 2001 00:26:24 -0400
23380              Message-ID: <20010702002624.A18302@blackrider>
23381      Branch: perl
23382            - ext/util/mkbootstrap
23383 ____________________________________________________________________________
23384 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
23385         Log: Subject: [PATCH op.h] v minor comment tweak
23386              From: Robin Houston <robin@puffinry.freeserve.co.uk>
23387              Date: Mon, 2 Jul 2001 00:42:01 +0100
23388              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
23389      Branch: perl
23390            ! op.h
23391 ____________________________________________________________________________
23392 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
23393         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
23394      Branch: perl
23395            ! pod/perlfunc.pod
23396 ____________________________________________________________________________
23397 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
23398         Log: Subject: Re: sizeof(struct sembuf)
23399              From: Nicholas Clark <nick@ccl4.org>
23400              Date: Sun, 1 Jul 2001 19:23:16 +0100
23401              Message-ID: <20010701192316.V59620@plum.flirble.org>
23402              
23403              s/signaling/signalling/
23404      Branch: perl
23405            ! pod/perlfunc.pod
23406 ____________________________________________________________________________
23407 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
23408         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
23409              From: "Philip Newton" <Philip.Newton@gmx.net>
23410              Date: Sun, 1 Jul 2001 09:37:56 +0200
23411              Message-Id: <200107010733.KAA03920@taas.iki.fi>
23412      Branch: perl
23413            ! pod/perlvar.pod
23414 ____________________________________________________________________________
23415 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
23416         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
23417              From: "Philip Newton" <Philip.Newton@gmx.net>
23418              Date: Sun, 1 Jul 2001 09:37:56 +0200
23419              Message-Id: <200107010733.KAA03925@taas.iki.fi>
23420      Branch: perl
23421            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
23422 ____________________________________________________________________________
23423 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
23424         Log: Metaconfig unit change for #11070.
23425      Branch: metaconfig
23426            ! U/compline/randfunc.U
23427 ____________________________________________________________________________
23428 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
23429         Log: Subject: [PATCH perlsnap] its --> it's --> its
23430              From: "Philip Newton" <Philip.Newton@gmx.net>
23431              Date: Sun, 1 Jul 2001 09:37:56 +0200
23432              Message-Id: <200107010733.KAA03914@taas.iki.fi>
23433      Branch: perl
23434            ! Porting/config_H
23435 ____________________________________________________________________________
23436 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
23437         Log: Sync with Sarathy; integrate with perlio.
23438      Branch: perl
23439           !> gv.c
23440 ____________________________________________________________________________
23441 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
23442         Log: regenerate win32/config_H.?c files
23443      Branch: perl
23444            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23445 ____________________________________________________________________________
23446 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
23447         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
23448              naming discipline
23449              
23450              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
23451              because of this)
23452              
23453              fix a warning about "fd" being used without being set in Cwd.xs
23454      Branch: perl
23455            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
23456            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
23457            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
23458            ! win32/config.vc
23459 ____________________________________________________________________________
23460 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
23461         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
23462              within macro arguments") and warnings ("unary minus applied to
23463              unsigned type", among others)
23464      Branch: perl
23465            ! gv.c hv.c op.c pp.c sv.c toke.c
23466 ____________________________________________________________________________
23467 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
23468         Log: win32 fixes: more spurious CRs
23469      Branch: perl
23470            ! win32/mdelete.bat
23471 ____________________________________________________________________________
23472 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
23473         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
23474              from win32/bin (or it gets deleted by distclean); don't delete
23475              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
23476              NT (should be made Win9x specific, and added to makefile.mk)
23477      Branch: perl
23478           +> win32/mdelete.bat
23479            - win32/bin/mdelete.bat
23480            ! win32/Makefile win32/makefile.mk
23481 ____________________________________________________________________________
23482 [ 11063] By: nick                                  on 2001/07/01  18:54:09
23483         Log: Quick for for #ifdef mess
23484      Branch: perlio
23485            ! gv.c
23486 ____________________________________________________________________________
23487 [ 11062] By: nick                                  on 2001/07/01  18:47:42
23488         Log: Raw integrate - does not build #if mess in gv.c
23489      Branch: perlio
23490           !> (integrate 29 files)
23491 ____________________________________________________________________________
23492 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
23493         Log: Make 'compile' target a little less broken.
23494              Still very broken, though: -Wall warnings from
23495              the generated code, boot_Foo prototypes missing,
23496              can't autoload Fcntl::SEEK_CUR et alia, ...
23497      Branch: perl
23498            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
23499            ! utils/perlcc.PL x2p/Makefile.SH
23500 ____________________________________________________________________________
23501 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
23502         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
23503      Branch: perl
23504            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23505            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
23506 ____________________________________________________________________________
23507 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
23508         Log: Update Changes.
23509      Branch: perl
23510            ! Changes patchlevel.h
23511 ____________________________________________________________________________
23512 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
23513         Log: Still one typo, regen toc.
23514      Branch: perl
23515            ! lib/Unicode/UCD.pm pod/perltoc.pod
23516 ____________________________________________________________________________
23517 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
23518         Log: Detypos and regen toc.
23519      Branch: perl
23520            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
23521 ____________________________________________________________________________
23522 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
23523         Log: VERSION tweak.
23524      Branch: perl
23525            ! ext/List/Util/lib/List/Util.pm
23526 ____________________________________________________________________________
23527 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
23528         Log: Attempt at plugging the leak under ithreads detected by Doug.
23529      Branch: perl
23530            ! op.h
23531 ____________________________________________________________________________
23532 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
23533         Log: gcc -Wall lint after #11051.
23534      Branch: perl
23535            ! pp_sys.c
23536 ____________________________________________________________________________
23537 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
23538         Log: Integrate perlio.
23539      Branch: perl
23540           !> lib/File/Find/taint.t
23541 ____________________________________________________________________________
23542 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
23543         Log: Don't use the v-strings for module VERSIONs.
23544      Branch: perl
23545            ! lib/Unicode/UCD.pm
23546 ____________________________________________________________________________
23547 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
23548         Log: Code cleanup based on turning off the -woffs in IRIX.
23549              Not all of the gripes cleaned up (hairy code in hv.c and
23550              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
23551              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
23552              to the IRIX hints)
23553      Branch: perl
23554            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
23555            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
23556            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
23557            ! regcomp.c sv.c
23558 ____________________________________________________________________________
23559 [ 11050] By: nick                                  on 2001/06/30  20:46:46
23560         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
23561      Branch: perlio
23562            ! lib/File/Find/taint.t
23563 ____________________________________________________________________________
23564 [ 11049] By: nick                                  on 2001/06/30  18:13:33
23565         Log: Integrate mainline
23566      Branch: perlio
23567           +> NetWare/nwstdio.h NetWare/perlsdio.h
23568           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
23569           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
23570           +> lib/Unicode/UCD.t t/run/exit.t
23571           !> (integrate 60 files)
23572 ____________________________________________________________________________
23573 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
23574         Log: Delta delta.
23575      Branch: perl
23576            ! pod/perl572delta.pod
23577 ____________________________________________________________________________
23578 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
23579         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
23580              by CPAN.pm, use rather _00.
23581      Branch: perl
23582            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
23583            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
23584            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
23585            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
23586            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
23587            ! lib/ExtUtils/Embed.pm lib/Test.pm
23588 ____________________________________________________________________________
23589 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
23590         Log: Add a simple Unicode character database interface, Unicode::UCD.
23591      Branch: perl
23592            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
23593            ! MANIFEST
23594 ____________________________________________________________________________
23595 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
23596         Log: Subject: [PATCH] op/numconver.t
23597              From: Nicholas Clark <nick@ccl4.org>
23598              Date: Sat, 30 Jun 2001 15:40:10 +0100
23599              Message-ID: <20010630154010.I59620@plum.flirble.org>
23600      Branch: perl
23601            ! t/op/numconvert.t
23602 ____________________________________________________________________________
23603 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
23604         Log: The $^N is now taken (by #11038).
23605      Branch: perl
23606            ! t/base/lex.t
23607 ____________________________________________________________________________
23608 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
23609         Log: The #11040 had slipped to a wrong function...
23610      Branch: perl
23611            ! sv.c
23612 ____________________________________________________________________________
23613 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
23614         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
23615              the Configure library symbol probe mysteriously finds all
23616              symbols but those of pipe() and times().
23617      Branch: perl
23618            ! hints/aix.sh
23619 ____________________________________________________________________________
23620 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
23621         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
23622              From: Nicholas Clark <nick@ccl4.org>
23623              Date: Fri, 29 Jun 2001 23:49:07 +0100
23624              Message-ID: <20010629234907.D59620@plum.flirble.org>
23625      Branch: perl
23626            ! lib/ExtUtils.t
23627 ____________________________________________________________________________
23628 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
23629         Log: Subject: [PATCH] weakref fix 2, not yet there
23630              From: Artur Bergman <artur@contiller.se>
23631              Date: Sat, 30 Jun 2001 01:18:16 +0200
23632              Message-ID: <B762D957.1CC9%artur@contiller.se>
23633      Branch: perl
23634            ! sv.c
23635 ____________________________________________________________________________
23636 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
23637         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
23638              From: Michael G Schwern <schwern@pobox.com>
23639              Date: Fri, 29 Jun 2001 19:39:11 -0400
23640              Message-ID: <20010629193910.D25304@blackrider>
23641      Branch: perl
23642            + t/run/exit.t
23643            ! MANIFEST
23644 ____________________________________________________________________________
23645 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
23646         Log: Add support for $^N, the most-recently closed group.
23647      Branch: perl
23648            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
23649            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
23650            ! thrdvar.h
23651 ____________________________________________________________________________
23652 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
23653         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
23654              From: lvirden@cas.org
23655              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
23656              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
23657              
23658              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
23659              From: lvirden@cas.org
23660              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
23661              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
23662      Branch: perl
23663            ! README.solaris
23664 ____________________________________________________________________________
23665 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
23666         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
23667              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23668              Date: Sat, 30 Jun 2001 07:33:37 +0900
23669              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
23670              
23671              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
23672              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23673              Date: Sat, 30 Jun 2001 21:38:14 +0900
23674              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
23675      Branch: perl
23676            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
23677            + ext/Encode/Encode/7bit-kr.enc
23678            ! MANIFEST ext/Encode/Encode/Tcl.pm
23679 ____________________________________________________________________________
23680 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
23681         Log: NetWare tweaks from Guruprasad.
23682      Branch: perl
23683            + NetWare/nwstdio.h NetWare/perlsdio.h
23684            ! MANIFEST NetWare/Makefile NetWare/config.wc
23685            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
23686            ! NetWare/t/Readme.txt
23687 ____________________________________________________________________________
23688 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
23689         Log: More module $VERSION bump-ups.
23690      Branch: perl
23691            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
23692            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
23693            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
23694 ____________________________________________________________________________
23695 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
23696         Log: Doc update due to #11032.
23697      Branch: perl
23698            ! pod/perl572delta.pod
23699 ____________________________________________________________________________
23700 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
23701         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
23702              From: Peter Prymmer <pvhp@forte.com>
23703              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
23704              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
23705      Branch: perl
23706            ! ext/Time/HiRes/HiRes.xs
23707 ____________________________________________________________________________
23708 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
23709         Log: -lpthreads missing in AIX.
23710      Branch: perl
23711            ! hints/aix.sh
23712 ____________________________________________________________________________
23713 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
23714         Log: Subject: [PATCH] CLONE && weakrefs
23715              From: Artur Bergman <artur@contiller.se>
23716              Date: Fri, 29 Jun 2001 17:02:00 +0200
23717              Message-ID: <B7626508.1CA0%artur@contiller.se>
23718      Branch: perl
23719            ! sv.c
23720 ____________________________________________________________________________
23721 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
23722         Log: Subject: Re: Bug report: split splits on wrong pattern
23723              From: Radu Greab <radu@netsoft.ro>
23724              Date: Wed, 27 Jun 2001 21:50:52 +0300
23725              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
23726      Branch: perl
23727            ! pp_ctl.c t/op/split.t
23728 ____________________________________________________________________________
23729 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
23730         Log: Metaconfig unit change for #11027.
23731      Branch: metaconfig/U/perl
23732            ! d_modfl.U
23733 ____________________________________________________________________________
23734 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
23735         Log: I thought this Configure glitch for AIX was just recently fixed?
23736      Branch: perl
23737            ! Configure
23738 ____________________________________________________________________________
23739 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
23740         Log: Update Changes.
23741      Branch: perl
23742            ! Changes patchlevel.h
23743 ____________________________________________________________________________
23744 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
23745         Log: Subject: Re: perl@10967, File::Find, and Cwd
23746              From: Mike Guy <mjtg@cam.ac.uk>
23747              Date: Fri, 29 Jun 2001 14:56:49 +0100
23748              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
23749      Branch: perl
23750            ! lib/File/Find/taint.t
23751 ____________________________________________________________________________
23752 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
23753         Log: Update the sv_pvprintify() spec.
23754      Branch: perl
23755            ! pod/perltodo.pod
23756 ____________________________________________________________________________
23757 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
23758         Log: Known test failures update.
23759      Branch: perl
23760            ! pod/perl572delta.pod
23761 ____________________________________________________________________________
23762 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
23763         Log: Based on
23764              
23765              Subject: [PATCH @11016] More );) fixes
23766              From: Richard Soderberg <rs@crystalflame.net>
23767              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
23768              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
23769      Branch: perl
23770            ! ext/Thread/Thread.xs ext/Thread/typemap
23771 ____________________________________________________________________________
23772 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
23773         Log: Subject: [PATCH @11016] Fixes compile errors in four files
23774              From: Richard Soderberg <rs@crystalflame.net>
23775              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
23776              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
23777      Branch: perl
23778            ! mg.c pp.c pp_hot.c util.c
23779 ____________________________________________________________________________
23780 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
23781         Log: AIX hints tweaking continues, from Merijn Brand.
23782      Branch: perl
23783            ! hints/aix.sh
23784 ____________________________________________________________________________
23785 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
23786         Log: HP-UX needs gccversion sooner, from Merijn Brand.
23787      Branch: perl
23788            ! hints/hpux.sh
23789 ____________________________________________________________________________
23790 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
23791         Log: Subject: [PATCH 5.6.1] OS/2 docs
23792              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23793              Date: Fri, 29 Jun 2001 02:34:12 -0400
23794              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
23795      Branch: perl
23796            ! README.os2 os2/Changes
23797 ____________________________________________________________________________
23798 [ 11017] By: nick                                  on 2001/06/29  10:20:30
23799         Log: Integrate mainline
23800      Branch: perlio
23801           +> (branch 37 files)
23802            - ext/ODBM_File/sdbm.t
23803           !> (integrate 211 files)
23804 ____________________________________________________________________________
23805 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
23806         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
23807              the modules found using a script written by Larry Schatzer Jr.
23808      Branch: perl
23809            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
23810            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
23811            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
23812            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
23813            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
23814            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
23815            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
23816            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
23817            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
23818            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
23819            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
23820            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
23821            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
23822            ! lib/constant.pm lib/fields.pm lib/strict.pm
23823 ____________________________________________________________________________
23824 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
23825         Log: The latest JPL from the anoncvs.
23826      Branch: perl
23827            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
23828 ____________________________________________________________________________
23829 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
23830         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
23831      Branch: perl
23832            ! t/op/pat.t
23833 ____________________________________________________________________________
23834 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
23835         Log: Worrying about insecure directories now is a bit too late.
23836      Branch: perl
23837            ! lib/File/Find/taint.t
23838 ____________________________________________________________________________
23839 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
23840         Log: Cannot DIE() in a void function,
23841              from Richard Hatch <rhatch@austin.ibm.com>.
23842      Branch: perl
23843            ! ext/IPC/SysV/SysV.xs
23844 ____________________________________________________________________________
23845 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
23846         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
23847              From: Peter Prymmer <pvhp@forte.com>
23848              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
23849              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
23850              
23851              (unfinished: time/hires tests 3, 5, 14 failing, but better
23852              than wholesale failure)
23853      Branch: perl
23854            ! ext/Time/HiRes/HiRes.xs
23855 ____________________________________________________________________________
23856 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
23857         Log: Subject: [PATCH 5.6.1] OS/2 improvements
23858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23859              Date: Thu, 28 Jun 2001 16:03:14 -0400
23860              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
23861      Branch: perl
23862            + os2/os2_base.t
23863            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
23864            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
23865            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
23866            ! os2/os2ish.h
23867 ____________________________________________________________________________
23868 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
23869         Log: Subject: Incrementing Extutils::Manifest's $VERSION
23870              From: Michael G Schwern <schwern@pobox.com>
23871              Date: Thu, 28 Jun 2001 13:13:49 -0400
23872              Message-ID: <20010628131349.A14738@blackrider>
23873      Branch: maint-5.6/perl
23874            ! lib/ExtUtils/Manifest.pm
23875 ____________________________________________________________________________
23876 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
23877         Log: AIX tweak from Merijn Brand.
23878      Branch: perl
23879            ! hints/aix.sh
23880 ____________________________________________________________________________
23881 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
23882         Log: Create the macperl branch.
23883      Branch: maint-5.6/macperl
23884           +> (branch 1728 files)
23885 ____________________________________________________________________________
23886 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
23887         Log: Update Changes.
23888      Branch: perl
23889            ! Changes patchlevel.h
23890 ____________________________________________________________________________
23891 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
23892         Log: More Perforce lore.
23893      Branch: perl
23894            ! Porting/repository.pod
23895 ____________________________________________________________________________
23896 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
23897         Log: Metaconfig unit changes for #11003.
23898      Branch: metaconfig/U/perl
23899            + d_nl_langinfo.U i_langinfo.U
23900 ____________________________________________________________________________
23901 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
23902         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
23903              Expected not to exist in non-UNIX excepting in VMS, where
23904              according to a quick web survey they just might.
23905      Branch: perl
23906            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
23907            ! Porting/config_H config_h.SH configure.com epoc/config.sh
23908            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
23909            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23910            ! win32/config.bc win32/config.gc win32/config.vc
23911 ____________________________________________________________________________
23912 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
23913         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
23914              in AIX is one is doing a 64-bit build.
23915      Branch: perl
23916            ! hints/aix.sh
23917 ____________________________________________________________________________
23918 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
23919         Log: Metaconfig unit changes for #11000.
23920      Branch: metaconfig/U/perl
23921            ! use64bits.U uselfs.U
23922 ____________________________________________________________________________
23923 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
23924         Log: Move use64bitint and use64bitall before uselargefiles.
23925      Branch: perl
23926            ! Configure
23927 ____________________________________________________________________________
23928 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
23929         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
23930              From: Robert Spier <rspier@pobox.com>
23931              Message-ID: <15162.41164.618712.841415@rls.cx>
23932              Date: Wed, 27 Jun 2001 23:13:16 -0400
23933      Branch: perl
23934            ! doio.c
23935 ____________________________________________________________________________
23936 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
23937         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
23938              From: Peter Prymmer <pvhp@forte.com>
23939              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
23940              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
23941      Branch: perl
23942            ! numeric.c
23943 ____________________________________________________________________________
23944 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
23945         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
23946              From: Peter Prymmer <pvhp@forte.com>
23947              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
23948              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
23949      Branch: perl
23950            ! configure.com ext/Digest/MD5/Makefile.PL
23951 ____________________________________________________________________________
23952 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
23953         Log: Update Changes.
23954      Branch: perl
23955            ! Changes patchlevel.h
23956 ____________________________________________________________________________
23957 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
23958         Log: Tiny EPOC updates.
23959      Branch: perl
23960            ! epoc/config.sh
23961 ____________________________________________________________________________
23962 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
23963         Log: The Test::More and Test::Simple tests required help
23964              thanks to our schizophrenic test scheme.
23965      Branch: perl
23966            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
23967            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
23968            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
23969            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
23970            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
23971 ____________________________________________________________________________
23972 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
23973         Log: Upgrade to Test::Simple 0.09.
23974      Branch: perl
23975            + lib/Test/Simple/Changes
23976            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
23977            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
23978            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
23979            ! lib/Test/Simple/t/plan_is_noplan.t
23980 ____________________________________________________________________________
23981 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
23982         Log: Upgrade to Test::More 0.07.
23983      Branch: perl
23984            + lib/Test/More/Changes
23985            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
23986            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
23987            ! lib/Test/More/t/skipall.t
23988 ____________________________________________________________________________
23989 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
23990         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
23991              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23992              Date: Wed, 27 Jun 2001 18:40:04 +0200
23993              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
23994      Branch: perl
23995            ! hints/hpux.sh
23996 ____________________________________________________________________________
23997 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
23998         Log: Subject: [PATCH README.qnx hints/qnx.sh]
23999              From: Norton Allen <allen@huarp.harvard.edu>
24000              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
24001              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
24002      Branch: perl
24003            ! README.qnx hints/qnx.sh
24004 ____________________________________________________________________________
24005 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
24006         Log: Subject: [PATCH] two little documentation nits
24007              From: Abhijit Menon-Sen <ams@wiw.org>
24008              Date: Wed, 27 Jun 2001 20:07:50 +0530
24009              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
24010      Branch: perl
24011            ! sv.c sv.h
24012 ____________________________________________________________________________
24013 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
24014         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
24015              From: Norton Allen <allen@huarp.harvard.edu>
24016              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
24017              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
24018      Branch: perl
24019            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
24020 ____________________________________________________________________________
24021 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
24022         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
24023              From: Michael G Schwern <schwern@pobox.com>
24024              Date: Wed, 27 Jun 2001 02:34:58 -0400
24025              Message-ID: <20010627023458.K23874@blackrider>
24026      Branch: perl
24027            ! vms/test.com
24028 ____________________________________________________________________________
24029 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
24030         Log: Add perl_clone_host() for Netware.
24031      Branch: perl
24032            ! NetWare/nw5.c
24033 ____________________________________________________________________________
24034 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
24035         Log: GCC 3.0 hints for HP-UX.
24036      Branch: perl
24037            ! hints/hpux.sh
24038 ____________________________________________________________________________
24039 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
24040         Log: In some Linux distributions the libndbm is broken
24041              (no null key support), therefore link with libgdbm
24042              (if available), since it has a working ndbm emulation,
24043              from Jonathan Stowe.
24044      Branch: perl
24045            + ext/NDBM_File/hints/linux.pl
24046            ! MANIFEST
24047 ____________________________________________________________________________
24048 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
24049         Log: Subject: [PATCH perl@10930] find.t hack for VMS
24050              From: "Craig A. Berry" <craigberry@mac.com>
24051              Date: Tue, 26 Jun 2001 23:40:25 -0500
24052              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
24053      Branch: perl
24054            ! lib/File/Find/find.t
24055 ____________________________________________________________________________
24056 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
24057         Log: AUTHORS updates.
24058      Branch: perl
24059            ! AUTHORS
24060 ____________________________________________________________________________
24061 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
24062         Log: Metaconfig unit change like #10980.
24063      Branch: metaconfig
24064            ! U/compline/d_stdstdio.U
24065 ____________________________________________________________________________
24066 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
24067         Log: "lose the it's", from Abhijit Menon-Sen.
24068              ("It's" not searched, pods not searched.)
24069      Branch: perl
24070            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
24071            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
24072            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
24073            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
24074            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24075            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
24076 ____________________________________________________________________________
24077 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
24078         Log: "lose the looses", from Abhijit Menon-Sen.
24079      Branch: perl
24080            ! ext/B/B/Assembler.pm gv.c
24081 ____________________________________________________________________________
24082 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
24083         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
24084      Branch: perl
24085            ! hints/os390.sh
24086 ____________________________________________________________________________
24087 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
24088         Log: DEC C 5.3 on the VAX simply doesn't seem to like
24089              compiling the MD5 extension, disable it there for now,
24090              from Peter Prymmer.
24091      Branch: perl
24092            ! configure.com
24093 ____________________________________________________________________________
24094 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
24095         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
24096              From: Jonathan Stowe <gellyfish@gellyfish.com>
24097              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
24098              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
24099      Branch: perl
24100            ! pod/perlfaq3.pod
24101 ____________________________________________________________________________
24102 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
24103         Log: Subject: [PATCH 5.6.1] perlxs misprints
24104              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24105              Date: Tue, 26 Jun 2001 17:20:00 -0400
24106              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
24107      Branch: perl
24108            ! pod/perlxs.pod
24109 ____________________________________________________________________________
24110 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
24111         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
24112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24113              Date: Tue, 26 Jun 2001 17:27:07 -0400
24114              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
24115      Branch: perl
24116            ! lib/ExtUtils/MM_Unix.pm
24117 ____________________________________________________________________________
24118 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
24119         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
24120              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24121              Date: Tue, 26 Jun 2001 17:23:24 -0400
24122              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
24123      Branch: perl
24124            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
24125 ____________________________________________________________________________
24126 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
24127         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
24128              by Olaf Flebbe.
24129      Branch: perl
24130            ! perl.h
24131 ____________________________________________________________________________
24132 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
24133         Log: Detypo.
24134      Branch: perl
24135            ! lib/Memoize/t/tie_sdbm.t
24136 ____________________________________________________________________________
24137 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
24138         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
24139      Branch: perl
24140            ! win32/perllib.c
24141 ____________________________________________________________________________
24142 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
24143         Log: Subject: [patch] perl_clone+CvFILE
24144              From: Doug MacEachern <dougm@covalent.net>
24145              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
24146              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
24147      Branch: perl
24148            ! sv.c
24149 ____________________________________________________________________________
24150 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
24151         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
24152              From: Mark-Jason Dominus <mjd@plover.com>
24153              Date: Tue, 26 Jun 2001 12:33:01 -0400
24154              Message-ID: <20010626163301.31298.qmail@plover.com>
24155      Branch: perl
24156            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
24157 ____________________________________________________________________________
24158 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
24159         Log: Update Changes.
24160      Branch: perl
24161            ! Changes patchlevel.h
24162 ____________________________________________________________________________
24163 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
24164         Log: Also catfile() needs now to explicitly exported.
24165      Branch: perl
24166            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
24167 ____________________________________________________________________________
24168 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
24169         Log: Regen toc.
24170      Branch: perl
24171            ! pod/perltoc.pod
24172 ____________________________________________________________________________
24173 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
24174         Log: Nonexistent pod command.
24175      Branch: perl
24176            ! pod/perl572delta.pod
24177 ____________________________________________________________________________
24178 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
24179         Log: Be more portable in the quest for tmpdir.
24180      Branch: perl
24181            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
24182 ____________________________________________________________________________
24183 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
24184         Log: Be more portable in finding out the home directory,
24185              and use File::Spec to do the concat.
24186              (Come to think of it, couldn't File::Spec provide
24187              for a ->homedir method?)
24188      Branch: perl
24189            ! lib/Net/Config.pm
24190 ____________________________________________________________________________
24191 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
24192         Log: Doc patch for #10959.
24193      Branch: perl
24194            ! pod/perlfunc.pod
24195 ____________________________________________________________________________
24196 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
24197         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
24198              From: "Philip Newton" <pnewton@gmx.de>
24199              Date: Tue, 26 Jun 2001 16:26:47 +0200
24200              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
24201      Branch: perl
24202            ! pod/perldata.pod
24203 ____________________________________________________________________________
24204 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
24205         Log: Subject: [PATH] shared -> unique;
24206              From: "Artur Bergman" <artur@contiller.se>
24207              Date: Tue, 26 Jun 2001 16:18:40 +0200
24208              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
24209              
24210              Because "shared" isn't: it's read-only.
24211      Branch: perl
24212            ! toke.c xsutils.c
24213 ____________________________________________________________________________
24214 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
24215         Log: Escape multiline croak messages.
24216      Branch: perl
24217            ! t/op/ver.t
24218 ____________________________________________________________________________
24219 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
24220         Log: No more pragma/*.t for minitest.
24221      Branch: perl
24222            ! Makefile.SH
24223 ____________________________________________________________________________
24224 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
24225         Log: AUTHORS updates.
24226      Branch: perl
24227            ! AUTHORS
24228 ____________________________________________________________________________
24229 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
24230         Log: delta updates.
24231      Branch: perl
24232            ! pod/perl572delta.pod
24233 ____________________________________________________________________________
24234 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
24235         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
24236              From: Artur Bergman <artur@contiller.se> 
24237              Date: Tue, 26 Jun 2001 15:32:53 +0200
24238              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
24239      Branch: perl
24240            ! makedef.pl sv.c sv.h win32/perllib.c
24241 ____________________________________________________________________________
24242 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
24243         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
24244              From: Jonathan Stowe <gellyfish@gellyfish.com>
24245              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
24246              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
24247              
24248              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
24249      Branch: perl
24250            + ext/Time/HiRes/hints/sco.pl
24251            ! MANIFEST
24252 ____________________________________________________________________________
24253 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
24254         Log: Subject: [PATCH 5.6.1] static build
24255              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24256              Date: Tue, 26 Jun 2001 04:22:25 -0400
24257              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
24258      Branch: perl
24259            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
24260            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
24261 ____________________________________________________________________________
24262 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
24263         Log: DJGPP patches from Laszlo Molnar.
24264      Branch: perl
24265            ! djgpp/djgpp.c perl.c util.c
24266 ____________________________________________________________________________
24267 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
24268         Log: Netware patches from Ananth Kesari.
24269      Branch: perl
24270            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
24271            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
24272            ! NetWare/nwtinfo.h
24273 ____________________________________________________________________________
24274 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
24275         Log: Detypo.
24276      Branch: perl
24277            ! ext/Errno/Errno_pm.PL
24278 ____________________________________________________________________________
24279 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
24280         Log: There seems to be two ways of spelling the $^O in *STEP.
24281      Branch: perl
24282            ! ext/Errno/Errno_pm.PL
24283 ____________________________________________________________________________
24284 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
24285         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
24286              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
24287      Branch: perl
24288            ! ext/Errno/Errno_pm.PL
24289 ____________________________________________________________________________
24290 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
24291         Log: Known bugs update.
24292      Branch: perl
24293            ! pod/perl572delta.pod
24294 ____________________________________________________________________________
24295 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
24296         Log: The default installation of Cygwin has 500 as root's uid.
24297      Branch: perl
24298            ! lib/User/pwent.t
24299 ____________________________________________________________________________
24300 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
24301         Log: Be even more relaxed (re-allow having only one entry).
24302      Branch: perl
24303            ! t/op/grent.t t/op/pwent.t
24304 ____________________________________________________________________________
24305 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
24306         Log: Test failure updates.
24307      Branch: perl
24308            ! pod/perl572delta.pod
24309 ____________________________________________________________________________
24310 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
24311         Log: MPE/iX test tweaks from Mark Bixby.
24312      Branch: perl
24313            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
24314            ! t/io/fs.t t/op/stat.t
24315 ____________________________________________________________________________
24316 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
24317         Log: Microperl findings.
24318      Branch: perl
24319            ! perl.h pp_sys.c
24320 ____________________________________________________________________________
24321 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
24322         Log: Touch uconfig.h.
24323      Branch: perl
24324            ! uconfig.h
24325 ____________________________________________________________________________
24326 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
24327         Log: Subject: [PATCH] Proposed fix for Pod::Man
24328              From: Rob Napier <rnapier@employees.org>
24329              Date: Mon, 25 Jun 2001 15:49:24 -0400
24330              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
24331              
24332              Cater for Solaris nroff brokenness (shortchanges daisywheel
24333              printers, but hey, we also no more support PDPs.)
24334      Branch: perl
24335            ! lib/Pod/Man.pm
24336 ____________________________________________________________________________
24337 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
24338         Log: Typo in #10937.
24339      Branch: perl
24340            ! ext/POSIX/sigaction.t
24341 ____________________________________________________________________________
24342 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
24343         Log: SIGCONT not trappable in VMS.
24344      Branch: perl
24345            ! ext/POSIX/sigaction.t
24346 ____________________________________________________________________________
24347 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
24348         Log: Subject: [DRAFT] Encode-Tcl.t
24349              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24350              Date: Tue, 26 Jun 2001 03:38:08 +0900
24351              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
24352      Branch: perl
24353            + ext/Encode/Encode/Tcl.t
24354            ! MANIFEST ext/Encode/Encode/Tcl.pm
24355 ____________________________________________________________________________
24356 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
24357         Log: Because of #10932 retract also the perlfunc hunk of #10910.
24358      Branch: perl
24359            ! pod/perlfunc.pod
24360 ____________________________________________________________________________
24361 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
24362         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
24363              by Ilya Zakharevich in
24364              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
24365      Branch: perl
24366            ! XSUB.h
24367 ____________________________________________________________________________
24368 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
24369         Log: Typo in #10889.
24370      Branch: perl
24371            ! hints/uts.sh
24372 ____________________________________________________________________________
24373 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
24374         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
24375              From: Abhijit Menon-Sen <ams@wiw.org>
24376              Date: Mon, 25 Jun 2001 23:45:45 +0530
24377              Message-ID: <20010625234545.A5022@lustre.linux.in>
24378      Branch: perl
24379            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
24380 ____________________________________________________________________________
24381 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
24382         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
24383              From: Michael G Schwern <schwern@pobox.com>
24384              Date: Mon, 25 Jun 2001 14:35:51 -0400
24385              Message-ID: <20010625143551.H13819@blackrider>
24386      Branch: perl
24387            ! lib/Test.pm
24388 ____________________________________________________________________________
24389 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
24390         Log: Update Changes.
24391      Branch: perl
24392            ! Changes patchlevel.h
24393 ____________________________________________________________________________
24394 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
24395         Log: Regen toc and modlib.
24396      Branch: perl
24397            ! pod/perlmodlib.pod pod/perltoc.pod
24398 ____________________________________________________________________________
24399 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
24400         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
24401              for the benefit of C++ compilers, as suggested by Guruprasad.
24402      Branch: perl
24403            ! embed.pl proto.h
24404 ____________________________________________________________________________
24405 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
24406         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
24407              From: Jonathan Stowe <gellyfish@gellyfish.com>
24408              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
24409              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
24410      Branch: perl
24411            ! pod/perlfaq5.pod
24412 ____________________________________________________________________________
24413 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
24414         Log: Missed from #10925.
24415      Branch: perl
24416            ! gv.c
24417 ____________________________________________________________________________
24418 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
24419         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
24420              From: Robin Houston <robin@kitsite.com>
24421              Date: Sat, 19 May 2001 16:19:34 +0100
24422              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
24423      Branch: perl
24424            ! cv.h gv.h op.c
24425 ____________________________________________________________________________
24426 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
24427         Log: Netware README tweak.
24428      Branch: perl
24429            ! README.netware
24430 ____________________________________________________________________________
24431 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
24432         Log: Subject: [PATCH] Re: overload.t fails
24433              From: Abhijit Menon-Sen <ams@wiw.org>
24434              Date: Mon, 25 Jun 2001 14:52:20 +0530
24435              Message-ID: <20010625145220.A24114@lustre.linux.in>
24436      Branch: perl
24437            ! lib/overload.t
24438 ____________________________________________________________________________
24439 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
24440         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
24441              From: Mike Guy <mjtg@cam.ac.uk>
24442              Date: Mon, 25 Jun 2001 11:43:23 +0100
24443              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
24444      Branch: perl
24445            ! lib/Carp.pm
24446 ____________________________________________________________________________
24447 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
24448         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
24449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24450              Date: Sun, 24 Jun 2001 05:17:05 -0400
24451              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
24452      Branch: perl
24453            ! os2/os2ish.h
24454 ____________________________________________________________________________
24455 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
24456         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
24457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24458              Date: Mon, 25 Jun 2001 05:52:27 -0400
24459              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
24460      Branch: perl
24461            ! hints/os2.sh
24462 ____________________________________________________________________________
24463 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
24464         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
24465              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24466              Date: Mon, 25 Jun 2001 05:23:35 -0400
24467              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
24468      Branch: perl
24469            ! os2/os2.c
24470 ____________________________________________________________________________
24471 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
24472         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
24473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24474              Date: Mon, 25 Jun 2001 05:04:32 -0400
24475              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
24476      Branch: perl
24477            ! os2/OS2/REXX/DLL/DLL.pm
24478 ____________________________________________________________________________
24479 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
24480         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
24481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24482              Date: Mon, 25 Jun 2001 05:02:36 -0400
24483              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
24484      Branch: perl
24485            ! mg.c os2/dl_os2.c os2/os2.c
24486 ____________________________________________________________________________
24487 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
24488         Log: Subject: Re: [PATCH 5.6.1] misprints
24489              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24490              Date: Mon, 25 Jun 2001 04:50:50 -0400
24491              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
24492      Branch: perl
24493            ! os2/os2.c pp_sys.c
24494 ____________________________________________________________________________
24495 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
24496         Log: Add Test::More and Test::Simple to the delta.
24497      Branch: perl
24498            ! pod/perl572delta.pod
24499 ____________________________________________________________________________
24500 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
24501         Log: Add Test::More, from Michael G Schwern.
24502      Branch: perl
24503            + lib/Test/More.pm lib/Test/More/t/More.t
24504            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
24505            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
24506            + t/lib/Test/More/Catch.pm
24507            ! MANIFEST
24508 ____________________________________________________________________________
24509 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
24510         Log: Add Test::Simple from Michael G Schwern.
24511      Branch: perl
24512            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
24513            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
24514            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
24515            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
24516            + t/lib/Test/Simple/Catch.pm
24517            + t/lib/Test/Simple/sample_tests/death.plx
24518            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
24519            + t/lib/Test/Simple/sample_tests/extras.plx
24520            + t/lib/Test/Simple/sample_tests/five_fail.plx
24521            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
24522            + t/lib/Test/Simple/sample_tests/one_fail.plx
24523            + t/lib/Test/Simple/sample_tests/require.plx
24524            + t/lib/Test/Simple/sample_tests/success.plx
24525            + t/lib/Test/Simple/sample_tests/too_few.plx
24526            + t/lib/Test/Simple/sample_tests/two_fail.plx
24527            ! MANIFEST
24528 ____________________________________________________________________________
24529 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
24530         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
24531              From: "Craig A. Berry" <craigberry@mac.com>
24532              Date: Sun, 24 Jun 2001 23:41:36 -0500
24533              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
24534      Branch: perl
24535            ! pp_sys.c
24536 ____________________________________________________________________________
24537 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
24538         Log: Upgrade to Attribute::Handlers 0.70.
24539      Branch: perl
24540            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
24541            ! MANIFEST lib/Attribute/Handlers.pm
24542 ____________________________________________________________________________
24543 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
24544         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
24545              From: Abhijit Menon-Sen <ams@wiw.org>
24546              Date: Sat, 23 Jun 2001 05:17:44 +0530
24547              Message-ID: <20010623051744.A18583@lustre.linux.in>
24548              
24549              (Can't think of a good place to put tests.)
24550      Branch: perl
24551            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
24552 ____________________________________________________________________________
24553 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
24554         Log: Subject: [PATCH] t/op/pat.t typo fix
24555              From: Richard Soderberg <rs@crystalflame.net>
24556              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
24557              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
24558      Branch: perl
24559            ! t/op/pat.t
24560 ____________________________________________________________________________
24561 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
24562         Log: Move the pack warnings to their own file, as pointed
24563              out by Spider.
24564      Branch: perl
24565            + t/lib/warnings/pp_pack
24566            ! MANIFEST t/lib/warnings/pp
24567 ____________________________________________________________________________
24568 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
24569         Log: Update Changes.
24570      Branch: perl
24571            ! Changes patchlevel.h
24572 ____________________________________________________________________________
24573 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
24574         Log: Partially fix a problem noticed by IRIX compiler:
24575              the initialization of parse_start was bypassed by
24576              several gotos.  Now initialized to zero, which may
24577              not be the best choice.
24578      Branch: perl
24579            ! regcomp.c
24580 ____________________________________________________________________________
24581 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
24582         Log: Relax the group and password tests back to moaning only
24583              if no matches at all are found.  (Even with a small sample
24584              I could find many sites where there are, umm, anomalies in
24585              the said databases.)       
24586      Branch: perl
24587            ! t/op/grent.t t/op/pwent.t
24588 ____________________________________________________________________________
24589 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
24590         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
24591      Branch: perl
24592            ! pp_ctl.c
24593 ____________________________________________________________________________
24594 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
24595         Log: De-cut-and-pasto in #10902.
24596      Branch: perl
24597            ! pp_ctl.c
24598 ____________________________________________________________________________
24599 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
24600         Log: The #10771 didn't take?
24601      Branch: perl
24602            ! pp_ctl.c
24603 ____________________________________________________________________________
24604 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
24605         Log: Undo the filetests part of #10900, under multiplicity
24606              weird errors take place.
24607      Branch: perl
24608            ! pp_sys.c
24609 ____________________________________________________________________________
24610 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
24611         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
24612      Branch: perl
24613            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
24614 ____________________________________________________________________________
24615 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
24616         Log: (Replaced by #10922)
24617              
24618              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
24619              From: Tony Bowden <tony@kasei.com>
24620              Date: Sun, 24 Jun 2001 17:32:40 +0100
24621              Message-ID: <20010624173240.A16293@blackstar.co.uk>
24622              
24623              Document (well, mention) shortmess() and longmess()
24624              to rob people of their fun of reinventing the weel.
24625      Branch: perl
24626            ! lib/Carp.pm
24627 ____________________________________________________________________________
24628 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
24629         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
24630              From: Brian Jepson <bjepson@oreilly.com>
24631              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
24632              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
24633      Branch: perl
24634            ! pp_sys.c
24635 ____________________________________________________________________________
24636 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
24637         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
24638              From: Robin Barker <rmb1@cise.npl.co.uk> 
24639              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
24640              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
24641      Branch: perl
24642            ! lib/CPAN.pm
24643 ____________________________________________________________________________
24644 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
24645         Log: Memoize patch from mjd.
24646      Branch: perl
24647            ! lib/Memoize/t/tie_storable.t
24648 ____________________________________________________________________________
24649 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
24650         Log: Spec the sv_pvprintify() a bit more.
24651      Branch: perl
24652            ! pod/perltodo.pod
24653 ____________________________________________________________________________
24654 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
24655         Log: Upgrade to Memoize 0.65.
24656      Branch: perl
24657            + lib/Memoize/t/array_confusion.t
24658            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
24659            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
24660            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
24661            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
24662            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
24663            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
24664            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
24665            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
24666            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
24667            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
24668            ! lib/Memoize/t/tie_storable.t
24669 ____________________________________________________________________________
24670 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
24671         Log: Metaconfig unit change for #10892.
24672      Branch: metaconfig
24673            ! U/modified/Options.U
24674 ____________________________________________________________________________
24675 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
24676         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
24677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24678              Date: Sun, 24 Jun 2001 05:24:40 -0400
24679              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
24680      Branch: perl
24681            ! Configure hints/os2.sh
24682 ____________________________________________________________________________
24683 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
24684         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
24685              From: Mike Guy <mjtg@cam.ac.uk>
24686              Date: Sun, 24 Jun 2001 15:28:39 +0100
24687              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
24688              
24689              Fix an ancient (5.002) bug.
24690      Branch: perl
24691            ! lib/Carp/Heavy.pm
24692 ____________________________________________________________________________
24693 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
24694         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
24695              variables.
24696      Branch: perl
24697            ! pp_sys.c
24698 ____________________________________________________________________________
24699 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
24700         Log: Make UTS as per #10888.
24701      Branch: perl
24702            ! hints/uts.sh
24703 ____________________________________________________________________________
24704 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
24705         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
24706      Branch: perl
24707            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
24708            ! mpeix/mpeixish.h perl.h unixish.h
24709 ____________________________________________________________________________
24710 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
24711         Log: AUTHORS update.
24712      Branch: perl
24713            ! AUTHORS
24714 ____________________________________________________________________________
24715 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
24716         Log: Subject: Encode::Tcl for multibyte doesnot work
24717              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24718              Date: Sun, 24 Jun 2001 22:48:21 +0900
24719              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
24720      Branch: perl
24721            ! ext/Encode/Encode/Tcl.pm
24722 ____________________________________________________________________________
24723 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
24724         Log: Subject: [PATCH] Remove tautology in error messages
24725              From: Mike Guy <mjtg@cam.ac.uk>
24726              Date: Sun, 24 Jun 2001 13:31:00 +0100
24727              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
24728      Branch: perl
24729            ! pp_sys.c
24730 ____________________________________________________________________________
24731 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
24732         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
24733      Branch: perl
24734            ! hints/darwin.sh
24735 ____________________________________________________________________________
24736 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
24737         Log: Subject: Re: [PATCH 5.6.1] test suite
24738              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24739              Date: Sun, 24 Jun 2001 05:47:05 -0400
24740              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
24741              
24742              Test suite fixes.
24743      Branch: perl
24744            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
24745 ____________________________________________________________________________
24746 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
24747         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
24748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24749              Date: Sun, 24 Jun 2001 05:37:19 -0400
24750              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
24751      Branch: perl
24752            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
24753 ____________________________________________________________________________
24754 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
24755         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
24756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24757              Date: Sun, 24 Jun 2001 05:34:50 -0400
24758              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
24759              
24760              Pacify compiler warnings.
24761      Branch: perl
24762            ! pp_sys.c
24763 ____________________________________________________________________________
24764 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
24765         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
24766              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24767              Date: Sun, 24 Jun 2001 05:21:18 -0400
24768              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
24769              
24770              Enable compression of executables during link time.
24771      Branch: perl
24772            ! hints/os2.sh
24773 ____________________________________________________________________________
24774 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
24775         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
24776              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24777              Date: Sun, 24 Jun 2001 05:15:11 -0400
24778              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
24779              
24780              Add ordinals to the export list for Perl DLL.
24781              (Breaks intra-version DLL compatibility.)
24782      Branch: perl
24783            ! makedef.pl
24784 ____________________________________________________________________________
24785 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
24786         Log: Allow (displaying and) re-editing the Subject in perlbug.
24787              Also abstract the Subject quality control into a function.
24788      Branch: perl
24789            ! utils/perlbug.PL
24790 ____________________________________________________________________________
24791 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
24792         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
24793      Branch: perl
24794            ! utils/perlbug.PL
24795 ____________________________________________________________________________
24796 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
24797         Log: Regen toc and modlib.
24798      Branch: perl
24799            ! pod/perlmodlib.pod pod/perltoc.pod
24800 ____________________________________________________________________________
24801 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
24802         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
24803              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
24804              attribute semantics as much as possible, or 'ntsec' which uses
24805              native NTFS semantics.)  (See also #10877.)
24806      Branch: perl
24807            ! perl.c
24808 ____________________________________________________________________________
24809 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
24810         Log: (Retracted by #11586)
24811              
24812              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
24813      Branch: perl
24814            ! lib/Test/Harness.pm
24815 ____________________________________________________________________________
24816 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
24817         Log: Just zap the -uPerlio.
24818      Branch: perl
24819            ! ext/B/Stash.t
24820 ____________________________________________________________________________
24821 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
24822         Log: Do not test PerlIO if PerlIO not used.
24823      Branch: perl
24824            ! ext/PerlIO/PerlIO.t
24825 ____________________________________________________________________________
24826 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
24827         Log: Regen perlapi.
24828      Branch: perl
24829            ! pod/perlapi.pod
24830 ____________________________________________________________________________
24831 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
24832         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
24833              From: Nicholas Clark <nick@ccl4.org>
24834              Date: Sat, 23 Jun 2001 22:55:47 +0100
24835              Message-ID: <20010623225547.Z98663@plum.flirble.org>
24836      Branch: perl
24837            ! numeric.c
24838 ____________________________________________________________________________
24839 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
24840         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
24841              From: Prymmer/Kahn <pvhp@best.com>
24842              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
24843              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
24844      Branch: perl
24845            ! lib/h2xs.t
24846 ____________________________________________________________________________
24847 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
24848         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
24849              cygwin does not taint cwd, just like win32.
24850      Branch: perl
24851            ! lib/File/Find/taint.t t/op/taint.t
24852 ____________________________________________________________________________
24853 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
24854         Log: Retract #10865, the patch should be unnecessary.
24855              (But seemingly helpful in Cygwin?  Strange.)
24856      Branch: perl
24857            ! lib/Memoize/t/tie_ndbm.t
24858 ____________________________________________________________________________
24859 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
24860         Log: Misplaced test file; plus Cygwin filesystem semantics.
24861      Branch: perl
24862            + ext/SDBM_File/sdbm.t
24863            - ext/ODBM_File/sdbm.t
24864            ! MANIFEST
24865 ____________________________________________________________________________
24866 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
24867         Log: (Retracted by #10867.)
24868      Branch: perl
24869            ! lib/Memoize/t/tie_ndbm.t
24870 ____________________________________________________________________________
24871 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
24872         Log: Metaconfig unit change for #10863.
24873      Branch: metaconfig/U/perl
24874            ! Extensions.U
24875 ____________________________________________________________________________
24876 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
24877         Log: In Cygwin do not build NDBM_File and ODBM_File unless
24878              -lndbm and -ldbm are available.
24879      Branch: perl
24880            ! Configure config_h.SH
24881 ____________________________________________________________________________
24882 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
24883         Log: More Cygwin filesystem semantics.
24884      Branch: perl
24885            ! t/io/fs.t t/op/stat.t
24886 ____________________________________________________________________________
24887 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
24888         Log: More DOSish permission semantics for Cygwin.
24889      Branch: perl
24890            ! lib/AnyDBM_File.t
24891 ____________________________________________________________________________
24892 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
24893         Log: Cygwin too has different permission semantics.
24894      Branch: perl
24895            ! ext/GDBM_File/gdbm.t
24896 ____________________________________________________________________________
24897 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
24898         Log: The group (and assumedly passwd) databases can have
24899              only one entry (this is the case in cygwin).
24900      Branch: perl
24901            ! t/op/grent.t t/op/pwent.t
24902 ____________________________________________________________________________
24903 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
24904         Log: Also in Cygwin use Socket to figure out domainname
24905              (if any) (avoids trying to call external 'domainname',
24906              which doesn't at the moment exist in Cygwin)
24907      Branch: perl
24908            ! lib/Net/Domain.pm
24909 ____________________________________________________________________________
24910 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
24911         Log: Remove also the lib$Foo.def, not just $Foo.def.
24912      Branch: perl
24913            ! lib/ExtUtils/MM_Unix.pm
24914 ____________________________________________________________________________
24915 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
24916         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
24917      Branch: perl
24918            ! unixish.h
24919 ____________________________________________________________________________
24920 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
24921         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
24922              to match the whole isprint(), only the space character.
24923      Branch: perl
24924            ! handy.h pod/perlre.pod t/op/pat.t
24925 ____________________________________________________________________________
24926 [ 10854] By: nick                                  on 2001/06/23  08:09:33
24927         Log: Integrate mainline
24928      Branch: perlio
24929           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
24930           !> lib/ExtUtils.t lib/File/Find/taint.t
24931           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
24932           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
24933           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
24934 ____________________________________________________________________________
24935 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
24936         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
24937              with its floats    in os390 and s390 (UTS).
24938      Branch: perl
24939            ! lib/Math/BigInt/t/bigintpm.t
24940 ____________________________________________________________________________
24941 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
24942         Log: Add also UTS (s390) to the non-IEEE float platforms.
24943      Branch: perl
24944            ! t/op/sprintf.t
24945 ____________________________________________________________________________
24946 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
24947         Log: Subject: RFC: what are applicable standards for exponent sizes?
24948              From: Peter Prymmer <pvhp@forte.com>
24949              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
24950              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
24951      Branch: perl
24952            ! t/op/sprintf.t
24953 ____________________________________________________________________________
24954 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
24955         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
24956              From: Peter Prymmer <pvhp@forte.com>
24957              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
24958              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
24959      Branch: perl
24960            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
24961 ____________________________________________________________________________
24962 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
24963         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
24964              From: Peter Prymmer <pvhp@forte.com>
24965              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
24966              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
24967      Branch: perl
24968            ! lib/ExtUtils.t
24969 ____________________________________________________________________________
24970 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
24971         Log: Retract #10845.
24972      Branch: perl
24973            ! lib/File/Find/taint.t
24974 ____________________________________________________________________________
24975 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
24976         Log: Yet another error message.
24977      Branch: perl
24978            ! t/op/mkdir.t
24979 ____________________________________________________________________________
24980 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
24981         Log: The croak message for nonexistent socket functions may vary.
24982      Branch: perl
24983            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
24984 ____________________________________________________________________________
24985 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
24986         Log: (Retracted by #10848.)
24987      Branch: perl
24988            ! lib/File/Find/taint.t
24989 ____________________________________________________________________________
24990 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
24991         Log: Integrate perlio.
24992      Branch: perl
24993           !> lib/File/Find/taint.t t/op/write.t
24994 ____________________________________________________________________________
24995 [ 10843] By: nick                                  on 2001/06/22  21:24:51
24996         Log: Back out debug in taint.t
24997      Branch: perlio
24998            ! lib/File/Find/taint.t
24999 ____________________________________________________________________________
25000 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
25001         Log: setitimer() does not exist in Unicos, despite of what
25002              Configure thinks, from Mark P. Lutz.
25003      Branch: perl
25004            ! hints/unicos.sh
25005 ____________________________________________________________________________
25006 [ 10841] By: nick                                  on 2001/06/22  21:19:36
25007         Log: Skip cwd test on Win32 ???
25008      Branch: perlio
25009            ! lib/File/Find/taint.t
25010 ____________________________________________________________________________
25011 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
25012         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
25013              and Tru64 gcc -Wall happy.
25014      Branch: perl
25015            ! mg.c
25016 ____________________________________________________________________________
25017 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
25018         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
25019      Branch: perl
25020            ! ext/IPC/SysV/Semaphore.pm
25021 ____________________________________________________________________________
25022 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
25023         Log: Metaconfig unit change for #10837.
25024      Branch: metaconfig/U/perl
25025            ! Cross.U
25026 ____________________________________________________________________________
25027 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
25028         Log: Cleanup of the cross-compilation unit.
25029      Branch: perl
25030            ! Configure
25031 ____________________________________________________________________________
25032 [ 10836] By: nick                                  on 2001/06/22  20:45:12
25033         Log: Skip |- based op/write.t on Win32 as well as VMS
25034      Branch: perlio
25035            ! t/op/write.t
25036 ____________________________________________________________________________
25037 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
25038         Log: Integrate perlio.
25039      Branch: perl
25040           !> util.c
25041 ____________________________________________________________________________
25042 [ 10834] By: nick                                  on 2001/06/22  20:41:54
25043         Log: Integrate mainline
25044      Branch: perlio
25045           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25046           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
25047           !> vos/config.ga.h
25048 ____________________________________________________________________________
25049 [ 10833] By: nick                                  on 2001/06/22  20:22:58
25050         Log: Patcho fix.
25051      Branch: perlio
25052            ! util.c
25053 ____________________________________________________________________________
25054 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
25055         Log: Metaconfig unit changes for #10831.
25056      Branch: metaconfig
25057            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
25058 ____________________________________________________________________________
25059 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
25060         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
25061              From: Andy Dougherty <doughera@lafayette.edu>
25062              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
25063              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
25064      Branch: perl
25065            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25066            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
25067 ____________________________________________________________________________
25068 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
25069         Log: MPE/iX prototype nits from Mark Bixby.
25070      Branch: perl
25071            ! pp_sys.c
25072 ____________________________________________________________________________
25073 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
25074         Log: Detypo.
25075      Branch: perl
25076            ! util.c
25077 ____________________________________________________________________________
25078 [ 10828] By: nick                                  on 2001/06/22  15:33:37
25079         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
25080      Branch: perlio
25081           +> lib/h2xs.t
25082           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
25083           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
25084           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
25085           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
25086           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25087           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
25088           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
25089           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
25090           !> vms/vmsish.h
25091 ____________________________________________________________________________
25092 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
25093         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
25094              Date: Fri, 22 Jun 2001 10:08:35 -0500
25095              From: "Craig A. Berry" <craigberry@mac.com>
25096              Message-Id: <a05101001b75908704194@[192.168.56.145]>
25097      Branch: perl
25098            ! vms/vms.c vms/vmsish.h
25099 ____________________________________________________________________________
25100 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
25101         Log: NetWare scripts tweak from Ananth Kesari.
25102      Branch: perl
25103            ! NetWare/t/NWScripts.pl
25104 ____________________________________________________________________________
25105 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
25106         Log: Update Changes.
25107      Branch: perl
25108            ! Changes patchlevel.h
25109 ____________________________________________________________________________
25110 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
25111         Log: Add .i and .s targets.
25112      Branch: perl
25113            ! Makefile.SH
25114 ____________________________________________________________________________
25115 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
25116         Log: Upgrade to Locale::Maketext 1.03.
25117      Branch: perl
25118            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25119            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
25120 ____________________________________________________________________________
25121 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
25122         Log: Upgrade to I18N::LangTags 0.26.
25123      Branch: perl
25124            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
25125            ! lib/I18N/LangTags/test.pl
25126 ____________________________________________________________________________
25127 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
25128         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
25129              Philip Newton.
25130      Branch: perl
25131            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
25132            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25133 ____________________________________________________________________________
25134 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
25135         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
25136              From: Prymmer/Kahn <pvhp@best.com>
25137              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
25138              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
25139      Branch: perl
25140            + lib/h2xs.t
25141            ! MANIFEST utils/h2xs.PL
25142 ____________________________________________________________________________
25143 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
25144         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
25145              From: Prymmer/Kahn <pvhp@best.com>
25146              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
25147              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
25148      Branch: perl
25149            ! lib/ExtUtils.t
25150 ____________________________________________________________________________
25151 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
25152         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
25153              From: Prymmer/Kahn <pvhp@best.com>
25154              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
25155              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
25156      Branch: perl
25157            ! t/pod/plainer.t
25158 ____________________________________________________________________________
25159 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
25160         Log: AUTHORS update.
25161      Branch: perl
25162            ! AUTHORS
25163 ____________________________________________________________________________
25164 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
25165         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
25166              From: "Craig A. Berry" <craigberry@mac.com>
25167              Date: Thu, 21 Jun 2001 18:20:38 -0500
25168              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
25169      Branch: perl
25170            ! ext/POSIX/POSIX.xs
25171 ____________________________________________________________________________
25172 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
25173         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
25174              From: "Craig A. Berry" <craigberry@mac.com>
25175              Date: Thu, 21 Jun 2001 09:58:52 -0500
25176              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
25177      Branch: perl
25178            ! ext/B/Deparse.t t/op/write.t
25179 ____________________________________________________________________________
25180 [ 10814] By: nick                                  on 2001/06/22  08:13:09
25181         Log: Integrate mainline.
25182      Branch: perlio
25183           !> (integrate 46 files)
25184 ____________________________________________________________________________
25185 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
25186         Log: Change the prefixes only if $prefix is unset,
25187              as originally patched by Marcel Grunauer.
25188      Branch: perl
25189            ! hints/darwin.sh hints/rhapsody.sh
25190 ____________________________________________________________________________
25191 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
25192         Log: Subject: Re: Patch for hints/darwin.sh
25193              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
25194              Date: Thu, 21 Jun 2001 11:23:46 -0700
25195              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
25196      Branch: perl
25197            ! hints/darwin.sh hints/rhapsody.sh
25198 ____________________________________________________________________________
25199 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
25200         Log: Add .PHONY targets for non-file targets,
25201              from Wilfredo Sánchez.  Should help saying
25202              "make install" on case-insensitive filesystems.
25203      Branch: perl
25204            ! Makefile.SH
25205 ____________________________________________________________________________
25206 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
25207         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
25208              From: Doug MacEachern <dougm@covalent.net>
25209              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
25210              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
25211              
25212              plus reword the getcwd() comment, plus use getcwd() buffer
25213              size minus one.
25214      Branch: perl
25215            ! util.c
25216 ____________________________________________________________________________
25217 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
25218         Log: More gprofing from Doug MacEachern.
25219      Branch: perl
25220            ! Makefile.SH
25221 ____________________________________________________________________________
25222 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
25223         Log: Metaconfig unit change for #10807.
25224      Branch: metaconfig/U/perl
25225            ! d_sfio.U
25226 ____________________________________________________________________________
25227 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
25228         Log: Tell that you are removing the unneeded -lsfio.
25229      Branch: perl
25230            ! Configure
25231 ____________________________________________________________________________
25232 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
25233         Log: More MPE/iX tweaks from Mark Bixby.
25234      Branch: perl
25235            ! perl.c t/op/magic.t
25236 ____________________________________________________________________________
25237 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
25238         Log: The fchdir() proto is supposed to live in <unistd.h>.
25239      Branch: perl
25240            ! ext/Cwd/Cwd.xs
25241 ____________________________________________________________________________
25242 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
25243         Log: This town is too small for the Cwd extension and me,
25244              it would seem...
25245      Branch: perl
25246            ! ext/Cwd/Cwd.xs
25247 ____________________________________________________________________________
25248 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
25249         Log: Metaconfig unit change for #10802.
25250      Branch: metaconfig/U/perl
25251            ! d_modfl.U
25252 ____________________________________________________________________________
25253 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
25254         Log: More d'ohs.
25255      Branch: perl
25256            ! Configure
25257 ____________________________________________________________________________
25258 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
25259         Log: Off-by-one.  I'm so classic.
25260      Branch: perl
25261            ! util.c
25262 ____________________________________________________________________________
25263 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
25264         Log: Update Changes.
25265      Branch: perl
25266            ! Changes patchlevel.h
25267 ____________________________________________________________________________
25268 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
25269         Log: Subject: Documentation patch for Net::FTP
25270              From: Marcel Grunauer <marcel@codewerk.com>
25271              Date: Wed, 20 Jun 2001 23:03:26 +0200
25272              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
25273      Branch: perl
25274            ! lib/Net/FTP.pm
25275 ____________________________________________________________________________
25276 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
25277         Log: Retract the #10417 mg.c and embed.pl parts because of
25278              strange SEGVs in 64bit x86 FreeBSD observed by
25279              Nicholas Clark.
25280      Branch: perl
25281            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
25282 ____________________________________________________________________________
25283 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
25284         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
25285      Branch: perl
25286            ! Configure NetWare/config.wc NetWare/config_H.wc
25287            ! Porting/Glossary Porting/config.sh Porting/config_H
25288            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
25289            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25290            ! vos/config.ga.h win32/config.bc win32/config.gc
25291            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25292            ! win32/config_H.vc
25293 ____________________________________________________________________________
25294 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
25295         Log: Cwd tweak from Doug MacEachern.
25296      Branch: perl
25297            ! ext/Cwd/Cwd.xs
25298 ____________________________________________________________________________
25299 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
25300         Log: Protect the fchdir() and lstat() with ifdefs.
25301              fchdir() needs a Configure probe.
25302      Branch: perl
25303            ! ext/Cwd/Cwd.xs
25304 ____________________________________________________________________________
25305 [ 10794] By: nick                                  on 2001/06/21  17:11:35
25306         Log: Integrate mainline
25307      Branch: perlio
25308           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
25309           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
25310           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
25311           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
25312           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
25313           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
25314           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
25315           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
25316            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
25317            - lib/File/Glob/case.t lib/File/Glob/global.t
25318            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
25319            - lib/File/Temp/posix.t lib/File/Temp/security.t
25320            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
25321            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
25322            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
25323            - lib/Text/Wrap/wrap.t
25324           !> (integrate 41 files)
25325 ____________________________________________________________________________
25326 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
25327         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
25328              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
25329              Date: Thu, 21 Jun 2001 13:04:54 -0500
25330              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
25331      Branch: perl
25332            ! ext/Cwd/Cwd.xs
25333 ____________________________________________________________________________
25334 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
25335         Log: Subject: [PATCH pod] overlong =item
25336              From: Robin Barker <rmb1@cise.npl.co.uk>
25337              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
25338              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
25339      Branch: perl
25340            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
25341            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25342 ____________________________________________________________________________
25343 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
25344         Log: Subject: [PATCH perlio.c] format 
25345              From: Robin Barker <rmb1@cise.npl.co.uk>
25346              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
25347              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
25348      Branch: perl
25349            ! perlio.c
25350 ____________________________________________________________________________
25351 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
25352         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
25353              From: Radu Greab <radu@netsoft.ro>
25354              Date: Thu, 21 Jun 2001 19:06:02 +0300
25355              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
25356      Branch: perl
25357            ! pod/perlapi.pod sv.c
25358 ____________________________________________________________________________
25359 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
25360         Log: The metaconfig unit changes for #10788.
25361      Branch: metaconfig/U/perl
25362            ! Cross.U fflushall.U
25363 ____________________________________________________________________________
25364 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
25365         Log: Cross-configuration changes: make $from to rm the files
25366              before copying them over (this means that he rm can be
25367              removed from the fflushall test), create $targetmkdir      
25368              (not documented in install since it is supposed to internal
25369              use only), make $run to copy over the executable only if
25370              a stamp file .xok doesn't already exist (to avoid unnecessary
25371              copying of the executable)
25372      Branch: perl
25373            ! Configure Makefile.SH
25374 ____________________________________________________________________________
25375 [ 10787] By: nick                                  on 2001/06/21  14:16:18
25376         Log: Integrate mainline
25377      Branch: perlio
25378           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
25379           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
25380           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
25381            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
25382           !> (integrate 34 files)
25383 ____________________________________________________________________________
25384 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
25385         Log: Re-add the files as text.
25386      Branch: perl
25387            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
25388 ____________________________________________________________________________
25389 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
25390         Log: Delete the binary files.
25391      Branch: perl
25392            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
25393 ____________________________________________________________________________
25394 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
25395         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
25396              From: Andy Dougherty <doughera@lafayette.edu>
25397              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
25398              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
25399      Branch: perl
25400            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
25401            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
25402            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
25403            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
25404 ____________________________________________________________________________
25405 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
25406         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
25407              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
25408              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
25409              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
25410              
25411              Setting umask to something friendlier.
25412      Branch: perl
25413            ! installman installperl
25414 ____________________________________________________________________________
25415 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
25416         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
25417              Resort MANIFEST with sort -f, looks much better.
25418      Branch: perl
25419            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
25420            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
25421            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
25422            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
25423            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
25424            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
25425            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
25426            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
25427            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
25428            - lib/File/Glob/case.t lib/File/Glob/global.t
25429            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
25430            - lib/File/Temp/posix.t lib/File/Temp/security.t
25431            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
25432            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
25433            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
25434            - lib/Text/Wrap/wrap.t
25435            ! MANIFEST
25436 ____________________________________________________________________________
25437 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
25438         Log: Upgrade to I18N::LangTags 0.25.
25439      Branch: perl
25440            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
25441            ! lib/I18N/LangTags/List.pm
25442 ____________________________________________________________________________
25443 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
25444         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
25445              From: Richard Soderberg <rs@crystalflame.net>
25446              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
25447              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
25448      Branch: perl
25449            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
25450            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
25451 ____________________________________________________________________________
25452 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
25453         Log: Test obsoleted by change #10777.
25454      Branch: perl
25455            ! t/op/sub_lval.t
25456 ____________________________________________________________________________
25457 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
25458         Log: Case of confused test numbering.
25459      Branch: perl
25460            ! t/op/pat.t
25461 ____________________________________________________________________________
25462 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
25463         Log: Subject: Re: Opinion on undef lvalue
25464              From: Abhijit Menon-Sen <ams@wiw.org>
25465              Date: Sun, 17 Jun 2001 13:04:46 +0530
25466              Message-ID: <20010617130446.B27925@lustre.linux.in>
25467              
25468              Allow lvalue subs to return undef in array context.
25469      Branch: perl
25470            ! pp_hot.c
25471 ____________________________________________________________________________
25472 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
25473         Log: Just a guess that using the same hack for cygwin as
25474              for win32 might help.
25475      Branch: perl
25476            ! lib/File/Find/find.t
25477 ____________________________________________________________________________
25478 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
25479         Log: NetWare tweaks from Guruprasad.
25480      Branch: perl
25481            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
25482            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
25483            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
25484            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
25485 ____________________________________________________________________________
25486 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
25487         Log: Subject: Re: perl@10722: Bogus warnings on REs 
25488              From: Hugo <hv@crypt.compulink.co.uk>
25489              Date: Thu, 21 Jun 2001 09:51:17 +0100
25490              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
25491              
25492              Unroll to avoid a UTS compiler bug.
25493      Branch: perl
25494            ! regcomp.c
25495 ____________________________________________________________________________
25496 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
25497         Log: Subject: Re: [PATCH] Make /o work under i?threads
25498              From: Artur Bergman <artur@contiller.se>
25499              Date: Thu, 21 Jun 2001 14:38:03 +0200
25500              Message-ID: <B757B74A.184D%artur@contiller.se>
25501      Branch: perl
25502            ! t/op/pat.t
25503 ____________________________________________________________________________
25504 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
25505         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
25506              From: Artur Bergman <artur@contiller.se> 
25507              Date: Thu, 21 Jun 2001 14:27:33 +0200
25508              Message-ID: <B757B4D4.1849%artur@contiller.se>
25509              
25510              Plus extra parentheses.
25511      Branch: perl
25512            ! op.h
25513 ____________________________________________________________________________
25514 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
25515         Log: Subject: [PATCH] Make /o work under i?threads
25516              From: Richard Soderberg <rs@crystalflame.net>
25517              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
25518              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
25519      Branch: perl
25520            ! pp_ctl.c
25521 ____________________________________________________________________________
25522 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
25523         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
25524              From: Artur Bergman <artur@contiller.se>
25525              Date: Thu, 21 Jun 2001 14:04:54 +0200
25526              Message-ID: <B757AF86.1842%artur@contiller.se>
25527      Branch: perl
25528            ! op.h
25529 ____________________________________________________________________________
25530 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
25531         Log: Subject: Re: perl@10765: sv.c not OK on win32
25532              From: Artur Bergman <artur@contiller.se>
25533              Date: Thu, 21 Jun 2001 10:31:06 +0200
25534              Message-ID: <B7577D69.182C%artur@contiller.se>
25535      Branch: perl
25536            ! sv.c
25537 ____________________________________________________________________________
25538 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
25539         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
25540              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25541              Date: Thu, 21 Jun 2001 06:23:56 -0400
25542              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
25543              
25544              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
25545              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25546              Date: Thu, 21 Jun 2001 06:32:21 -0400
25547              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
25548      Branch: perl
25549            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
25550 ____________________________________________________________________________
25551 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
25552         Log: Subject: [PATCH] make syslog test more verbose
25553              From: Robert Spier <rspier@pobox.com>
25554              Date: Thu, 21 Jun 2001 00:54:32 -0400
25555              Message-ID: <15153.32264.295807.333073@rls.cx>
25556      Branch: perl
25557            ! ext/Sys/Syslog/syslog.t
25558 ____________________________________________________________________________
25559 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
25560         Log: Subject: op/study.t refinements
25561              From: Hugo <hv@crypt.compulink.co.uk>
25562              Date: Thu, 21 Jun 2001 00:29:07 +0100
25563              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
25564      Branch: perl
25565            ! t/op/study.t
25566 ____________________________________________________________________________
25567 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
25568         Log: Update Changes.
25569      Branch: perl
25570            ! Changes patchlevel.h
25571 ____________________________________________________________________________
25572 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
25573         Log: Subject: Re: [PATCH] djgpp updates
25574              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
25575              Date: Wed, 20 Jun 2001 10:05:15 +0200
25576              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
25577      Branch: perl
25578            ! djgpp/config.over
25579 ____________________________________________________________________________
25580 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
25581         Log: Fix for ID 20010619.002 "When building hash, hash keys that
25582              are function calls are not being called", from Abhijit.
25583      Branch: perl
25584            ! t/base/lex.t toke.c
25585 ____________________________________________________________________________
25586 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
25587         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
25588      Branch: perl
25589            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
25590            + lib/Locale/Maketext/test.pl
25591            - lib/Locale/Maketext.t
25592            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25593            ! lib/Locale/Maketext/TPJ13.pod
25594 ____________________________________________________________________________
25595 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
25596         Log: Metaconfig unit change for #10760.
25597      Branch: metaconfig
25598            ! U/modified/Cppsym.U
25599 ____________________________________________________________________________
25600 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
25601         Log: Do not remove the ccsym* Cppsym* files since
25602              they are useful for metaconfig units coming after us.
25603              (This is the Configure nit mentioned in #10752.)
25604      Branch: perl
25605            ! Configure
25606 ____________________________________________________________________________
25607 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
25608         Log: Update to I18N::LangTags 0.24, from Sean Burke.
25609      Branch: perl
25610            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
25611            + lib/I18N/LangTags/README
25612            - lib/I18N/LangTags/List.pod
25613            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
25614 ____________________________________________________________________________
25615 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
25616         Log: Regen headers.
25617      Branch: perl
25618            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
25619            ! pod/perlapi.pod proto.h
25620 ____________________________________________________________________________
25621 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
25622         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
25623              From: Artur Bergman <artur@contiller.se>
25624              Date: Wed, 20 Jun 2001 11:31:32 +0200
25625              Message-ID: <B7563A14.17D8%artur@contiller.se>
25626      Branch: perl
25627            ! embed.pl hv.c intrpvar.h sv.c sv.h
25628 ____________________________________________________________________________
25629 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
25630         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
25631              From: Tim Sweetman <tim@aldigital.co.uk> 
25632              Date: Wed, 13 Jun 2001 14:25:17 +0100 
25633              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
25634      Branch: perl
25635            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
25636 ____________________________________________________________________________
25637 [ 10755] By: nick                                  on 2001/06/20  16:12:37
25638         Log: Integrate mainline
25639      Branch: perlio
25640           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
25641           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
25642           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
25643           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
25644           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
25645           !> t/op/study.t util.c
25646 ____________________________________________________________________________
25647 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
25648         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
25649              but not Makefile)
25650      Branch: maint-5.6/perl
25651            ! win32/Makefile
25652 ____________________________________________________________________________
25653 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
25654         Log: Security tweak on readlink().
25655      Branch: perl
25656            ! pp_sys.c
25657 ____________________________________________________________________________
25658 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
25659         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
25660      Branch: perl
25661            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
25662            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
25663            ! mpeix/relink t/op/pwent.t
25664 ____________________________________________________________________________
25665 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
25666         Log: Reinstate #10725 (with probe for alarm()).
25667      Branch: perl
25668            ! t/op/study.t
25669 ____________________________________________________________________________
25670 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
25671         Log: Replace our implementation of realpath() with OpenBSD's
25672              (src/lib/libc/stdlib/realpath.c 1.4).
25673      Branch: perl
25674            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
25675            ! pod/perldiag.pod proto.h util.c
25676 ____________________________________________________________________________
25677 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
25678         Log: Integrate perlio.
25679      Branch: perl
25680           !> perlio.c
25681 ____________________________________________________________________________
25682 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
25683         Log: No point in going into memory-saving contortions
25684              with getcwd() since there's a danger of buffer overflow.
25685              Also make the POSIX extension to use sv_getcwd().
25686              Finally, a missed proto.h fragment.
25687      Branch: perl
25688            ! ext/POSIX/POSIX.xs proto.h util.c
25689 ____________________________________________________________________________
25690 [ 10747] By: nick                                  on 2001/06/20  12:38:26
25691         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
25692      Branch: perlio
25693            ! perlio.c
25694 ____________________________________________________________________________
25695 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
25696         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
25697              From: Graham Barr <gbarr@pobox.com>
25698              Date: Wed, 20 Jun 2001 11:05:49 +0100
25699              Message-ID: <20010620110549.I19188@pobox.com>
25700              
25701              reported in        
25702              
25703              Subject: Bug in IO::Socket::INET module (repeat)
25704              From: "Harmon S. Nine" <hnine@netarx.com>
25705              Date: Tue, 19 Jun 2001 09:41:35 -0400
25706              Message-ID: <3B2F568F.8080605@netarx.com>
25707              
25708              The bug was that the IO::Socket::INET constructor
25709              did not allow a 'LocalPort' of 0.
25710      Branch: perl
25711            ! ext/IO/lib/IO/Socket/INET.pm
25712 ____________________________________________________________________________
25713 [ 10745] By: nick                                  on 2001/06/20  08:56:39
25714         Log: Integrate mainline.
25715      Branch: perlio
25716           !> (integrate 37 files)
25717 ____________________________________________________________________________
25718 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
25719         Log: After some reading I don't think we can blindly
25720              use systems' realpath().  Too many security problems,
25721              too many buggy implementations.
25722              
25723              TODO: the realpath() emulation code in util.c doesn't
25724              seem fully operational?  (readlink(), for example?)
25725      Branch: perl
25726            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
25727            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
25728            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
25729            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
25730            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
25731            ! win32/config_H.gc win32/config_H.vc
25732 ____________________________________________________________________________
25733 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
25734         Log: Metaconfig unit change for #10738.
25735      Branch: metaconfig
25736            ! U/compline/d_gconvert.U
25737 ____________________________________________________________________________
25738 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
25739         Log: Integrate change #10739 from maintperl:
25740              
25741              C<eval "/x$\r\n/x"> fails to compile correctly 
25742      Branch: perl
25743           !> t/op/pat.t toke.c
25744 ____________________________________________________________________________
25745 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
25746         Log: Retract #10725 (Hugo asked NOT to apply the patch)
25747      Branch: perl
25748            ! t/op/study.t
25749 ____________________________________________________________________________
25750 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
25751         Log: The test.third results were funnily named because of the
25752              new test scheme.
25753      Branch: perl
25754            ! t/TEST
25755 ____________________________________________________________________________
25756 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
25757         Log: C<eval "/x$\r\n/x"> fails to compile correctly
25758      Branch: maint-5.6/perl
25759            ! t/op/pat.t toke.c
25760 ____________________________________________________________________________
25761 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
25762         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
25763              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25764              Date: Tue, 19 Jun 2001 19:15:40 -0400
25765              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
25766              
25767              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
25768              because "1e+129" being expected but "1.e+129" being returned.
25769              The culprit (at least in Tru64) is the use of gcvt().
25770      Branch: perl
25771            ! Configure
25772 ____________________________________________________________________________
25773 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
25774         Log: Subject: [PATCH perl@10722] test hunting on VMS
25775              From: "Craig A. Berry" <craigberry@mac.com>
25776              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
25777              Date: Tue, 19 Jun 2001 18:59:01 -0500
25778      Branch: perl
25779            ! vms/test.com
25780 ____________________________________________________________________________
25781 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
25782         Log: Subject: [PATCH] s/typos//
25783              From: Abhijit Menon-Sen <ams@wiw.org>
25784              Date: Wed, 20 Jun 2001 02:15:02 +0530
25785              Message-ID: <20010620021502.A14541@lustre.linux.in>
25786              
25787              Without the op.h s/bearword/bareword/ hunk, see
25788              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
25789      Branch: perl
25790            ! util.c
25791 ____________________________________________________________________________
25792 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
25793         Log: Metaconfig unit change for #10732 and #10733.
25794      Branch: metaconfig/U/perl
25795            ! fflushall.U
25796 ____________________________________________________________________________
25797 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
25798         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
25799              From: "Craig A. Berry" <craigberry@mac.com>
25800              Date: Tue, 19 Jun 2001 17:19:48 -0500
25801              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
25802      Branch: perl
25803            ! configure.com vms/descrip_mms.template
25804 ____________________________________________________________________________
25805 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
25806         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
25807              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25808              Date: Tue, 19 Jun 2001 16:48:07 -0400
25809              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
25810              
25811              Further fixes to fflush(NULL) detection.
25812      Branch: perl
25813            ! Configure
25814 ____________________________________________________________________________
25815 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
25816         Log: AIX test -s hangs with non-existent files?
25817              (A genuine logic bug in Configure, but AIX also broken?)
25818      Branch: perl
25819            ! Configure
25820 ____________________________________________________________________________
25821 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
25822         Log: AUTHORS updates.
25823      Branch: perl
25824            ! AUTHORS
25825 ____________________________________________________________________________
25826 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
25827         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
25828              From: Spider Boardman <spider@Orb.Nashua.NH.US>
25829              Date: Tue, 19 Jun 2001 15:33:25 -0400
25830              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
25831      Branch: perl
25832            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
25833            ! t/lib/warnings/pp
25834 ____________________________________________________________________________
25835 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
25836         Log: Integrate perlio.
25837      Branch: perl
25838           !> lib/File/Find/find.t win32/distclean.bat
25839 ____________________________________________________________________________
25840 [ 10728] By: nick                                  on 2001/06/19  18:24:53
25841         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
25842      Branch: perlio
25843            ! lib/File/Find/find.t win32/distclean.bat
25844 ____________________________________________________________________________
25845 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
25846         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
25847              also add information how to find out whether one has PerlIO.
25848      Branch: perl
25849            ! pod/perlfunc.pod
25850 ____________________________________________________________________________
25851 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
25852         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
25853              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
25854              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
25855              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
25856      Branch: perl
25857            ! pod/perlfunc.pod
25858 ____________________________________________________________________________
25859 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
25860         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
25861              From: Hugo <hv@crypt.compulink.co.uk>
25862              Date: Tue, 19 Jun 2001 12:37:30 +0100
25863              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
25864      Branch: perl
25865            ! t/op/study.t
25866 ____________________________________________________________________________
25867 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
25868         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
25869              From: Hugo <hv@crypt.compulink.co.uk>
25870              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
25871              Date: Tue, 19 Jun 2001 13:15:17 +0100
25872      Branch: perl
25873            ! util.c
25874 ____________________________________________________________________________
25875 [ 10723] By: nick                                  on 2001/06/19  14:46:15
25876         Log: Integrate mainline
25877      Branch: perlio
25878           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
25879           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
25880           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
25881           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
25882           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
25883           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
25884            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
25885            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
25886            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
25887            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
25888            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
25889            - ext/Thread/unsync4.t
25890           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
25891           !> djgpp/config.over djgpp/fixpmain
25892           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
25893           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
25894           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
25895 ____________________________________________________________________________
25896 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
25897         Log: Update Changes.
25898      Branch: perl
25899            ! Changes patchlevel.h
25900 ____________________________________________________________________________
25901 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
25902         Log: The existence shall be MANIFESted.
25903      Branch: perl
25904            ! MANIFEST
25905 ____________________________________________________________________________
25906 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
25907         Log: The old libnet.cfg is first searched from the current directory,
25908              only then from the module path.
25909      Branch: perl
25910            ! utils/libnetcfg.PL
25911 ____________________________________________________________________________
25912 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
25913         Log: NetWare tweaks from Guruprasad.
25914      Branch: perl
25915            ! NetWare/Makefile NetWare/config.wc
25916 ____________________________________________________________________________
25917 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
25918         Log: Subject: [PATCH] djgpp updates
25919              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
25920              Date: Tue, 19 Jun 2001 10:59:06 +0200
25921              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
25922      Branch: perl
25923            ! djgpp/config.over djgpp/fixpmain
25924 ____________________________________________________________________________
25925 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
25926         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
25927              From: Prymmer/Kahn <pvhp@best.com>
25928              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
25929              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
25930      Branch: perl
25931            ! win32/Makefile
25932 ____________________________________________________________________________
25933 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
25934         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
25935              to happen right after the inclusion of <inttypes.h>,
25936              from Edward Moy.
25937      Branch: perl
25938            ! handy.h perl.h
25939 ____________________________________________________________________________
25940 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
25941         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
25942              From: Doug MacEachern <dougm@covalent.net>
25943              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
25944              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
25945      Branch: perl
25946            ! ext/DynaLoader/DynaLoader_pm.PL
25947 ____________________________________________________________________________
25948 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
25949         Log: Revert #10656 for perfomance reasons but leave in the
25950              use of Hv*() macros -- in comments, so that grepping the
25951              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
25952              suggested by Sarathy, also by Abhijit.)
25953      Branch: perl
25954            ! hv.c
25955 ____________________________________________________________________________
25956 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
25957         Log: Subject: [patch] .s MakeMaker suffix
25958              From: Doug MacEachern <dougm@covalent.net>
25959              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
25960              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
25961      Branch: perl
25962            ! lib/ExtUtils/MM_Unix.pm
25963 ____________________________________________________________________________
25964 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
25965         Log: One test lost in the big shuffle restored.
25966      Branch: perl
25967            + ext/IPC/SysV/ipcsysv.t
25968            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
25969 ____________________________________________________________________________
25970 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
25971         Log: Rename the old non-standard threads tests so that
25972              they won't be invoked.
25973      Branch: perl
25974            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
25975            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
25976            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
25977            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
25978            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
25979            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
25980            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
25981            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
25982            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
25983            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
25984            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
25985            - ext/Thread/unsync4.t
25986            ! MANIFEST
25987 ____________________________________________________________________________
25988 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
25989         Log: Integrate perlio.
25990      Branch: perl
25991           !> win32/config_sh.PL
25992 ____________________________________________________________________________
25993 [ 10709] By: nick                                  on 2001/06/19  08:18:18
25994         Log: Integrate mainline
25995      Branch: perlio
25996           +> (branch 40 files)
25997            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
25998            - lib/strict/subs lib/strict/vars lib/warnings/1global
25999            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
26000            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
26001            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
26002            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
26003            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
26004            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
26005            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
26006            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
26007            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
26008            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
26009            - lib/warnings/utf8 lib/warnings/util
26010           !> (integrate 57 files)
26011 ____________________________________________________________________________
26012 [ 10708] By: nick                                  on 2001/06/19  07:57:10
26013         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
26014      Branch: perlio
26015            ! win32/config_sh.PL
26016 ____________________________________________________________________________
26017 [ 10707] By: nick                                  on 2001/06/19  07:05:07
26018         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
26019      Branch: perl
26020            ! perly.c perly.y perly_c.diff vms/perly_c.vms
26021 ____________________________________________________________________________
26022 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
26023         Log: More perl572delta tweaks.
26024      Branch: perl
26025            ! pod/perl572delta.pod
26026 ____________________________________________________________________________
26027 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
26028         Log: Update perl572delta.
26029      Branch: perl
26030            ! pod/perl572delta.pod
26031 ____________________________________________________________________________
26032 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
26033         Log: VOS updates from Paul Green.
26034      Branch: perl
26035            ! vos/Changes vos/build.cm vos/perl.bind
26036 ____________________________________________________________________________
26037 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
26038         Log: Update the vos/config.*.* files.
26039      Branch: perl
26040            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26041            ! vos/config.ga.h
26042 ____________________________________________________________________________
26043 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
26044         Log: Add a makefile for more painless adding of symbols to the
26045              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
26046              takes care of the adding)
26047      Branch: perl
26048            + vos/Makefile
26049 ____________________________________________________________________________
26050 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
26051         Log: Make libnetcfg by default display the libnet configuration,
26052              -c to change, add -i for old config, document all options,
26053              regen toc.
26054      Branch: perl
26055            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
26056 ____________________________________________________________________________
26057 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
26058         Log: gcc -Wall sweep.
26059      Branch: perl
26060            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
26061 ____________________________________________________________________________
26062 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
26063         Log: So there.
26064      Branch: perl
26065            ! universal.c
26066 ____________________________________________________________________________
26067 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
26068         Log: Document the need for sv_printify().
26069              
26070              Document that 'use utf8' has been considered.
26071              
26072              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
26073      Branch: perl
26074            ! pod/perltodo.pod universal.c
26075 ____________________________________________________________________________
26076 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
26077         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
26078              From: Nicholas Clark <nick@ccl4.org>
26079              Date: Mon, 18 Jun 2001 23:29:23 +0100
26080              Message-ID: <20010618232923.I98663@plum.flirble.org>
26081      Branch: perl
26082            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
26083            ! ext/Sys/Syslog/Makefile.PL
26084 ____________________________________________________________________________
26085 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
26086         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
26087              From: Scott.L.Miller@Compaq.com
26088              Date: Mon, 18 Jun 2001 10:12:27 -0500
26089              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
26090      Branch: perl
26091            ! lib/perl5db.pl pod/perldebug.pod
26092 ____________________________________________________________________________
26093 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
26094         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
26095              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
26096              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
26097              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
26098      Branch: perl
26099            ! lib/Carp/Heavy.pm
26100 ____________________________________________________________________________
26101 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
26102         Log: Subject: [PATCH] Documentation changes for CLONE
26103              From: Artur Bergman <artur@contiller.se>
26104              Date: Mon, 18 Jun 2001 22:06:37 +0200
26105              Message-ID: <B7542BEC.1719%artur@contiller.se>
26106      Branch: perl
26107            ! pod/perlmod.pod pod/perlsub.pod
26108 ____________________________________________________________________________
26109 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
26110         Log: Subject: Re: configure.com
26111              From: "Craig A. Berry" <craigberry@mac.com>
26112              Date: Mon, 18 Jun 2001 16:04:38 -0500
26113              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
26114      Branch: perl
26115            ! configure.com
26116 ____________________________________________________________________________
26117 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
26118         Log: Subject: PL_nullstash + perl_clone()
26119              From: Doug MacEachern <dougm@covalent.net>
26120              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
26121              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
26122      Branch: perl
26123            ! sv.c
26124 ____________________________________________________________________________
26125 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
26126         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
26127              From: davem@fdgroup.co.uk
26128              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
26129              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
26130      Branch: perl
26131            ! embed.pl pod/perlapi.pod
26132 ____________________________________________________________________________
26133 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
26134         Log: More cross-compilation defaults gleaned from -Dcc
26135              if it is CPU-OS-gcc.
26136      Branch: metaconfig
26137            ! U/modified/libc.U
26138      Branch: metaconfig/U/perl
26139            ! Cross.U
26140      Branch: perl
26141            ! Configure INSTALL
26142 ____________________________________________________________________________
26143 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
26144         Log: Update Changes.
26145      Branch: perl
26146            ! Changes patchlevel.h
26147 ____________________________________________________________________________
26148 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
26149         Log: Subject: [PATCH 5.7.1] sv.c documentation
26150              From: davem@fdgroup.co.uk
26151              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
26152              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
26153      Branch: perl
26154            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
26155            ! sv.c sv.h
26156 ____________________________________________________________________________
26157 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
26158         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
26159              From: "Jon Gunnip" <jongunnip@hotmail.com>
26160              Date: Sun, 17 Jun 2001 18:24:29 -0400
26161              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
26162      Branch: perl
26163            ! pod/perlvar.pod
26164 ____________________________________________________________________________
26165 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
26166         Log: Move the locale/strict/warnings helper files back
26167              under the t/lib; this way the amount of non-installabled
26168              stuff under lib/ stays smaller.
26169      Branch: perl
26170            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
26171            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
26172            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
26173            + t/lib/warnings/5nolint t/lib/warnings/6default
26174            + t/lib/warnings/7fatal t/lib/warnings/8signal
26175            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
26176            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
26177            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
26178            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
26179            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
26180            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
26181            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
26182            + t/lib/warnings/taint t/lib/warnings/toke
26183            + t/lib/warnings/universal t/lib/warnings/utf8
26184            + t/lib/warnings/util
26185            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
26186            - lib/strict/subs lib/strict/vars lib/warnings/1global
26187            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
26188            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
26189            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
26190            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
26191            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
26192            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
26193            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
26194            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
26195            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
26196            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
26197            - lib/warnings/utf8 lib/warnings/util
26198            ! MANIFEST installperl lib/locale.t lib/strict.t
26199 ____________________________________________________________________________
26200 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
26201         Log: Split off the pack/unpack code, from Nicholas Clark.
26202      Branch: perl
26203            + pp_pack.c
26204            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
26205            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
26206            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
26207 ____________________________________________________________________________
26208 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
26209         Log: Guard the SysV IPC tests against being invoked in
26210              SysV-IPC-less places.
26211      Branch: perl
26212            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
26213 ____________________________________________________________________________
26214 [ 10683] By: nick                                  on 2001/06/18  12:24:42
26215         Log: Integrate mainline (new test scheme now ok on Linux).
26216      Branch: perlio
26217           +> lib/warnings.t
26218           !> dump.c sv.c
26219 ____________________________________________________________________________
26220 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
26221         Log: Add the locale.c and numeric.c to the microperl sources.
26222      Branch: perl
26223            ! Makefile.micro win32/Makefile
26224 ____________________________________________________________________________
26225 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
26226         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
26227              From: Abhijit Menon-Sen <ams@wiw.org>
26228              Date: Mon, 18 Jun 2001 14:23:44 +0530
26229              Message-ID: <20010618142344.A13136@lustre.linux.in>
26230      Branch: perl
26231            ! dump.c
26232 ____________________________________________________________________________
26233 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
26234         Log: Subject: Re: [PATCH] more anonymous stash cleanups
26235              From: Abhijit Menon-Sen <ams@wiw.org>
26236              Date: Mon, 18 Jun 2001 15:50:32 +0530
26237              Message-ID: <20010618155032.A13223@lustre.linux.in>
26238              
26239              Plus the comment left in as suggested by NI-S.
26240      Branch: perl
26241            ! sv.c
26242 ____________________________________________________________________________
26243 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
26244         Log: One missed file.
26245      Branch: perl
26246            + lib/warnings.t
26247 ____________________________________________________________________________
26248 [ 10678] By: nick                                  on 2001/06/18  08:05:29
26249         Log: Integrate mainline (part2 - the deletes)
26250      Branch: perlio
26251            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
26252            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
26253            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
26254            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
26255            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
26256            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
26257            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
26258            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
26259            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
26260            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
26261            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
26262 ____________________________________________________________________________
26263 [ 10677] By: nick                                  on 2001/06/18  08:04:44
26264         Log: Integrate mainline (part1)
26265      Branch: perlio
26266           +> (branch 376 files)
26267            - (delete 219 files)
26268           !> (integrate 151 files)
26269 ____________________________________________________________________________
26270 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
26271         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
26272              No doubt I made some mistakes like missed some files or
26273              misnamed some files.  The naming rules were more or less:
26274              (1) if the module is from CPAN, follows its ways, be it
26275              t/*.t or test.pl.
26276              (2) otherwise if there are multiple tests for a module
26277              put them in a t/
26278              (3) otherwise if there's only one test put it in Module.t
26279              (4) helper files go to module/ (locale, strict, warnings)
26280              (5) use longer filenames now that we can (but e.g. the
26281              compat-0.6.t and the Text::Balanced test files still
26282              were renamed to be more civil against the 8.3 people)
26283              installperl was updated appropriately not to install the
26284              *.t files or the help files from under lib.
26285              
26286              TODO: some helper files still remain under t/ that could
26287              follow their 'masters'.  UPDATE: On second thoughts, why
26288              should they.  They can continue to live under t/lib, and
26289              in fact the locale/strict/warnings helpers that were moved
26290              could be moved back.  This way the amount of non-installable
26291              stuff under lib/ stays smaller.
26292      Branch: perl
26293            + (add 253 files)
26294            - (delete 254 files)
26295            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
26296 ____________________________________________________________________________
26297 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
26298         Log: The warning no more comes from util.c, it comes from numeric.c.
26299      Branch: perl
26300            ! README.tru64
26301 ____________________________________________________________________________
26302 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
26303         Log: Subject: Re: anyone good at casting spells?
26304              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26305              Date: Sun, 17 Jun 2001 21:21:04 -0400
26306              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
26307      Branch: perl
26308            ! ext/POSIX/POSIX.xs hv.h
26309 ____________________________________________________________________________
26310 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
26311         Log: Protect the (original) thread tests against testing if no 5.005
26312              threads have been configured.
26313      Branch: perl
26314            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
26315            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
26316            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
26317            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
26318            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
26319            ! ext/Thread/unsync4.t
26320 ____________________________________________________________________________
26321 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
26322         Log: Try the new test scanning scheme on Text::Abbrev.
26323      Branch: perl
26324            + lib/Text/Abbrev.t
26325            - lib/Text/Abbrev/t/abbrev.t
26326            ! MANIFEST
26327 ____________________________________________________________________________
26328 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
26329         Log: Change the scan policy of the *.t and test.pl files,
26330              now the *.t do not need to live in a t/ directory.
26331      Branch: perl
26332            ! t/TEST t/harness
26333 ____________________________________________________________________________
26334 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
26335         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
26336              From: Ilmari Karonen <iltzu@sci.fi>
26337              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
26338              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
26339      Branch: perl
26340            ! pod/perlfaq7.pod
26341 ____________________________________________________________________________
26342 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
26343         Log: Quench the warnings from Tru64; the HP-UX is still
26344              broken because it really, REALLY, doesn't like the
26345              HvARRAY() being lvalue:
26346              
26347              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
26348              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
26349      Branch: perl
26350            ! hv.c
26351 ____________________________________________________________________________
26352 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
26353         Log: Integrate change #10667 from maintperl:
26354              
26355              change#10449 broke the special-case that makes lexicals inside the
26356              eval"" within DB::DB() visible
26357      Branch: perl
26358           !> op.c
26359 ____________________________________________________________________________
26360 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
26361         Log: change#10449 broke the special-case that makes lexicals inside the
26362              eval"" within DB::DB() visible
26363      Branch: maint-5.6/perl
26364            ! op.c
26365 ____________________________________________________________________________
26366 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
26367         Log: Still spurious output; indent the code a bit.
26368              
26369              TODO1: separate the utility functions like MkDir
26370              into a helper script?
26371              
26372              TODO2: I see a lot of repetition in the filepath()
26373              and dirpath() calls.
26374      Branch: perl
26375            ! t/lib/filefind.t t/lib/findtaint.t
26376 ____________________________________________________________________________
26377 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
26378         Log: Regen modlib, toc.
26379      Branch: perl
26380            ! pod/perlmodlib.pod pod/perltoc.pod
26381 ____________________________________________________________________________
26382 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
26383         Log: Add libnetcfg to perlutil.
26384      Branch: perl
26385            ! pod/perlutil.pod
26386 ____________________________________________________________________________
26387 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
26388         Log: Initial integration of libnet-1.0703.
26389              The Configure script renamed as libnetcfg, will be
26390              installed along other utilities.
26391      Branch: perl
26392            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
26393            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
26394            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
26395            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
26396            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
26397            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
26398            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
26399            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
26400            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
26401            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
26402            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
26403            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
26404            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
26405            + utils/libnetcfg.PL
26406            ! MANIFEST utils.lst utils/Makefile
26407 ____________________________________________________________________________
26408 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
26409         Log: Less potentially test-harness-confusing output.
26410      Branch: perl
26411            ! lib/Memoize/t/expire_module_t.t
26412 ____________________________________________________________________________
26413 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
26414         Log: The final print annoys make test.
26415      Branch: perl
26416            ! t/lib/filefind.t t/lib/findtaint.t
26417 ____________________________________________________________________________
26418 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
26419         Log: Add an option for handling dangling symbolic links.
26420      Branch: perl
26421            ! lib/File/Find.pm t/lib/filefind.t
26422 ____________________________________________________________________________
26423 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
26424         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
26425              From: Thomas Wegner <wegner_thomas@yahoo.com>
26426              Date: Sun, 17 Jun 2001 14:43:11 +0200
26427              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
26428      Branch: perl
26429            + t/lib/findtaint.t
26430            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
26431 ____________________________________________________________________________
26432 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
26433         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
26434              From: Jonathan Stowe <gellyfish@gellyfish.com>
26435              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
26436              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
26437      Branch: perl
26438            ! lib/ExtUtils/MM_Unix.pm
26439 ____________________________________________________________________________
26440 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
26441         Log: Subject: [PATCH] more anonymous stash cleanups
26442              From: Abhijit Menon-Sen <ams@wiw.org>
26443              Date: Sun, 17 Jun 2001 11:44:06 +0530
26444              Message-ID: <20010617114406.A25203@lustre.linux.in>
26445      Branch: perl
26446            ! op.c
26447 ____________________________________________________________________________
26448 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
26449         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
26450              From: Abhijit Menon-Sen <ams@wiw.org>
26451              Date: Sun, 17 Jun 2001 08:02:59 +0530
26452              Message-ID: <20010617080259.A28776@lustre.linux.in>
26453              
26454              Subject: [PATCH #2/7] xhv_eiter
26455              From: Abhijit Menon-Sen <ams@wiw.org>
26456              Date: Sun, 17 Jun 2001 08:13:18 +0530
26457              Message-ID: <20010617081318.B28776@lustre.linux.in>
26458              
26459              Subject: [PATCH #3/7] xhv_fill
26460              From: Abhijit Menon-Sen <ams@wiw.org>
26461              Date: Sun, 17 Jun 2001 08:25:16 +0530
26462              Message-ID: <20010617082516.C28776@lustre.linux.in>
26463              
26464              Subject: [PATCH #4/7] xhv_keys
26465              From: Abhijit Menon-Sen <ams@wiw.org>
26466              Date: Sun, 17 Jun 2001 08:36:17 +0530
26467              Message-ID: <20010617083617.D28776@lustre.linux.in>
26468              
26469              Subject: [PATCH #5/7] xhv_max
26470              From: Abhijit Menon-Sen <ams@wiw.org>
26471              Date: Sun, 17 Jun 2001 08:39:48 +0530
26472              Message-ID: <20010617083948.E28776@lustre.linux.in>
26473              
26474              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
26475              From: Abhijit Menon-Sen <ams@wiw.org>
26476              Date: Sun, 17 Jun 2001 08:51:11 +0530
26477              Message-ID: <20010617085111.F28776@lustre.linux.in>
26478      Branch: perl
26479            ! hv.c
26480 ____________________________________________________________________________
26481 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
26482         Log: Update Changes.
26483      Branch: perl
26484            ! Changes patchlevel.h
26485 ____________________________________________________________________________
26486 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
26487         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
26488              From: Abhijit Menon-Sen <ams@wiw.org>
26489              Date: Sat, 16 Jun 2001 07:41:19 +0530
26490              Message-ID: <20010616074119.A24720@lustre.linux.in>
26491      Branch: perl
26492            ! hv.c perl.c vms/vmsish.h win32/win32.h
26493 ____________________________________________________________________________
26494 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
26495         Log: Document tests failing when threaded, since we now have more.
26496      Branch: perl
26497            ! pod/perl572delta.pod
26498 ____________________________________________________________________________
26499 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
26500         Log: -Wall cleanup.
26501      Branch: perl
26502            ! ext/Thread/Thread.xs
26503 ____________________________________________________________________________
26504 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
26505         Log: pthread_attr_setstacksize() isn't absolutely necessary
26506              to call, only iff THREAD_CREATE_NEEDS_STACK.
26507      Branch: perl
26508            ! ext/Thread/Thread.xs
26509 ____________________________________________________________________________
26510 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
26511         Log: -Wall strays.
26512      Branch: perl
26513            ! perl.c util.c
26514 ____________________________________________________________________________
26515 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
26516         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
26517              (and INT64_MIN) brokenness.
26518      Branch: perl
26519            ! hints/darwin.sh perl.h
26520 ____________________________________________________________________________
26521 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
26522         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
26523              From: Nicholas Clark <nick@ccl4.org>
26524              Date: Sun, 17 Jun 2001 00:16:05 +0100
26525              Message-ID: <20010617001605.V98663@plum.flirble.org>
26526      Branch: perl
26527            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
26528            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
26529            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26530 ____________________________________________________________________________
26531 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
26532         Log: Add perlnetware to docs; regen toc; supply skeleton
26533              docs for some Memoize submodules.
26534      Branch: perl
26535            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
26536            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
26537            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
26538            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
26539            ! win32/Makefile win32/makefile.mk
26540 ____________________________________________________________________________
26541 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
26542         Log: pod cleanup.
26543      Branch: perl
26544            ! README.netware
26545 ____________________________________________________________________________
26546 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
26547         Log: Integrate Memoize 0.64.  Few tweaks were required in
26548              the test scripts.  Note that the speed and expire*
26549              tests take several dozen seconds to run.
26550      Branch: perl
26551            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
26552            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
26553            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
26554            + lib/Memoize/README lib/Memoize/SDBM_File.pm
26555            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
26556            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
26557            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
26558            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
26559            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
26560            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
26561            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
26562            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
26563            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
26564            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
26565            ! MANIFEST t/lib/1_compile.t
26566 ____________________________________________________________________________
26567 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
26568         Log: Document the cross-compilation options.
26569      Branch: perl
26570            ! Cross/README INSTALL
26571 ____________________________________________________________________________
26572 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
26573         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
26574      Branch: perl
26575            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
26576            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
26577            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
26578            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
26579            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
26580            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
26581            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
26582            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
26583            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
26584            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
26585            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
26586            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
26587            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
26588            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
26589            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
26590            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
26591            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
26592            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
26593            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
26594            + lib/ExtUtils/MM_NW5.pm
26595            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
26596            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
26597            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
26598            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
26599            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
26600            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
26601            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
26602            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
26603            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
26604            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
26605            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
26606            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
26607            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
26608            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
26609            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
26610            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
26611            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
26612            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
26613            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
26614            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
26615            ! util.h x2p/a2py.c
26616 ____________________________________________________________________________
26617 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
26618         Log: Resort MANIFEST.
26619      Branch: perl
26620            ! MANIFEST
26621 ____________________________________________________________________________
26622 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
26623         Log: Integrate perlio.
26624      Branch: perl
26625           +> win32/win32io.c
26626           !> MANIFEST perlio.c perliol.h win32/makefile.mk
26627 ____________________________________________________________________________
26628 [ 10640] By: nick                                  on 2001/06/16  18:38:31
26629         Log: Disable :win32 layer as default till I get it working
26630      Branch: perlio
26631            ! MANIFEST perlio.c
26632 ____________________________________________________________________________
26633 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
26634         Log: Try the new scheme by moving the Text::Abbrev test
26635              to a new place under lib.
26636      Branch: perl
26637            + lib/Text/Abbrev/t/abbrev.t
26638            - t/lib/abbrev.t
26639            ! MANIFEST
26640 ____________________________________________________________________________
26641 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
26642         Log: Make the code even more dynamical so that testname
26643              suffix length can change.
26644      Branch: perl
26645            ! lib/Test/Harness.pm t/TEST
26646 ____________________________________________________________________________
26647 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
26648         Log: Allow for deeper t/ and also a single test.pl.
26649      Branch: perl
26650            ! t/TEST t/harness
26651 ____________________________________________________________________________
26652 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
26653         Log: #define fix from Nicholas Clark.
26654      Branch: perl
26655            ! ext/POSIX/POSIX.xs
26656 ____________________________________________________________________________
26657 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
26658         Log: Initialization is nice.
26659      Branch: perl
26660            ! lib/Test/Harness.pm
26661 ____________________________________________________________________________
26662 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
26663         Log: Make t/TEST and t/harness to test also the t/ tests
26664              under the main lib/ and ext/ directories.  Fix Test::Harness
26665              to dynamically change the width of its "foo/bar....ok" output.
26666      Branch: perl
26667            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
26668 ____________________________________________________________________________
26669 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
26670         Log: Subject: [PATCH] Re: perl@10611 
26671              From: Nicholas Clark <nick@ccl4.org>
26672              Date: Sat, 16 Jun 2001 16:52:47 +0100
26673              Message-ID: <20010616165247.O98663@plum.flirble.org>
26674              
26675              The .xs parts, too.
26676      Branch: perl
26677            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
26678            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
26679 ____________________________________________________________________________
26680 [ 10632] By: nick                                  on 2001/06/16  16:44:35
26681         Log: Work-in-progress win32 layer semi-functional, checking 
26682              for UNIX breakage.
26683      Branch: perlio
26684            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
26685 ____________________________________________________________________________
26686 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
26687         Log: Subject: [PATCH] Re: perl@10611 
26688              From: Nicholas Clark <nick@ccl4.org>
26689              Date: Sat, 16 Jun 2001 16:52:47 +0100
26690              Message-ID: <20010616165247.O98663@plum.flirble.org>
26691      Branch: perl
26692            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
26693            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
26694            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
26695            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
26696            ! lib/ExtUtils/Constant.pm
26697 ____________________________________________________________________________
26698 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
26699         Log: Metaconfig unit change for #10629.
26700      Branch: metaconfig
26701            ! U/modified/Finish.U
26702 ____________________________________________________________________________
26703 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
26704         Log: The extraction changed directories.
26705      Branch: perl
26706            ! Configure
26707 ____________________________________________________________________________
26708 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
26709         Log: Math::BigInt 1.35 from Tels.
26710      Branch: perl
26711            + t/lib/mbimbf.t
26712            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26713            ! t/lib/bigfltpm.t t/lib/bigintpm.t
26714 ____________________________________________________________________________
26715 [ 10627] By: nick                                  on 2001/06/16  14:54:52
26716         Log: Work in progress UNIX-side edit of win32 PerLIO layer
26717      Branch: perlio
26718            + win32/win32io.c
26719            ! perlio.c win32/makefile.mk
26720 ____________________________________________________________________________
26721 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
26722         Log: Subject: [PATCH 5.6.1] os2/diff-configure
26723              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26724              Date: Fri, 15 Jun 2001 01:19:36 -0400
26725              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
26726              
26727              Empty all of it because I think #10624 made even the
26728              last patch hunk unnecessary.
26729      Branch: perl
26730            ! os2/diff.configure
26731 ____________________________________________________________________________
26732 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
26733         Log: Metaconfig unit change for 10624.
26734      Branch: metaconfig
26735            ! U/modified/libc.U
26736      Branch: perl
26737            ! config_h.SH
26738 ____________________________________________________________________________
26739 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
26740         Log: Move the initialization of libnames to the beginning so
26741              that can one 'seed' it (as OS/2 does.)
26742      Branch: perl
26743            ! Configure
26744 ____________________________________________________________________________
26745 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
26746         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
26747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26748              Date: Fri, 15 Jun 2001 19:10:57 -0400
26749              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
26750      Branch: perl
26751            ! os2/OS2/REXX/DLL/DLL.pm
26752 ____________________________________________________________________________
26753 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
26754         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
26755              From: "Craig A. Berry" <craigberry@mac.com>
26756              Date: Fri, 15 Jun 2001 17:00:03 -0500
26757              Message-Id: <a05101007b750342599be@[172.16.52.1]>
26758      Branch: perl
26759            ! vms/descrip_mms.template
26760 ____________________________________________________________________________
26761 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
26762         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
26763              From: "Craig A. Berry" <craigberry@mac.com>
26764              Date: Fri, 15 Jun 2001 18:39:42 -0500
26765              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
26766      Branch: perl
26767            ! lib/File/Spec/VMS.pm t/lib/extutils.t
26768 ____________________________________________________________________________
26769 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
26770         Log: Integrate perlio.
26771      Branch: perl
26772           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
26773           !> t/io/utf8.t t/lib/io_scalar.t
26774 ____________________________________________________________________________
26775 [ 10619] By: nick                                  on 2001/06/15  21:05:19
26776         Log: Generated files
26777      Branch: perlio
26778            ! embed.h proto.h
26779 ____________________________________________________________________________
26780 [ 10618] By: nick                                  on 2001/06/15  20:27:42
26781         Log: Fix open.pm to work via XS-implemented method calls rather
26782              than *open::layers variables which caused all the HV/AV hassle.
26783      Branch: perlio
26784            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
26785            ! t/lib/io_scalar.t
26786 ____________________________________________________________________________
26787 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
26788         Log: Integrate perlio.
26789      Branch: perl
26790           !> lib/ExtUtils/Constant.pm
26791 ____________________________________________________________________________
26792 [ 10616] By: nick                                  on 2001/06/15  18:46:47
26793         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
26794      Branch: perlio
26795            ! lib/ExtUtils/Constant.pm
26796 ____________________________________________________________________________
26797 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
26798         Log: Integrate perlio.
26799      Branch: perl
26800           !> ext/Socket/Socket.xs
26801 ____________________________________________________________________________
26802 [ 10614] By: nick                                  on 2001/06/15  18:33:37
26803         Log: MULTIPLICITY fix for Socket.xs
26804      Branch: perlio
26805            ! ext/Socket/Socket.xs
26806 ____________________________________________________________________________
26807 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
26808         Log: Subject: Re: perl@10611
26809              From: Doug MacEachern <dougm@covalent.net>
26810              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
26811              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
26812      Branch: perl
26813            ! ext/Socket/Socket.xs
26814 ____________________________________________________________________________
26815 [ 10612] By: nick                                  on 2001/06/15  16:14:38
26816         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
26817      Branch: perlio
26818           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
26819           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
26820           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
26821           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
26822           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
26823           !> utils/h2ph.PL
26824 ____________________________________________________________________________
26825 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
26826         Log: Update Changes.
26827      Branch: perl
26828            ! Changes patchlevel.h
26829 ____________________________________________________________________________
26830 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
26831         Log: Upping the test count.
26832      Branch: perl
26833            ! t/lib/filefind.t
26834 ____________________________________________________________________________
26835 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
26836         Log: Integrate perlio.
26837      Branch: perl
26838           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26839 ____________________________________________________________________________
26840 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
26841         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
26842              From: andreas.koenig@anima.de (Andreas J. Koenig)
26843              Date: 15 Jun 2001 13:30:39 +0200
26844              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
26845              
26846              Record the grim history.
26847      Branch: perl
26848            ! lib/File/Find.pm
26849 ____________________________________________________________________________
26850 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
26851         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
26852              From: Brian McCauley <nobull@mail.com>
26853              Date: 15 Jun 2001 07:51:26 +0100
26854              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
26855      Branch: perl
26856            ! lib/File/Find.pm t/lib/filefind.t
26857 ____________________________________________________________________________
26858 [ 10606] By: nick                                  on 2001/06/15  14:00:08
26859         Log: regen_config_h for Win32.
26860      Branch: perlio
26861            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26862 ____________________________________________________________________________
26863 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
26864         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
26865              From: Peter Prymmer <pvhp@forte.com>
26866              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
26867              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
26868      Branch: perl
26869            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
26870 ____________________________________________________________________________
26871 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
26872         Log: Some filesystems require writability for rename/unlink.
26873      Branch: perl
26874            ! opcode.pl
26875 ____________________________________________________________________________
26876 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
26877         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
26878              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
26879              Date: Fri, 15 Jun 2001 12:08:53 +0200
26880              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
26881      Branch: perl
26882            ! perlio.c
26883 ____________________________________________________________________________
26884 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
26885         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
26886              From: Mike Guy <mjtg@cam.ac.uk>
26887              Date: Fri, 15 Jun 2001 14:11:49 +0100
26888              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
26889      Branch: perl
26890            ! opcode.pl
26891 ____________________________________________________________________________
26892 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
26893         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
26894              From: Nicholas Clark <nick@ccl4.org>
26895              Date: Thu, 14 Jun 2001 23:52:56 +0100
26896              Message-ID: <20010614235256.G98663@plum.flirble.org>
26897      Branch: perl
26898            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
26899            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26900 ____________________________________________________________________________
26901 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
26902         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
26903              From: Russ Allbery <rra@stanford.edu>
26904              Date: 14 Jun 2001 13:24:43 -0700
26905              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
26906      Branch: perl
26907            ! ext/GDBM_File/GDBM_File.pm
26908 ____________________________________________________________________________
26909 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
26910         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
26911              From: Nicholas Clark <nick@ccl4.org>
26912              Date: Thu, 14 Jun 2001 20:37:47 +0100
26913              Message-ID: <20010614203747.F98663@plum.flirble.org>
26914      Branch: perl
26915            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
26916            ! t/lib/gdbm.t
26917 ____________________________________________________________________________
26918 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
26919         Log: Integrate perlio.
26920      Branch: perl
26921           !> makedef.pl sv.c
26922 ____________________________________________________________________________
26923 [ 10597] By: nick                                  on 2001/06/15  11:08:13
26924         Log: Check that HVs with HvNAME() != NULL are really stashes before
26925              treating them as such. Also be more defensive on the GvCV.
26926              Win32 fork and dprof now working again. 
26927      Branch: perlio
26928            ! sv.c
26929 ____________________________________________________________________________
26930 [ 10596] By: nick                                  on 2001/06/15  10:11:20
26931         Log: Integrate mainline.
26932      Branch: perlio
26933           +> Cross/README
26934           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
26935           !> Porting/config_H config_h.SH configure.com epoc/config.sh
26936           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
26937           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26938           !> vos/config.ga.h win32/config.bc win32/config.gc
26939           !> win32/config.vc win32/config_H.bc win32/config_H.gc
26940           !> win32/config_H.vc
26941 ____________________________________________________________________________
26942 [ 10595] By: nick                                  on 2001/06/15  09:37:17
26943         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
26944              - Win32 (VC++) now builds but fails:
26945              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
26946              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
26947              write.t    - open(...,"|-") not implemented on Win32 
26948      Branch: perlio
26949            ! makedef.pl
26950 ____________________________________________________________________________
26951 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
26952         Log: Integrate perlio.
26953      Branch: perl
26954           !> perlio.c win32/makefile.mk
26955 ____________________________________________________________________________
26956 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
26957         Log: Metaconfig unit changes for #10592.
26958      Branch: metaconfig
26959            + U/modified/i_varhdr.U U/modified/startsh.U
26960            - U/a_dvisory/crosscompile.U U/target/Target.U
26961            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
26962            ! U/compline/bitpbyte.U U/compline/byteorder.U
26963            ! U/compline/ccflags.U U/compline/charsize.U
26964            ! U/compline/d_casti32.U U/compline/d_castneg.U
26965            ! U/compline/d_closedir.U U/compline/d_fd_set.U
26966            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
26967            ! U/compline/d_keepsig.U U/compline/d_open3.U
26968            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
26969            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
26970            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
26971            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
26972            ! U/compline/doublesize.U U/compline/floatsize.U
26973            ! U/compline/nblock_io.U U/compline/orderlib.U
26974            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
26975            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
26976            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
26977            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
26978            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
26979            ! U/modified/spitshell.U U/threads/archname.U
26980            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
26981            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
26982            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
26983            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
26984            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
26985      Branch: metaconfig/U/perl
26986            + Cross.U
26987            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
26988            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
26989            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
26990            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
26991            ! stdio_streams.U uselfs.U
26992 ____________________________________________________________________________
26993 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
26994         Log: The first steps towards cross-compilation.
26995              
26996              Abstract execution of compiled test executables with $run,
26997              and abstract transfer of files with $to and $from.
26998              
26999              Under cross-compilation the $run, $to, and $from will point
27000              to appropriate wrapper scripts, by default ssh and scp,
27001              but also rsh, rcp, and cp are supported.  If not
27002              cross-compiling, they will be set to '', ':', and ':',
27003              respectively.
27004              
27005              With these patches I was able to get Configure for
27006              iPAQ ARM Linux on an Intel Linux about 95% right
27007              (only a few tests failed to execute or they produced
27008              incorrect results), and I was able to compile
27009              a functional miniperl.
27010              
27011              The symbol crosscompile renamed to be usecrosscompile,
27012              the corresponding C symbol from CROSSCOMPILE to
27013              USE_CROSS_COMPILE.
27014      Branch: perl
27015            ! Configure Cross/README Makefile.SH Porting/Glossary
27016            ! Porting/config.sh Porting/config_H config_h.SH configure.com
27017            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
27018            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27019            ! vos/config.ga.def vos/config.ga.h win32/config.bc
27020            ! win32/config.gc win32/config.vc win32/config_H.bc
27021            ! win32/config_H.gc win32/config_H.vc
27022 ____________________________________________________________________________
27023 [ 10591] By: nick                                  on 2001/06/14  20:00:12
27024         Log: Steps along the road toward Win32 building again.
27025      Branch: perlio
27026            ! perlio.c win32/makefile.mk
27027 ____________________________________________________________________________
27028 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
27029         Log: Integrate perlio.
27030      Branch: perl
27031           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27032 ____________________________________________________________________________
27033 [ 10589] By: nick                                  on 2001/06/14  13:54:07
27034         Log: Routine regen_config_h for Win32
27035      Branch: perlio
27036            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27037 ____________________________________________________________________________
27038 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
27039         Log: Integrate perlio.
27040      Branch: perl
27041           +> perlyline.pl
27042           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
27043 ____________________________________________________________________________
27044 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
27045         Log: A placeholder.
27046      Branch: perl
27047            + Cross/README
27048 ____________________________________________________________________________
27049 [ 10586] By: nick                                  on 2001/06/14  08:25:07
27050         Log: Add new step to run_byacc which:
27051              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
27052              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
27053      Branch: perlio
27054            + perlyline.pl
27055            ! MANIFEST Makefile.SH perly.c
27056 ____________________________________________________________________________
27057 [ 10585] By: nick                                  on 2001/06/14  08:22:29
27058         Log: Integrate mainline
27059      Branch: perlio
27060           +> locale.c numeric.c
27061           !> Changes cygwin/Makefile.SHs embed.h embed.pl
27062           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
27063           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
27064           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
27065           !> x2p/Makefile.SH
27066 ____________________________________________________________________________
27067 [ 10584] By: nick                                  on 2001/06/14  08:05:53
27068         Log: Hack to remove insecure directories from PATH so test will run.
27069      Branch: perlio
27070            ! t/lib/filefind.t
27071 ____________________________________________________________________________
27072 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
27073         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
27074      Branch: perl
27075            - t/lib/mbimbf.t
27076            ! MANIFEST
27077 ____________________________________________________________________________
27078 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
27079         Log: Detypo.
27080      Branch: perl
27081            ! x2p/Makefile.SH
27082 ____________________________________________________________________________
27083 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
27084         Log: de-$CONFIG continues.
27085      Branch: perl
27086            ! cygwin/Makefile.SHs x2p/Makefile.SH
27087 ____________________________________________________________________________
27088 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
27089         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
27090              From: Nicholas Clark <nick@ccl4.org>
27091              Date: Wed, 13 Jun 2001 21:20:13 +0100
27092              Message-ID: <20010613212013.D98663@plum.flirble.org>
27093      Branch: perl
27094            ! opcode.pl
27095 ____________________________________________________________________________
27096 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
27097         Log: Subject: splitting util.c
27098              From: Hugo <hv@crypt.compulink.co.uk>
27099              Date: Thu, 14 Jun 2001 00:41:08 +0100
27100              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
27101      Branch: perl
27102            + locale.c numeric.c
27103            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
27104            ! pod/perlapi.pod proto.h util.c
27105 ____________________________________________________________________________
27106 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
27107         Log: Upgrade to Math::BigInt 1.34 from Tels.
27108      Branch: perl
27109            + t/lib/mbimbf.t
27110            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
27111            ! t/lib/bigfltpm.t t/lib/bigintpm.t
27112 ____________________________________________________________________________
27113 [ 10577] By: nick                                  on 2001/06/13  19:02:48
27114         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
27115      Branch: perlio
27116           !> (integrate 125 files)
27117 ____________________________________________________________________________
27118 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
27119         Log: Update Changes.
27120      Branch: perl
27121            ! Changes patchlevel.h
27122 ____________________________________________________________________________
27123 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
27124         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
27125              From: "Craig A. Berry" <craigberry@mac.com>
27126              Date: Wed, 13 Jun 2001 13:24:28 -0500
27127              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
27128      Branch: perl
27129            ! ext/re/Makefile.PL
27130 ____________________________________________________________________________
27131 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
27132         Log: Mc.u.c. for #10573.
27133      Branch: metaconfig
27134            ! U/threads/usethreads.U
27135 ____________________________________________________________________________
27136 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
27137         Log: It would be also be good if I could type.
27138      Branch: perl
27139            ! Configure
27140 ____________________________________________________________________________
27141 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
27142         Log: Metaconfig unit change for #10571.
27143      Branch: metaconfig
27144            ! U/threads/usethreads.U
27145 ____________________________________________________________________________
27146 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
27147         Log: A non-empty default is a good thing.
27148      Branch: perl
27149            ! Configure
27150 ____________________________________________________________________________
27151 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
27152         Log: Metaconfig unit change for #10569.
27153      Branch: metaconfig
27154            ! U/threads/usethreads.U
27155 ____________________________________________________________________________
27156 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
27157         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
27158              extremely experimental, not even prompted for.
27159      Branch: perl
27160            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27161            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
27162            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
27163            ! win32/config.bc win32/config.gc win32/config.vc
27164 ____________________________________________________________________________
27165 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
27166         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
27167      Branch: perl
27168            ! pod/perlfaq6.pod
27169 ____________________________________________________________________________
27170 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
27171         Log: Integrate perlio; conflicts, accept Nick's versions.
27172      Branch: perl
27173           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27174           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
27175 ____________________________________________________________________________
27176 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
27177         Log: Subject: Re: ext/ + -Wall
27178              From: Doug MacEachern <dougm@covalent.net>
27179              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
27180              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
27181      Branch: perl
27182            ! XSUB.h lib/ExtUtils/xsubpp perl.h
27183 ____________________________________________________________________________
27184 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
27185         Log: Similar logic as DB_File.xs, using the modern macros and
27186              defines them to older ones for older Perls where PERL_VERSION
27187              is not defined, from Doug MacEachern.
27188      Branch: perl
27189            ! ext/Storable/Storable.xs
27190 ____________________________________________________________________________
27191 [ 10564] By: nick                                  on 2001/06/13  15:22:01
27192         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
27193              and using that instead (name lookups are sequential search for now).
27194      Branch: perlio
27195            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27196            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
27197 ____________________________________________________________________________
27198 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
27199         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
27200              From: "Richard Soderberg" <rs@crystalflame.net>
27201              Date: Sat, 26 May 2001 06:44:20 -0700
27202              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
27203      Branch: perl
27204            ! sv.c t/op/glob.t
27205 ____________________________________________________________________________
27206 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
27207         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
27208              From: "Craig A. Berry" <craigberry@mac.com>
27209              Date: Tue, 12 Jun 2001 23:55:26 -0500
27210              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
27211      Branch: perl
27212            ! ext/re/Makefile.PL ext/re/re.xs
27213 ____________________________________________________________________________
27214 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
27215         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
27216              suggested by NI-S.
27217      Branch: perl
27218            ! XSUB.h malloc.c perl.h
27219 ____________________________________________________________________________
27220 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
27221         Log: Regen toc.
27222      Branch: perl
27223            ! pod/perltoc.pod
27224 ____________________________________________________________________________
27225 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
27226         Log: Subject: [patch] perl.gprof control
27227              From: Doug MacEachern <dougm@covalent.net>
27228              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
27229              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
27230      Branch: perl
27231            ! miniperlmain.c perl.h
27232 ____________________________________________________________________________
27233 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
27234         Log: Subject: Re: ext/ + -Wall
27235              From: Doug MacEachern <dougm@covalent.net>
27236              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
27237              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
27238              
27239              Document ax and break up dXSARGS.
27240      Branch: perl
27241            ! XSUB.h pod/perlapi.pod
27242 ____________________________________________________________________________
27243 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
27244         Log: More AIX tweakage from Merijn.
27245      Branch: perl
27246            ! hints/aix.sh
27247 ____________________________________________________________________________
27248 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
27249         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
27250              From: "Craig A. Berry" <craigberry@mac.com>
27251              Date: Tue, 12 Jun 2001 22:57:45 -0500
27252              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
27253      Branch: perl
27254            ! vms/descrip_mms.template
27255 ____________________________________________________________________________
27256 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
27257         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
27258              From: "Craig A. Berry" <craigberry@mac.com>
27259              Date: Tue, 12 Jun 2001 22:21:39 -0500
27260              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
27261      Branch: perl
27262            ! configure.com util.c
27263 ____________________________________________________________________________
27264 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
27265         Log: New AIX dynaloading code from Jens-Uwe Mager.
27266              Does break binary compatibility.
27267      Branch: perl
27268            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
27269 ____________________________________________________________________________
27270 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
27271         Log: VMS DEC C compiler found nits by Peter Prymmer.
27272      Branch: perl
27273            ! util.c
27274 ____________________________________________________________________________
27275 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
27276         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
27277              From: Peter Prymmer <pvhp@forte.com>
27278              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
27279              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
27280      Branch: perl
27281            ! t/lib/filecomp.t
27282 ____________________________________________________________________________
27283 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
27284         Log: I wonder how many $CONFIGs still lurk in the shadows.
27285      Branch: perl
27286            ! pod/Makefile.SH x2p/cflags.SH
27287 ____________________________________________________________________________
27288 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
27289         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
27290      Branch: perl
27291            ! pod/checkpods.PL
27292 ____________________________________________________________________________
27293 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
27294         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
27295      Branch: perl
27296            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
27297 ____________________________________________________________________________
27298 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
27299         Log: Subject: [patch] rid local_patches warnings
27300              From: Doug MacEachern <dougm@covalent.net>
27301              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
27302              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
27303      Branch: perl
27304            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
27305 ____________________________________________________________________________
27306 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
27307         Log: Subject: Re: ext/ + -Wall
27308              From: Doug MacEachern <dougm@covalent.net>
27309              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
27310              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
27311      Branch: perl
27312            ! ext/attrs/attrs.xs
27313 ____________________________________________________________________________
27314 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
27315         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
27316              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27317              Date: Tue, 12 Jun 2001 14:36:20 -0400
27318              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
27319      Branch: perl
27320            ! pod/perlretut.pod
27321 ____________________________________________________________________________
27322 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
27323         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
27324              From: Mike Guy <mjtg@cam.ac.uk>
27325              Date: Tue, 12 Jun 2001 19:10:31 +0100
27326              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
27327              
27328              Subject: Re: [ID 20010612.001] out of memory during regex compilation
27329              From: Mike Guy <mjtg@cam.ac.uk>
27330              Date: Tue, 12 Jun 2001 19:21:01 +0100
27331              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
27332      Branch: perl
27333            ! pod/perlop.pod
27334 ____________________________________________________________________________
27335 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
27336         Log: AIX tweaks from Merijn H. Brand.
27337      Branch: perl
27338            ! hints/aix.sh
27339 ____________________________________________________________________________
27340 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
27341         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
27342              From: "Brendan O'Dea" <bod@compusol.com.au>
27343              Date: Wed, 13 Jun 2001 05:16:47 +1000
27344              Message-ID: <20010613051647.A8945@compusol.com.au>
27345      Branch: maint-5.6/perl
27346            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27347 ____________________________________________________________________________
27348 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
27349         Log: Subject: Small bcopy cleanup
27350              From: Andy Dougherty <doughera@lafayette.edu>
27351              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
27352              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
27353      Branch: perl
27354            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
27355 ____________________________________________________________________________
27356 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
27357         Log: Subject: [PATCH] Re: ext/ + -Wall
27358              From: Nicholas Clark <nick@ccl4.org>
27359              Date: Wed, 13 Jun 2001 00:04:30 +0100
27360              Message-ID: <20010613000430.M5901@plum.flirble.org>
27361      Branch: perl
27362            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
27363 ____________________________________________________________________________
27364 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
27365         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
27366              From: Nicholas Clark <nick@ccl4.org>
27367              Date: Tue, 12 Jun 2001 23:53:07 +0100
27368              Message-ID: <20010612235307.L5901@plum.flirble.org>
27369      Branch: perl
27370            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27371 ____________________________________________________________________________
27372 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
27373         Log: MPE/iX tweaks from Mark Bixby.
27374      Branch: perl
27375            ! hints/mpeix.sh mpeix/mpeixish.h util.c
27376 ____________________________________________________________________________
27377 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
27378         Log: Update Changes.
27379      Branch: perl
27380            ! Changes patchlevel.h
27381 ____________________________________________________________________________
27382 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
27383         Log: One less -Wall whine (found under DEBUGGING).
27384      Branch: perl
27385            ! x2p/Makefile.SH x2p/a2p.c
27386 ____________________________________________________________________________
27387 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
27388         Log: s/case-independent/case-insensitive/g
27389      Branch: perl
27390            ! pod/perldebug.pod
27391 ____________________________________________________________________________
27392 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
27393         Log: As suggested in    
27394              
27395              Subject: Re: ext/ + -Wall
27396              From: Gurusamy Sarathy <gsar@ActiveState.com>
27397              Date: Mon, 11 Jun 2001 23:34:31 -0700
27398              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
27399      Branch: perl
27400            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
27401            ! perl.h
27402 ____________________________________________________________________________
27403 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
27404         Log: Subject: ext/ + -Wall
27405              From: Doug MacEachern <dougm@covalent.net>
27406              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
27407              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
27408      Branch: perl
27409            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
27410            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
27411            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
27412            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
27413            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
27414            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
27415            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
27416            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
27417            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
27418            ! lib/ExtUtils/xsubpp
27419 ____________________________________________________________________________
27420 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
27421         Log: Subject: [PATCH] anonymous stashes
27422              From: Abhijit Menon-Sen <ams@wiw.org>
27423              Date: Tue, 12 Jun 2001 12:47:04 +0530
27424              Message-ID: <20010612124704.A29029@lustre.linux.in>
27425      Branch: perl
27426            ! dump.c gv.c sv.c xsutils.c
27427 ____________________________________________________________________________
27428 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
27429         Log: One more test for $^S.
27430      Branch: perl
27431            ! t/op/magic.t
27432 ____________________________________________________________________________
27433 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
27434         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
27435              From: Abhijit Menon-Sen <ams@wiw.org>
27436              Date: Tue, 12 Jun 2001 17:35:55 +0530
27437              Message-ID: <20010612173555.A32426@lustre.linux.in>
27438      Branch: perl
27439            ! mg.c t/op/magic.t
27440 ____________________________________________________________________________
27441 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
27442         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
27443              From: Mike Guy <mjtg@cam.ac.uk>
27444              Date: Tue, 12 Jun 2001 13:14:15 +0100
27445              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
27446      Branch: perl
27447            ! pod/perlop.pod
27448 ____________________________________________________________________________
27449 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
27450         Log: AUTHORS updates.
27451      Branch: perl
27452            ! AUTHORS
27453 ____________________________________________________________________________
27454 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
27455         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
27456              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
27457              Content-Transfer-Encoding: 7bit
27458              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
27459      Branch: perl
27460            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
27461 ____________________________________________________________________________
27462 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
27463         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
27464              From: "Philip Newton" <Philip.Newton@gmx.net>
27465              Date: Mon, 11 Jun 2001 07:08:03 +0200
27466              Message-Id: <200106120802.LAA08992@taas.iki.fi>
27467      Branch: perl
27468            ! t/base/term.t
27469 ____________________________________________________________________________
27470 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
27471         Log: Cleanup the a2p.c for -Wall.
27472      Branch: perl
27473            ! x2p/Makefile.SH x2p/a2p.c
27474 ____________________________________________________________________________
27475 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
27476         Log: File::Find update for MacOS from Chris Nandor.
27477      Branch: perl
27478            ! lib/File/Find.pm t/lib/filefind.t
27479 ____________________________________________________________________________
27480 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
27481         Log: gcc -Wall nits picked out by a non-UNIX system
27482              (courtesy of Mark Bixby)
27483      Branch: perl
27484            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
27485            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
27486            ! pp_sys.c util.c
27487 ____________________________________________________________________________
27488 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
27489         Log: Metaconfig unit change for #10522.  (The d_modfl changes
27490              placate metalint.)
27491      Branch: metaconfig/U/perl
27492            ! d_modfl.U d_u32align.U
27493 ____________________________________________________________________________
27494 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
27495         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
27496              be "./try 2>&1 >/dev/null".
27497      Branch: perl
27498            ! Configure
27499 ____________________________________________________________________________
27500 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
27501         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
27502              From: "Craig A. Berry" <craigberry@mac.com>
27503              Date: Mon, 11 Jun 2001 14:00:32 -0500
27504              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
27505      Branch: perl
27506            ! configure.com
27507 ____________________________________________________________________________
27508 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
27509         Log: Move the full \p\P lists to perlunicode.
27510      Branch: perl
27511            ! pod/perlretut.pod pod/perlunicode.pod
27512 ____________________________________________________________________________
27513 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
27514         Log: VOS build tweak for 5.6.1 from Paul Green.
27515      Branch: maint-5.6/perl
27516            ! vos/build.cm
27517 ____________________________________________________________________________
27518 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
27519         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
27520              From: "Craig A. Berry" <craigberry@mac.com>
27521              Date: Fri, 8 Jun 2001 18:08:18 -0500
27522              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
27523      Branch: perl
27524            ! vms/vms.c
27525 ____________________________________________________________________________
27526 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
27527         Log: Update Changes.
27528      Branch: perl
27529            ! Changes patchlevel.h
27530 ____________________________________________________________________________
27531 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
27532         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
27533      Branch: perl
27534            ! vos/config.alpha.h vos/config.ga.h
27535 ____________________________________________________________________________
27536 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
27537         Log: VOS updates from Paul Green for @10476.
27538      Branch: perl
27539            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
27540            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27541            ! vos/config.ga.h vos/configure_perl.cm
27542 ____________________________________________________________________________
27543 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
27544         Log: Subject: [PATCH] Not many people know this ...
27545              From: Mike Guy <mjtg@cam.ac.uk>
27546              Date: Mon, 11 Jun 2001 14:55:15 +0100
27547              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
27548      Branch: perl
27549            ! pod/perldebug.pod
27550 ____________________________________________________________________________
27551 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
27552         Log: Add final commas to lists as suggested by Philip Newton.
27553      Branch: perl
27554            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27555 ____________________________________________________________________________
27556 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
27557         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
27558              Date: Sun, 10 Jun 2001 23:35:38 -0400
27559              From: Chris Nandor <pudge@pobox.com>
27560              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
27561      Branch: perl
27562            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
27563            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
27564            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
27565            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
27566            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
27567            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
27568            ! t/op/write.t t/pragma/strict.t
27569 ____________________________________________________________________________
27570 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
27571         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
27572              From: Chris Nandor <pudge@pobox.com>
27573              Date: Mon, 11 Jun 2001 08:24:28 -0400
27574              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
27575      Branch: perl
27576            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
27577            ! t/lib/io_dir.t
27578 ____________________________________________________________________________
27579 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
27580         Log: One more run_byacc (a hand-tweaked version had slipped in).
27581      Branch: perl
27582            ! perly.c vms/perly_c.vms
27583 ____________________________________________________________________________
27584 [ 10509] By: nick                                  on 2001/06/11  07:49:15
27585         Log: Integrate mainline
27586      Branch: perlio
27587           !> Makefile.SH embed.h embed.pl global.sym
27588           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
27589           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
27590           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
27591           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
27592 ____________________________________________________________________________
27593 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
27594         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
27595              From: Mike Guy <mjtg@cam.ac.uk>
27596              Reply-To: mjtg@cam.ac.uk
27597              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
27598      Branch: perl
27599            ! lib/ExtUtils/Manifest.pm
27600 ____________________________________________________________________________
27601 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
27602         Log: Subject: [PATCH] ExtUtils::Constant
27603              From: Nicholas Clark <nick@ccl4.org>
27604              Date: Sun, 10 Jun 2001 23:25:41 +0100
27605              Message-ID: <20010610232540.C76396@plum.flirble.org>
27606      Branch: perl
27607            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
27608 ____________________________________________________________________________
27609 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
27610         Log: Integrate perlio.
27611      Branch: perl
27612           !> iperlsys.h
27613 ____________________________________________________________________________
27614 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
27615         Log: Move the grok_number and its lieutenant grok_numeric_radix
27616              from sv.c statics to util.c and public.
27617      Branch: perl
27618            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
27619            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
27620 ____________________________________________________________________________
27621 [ 10504] By: nick                                  on 2001/06/10  17:47:06
27622         Log: Fix (valid) -Wall warnings in perlio.c
27623      Branch: perlio
27624            ! iperlsys.h
27625 ____________________________________________________________________________
27626 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
27627         Log: Update perly_c.diff, update perly.fixer to edit away
27628              some of the -Wall noise.
27629      Branch: perl
27630            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
27631 ____________________________________________________________________________
27632 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
27633         Log: Check the version of byacc.
27634      Branch: perl
27635            ! Makefile.SH
27636 ____________________________________________________________________________
27637 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
27638         Log: Subject: [PATCH] perly.y overhaul
27639              From: Simon Cozens <simon@netthink.co.uk>
27640              Date: Sun, 10 Jun 2001 16:56:54 +0100
27641              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
27642              
27643              Plus make run_byacc.
27644      Branch: perl
27645            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
27646 ____________________________________________________________________________
27647 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
27648         Log: Integrate perlio.
27649      Branch: perl
27650           !> perlio.c perlsfio.h
27651 ____________________________________________________________________________
27652 [ 10499] By: nick                                  on 2001/06/10  15:01:08
27653         Log: Integrate mainline
27654      Branch: perlio
27655           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
27656           !> t/pragma/locale.t util.c
27657 ____________________________________________________________________________
27658 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
27659         Log: Put some meat on the perl572delta bones.  The list of
27660              selected bug fixes needs more work, as does still the
27661              whole document.
27662      Branch: perl
27663            ! pod/perl572delta.pod
27664 ____________________________________________________________________________
27665 [ 10497] By: nick                                  on 2001/06/10  12:27:51
27666         Log: Paper over a crack or two with USE_SFIO
27667      Branch: perlio
27668            ! perlio.c perlsfio.h
27669 ____________________________________________________________________________
27670 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
27671         Log: Update Changes.
27672      Branch: perl
27673            ! Changes patchlevel.h
27674 ____________________________________________________________________________
27675 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
27676         Log: Subject: Re: pragma/locale.t #107
27677              From: Hugo <hv@crypt.compulink.co.uk>
27678              Date: Sun, 10 Jun 2001 11:23:30 +0100
27679              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
27680              
27681              Encapsulate the scan of the decimal radix separator.
27682      Branch: perl
27683            ! embed.h embed.pl proto.h sv.c
27684 ____________________________________________________________________________
27685 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
27686         Log: Try to grok numbers both with the locale specific separator
27687              and with the usual "." (if different from the lss); add a test
27688              to locale.t to do also a little bit of math in addition to just
27689              equalness testing; remove extraneous logic as suggested in
27690              
27691              Subject: Re: pragma/locale.t #107
27692              From: Nicholas Clark <nick@ccl4.org>
27693              Date: Sat, 9 Jun 2001 22:37:36 +0100
27694              Message-ID: <20010609223735.Y76396@plum.flirble.org>
27695      Branch: perl
27696            ! sv.c t/pragma/locale.t
27697 ____________________________________________________________________________
27698 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
27699         Log: Metaconfig unit change for #10492.
27700      Branch: metaconfig/U/perl
27701            ! Extensions.U
27702 ____________________________________________________________________________
27703 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
27704         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
27705              From: Artur Bergman <artur@contiller.se> 
27706              Date: Sat, 09 Jun 2001 21:03:51 +0200
27707              Message-ID: <B7483FB6.1398%artur@contiller.se>
27708      Branch: perl
27709            ! Configure
27710 ____________________________________________________________________________
27711 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
27712         Log: Integrate perlio.
27713      Branch: perl
27714           !> perlsfio.h
27715 ____________________________________________________________________________
27716 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
27717         Log: Do locale specific separator if only in locale.
27718      Branch: perl
27719            ! util.c
27720 ____________________________________________________________________________
27721 [ 10489] By: nick                                  on 2001/06/09  19:13:25
27722         Log: Make XS/Typemap compile (but fail) with sfio
27723      Branch: perlio
27724            ! perlsfio.h
27725 ____________________________________________________________________________
27726 [ 10488] By: nick                                  on 2001/06/09  19:12:51
27727         Log: Re-integrate mainline
27728      Branch: perlio
27729           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
27730           !> proto.h sv.c util.c
27731 ____________________________________________________________________________
27732 [ 10487] By: nick                                  on 2001/06/09  16:26:29
27733         Log: Integrate mainline
27734      Branch: perlio
27735           !> (integrate 31 files)
27736 ____________________________________________________________________________
27737 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
27738         Log: Subject: [PATCH] New attempt to clone callack
27739              From: Artur Bergman <artur@contiller.se> 
27740              Date: Thu, 07 Jun 2001 11:52:16 +0200
27741              Message-ID: <B7451B6F.12B7%artur@contiller.se>
27742      Branch: perl
27743            ! embedvar.h intrpvar.h perlapi.h sv.c
27744 ____________________________________________________________________________
27745 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
27746         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
27747      Branch: perl
27748            ! embed.h embed.pl perl.h proto.h sv.c util.c
27749 ____________________________________________________________________________
27750 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
27751         Log: Subject: Re: pragma/locale.t #107
27752              From: Nicholas Clark <nick@ccl4.org>
27753              Date: Sat, 9 Jun 2001 16:26:10 +0100
27754              Message-ID: <20010609162609.V76396@plum.flirble.org>
27755              
27756              A missing NVification.
27757      Branch: perl
27758            ! sv.c
27759 ____________________________________________________________________________
27760 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
27761         Log: Redo the #10482, there already was a test script for formats.
27762      Branch: perl
27763            - t/io/format.t
27764            ! MANIFEST t/op/write.t
27765 ____________________________________________________________________________
27766 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
27767         Log: Twisted format testing, from Merijn.
27768      Branch: perl
27769            + t/io/format.t
27770            ! MANIFEST
27771 ____________________________________________________________________________
27772 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
27773         Log: More \p{In...} testing, combined with \N{...}.
27774      Branch: perl
27775            ! lib/utf8_heavy.pl t/op/pat.t
27776 ____________________________________________________________________________
27777 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
27778         Log: Metaconfig changes for #10479.
27779      Branch: metaconfig
27780            ! U/Glossary.patch
27781      Branch: metaconfig/U/perl
27782            ! d_modfl.U
27783 ____________________________________________________________________________
27784 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
27785         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
27786      Branch: perl
27787            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27788            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
27789            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
27790            ! win32/config.bc win32/config.gc win32/config.vc
27791 ____________________________________________________________________________
27792 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
27793         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
27794              From: "Craig A. Berry" <craigberry@mac.com>
27795              Date: Thu, 7 Jun 2001 14:27:20 -0500
27796              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
27797      Branch: perl
27798            ! vms/perlvms.pod
27799 ____________________________________________________________________________
27800 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
27801         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
27802              From: Gisle Aas <gisle@ActiveState.com>
27803              Date: 07 Jun 2001 17:04:29 -0700
27804              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
27805      Branch: perl
27806            ! ext/re/re.xs
27807 ____________________________________________________________________________
27808 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
27809         Log: Update Changes.
27810      Branch: perl
27811            ! Changes patchlevel.h
27812 ____________________________________________________________________________
27813 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
27814         Log: Regen Glossary et alia.
27815      Branch: perl
27816            ! Porting/Glossary Porting/config.sh Porting/config_H
27817 ____________________________________________________________________________
27818 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
27819         Log: Metaconfig unit changes for #10473.
27820      Branch: metaconfig/U/perl
27821            ! d_modfl.U
27822 ____________________________________________________________________________
27823 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
27824         Log: Harumph, also AIX will spill its guts (i.e. dump core)
27825              if an executable contains modfl() but it hasn't been
27826              compiled right (in the case of AIX, with cc -qlongdouble).
27827      Branch: perl
27828            ! Configure
27829 ____________________________________________________________________________
27830 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
27831         Log: integrate change#10471 from mainline
27832              
27833              in change#10451, check that CvOUTSIDE is a CV before looking in
27834              (it can apparently be SVt_NULL during global destruction)
27835      Branch: maint-5.6/perl
27836           !> op.c
27837 ____________________________________________________________________________
27838 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
27839         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
27840              (it can apparently be SVt_NULL during global destruction)
27841      Branch: perl
27842            ! op.c
27843 ____________________________________________________________________________
27844 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
27845         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
27846              From: Robin Barker <rmb1@cise.npl.co.uk>
27847              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
27848              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
27849      Branch: perl
27850            ! lib/diagnostics.pm pod/perldiag.pod
27851 ____________________________________________________________________________
27852 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
27853         Log: Subject: [PATCH perl@10439] long =item
27854              From: Robin Barker <rmb1@cise.npl.co.uk>
27855              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
27856              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
27857      Branch: perl
27858            ! README.amiga lib/Attribute/Handlers.pm
27859            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
27860 ____________________________________________________________________________
27861 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
27862         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
27863              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
27864              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
27865              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
27866      Branch: perl
27867            ! pod/perlguts.pod
27868 ____________________________________________________________________________
27869 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
27870         Log: Integrate perlio.
27871      Branch: perl
27872           !> sv.c
27873 ____________________________________________________________________________
27874 [ 10466] By: nick                                  on 2001/06/07  10:25:40
27875         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
27876              whitespace tweaks.
27877              Still coredumps in pragma/overload.t - what a nice hard fail that is...
27878      Branch: perlio
27879            ! sv.c
27880 ____________________________________________________________________________
27881 [ 10465] By: nick                                  on 2001/06/07  08:41:58
27882         Log: Raw integrate of mainline for S_grok_number debug
27883              (sv.c has MULTIPLICITY issues as well as whatever else ...)
27884      Branch: perlio
27885            - plan9/perlplan9.doc plan9/perlplan9.pod
27886           !> (integrate 46 files)
27887 ____________________________________________________________________________
27888 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
27889         Log: The proper prototyping for #10463.
27890      Branch: perl
27891            ! embed.h embed.pl proto.h sv.c
27892 ____________________________________________________________________________
27893 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
27894         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
27895              From: Nicholas Clark <nick@ccl4.org>
27896              Date: Thu, 7 Jun 2001 00:29:59 +0100
27897              Message-ID: <20010607002959.Z76396@plum.flirble.org>
27898      Branch: perl
27899            ! sv.c
27900 ____________________________________________________________________________
27901 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
27902         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
27903              From: "Craig A. Berry" <craigberry@mac.com>
27904              Date: Wed, 06 Jun 2001 17:54:30 -0500
27905              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
27906      Branch: perl
27907            ! vms/perlvms.pod
27908 ____________________________________________________________________________
27909 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
27910         Log: Podify the remaining README.platform files;
27911              merge README.plan9 and plan9/perlplan9.pod;
27912              delete plan9/perlplan9.* (the perlplan.doc needs to
27913              be regenerated in Plan 9); make the =head1 and =head2
27914              in the README.platform to be a little more verbose
27915              (skipped README.os2 not to anger Ilya) so that they
27916              look better in the toc; regen toc.
27917      Branch: perl
27918            - plan9/perlplan9.doc plan9/perlplan9.pod
27919            ! MANIFEST README.aix README.amiga README.apollo README.beos
27920            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
27921            ! README.hpux README.hurd README.machten README.macos
27922            ! README.micro README.mint README.mpeix README.os390
27923            ! README.plan9 README.qnx README.solaris README.threads
27924            ! README.tru64 README.vmesa README.vms README.vos README.win32
27925            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
27926            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
27927 ____________________________________________________________________________
27928 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
27929         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
27930              From: Mike Guy <mjtg@cam.ac.uk>
27931              Reply-To: mjtg@cam.ac.uk
27932              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
27933      Branch: perl
27934            ! pod/perlguts.pod
27935 ____________________________________________________________________________
27936 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
27937         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
27938              From: Mike Guy <mjtg@cam.ac.uk>
27939              Reply-To: mjtg@cam.ac.uk
27940              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
27941      Branch: perl
27942            ! pod/perlsec.pod
27943 ____________________________________________________________________________
27944 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
27945         Log: Disable long doubles from pre-5.0 Tru64s.
27946      Branch: perl
27947            ! README.tru64 hints/dec_osf.sh
27948 ____________________________________________________________________________
27949 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
27950         Log: The #10455 exposed that modfl() is fundamentally busted
27951              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
27952              testing it.
27953      Branch: perl
27954            ! hints/dec_osf.sh
27955 ____________________________________________________________________________
27956 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
27957         Log: Metaconfig unit change for #10455.
27958      Branch: metaconfig/U/perl
27959            ! d_modfl.U
27960 ____________________________________________________________________________
27961 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
27962         Log: Configure check for geborken modfl(), inspired by
27963              
27964              Subject: Re: [20010118.017] op/int.t failure 
27965              From: Hugo <hv@crypt.compulink.co.uk>
27966              Date: Tue, 05 Jun 2001 13:43:27 +0100
27967              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
27968      Branch: perl
27969            ! Configure
27970 ____________________________________________________________________________
27971 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
27972         Log: Integrate changes #10450 and #10451 from maintperl:
27973              
27974              optimize change#10448 slightly (don't repeat search in eval""s lexical
27975              scope, since that has already been searched)
27976              
27977              change#9108 needs subtler treatment for case of closures created
27978              within eval""
27979      Branch: perl
27980           !> op.c t/op/misc.t
27981 ____________________________________________________________________________
27982 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
27983         Log: MakeMaker magic to compile (when no dynamic loading)
27984              List/Util.xsc as (ListUtil.c and) ListUtil.o since
27985              POSIX-BC (BS2000) linker has an evil limitation of
27986              being unable to include in the same executable several
27987              object files with the same name - case-insensitively -
27988              because otherwise we conflict with util.c.
27989              Strictly speaking currently required only in POSIX-BC
27990              but probably will do no harm elsewhere where static
27991              linking is required.
27992      Branch: perl
27993            ! ext/List/Util/Makefile.PL
27994 ____________________________________________________________________________
27995 [ 10452] By: nick                                  on 2001/06/06  08:59:51
27996         Log: Integrate mainline.
27997      Branch: perlio
27998           +> lib/Attribute/Handlers/demo/Demo.pm
27999           +> lib/Attribute/Handlers/demo/Descriptions.pm
28000           +> lib/Attribute/Handlers/demo/MyClass.pm
28001           +> lib/Attribute/Handlers/demo/demo.pl
28002           +> lib/Attribute/Handlers/demo/demo2.pl
28003           +> lib/Attribute/Handlers/demo/demo3.pl
28004           +> lib/Attribute/Handlers/demo/demo4.pl
28005           +> lib/Attribute/Handlers/demo/demo_call.pl
28006           +> lib/Attribute/Handlers/demo/demo_chain.pl
28007           +> lib/Attribute/Handlers/demo/demo_cycle.pl
28008           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
28009           +> lib/Attribute/Handlers/demo/demo_phases.pl
28010           +> lib/Attribute/Handlers/demo/demo_range.pl
28011           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
28012           +> uts/strtol_wrap.c
28013           !> (integrate 91 files)
28014 ____________________________________________________________________________
28015 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
28016         Log: change#9108 needs subtler treatment for case of closures created
28017              within eval""
28018      Branch: maint-5.6/perl
28019            ! op.c t/op/misc.t
28020 ____________________________________________________________________________
28021 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
28022         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
28023              scope, since that has already been searched)
28024      Branch: maint-5.6/perl
28025            ! op.c
28026 ____________________________________________________________________________
28027 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
28028         Log: Integrate change #10448 from maintperl; lexicals
28029              outside an eval"" weren't resolved correctly inside a subroutine
28030              definition inside the eval"" if they were not already referenced
28031              in the toplevel of the eval""-ed code
28032      Branch: perl
28033           !> cop.h op.c pp_ctl.c t/op/misc.t
28034 ____________________________________________________________________________
28035 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
28036         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
28037              outside an eval"" weren't resolved correctly inside a subroutine
28038              definition inside the eval"" if they were not already referenced
28039              in the toplevel of the eval""-ed code
28040      Branch: maint-5.6/perl
28041            ! cop.h op.c pp_ctl.c t/op/misc.t
28042 ____________________________________________________________________________
28043 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
28044         Log: Subject: [PATCH] perl570delta.pod
28045              From: Peter Scott <Peter@PSDT.com> 
28046              Date: Tue, 05 Jun 2001 18:51:02 -0700
28047              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
28048      Branch: perl
28049            ! pod/perl570delta.pod
28050 ____________________________________________________________________________
28051 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
28052         Log: The fudge factor is no more needed.  I hope.
28053      Branch: perl
28054            ! t/lib/posix.t
28055 ____________________________________________________________________________
28056 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
28057         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
28058              From: Hugo <hv@crypt.compulink.co.uk>
28059              Date: Tue, 05 Jun 2001 12:58:19 +0100
28060              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
28061      Branch: perl
28062            ! util.c
28063 ____________________________________________________________________________
28064 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
28065         Log: Make up prototypes only for those who have the functions
28066              but not the prototypes.
28067      Branch: perl
28068            ! perl.h
28069 ____________________________________________________________________________
28070 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
28071         Log: Subject: Re: Not OK: perl@10439 on win32 
28072              From: Prymmer/Kahn <pvhp@best.com> 
28073              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
28074              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
28075      Branch: perl
28076            ! perl.h util.c
28077 ____________________________________________________________________________
28078 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
28079         Log: The metaconfig units changes for #10441.
28080      Branch: metaconfig
28081            ! U/modified/Extract.U U/modified/Extractall.U
28082            ! U/modified/Finish.U
28083 ____________________________________________________________________________
28084 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
28085         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
28086      Branch: perl
28087            ! Configure
28088 ____________________________________________________________________________
28089 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
28090         Log: Unnecessary fuzziness undone, noted by Mike Guy.
28091      Branch: perl
28092            ! t/op/tr.t
28093 ____________________________________________________________________________
28094 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
28095         Log: Update Changes.
28096      Branch: perl
28097            ! Changes patchlevel.h
28098 ____________________________________________________________________________
28099 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
28100         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
28101              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
28102              leakage patch.
28103      Branch: perl
28104            ! t/op/misc.t
28105 ____________________________________________________________________________
28106 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
28107         Log: Test case for #10433/#10424.
28108      Branch: perl
28109            ! t/op/misc.t
28110 ____________________________________________________________________________
28111 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
28112         Log: Subject: One fix for strtoul not setting errno
28113              From: hom00@utsglobal.com (Hal Morris)
28114              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
28115              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
28116      Branch: perl
28117            + uts/strtol_wrap.c
28118            ! MANIFEST hints/uts.sh
28119 ____________________________________________________________________________
28120 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
28121         Log: Metaconfig units changes for #10434.
28122      Branch: metaconfig
28123            ! U/modified/Cppsym.U
28124      Branch: metaconfig/U/perl
28125            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
28126            + d_syscallproto.U d_usleepproto.U
28127            ! longdblfio.U quadfio.U
28128 ____________________________________________________________________________
28129 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
28130         Log: Configure tweaks; add prototype probes, make the cpp symbols
28131              probe to cast, not whine; test for %Ld and %Lf before %lld and
28132              %llf because the L is the ANSI way.
28133      Branch: perl
28134            ! Configure config_h.SH configure.com epoc/config.sh
28135            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
28136            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
28137            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
28138 ____________________________________________________________________________
28139 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
28140         Log: Sigh.  This is what #10424 was supposed to check in.
28141      Branch: perl
28142            ! op.c sv.c sv.h
28143 ____________________________________________________________________________
28144 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
28145         Log: More verbose failure.
28146      Branch: perl
28147            ! t/op/ver.t
28148 ____________________________________________________________________________
28149 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
28150         Log: The .pm changes to go with #10428.
28151      Branch: perl
28152            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
28153            ! ext/Sys/Syslog/Syslog.pm
28154 ____________________________________________________________________________
28155 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
28156         Log: On second thoughts show to utf8 skippage message only
28157              on failures, it's too confusing otherwise,
28158      Branch: perl
28159            ! t/pragma/locale.t
28160 ____________________________________________________________________________
28161 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
28162         Log: Do not import anything from Encode.
28163      Branch: perl
28164            ! ext/MIME/Base64/QuotedPrint.pm
28165 ____________________________________________________________________________
28166 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
28167         Log: The #10402 didn't take.  Weird.
28168      Branch: perl
28169            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
28170            ! ext/Sys/Syslog/Syslog.xs
28171 ____________________________________________________________________________
28172 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
28173         Log: Eradicate traces of 'asciirange' re subpragma.
28174      Branch: perl
28175            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
28176            ! pod/perldiag.pod
28177 ____________________________________________________________________________
28178 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
28179         Log: use is a compile-time thing.
28180      Branch: perl
28181            ! ext/MIME/Base64/QuotedPrint.pm
28182 ____________________________________________________________________________
28183 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
28184         Log: Subject: [PATCH perl@10419] -Wall casting patch
28185              From: Robin Barker <rmb1@cise.npl.co.uk>
28186              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
28187              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
28188      Branch: perl
28189            ! ext/Devel/DProf/DProf.xs mg.c
28190 ____________________________________________________________________________
28191 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
28192         Log: Subject: [PATCH #2] introducing SVpad_TYPED
28193              From: Abhijit Menon-Sen <ams@wiw.org>
28194              Date: Mon, 4 Jun 2001 12:26:02 +0530
28195              Message-ID: <20010604122602.A5775@lustre.linux.in>
28196      Branch: perl
28197            ! op.c sv.c sv.h
28198 ____________________________________________________________________________
28199 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
28200         Log: testsuite for change#10192 (from Gisle Aas)
28201      Branch: perl
28202            + t/op/override.t
28203            ! MANIFEST
28204 ____________________________________________________________________________
28205 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
28206         Log: integrate changes#10414-10416 from mainline
28207              
28208              Potential buffer overrun if the radix separator is more than
28209              one byte.  Also, under locales, prefer the locale-specific
28210              separator over the old boring ".".
28211              
28212              "10.", that is, decimal numbers can have no decimal part at all.
28213              
28214              The non-locale places need love, too.
28215      Branch: maint-5.6/perl
28216           !> perl.h sv.c
28217 ____________________________________________________________________________
28218 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
28219         Log: Missed from #10420.
28220      Branch: perl
28221            ! epoc/config.sh
28222 ____________________________________________________________________________
28223 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
28224         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
28225              often this prototype goes with HAS_SETRESUID_PROTO.
28226      Branch: perl
28227            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28228            ! config_h.SH configure.com perl.h uconfig.h
28229 ____________________________________________________________________________
28230 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
28231         Log: Update Changes.
28232      Branch: perl
28233            ! Changes patchlevel.h
28234 ____________________________________________________________________________
28235 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
28236         Log: -Wall "subscript has type `char'" cleanup.
28237      Branch: perl
28238            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
28239 ____________________________________________________________________________
28240 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
28241         Log: Various "cast to pointer from integer of different size"
28242              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
28243              wide but I32 (int) only 32 bits wide).
28244              
28245              WARNING: the classnum and tagnum changes in Storable.xs
28246              may not be wise, they may be breaking binary compatibility
28247              (in 64-bit platforms), asked Raphael Manfredi about the changes.
28248      Branch: perl
28249            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
28250            ! mg.c proto.h
28251 ____________________________________________________________________________
28252 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
28253         Log: The non-locale places need love, too.
28254      Branch: perl
28255            ! perl.h
28256 ____________________________________________________________________________
28257 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
28258         Log: "10.", that is, decimal numbers can have no decimal part at all.
28259      Branch: perl
28260            ! perl.h
28261 ____________________________________________________________________________
28262 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
28263         Log: Potential buffer overrun if the radix separator is more than
28264              one byte.  Also, under locales, prefer the locale-specific
28265              separator over the old boring ".".
28266      Branch: perl
28267            ! perl.h sv.c
28268 ____________________________________________________________________________
28269 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
28270         Log: Integrate change #10412 from maintperl; locale is now
28271              per-cop, not per-op; plus retweak the locale.t to always
28272              list the skipped utf8 locales.
28273      Branch: perl
28274            ! t/pragma/locale.t
28275           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
28276           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
28277 ____________________________________________________________________________
28278 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
28279         Log: rationalize locale handling to fix the bugs uncovered by change#10394
28280              
28281              the major issue was that the runtime was looking at PL_hints rather
28282              than op_private to notice whether locale was enabled
28283              
28284              the secondary issue was that many locale-sensitive numeric ops didn't
28285              have HINT_LOCALE propagated into their op_private
28286              
28287              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
28288              instead of per-op, just like HINT_BYTE and the hints for lexical
28289              warnings (this makes the hint available to every op via PL_curcop)
28290              
28291              pragma/locale.t may need to be reworked with these fixes in mind
28292              (it currently passes its tests)
28293      Branch: maint-5.6/perl
28294            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
28295            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
28296 ____________________________________________________________________________
28297 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
28298         Log: More verbose debugging.
28299      Branch: perl
28300            ! t/pragma/locale.t
28301 ____________________________________________________________________________
28302 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
28303         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
28304              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
28305              Date: Sat, 2 Jun 2001 22:53:33 +0100
28306              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
28307      Branch: perl
28308            ! regcomp.c t/pragma/warn/regcomp
28309 ____________________________________________________________________________
28310 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
28311         Log: Mention that lexicalizing $a or $b is a bad idea if one
28312              wants to use sort().
28313      Branch: perl
28314            ! pod/perlvar.pod
28315 ____________________________________________________________________________
28316 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
28317         Log: Tweak the test to be happy if the accuracy is 'good enough'.
28318      Branch: perl
28319            ! t/lib/posix.t
28320 ____________________________________________________________________________
28321 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
28322         Log: Upgrade to Attribute::Handlers 0.70.
28323              
28324              NOTE: this unearthed the "too late for CHECK block" bug,
28325              that's why the 1_compile.t change.
28326      Branch: perl
28327            + lib/Attribute/Handlers/demo/Demo.pm
28328            + lib/Attribute/Handlers/demo/Descriptions.pm
28329            + lib/Attribute/Handlers/demo/MyClass.pm
28330            + lib/Attribute/Handlers/demo/demo.pl
28331            + lib/Attribute/Handlers/demo/demo2.pl
28332            + lib/Attribute/Handlers/demo/demo3.pl
28333            + lib/Attribute/Handlers/demo/demo4.pl
28334            + lib/Attribute/Handlers/demo/demo_call.pl
28335            + lib/Attribute/Handlers/demo/demo_chain.pl
28336            + lib/Attribute/Handlers/demo/demo_cycle.pl
28337            + lib/Attribute/Handlers/demo/demo_hashdir.pl
28338            + lib/Attribute/Handlers/demo/demo_phases.pl
28339            + lib/Attribute/Handlers/demo/demo_range.pl
28340            + lib/Attribute/Handlers/demo/demo_rawdata.pl
28341            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
28342            ! t/lib/attrhand.t
28343 ____________________________________________________________________________
28344 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
28345         Log: One less -Wall whine.
28346      Branch: perl
28347            ! regcomp.c
28348 ____________________________________________________________________________
28349 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
28350         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
28351      Branch: perl
28352           !> t/op/eval.t
28353 ____________________________________________________________________________
28354 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
28355         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
28356              aren't "normally" visible inside eval""s contained in subs unless
28357              a cloned reference to them already exists)
28358              
28359              strangely enough, t/harness didn't show this up as a failure
28360              (harness needs fixing?)
28361      Branch: maint-5.6/perl
28362            ! t/op/eval.t
28363 ____________________________________________________________________________
28364 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
28365         Log: Update to Text::Balanced 1.85.
28366      Branch: perl
28367            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
28368 ____________________________________________________________________________
28369 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
28370         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
28371              From: Nicholas Clark <nick@ccl4.org>
28372              Date: Sun, 3 Jun 2001 17:54:36 +0100
28373              Message-ID: <20010603175436.E76396@plum.flirble.org> 
28374      Branch: perl
28375            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
28376            ! ext/Sys/Syslog/Syslog.xs
28377 ____________________________________________________________________________
28378 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
28379         Log: Unused variables.
28380      Branch: perl
28381            ! util.c
28382 ____________________________________________________________________________
28383 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
28384         Log: Subject: [PATCH] APIfy op_clear 
28385              From: Simon Cozens <simon@netthink.co.uk>
28386              Date: Sun, 3 Jun 2001 13:51:46 +0100
28387              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
28388              
28389              (despite the subject line, op_null is APIfied by the patch)
28390      Branch: perl
28391            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28392 ____________________________________________________________________________
28393 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
28394         Log: Subject: [PATCH] t/lib/extutils.t
28395              From: Nicholas Clark <nick@ccl4.org>
28396              Date: Sat, 2 Jun 2001 23:57:05 +0100
28397              Message-ID: <20010602235705.Q12698@plum.flirble.org>
28398      Branch: perl
28399            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
28400 ____________________________________________________________________________
28401 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
28402         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
28403              From: Prymmer/Kahn <pvhp@best.com>
28404              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
28405              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
28406      Branch: perl
28407            ! win32/Makefile win32/makefile.mk
28408 ____________________________________________________________________________
28409 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
28410         Log: Subject: Re: 'decimal digits' macro? 
28411              From: Hugo <hv@crypt.compulink.co.uk>
28412              Date: Sun, 03 Jun 2001 04:26:36 +0100
28413              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
28414      Branch: perl
28415            ! handy.h t/lib/posix.t t/op/tr.t
28416 ____________________________________________________________________________
28417 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
28418         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
28419              From: Hugo <hv@crypt.compulink.co.uk>
28420              Date: Sun, 03 Jun 2001 14:56:30 +0100
28421              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
28422      Branch: perl
28423            ! util.c
28424 ____________________________________________________________________________
28425 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
28426         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
28427      Branch: perl
28428           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
28429           !> vms/perly_c.vms
28430 ____________________________________________________________________________
28431 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
28432         Log: fix leakage of lexicals at file scope into subroutines that were
28433              declared before them; this appears to be a longstanding bug that
28434              meant that lexicals at file scope were never "deintroduced", meaning
28435              their scope range was never properly closed, and their visibility
28436              extended to all subsequent eval""s or requires
28437              
28438              added a test case
28439              
28440              seems to also fix a case of bogus duplicate warnings
28441      Branch: maint-5.6/perl
28442            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
28443            ! vms/perly_c.vms
28444 ____________________________________________________________________________
28445 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
28446         Log: More VMS tweaks from Craig A. Berry.
28447      Branch: perl
28448            ! configure.com t/lib/extutils.t
28449 ____________________________________________________________________________
28450 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
28451         Log: -Wall cleanup continues.
28452      Branch: perl
28453            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
28454            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
28455            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
28456            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
28457            ! run.c toke.c util.c
28458 ____________________________________________________________________________
28459 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
28460         Log: The metaconfig unit change for #10390.
28461      Branch: metaconfig/U/perl
28462            ! gccvers.U
28463 ____________________________________________________________________________
28464 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
28465         Log: Drop the -ansi from the default gcc flags.
28466              
28467              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
28468              that struct cannot be compared with a flat integer, such as STRLEN.
28469              The -ansi will also cause a lot of noise in Solaris because of:
28470              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
28471      Branch: perl
28472            ! Configure
28473 ____________________________________________________________________________
28474 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
28475         Log: Integrate perlio.
28476      Branch: perl
28477           !> pod/perlapi.pod util.c
28478 ____________________________________________________________________________
28479 [ 10388] By: nick                                  on 2001/06/02  08:01:12
28480         Log: Integrate mainline
28481      Branch: perlio
28482           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
28483           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
28484           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
28485           !> t/lib/1_compile.t t/lib/mimeqp.t
28486 ____________________________________________________________________________
28487 [ 10387] By: nick                                  on 2001/06/02  07:39:17
28488         Log: Tweak util.c's atof2 for MULTIPLICITY
28489      Branch: perlio
28490            ! util.c
28491 ____________________________________________________________________________
28492 [ 10386] By: nick                                  on 2001/06/02  07:38:33
28493         Log: Integrate mainline
28494      Branch: perlio
28495           !> (integrate 41 files)
28496 ____________________________________________________________________________
28497 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
28498         Log: Add Attribute::Handlers 0.61 from Damian Conway.
28499      Branch: perl
28500            + lib/Attribute/Handlers.pm t/lib/attrhand.t
28501            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
28502 ____________________________________________________________________________
28503 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
28504         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
28505              From: Peter Prymmer <pvhp@forte.com>
28506              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
28507              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
28508      Branch: perl
28509            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
28510 ____________________________________________________________________________
28511 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
28512         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
28513              From: Jeff Pinyan <jeffp@crusoe.net>
28514              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
28515              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
28516      Branch: perl
28517            ! lib/File/Find.pm
28518 ____________________________________________________________________________
28519 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
28520         Log: Subject: [PATCH perl@10381] configure.com tweaks
28521              From: "Craig A. Berry" <craigberry@mac.com>
28522              Date: Fri, 1 Jun 2001 13:55:43 -0500
28523              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
28524      Branch: perl
28525            ! configure.com
28526 ____________________________________________________________________________
28527 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
28528         Log: Update Changes.
28529      Branch: perl
28530            ! Changes patchlevel.h
28531 ____________________________________________________________________________
28532 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
28533         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
28534              From: Mike Guy <mjtg@cam.ac.uk>
28535              Date: Fri, 01 Jun 2001 18:17:02 +0100
28536              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
28537      Branch: perl
28538            ! lib/perl5db.pl
28539 ____________________________________________________________________________
28540 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
28541         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
28542              From: Hugo <hv@crypt.compulink.co.uk>
28543              Date: Thu, 31 May 2001 20:49:48 +0100
28544              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
28545      Branch: perl
28546            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
28547            ! util.c
28548 ____________________________________________________________________________
28549 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
28550         Log: Zero() is not available in x2p (or, rather, some of its
28551              implementations like memzero() might not be available.)
28552      Branch: perl
28553            ! x2p/hash.c
28554 ____________________________________________________________________________
28555 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
28556         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
28557              From: Michael G Schwern <schwern@pobox.com>
28558              Date: Fri, 1 Jun 2001 12:00:29 +0100
28559              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
28560              
28561              (But use Zero() instead of memset.)
28562      Branch: perl
28563            ! x2p/hash.c
28564 ____________________________________________________________________________
28565 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
28566         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
28567              From: Jeff Pinyan <jeffp@crusoe.net>
28568              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
28569              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
28570      Branch: perl
28571            ! pod/perldiag.pod regcomp.c t/op/pat.t
28572 ____________________________________________________________________________
28573 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
28574         Log: Retract #10324 and #10333; not needed.
28575      Branch: perl
28576            ! hints/irix_6.sh hints/linux.sh
28577 ____________________________________________________________________________
28578 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
28579         Log: The #10370 wasn't quite right.
28580      Branch: perl
28581            ! ext/XS/Typemap/Typemap.xs
28582 ____________________________________________________________________________
28583 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
28584         Log: The metaconfig units changes for #10372.
28585      Branch: metaconfig/U/perl
28586            + d_realpath.U d_sresgproto.U d_sresuproto.U
28587            ! gccvers.U i_db.U
28588 ____________________________________________________________________________
28589 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
28590         Log: Configure tweaks; record the Berkeley DB version,
28591              probe for realpath(), for setresuid() and setresgid()
28592              prototypes; use realpath() (try to be paranoid enough),
28593              use the setres[ug]id prototypes because glibc has the functions
28594              but not their prototypes; add -Wall -ansi to gcc ccflags;
28595              regen toc.
28596      Branch: perl
28597            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28598            ! config_h.SH configure.com epoc/config.sh
28599            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
28600            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
28601            ! vos/config.ga.def win32/config.bc win32/config.gc
28602            ! win32/config.vc
28603 ____________________________________________________________________________
28604 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
28605         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
28606              From: Michael G Schwern <schwern@pobox.com>
28607              Date: Fri, 1 Jun 2001 11:28:14 +0100
28608              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
28609      Branch: perl
28610            ! lib/attributes.pm xsutils.c
28611 ____________________________________________________________________________
28612 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
28613         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
28614              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28615              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
28616              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
28617      Branch: perl
28618            ! ext/XS/Typemap/Typemap.xs
28619 ____________________________________________________________________________
28620 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
28621         Log: Subject: [patch] Cwd.xs optimizations/abstraction
28622              From: Doug MacEachern <dougm@covalent.net>
28623              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
28624              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
28625      Branch: perl
28626            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
28627            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
28628 ____________________________________________________________________________
28629 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
28630         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!])
28631              From: Nicholas Clark <nick@ccl4.org>
28632              Date: Thu, 31 May 2001 23:56:40 +0100
28633              Message-ID: <20010531235640.F12698@plum.flirble.org>
28634              
28635              Make the test work also under only static extensions
28636              (sh Configure -Uusedl fakes this nicely)
28637      Branch: perl
28638            ! t/lib/extutils.t
28639 ____________________________________________________________________________
28640 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
28641         Log: Subject: [PATCH hv.c] Eliminating trigraph
28642              From: Michael G Schwern <schwern@pobox.com>
28643              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
28644              Date: Fri, 1 Jun 2001 11:49:56 +0100
28645      Branch: perl
28646            ! hv.c
28647 ____________________________________________________________________________
28648 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
28649         Log: Subject: Re: [PATCH] Tests for File::Compare 
28650              From: "Philip Newton" <Philip.Newton@gmx.net>
28651              Date: Thu, 31 May 2001 19:44:05 +0200
28652              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
28653              
28654              Unnecessary "quotation marks".
28655      Branch: perl
28656            ! t/lib/filecomp.t
28657 ____________________________________________________________________________
28658 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
28659         Log: Integrate perlio.
28660      Branch: perl
28661           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
28662 ____________________________________________________________________________
28663 [ 10364] By: nick                                  on 2001/06/01  10:13:31
28664         Log: Cleanup dll.base and dll.exp created by GCC builds.
28665      Branch: perlio
28666            ! lib/ExtUtils/MM_Win32.pm
28667 ____________________________________________________________________________
28668 [ 10363] By: nick                                  on 2001/06/01  10:02:17
28669         Log: Make filecomp test work on CRLF platforms by adding binmode.
28670      Branch: perlio
28671            ! t/lib/filecomp.t
28672 ____________________________________________________________________________
28673 [ 10362] By: nick                                  on 2001/06/01  08:37:17
28674         Log: Integrate mainline
28675      Branch: perlio
28676           !> Changes Configure patchlevel.h perlio.c
28677 ____________________________________________________________________________
28678 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
28679         Log: panic:claustrophobia.
28680      Branch: perl
28681            ! perlio.c
28682 ____________________________________________________________________________
28683 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
28684         Log: Update Changes.
28685      Branch: perl
28686            ! Changes patchlevel.h
28687 ____________________________________________________________________________
28688 [ 10359] By: nick                                  on 2001/05/31  12:35:50
28689         Log: Integrate mainline.
28690      Branch: perlio
28691           +> t/lib/filecomp.t
28692           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
28693           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
28694 ____________________________________________________________________________
28695 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
28696         Log: Integrate perlio.
28697      Branch: perl
28698           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
28699           !> win32/config_H.vc
28700 ____________________________________________________________________________
28701 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
28702         Log: Metaconfig unit change for #10356.
28703      Branch: metaconfig
28704            ! U/installdirs/inc_version_list.U
28705 ____________________________________________________________________________
28706 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
28707         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
28708              (idea from Sarathy; implementation from Andy)
28709      Branch: perl
28710            ! Configure
28711 ____________________________________________________________________________
28712 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
28713         Log: More AUTHORS.
28714      Branch: perl
28715            ! AUTHORS
28716 ____________________________________________________________________________
28717 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
28718         Log: Subject: Re: [PATCH] Tests for File::Compare
28719              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
28720              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
28721              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
28722      Branch: perl
28723            + t/lib/filecomp.t
28724            ! MANIFEST t/lib/1_compile.t
28725 ____________________________________________________________________________
28726 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
28727         Log: Subject: [PATCH] DEBUG_* macro cleanups
28728              From: Abhijit Menon-Sen <ams@wiw.org>
28729              Date: Thu, 31 May 2001 12:16:22 +0530
28730              Message-ID: <20010531121622.B4829@lustre.linux.in>
28731              
28732              Subject: Re: [PATCH] DEBUG_* macro cleanups
28733              From: Abhijit Menon-Sen <ams@wiw.org>
28734              Date: Thu, 31 May 2001 13:57:01 +0530
28735              Message-ID: <20010531135701.A21775@lustre.linux.in>
28736              
28737              (The DEBUG_ definitions in perl.h changed to use the
28738              STMT_START and STMT_END.)
28739      Branch: perl
28740            ! perl.h pp_ctl.c sv.c toke.c
28741 ____________________________________________________________________________
28742 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
28743         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
28744              From: Abhijit Menon-Sen <ams@wiw.org>
28745              Date: Thu, 31 May 2001 08:27:55 +0530
28746              Message-ID: <20010531082755.A10018@lustre.linux.in>
28747      Branch: perl
28748            ! ext/Storable/Storable.xs gv.c perl.c
28749 ____________________________________________________________________________
28750 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
28751         Log: Subject: [PATCH] AUTHORS
28752              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28753              Date: Thu, 31 May 2001 01:27:59 -0500
28754              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
28755              
28756              Subject: Re: [PATCH] AUTHORS
28757              From: "Philip Newton" <Philip.Newton@gmx.net>
28758              Date: Thu, 31 May 2001 10:08:06 +0200
28759              (Message-Id missing?)
28760      Branch: perl
28761            ! AUTHORS
28762 ____________________________________________________________________________
28763 [ 10350] By: nick                                  on 2001/05/31  11:40:43
28764         Log: win32 - dmake regen_config_h
28765      Branch: perlio
28766            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28767 ____________________________________________________________________________
28768 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
28769         Log: Subject: Re: [PATCH util.c] More warning cleanups.
28770              From: "Philip Newton" <Philip.Newton@gmx.net>
28771              Date: Thu, 31 May 2001 07:41:36 +0200
28772              Message-Id: <200105310538.IAA25458@taku.hut.fi>
28773              
28774              Undo C++-ism that snekt in.
28775      Branch: perl
28776            ! util.c
28777 ____________________________________________________________________________
28778 [ 10348] By: nick                                  on 2001/05/31  11:36:46
28779         Log: Tolerate Win32 numerics
28780      Branch: perlio
28781            ! t/pragma/warn/toke
28782 ____________________________________________________________________________
28783 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
28784         Log: Integrate perlio.
28785      Branch: perl
28786           !> perlio.c win32/win32.h
28787 ____________________________________________________________________________
28788 [ 10346] By: nick                                  on 2001/05/31  10:54:55
28789         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
28790              perlio.c change 10255.
28791      Branch: perlio
28792            ! perlio.c
28793 ____________________________________________________________________________
28794 [ 10345] By: nick                                  on 2001/05/31  10:01:57
28795         Log: Conditionaly put back some "unused" dTHX which are used
28796              with PERL_IMPLICIT_SYS
28797      Branch: perlio
28798            ! perlio.c
28799 ____________________________________________________________________________
28800 [ 10344] By: nick                                  on 2001/05/31  10:00:59
28801         Log: Fix Win32 for new spelling IN_BYTES 
28802      Branch: perlio
28803            ! win32/win32.h
28804 ____________________________________________________________________________
28805 [ 10343] By: nick                                  on 2001/05/31  08:01:32
28806         Log: perlio.c -Wall cleaner under MULTIPLICITY
28807              - still minor noise with linux stdio
28808      Branch: perlio
28809            ! perlio.c
28810 ____________________________________________________________________________
28811 [ 10342] By: nick                                  on 2001/05/31  07:52:23
28812         Log: Integrate mainline.
28813      Branch: perlio
28814           !> (integrate 42 files)
28815 ____________________________________________________________________________
28816 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
28817         Log: AUTHORS updates.
28818      Branch: perl
28819            ! AUTHORS
28820 ____________________________________________________________________________
28821 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
28822         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
28823              From: Peter Prymmer <pvhp@forte.com>
28824              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
28825              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
28826      Branch: perl
28827            ! t/lib/md5-file.t
28828 ____________________________________________________________________________
28829 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
28830         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
28831              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
28832              to match the pragma name; various robustness cleanups.
28833      Branch: perl
28834            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
28835            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
28836 ____________________________________________________________________________
28837 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
28838         Log: More -Wall sweeping.
28839      Branch: perl
28840            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
28841            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
28842            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
28843            ! regcomp.c sv.c toke.c utf8.c
28844 ____________________________________________________________________________
28845 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
28846         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
28847              From: Nicholas Clark <nick@ccl4.org>
28848              Date: Wed, 30 May 2001 22:34:41 +0100
28849              Message-ID: <20010530223441.Y86445@plum.flirble.org>
28850      Branch: perl
28851            ! t/op/cmp.t
28852 ____________________________________________________________________________
28853 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
28854         Log: It's is not, it isn't ain't, and it's it's, not its,
28855              if you mean it is. If you don't, it's its. Then too,
28856              it's hers. It isn't her's. It isn't our's either.
28857              It's ours, and likewise yours and theirs.
28858              -- Oxford University Press, Edpress News
28859      Branch: perl
28860            ! lib/autouse.pm
28861 ____________________________________________________________________________
28862 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
28863         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
28864      Branch: perl
28865            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
28866            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
28867            ! x2p/str.c x2p/walk.c xsutils.c
28868 ____________________________________________________________________________
28869 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
28870         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
28871              From: Michael G Schwern <schwern@pobox.com>
28872              Date: Wed, 30 May 2001 17:10:38 +0100
28873              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
28874              
28875              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
28876              From: Abhijit Menon-Sen <ams@wiw.org>
28877              Date: Wed, 30 May 2001 23:16:13 +0530
28878              Message-ID: <20010530231613.A31933@lustre.linux.in>
28879      Branch: perl
28880            ! perl.c t/run/runenv.t
28881 ____________________________________________________________________________
28882 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
28883         Log: (Retracted by #10375.)
28884              
28885              IRIX hints patch from Merijn Broeren.
28886              
28887              TODO: (this and the earlier Linux hints patch) should be solved
28888              at Configure level.  Merijn: -ldb should not be used on any platform
28889              for perl, just when linking DBFile itself. Trying to be helpful here
28890              is counterproductive.
28891      Branch: perl
28892            ! hints/irix_6.sh
28893 ____________________________________________________________________________
28894 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
28895         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
28896              From: Nicholas Clark <nick@ccl4.org>
28897              Date: Wed, 30 May 2001 23:20:58 +0100
28898              Message-ID: <20010530232058.B86445@plum.flirble.org>
28899      Branch: perl
28900            ! doop.c
28901 ____________________________________________________________________________
28902 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
28903         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
28904              From: Michael G Schwern <schwern@pobox.com> 
28905              Date: Wed, 30 May 2001 15:24:20 +0100
28906              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
28907      Branch: perl
28908            ! t/pragma/autouse.t
28909 ____________________________________________________________________________
28910 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
28911         Log: The regex trick wasn't a good idea.
28912      Branch: perl
28913            ! pod/perlfaq4.pod
28914 ____________________________________________________________________________
28915 [ 10329] By: nick                                  on 2001/05/30  18:34:35
28916         Log: Integrate mainline
28917      Branch: perlio
28918           !> (integrate 40 files)
28919 ____________________________________________________________________________
28920 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
28921         Log: Update Changes.
28922      Branch: perl
28923            ! Changes patchlevel.h
28924 ____________________________________________________________________________
28925 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
28926         Log: The metaconfig unit change for #10325.
28927      Branch: metaconfig
28928            + U/modified/afs.U
28929 ____________________________________________________________________________
28930 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
28931         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
28932              is now wrong.
28933      Branch: perl
28934            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
28935 ____________________________________________________________________________
28936 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
28937         Log: Introduce $Config{afsroot}.
28938      Branch: perl
28939            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28940            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
28941            ! win32/config.gc win32/config.vc
28942 ____________________________________________________________________________
28943 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
28944         Log: (Retracted by #10375.)
28945              
28946              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
28947      Branch: perl
28948            ! hints/linux.sh
28949 ____________________________________________________________________________
28950 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
28951         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
28952              (Also Configure tweaks needed; coming up soon.)
28953      Branch: perl
28954            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
28955 ____________________________________________________________________________
28956 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
28957         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
28958              From: Michael G Schwern <schwern@pobox.com>
28959              Date: Sun, 27 May 2001 10:29:43 +0100
28960              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
28961      Branch: perl
28962            ! lib/perl5db.pl
28963 ____________________________________________________________________________
28964 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
28965         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
28966              and Abhijit Menon-Sen.
28967      Branch: perl
28968            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
28969            ! perl.c pp_sys.c regcomp.c
28970 ____________________________________________________________________________
28971 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
28972         Log: Fix the BOOT section to call myU2time properly.
28973      Branch: perl
28974            ! ext/Time/HiRes/HiRes.xs
28975 ____________________________________________________________________________
28976 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
28977         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
28978              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
28979              Date: Wed, 30 May 2001 09:44:29 -0400
28980              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
28981              
28982              Detypo; plus add one more trick.
28983      Branch: perl
28984            ! pod/perlfaq4.pod
28985 ____________________________________________________________________________
28986 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
28987         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)
28988              From: Michael G Schwern <schwern@pobox.com>
28989              Date: Wed, 30 May 2001 14:39:06 +0100
28990              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
28991      Branch: perl
28992            ! lib/autouse.pm t/pragma/autouse.t
28993 ____________________________________________________________________________
28994 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
28995         Log: Subject: Re: AIX and gcc (moving targets)
28996              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28997              Date: Wed, 30 May 2001 15:25:08 +0200
28998              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
28999      Branch: perl
29000            ! ext/Time/HiRes/HiRes.xs
29001 ____________________________________________________________________________
29002 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
29003         Log: Subject: [PATCH t/TEST] sorting tests
29004              From: Michael G Schwern <schwern@pobox.com>
29005              Date: Wed, 30 May 2001 10:24:02 +0100
29006              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
29007      Branch: perl
29008            ! t/TEST
29009 ____________________________________________________________________________
29010 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
29011         Log: Subject: [ID 20010529.002] typos in man page perlre
29012              From: bart@cg681574-a.adubn1.nj.home.com 
29013              Date: Tue, 29 May 2001 13:58:59 -0500
29014              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
29015      Branch: perl
29016            ! pod/perlre.pod
29017 ____________________________________________________________________________
29018 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
29019         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
29020              From: "Craig A. Berry" <craigberry@mac.com>
29021              Date: Tue, 29 May 2001 23:23:45 -0500
29022              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
29023      Branch: perl
29024            ! t/lib/extutils.t t/pragma/autouse.t
29025 ____________________________________________________________________________
29026 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
29027         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)
29028              From: David Dyck <dcd@tc.fluke.com>
29029              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
29030              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
29031      Branch: perl
29032            ! t/lib/filefind.t
29033 ____________________________________________________________________________
29034 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
29035         Log: AIX hints update for gcc from Merijn H. Brand.
29036      Branch: perl
29037            ! hints/aix.sh
29038 ____________________________________________________________________________
29039 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
29040         Log: Retract #10295 and #10296: a more generic solution
29041              is needed (there's something funny with gcc on AIX).
29042      Branch: perl
29043            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
29044 ____________________________________________________________________________
29045 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
29046         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
29047              From: Hugo <hv@crypt.compulink.co.uk>
29048              Date: Wed, 30 May 2001 11:59:19 +0100
29049              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
29050              
29051              localizing $@ has unfortunate semantics - if you die past
29052              a local $@, the die message is lost.
29053      Branch: perl
29054            ! lib/utf8_heavy.pl
29055 ____________________________________________________________________________
29056 [ 10309] By: nick                                  on 2001/05/30  08:23:02
29057         Log: Integrate mainline (autouse works again.)
29058      Branch: perlio
29059           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
29060           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
29061           !> pod/perlvar.pod t/op/cmp.t
29062 ____________________________________________________________________________
29063 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
29064         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
29065              From: David Dyck <dcd@tc.fluke.com>
29066              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
29067              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
29068      Branch: perl
29069            ! lib/File/Find.pm
29070 ____________________________________________________________________________
29071 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
29072         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
29073              From: Nicholas Clark <nick@ccl4.org>
29074              Date: Tue, 29 May 2001 23:16:09 +0100
29075              Message-ID: <20010529231609.U86445@plum.flirble.org>
29076              
29077              Make the test output slightly clearer by distinguishing
29078              between '' and undef.
29079      Branch: perl
29080            ! t/op/cmp.t
29081 ____________________________________________________________________________
29082 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
29083         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
29084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29085              Date: Tue, 29 May 2001 19:15:19 -0400
29086              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
29087      Branch: perl
29088            ! hints/os2.sh
29089 ____________________________________________________________________________
29090 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
29091         Log: Subject: perlvar.pod addition
29092              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
29093              Date: Fri, 25 May 2001 20:23:12 +0200
29094              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
29095              
29096              Subject: Re: perlvar.pod addition
29097              From: "Abigail" <abigail@foad.org> 
29098              Date: Fri, 25 May 2001 22:00:39 +0200
29099              Message-ID: <20010525200039.28029.qmail@foad.org>
29100              
29101              Mention $a and $b in perlvar.
29102      Branch: perl
29103            ! pod/perlvar.pod
29104 ____________________________________________________________________________
29105 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
29106         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
29107              From: Jeff Pinyan <jeffp@crusoe.net>
29108              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
29109              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
29110      Branch: perl
29111            ! pod/perlvar.pod
29112 ____________________________________________________________________________
29113 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
29114         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
29115              From: Jeff Pinyan <jeffp@crusoe.net>
29116              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
29117              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
29118      Branch: perl
29119            ! pod/perlfaq6.pod
29120 ____________________________________________________________________________
29121 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
29122         Log: Mention Time::localtime and Time::gmtime.
29123      Branch: perl
29124            ! ext/Time/Piece/Piece.pm
29125 ____________________________________________________________________________
29126 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
29127         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
29128              From: Michael G Schwern <schwern@pobox.com>
29129              Date: Tue, 29 May 2001 18:51:32 +0100
29130              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
29131      Branch: perl
29132            ! pod/perlfaq4.pod
29133 ____________________________________________________________________________
29134 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
29135         Log: Retract #10243.
29136      Branch: perl
29137            ! lib/autouse.pm
29138 ____________________________________________________________________________
29139 [ 10299] By: nick                                  on 2001/05/29  18:41:19
29140         Log: Post weekend integrate mainline (fails one test pragma/autouse).
29141      Branch: perlio
29142           +> (branch 29 files)
29143           !> (integrate 91 files)
29144 ____________________________________________________________________________
29145 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
29146         Log: Update Changes.
29147      Branch: perl
29148            ! Changes patchlevel.h
29149 ____________________________________________________________________________
29150 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
29151         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
29152              before Perl_load_module/Perl_call_method and restore the value
29153              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
29154      Branch: perl
29155            ! utf8.c
29156 ____________________________________________________________________________
29157 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
29158         Log: Subject: Re: AIX and gcc (moving targets)
29159              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29160              Date: Tue, 29 May 2001 17:59:40 +0200
29161              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
29162      Branch: perl
29163            ! ext/Storable/Makefile.PL
29164 ____________________________________________________________________________
29165 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
29166         Log: Subject: Re: AIX and gcc (moving targets)
29167              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29168              Date: Tue, 29 May 2001 12:32:57 +0200
29169              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
29170      Branch: perl
29171            ! ext/POSIX/Makefile.PL
29172 ____________________________________________________________________________
29173 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
29174         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
29175              From: Michael G Schwern <schwern@pobox.com>
29176              Date: Tue, 29 May 2001 09:53:29 +0100
29177              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
29178              
29179              (#10280 retracted)
29180      Branch: perl
29181            ! lib/Test/Harness.pm t/lib/test-harness.t
29182 ____________________________________________________________________________
29183 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
29184         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
29185              From: Michael G Schwern <schwern@pobox.com>
29186              Date: Tue, 29 May 2001 09:19:52 +0100
29187              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
29188      Branch: perl
29189            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
29190            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
29191            + t/lib/Test/todo.t
29192            ! MANIFEST lib/Test.pm t/TEST
29193 ____________________________________________________________________________
29194 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
29195         Log: From: Michael G Schwern <schwern@pobox.com>
29196              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
29197              Date: Tue, 29 May 2001 08:26:09 +0100
29198              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
29199      Branch: perl
29200            ! t/TEST
29201 ____________________________________________________________________________
29202 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
29203         Log: Add tests for Time::gmtime and Time::localtime.
29204      Branch: perl
29205            + t/lib/time-gmtime.t t/lib/time-localtime.t
29206            ! MANIFEST t/lib/1_compile.t
29207 ____________________________________________________________________________
29208 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
29209         Log: Add test for File::stat.
29210      Branch: perl
29211            + t/lib/filestat.t
29212            ! MANIFEST t/lib/1_compile.t
29213 ____________________________________________________________________________
29214 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
29215         Log: Add test for Net::servent.
29216      Branch: perl
29217            + t/lib/net-sent.t
29218            ! MANIFEST t/lib/1_compile.t
29219 ____________________________________________________________________________
29220 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
29221         Log: Add test for Net::protoent.
29222      Branch: perl
29223            + t/lib/net-pent.t
29224            ! MANIFEST t/lib/1_compile.t
29225 ____________________________________________________________________________
29226 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
29227         Log: Add test for Net::netent.
29228      Branch: perl
29229            + t/lib/net-nent.t
29230            ! MANIFEST t/lib/1_compile.t
29231 ____________________________________________________________________________
29232 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
29233         Log: Add test for User::grent.  Portability doubtful.
29234      Branch: perl
29235            + t/lib/user-grent.t
29236            ! MANIFEST t/lib/1_compile.t
29237 ____________________________________________________________________________
29238 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
29239         Log: Add test for User::pwent.
29240              Probably will fall down somewhere for portability reasons.
29241      Branch: perl
29242            + t/lib/user-pwent.t
29243            ! MANIFEST t/lib/1_compile.t
29244 ____________________________________________________________________________
29245 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
29246         Log: Metaconfig units changes for #10283.
29247      Branch: metaconfig
29248            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
29249            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
29250            ! U/installdirs/sitescript.U U/modified/Signal.U
29251 ____________________________________________________________________________
29252 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
29253         Log: Subject: [PATCH 5.6.1] signal names in Configure
29254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29255              Date: Tue, 29 May 2001 03:52:25 -0400
29256              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
29257              
29258              Subject: [PATCH 5.6.1] older perl in Configure
29259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29260              Date: Tue, 29 May 2001 03:55:40 -0400
29261              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
29262              
29263              Subject: [PATCH 5.6.1] goofs in Configure
29264              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29265              Date: Tue, 29 May 2001 04:13:07 -0400
29266              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
29267              
29268              Configure portability tweaks.
29269      Branch: perl
29270            ! Configure
29271 ____________________________________________________________________________
29272 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
29273         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
29274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29275              Date: Tue, 29 May 2001 04:07:06 -0400
29276              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
29277      Branch: perl
29278            ! os2/os2.c
29279 ____________________________________________________________________________
29280 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
29281         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
29282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29283              Date: Tue, 29 May 2001 04:01:38 -0400
29284              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
29285      Branch: perl
29286            ! hints/os2.sh os2/Makefile.SHs
29287 ____________________________________________________________________________
29288 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
29289         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
29290              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29291              Date: Tue, 29 May 2001 03:50:18 -0400
29292              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
29293      Branch: perl
29294            ! lib/Test/Harness.pm
29295 ____________________________________________________________________________
29296 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
29297         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
29298      Branch: perl
29299            ! lib/utf8_heavy.pl
29300 ____________________________________________________________________________
29301 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
29302         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
29303              From: Hugo <hv@crypt.compulink.co.uk>
29304              Date: Tue, 29 May 2001 03:03:45 +0100
29305              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
29306              
29307              Explanation why the $@ always gets the UTF8 flag when under use utf8--
29308              because we told it to have the flag when under use utf8.
29309      Branch: perl
29310            ! pp_ctl.c
29311 ____________________________________________________________________________
29312 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
29313         Log: At least a partial fix for 20010528.004.
29314      Branch: perl
29315            ! lib/utf8_heavy.pl
29316 ____________________________________________________________________________
29317 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
29318         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
29319              From: Nicholas Clark <nick@ccl4.org> 
29320              Date: Mon, 28 May 2001 23:39:38 +0100
29321              Message-ID: <20010528233938.M86445@plum.flirble.org>
29322              
29323              More portable non-zero UV.
29324      Branch: perl
29325            ! t/lib/extutils.t
29326 ____________________________________________________________________________
29327 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
29328         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
29329              From: Nicholas Clark <nick@ccl4.org>
29330              Date: Mon, 28 May 2001 22:46:09 +0100
29331              Message-ID: <20010528224608.L86445@plum.flirble.org>
29332              
29333              Test also "make clean".
29334      Branch: perl
29335            ! t/lib/extutils.t
29336 ____________________________________________________________________________
29337 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
29338         Log: Subject: Re: Would -Wno-unused -Wall be better?
29339              From: Michael G Schwern <schwern@pobox.com>
29340              Date: Tue, 29 May 2001 00:55:54 +0100
29341              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
29342      Branch: perl
29343            ! pp.h
29344 ____________________________________________________________________________
29345 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
29346         Log: Add a test for 20010528.007, fixed in #10272.
29347      Branch: perl
29348            ! t/op/misc.t toke.c
29349 ____________________________________________________________________________
29350 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
29351         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
29352              From: Hugo <hv@crypt.compulink.co.uk>
29353              Date: Tue, 29 May 2001 00:23:23 +0100
29354              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
29355      Branch: perl
29356            ! toke.c
29357 ____________________________________________________________________________
29358 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
29359         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
29360              From: Michael G Schwern <schwern@pobox.com>
29361              Date: Tue, 29 May 2001 00:42:59 +0100
29362              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
29363      Branch: perl
29364            ! t/pragma/autouse.t
29365 ____________________________________________________________________________
29366 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
29367         Log: Some shells seemingly arrange the signal handlers differently
29368              (bug id 20010521.004).
29369      Branch: perl
29370            ! t/lib/sigaction.t
29371 ____________________________________________________________________________
29372 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
29373         Log: Regen perlmodlib.
29374      Branch: perl
29375            ! pod/perlmodlib.pod
29376 ____________________________________________________________________________
29377 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
29378         Log: Update Changes.
29379      Branch: perl
29380            ! Changes patchlevel.h
29381 ____________________________________________________________________________
29382 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
29383         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
29384              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
29385              Date: Mon, 28 May 2001 14:56:35 -0500
29386              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
29387      Branch: perl
29388            ! pod/perlnewmod.pod
29389 ____________________________________________________________________________
29390 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
29391         Log: Regen toc.
29392      Branch: perl
29393            ! pod/perltoc.pod
29394 ____________________________________________________________________________
29395 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
29396         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
29397              From: "Richard Soderberg" <rs@crystalflame.net>
29398              Date: Mon, 28 May 2001 12:31:23 -0700
29399              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
29400      Branch: perl
29401            ! t/op/splice.t
29402 ____________________________________________________________________________
29403 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
29404         Log: The #10260 was too bold: locales and utf8 still do not mix.
29405      Branch: perl
29406            ! t/pragma/locale.t
29407 ____________________________________________________________________________
29408 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
29409         Log: Subject: [PATCH] Pod nitpicks
29410              From: "Richard Soderberg" <rs@crystalflame.net>
29411              Date: Mon, 28 May 2001 10:08:58 -0700
29412              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
29413      Branch: perl
29414            ! pod/perl571delta.pod pod/perlapi.pod sv.h
29415 ____________________________________________________________________________
29416 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
29417         Log: Upgrade to I18N::LangTags 0.22.
29418      Branch: perl
29419            + lib/I18N/LangTags/List.pod
29420            ! MANIFEST lib/I18N/LangTags.pm
29421 ____________________________________________________________________________
29422 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
29423         Log: A slightly more serious bug found by -Mutf8; op/misc and
29424              lib/complex dumped core.
29425      Branch: perl
29426            ! regexec.c
29427 ____________________________________________________________________________
29428 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
29429         Log: Various buglets shaken out by -Mutf8.
29430      Branch: perl
29431            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
29432            ! t/pragma/locale.t
29433 ____________________________________________________________________________
29434 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
29435         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
29436      Branch: perl
29437            ! t/lib/carp.t
29438 ____________________________________________________________________________
29439 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
29440         Log: Subject: [PATCH] todo patch
29441              From: Artur Bergman <artur@contiller.se> 
29442              Date: Mon, 28 May 2001 17:03:51 +0200
29443              Message-ID: <B7383577.F34%artur@contiller.se>
29444      Branch: perl
29445            ! pod/perltodo.pod
29446 ____________________________________________________________________________
29447 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
29448         Log: Subject: typo in perlguts.pod
29449              From: "John P. Linderman" <jpl@research.att.com>
29450              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
29451              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
29452      Branch: perl
29453            ! pod/perlguts.pod
29454 ____________________________________________________________________________
29455 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
29456         Log: Subject: AIX and gcc (moving targets)
29457              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29458              Date: Mon, 28 May 2001 12:54:04 +0200
29459              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
29460      Branch: perl
29461            ! hints/aix.sh
29462 ____________________________________________________________________________
29463 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
29464         Log: Subject: Re: perlio + multiple perl_alloc..destruct
29465              From: Doug MacEachern <dougm@covalent.net>
29466              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
29467              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
29468      Branch: perl
29469            ! perlio.c
29470 ____________________________________________________________________________
29471 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
29472         Log: The #10251 wasn't quite up-to-the-code.
29473      Branch: perl
29474            ! t/op/misc.t
29475 ____________________________________________________________________________
29476 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
29477         Log: Test case for bug 20010526.004, fixed in #10252.
29478      Branch: perl
29479            ! t/op/taint.t
29480 ____________________________________________________________________________
29481 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
29482         Log: Subject: Re: [ID 20010526.004] Taint looses value
29483              From: Hugo <hv@crypt.compulink.co.uk>
29484              Date: Sun, 27 May 2001 20:39:32 +0100
29485              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
29486      Branch: perl
29487            ! sv.c
29488 ____________________________________________________________________________
29489 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
29490         Log: Test case for 20010422.005, fixed by #10250.
29491      Branch: perl
29492            ! t/op/misc.t
29493 ____________________________________________________________________________
29494 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
29495         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
29496              From: Spider Boardman <spider@Orb.Nashua.NH.US>
29497              Date: Mon, 28 May 2001 06:39:12 -0400
29498              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
29499      Branch: perl
29500            ! toke.c
29501 ____________________________________________________________________________
29502 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
29503         Log: Linerewrapping.
29504      Branch: perl
29505            ! lib/open.pm
29506 ____________________________________________________________________________
29507 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
29508         Log: Updates on the modules list.
29509      Branch: perl
29510            ! t/lib/1_compile.t
29511 ____________________________________________________________________________
29512 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
29513         Log: Add a test for PerlIO.
29514              
29515              (I probably got the crlf/raw thing wrong for clrfy platforms...)
29516      Branch: perl
29517            + t/lib/perlio.t
29518            ! MANIFEST lib/PerlIO.pm
29519 ____________________________________________________________________________
29520 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
29521         Log: Add a test for carp et alia.
29522      Branch: perl
29523            + t/lib/carp.t
29524            ! MANIFEST
29525 ____________________________________________________________________________
29526 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
29527         Log: Adding the new test would be swell.
29528      Branch: perl
29529            + t/pragma/autouse.t
29530 ____________________________________________________________________________
29531 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
29532         Log: Add a test for the autouse pragma.
29533      Branch: perl
29534            ! MANIFEST
29535 ____________________________________________________________________________
29536 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
29537         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
29538              From: dLux <dlux@spam.sch.bme.hu>
29539              Date: Sun, 27 May 2001 16:14:26 +0200
29540              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
29541      Branch: perl
29542            ! lib/autouse.pm
29543 ____________________________________________________________________________
29544 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
29545         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
29546              From: "Richard Soderberg" <rs@crystalflame.net>
29547              Date: Mon, 28 May 2001 03:56:36 -0700
29548              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
29549      Branch: perl
29550            ! utils/dprofpp.PL
29551 ____________________________________________________________________________
29552 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
29553         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
29554              From: "Stephen P. Potter" <spp@spotter.yi.org>
29555              Date: Tue, 22 May 2001 11:40:25 -0400
29556              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
29557              
29558              Subject: Re: [ID 20010522.003] Time::Local module bug
29559              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
29560              Date: Tue, 22 May 2001 11:50:19 -0400
29561              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
29562      Branch: perl
29563            ! lib/Time/Local.pm
29564 ____________________________________________________________________________
29565 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
29566         Log: The PERL_DL_NONLAZY can have whitespace in front.
29567      Branch: perl
29568            ! t/lib/extutils.t
29569 ____________________________________________________________________________
29570 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
29571         Log: Document strftime() and strptime().
29572      Branch: perl
29573            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
29574 ____________________________________________________________________________
29575 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
29576         Log: Make Time::Piece::strptime() to be a function, not a method.
29577      Branch: perl
29578            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
29579 ____________________________________________________________________________
29580 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
29581         Log: Tweak the test to be more portable.
29582      Branch: perl
29583            ! t/lib/extutils.t
29584 ____________________________________________________________________________
29585 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
29586         Log: Subject: PATCH: Re: Re: Attributes that tie
29587              From: Leon Brocard <acme@astray.com>
29588              Date: Sun, 27 May 2001 12:37:29 +0100
29589              Message-ID: <20010527123729.A22663@ns0.astray.com>
29590              
29591              Document that variable attributes are not currently usable
29592              for tieing.  (An ugly limitation that should be fixed.)
29593      Branch: perl
29594            ! lib/attributes.pm
29595 ____________________________________________________________________________
29596 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
29597         Log: Microperl tweaks.
29598      Branch: perl
29599            ! Makefile.micro uconfig.h uconfig.sh
29600 ____________________________________________________________________________
29601 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
29602         Log: Add make target for microperl (kind of silly, but convenient).
29603      Branch: perl
29604            ! Makefile.SH
29605 ____________________________________________________________________________
29606 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
29607         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
29608              for microperl.)
29609      Branch: perl
29610            ! doio.c
29611 ____________________________________________________________________________
29612 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
29613         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
29614              From: rspier@pobox.com (Robert Spier)
29615              Date: Sat, 26 May 2001 20:05:23 -0400
29616              Message-ID: <15120.17603.148648.12430@rls.cx>
29617              
29618              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
29619              From: rspier@pobox.com (Robert Spier)
29620              Date: Sun, 27 May 2001 00:23:12 -0400
29621              Message-ID: <15120.33072.511966.767230@rls.cx>
29622      Branch: perl
29623            ! doio.c pod/perlfunc.pod
29624 ____________________________________________________________________________
29625 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
29626         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
29627      Branch: perl
29628            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29629 ____________________________________________________________________________
29630 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
29631         Log: Add README.tru64.
29632      Branch: perl
29633            + README.tru64
29634 ____________________________________________________________________________
29635 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
29636         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
29637      Branch: perl
29638            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
29639            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
29640            ! MANIFEST
29641 ____________________________________________________________________________
29642 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
29643         Log: Integrate I18N::LangTags from Sean Burke.
29644              
29645              TODO: the language list from RFC 3066 needs to be integrated
29646              and made available somehow.  The list is included in the
29647              I18N-LangTags 0.21 distribution, but it is undocumented
29648              and unconnected to the module.
29649      Branch: perl
29650            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
29651            ! MANIFEST
29652 ____________________________________________________________________________
29653 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
29654         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
29655              envisioned by Sarathy.
29656      Branch: perl
29657            ! t/op/ver.t toke.c
29658 ____________________________________________________________________________
29659 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
29660         Log: Subject: [ID 20010525.001] Pod typo nits fixed
29661              From: lvirden@cas.org
29662              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
29663              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
29664              
29665              minus the perlsolaris decimation plus the
29666              
29667              Subject: Re: [ID 20010525.001] Pod typo nits fixed
29668              From: "Philip Newton" <Philip.Newton@gmx.net>
29669              Date: Fri, 25 May 2001 18:05:55 +0200
29670              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
29671      Branch: perl
29672            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
29673            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
29674            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
29675            ! pod/perlutil.pod pod/perlxstut.pod
29676 ____________________________________________________________________________
29677 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
29678         Log: return clauses are nice.
29679      Branch: perl
29680            ! sv.c
29681 ____________________________________________________________________________
29682 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
29683         Log: Subject: change 10199 backwards?
29684              From: Doug MacEachern <dougm@covalent.net>
29685              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
29686              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
29687      Branch: perl
29688            ! sv.c
29689 ____________________________________________________________________________
29690 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
29691         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
29692              From: Hugo <hv@crypt.compulink.co.uk>
29693              Date: Sat, 26 May 2001 17:05:12 +0100
29694              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
29695      Branch: perl
29696            + t/op/gmagic.t
29697            ! MANIFEST doop.c embed.h embed.pl global.sym
29698            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
29699            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
29700 ____________________________________________________________________________
29701 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
29702         Log: Regen headers for #10221.
29703      Branch: perl
29704            ! global.sym objXSUB.h perlapi.c
29705 ____________________________________________________________________________
29706 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
29707         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
29708              From: Juha Laiho <juha.laiho@Elma.Net>
29709              Date: Thu, 3 May 2001 09:51:30 +0300
29710              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
29711      Branch: perl
29712            ! embed.pl
29713 ____________________________________________________________________________
29714 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
29715         Log: Subject: Re: [PATCH] Re: stability of sort()?
29716              From: "John P. Linderman" <jpl@research.att.com>
29717              Date: Sat, 26 May 2001 13:27:19 -0400
29718              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
29719      Branch: perl
29720            ! pod/perlfunc.pod
29721 ____________________________________________________________________________
29722 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
29723         Log: Integrate perlio.
29724      Branch: perl
29725           !> pod/perlguts.pod
29726 ____________________________________________________________________________
29727 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
29728         Log: Subject: [PATCH perl@10210] PerlIO for VMS
29729              From: "Craig A. Berry" <craigberry@mac.com>
29730              Date: Sat, 26 May 2001 09:34:11 -0500
29731              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
29732      Branch: perl
29733            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
29734            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
29735            ! vms/vmsish.h
29736 ____________________________________________________________________________
29737 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
29738         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
29739              From: David Dyck <dcd@tc.fluke.com>
29740              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
29741              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
29742      Branch: perl
29743            ! lib/perl5db.pl
29744 ____________________________________________________________________________
29745 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
29746         Log: Subject: utf8 regexp tests
29747              From: Hugo <hv@crypt.compulink.co.uk>
29748              Date: Fri, 25 May 2001 22:35:01 +0100
29749              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
29750      Branch: perl
29751            ! t/op/regexp.t
29752 ____________________________________________________________________________
29753 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
29754         Log: Subject: [PATCH] Re: stability of sort()?
29755              From: Nicholas Clark <nick@ccl4.org>
29756              Date: Fri, 25 May 2001 22:40:19 +0100
29757              Message-ID: <20010525224019.B86445@plum.flirble.org>
29758      Branch: perl
29759            ! pod/perlfunc.pod
29760 ____________________________________________________________________________
29761 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
29762         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
29763              From: John Peacock <jpeacock@rowman.com>
29764              Date: Thu, 24 May 2001 22:14:01 -0400
29765              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
29766      Branch: perl
29767            ! mg.c scope.c sv.c
29768 ____________________________________________________________________________
29769 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
29770         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
29771              From: Nicholas Clark <nick@ccl4.org>
29772              Date: Sun, 20 May 2001 19:24:13 +0100
29773              Message-ID: <20010520192413.G83222@plum.flirble.org>
29774      Branch: perl
29775            + lib/ExtUtils/Constant.pm t/lib/extutils.t
29776            ! MANIFEST utils/h2xs.PL
29777 ____________________________________________________________________________
29778 [ 10212] By: nick                                  on 2001/05/26  09:49:28
29779         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
29780              add a few more notes there on use of mortals on the stack.
29781      Branch: perlio
29782            ! pod/perlguts.pod
29783 ____________________________________________________________________________
29784 [ 10211] By: nick                                  on 2001/05/26  09:05:36
29785         Log: Integrate mainline
29786      Branch: perlio
29787           +> t/lib/fcntl.t t/pragma/vars.t
29788           !> (integrate 49 files)
29789 ____________________________________________________________________________
29790 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
29791         Log: Update Changes.
29792      Branch: perl
29793            ! Changes patchlevel.h
29794 ____________________________________________________________________________
29795 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
29796         Log: Based on
29797              
29798              Subject: [PATCH pp.c] Wrapping pack("C",256)
29799              From: Simon Cozens <simon@netthink.co.uk>
29800              Date: Sat, 12 May 2001 17:58:41 +0100
29801              Message-ID: <20010512175841.A6132@netthink.co.uk>
29802      Branch: perl
29803            ! pod/perldiag.pod pp.c t/pragma/warn/pp
29804 ____________________________________________________________________________
29805 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
29806         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
29807              From: "Brendan O'Dea" <bod@compusol.com.au>
29808              Date: Fri, 25 May 2001 11:18:29 +1000
29809              Message-ID: <20010525111829.A28411@compusol.com.au>
29810              
29811              (Slightly modified.)
29812      Branch: perl
29813            ! lib/Term/Cap.pm
29814 ____________________________________________________________________________
29815 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
29816         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
29817              From: Hugo <hv@crypt.compulink.co.uk>
29818              Date: Fri, 25 May 2001 02:13:25 +0100
29819              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
29820      Branch: perl
29821            ! t/op/misc.t
29822 ____________________________________________________________________________
29823 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
29824         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
29825              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
29826              Date: Fri, 25 May 2001 10:25:36 +0900
29827              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
29828      Branch: perl
29829            ! regcomp.c regexec.c
29830 ____________________________________________________________________________
29831 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
29832         Log: Subject: [PATCH #2] stash autovivification and method call error messages
29833              From: Ilmari Karonen <iltzu@sci.fi>
29834              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
29835              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
29836      Branch: perl
29837            ! gv.c pp_hot.c t/op/method.t
29838 ____________________________________________________________________________
29839 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
29840         Log: Add make target and documentation for gprof profiling.
29841      Branch: perl
29842            ! Makefile.SH pod/perlhack.pod
29843 ____________________________________________________________________________
29844 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
29845         Log: Subject: Don't think about UTF8 
29846              From: Mike Guy <mjtg@cam.ac.uk> 
29847              Date: Tue, 22 May 2001 14:35:39 +0100
29848              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
29849      Branch: perl
29850            ! sv.h
29851 ____________________________________________________________________________
29852 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
29853         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
29854              From: Geraint A Edwards <gedge@serf.org> 
29855              Date: Thu, 24 May 2001 22:51:24 +0100
29856              Message-Id: <20010524225124.A34981@cymru.serf.org>
29857      Branch: perl
29858            ! x2p/find2perl.PL
29859 ____________________________________________________________________________
29860 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
29861         Log: DB_File has its own attribute story.
29862      Branch: perl
29863            ! ext/DB_File/DB_File.xs
29864 ____________________________________________________________________________
29865 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
29866         Log: Subject: Re: Making perl with -Wall
29867              From: Andy Dougherty <doughera@lafayette.edu>
29868              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
29869              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
29870      Branch: perl
29871            ! perl.h
29872 ____________________________________________________________________________
29873 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
29874         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
29875              From: "Richard Soderberg" <rs@crystalflame.net>
29876              Date: Thu, 24 May 2001 08:58:16 -0700
29877              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
29878      Branch: perl
29879            ! sv.c
29880 ____________________________________________________________________________
29881 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
29882         Log: IV/UV casting fixes from Nicholas Clark.
29883      Branch: perl
29884            ! perl.h pp_sys.c util.c
29885 ____________________________________________________________________________
29886 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
29887         Log: Subject: Re: Making perl with -Wall
29888              From: Michael G Schwern <schwern@pobox.com>
29889              Date: Thu, 24 May 2001 15:40:28 +0100
29890              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
29891      Branch: perl
29892            ! malloc.c perl.h
29893 ____________________________________________________________________________
29894 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
29895         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
29896              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29897              Date: Tue, 22 May 2001 11:49:37 +0200
29898              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
29899      Branch: metaconfig
29900            ! U/modified/Oldsym.U
29901      Branch: metaconfig/U/perl
29902            ! patchlevel.U
29903      Branch: perl
29904            ! Configure config_h.SH myconfig.SH
29905 ____________________________________________________________________________
29906 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
29907         Log: Under versiononly install also the scripts with the version suffix.
29908              (e.g. .../bin/h2xs5.7.1)
29909      Branch: perl
29910            ! installperl
29911 ____________________________________________________________________________
29912 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
29913         Log: Subject: [PATCH] Stop segfault in mg.c:636
29914              From: "Richard Soderberg" <rs@crystalflame.net>
29915              Date: Thu, 24 May 2001 05:51:52 -0700
29916              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
29917      Branch: perl
29918            ! mg.c
29919 ____________________________________________________________________________
29920 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
29921         Log: Iteration continues; hopefully convergently.
29922      Branch: perl
29923            ! t/lib/b-stash.t
29924 ____________________________________________________________________________
29925 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
29926         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
29927              From: Gisle Aas <gisle@ActiveState.com>
29928              Date: 23 May 2001 16:13:10 -0700
29929              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
29930      Branch: perl
29931            ! op.c toke.c
29932 ____________________________________________________________________________
29933 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
29934         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
29935              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29936              Date: Thu, 24 May 2001 05:05:22 -0500
29937              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
29938      Branch: perl
29939            ! lib/dumpvar.pl lib/perl5db.pl
29940 ____________________________________________________________________________
29941 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
29942         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
29943              From: David Dyck <dcd@tc.fluke.com>
29944              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
29945              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
29946      Branch: perl
29947            ! lib/perl5db.pl
29948 ____________________________________________________________________________
29949 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
29950         Log: Tiny pod nits on READMEs, mostly whitespace issues.
29951      Branch: perl
29952            ! README.amiga README.dos README.macos README.mpeix README.vmesa
29953            ! README.win32
29954 ____________________________________________________________________________
29955 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
29956         Log: The DG/UX part of the 20010521.005.
29957      Branch: perl
29958            ! README.dgux
29959 ____________________________________________________________________________
29960 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
29961         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
29962              From: Hugo <hv@crypt.compulink.co.uk>
29963              Date: Mon, 21 May 2001 16:32:02 +0100
29964              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
29965      Branch: perl
29966            ! regcomp.c t/op/misc.t
29967 ____________________________________________________________________________
29968 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
29969         Log: Subject: [PATCH] Extra UNIVERSAL tests
29970              From: Mike Guy <mjtg@cam.ac.uk>
29971              Date: Wed, 23 May 2001 12:29:20 +0100
29972              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
29973      Branch: perl
29974            ! t/op/universal.t
29975 ____________________________________________________________________________
29976 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
29977         Log: Subject: [PATCH] Remove EQ keyword
29978              From: Mike Guy <mjtg@cam.ac.uk>
29979              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
29980              Date: Wed, 23 May 2001 11:17:29 +0100
29981      Branch: perl
29982            ! keywords.h keywords.pl
29983 ____________________________________________________________________________
29984 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
29985         Log: Subject: [PATCH] lib/perl5db.pl
29986              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29987              Date: Wed, 23 May 2001 02:18:03 -0500
29988              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
29989      Branch: perl
29990            ! lib/perl5db.pl
29991 ____________________________________________________________________________
29992 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
29993         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
29994              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29995              Date: Tue, 22 May 2001 23:34:41 -0500
29996              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
29997      Branch: perl
29998            ! lib/Term/Cap.pm
29999 ____________________________________________________________________________
30000 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
30001         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
30002              From: davem@fdgroup.co.uk
30003              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
30004              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
30005      Branch: perl
30006            ! emacs/e2ctags.pl
30007 ____________________________________________________________________________
30008 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
30009         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
30010              From: Michael G Schwern <schwern@pobox.com>
30011              Date: Tue, 22 May 2001 14:15:09 +0100
30012              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
30013      Branch: perl
30014            ! lib/vars.pm
30015 ____________________________________________________________________________
30016 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
30017         Log: Subject: [PATCH lib/vars.pm] Odd code nit
30018              From: Michael G Schwern <schwern@pobox.com>
30019              Date: Tue, 22 May 2001 14:14:28 +0100
30020              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
30021      Branch: perl
30022            ! lib/vars.pm
30023 ____________________________________________________________________________
30024 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
30025         Log: Use the new use vars feature.
30026      Branch: perl
30027            ! t/lib/b-stash.t
30028 ____________________________________________________________________________
30029 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
30030         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
30031              From: Mike Guy <mjtg@cam.ac.uk>
30032              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
30033              Date: Tue, 22 May 2001 13:11:39 +0100
30034      Branch: perl
30035            + t/pragma/vars.t
30036            ! MANIFEST lib/vars.pm t/lib/1_compile.t
30037 ____________________________________________________________________________
30038 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
30039         Log: -qlongdouble considered harmful by Merijn.
30040      Branch: perl
30041            ! hints/aix.sh
30042 ____________________________________________________________________________
30043 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
30044         Log: Update Changes.
30045      Branch: perl
30046            ! Changes patchlevel.h
30047 ____________________________________________________________________________
30048 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
30049         Log: Add a test of its very own for Fcntl.  Hopefully portable.
30050      Branch: perl
30051            + t/lib/fcntl.t
30052            ! MANIFEST
30053 ____________________________________________________________________________
30054 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
30055         Log: Must be trickier for 'minitest' not to die.
30056      Branch: perl
30057            ! t/op/taint.t
30058 ____________________________________________________________________________
30059 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
30060         Log: Can't declare other people's variables.
30061      Branch: perl
30062            ! t/lib/b-stash.t
30063 ____________________________________________________________________________
30064 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
30065         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
30066      Branch: perl
30067            ! doio.c t/op/taint.t
30068 ____________________________________________________________________________
30069 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
30070         Log: The OS/2 variable needs to be declared.
30071      Branch: perl
30072            ! t/lib/b-stash.t
30073 ____________________________________________________________________________
30074 [ 10170] By: nick                                  on 2001/05/20  16:48:29
30075         Log: Integrate mainline
30076      Branch: perlio
30077           !> (integrate 41 files)
30078 ____________________________________________________________________________
30079 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
30080         Log: Small perlsec updates: clarify the taintedness of filename
30081              globbing; suggest using Scalar::Util::tainted().
30082      Branch: perl
30083            ! pod/perlsec.pod
30084 ____________________________________________________________________________
30085 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
30086         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
30087              From: Dave Mitchell <davem@fdgroup.co.uk>
30088              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
30089              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
30090      Branch: perl
30091            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
30092            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
30093            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
30094            ! xsutils.c
30095 ____________________________________________________________________________
30096 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
30097         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
30098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30099              Date: Sat, 19 May 2001 04:08:46 -0400
30100              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
30101      Branch: perl
30102            ! lib/ExtUtils/Mksymlists.pm makedef.pl
30103 ____________________________________________________________________________
30104 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
30105         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
30106              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30107              Date: Sat, 19 May 2001 04:30:45 -0400
30108              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
30109      Branch: perl
30110            ! os2/os2.c
30111 ____________________________________________________________________________
30112 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
30113         Log: Subject: [PATCH 5.6.1] build bugs OS/2
30114              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30115              Date: Sat, 19 May 2001 04:35:28 -0400
30116              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
30117      Branch: perl
30118            ! os2/Makefile.SHs os2/os2.c
30119 ____________________________________________________________________________
30120 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
30121         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
30122              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30123              Date: Sat, 19 May 2001 04:04:23 -0400
30124              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
30125              
30126              (In bleadperl patched b-stash.t instead of b.t)
30127      Branch: perl
30128            ! t/lib/b-stash.t t/lib/bigfltpm.t
30129 ____________________________________________________________________________
30130 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
30131         Log: Subject: [PATCH 5.6.1] perl5db
30132              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30133              Date: Sat, 19 May 2001 03:49:09 -0400
30134              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
30135      Branch: perl
30136            ! lib/perl5db.pl
30137 ____________________________________________________________________________
30138 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
30139         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
30140              From: Gisle Aas <gisle@ActiveState.com>
30141              Date: 18 May 2001 14:24:51 -0700
30142              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
30143      Branch: perl
30144            ! pp_ctl.c
30145 ____________________________________________________________________________
30146 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
30147         Log: Subject: [PATCH] Chomp should not always stringify
30148              From: Gisle Aas <gisle@ActiveState.com>
30149              Date: 18 May 2001 07:55:25 -0700
30150              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
30151      Branch: perl
30152            ! doop.c t/op/chop.t
30153 ____________________________________________________________________________
30154 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
30155         Log: Integrate perlio.
30156      Branch: perl
30157           !> pod/perlfunc.pod
30158 ____________________________________________________________________________
30159 [ 10159] By: nick                                  on 2001/05/20  09:39:46
30160         Log: Document some more of open's features.
30161      Branch: perlio
30162            ! pod/perlfunc.pod
30163 ____________________________________________________________________________
30164 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
30165         Log: back out change#10153 (it has compatibility issues such as the
30166              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
30167              benefit for 5.6.x doesn't seem worth the risk)
30168      Branch: maint-5.6/perl
30169            ! toke.c
30170 ____________________________________________________________________________
30171 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
30172         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
30173      Branch: perl
30174            ! x2p/s2p.PL
30175 ____________________________________________________________________________
30176 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
30177         Log: Update Changes.
30178      Branch: perl
30179            ! Changes patchlevel.h
30180 ____________________________________________________________________________
30181 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
30182         Log: Integrate change #10144 from maintperl.
30183              
30184              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
30185      Branch: perl
30186           !> win32/config.bc win32/config.gc win32/config.vc
30187           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30188 ____________________________________________________________________________
30189 [ 10154] By: nick                                  on 2001/05/18  07:23:03
30190         Log: Integrate mainline.
30191      Branch: perlio
30192           +> README.dgux t/lib/i18n-collate.t utils.lst
30193           !> (integrate 49 files)
30194 ____________________________________________________________________________
30195 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
30196         Log: Integrate change #7224 from mainline into maintperl.
30197              
30198              Allow @+ and @- to be doublequoted, from Simon Cozens. 
30199              (Approved by Larry, see Tom's comment in 20000830.005.)
30200      Branch: maint-5.6/perl
30201           !> toke.c
30202 ____________________________________________________________________________
30203 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
30204         Log: Subject: [PATCH bleadperl] small lookbehind fix
30205              From: Hugo <hv@crypt.compulink.co.uk>
30206              Date: Fri, 18 May 2001 00:07:19 +0100
30207              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
30208      Branch: perl
30209            ! regexec.c
30210 ____________________________________________________________________________
30211 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
30212         Log: Detypos.
30213      Branch: perl
30214            ! installman utils.lst
30215 ____________________________________________________________________________
30216 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
30217         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
30218              in 20001222.001.
30219      Branch: perl
30220            ! t/lib/glob-basic.t
30221 ____________________________________________________________________________
30222 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
30223         Log: Subject: [PATCH] Test for bug 20010515.004
30224              From: Benjamin Sugars <bsugars@canoe.ca>
30225              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
30226              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
30227      Branch: perl
30228            ! t/op/misc.t
30229 ____________________________________________________________________________
30230 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
30231         Log: Integrate #10145 from maintperl.
30232              
30233              fix for ID 20010515.004 (needs test)
30234      Branch: perl
30235           !> pp_hot.c
30236 ____________________________________________________________________________
30237 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
30238         Log: Thinko noticed by Doug MacEachern.
30239      Branch: perl
30240            ! thread.h
30241 ____________________________________________________________________________
30242 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
30243         Log: Subject: Re: [PATCH] HERE mark in regex
30244              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30245              Date: Thu, 17 May 2001 12:20:33 -0400
30246              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
30247      Branch: perl
30248            ! t/op/re_tests
30249 ____________________________________________________________________________
30250 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
30251         Log: fix for ID 20010515.004 (needs test)
30252      Branch: maint-5.6/perl
30253            ! pp_hot.c
30254 ____________________________________________________________________________
30255 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
30256         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
30257      Branch: maint-5.6/perl
30258            ! win32/config.bc win32/config.gc win32/config.vc
30259            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30260 ____________________________________________________________________________
30261 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
30262         Log: Macrofy the getspecific (and use it also in util.c)
30263      Branch: perl
30264            ! thread.h util.c
30265 ____________________________________________________________________________
30266 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
30267         Log: Use the unchecked thread-specific key fetch also in Tru64.
30268      Branch: perl
30269            ! thread.h
30270 ____________________________________________________________________________
30271 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
30272         Log: Subject: [PATCH 5.6.1]Quick thread speedup
30273              From: Dan Sugalski <dan@sidhe.org> 
30274              Date: Wed, 16 May 2001 18:05:19 -0400
30275              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
30276      Branch: perl
30277            ! thread.h util.c
30278 ____________________________________________________________________________
30279 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
30280         Log: I think this is quite enough testing for a deprecated feature.
30281      Branch: perl
30282            + t/lib/i18n-collate.t
30283            ! MANIFEST t/lib/1_compile.t
30284 ____________________________________________________________________________
30285 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
30286         Log: More HP-UX lore from Jeff Okamoto.
30287      Branch: perl
30288            ! README.hpux
30289 ____________________________________________________________________________
30290 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
30291         Log: Sort utils.lst for easier maintenance.
30292      Branch: perl
30293            ! utils.lst
30294 ____________________________________________________________________________
30295 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
30296         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
30297              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30298              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
30299              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
30300              
30301              Add pod2latex to utils.lst.
30302      Branch: perl
30303            ! MANIFEST utils.lst
30304 ____________________________________________________________________________
30305 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
30306         Log: Subject: Re: [PATCH] HERE mark in regex
30307              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30308              Date: Wed, 16 May 2001 13:04:43 -0400
30309              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
30310      Branch: perl
30311            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
30312            ! t/op/regmesg.t t/pragma/warn/regcomp
30313 ____________________________________________________________________________
30314 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
30315         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
30316              From: Simon Cozens <simon@netthink.co.uk>
30317              Date: Wed, 16 May 2001 18:02:08 +0100
30318              Message-ID: <20010516180208.A6458@netthink.co.uk>
30319      Branch: perl
30320            ! installman utils.lst
30321 ____________________________________________________________________________
30322 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
30323         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
30324              From: "Philip Newton" <pnewton@gmx.de>
30325              Date: Tue, 15 May 2001 15:09:30 +0200
30326              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
30327              
30328              Test case for #10128.
30329      Branch: perl
30330            ! t/pragma/warn/pp_hot
30331 ____________________________________________________________________________
30332 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
30333         Log: Update Changes.
30334      Branch: perl
30335            ! Changes patchlevel.h
30336 ____________________________________________________________________________
30337 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
30338         Log: Deprecate pseudo-hashes.
30339      Branch: perl
30340            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
30341 ____________________________________________________________________________
30342 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
30343         Log: HP-UX hints update from Merijn.
30344      Branch: perl
30345            ! hints/hpux.sh
30346 ____________________________________________________________________________
30347 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
30348         Log: README.hpux update from Merijn.
30349      Branch: perl
30350            ! README.hpux
30351 ____________________________________________________________________________
30352 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
30353         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
30354              From: Simon Cozens <simon@netthink.co.uk>
30355              Date: Wed, 16 May 2001 15:57:55 +0100
30356              Message-ID: <20010516155755.A4728@netthink.co.uk>
30357      Branch: perl
30358            + utils.lst
30359            ! MANIFEST installman installperl
30360 ____________________________________________________________________________
30361 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
30362         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
30363              From: "Philip Newton" <pnewton@gmx.de>
30364              Date: Tue, 15 May 2001 16:31:05 +0200
30365              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
30366              
30367              Fix PERL_Y2KWARN test to check before rather than after appending.
30368      Branch: perl
30369            ! pp_hot.c
30370 ____________________________________________________________________________
30371 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
30372         Log: Regen Porting stuff.
30373      Branch: perl
30374            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30375            ! config_h.SH
30376 ____________________________________________________________________________
30377 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
30378         Log: Metaconfig unit change for #10125.
30379      Branch: metaconfig
30380            ! U/modified/Oldconfig.U
30381 ____________________________________________________________________________
30382 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
30383         Log: Use OSVERS.
30384      Branch: perl
30385            ! Configure config_h.SH perl.c
30386 ____________________________________________________________________________
30387 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
30388         Log: Regen toc.
30389      Branch: perl
30390            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30391 ____________________________________________________________________________
30392 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
30393         Log: Adding the README.dgux to the MANIFEST would be a good idea.
30394      Branch: perl
30395            ! MANIFEST
30396 ____________________________________________________________________________
30397 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
30398         Log: Move the stack desire definition to thread.h.
30399      Branch: perl
30400            ! ext/Thread/Thread.xs thread.h
30401 ____________________________________________________________________________
30402 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
30403         Log: DG-UX threading patches, including a README.dgux,
30404              from Takis Psarogiannakopoulos.
30405      Branch: perl
30406            + README.dgux
30407            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
30408 ____________________________________________________________________________
30409 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
30410         Log: Subject: [PATCH B::Deparse] More on /x regexes
30411              From: Robin Houston <robin@kitsite.com>
30412              Date: Tue, 15 May 2001 19:09:35 +0100
30413              Message-ID: <20010515190935.A27268@penderel>
30414      Branch: perl
30415            ! ext/B/B/Deparse.pm
30416 ____________________________________________________________________________
30417 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
30418         Log: Document that the core time() may be rounding rather
30419              than truncating, would have saved at least my confusion.
30420      Branch: perl
30421            ! ext/Time/HiRes/HiRes.pm
30422 ____________________________________________________________________________
30423 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
30424         Log: Subject: perl-current/t/time-hires.t
30425              From: John Peacock <jpeacock@rowman.com>
30426              Date: Fri, 11 May 2001 14:09:41 -0400
30427              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
30428      Branch: perl
30429            ! t/lib/time-hires.t
30430 ____________________________________________________________________________
30431 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
30432         Log: Subject: [PATCH dump.c] Op private flags
30433              From: Simon Cozens <simon@netthink.co.uk>
30434              Date: Sun, 13 May 2001 20:20:36 +0100
30435              Message-ID: <20010513202036.A21896@netthink.co.uk>
30436      Branch: perl
30437            ! dump.c
30438 ____________________________________________________________________________
30439 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
30440         Log: Upgrade to Switch 2.03.
30441      Branch: perl
30442            ! lib/Switch.pm
30443 ____________________________________________________________________________
30444 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
30445         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
30446              to PERL_CONFIG_SH and use it consistently.
30447      Branch: maint-5.6/perl
30448           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
30449           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
30450           !> myconfig.SH writemain.SH
30451 ____________________________________________________________________________
30452 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
30453         Log: Metaconfig units changes for #10113.
30454      Branch: metaconfig
30455            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
30456 ____________________________________________________________________________
30457 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
30458         Log: The problem described in 20010514.031 still wasn't
30459              fully cured, there were remnants of $CONFIG when
30460              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
30461              to avoid future conflicts.
30462      Branch: perl
30463            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
30464            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
30465            ! myconfig.SH writemain.SH
30466 ____________________________________________________________________________
30467 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
30468         Log: Half of #10107 got lost.
30469      Branch: perl
30470            ! ext/B/B/Deparse.pm
30471 ____________________________________________________________________________
30472 [ 10111] By: nick                                  on 2001/05/15  08:39:14
30473         Log: Integrate mainline.
30474      Branch: perlio
30475           +> ext/POSIX/hints/uts.pl
30476            - Todo Todo-5.6 t/camel-III/vstring.t
30477           !> (integrate 48 files)
30478 ____________________________________________________________________________
30479 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
30480         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
30481              From: Robin Houston <robin@kitsite.com>
30482              Date: Mon, 14 May 2001 22:27:08 +0100
30483              Message-ID: <20010514222708.A22963@penderel>
30484      Branch: perl
30485            ! t/TestInit.pm
30486 ____________________________________________________________________________
30487 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
30488         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
30489              From: Robin Houston <robin@kitsite.com>
30490              Date: Mon, 14 May 2001 22:16:43 +0100
30491              Message-ID: <20010514221643.A22437@penderel>
30492      Branch: perl
30493            ! ext/B/B/Deparse.pm
30494 ____________________________________________________________________________
30495 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
30496         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
30497              From: Robin Houston <robin@kitsite.com>
30498              Date: Mon, 14 May 2001 22:03:44 +0100
30499              Message-ID: <20010514220344.A20643@penderel>
30500      Branch: perl
30501            ! ext/B/B/Deparse.pm
30502 ____________________________________________________________________________
30503 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
30504         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
30505              From: Robin Houston <robin@kitsite.com>
30506              Date: Mon, 14 May 2001 22:10:07 +0100
30507              Message-ID: <20010514221007.A21118@penderel>
30508      Branch: perl
30509            ! ext/B/B/Deparse.pm
30510 ____________________________________________________________________________
30511 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
30512         Log: Fix for 20010514.037; substr() didn't invalidate the locale
30513              collation magic.
30514      Branch: perl
30515            ! pp.c
30516 ____________________________________________________________________________
30517 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
30518         Log: Update Changes.
30519      Branch: perl
30520            ! Changes patchlevel.h
30521 ____________________________________________________________________________
30522 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
30523         Log: Retract #10094.
30524      Branch: perl
30525            ! lib/Pod/Text.pm
30526 ____________________________________________________________________________
30527 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
30528         Log: Integrate change #10100 from maintperl.
30529              
30530              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
30531              bug ID 20010514.027)
30532      Branch: perl
30533           !> mg.c pp_ctl.c
30534 ____________________________________________________________________________
30535 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
30536         Log: Document the deprecatedness of suidperl.
30537      Branch: perl
30538            ! INSTALL pod/perlfaq1.pod
30539 ____________________________________________________________________________
30540 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
30541         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
30542              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30543              Date: Mon, 14 May 2001 09:38:59 -0400
30544              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
30545      Branch: perl
30546            ! lib/ExtUtils/MM_Unix.pm
30547 ____________________________________________________________________________
30548 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
30549         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
30550              bug ID 20010514.027)
30551              
30552              TODO: this needs a testsuite addition
30553      Branch: maint-5.6/perl
30554            ! mg.c pp_ctl.c
30555 ____________________________________________________________________________
30556 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
30557         Log: More DWIMminess for Class::Struct: calling the array or hash
30558              accessors only with one argument, an array or a hash reference,
30559              sets the underlying array or hash.  This mirrors nicely also
30560              the usage in the constructor.
30561              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
30562      Branch: perl
30563            ! lib/Class/Struct.pm t/lib/class-struct.t
30564 ____________________________________________________________________________
30565 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
30566         Log: Reference cmp'ing should go through the whole stringification
30567              process shebang, as pointed out by Sarathy in #10091.
30568      Branch: perl
30569            ! pp.c
30570 ____________________________________________________________________________
30571 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
30572         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
30573              From: Simon Cozens <simon@netthink.co.uk>
30574              Date: Sat, 12 May 2001 16:36:27 +0100
30575              Message-ID: <20010512163627.A5522@netthink.co.uk>
30576              
30577              with some additions salvaged from Todo and Todo-5.6 before
30578              retiring them.
30579      Branch: perl
30580            - Todo Todo-5.6
30581            ! MANIFEST pod/perltodo.pod
30582 ____________________________________________________________________________
30583 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
30584         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
30585              From: "Golubev I. N." <gin@mo.msk.ru>
30586              Date: Mon, 07 May 2001 14:33:34 (GMT)
30587              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
30588      Branch: perl
30589            ! perl.h
30590 ____________________________________________________________________________
30591 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
30592         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
30593              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
30594              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
30595              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
30596      Branch: perl
30597            ! lib/ExtUtils/MM_Unix.pm
30598 ____________________________________________________________________________
30599 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
30600         Log: (Retracted by #10104.)
30601              
30602              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
30603              From: barries <barries@slaysys.com>
30604              Date: Sat, 12 May 2001 01:28:10 -0400
30605              Message-ID: <20010512012810.B26358@jester.slaysys.com>
30606      Branch: perl
30607            ! lib/Pod/Text.pm
30608 ____________________________________________________________________________
30609 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
30610         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
30611              From: Mike Guy <mjtg@cam.ac.uk>
30612              Date: Sat, 12 May 2001 19:24:33 +0100
30613              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
30614      Branch: perl
30615            ! lib/AutoSplit.pm
30616 ____________________________________________________________________________
30617 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
30618         Log: Yet another HP-UX hints tweak from Merijn.
30619      Branch: perl
30620            ! hints/hpux.sh
30621 ____________________________________________________________________________
30622 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
30623         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
30624              isn't defined (changes#9366,9368,9370 from mainline without the
30625              pp_scmp() change)
30626      Branch: maint-5.6/perl
30627            ! pp.c pp.h pp_hot.c
30628 ____________________________________________________________________________
30629 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
30630         Log: The sorting seems to happen now automatically.
30631      Branch: perl
30632            ! t/lib/glob-basic.t
30633 ____________________________________________________________________________
30634 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
30635         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
30636              From: Benjamin Sugars <bsugars@canoe.ca>
30637              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
30638              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
30639      Branch: perl
30640            ! pod/perlfunc.pod
30641 ____________________________________________________________________________
30642 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
30643         Log: Subject: Re: undef(&foo) does not work for XS functions
30644              From: Doug MacEachern <dougm@covalent.net>
30645              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
30646              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
30647      Branch: perl
30648            ! op.c
30649 ____________________________________________________________________________
30650 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
30651         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
30652              From: Peter Prymmer <pvhp@forte.com>
30653              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
30654              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
30655      Branch: perl
30656            ! t/op/append.t
30657 ____________________________________________________________________________
30658 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
30659         Log: Update Changes.
30660      Branch: perl
30661            ! Changes patchlevel.h
30662 ____________________________________________________________________________
30663 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
30664         Log: Remove the 'asciir' re subpragma.  Should instead implement
30665              the 'physical vs logical' range scheme:
30666              
30667              \xAA-\xCC is a native physical range, you want that range of
30668              codepoints in your native encoding.  In EBCDIC the codepoints
30669              in the gaps (between i-j and r-s) should be included.
30670              
30671              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
30672              codepoints in Unicode.
30673              
30674              a-z is a logical range, you want that range of 'logical' codepoints
30675              in your native encoding.  In EBCDIC the codepoints in the gaps
30676              (between i-j and r-s) should not be included.
30677              
30678              Mixed cases (a-\xAA, etc) should either be errors, or maybe
30679              the 'logical' endpoints should be converted to native/Unicode
30680              codepoints, and the range handled as a physical range.
30681              
30682              'Logical endpoints' are to be recognized only in the A-Z, a-z,
30683              and 0-9 ranges.  Probably a warning should be given for mixed
30684              cases like A-z or a-9 (since such expressions are encoding
30685              dependent), with a recommendation to use physical ranges.
30686      Branch: perl
30687            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
30688            ! t/op/regexp.t
30689 ____________________________________________________________________________
30690 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
30691         Log: Make the test to cleanup the test directory tree
30692              both before and after the testing so that we always
30693              have a clean slate to work with.
30694      Branch: perl
30695            ! t/lib/filefind.t
30696 ____________________________________________________________________________
30697 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
30698         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
30699              From: Jon Eveland <jweveland@yahoo.com>
30700              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
30701              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
30702      Branch: perl
30703            ! pod/perlfunc.pod
30704 ____________________________________________________________________________
30705 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
30706         Log: Merge the camel-III/vstring.t with op/ver.t.
30707      Branch: perl
30708            - t/camel-III/vstring.t
30709            ! MANIFEST t/TEST t/harness t/op/ver.t
30710 ____________________________________________________________________________
30711 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
30712         Log: Add test.deparse make target.
30713      Branch: perl
30714            ! Makefile.SH
30715 ____________________________________________________________________________
30716 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
30717         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
30718              From: Robin Houston <robin@kitsite.com>
30719              Date: Fri, 11 May 2001 12:02:22 +0100
30720              Message-ID: <20010511120222.A11529@penderel>
30721      Branch: perl
30722            ! ext/B/B/Deparse.pm t/op/method.t
30723 ____________________________________________________________________________
30724 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
30725         Log: A nicely working combination for UTS from Hal Morris.
30726      Branch: perl
30727            + ext/POSIX/hints/uts.pl
30728            ! MANIFEST hints/uts.sh
30729 ____________________________________________________________________________
30730 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
30731         Log: i_ieeefp=undef for UTS.
30732      Branch: perl
30733            ! hints/uts.sh
30734 ____________________________________________________________________________
30735 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
30736         Log: Subject: RE: rand(0) is rand(1)
30737              From: Larry Shatzer <lshatzer@islanddata.com>
30738              Date: Thu, 10 May 2001 11:09:27 -0700
30739              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
30740      Branch: perl
30741            ! pod/perlfunc.pod
30742 ____________________________________________________________________________
30743 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
30744         Log: Subject: [patch] make op_{clear,null} public
30745              From: Doug MacEachern <dougm@covalent.net>
30746              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
30747              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
30748      Branch: perl
30749            ! embed.h embed.pl op.c proto.h
30750 ____________________________________________________________________________
30751 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
30752         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
30753              From: Robin Houston <robin@kitsite.com>
30754              Date: Thu, 10 May 2001 18:54:59 +0100
30755              Message-ID: <20010510185459.A5995@penderel>
30756      Branch: perl
30757            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
30758 ____________________________________________________________________________
30759 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
30760         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
30761              From: Robin Houston <robin@kitsite.com>
30762              Date: Thu, 10 May 2001 12:56:39 +0100
30763              Message-ID: <20010510125639.A2119@penderel>
30764      Branch: perl
30765            ! ext/B/B/Deparse.pm
30766 ____________________________________________________________________________
30767 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
30768         Log: Retract #10070, not ready yet.
30769      Branch: perl
30770            ! ext/B/B/Deparse.pm
30771 ____________________________________________________________________________
30772 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
30773         Log: The metaconfig unit change for #10071.
30774      Branch: metaconfig
30775            ! U/modified/mallocsrc.U
30776 ____________________________________________________________________________
30777 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
30778         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
30779      Branch: perl
30780            ! Configure
30781 ____________________________________________________________________________
30782 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
30783         Log: (Retracted by #10073)
30784              
30785              Subject: Re: [PATCH t/TEST] B::Deparse tester 
30786              From: Hugo <hv@crypt.compulink.co.uk>
30787              Date: Thu, 10 May 2001 05:48:09 +0100
30788              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
30789      Branch: perl
30790            ! ext/B/B/Deparse.pm
30791 ____________________________________________________________________________
30792 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
30793         Log: Add a for(func()) test.
30794      Branch: perl
30795            ! t/cmd/for.t
30796 ____________________________________________________________________________
30797 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
30798         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
30799              From: Robin Houston <robin@kitsite.com>
30800              Date: Thu, 10 May 2001 13:50:08 +0100
30801              Message-ID: <20010510135008.A2454@penderel>
30802      Branch: perl
30803            ! ext/B/B/Deparse.pm
30804 ____________________________________________________________________________
30805 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
30806         Log: A thinko in #10065.
30807      Branch: perl
30808            ! hv.c
30809 ____________________________________________________________________________
30810 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
30811         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
30812              From: Robin Houston <robin@kitsite.com>
30813              Date: Thu, 10 May 2001 02:10:34 +0100
30814              Message-ID: <20010510021034.A19421@penderel>
30815      Branch: perl
30816            ! ext/B/B.xs ext/B/B/Deparse.pm
30817 ____________________________________________________________________________
30818 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
30819         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
30820              From: Doug MacEachern <dougm@covalent.net>
30821              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
30822              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
30823      Branch: perl
30824            ! hv.c
30825 ____________________________________________________________________________
30826 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
30827         Log: One more workaround for the UTS compiler from Hal Morris.
30828      Branch: perl
30829            ! perl.h
30830 ____________________________________________________________________________
30831 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
30832         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
30833              From: Robin Houston <robin@kitsite.com>
30834              Date: Thu, 10 May 2001 01:02:08 +0100
30835              Message-ID: <20010510010208.A18200@penderel>
30836      Branch: perl
30837            ! ext/B/B/Debug.pm
30838 ____________________________________________________________________________
30839 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
30840         Log: Subject: [PATCH] Simplify deb_curcv() a bit
30841              From: Benjamin Sugars <bsugars@canoe.ca>
30842              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
30843              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
30844      Branch: perl
30845            ! run.c
30846 ____________________________________________________________________________
30847 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
30848         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
30849              From: Benjamin Sugars <bsugars@canoe.ca>
30850              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
30851              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
30852      Branch: perl
30853            ! t/lib/io_scalar.t
30854 ____________________________________________________________________________
30855 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
30856         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
30857              From: Peter Prymmer <pvhp@forte.com>
30858              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
30859              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
30860      Branch: perl
30861            ! t/lib/md5-file.t
30862 ____________________________________________________________________________
30863 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
30864         Log: Subject: [PATCH t/TEST] B::Deparse tester
30865              From: Robin Houston <robin@kitsite.com>
30866              Date: Wed, 9 May 2001 19:17:50 +0100
30867              Message-ID: <20010509191750.A16940@penderel>
30868      Branch: perl
30869            ! ext/B/O.pm t/TEST
30870 ____________________________________________________________________________
30871 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
30872         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
30873              From: Jeff Pinyan <jeffp@crusoe.net>
30874              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
30875              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
30876      Branch: perl
30877            ! lib/Pod/Html.pm
30878 ____________________________________________________________________________
30879 [ 10057] By: nick                                  on 2001/05/09  18:37:56
30880         Log: Integrate mainline.
30881      Branch: perlio
30882           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
30883           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
30884 ____________________________________________________________________________
30885 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
30886         Log: Update Changes.
30887      Branch: perl
30888            ! Changes patchlevel.h
30889 ____________________________________________________________________________
30890 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
30891         Log: Integrate perlio.
30892      Branch: perl
30893           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30894 ____________________________________________________________________________
30895 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
30896         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
30897              From: Benjamin Sugars <bsugars@canoe.ca>
30898              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
30899              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
30900      Branch: perl
30901            ! perlio.c
30902 ____________________________________________________________________________
30903 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
30904         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
30905              From: Benjamin Sugars <bsugars@canoe.ca>
30906              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
30907              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
30908      Branch: perl
30909            ! ext/PerlIO/Scalar/Scalar.xs
30910 ____________________________________________________________________________
30911 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
30912         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
30913              From: Jeff Pinyan <jeffp@crusoe.net>
30914              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
30915              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
30916      Branch: perl
30917            ! lib/Pod/Html.pm
30918 ____________________________________________________________________________
30919 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
30920         Log: EPOC tweak from Olaf Flebbe.
30921      Branch: perl
30922            ! epoc/epocish.h
30923 ____________________________________________________________________________
30924 [ 10050] By: nick                                  on 2001/05/09  14:37:57
30925         Log: win32, regen_config_h
30926      Branch: perlio
30927            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30928 ____________________________________________________________________________
30929 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
30930         Log: Integrate perlio.
30931      Branch: perl
30932           !> pp_sys.c
30933 ____________________________________________________________________________
30934 [ 10048] By: nick                                  on 2001/05/09  11:59:50
30935         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
30936              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
30937      Branch: perlio
30938            ! pp_sys.c
30939 ____________________________________________________________________________
30940 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
30941         Log: Integrate perlio.
30942      Branch: perl
30943           !> run.c
30944 ____________________________________________________________________________
30945 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
30946         Log: Subject: Re: Less warnings during configure
30947              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30948              Date: Wed, 09 May 2001 13:12:49 +0200
30949              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
30950      Branch: perl
30951            ! hints/hpux.sh
30952 ____________________________________________________________________________
30953 [ 10045] By: nick                                  on 2001/05/09  09:56:59
30954         Log: MULTIPLICITY/DEBUGGING build fix.
30955      Branch: perlio
30956            ! run.c
30957 ____________________________________________________________________________
30958 [ 10044] By: nick                                  on 2001/05/09  09:46:37
30959         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
30960      Branch: perlio
30961           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
30962            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
30963           !> (integrate 65 files)
30964 ____________________________________________________________________________
30965 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
30966         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
30967              From: Robin Houston <robin@kitsite.com>
30968              Date: Tue, 8 May 2001 19:38:00 +0100
30969              Message-ID: <20010508193800.A4389@penderel>
30970              
30971              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
30972              From: Robin Houston <robin@kitsite.com>
30973              Date: Tue, 8 May 2001 20:03:57 +0100
30974              Message-ID: <20010508200357.A4614@penderel>
30975              
30976              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
30977              From: Robin Houston <robin@kitsite.com>
30978              Date: Wed, 9 May 2001 00:12:05 +0100
30979              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
30980      Branch: perl
30981            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
30982 ____________________________________________________________________________
30983 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
30984         Log: Retract #10031.
30985      Branch: perl
30986            ! pod/perlfunc.pod
30987 ____________________________________________________________________________
30988 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
30989         Log: The metaconfig unit changes for #10040.
30990      Branch: metaconfig/U/perl
30991            ! Checkcc.U d_dlsymun.U dlsrc.U
30992 ____________________________________________________________________________
30993 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
30994         Log: The Configure half of
30995              
30996              Subject: Less warnings during configure
30997              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30998              Date: Tue, 08 May 2001 08:44:02 +0200
30999              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
31000      Branch: perl
31001            ! Configure
31002 ____________________________________________________________________________
31003 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
31004         Log: Subject: Less warnings during configure
31005              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31006              Date: Tue, 08 May 2001 08:44:02 +0200
31007              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
31008      Branch: perl
31009            ! hints/hpux.sh
31010 ____________________________________________________________________________
31011 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
31012         Log: Don't forget to whine about \d__\d.
31013      Branch: perl
31014            ! t/pragma/warn/toke toke.c
31015 ____________________________________________________________________________
31016 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
31017         Log: Allow underscores also in the exponent part.
31018      Branch: perl
31019            ! t/pragma/warn/toke toke.c
31020 ____________________________________________________________________________
31021 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
31022         Log: CodeMagicCD doesn't look like an *I*DE.
31023      Branch: perl
31024            ! pod/perlfaq3.pod
31025 ____________________________________________________________________________
31026 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
31027         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
31028              to be consistently down).
31029      Branch: perl
31030            ! pod/perlfaq3.pod
31031 ____________________________________________________________________________
31032 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
31033         Log: Upgrade to Text::Balanced 1.84.
31034      Branch: perl
31035            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
31036 ____________________________________________________________________________
31037 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
31038         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
31039              From: Benjamin Sugars <bsugars@canoe.ca>
31040              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
31041              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
31042      Branch: perl
31043            ! run.c
31044 ____________________________________________________________________________
31045 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
31046         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
31047              From: Peter Prymmer <pvhp@forte.com>
31048              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
31049              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
31050      Branch: perl
31051            ! t/pod/plainer.t
31052 ____________________________________________________________________________
31053 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
31054         Log: (Retracted by #10042)
31055              
31056              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
31057              From: "Philip Newton" <pnewton@gmx.de>
31058              Date: Tue, 8 May 2001 09:18:10 +0200
31059              Message-ID: <3AF7B9D2.28861.603732@localhost>
31060      Branch: perl
31061            ! pod/perlfunc.pod
31062 ____________________________________________________________________________
31063 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
31064         Log: Subject: [PATCH B::Deparse] Document known bugs
31065              From: Robin Houston <robin@kitsite.com>
31066              Date: Tue, 8 May 2001 01:53:34 +0100
31067              Message-ID: <20010508015334.A32394@penderel>
31068      Branch: perl
31069            ! ext/B/B/Deparse.pm
31070 ____________________________________________________________________________
31071 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
31072         Log: Subject: Re: Perl book, magazine and website updates.
31073              From: "Philip Newton" <pnewton@gmx.de>
31074              Date: Mon, 7 May 2001 17:03:58 +0200
31075              Message-ID: <3AF6D57E.5387.1E29930@localhost>
31076      Branch: perl
31077            ! pod/perlfaq2.pod
31078 ____________________________________________________________________________
31079 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
31080         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
31081              From: Peter Prymmer <pvhp@forte.com>
31082              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
31083              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
31084      Branch: perl
31085            ! t/io/fflush.t
31086 ____________________________________________________________________________
31087 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
31088         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
31089              From: Robin Houston <robin@kitsite.com>
31090              Date: Tue, 8 May 2001 01:14:55 +0100
31091              Message-ID: <20010508011455.A32162@penderel>
31092      Branch: perl
31093            ! ext/B/B/Deparse.pm
31094 ____________________________________________________________________________
31095 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
31096         Log: Typo in #10025.
31097      Branch: perl
31098            ! hints/uts.sh
31099 ____________________________________________________________________________
31100 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
31101         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
31102      Branch: perl
31103            ! hints/uts.sh
31104 ____________________________________________________________________________
31105 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
31106         Log: Subject: Re: [ID 20010506.045] question about hash syntax
31107              From: Peter Scott <Peter@PSDT.com>
31108              Date: Sun, 06 May 2001 13:10:40 -0700
31109              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
31110      Branch: perl
31111            ! pod/perl56delta.pod
31112 ____________________________________________________________________________
31113 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
31114         Log: Configure should figure out the list of dynamic extensions
31115              just fine in UTS-- and in fact it does, as reported by Hal Morris.
31116      Branch: perl
31117            ! hints/uts.sh
31118 ____________________________________________________________________________
31119 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
31120         Log: Update Changes.
31121      Branch: perl
31122            ! Changes patchlevel.h
31123 ____________________________________________________________________________
31124 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
31125         Log: Subject: [PATCH regcomp.c] Insecure regexes
31126              From: Robin Houston <robin@kitsite.com>
31127              Date: Mon, 7 May 2001 21:56:12 +0100
31128              Message-ID: <20010507215612.A31114@penderel>
31129      Branch: perl
31130            ! regcomp.c
31131 ____________________________________________________________________________
31132 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
31133         Log: Drop the foobar.perl.com references for now until Simon
31134              gets them sorted out.
31135      Branch: perl
31136            ! pod/perlfaq2.pod
31137 ____________________________________________________________________________
31138 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
31139         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
31140              From: Prymmer/Kahn <pvhp@best.com>
31141              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
31142              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
31143      Branch: perl
31144            ! lib/Devel/SelfStubber.pm
31145 ____________________________________________________________________________
31146 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
31147         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
31148              From: Prymmer/Kahn <pvhp@best.com>
31149              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
31150              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
31151      Branch: perl
31152            ! win32/Makefile
31153 ____________________________________________________________________________
31154 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
31155         Log: s/WebTechnique's/WebTechniques/
31156      Branch: perl
31157            ! pod/perlfaq2.pod
31158 ____________________________________________________________________________
31159 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
31160         Log: Llama 3 updates from Randal.
31161      Branch: perl
31162            ! pod/perlfaq2.pod
31163 ____________________________________________________________________________
31164 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
31165         Log: Subject: [PATCH] Help -Dt show correct pad variables
31166              From: Benjamin Sugars <ben.sugars@home.com>
31167              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
31168              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
31169      Branch: perl
31170            ! embed.h embed.pl proto.h run.c
31171 ____________________________________________________________________________
31172 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
31173         Log: Subject: [PATCH] Document C<our $foo : shared>
31174              From: Benjamin Sugars <ben.sugars@home.com>
31175              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
31176              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
31177      Branch: perl
31178            ! pod/perlfunc.pod
31179 ____________________________________________________________________________
31180 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
31181         Log: Subject: [PATCH B::Deparse] undefined folded constants
31182              From: Robin Houston <robin@kitsite.com>
31183              Date: Sun, 6 May 2001 17:19:09 +0100
31184              Message-ID: <20010506171909.A7046@penderel>
31185      Branch: perl
31186            ! ext/B/B/Deparse.pm
31187 ____________________________________________________________________________
31188 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
31189         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
31190              From: Robin Houston <robin@kitsite.com>
31191              Message-ID: <20010506164654.A6848@penderel>
31192              Date: Sun, 6 May 2001 16:46:54 +0100
31193      Branch: perl
31194            ! ext/B/B/Deparse.pm
31195 ____________________________________________________________________________
31196 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
31197         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
31198              From: Robin Houston <robin@kitsite.com>
31199              Date: Sun, 6 May 2001 14:47:02 +0100
31200              Message-ID: <20010506144702.A6308@penderel>
31201      Branch: perl
31202            ! t/op/my_stash.t
31203 ____________________________________________________________________________
31204 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
31205         Log: Subject: Perl book, magazine and website updates.
31206              From: Simon Cozens <simon@netthink.co.uk>
31207              Date: Sun, 6 May 2001 16:55:36 +0100
31208              Message-ID: <20010506165536.A1795@netthink.co.uk>
31209      Branch: perl
31210            ! pod/perlbook.pod pod/perlfaq2.pod
31211 ____________________________________________________________________________
31212 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
31213         Log: Tweaks on the Tru64 prof options.
31214      Branch: perl
31215            ! pod/perlhack.pod
31216 ____________________________________________________________________________
31217 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
31218         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
31219              From: Robin Houston <robin@kitsite.com>
31220              Date: Sun, 6 May 2001 14:40:51 +0100
31221              Message-ID: <20010506144051.A6279@penderel>
31222      Branch: perl
31223            ! t/pod/testp2pt.pl
31224 ____________________________________________________________________________
31225 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
31226         Log: Subject: [PATCH B::Deparse] scoping
31227              From: Robin Houston <robin@kitsite.com>
31228              Date: Sun, 6 May 2001 14:36:56 +0100
31229              Message-ID: <20010506143656.A4006@penderel>
31230      Branch: perl
31231            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
31232 ____________________________________________________________________________
31233 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
31234         Log: Document the undefinedness of bitshifting out of range.
31235      Branch: perl
31236            ! pod/perlop.pod
31237 ____________________________________________________________________________
31238 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
31239         Log: Retract #10003 and update the IDE descriptions a bit.
31240      Branch: perl
31241            ! pod/perlfaq3.pod
31242 ____________________________________________________________________________
31243 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
31244         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
31245              From: Prymmer/Kahn <pvhp@best.com>
31246              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
31247              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
31248      Branch: perl
31249            ! win32/Makefile win32/buildext.pl win32/config.bc
31250            ! win32/config.gc win32/config.vc
31251 ____________________________________________________________________________
31252 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
31253         Log: (Retracted by #10005.)
31254      Branch: perl
31255            ! pod/perlfaq3.pod
31256 ____________________________________________________________________________
31257 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
31258         Log: It's "psed", not "sed".
31259      Branch: perl
31260            ! x2p/s2p.PL
31261 ____________________________________________________________________________
31262 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
31263         Log: Update Changes.
31264      Branch: perl
31265            ! Changes patchlevel.h
31266 ____________________________________________________________________________
31267 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
31268         Log: Subject: Re: bleadperl make install fails due to "psed"
31269              From: andreas.koenig@anima.de (Andreas J. Koenig)
31270              Date: 05 May 2001 18:23:28 +0200
31271              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
31272      Branch: perl
31273            ! x2p/Makefile.SH x2p/s2p.PL
31274 ____________________________________________________________________________
31275 [  9999] By: jhi                                   on 2001/05/05  18:28:09
31276         Log: AUTHORS updates.
31277      Branch: perl
31278            ! AUTHORS
31279 ____________________________________________________________________________
31280 [  9998] By: jhi                                   on 2001/05/05  18:16:00
31281         Log: Updates on the pods related to the modules included since 5.6.
31282              
31283              TODO: perltodo really could use major updating.
31284      Branch: perl
31285            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
31286            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
31287            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
31288            ! pod/perlsyn.pod pod/perltodo.pod
31289 ____________________________________________________________________________
31290 [  9997] By: jhi                                   on 2001/05/05  17:35:17
31291         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
31292              from Kurt Skauen.
31293      Branch: perl
31294            + hints/atheos.sh
31295            ! MANIFEST
31296 ____________________________________________________________________________
31297 [  9996] By: jhi                                   on 2001/05/05  17:25:00
31298         Log: Add preemptive #undefs for some of the shorter and more prone
31299              to collision regcomp.h #defines.  (Background: the MASK collided
31300              with a system header #define in Rhapsody.)
31301      Branch: perl
31302            ! regcomp.h
31303 ____________________________________________________________________________
31304 [  9995] By: jhi                                   on 2001/05/05  13:24:21
31305         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
31306              From: Nicholas Clark <nick@ccl4.org>
31307              Date: Sat, 5 May 2001 14:46:39 +0100
31308              Message-ID: <20010505144639.O53513@plum.flirble.org>
31309              
31310              Add a test for the constants (if any) being processed correctly.
31311      Branch: perl
31312            ! utils/h2xs.PL
31313 ____________________________________________________________________________
31314 [  9994] By: jhi                                   on 2001/05/05  02:11:03
31315         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
31316              From: Peter Prymmer <pvhp@forte.com>
31317              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
31318              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
31319      Branch: perl
31320            ! t/lib/b-stash.t
31321 ____________________________________________________________________________
31322 [  9993] By: jhi                                   on 2001/05/05  02:03:49
31323         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
31324              From: Peter Prymmer <pvhp@forte.com>
31325              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
31326              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
31327      Branch: perl
31328            ! perlio.c vms/vmsish.h
31329 ____________________________________________________________________________
31330 [  9992] By: jhi                                   on 2001/05/04  17:21:12
31331         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
31332              From: Robin Barker <rmb1@cise.npl.co.uk>
31333              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
31334              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
31335      Branch: perl
31336            + t/pod/plainer.t
31337            ! MANIFEST
31338 ____________________________________________________________________________
31339 [  9991] By: jhi                                   on 2001/05/04  16:47:45
31340         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
31341              From: Robin Barker <rmb1@cise.npl.co.uk>
31342              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
31343              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
31344      Branch: perl
31345            ! regcomp.c
31346 ____________________________________________________________________________
31347 [  9990] By: jhi                                   on 2001/05/04  14:37:20
31348         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
31349              From: Prymmer/Kahn <pvhp@best.com>
31350              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
31351              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
31352      Branch: perl
31353            ! t/lib/b-stash.t
31354 ____________________________________________________________________________
31355 [  9989] By: jhi                                   on 2001/05/04  14:03:58
31356         Log: Introduce perl572delta, update Todo, add the missing
31357              mention about signal safety since 5.7.1 (though this
31358              requires verification and more details.)
31359      Branch: perl
31360            + pod/perl572delta.pod
31361            ! MANIFEST Todo pod/perl571delta.pod
31362 ____________________________________________________________________________
31363 [  9988] By: jhi                                   on 2001/05/04  12:41:51
31364         Log: Subject: [PATCH perl@9944] long =item
31365              From: Robin Barker <rmb1@cise.npl.co.uk>
31366              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
31367              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
31368      Branch: perl
31369            ! ext/Time/HiRes/HiRes.pm
31370 ____________________________________________________________________________
31371 [  9987] By: jhi                                   on 2001/05/04  12:39:19
31372         Log: The #9901 had removed one line essential for EBCDIC.
31373      Branch: perl
31374            ! regcomp.c
31375 ____________________________________________________________________________
31376 [  9986] By: jhi                                   on 2001/05/04  12:30:23
31377         Log: Subject: cygwin/Makefile.SHs INSTALL patch
31378              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
31379              Date: Mon, 08 Jan 2001 04:59:21 +0200
31380              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
31381      Branch: perl
31382            ! cygwin/Makefile.SHs
31383 ____________________________________________________________________________
31384 [  9985] By: jhi                                   on 2001/05/04  03:51:39
31385         Log: Encode/IO doc tweaks.
31386      Branch: perl
31387            ! ext/Encode/Encode.pm
31388 ____________________________________________________________________________
31389 [  9984] By: jhi                                   on 2001/05/04  03:29:34
31390         Log: Remove GDBM_File from the dynamic extensions for UTS,
31391              GDBM is not a standard feature.
31392      Branch: perl
31393            ! hints/uts.sh
31394 ____________________________________________________________________________
31395 [  9983] By: jhi                                   on 2001/05/04  03:22:59
31396         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
31397      Branch: perl
31398            ! pod/perlretut.pod
31399 ____________________________________________________________________________
31400 [  9982] By: jhi                                   on 2001/05/03  23:21:03
31401         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
31402              From: Benjamin Sugars <bsugars@canoe.ca>
31403              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
31404              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
31405      Branch: perl
31406            ! dump.c
31407 ____________________________________________________________________________
31408 [  9981] By: jhi                                   on 2001/05/03  23:20:05
31409         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
31410              From: Benjamin Sugars <bsugars@canoe.ca>
31411              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
31412              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
31413      Branch: perl
31414            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
31415 ____________________________________________________________________________
31416 [  9980] By: jhi                                   on 2001/05/03  23:15:29
31417         Log: Integrate perlio.
31418      Branch: perl
31419           !> ext/Encode/Encode.pm
31420 ____________________________________________________________________________
31421 [  9979] By: jhi                                   on 2001/05/03  16:54:59
31422         Log: Install psed man page.
31423      Branch: perl
31424            ! installman
31425 ____________________________________________________________________________
31426 [  9978] By: jhi                                   on 2001/05/03  16:45:58
31427         Log: Remove unused files; noted by Sarathy.
31428      Branch: perl
31429            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
31430            ! MANIFEST
31431 ____________________________________________________________________________
31432 [  9977] By: jhi                                   on 2001/05/03  16:42:30
31433         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
31434              From: Andy Dougherty <doughera@lafayette.edu>
31435              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
31436              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
31437      Branch: perl
31438            ! INSTALL
31439 ____________________________________________________________________________
31440 [  9976] By: nick                                  on 2001/05/03  16:40:42
31441         Log: Allow $answer = encode($object,$text); like it says in docs.
31442      Branch: perlio
31443            ! ext/Encode/Encode.pm
31444 ____________________________________________________________________________
31445 [  9975] By: nick                                  on 2001/05/03  16:22:30
31446         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
31447              to be in scope (fair enough), and also a package variable (our) for eval to see it.
31448      Branch: perlio
31449            ! ext/Encode/Encode.pm
31450 ____________________________________________________________________________
31451 [  9974] By: nick                                  on 2001/05/03  15:48:17
31452         Log: Integrate mainline.
31453      Branch: perlio
31454           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
31455           +> t/lib/filter-simple.t t/lib/next.t
31456           !> (integrate 70 files)
31457 ____________________________________________________________________________
31458 [  9973] By: jhi                                   on 2001/05/03  13:09:09
31459         Log: Update Changes.
31460      Branch: perl
31461            ! Changes patchlevel.h
31462 ____________________________________________________________________________
31463 [  9972] By: jhi                                   on 2001/05/03  12:58:33
31464         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
31465              From: Prymmer/Kahn <pvhp@best.com>
31466              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
31467              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
31468      Branch: perl
31469            ! t/io/fflush.t
31470 ____________________________________________________________________________
31471 [  9971] By: jhi                                   on 2001/05/03  12:57:26
31472         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
31473              From: Prymmer/Kahn <pvhp@best.com>
31474              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
31475              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
31476      Branch: perl
31477            ! win32/FindExt.pm
31478 ____________________________________________________________________________
31479 [  9970] By: jhi                                   on 2001/05/03  02:42:46
31480         Log: Can't croak sans thread context, from Doug MacEachern.
31481      Branch: perl
31482            ! toke.c
31483 ____________________________________________________________________________
31484 [  9969] By: jhi                                   on 2001/05/03  01:23:48
31485         Log: Subject: Random input test and Perl
31486              From: Ilya Zakharevich <ilya@math.berkeley.edu>
31487              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
31488              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
31489      Branch: perl
31490            ! toke.c
31491 ____________________________________________________________________________
31492 [  9968] By: jhi                                   on 2001/05/02  22:17:21
31493         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
31494              From: Peter Prymmer <pvhp@forte.com>
31495              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
31496              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
31497      Branch: perl
31498            ! pod/perlfunc.pod pod/perlport.pod
31499 ____________________________________________________________________________
31500 [  9967] By: jhi                                   on 2001/05/02  20:12:45
31501         Log: Workaround for UTS compiler casting bug from Hal Morris.
31502      Branch: perl
31503            ! perl.h
31504 ____________________________________________________________________________
31505 [  9966] By: jhi                                   on 2001/05/02  18:31:37
31506         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
31507              From: Dan Sugalski <dan@sidhe.org>
31508              Date: Wed, 02 May 2001 15:23:22 -0400
31509              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
31510      Branch: perl
31511            ! perl.c vms/vms.c
31512 ____________________________________________________________________________
31513 [  9965] By: jhi                                   on 2001/05/02  18:21:29
31514         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
31515      Branch: perl
31516            ! pod/perlfunc.pod
31517 ____________________________________________________________________________
31518 [  9964] By: jhi                                   on 2001/05/02  18:15:01
31519         Log: Document large files in INSTALL, document also the %x
31520              limitation if not use64bitint, closes bug 20010326.007.
31521      Branch: perl
31522            ! INSTALL
31523 ____________________________________________________________________________
31524 [  9963] By: jhi                                   on 2001/05/02  17:24:47
31525         Log: perlmodlib tweaks; regen pods.
31526      Branch: perl
31527            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
31528            ! pod/perltoc.pod
31529 ____________________________________________________________________________
31530 [  9962] By: jhi                                   on 2001/05/02  17:14:00
31531         Log: Fix for a segfault, from Marc Lehmann.
31532      Branch: perl
31533            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
31534 ____________________________________________________________________________
31535 [  9961] By: jhi                                   on 2001/05/02  15:55:53
31536         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
31537              From: "Philip Newton" <pnewton@gmx.de>
31538              Date: Wed, 2 May 2001 18:39:03 +0200
31539              Message-ID: <3AF05447.15525.173B588@localhost>
31540      Branch: perl
31541            ! pod/perlop.pod
31542 ____________________________________________________________________________
31543 [  9960] By: jhi                                   on 2001/05/02  15:35:37
31544         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
31545              From: Dan Sugalski <dan@sidhe.org>
31546              Date: Wed, 02 May 2001 11:37:27 -0400
31547              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
31548      Branch: perl
31549            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
31550            ! thread.h vms/vms.c vms/vmsish.h
31551 ____________________________________________________________________________
31552 [  9959] By: jhi                                   on 2001/05/02  15:21:08
31553         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
31554              From: Benjamin Sugars <bsugars@canoe.ca>
31555              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
31556              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
31557      Branch: perl
31558            ! ext/PerlIO/Scalar/Scalar.xs
31559 ____________________________________________________________________________
31560 [  9958] By: jhi                                   on 2001/05/02  15:15:53
31561         Log: Bug in #9915, spotted by Mike Guy.
31562      Branch: perl
31563            ! installperl
31564 ____________________________________________________________________________
31565 [  9957] By: jhi                                   on 2001/05/02  13:26:01
31566         Log: Add a test for not griping about references as array
31567              indices if the reference has magic in it (overloaded
31568              methods).
31569      Branch: perl
31570            ! pod/perldiag.pod t/pragma/warn/pp_hot
31571 ____________________________________________________________________________
31572 [  9956] By: jhi                                   on 2001/05/02  13:07:01
31573         Log: Retracted a bit too much in #9952.
31574      Branch: perl
31575            ! t/pragma/sub_lval.t
31576 ____________________________________________________________________________
31577 [  9955] By: jhi                                   on 2001/05/02  13:05:38
31578         Log: Test for #9952.
31579      Branch: perl
31580            ! t/op/tie.t
31581 ____________________________________________________________________________
31582 [  9954] By: jhi                                   on 2001/05/02  11:48:18
31583         Log: Additional note on the encoding example: one cannot
31584              convert string constants in-place.
31585      Branch: perl
31586            ! ext/Encode/Encode.pm
31587 ____________________________________________________________________________
31588 [  9953] By: jhi                                   on 2001/05/02  11:43:51
31589         Log: Note that if you have recent enough Perl you already
31590              have Filter::Util::Call.
31591      Branch: perl
31592            ! lib/Filter/Simple.pm
31593 ____________________________________________________________________________
31594 [  9952] By: jhi                                   on 2001/05/02  11:31:53
31595         Log: Retract changes #8254 and #8255, causes coredump in
31596              'tie FH, "main"', reported by Abigail, culprit found by
31597              Benjamin Sugars.  Mirrors maintperl change #9950.
31598      Branch: perl
31599            ! op.c t/pragma/sub_lval.t
31600 ____________________________________________________________________________
31601 [  9951] By: jhi                                   on 2001/05/02  11:14:29
31602         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
31603      Branch: perl
31604            + t/lib/MyFilter.pm
31605 ____________________________________________________________________________
31606 [  9950] By: gsar                                  on 2001/05/02  03:17:11
31607         Log: revert integration of changes#8254,8255 in change#8620 (causes
31608              a coredump in C<tie FH, 'foo'>; the idea itself may need better
31609              rationalization)
31610      Branch: maint-5.6/perl
31611            ! op.c t/pragma/sub_lval.t
31612 ____________________________________________________________________________
31613 [  9949] By: gsar                                  on 2001/05/02  02:56:32
31614         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
31615              
31616              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31617              
31618              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31619      Branch: maint-5.6/perl
31620           !> hints/svr5.sh
31621 ____________________________________________________________________________
31622 [  9948] By: gsar                                  on 2001/05/02  02:49:15
31623         Log: pod/find.t breaks on VMS (from Craig Berry)
31624      Branch: maint-5.6/perl
31625            ! t/pod/find.t
31626 ____________________________________________________________________________
31627 [  9947] By: jhi                                   on 2001/05/02  02:43:09
31628         Log: Add an encoding conversion example.
31629      Branch: perl
31630            ! ext/Encode/Encode.pm
31631 ____________________________________________________________________________
31632 [  9946] By: jhi                                   on 2001/05/02  01:34:22
31633         Log: Another coat of paint but still nowhere finished.
31634              Need to decide on the semantics of strptime(): should
31635              strptime() be a function instead of a method?  To do
31636              the week/monthname-strptiming the i18n/l10n bullet needs
31637              to be bitten with gusto.
31638      Branch: perl
31639            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
31640 ____________________________________________________________________________
31641 [  9945] By: jhi                                   on 2001/05/01  23:40:52
31642         Log: Update Changes.
31643      Branch: perl
31644            ! Changes patchlevel.h
31645 ____________________________________________________________________________
31646 [  9944] By: jhi                                   on 2001/05/01  23:33:37
31647         Log: Add known-to-be-tested modules to the list-to-be-skipped.
31648      Branch: perl
31649            ! t/lib/1_compile.t
31650 ____________________________________________________________________________
31651 [  9943] By: jhi                                   on 2001/05/01  23:24:40
31652         Log: Subject: BorlandC++ fix
31653              From: "Vadim Konovalov" <watman@inbox.ru>
31654              Date: Mon, 30 Apr 2001 20:12:26 -0700
31655              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
31656      Branch: perl
31657            ! win32/makefile.mk
31658 ____________________________________________________________________________
31659 [  9942] By: jhi                                   on 2001/05/01  23:18:02
31660         Log: Update to Filter::Simple 0.60, create a test for it.
31661      Branch: perl
31662            + t/lib/filter-simple.t
31663            ! MANIFEST lib/Filter/Simple.pm
31664 ____________________________________________________________________________
31665 [  9941] By: jhi                                   on 2001/05/01  19:47:24
31666         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
31667              From: Hugo <hv@crypt.compulink.co.uk>
31668              Date: Tue, 01 May 2001 20:12:20 +0100
31669              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
31670      Branch: perl
31671            ! pp_hot.c t/op/re_tests
31672 ____________________________________________________________________________
31673 [  9940] By: jhi                                   on 2001/05/01  19:42:16
31674         Log: Integrate perlio.
31675      Branch: perl
31676           !> lib/base.pm t/lib/fields.t
31677 ____________________________________________________________________________
31678 [  9939] By: jhi                                   on 2001/05/01  19:39:51
31679         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
31680              From: Benjamin Sugars <bsugars@canoe.ca>
31681              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
31682              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
31683      Branch: perl
31684            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
31685 ____________________________________________________________________________
31686 [  9938] By: jhi                                   on 2001/05/01  19:34:09
31687         Log: Add NEXT, a pseudo-class for method redispatching.
31688              <Damian>NEXT.pm probably offers more bang-for-buck
31689              than anything else I've ever written.</Damian>
31690      Branch: perl
31691            + lib/NEXT.pm t/lib/next.t
31692            ! MANIFEST
31693 ____________________________________________________________________________
31694 [  9937] By: jhi                                   on 2001/05/01  19:21:41
31695         Log: Update to Switch 2.02.
31696      Branch: perl
31697            ! lib/Switch.pm t/lib/switch.t
31698 ____________________________________________________________________________
31699 [  9936] By: nick                                  on 2001/05/01  19:09:21
31700         Log: Fix for base.pm clobbering $VERSION
31701      Branch: perlio
31702            ! lib/base.pm
31703 ____________________________________________________________________________
31704 [  9935] By: nick                                  on 2001/05/01  18:54:38
31705         Log: Test for base.pm clobbering $VERSION.
31706      Branch: perlio
31707            ! t/lib/fields.t
31708 ____________________________________________________________________________
31709 [  9934] By: jhi                                   on 2001/05/01  18:39:10
31710         Log: Add information about Scalar::Util::blessed.
31711      Branch: perl
31712            ! pod/perlobj.pod
31713 ____________________________________________________________________________
31714 [  9933] By: jhi                                   on 2001/05/01  18:33:51
31715         Log: Subject: Extra UNIVERSAL documentation
31716              From: Mike Guy <mjtg@cam.ac.uk>
31717              Date: Tue, 01 May 2001 20:12:11 +0100
31718              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
31719      Branch: perl
31720            ! pod/perlobj.pod
31721 ____________________________________________________________________________
31722 [  9932] By: jhi                                   on 2001/05/01  18:26:54
31723         Log: Subject: Autoflush in tests as appropriate
31724              From: Mike Guy <mjtg@cam.ac.uk>
31725              Date: Tue, 01 May 2001 20:05:31 +0100
31726              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
31727      Branch: perl
31728            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
31729            ! t/op/taint.t
31730 ____________________________________________________________________________
31731 [  9931] By: jhi                                   on 2001/05/01  18:02:29
31732         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
31733              From: Benjamin Sugars <bsugars@canoe.ca>
31734              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
31735              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
31736      Branch: perl
31737            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
31738 ____________________________________________________________________________
31739 [  9930] By: jhi                                   on 2001/05/01  15:12:26
31740         Log: Subject: Re: Finally got a round tuit
31741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31742              Date: Tue, 01 May 2001 14:14:10 +0200
31743              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
31744              
31745              The -DP part, slightly modified.
31746      Branch: perl
31747            ! perl.c
31748 ____________________________________________________________________________
31749 [  9929] By: jhi                                   on 2001/05/01  14:17:15
31750         Log: Subject: Re: Finally got a round tuit
31751              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31752              Date: Tue, 01 May 2001 16:34:06 +0200
31753              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
31754              
31755              cpp and optimization tweaks for HP-UX.
31756      Branch: perl
31757            ! hints/hpux.sh
31758 ____________________________________________________________________________
31759 [  9928] By: jhi                                   on 2001/05/01  13:24:20
31760         Log: Tune the scan_num() comments to reality.
31761      Branch: perl
31762            ! toke.c
31763 ____________________________________________________________________________
31764 [  9927] By: jhi                                   on 2001/05/01  13:14:01
31765         Log: Subject: [PATCH B::Deparse] optimised sort
31766              From: Robin Houston <robin@kitsite.com>
31767              Date: Tue, 1 May 2001 14:07:12 +0100
31768              Message-ID: <20010501140712.A4266@penderel>
31769      Branch: perl
31770            ! ext/B/B/Deparse.pm
31771 ____________________________________________________________________________
31772 [  9926] By: jhi                                   on 2001/05/01  13:10:53
31773         Log: Subject: [PATCH t/lib/b-deparse.t] 
31774              From: Robin Houston <robin@kitsite.com>
31775              Date: Tue, 1 May 2001 13:37:42 +0100
31776              Message-ID: <20010501133742.A4082@penderel>
31777      Branch: perl
31778            ! t/lib/b-deparse.t
31779 ____________________________________________________________________________
31780 [  9925] By: jhi                                   on 2001/05/01  13:10:13
31781         Log: Subject: [PATCH B::Deparse] for(;;), sort
31782              From: Robin Houston <robin@kitsite.com>
31783              Date: Tue, 1 May 2001 13:35:00 +0100
31784              Message-ID: <20010501133500.A4061@penderel>
31785      Branch: perl
31786            ! ext/B/B/Deparse.pm
31787 ____________________________________________________________________________
31788 [  9924] By: jhi                                   on 2001/05/01  13:09:22
31789         Log: Subject: [PATCH B::Deparse] do, warn, use
31790              From: Robin Houston <robin@kitsite.com>
31791              Date: Tue, 1 May 2001 13:31:03 +0100
31792              Message-ID: <20010501133103.A4041@penderel>
31793      Branch: perl
31794            ! ext/B/B/Deparse.pm
31795 ____________________________________________________________________________
31796 [  9923] By: jhi                                   on 2001/05/01  11:45:36
31797         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
31798              From: Benjamin Sugars <ben.sugars@home.com>
31799              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
31800              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
31801      Branch: perl
31802            + t/io/fflush.t
31803            ! MANIFEST
31804 ____________________________________________________________________________
31805 [  9922] By: jhi                                   on 2001/05/01  11:35:42
31806         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
31807              From: Peter Prymmer <pvhp@forte.com>
31808              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
31809              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
31810      Branch: perl
31811            ! t/lib/selfstubber.t
31812 ____________________________________________________________________________
31813 [  9921] By: jhi                                   on 2001/04/30  16:34:33
31814         Log: Subject: [PATCH B::Concise] suppress warning
31815              From: Robin Houston <robin@kitsite.com>
31816              Date: Mon, 30 Apr 2001 16:09:49 +0100
31817              Message-ID: <20010430160949.A25086@penderel>
31818      Branch: perl
31819            ! ext/B/B/Concise.pm
31820 ____________________________________________________________________________
31821 [  9920] By: jhi                                   on 2001/04/30  13:56:04
31822         Log: Strip the *markers* from #9919.
31823      Branch: perl
31824            ! pod/perlfaq.pod pod/perlfaq5.pod
31825 ____________________________________________________________________________
31826 [  9919] By: jhi                                   on 2001/04/30  13:54:04
31827         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
31828              From: Gwyn Judd <b.judd@xtra.co.nz>
31829              Date: Sun, 29 Apr 2001 01:47:49 +1200
31830              Message-ID: <20010429014749.A4418@thislove>
31831      Branch: perl
31832            ! pod/perlfaq.pod pod/perlfaq5.pod
31833 ____________________________________________________________________________
31834 [  9918] By: jhi                                   on 2001/04/30  13:13:54
31835         Log: More_tweakage.
31836      Branch: perl
31837            ! pod/perldata.pod pod/perldiag.pod
31838 ____________________________________________________________________________
31839 [  9917] By: jhi                                   on 2001/04/30  13:01:27
31840         Log: Update Changes.
31841      Branch: perl
31842            ! Changes patchlevel.h
31843 ____________________________________________________________________________
31844 [  9916] By: jhi                                   on 2001/04/30  12:57:03
31845         Log: T_w_e_a_k_a_g_e.
31846      Branch: perl
31847            ! pod/perldata.pod pod/perldiag.pod
31848 ____________________________________________________________________________
31849 [  9915] By: jhi                                   on 2001/04/30  12:39:29
31850         Log: Install s2p also as psed.
31851              
31852              TODO: psed documentation?
31853      Branch: perl
31854            ! installperl
31855 ____________________________________________________________________________
31856 [  9914] By: jhi                                   on 2001/04/30  12:29:21
31857         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
31858              From: Jens Hamisch <jens@Strawberry.COM>
31859              Date: Fri, 27 Apr 2001 17:00:36 +0200
31860              Message-ID: <20010427170036.K1372@Strawberry.COM>
31861              
31862              SOCKS5_VERSION_NAME is the right symbol to detect
31863              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
31864              function called socks5_init() is available, and even that is
31865              not universal, most SOCKS5 installations use SOCKSinit()).
31866      Branch: perl
31867            ! perlio.c
31868 ____________________________________________________________________________
31869 [  9913] By: jhi                                   on 2001/04/30  12:22:15
31870         Log: Allow a zero timeout on IO::Socket accept and connect--
31871              though one really shouldn't do that.  Based on
31872              
31873              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
31874              From: "John Holdsworth" <coldwave@bigfoot.com>
31875              Date: Sun, 4 Feb 2001 12:48:18 +0100
31876              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
31877      Branch: perl
31878            ! ext/IO/lib/IO/Socket.pm
31879 ____________________________________________________________________________
31880 [  9912] By: jhi                                   on 2001/04/30  11:27:27
31881         Log: Save the spot of regprev (see #9911) for binary compatibility;
31882              regen API.
31883      Branch: perl
31884            ! embedvar.h perlapi.h thrdvar.h
31885 ____________________________________________________________________________
31886 [  9911] By: jhi                                   on 2001/04/30  11:22:03
31887         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
31888              From: Hugo <hv@crypt.compulink.co.uk>
31889              Date: Sun, 29 Apr 2001 17:09:30 +0100
31890              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
31891      Branch: perl
31892            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
31893 ____________________________________________________________________________
31894 [  9910] By: jhi                                   on 2001/04/30  11:15:12
31895         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
31896              a dummy for PL_numeric_radix); no pressing reason to break
31897              binary compatibility; regen API.
31898      Branch: perl
31899            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
31900            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
31901 ____________________________________________________________________________
31902 [  9909] By: jhi                                   on 2001/04/30  10:56:08
31903         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
31904              From: Walt Mankowski <waltman@netaxs.com>
31905              Date: Sun, 29 Apr 2001 21:53:48 -0400
31906              Message-ID: <20010429215348.A3971@netaxs.com>
31907      Branch: perl
31908            ! pod/perlfunc.pod
31909 ____________________________________________________________________________
31910 [  9908] By: jhi                                   on 2001/04/30  10:49:40
31911         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
31912      Branch: perl
31913            ! t/lib/selfstubber.t
31914 ____________________________________________________________________________
31915 [  9907] By: nick                                  on 2001/04/30  09:26:50
31916         Log: Integrate mainline.
31917      Branch: perlio
31918           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
31919 ____________________________________________________________________________
31920 [  9906] By: jhi                                   on 2001/04/29  23:24:20
31921         Log: Abigail spotted a thinko in #9905.
31922      Branch: perl
31923            ! pod/perldiag.pod
31924 ____________________________________________________________________________
31925 [  9905] By: jhi                                   on 2001/04/29  15:55:39
31926         Log: Changed the underscore/undebar syntax in numeric constants;
31927              now any grouping will do, as long as the underscores are not
31928              consecutive (so "zero-grouping" is out), and they do not begin
31929              or end the integer or fractional parts.
31930      Branch: perl
31931            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
31932 ____________________________________________________________________________
31933 [  9904] By: nick                                  on 2001/04/29  15:43:22
31934         Log: Integrate mainline.
31935      Branch: perlio
31936           +> (branch 98 files)
31937            - lib/unicode/Block.pl
31938            - lib/unicode/In/AlphabeticPresentationForms.pl
31939            - lib/unicode/In/Arabic.pl
31940            - lib/unicode/In/ArabicPresentationForms-A.pl
31941            - lib/unicode/In/ArabicPresentationForms-B.pl
31942            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
31943            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
31944            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
31945            - lib/unicode/In/BopomofoExtended.pl
31946            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
31947            - lib/unicode/In/CJKCompatibility.pl
31948            - lib/unicode/In/CJKCompatibilityForms.pl
31949            - lib/unicode/In/CJKCompatibilityIdeographs.pl
31950            - lib/unicode/In/CJKRadicalsSupplement.pl
31951            - lib/unicode/In/CJKSymbolsandPunctuation.pl
31952            - lib/unicode/In/CJKUnifiedIdeographs.pl
31953            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
31954            - lib/unicode/In/Cherokee.pl
31955            - lib/unicode/In/CombiningDiacriticalMarks.pl
31956            - lib/unicode/In/CombiningHalfMarks.pl
31957            - lib/unicode/In/CombiningMarksforSymbols.pl
31958            - lib/unicode/In/ControlPictures.pl
31959            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
31960            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
31961            - lib/unicode/In/EnclosedAlphanumerics.pl
31962            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
31963            - lib/unicode/In/Ethiopic.pl
31964            - lib/unicode/In/GeneralPunctuation.pl
31965            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
31966            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
31967            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
31968            - lib/unicode/In/HalfwidthandFullwidthForms.pl
31969            - lib/unicode/In/HangulCompatibilityJamo.pl
31970            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
31971            - lib/unicode/In/Hebrew.pl
31972            - lib/unicode/In/HighPrivateUseSurrogates.pl
31973            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
31974            - lib/unicode/In/IPAExtensions.pl
31975            - lib/unicode/In/IdeographicDescriptionCharacters.pl
31976            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
31977            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
31978            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
31979            - lib/unicode/In/Latin-1Supplement.pl
31980            - lib/unicode/In/LatinExtended-A.pl
31981            - lib/unicode/In/LatinExtended-B.pl
31982            - lib/unicode/In/LatinExtendedAdditional.pl
31983            - lib/unicode/In/LetterlikeSymbols.pl
31984            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
31985            - lib/unicode/In/MathematicalOperators.pl
31986            - lib/unicode/In/MiscellaneousSymbols.pl
31987            - lib/unicode/In/MiscellaneousTechnical.pl
31988            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
31989            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
31990            - lib/unicode/In/OpticalCharacterRecognition.pl
31991            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
31992            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
31993            - lib/unicode/In/SmallFormVariants.pl
31994            - lib/unicode/In/SpacingModifierLetters.pl
31995            - lib/unicode/In/Specials.pl
31996            - lib/unicode/In/SuperscriptsandSubscripts.pl
31997            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
31998            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
31999            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
32000            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
32001            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
32002           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
32003           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
32004           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
32005           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
32006           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
32007           !> utf8.c win32/Makefile
32008 ____________________________________________________________________________
32009 [  9903] By: jhi                                   on 2001/04/29  14:30:53
32010         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
32011              From: Prymmer/Kahn <pvhp@best.com>
32012              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
32013              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
32014      Branch: perl
32015            ! win32/Makefile
32016 ____________________________________________________________________________
32017 [  9902] By: jhi                                   on 2001/04/29  02:52:44
32018         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
32019              From: "Abigail" <abigail@foad.org>
32020              Date: Sun, 29 Apr 2001 03:14:25 +0200
32021              Message-ID: <20010429011425.24503.qmail@foad.org>
32022      Branch: perl
32023            ! ext/IO/lib/IO/Seekable.pm
32024 ____________________________________________________________________________
32025 [  9901] By: jhi                                   on 2001/04/29  02:04:46
32026         Log: In character classes one couldn't have 0x80..0xff characters
32027              at the left hand side if there were 0x100.. characters in the
32028              character class.
32029      Branch: perl
32030            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
32031            ! t/op/pat.t utf8.c
32032 ____________________________________________________________________________
32033 [  9900] By: jhi                                   on 2001/04/28  22:55:04
32034         Log: Forgot the latest mktables.PL from #9899.
32035      Branch: perl
32036            ! lib/unicode/mktables.PL
32037 ____________________________________________________________________________
32038 [  9899] By: jhi                                   on 2001/04/28  22:53:28
32039         Log: Explain the \p{} and \P{} error message better and
32040              have prettier prettyprint in In.pl.
32041      Branch: perl
32042            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
32043            ! pod/perldiag.pod
32044 ____________________________________________________________________________
32045 [  9898] By: jhi                                   on 2001/04/28  21:03:34
32046         Log: Add one possible explanation for the "Invalid [] range" error.
32047      Branch: perl
32048            ! pod/perldiag.pod
32049 ____________________________________________________________________________
32050 [  9897] By: jhi                                   on 2001/04/28  17:18:26
32051         Log: Add a level of indirection to the implementation of \p{InFoo}
32052              so that we don't have to have long filenames.  (Nothing changes
32053              in the user interface.)   The indirection is defined in
32054              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
32055              Also rename some the character classes by removing '-' from
32056              the classnames, and finally renamed Block.pl as Blocks.pl.
32057      Branch: perl
32058            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
32059            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
32060            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
32061            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
32062            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
32063            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
32064            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
32065            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
32066            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
32067            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
32068            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
32069            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
32070            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
32071            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
32072            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
32073            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
32074            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
32075            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
32076            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
32077            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
32078            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
32079            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
32080            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
32081            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
32082            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
32083            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
32084            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
32085            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
32086            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
32087            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
32088            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
32089            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
32090            + lib/unicode/In/94.pl lib/unicode/In/95.pl
32091            - lib/unicode/Block.pl
32092            - lib/unicode/In/AlphabeticPresentationForms.pl
32093            - lib/unicode/In/Arabic.pl
32094            - lib/unicode/In/ArabicPresentationForms-A.pl
32095            - lib/unicode/In/ArabicPresentationForms-B.pl
32096            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
32097            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
32098            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
32099            - lib/unicode/In/BopomofoExtended.pl
32100            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
32101            - lib/unicode/In/CJKCompatibility.pl
32102            - lib/unicode/In/CJKCompatibilityForms.pl
32103            - lib/unicode/In/CJKCompatibilityIdeographs.pl
32104            - lib/unicode/In/CJKRadicalsSupplement.pl
32105            - lib/unicode/In/CJKSymbolsandPunctuation.pl
32106            - lib/unicode/In/CJKUnifiedIdeographs.pl
32107            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
32108            - lib/unicode/In/Cherokee.pl
32109            - lib/unicode/In/CombiningDiacriticalMarks.pl
32110            - lib/unicode/In/CombiningHalfMarks.pl
32111            - lib/unicode/In/CombiningMarksforSymbols.pl
32112            - lib/unicode/In/ControlPictures.pl
32113            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
32114            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
32115            - lib/unicode/In/EnclosedAlphanumerics.pl
32116            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
32117            - lib/unicode/In/Ethiopic.pl
32118            - lib/unicode/In/GeneralPunctuation.pl
32119            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
32120            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
32121            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
32122            - lib/unicode/In/HalfwidthandFullwidthForms.pl
32123            - lib/unicode/In/HangulCompatibilityJamo.pl
32124            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
32125            - lib/unicode/In/Hebrew.pl
32126            - lib/unicode/In/HighPrivateUseSurrogates.pl
32127            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
32128            - lib/unicode/In/IPAExtensions.pl
32129            - lib/unicode/In/IdeographicDescriptionCharacters.pl
32130            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
32131            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
32132            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
32133            - lib/unicode/In/Latin-1Supplement.pl
32134            - lib/unicode/In/LatinExtended-A.pl
32135            - lib/unicode/In/LatinExtended-B.pl
32136            - lib/unicode/In/LatinExtendedAdditional.pl
32137            - lib/unicode/In/LetterlikeSymbols.pl
32138            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
32139            - lib/unicode/In/MathematicalOperators.pl
32140            - lib/unicode/In/MiscellaneousSymbols.pl
32141            - lib/unicode/In/MiscellaneousTechnical.pl
32142            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
32143            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
32144            - lib/unicode/In/OpticalCharacterRecognition.pl
32145            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
32146            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
32147            - lib/unicode/In/SmallFormVariants.pl
32148            - lib/unicode/In/SpacingModifierLetters.pl
32149            - lib/unicode/In/Specials.pl
32150            - lib/unicode/In/SuperscriptsandSubscripts.pl
32151            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
32152            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
32153            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
32154            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
32155            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
32156            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
32157            ! pod/perlunicode.pod
32158 ____________________________________________________________________________
32159 [  9896] By: jhi                                   on 2001/04/28  14:33:17
32160         Log: Update the information on shared library path on HP-UX.
32161      Branch: perl
32162            ! INSTALL
32163 ____________________________________________________________________________
32164 [  9895] By: jhi                                   on 2001/04/28  14:32:30
32165         Log: Because #9894 seems to do the trick, this workaround can be removed.
32166      Branch: perl
32167            ! t/lib/selfstubber.t
32168 ____________________________________________________________________________
32169 [  9894] By: jhi                                   on 2001/04/28  14:26:13
32170         Log: For PerlIO flush the children's file handles (on fork/exec/system).
32171      Branch: perl
32172            ! perl.h
32173 ____________________________________________________________________________
32174 [  9893] By: jhi                                   on 2001/04/28  14:23:15
32175         Log: Test tweak for #9891.
32176      Branch: perl
32177            ! t/lib/b-deparse.t
32178 ____________________________________________________________________________
32179 [  9892] By: jhi                                   on 2001/04/28  14:10:13
32180         Log: New HP-UX hints from Merijn.
32181      Branch: perl
32182            ! hints/hpux.sh
32183 ____________________________________________________________________________
32184 [  9891] By: jhi                                   on 2001/04/28  14:07:27
32185         Log: Subject: [PATCH B::Deparse] non-block scopes
32186              From: Robin Houston <robin@kitsite.com>
32187              Date: Fri, 27 Apr 2001 19:15:14 +0100
32188              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
32189      Branch: perl
32190            ! ext/B/B/Deparse.pm
32191 ____________________________________________________________________________
32192 [  9890] By: nick                                  on 2001/04/27  19:41:25
32193         Log: Integrate mainline
32194      Branch: perlio
32195           +> t/lib/selfstubber.t
32196           !> (integrate 50 files)
32197 ____________________________________________________________________________
32198 [  9889] By: jhi                                   on 2001/04/27  18:23:46
32199         Log: Subject: Re: selfstubber test fail on bleadperl
32200              From: Mike Guy <mjtg@cam.ac.uk>
32201              Date: Fri, 27 Apr 2001 19:31:18 +0100
32202              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
32203      Branch: perl
32204            ! t/lib/selfstubber.t
32205 ____________________________________________________________________________
32206 [  9888] By: jhi                                   on 2001/04/27  16:20:54
32207         Log: Test tweak for #9886.
32208      Branch: perl
32209            ! t/lib/b-deparse.t
32210 ____________________________________________________________________________
32211 [  9887] By: jhi                                   on 2001/04/27  16:16:33
32212         Log: Buffering issue at least in Solaris (even with perlio).
32213      Branch: perl
32214            ! t/lib/selfstubber.t
32215 ____________________________________________________________________________
32216 [  9886] By: jhi                                   on 2001/04/27  14:59:23
32217         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
32218              From: Robin Houston <robin@kitsite.com>
32219              Date: Fri, 27 Apr 2001 16:53:20 +0100
32220              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
32221      Branch: perl
32222            ! ext/B/B/Deparse.pm
32223 ____________________________________________________________________________
32224 [  9885] By: jhi                                   on 2001/04/27  14:23:51
32225         Log: Update Changes.
32226      Branch: perl
32227            ! Changes patchlevel.h
32228 ____________________________________________________________________________
32229 [  9884] By: jhi                                   on 2001/04/27  14:14:12
32230         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
32231              From: "Philip Newton" <pnewton@gmx.de>
32232              Date: Fri, 27 Apr 2001 16:40:13 +0200
32233              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
32234      Branch: perl
32235            ! pod/perldata.pod
32236 ____________________________________________________________________________
32237 [  9883] By: jhi                                   on 2001/04/27  13:28:19
32238         Log: Add LOG_PERROR; prettify the "removed".
32239      Branch: perl
32240            ! ext/Sys/Syslog/Syslog.xs
32241 ____________________________________________________________________________
32242 [  9882] By: jhi                                   on 2001/04/27  13:13:18
32243         Log: h2xs tweaks: use NV instead of double, "quote" the removed
32244              prefixes for clarity (especially when nothing is removed),
32245              slight pod reformats.
32246      Branch: perl
32247            ! utils/h2xs.PL
32248 ____________________________________________________________________________
32249 [  9881] By: jhi                                   on 2001/04/27  12:58:48
32250         Log: Don't bother creating existing directories.
32251      Branch: perl
32252            ! utils/h2xs.PL
32253 ____________________________________________________________________________
32254 [  9880] By: jhi                                   on 2001/04/27  12:45:39
32255         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
32256              From: Mike Schilli <m@perlmeister.com>
32257              Date: Wed, 25 Apr 2001 01:29:21 -0700
32258              Message-id: <3AE68AE1.6A981723@perlmeister.com>
32259      Branch: perl
32260            ! utils/h2xs.PL
32261 ____________________________________________________________________________
32262 [  9879] By: jhi                                   on 2001/04/27  12:40:55
32263         Log: break is not yet Perl.  Added the template license also to README.
32264      Branch: perl
32265            ! utils/h2xs.PL
32266 ____________________________________________________________________________
32267 [  9878] By: jhi                                   on 2001/04/27  03:08:20
32268         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
32269              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32270              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
32271              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
32272      Branch: perl
32273            ! t/lib/xs-typemap.t
32274 ____________________________________________________________________________
32275 [  9877] By: jhi                                   on 2001/04/26  23:54:40
32276         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
32277              From: "Abigail" <abigail@foad.org>
32278              Date: Fri, 27 Apr 2001 01:44:28 +0200
32279              Message-ID: <20010426234428.19786.qmail@foad.org>
32280      Branch: perl
32281            ! utils/h2xs.PL
32282 ____________________________________________________________________________
32283 [  9876] By: jhi                                   on 2001/04/26  23:52:06
32284         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
32285              From: Peter Prymmer <pvhp@forte.com>
32286              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
32287              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
32288      Branch: perl
32289            ! t/lib/selfstubber.t
32290 ____________________________________________________________________________
32291 [  9875] By: jhi                                   on 2001/04/26  23:48:10
32292         Log: Deparse nits.
32293      Branch: perl
32294            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
32295 ____________________________________________________________________________
32296 [  9874] By: jhi                                   on 2001/04/26  22:46:05
32297         Log: Document ANYOF_CLASS.
32298      Branch: perl
32299            ! regcomp.h
32300 ____________________________________________________________________________
32301 [  9873] By: jhi                                   on 2001/04/26  22:35:03
32302         Log: Subject: Re: [PATCH @9846] dumping ANYOF
32303              From: Hugo <hv@crypt.compulink.co.uk>
32304              Date: Thu, 26 Apr 2001 23:33:38 +0100
32305              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
32306      Branch: perl
32307            ! regcomp.c regcomp.h
32308 ____________________________________________________________________________
32309 [  9872] By: jhi                                   on 2001/04/26  22:34:31
32310         Log: Subject: [PATCH] more for Devel::SelfStubber
32311              From: Nicholas Clark <nick@ccl4.org>
32312              Date: Fri, 27 Apr 2001 00:13:52 +0100
32313              Message-ID: <20010427001351.K88186@plum.flirble.org>
32314      Branch: perl
32315            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
32316 ____________________________________________________________________________
32317 [  9871] By: jhi                                   on 2001/04/26  21:59:17
32318         Log: Subject: [PATCH B::Deparse] formats must be flush left
32319              From: Robin Houston <robin@kitsite.com>
32320              Date: Thu, 26 Apr 2001 23:54:29 +0100
32321              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
32322      Branch: perl
32323            ! ext/B/B/Deparse.pm
32324 ____________________________________________________________________________
32325 [  9870] By: jhi                                   on 2001/04/26  21:57:37
32326         Log: If some of the constants are prefixes of others,
32327              the prefixes may never get recognized.  (See 20010426.006.)
32328      Branch: perl
32329            ! utils/h2xs.PL
32330 ____________________________________________________________________________
32331 [  9869] By: jhi                                   on 2001/04/26  21:50:42
32332         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
32333              From: Chris Bongaarts <cab@tc.umn.edu>
32334              Date: Thu, 26 Apr 2001 17:10:31 -0500
32335              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
32336      Branch: perl
32337            ! ext/Sys/Syslog/Syslog.xs
32338 ____________________________________________________________________________
32339 [  9868] By: jhi                                   on 2001/04/26  21:35:12
32340         Log: Further cuts and more docs from Graham Barr.
32341      Branch: perl
32342            ! ext/List/Util/lib/List/Util.pm
32343            ! ext/List/Util/lib/Scalar/Util.pm
32344 ____________________________________________________________________________
32345 [  9867] By: jhi                                   on 2001/04/26  21:18:57
32346         Log: Subject: [PATCH 5.7.1] DB_File-1.77
32347              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
32348              Date: Thu, 26 Apr 2001 22:37:53 +0100
32349              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
32350      Branch: perl
32351            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32352            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
32353 ____________________________________________________________________________
32354 [  9866] By: jhi                                   on 2001/04/26  21:12:31
32355         Log: Subject: [PATCH B::Deparse] fix easy bugs
32356              From: Robin Houston <robin@kitsite.com>
32357              Date: Thu, 26 Apr 2001 23:03:33 +0100
32358              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
32359      Branch: perl
32360            ! ext/B/B/Deparse.pm
32361 ____________________________________________________________________________
32362 [  9865] By: jhi                                   on 2001/04/26  20:26:13
32363         Log: Update Changes.
32364      Branch: perl
32365            ! Changes patchlevel.h
32366 ____________________________________________________________________________
32367 [  9864] By: jhi                                   on 2001/04/26  19:27:48
32368         Log: Dethinko from Robin Houston.
32369      Branch: perl
32370            ! ext/B/B/Deparse.pm
32371 ____________________________________________________________________________
32372 [  9863] By: jhi                                   on 2001/04/26  19:10:35
32373         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
32374              From: Robin Houston <robin@kitsite.com>
32375              Date: Thu, 26 Apr 2001 21:08:32 +0100
32376              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
32377      Branch: perl
32378            ! ext/B/B/Deparse.pm
32379 ____________________________________________________________________________
32380 [  9862] By: jhi                                   on 2001/04/26  19:04:23
32381         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
32382              From: Robin Houston <robin@kitsite.com>
32383              Date: Thu, 26 Apr 2001 20:52:50 +0100
32384              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
32385      Branch: perl
32386            ! ext/B/B/Deparse.pm
32387 ____________________________________________________________________________
32388 [  9861] By: jhi                                   on 2001/04/26  18:56:14
32389         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
32390              From: Mike Guy <mjtg@cam.ac.uk>
32391              Date: Thu, 26 Apr 2001 14:22:40 +0100
32392              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
32393      Branch: perl
32394            ! pod/perlobj.pod
32395 ____________________________________________________________________________
32396 [  9860] By: jhi                                   on 2001/04/26  18:46:42
32397         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
32398              From: Robin Houston <robin@kitsite.com>
32399              Date: Thu, 26 Apr 2001 20:34:29 +0100
32400              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
32401              
32402              Hashes do not interpolate.
32403      Branch: perl
32404            ! ext/B/B/Deparse.pm
32405 ____________________________________________________________________________
32406 [  9859] By: jhi                                   on 2001/04/26  18:43:51
32407         Log: Subject: The Time::Piece conspiracy unmasked!!!
32408              From: Mike Guy <mjtg@cam.ac.uk>
32409              Date: Thu, 26 Apr 2001 19:02:50 +0100
32410              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
32411              
32412              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
32413              From: Mike Guy <mjtg@cam.ac.uk>
32414              Date: Thu, 26 Apr 2001 19:08:21 +0100
32415              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
32416              
32417              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
32418              From: Graham Barr <gbarr@pobox.com>
32419              Date: Thu, 26 Apr 2001 19:12:03 +0100
32420              Message-ID: <20010426191203.A70835@pobox.com>
32421              
32422              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
32423      Branch: perl
32424            ! ext/List/Util/lib/List/Util.pm
32425            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
32426 ____________________________________________________________________________
32427 [  9858] By: jhi                                   on 2001/04/26  18:17:42
32428         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
32429              From: Robin Houston <robin@kitsite.com>
32430              Date: Thu, 26 Apr 2001 16:09:35 +0100
32431              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
32432      Branch: perl
32433            ! t/comp/proto.t
32434 ____________________________________________________________________________
32435 [  9857] By: jhi                                   on 2001/04/26  18:04:59
32436         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
32437              From: barries <barries@slaysys.com>
32438              Date: Thu, 26 Apr 2001 12:01:10 -0400
32439              Message-ID: <20010426120110.E29698@jester.slaysys.com>
32440      Branch: perl
32441            ! pod/perldiag.pod
32442 ____________________________________________________________________________
32443 [  9856] By: jhi                                   on 2001/04/26  18:03:33
32444         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
32445              Date: Thu, 26 Apr 2001 17:13:41 +0100
32446              From: Robin Houston <robin@kitsite.com>
32447              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
32448              
32449              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
32450              From: Robin Houston <robin@kitsite.com>
32451              Date: Thu, 26 Apr 2001 18:44:29 +0100
32452              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
32453      Branch: perl
32454            ! ext/B/B/Deparse.pm
32455 ____________________________________________________________________________
32456 [  9855] By: jhi                                   on 2001/04/26  17:56:04
32457         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
32458              From: Robin Houston <robin@kitsite.com>
32459              Date: Thu, 26 Apr 2001 17:04:08 +0100
32460              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
32461      Branch: perl
32462            ! ext/B/B/Deparse.pm
32463 ____________________________________________________________________________
32464 [  9854] By: jhi                                   on 2001/04/26  17:47:26
32465         Log: Subject: Re: Short test case for undef %stash:: crash
32466              From: Benjamin Sugars <bsugars@canoe.ca> 
32467              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
32468              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
32469              Changed and moved the perldiag entry.
32470      Branch: perl
32471            ! gv.c pod/perldiag.pod
32472 ____________________________________________________________________________
32473 [  9853] By: jhi                                   on 2001/04/26  14:35:16
32474         Log: Beginnings of strptime().  Do not touch the wet paint.
32475      Branch: perl
32476            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
32477 ____________________________________________________________________________
32478 [  9852] By: jhi                                   on 2001/04/26  13:17:21
32479         Log: Retract #9851, core dumps from pod2man.
32480      Branch: perl
32481            ! regcomp.c
32482 ____________________________________________________________________________
32483 [  9851] By: jhi                                   on 2001/04/26  11:54:41
32484         Log: (Retracted by #9852.)
32485              
32486              Subject: [PATCH @9846] dumping ANYOF
32487              From: Hugo <hv@crypt.compulink.co.uk>
32488              Date: Thu, 26 Apr 2001 05:32:38 +0100
32489              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
32490      Branch: perl
32491            ! regcomp.c
32492 ____________________________________________________________________________
32493 [  9850] By: jhi                                   on 2001/04/26  02:34:44
32494         Log: If ccflags was empty the _previous_ $* containing all the
32495              environment variables and Configure variables was used,
32496              which lead, among other bad things, into $ccflags being your
32497              uname -a output, which lead into test compile with cc failing,
32498              which lead into gcc being selected, which didn't work that well
32499              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
32500              with large files, et cetera.
32501      Branch: perl
32502            ! hints/hpux.sh
32503 ____________________________________________________________________________
32504 [  9849] By: jhi                                   on 2001/04/26  01:44:57
32505         Log: Make selfstubber test more portable.
32506      Branch: perl
32507            ! t/lib/selfstubber.t
32508 ____________________________________________________________________________
32509 [  9848] By: jhi                                   on 2001/04/26  00:50:26
32510         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
32511              From: Benjamin Sugars <ben.sugars@home.com>
32512              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
32513              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
32514      Branch: perl
32515            ! ext/Cwd/Cwd.xs
32516 ____________________________________________________________________________
32517 [  9847] By: jhi                                   on 2001/04/26  00:46:58
32518         Log: Subject: [PATCH: perl@9841] VMS updates
32519              From: Peter Prymmer <pvhp@forte.com>
32520              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
32521              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
32522      Branch: perl
32523            ! README.vms configure.com vms/descrip_mms.template
32524            ! vms/ext/filespec.t
32525 ____________________________________________________________________________
32526 [  9846] By: jhi                                   on 2001/04/26  00:11:56
32527         Log: re 'debug' was broken by #9084.
32528      Branch: perl
32529            ! ext/re/re.xs
32530 ____________________________________________________________________________
32531 [  9845] By: jhi                                   on 2001/04/25  22:33:17
32532         Log: Subject: [PATCH] test for Devel::SelfStubber
32533              From: Nicholas Clark <nick@ccl4.org>
32534              Date: Thu, 26 Apr 2001 00:00:54 +0100
32535              Message-ID: <20010426000054.D89026@plum.flirble.org>
32536      Branch: perl
32537            + t/lib/selfstubber.t
32538            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
32539 ____________________________________________________________________________
32540 [  9844] By: jhi                                   on 2001/04/25  22:29:32
32541         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
32542              From: Paul Johnson <paul@pjcj.net>
32543              Date: Thu, 26 Apr 2001 00:46:08 +0200
32544              Message-ID: <20010426004608.H2338@pjcj.net>
32545      Branch: perl
32546            ! ext/B/B/Concise.pm
32547 ____________________________________________________________________________
32548 [  9843] By: jhi                                   on 2001/04/25  22:28:28
32549         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
32550              From: Peter Prymmer <pvhp@forte.com>
32551              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
32552              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
32553      Branch: perl
32554            ! ext/Cwd/Cwd.xs
32555 ____________________________________________________________________________
32556 [  9842] By: jhi                                   on 2001/04/25  20:58:12
32557         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
32558              From: John Peacock <jpeacock@rowman.com>
32559              Date: Wed, 25 Apr 2001 17:30:26 -0400
32560              Message-ID: <3AE741F2.B3217464@rowman.com>
32561      Branch: perl
32562            ! lib/Math/BigInt.pm t/lib/bigintpm.t
32563 ____________________________________________________________________________
32564 [  9841] By: jhi                                   on 2001/04/25  20:07:05
32565         Log: Update Changes.
32566      Branch: perl
32567            ! Changes patchlevel.h
32568 ____________________________________________________________________________
32569 [  9840] By: jhi                                   on 2001/04/25  19:56:51
32570         Log: Yet another HP-UX hints version from Merijn.
32571      Branch: perl
32572            ! hints/hpux.sh
32573 ____________________________________________________________________________
32574 [  9839] By: jhi                                   on 2001/04/25  19:53:04
32575         Log: abs_path() didn't terminate the filename correctly,
32576              in DIRNAMLENless systems like HP-UX this would fail.
32577      Branch: perl
32578            ! ext/Cwd/Cwd.xs
32579 ____________________________________________________________________________
32580 [  9838] By: jhi                                   on 2001/04/25  16:37:26
32581         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
32582              From: Mike Guy <mjtg@cam.ac.uk>
32583              Date: Wed, 25 Apr 2001 18:31:47 +0100
32584              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
32585      Branch: perl
32586            ! op.c
32587 ____________________________________________________________________________
32588 [  9837] By: jhi                                   on 2001/04/25  16:21:53
32589         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
32590              From: Jon Eveland <jweveland@yahoo.com>
32591              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
32592              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
32593      Branch: perl
32594            ! lib/perl5db.pl
32595 ____________________________________________________________________________
32596 [  9836] By: jhi                                   on 2001/04/25  14:17:50
32597         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
32598              From: "Philip Newton" <pnewton@gmx.de>
32599              Date: Wed, 25 Apr 2001 17:05:58 +0200
32600              Message-ID: <3AE703F6.3234.1833C45@localhost>
32601      Branch: perl
32602            ! Porting/patching.pod
32603 ____________________________________________________________________________
32604 [  9835] By: jhi                                   on 2001/04/25  13:58:07
32605         Log: It would seem that both ar and full_ar need to be overridden
32606              for HP-UX to avoid the GNU ar.
32607      Branch: perl
32608            ! hints/hpux.sh
32609 ____________________________________________________________________________
32610 [  9834] By: jhi                                   on 2001/04/25  13:50:40
32611         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
32612              From: "Philip Newton" <pnewton@gmx.de>
32613              Date: Wed, 25 Apr 2001 16:09:23 +0200
32614              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
32615              
32616              Detypo.
32617      Branch: perl
32618            ! t/op/misc.t
32619 ____________________________________________________________________________
32620 [  9833] By: jhi                                   on 2001/04/25  12:36:11
32621         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
32622      Branch: perl
32623            ! hints/hpux.sh
32624 ____________________________________________________________________________
32625 [  9832] By: jhi                                   on 2001/04/25  12:33:36
32626         Log: New version of HP-UX hints from Merijn.
32627      Branch: perl
32628            ! hints/hpux.sh
32629 ____________________________________________________________________________
32630 [  9831] By: jhi                                   on 2001/04/25  03:39:45
32631         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
32632      Branch: perl
32633            ! hints/hpux.sh
32634 ____________________________________________________________________________
32635 [  9830] By: jhi                                   on 2001/04/25  02:53:25
32636         Log: The tzname[] bit is not needed by util.c -- and causes
32637              heartburn in VMS (and it missing was probably the cause of
32638              the Mac OS X trouble).  Ouch.
32639      Branch: perl
32640            ! ext/POSIX/POSIX.xs util.c
32641 ____________________________________________________________________________
32642 [  9829] By: jhi                                   on 2001/04/25  00:10:06
32643         Log: Metaconfig unit change for #9828.
32644      Branch: metaconfig
32645            ! U/compline/ccflags.U
32646 ____________________________________________________________________________
32647 [  9828] By: jhi                                   on 2001/04/25  00:04:18
32648         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
32649              (which is actually the reason for the change, we need to pass
32650              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
32651              EP/IX, OS/2, and TitanOS, based on the hints files.
32652      Branch: perl
32653            ! Configure config_h.SH
32654 ____________________________________________________________________________
32655 [  9827] By: jhi                                   on 2001/04/24  23:49:20
32656         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
32657              the $cat must have an absolute path.
32658      Branch: perl
32659            ! makedepend.SH
32660 ____________________________________________________________________________
32661 [  9826] By: jhi                                   on 2001/04/24  23:40:53
32662         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
32663      Branch: perl
32664            ! README.amiga
32665 ____________________________________________________________________________
32666 [  9825] By: jhi                                   on 2001/04/24  23:35:35
32667         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
32668              From: "Philip Newton" <pnewton@gmx.de>
32669              Date: Tue, 24 Apr 2001 18:52:49 +0200
32670              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
32671      Branch: perl
32672            ! x2p/find2perl.PL
32673 ____________________________________________________________________________
32674 [  9824] By: jhi                                   on 2001/04/24  23:33:07
32675         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
32676              Some gcc specifics dropped out due to extensive rewriting;
32677              will be put back later as needed.
32678      Branch: perl
32679            ! hints/hpux.sh
32680 ____________________________________________________________________________
32681 [  9823] By: jhi                                   on 2001/04/24  23:27:57
32682         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
32683      Branch: perl
32684            ! ext/POSIX/POSIX.xs
32685 ____________________________________________________________________________
32686 [  9822] By: jhi                                   on 2001/04/24  23:25:21
32687         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
32688              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32689              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
32690              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
32691      Branch: perl
32692            ! ext/XS/Typemap/Typemap.xs
32693 ____________________________________________________________________________
32694 [  9821] By: jhi                                   on 2001/04/24  23:24:10
32695         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
32696              From: "Abigail" <abigail@foad.org>
32697              Date: Tue, 24 Apr 2001 23:12:03 +0200
32698              Message-ID: <20010424211203.7901.qmail@foad.org>
32699      Branch: perl
32700            ! pod/perlport.pod
32701 ____________________________________________________________________________
32702 [  9820] By: jhi                                   on 2001/04/24  23:23:15
32703         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
32704              From: Matt Sergeant <matt@sergeant.org>
32705              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
32706              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
32707      Branch: perl
32708            ! pod/perlfaq4.pod
32709 ____________________________________________________________________________
32710 [  9819] By: nick                                  on 2001/04/24  18:49:43
32711         Log: Integrate mainline.
32712      Branch: perlio
32713           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
32714           !> (integrate 37 files)
32715 ____________________________________________________________________________
32716 [  9818] By: jhi                                   on 2001/04/24  14:35:23
32717         Log: Update Changes.
32718      Branch: perl
32719            ! Changes patchlevel.h
32720 ____________________________________________________________________________
32721 [  9817] By: jhi                                   on 2001/04/24  14:09:17
32722         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
32723              From: "Philip Newton" <pnewton@gmx.de>
32724              Date: Tue, 24 Apr 2001 12:58:12 +0200
32725              Message-ID: <3AE57864.8304.B77A0A@localhost> 
32726              
32727              plus add CPAN to the list of modules that have their own tests.
32728      Branch: perl
32729            ! t/lib/1_compile.t
32730 ____________________________________________________________________________
32731 [  9816] By: jhi                                   on 2001/04/24  14:07:03
32732         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
32733              From: Michael G Schwern <schwern@pobox.com>
32734              Date: Sat, 21 Apr 2001 22:35:00 +0100
32735              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
32736      Branch: perl
32737            ! t/lib/1_compile.t
32738 ____________________________________________________________________________
32739 [  9815] By: jhi                                   on 2001/04/24  13:54:32
32740         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
32741              From: Robin Houston <robin@kitsite.com>
32742              Date: Tue, 24 Apr 2001 15:51:18 +0100
32743              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
32744      Branch: perl
32745            ! ext/B/B/Deparse.pm
32746 ____________________________________________________________________________
32747 [  9814] By: jhi                                   on 2001/04/24  13:17:34
32748         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
32749              From: Bill Glicker <billg@burrelles.com>
32750              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
32751              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
32752      Branch: perl
32753            ! hints/svr5.sh
32754 ____________________________________________________________________________
32755 [  9813] By: jhi                                   on 2001/04/24  12:54:23
32756         Log: Prevent path disclosure (probing for existence of filenames)
32757              using suidperl; bug id 20010322.218.
32758      Branch: perl
32759            ! perl.c pod/perldiag.pod
32760 ____________________________________________________________________________
32761 [  9812] By: jhi                                   on 2001/04/24  12:08:36
32762         Log: Retract #9811.
32763      Branch: perl
32764            ! ext/POSIX/POSIX.xs
32765 ____________________________________________________________________________
32766 [  9811] By: jhi                                   on 2001/04/24  11:57:35
32767         Log: (Retracted by #9812.)
32768      Branch: perl
32769            ! ext/POSIX/POSIX.xs
32770 ____________________________________________________________________________
32771 [  9810] By: jhi                                   on 2001/04/24  03:32:35
32772         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
32773      Branch: perl
32774            ! util.c
32775 ____________________________________________________________________________
32776 [  9809] By: jhi                                   on 2001/04/24  03:16:13
32777         Log: The Math::BigFloat::import() was broken.
32778              (Fixes bug id 20010422.002.)
32779      Branch: perl
32780            ! lib/Math/BigFloat.pm
32781 ____________________________________________________________________________
32782 [  9808] By: jhi                                   on 2001/04/24  01:11:40
32783         Log: Additional dependencies; should help for parallel makes
32784              not to fail on missing lib/lib.pm or lib/re.pm.
32785      Branch: perl
32786            ! Makefile.SH
32787 ____________________________________________________________________________
32788 [  9807] By: jhi                                   on 2001/04/24  00:57:01
32789         Log: Update the test failure disclaimer.
32790      Branch: perl
32791            ! t/pragma/warn/pp_hot
32792 ____________________________________________________________________________
32793 [  9806] By: jhi                                   on 2001/04/24  00:54:04
32794         Log: Add make target "install-all" which is alias for "install"
32795              to cater for case-preserving filesystems like HFS+.
32796      Branch: perl
32797            ! INSTALL Makefile.SH
32798 ____________________________________________________________________________
32799 [  9805] By: jhi                                   on 2001/04/24  00:47:28
32800         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
32801              From: Peter Prymmer <pvhp@forte.com>
32802              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
32803              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
32804              
32805              (Ken William's message forwarded from macosx@perl.org)
32806      Branch: perl
32807            ! hints/darwin.sh
32808 ____________________________________________________________________________
32809 [  9804] By: jhi                                   on 2001/04/23  23:57:35
32810         Log: Cut-and-pasto.
32811      Branch: perl
32812            ! perlio.c
32813 ____________________________________________________________________________
32814 [  9803] By: jhi                                   on 2001/04/23  23:52:25
32815         Log: More PerlIO robustness.
32816      Branch: perl
32817            ! perlio.c
32818 ____________________________________________________________________________
32819 [  9802] By: jhi                                   on 2001/04/23  23:43:35
32820         Log: Make the "STD* opened only for ..." errors more consistent.
32821      Branch: perl
32822            ! doio.c
32823 ____________________________________________________________________________
32824 [  9801] By: jhi                                   on 2001/04/23  23:34:26
32825         Log: Test case for #9800.
32826      Branch: perl
32827            ! t/op/misc.t
32828 ____________________________________________________________________________
32829 [  9800] By: jhi                                   on 2001/04/23  23:14:43
32830         Log: Avoid coredump on 'close STDERR; die' by making
32831              the PerlIO calls more robust.  Also use SETERRNO()
32832              instead of errno = to be more VMS-ready.
32833      Branch: perl
32834            ! perlio.c
32835 ____________________________________________________________________________
32836 [  9799] By: jhi                                   on 2001/04/23  21:41:10
32837         Log: Subject: test for ID 20010423.002
32838              From: Robin Houston <robin@kitsite.com>
32839              Date: Mon, 23 Apr 2001 16:52:21 +0100
32840              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
32841      Branch: perl
32842            ! t/op/avhv.t
32843 ____________________________________________________________________________
32844 [  9798] By: jhi                                   on 2001/04/23  21:40:07
32845         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
32846              From: David Dyck <dcd@tc.fluke.com>
32847              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
32848              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
32849      Branch: perl
32850            ! installperl
32851 ____________________________________________________________________________
32852 [  9797] By: jhi                                   on 2001/04/23  21:37:56
32853         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
32854              From: Benjamin Sugars <bsugars@canoe.ca>
32855              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
32856              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
32857      Branch: perl
32858            ! ext/Cwd/Cwd.xs lib/Cwd.pm
32859 ____________________________________________________________________________
32860 [  9796] By: jhi                                   on 2001/04/23  21:29:24
32861         Log: Synchronize h2xs and pod2man some more on the documentation
32862              templates they propose.
32863      Branch: perl
32864            ! pod/pod2man.PL utils/h2xs.PL
32865 ____________________________________________________________________________
32866 [  9795] By: jhi                                   on 2001/04/23  17:30:40
32867         Log: Add one more naughty test for base64; make encoding logic cleaner.
32868      Branch: perl
32869            ! t/lib/mimeb64.t
32870 ____________________________________________________________________________
32871 [  9794] By: jhi                                   on 2001/04/23  13:51:32
32872         Log: Update Changes.
32873      Branch: perl
32874            ! Changes patchlevel.h
32875 ____________________________________________________________________________
32876 [  9793] By: jhi                                   on 2001/04/23  13:44:18
32877         Log: Duplicate lines.
32878      Branch: perl
32879            ! MANIFEST
32880 ____________________________________________________________________________
32881 [  9792] By: jhi                                   on 2001/04/23  13:39:13
32882         Log: Subject: Re: PATCH 5.7.1
32883              From: Mark-Jason Dominus <mjd@plover.com>
32884              Date: Mon, 23 Apr 2001 10:30:21 -0400
32885              Message-ID: <20010423143021.17335.qmail@plover.com>
32886      Branch: perl
32887            ! perl.h sv.c
32888 ____________________________________________________________________________
32889 [  9791] By: jhi                                   on 2001/04/23  13:32:40
32890         Log: Add the CPAN.pm 1.59_54 tests.
32891      Branch: perl
32892            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
32893            ! MANIFEST
32894 ____________________________________________________________________________
32895 [  9790] By: jhi                                   on 2001/04/23  13:21:55
32896         Log: Subject: Deparse nit
32897              From: Robin Houston <robin@kitsite.com>
32898              Date: Mon, 23 Apr 2001 12:38:20 +0100
32899              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
32900      Branch: perl
32901            ! ext/B/B/Deparse.pm
32902 ____________________________________________________________________________
32903 [  9789] By: jhi                                   on 2001/04/23  13:19:07
32904         Log: Subject: [PATCH] bug 20010423.002
32905              From: Robin Houston <robin@kitsite.com>
32906              Date: Mon, 23 Apr 2001 13:12:30 +0100
32907              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
32908      Branch: perl
32909            ! pp.c
32910 ____________________________________________________________________________
32911 [  9788] By: jhi                                   on 2001/04/23  13:02:49
32912         Log: Subject: PATCH [5.7.1] hv.c unused #define
32913              From: Mark-Jason Dominus <mjd@plover.com>
32914              Date: Sun, 22 Apr 2001 14:17:49 -0400
32915              Message-ID: <20010422181749.26976.qmail@plover.com>
32916      Branch: perl
32917            ! hv.c
32918 ____________________________________________________________________________
32919 [  9787] By: jhi                                   on 2001/04/23  13:02:02
32920         Log: Subject: PATCH 5.7.1
32921              From: Mark-Jason Dominus <mjd@plover.com>
32922              Date: Sun, 22 Apr 2001 15:12:57 -0400
32923              Message-ID: <20010422191258.6539.qmail@plover.com>
32924              
32925              plus Sarathy's STMT_START + STMT_END suggestion.
32926      Branch: perl
32927            ! perl.h
32928 ____________________________________________________________________________
32929 [  9786] By: jhi                                   on 2001/04/23  12:53:25
32930         Log: Fix for
32931              
32932              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
32933              From: dLux <dlux@spam.sch.bme.hu>
32934              Date: Mon, 23 Apr 2001 01:25:26 +0200
32935              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
32936              
32937              (SvGROW really does return a char *.)
32938      Branch: perl
32939            ! pod/perlapi.pod sv.h
32940 ____________________________________________________________________________
32941 [  9785] By: jhi                                   on 2001/04/23  04:34:04
32942         Log: Time::Piece work continues.  $t->day removed since
32943              I think it's too confusing.  Now has normal and
32944              abbreviated length weekday names and month names,
32945              the names change with _names(), not _list().
32946              Now has strftime() in Perl, _strftime() is
32947              the libc version (to which strftime() falls back
32948              if it doesn't know the format.  To do: the reverse
32949              of strftime, strptime(), and the localisation of both.
32950      Branch: perl
32951            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
32952            ! t/lib/time-piece.t
32953 ____________________________________________________________________________
32954 [  9784] By: jhi                                   on 2001/04/23  02:41:46
32955         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
32956              From: andreas.koenig@anima.de (Andreas J. Koenig)
32957              Date: 23 Apr 2001 05:20:55 +0200
32958              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
32959      Branch: perl
32960            ! t/pragma/overload.t
32961 ____________________________________________________________________________
32962 [  9783] By: jhi                                   on 2001/04/22  23:32:42
32963         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
32964              From: Robin Houston <robin@kitsite.com>
32965              Date: Mon, 23 Apr 2001 00:38:18 +0100
32966              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
32967      Branch: perl
32968            ! ext/B/B/Deparse.pm
32969 ____________________________________________________________________________
32970 [  9782] By: jhi                                   on 2001/04/22  20:55:43
32971         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
32972              From: Simon Cozens <simon@netthink.co.uk>
32973              Date: Sun, 22 Apr 2001 18:47:25 +0100
32974              Message-ID: <20010422184725.A14411@netthink.co.uk>
32975      Branch: perl
32976            ! sv.c t/pragma/overload.t
32977 ____________________________________________________________________________
32978 [  9781] By: jhi                                   on 2001/04/22  20:52:13
32979         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
32980              From: Robin Houston <robin@kitsite.com>
32981              Date: Sun, 22 Apr 2001 22:14:50 +0100
32982              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
32983      Branch: perl
32984            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
32985 ____________________________________________________________________________
32986 [  9780] By: nick                                  on 2001/04/22  20:40:31
32987         Log: Integrate mainline.
32988      Branch: perlio
32989           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
32990           +> t/lib/b-stash.t
32991           !> (integrate 38 files)
32992 ____________________________________________________________________________
32993 [  9779] By: jhi                                   on 2001/04/22  15:16:03
32994         Log: Subject: IO::Socket::INET patch
32995              From: andrew deryabin <djsf@technarchy.ru>
32996              Date: Sat, 21 Apr 2001 17:46:52 +0400
32997              Message-ID: <20010421174652.B1426@technarchy>
32998      Branch: perl
32999            ! ext/IO/lib/IO/Socket/INET.pm
33000 ____________________________________________________________________________
33001 [  9778] By: jhi                                   on 2001/04/22  15:14:33
33002         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
33003              From: Mark-Jason Dominus <mjd@plover.com>
33004              Date: Sat, 21 Apr 2001 21:27:49 -0400
33005              Message-ID: <20010422012749.27024.qmail@plover.com>
33006      Branch: perl
33007            ! regcomp.c
33008 ____________________________________________________________________________
33009 [  9777] By: jhi                                   on 2001/04/22  15:10:51
33010         Log: Subject: Re: Regex debugger patch 
33011              From: Mark-Jason Dominus <mjd@plover.com>
33012              Date: Sat, 21 Apr 2001 21:48:51 -0400
33013              Message-ID: <20010422014851.27165.qmail@plover.com>
33014      Branch: perl
33015            ! pod/perldebguts.pod
33016 ____________________________________________________________________________
33017 [  9776] By: jhi                                   on 2001/04/22  15:09:48
33018         Log: Subject: Re: Regex debugger patch
33019              From: Mark-Jason Dominus <mjd@plover.com>
33020              Date: Sat, 21 Apr 2001 14:24:39 -0400
33021              Message-ID: <20010421182439.16508.qmail@plover.com>
33022              
33023              Regex debugger backend.
33024      Branch: perl
33025            ! regcomp.c regexp.h
33026 ____________________________________________________________________________
33027 [  9775] By: jhi                                   on 2001/04/21  16:45:40
33028         Log: Subject: [PATCH] Typo in utf8.h
33029              From: Jesús Quiroga <jquiroga@pobox.com>
33030              Date: Sat, 21 Apr 2001 19:25:33 +0200
33031              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
33032      Branch: perl
33033            ! utf8.h
33034 ____________________________________________________________________________
33035 [  9774] By: jhi                                   on 2001/04/21  16:43:52
33036         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
33037              From: Joe Orton <jorton@redhat.com>
33038              Date: Tue, 17 Apr 2001 15:50:43 +0100
33039              Message-Id: <20010417155043.D19132@eu.c2.net>
33040      Branch: perl
33041            ! hints/svr5.sh
33042 ____________________________________________________________________________
33043 [  9773] By: jhi                                   on 2001/04/21  15:30:15
33044         Log: Subject: Patch utils/h2xs.PL
33045              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33046              Date: Sat, 21 Apr 2001 10:32:16 -0500
33047              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
33048              
33049              Add MAILING list and LICENSE templates.
33050      Branch: perl
33051            ! utils/h2xs.PL
33052 ____________________________________________________________________________
33053 [  9772] By: jhi                                   on 2001/04/21  15:28:36
33054         Log: Subject: perlfaq2.patch for 5.7.1
33055              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33056              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
33057              Date: Fri, 20 Apr 2001 16:42:19 -0500
33058              
33059              rm an extra tab, a blurb about the xx.cpan to clarify
33060              which countries actually have that and dejanews is history
33061              as well as most of that nonsensical entry.
33062      Branch: perl
33063            ! pod/perlfaq2.pod
33064 ____________________________________________________________________________
33065 [  9771] By: jhi                                   on 2001/04/21  15:27:17
33066         Log: Subject: perlfaq1.patch for 5.7.1
33067              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33068              Date: Fri, 20 Apr 2001 16:57:36 -0500
33069              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
33070              
33071              Evil URLs must die. Especially when they are broken.
33072      Branch: perl
33073            ! pod/perlfaq1.pod
33074 ____________________________________________________________________________
33075 [  9770] By: jhi                                   on 2001/04/21  15:23:38
33076         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
33077              From: Michael G Schwern <schwern@pobox.com>
33078              Date: Sat, 21 Apr 2001 16:11:12 +0100
33079              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
33080      Branch: perl
33081            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
33082            + t/lib/b-stash.t
33083            ! MANIFEST ext/B/B.pm t/lib/b.t
33084 ____________________________________________________________________________
33085 [  9769] By: jhi                                   on 2001/04/21  15:03:32
33086         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
33087              From: Michael G Schwern <schwern@pobox.com>
33088              Date: Sat, 21 Apr 2001 09:48:00 +0100
33089              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
33090      Branch: perl
33091            ! utils/h2ph.PL
33092 ____________________________________________________________________________
33093 [  9768] By: jhi                                   on 2001/04/21  14:33:49
33094         Log: PerlIO and Encode doc cleanup and tweaks.
33095      Branch: perl
33096            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
33097            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
33098 ____________________________________________________________________________
33099 [  9767] By: jhi                                   on 2001/04/21  12:40:16
33100         Log: Integrate perlio.
33101      Branch: perl
33102           !> doio.c
33103 ____________________________________________________________________________
33104 [  9766] By: nick                                  on 2001/04/20  18:28:35
33105         Log: Avoid core dump on
33106              open(STDOUT,">",\$foo);
33107      Branch: perlio
33108            ! doio.c
33109 ____________________________________________________________________________
33110 [  9765] By: jhi                                   on 2001/04/20  13:23:43
33111         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
33112              From: Robin Houston <robin@kitsite.com>
33113              Date: Fri, 20 Apr 2001 14:29:22 +0100
33114              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
33115      Branch: perl
33116            ! ext/B/B.pm ext/B/B/Deparse.pm
33117 ____________________________________________________________________________
33118 [  9764] By: jhi                                   on 2001/04/20  13:19:33
33119         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
33120              From: Peter Prymmer <pvhp@forte.com>
33121              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
33122              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
33123      Branch: perl
33124            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
33125            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
33126            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
33127            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
33128 ____________________________________________________________________________
33129 [  9763] By: jhi                                   on 2001/04/20  12:36:39
33130         Log: Subject: Re: A new PerlIO coredump
33131              From: Nick Ing-Simmons <nik@tiuk.ti.com>
33132              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
33133              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
33134      Branch: perl
33135            ! doio.c
33136 ____________________________________________________________________________
33137 [  9762] By: jhi                                   on 2001/04/19  23:02:30
33138         Log: Update Changes.
33139      Branch: perl
33140            ! Changes patchlevel.h
33141 ____________________________________________________________________________
33142 [  9761] By: jhi                                   on 2001/04/19  22:59:19
33143         Log: More cleanup cleanup.
33144      Branch: perl
33145            ! Makefile.SH win32/Makefile win32/makefile.mk
33146 ____________________________________________________________________________
33147 [  9760] By: jhi                                   on 2001/04/19  22:50:31
33148         Log: lib/Time is non-empty, let's not rmdir it.
33149      Branch: perl
33150            ! Makefile.SH
33151 ____________________________________________________________________________
33152 [  9759] By: jhi                                   on 2001/04/19  22:36:51
33153         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
33154              From: Robin Houston <robin@kitsite.com>
33155              Date: Fri, 20 Apr 2001 00:18:53 +0100
33156              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
33157      Branch: perl
33158            ! ext/B/B/Deparse.pm
33159 ____________________________________________________________________________
33160 [  9758] By: jhi                                   on 2001/04/19  22:36:00
33161         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
33162              From: Peter Prymmer <pvhp@forte.com>
33163              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
33164              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
33165      Branch: perl
33166            ! ext/Cwd/Cwd.xs
33167 ____________________________________________________________________________
33168 [  9757] By: nick                                  on 2001/04/19  18:53:54
33169         Log: Blind (untested) integrate of mainline.
33170      Branch: perlio
33171           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
33172           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
33173           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
33174           !> (integrate 53 files)
33175 ____________________________________________________________________________
33176 [  9756] By: jhi                                   on 2001/04/19  16:59:23
33177         Log: Document and test Time::Piece.
33178      Branch: perl
33179            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
33180            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
33181 ____________________________________________________________________________
33182 [  9755] By: jhi                                   on 2001/04/19  12:13:29
33183         Log: A better fix for the \x{12345678} trouble from NI-S.
33184      Branch: perl
33185            ! utf8.c
33186 ____________________________________________________________________________
33187 [  9754] By: jhi                                   on 2001/04/19  11:56:07
33188         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
33189              From: Robin Houston <robin@kitsite.com>
33190              Date: Wed, 18 Apr 2001 17:58:33 +0100
33191              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
33192      Branch: perl
33193            ! ext/B/B/Deparse.pm op.c
33194 ____________________________________________________________________________
33195 [  9753] By: jhi                                   on 2001/04/19  04:21:52
33196         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
33197              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
33198              Date: Thu, 19 Apr 2001 01:11:41 -0400
33199              Message-ID: <20010419011141.A5798@cpan.org>
33200      Branch: perl
33201            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
33202 ____________________________________________________________________________
33203 [  9752] By: jhi                                   on 2001/04/19  02:41:10
33204         Log: The new time utils need to be thread-aware, too.
33205      Branch: perl
33206            ! util.c
33207 ____________________________________________________________________________
33208 [  9751] By: jhi                                   on 2001/04/19  02:26:47
33209         Log: Compilation nit noticed by AIX compiler.
33210      Branch: perl
33211            ! perlio.c
33212 ____________________________________________________________________________
33213 [  9750] By: jhi                                   on 2001/04/19  02:20:06
33214         Log: The new time utils need to be public.
33215      Branch: perl
33216            ! embed.pl
33217 ____________________________________________________________________________
33218 [  9749] By: jhi                                   on 2001/04/19  01:42:39
33219         Log: Regen toc.
33220      Branch: perl
33221            ! pod/perltoc.pod
33222 ____________________________________________________________________________
33223 [  9748] By: jhi                                   on 2001/04/19  01:41:10
33224         Log: Add Time::Piece, a slight rewrite of Time::Object,
33225              from Matt Sergeant.
33226      Branch: perl
33227            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
33228            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
33229            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
33230            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
33231            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
33232            ! win32/makefile.mk
33233 ____________________________________________________________________________
33234 [  9747] By: jhi                                   on 2001/04/19  00:55:35
33235         Log: The new metaconfig unit from strftime.
33236      Branch: metaconfig/U/perl
33237            + d_strftime.U
33238 ____________________________________________________________________________
33239 [  9746] By: jhi                                   on 2001/04/19  00:54:54
33240         Log: Move the strftime() wrapper from POSIX.xs to util.c
33241              as my_strftime(), requires HAS_STRFTIME.
33242      Branch: perl
33243            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33244            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
33245            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
33246            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33247            ! vos/config.ga.h win32/config.bc win32/config.gc
33248            ! win32/config.vc
33249 ____________________________________________________________________________
33250 [  9745] By: jhi                                   on 2001/04/18  23:11:03
33251         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
33252              in preparation of Time::Piece.
33253      Branch: perl
33254            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
33255 ____________________________________________________________________________
33256 [  9744] By: jhi                                   on 2001/04/18  22:33:12
33257         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
33258              From: Peter Prymmer <pvhp@forte.com>
33259              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
33260              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
33261      Branch: perl
33262            ! t/lib/exporter.t
33263 ____________________________________________________________________________
33264 [  9743] By: jhi                                   on 2001/04/18  22:32:23
33265         Log: Subject: Fwd: pod2html leaves cache files lying around?
33266              From: Rajesh Vaidheeswarran <rv@gnu.org>
33267              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
33268              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
33269      Branch: perl
33270            ! lib/Pod/Html.pm
33271 ____________________________________________________________________________
33272 [  9742] By: jhi                                   on 2001/04/18  20:31:49
33273         Log: Update Changes.
33274      Branch: perl
33275            ! Changes patchlevel.h
33276 ____________________________________________________________________________
33277 [  9741] By: jhi                                   on 2001/04/18  20:23:02
33278         Log: Declare hints only if needed.
33279      Branch: perl
33280            ! ext/B/B/Deparse.pm
33281 ____________________________________________________________________________
33282 [  9740] By: jhi                                   on 2001/04/18  19:06:05
33283         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
33284              bug noticed by Robin Houston; basically the code of detecting
33285              value wraparound was acting differently under different compilers
33286              and platforms.  The workaround is to remove the overflow check
33287              for now, a real fix would be to do the overflow (portably) right.
33288      Branch: perl
33289            ! t/op/pat.t utf8.c
33290 ____________________________________________________________________________
33291 [  9739] By: jhi                                   on 2001/04/18  19:01:23
33292         Log: Subject: [PATCH B::Deparse] some pragma support
33293              From: Robin Houston <robin@kitsite.com>
33294              Date: Wed, 18 Apr 2001 19:32:12 +0100
33295              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
33296      Branch: perl
33297            ! ext/B/B/Deparse.pm
33298 ____________________________________________________________________________
33299 [  9738] By: jhi                                   on 2001/04/18  15:16:37
33300         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
33301              From: Benjamin Sugars <bsugars@canoe.ca>
33302              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
33303              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
33304      Branch: perl
33305            ! t/op/glob.t
33306 ____________________________________________________________________________
33307 [  9737] By: jhi                                   on 2001/04/18  13:24:50
33308         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
33309              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33310              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
33311              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
33312      Branch: perl
33313            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
33314            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
33315 ____________________________________________________________________________
33316 [  9736] By: jhi                                   on 2001/04/18  04:15:14
33317         Log: The #9735 also changes the subtest 12.
33318      Branch: perl
33319            ! t/lib/b.t
33320 ____________________________________________________________________________
33321 [  9735] By: jhi                                   on 2001/04/18  03:55:17
33322         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
33323              From: David Dyck <dcd@tc.fluke.com>
33324              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
33325              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
33326      Branch: perl
33327            ! ext/B/B/Deparse.pm
33328 ____________________________________________________________________________
33329 [  9734] By: jhi                                   on 2001/04/18  03:54:11
33330         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
33331              From: Gisle Aas <gisle@ActiveState.com>
33332              Date: 17 Apr 2001 19:06:45 -0700
33333              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
33334      Branch: perl
33335            ! pp_hot.c t/op/misc.t
33336 ____________________________________________________________________________
33337 [  9733] By: jhi                                   on 2001/04/17  22:25:22
33338         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
33339              From: "Abigail" <abigail@foad.org>
33340              Date: Wed, 18 Apr 2001 01:17:46 +0200
33341              Message-ID: <20010417231746.21657.qmail@foad.org>
33342      Branch: perl
33343            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
33344 ____________________________________________________________________________
33345 [  9732] By: jhi                                   on 2001/04/17  20:47:56
33346         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
33347              From: Robin Houston <robin@kitsite.com>
33348              Date: Tue, 17 Apr 2001 22:37:42 +0100
33349              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
33350      Branch: perl
33351            ! ext/B/B/Deparse.pm
33352 ____________________________________________________________________________
33353 [  9731] By: nick                                  on 2001/04/17  20:46:35
33354         Log: Re-sync for t/lib/b.t fix
33355      Branch: perlio
33356           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
33357 ____________________________________________________________________________
33358 [  9730] By: jhi                                   on 2001/04/17  20:45:29
33359         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
33360              From: Robin Houston <robin@kitsite.com>
33361              Date: Tue, 17 Apr 2001 22:29:36 +0100
33362              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
33363      Branch: perl
33364            ! ext/B/B.xs ext/B/B/Deparse.pm
33365 ____________________________________________________________________________
33366 [  9729] By: jhi                                   on 2001/04/17  20:43:11
33367         Log: Subject: Deparse - parenthesise args to undeclared subs
33368              From: Robin Houston <robin@kitsite.com>
33369              Date: Tue, 17 Apr 2001 21:31:05 +0100
33370              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
33371      Branch: perl
33372            ! ext/B/B/Deparse.pm
33373 ____________________________________________________________________________
33374 [  9728] By: jhi                                   on 2001/04/17  18:57:30
33375         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
33376              From: Benjamin Sugars <ben.sugars@home.com>
33377              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
33378              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
33379      Branch: perl
33380            ! t/lib/cwd.t
33381 ____________________________________________________________________________
33382 [  9727] By: jhi                                   on 2001/04/17  18:20:20
33383         Log: Subject: [PATCH B::Deparse] ambient pragmas
33384              From: Robin Houston <robin@kitsite.com>
33385              Date: Tue, 17 Apr 2001 20:01:59 +0100
33386              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
33387      Branch: perl
33388            ! ext/B/B/Deparse.pm t/lib/b.t
33389 ____________________________________________________________________________
33390 [  9726] By: nick                                  on 2001/04/17  16:33:51
33391         Log: Integrate mainline (t/lib/b.t fails test 2...)
33392      Branch: perlio
33393           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
33394           +> ext/List/Util/README ext/List/Util/Util.xs
33395           +> ext/List/Util/lib/List/Util.pm
33396           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
33397           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
33398           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
33399           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
33400           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
33401           !> (integrate 31 files)
33402 ____________________________________________________________________________
33403 [  9725] By: jhi                                   on 2001/04/17  12:14:24
33404         Log: Subject: multiple B::* changes
33405              From: Robin Houston <robin@kitsite.com>
33406              Date: Thu, 12 Apr 2001 20:12:27 +0100
33407              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
33408      Branch: perl
33409            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
33410 ____________________________________________________________________________
33411 [  9724] By: jhi                                   on 2001/04/17  11:59:05
33412         Log: Thread-awareness from Doug MacEachern.
33413      Branch: perl
33414            ! ext/List/Util/Util.xs
33415 ____________________________________________________________________________
33416 [  9723] By: jhi                                   on 2001/04/17  11:57:41
33417         Log: Make the test more portable.
33418      Branch: perl
33419            ! t/lib/cwd.t
33420 ____________________________________________________________________________
33421 [  9722] By: jhi                                   on 2001/04/17  11:53:50
33422         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
33423              From: Benjamin Sugars <ben.sugars@home.com>
33424              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
33425              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
33426      Branch: perl
33427            ! t/lib/cwd.t
33428 ____________________________________________________________________________
33429 [  9721] By: jhi                                   on 2001/04/17  11:52:17
33430         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
33431              From: Benjamin Sugars <bsugars@canoe.ca>
33432              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
33433              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
33434      Branch: perl
33435            ! op.c
33436 ____________________________________________________________________________
33437 [  9720] By: jhi                                   on 2001/04/17  11:35:42
33438         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
33439              From: Chris Nandor <pudge@pobox.com>
33440              Date: Tue, 17 Apr 2001 00:30:49 -0400
33441              Message-Id: <p05100207b701768712de@[10.0.1.177]>
33442      Branch: perl
33443            ! ext/File/Glob/bsd_glob.c gv.c
33444 ____________________________________________________________________________
33445 [  9719] By: jhi                                   on 2001/04/17  11:32:13
33446         Log: Subject: [PATCH] Tweten->West
33447              From: Casey West <casey@geeknest.com>
33448              Date: Mon, 16 Apr 2001 12:11:22 -0400
33449              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
33450      Branch: perl
33451            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
33452            ! pod/perltie.pod
33453 ____________________________________________________________________________
33454 [  9718] By: jhi                                   on 2001/04/16  03:22:52
33455         Log: Update Changes.
33456      Branch: perl
33457            ! Changes patchlevel.h
33458 ____________________________________________________________________________
33459 [  9717] By: jhi                                   on 2001/04/16  03:06:28
33460         Log: Regen toc.
33461      Branch: perl
33462            ! pod/perltoc.pod
33463 ____________________________________________________________________________
33464 [  9716] By: jhi                                   on 2001/04/16  02:58:42
33465         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
33466              From: Prymmer/Kahn <pvhp@best.com>
33467              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
33468              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
33469      Branch: perl
33470            ! utf8.c
33471 ____________________________________________________________________________
33472 [  9715] By: jhi                                   on 2001/04/15  23:40:35
33473         Log: Subject: Re: Net::Ping patch, adds stream protocol
33474              From: bronson@rinspin.com (Scott Bronson)
33475              Date: Tue, 10 Apr 2001 23:58:33 -0700
33476              Message-ID: <20010410235833.N29719@rinspin.com>
33477      Branch: perl
33478            ! lib/Net/Ping.pm
33479 ____________________________________________________________________________
33480 [  9714] By: jhi                                   on 2001/04/15  23:31:46
33481         Log: Printing out the ok messages helps successful testing.
33482      Branch: perl
33483            ! t/lib/time-hires.t
33484 ____________________________________________________________________________
33485 [  9713] By: jhi                                   on 2001/04/15  21:43:24
33486         Log: Update Douglas Wegscheid's email.
33487      Branch: perl
33488            ! AUTHORS
33489 ____________________________________________________________________________
33490 [  9712] By: jhi                                   on 2001/04/15  21:40:41
33491         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
33492              From: Michael G Schwern <schwern@pobox.com>
33493              Date: Sat, 14 Apr 2001 22:40:50 +0100
33494              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
33495      Branch: perl
33496            + t/lib/exporter.t
33497            ! MANIFEST lib/Exporter/Heavy.pm
33498 ____________________________________________________________________________
33499 [  9711] By: jhi                                   on 2001/04/15  21:39:21
33500         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
33501              From: Michael G Schwern <schwern@pobox.com>
33502              Date: Sat, 14 Apr 2001 22:13:59 +0100
33503              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
33504      Branch: perl
33505            ! t/op/loopctl.t
33506 ____________________________________________________________________________
33507 [  9710] By: jhi                                   on 2001/04/15  21:30:19
33508         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
33509              From: Michael G Schwern <schwern@pobox.com>
33510              Date: Sat, 14 Apr 2001 22:05:32 +0100
33511              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
33512      Branch: perl
33513            ! t/pragma/warnings.t
33514 ____________________________________________________________________________
33515 [  9709] By: jhi                                   on 2001/04/15  19:34:09
33516         Log: Integrate changes #9706,9707 from maintperl into mainline.
33517              
33518              change#7210 broke .packlist generation
33519              
33520              ExtUtils::Installed doesn't quote regex metacharacters in paths
33521              before using them in match; also make it work for dosish platforms
33522      Branch: perl
33523           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
33524 ____________________________________________________________________________
33525 [  9708] By: jhi                                   on 2001/04/15  19:31:01
33526         Log: Test also the scalar aspect of getitimer().
33527      Branch: perl
33528            ! t/lib/time-hires.t
33529 ____________________________________________________________________________
33530 [  9707] By: gsar                                  on 2001/04/15  17:24:20
33531         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
33532              before using them in match; also make it work for dosish platforms
33533      Branch: maint-5.6/perl
33534            ! lib/ExtUtils/Installed.pm
33535 ____________________________________________________________________________
33536 [  9706] By: gsar                                  on 2001/04/15  17:21:59
33537         Log: change#7210 broke .packlist generation (listed only filename
33538              rather than fully qualified path name)
33539      Branch: maint-5.6/perl
33540            ! lib/ExtUtils/Install.pm
33541 ____________________________________________________________________________
33542 [  9705] By: jhi                                   on 2001/04/15  12:36:33
33543         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
33544      Branch: perl
33545            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
33546            ! t/lib/time-hires.t
33547 ____________________________________________________________________________
33548 [  9704] By: jhi                                   on 2001/04/15  10:49:08
33549         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
33550              From: Prymmer/Kahn <pvhp@best.com>
33551              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
33552              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
33553      Branch: perl
33554            ! lib/utf8.pm pod/perlebcdic.pod
33555 ____________________________________________________________________________
33556 [  9703] By: jhi                                   on 2001/04/15  02:26:26
33557         Log: I keep forgetting to sort MANIFEST.
33558      Branch: perl
33559            ! MANIFEST
33560 ____________________________________________________________________________
33561 [  9702] By: jhi                                   on 2001/04/15  02:07:47
33562         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
33563              Now we have blessed, reftype, tainted, first, reduce, ...
33564      Branch: perl
33565            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
33566            + ext/List/Util/README ext/List/Util/Util.xs
33567            + ext/List/Util/lib/List/Util.pm
33568            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
33569            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
33570            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
33571            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
33572            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
33573            ! MANIFEST
33574 ____________________________________________________________________________
33575 [  9701] By: jhi                                   on 2001/04/14  15:05:25
33576         Log: Subject: RE: dprofpp.pl updates 
33577              From: Carl Eklof <CEklof@endeca.com>
33578              Date: Thu, 12 Apr 2001 18:45:46 -0400
33579              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
33580      Branch: perl
33581            ! utils/dprofpp.PL
33582 ____________________________________________________________________________
33583 [  9700] By: jhi                                   on 2001/04/14  14:44:55
33584         Log: Do not just blindly add CR.
33585      Branch: perl
33586            ! Porting/makerel
33587 ____________________________________________________________________________
33588 [  9699] By: jhi                                   on 2001/04/13  13:17:01
33589         Log: Update Changes.
33590      Branch: perl
33591            ! Changes patchlevel.h
33592 ____________________________________________________________________________
33593 [  9698] By: jhi                                   on 2001/04/13  12:44:48
33594         Log: Integrate perlio.
33595      Branch: perl
33596           !> ext/PerlIO/Scalar/Scalar.xs
33597 ____________________________________________________________________________
33598 [  9697] By: jhi                                   on 2001/04/13  12:29:15
33599         Log: Add more debug output to the test.
33600      Branch: perl
33601            ! t/lib/cwd.t
33602 ____________________________________________________________________________
33603 [  9696] By: nick                                  on 2001/04/13  10:14:29
33604         Log: Fix core dump on binmode($fh,'Scalar')
33605      Branch: perlio
33606            ! ext/PerlIO/Scalar/Scalar.xs
33607 ____________________________________________________________________________
33608 [  9695] By: nick                                  on 2001/04/13  09:05:42
33609         Log: Integrate mainline
33610      Branch: perlio
33611           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33612           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
33613           +> t/lib/time-hires.t
33614           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
33615           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
33616           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
33617           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
33618           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
33619           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
33620           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
33621 ____________________________________________________________________________
33622 [  9694] By: jhi                                   on 2001/04/12  22:23:35
33623         Log: Integrate change #9693 from maintperl into mainline.
33624              
33625              $VERSION and Version() on the same line provokes a warning from
33626              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
33627      Branch: perl
33628           !> lib/Devel/SelfStubber.pm
33629 ____________________________________________________________________________
33630 [  9693] By: gsar                                  on 2001/04/12  21:55:56
33631         Log: $VERSION and Version() on the same line provokes a warning from
33632              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
33633      Branch: maint-5.6/perl
33634            ! lib/Devel/SelfStubber.pm
33635 ____________________________________________________________________________
33636 [  9692] By: jhi                                   on 2001/04/12  13:54:00
33637         Log: This is at least 5.005.
33638      Branch: perl
33639            ! ext/Time/HiRes/HiRes.xs
33640 ____________________________________________________________________________
33641 [  9691] By: jhi                                   on 2001/04/12  13:37:20
33642         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
33643      Branch: perl
33644            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
33645            ! win32/Makefile win32/makefile.mk
33646 ____________________________________________________________________________
33647 [  9690] By: jhi                                   on 2001/04/12  01:34:46
33648         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
33649      Branch: perl
33650            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33651            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
33652            + t/lib/time-hires.t
33653            ! MANIFEST
33654 ____________________________________________________________________________
33655 [  9689] By: jhi                                   on 2001/04/12  00:28:39
33656         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
33657              From: Gisle Aas <gisle@ActiveState.com>
33658              Date: 11 Apr 2001 16:36:11 -0700
33659              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
33660      Branch: perl
33661            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
33662 ____________________________________________________________________________
33663 [  9688] By: jhi                                   on 2001/04/12  00:27:39
33664         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
33665              From: Gisle Aas <gisle@ActiveState.com>
33666              Date: 11 Apr 2001 11:13:24 -0700
33667              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
33668      Branch: perl
33669            ! ext/MIME/Base64/Base64.xs
33670 ____________________________________________________________________________
33671 [  9687] By: jhi                                   on 2001/04/11  19:51:47
33672         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
33673      Branch: perl
33674            ! Todo-5.6
33675 ____________________________________________________________________________
33676 [  9686] By: jhi                                   on 2001/04/11  16:54:25
33677         Log: Subject: [PATCH opcode.pl] Documentation of table format
33678              From: Simon Cozens <simon@netthink.co.uk>
33679              Date: Wed, 11 Apr 2001 12:59:31 +0100
33680              Message-ID: <20010411125931.A25681@netthink.co.uk>
33681      Branch: perl
33682            ! opcode.pl
33683 ____________________________________________________________________________
33684 [  9685] By: jhi                                   on 2001/04/11  16:53:15
33685         Log: Subject: [PATCH] prototype("CORE::recv")
33686              From: Simon Cozens <simon@netthink.co.uk>
33687              Date: Wed, 11 Apr 2001 13:24:35 +0100
33688              Message-ID: <20010411132435.A26169@netthink.co.uk>
33689      Branch: perl
33690            ! pp.c t/comp/proto.t
33691 ____________________________________________________________________________
33692 [  9684] By: jhi                                   on 2001/04/11  16:47:13
33693         Log: FAQ (and AUTHORS) update from Dan Carson: the information
33694              was several years obsolete, Term::Readkey has been updated
33695              to have the functionality.
33696      Branch: perl
33697            ! AUTHORS pod/perlfaq5.pod
33698 ____________________________________________________________________________
33699 [  9683] By: jhi                                   on 2001/04/11  12:15:46
33700         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
33701              From: Calle Dybedahl <calle@lysator.liu.se>
33702              Date: 10 Apr 2001 16:44:16 +0200
33703              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
33704      Branch: perl
33705            ! ext/MIME/Base64/Base64.xs
33706 ____________________________________________________________________________
33707 [  9682] By: jhi                                   on 2001/04/11  12:12:26
33708         Log: A more minimal fix for 20010410.006 from Hugo.
33709      Branch: perl
33710            ! regexec.c
33711 ____________________________________________________________________________
33712 [  9681] By: jhi                                   on 2001/04/11  11:34:23
33713         Log: Integrate changes #9678,9679 from maintline into mainperl.
33714              
33715              addendum to change#9676
33716              
33717              up $File::Glob::VERSION; add a note pointing out the version of
33718              the OpenBSD glob bsd_glob.c resembles
33719      Branch: perl
33720           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33721           !> ext/File/Glob/bsd_glob.h
33722 ____________________________________________________________________________
33723 [  9680] By: jhi                                   on 2001/04/11  11:30:38
33724         Log: Bad test numbering in integrate in #9677.
33725              Fixes ID 20010411.001.
33726      Branch: perl
33727            ! t/op/pat.t
33728 ____________________________________________________________________________
33729 [  9679] By: gsar                                  on 2001/04/11  03:38:40
33730         Log: up $File::Glob::VERSION; add a note pointing out the version of
33731              the OpenBSD glob bsd_glob.c resembles
33732      Branch: maint-5.6/perl
33733            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33734            ! ext/File/Glob/bsd_glob.h
33735 ____________________________________________________________________________
33736 [  9678] By: gsar                                  on 2001/04/11  03:09:48
33737         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
33738              revision 1.8.10.1 found here:
33739              
33740              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
33741      Branch: maint-5.6/perl
33742            ! ext/File/Glob/bsd_glob.c
33743 ____________________________________________________________________________
33744 [  9677] By: jhi                                   on 2001/04/11  02:54:39
33745         Log: Integrate changes #9675,9676 from maintperl into mainline.
33746              
33747              fix for bug 20010410.006, undo change#7115
33748              
33749              port the OpenBSD glob() security patch
33750      Branch: perl
33751           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
33752           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
33753           !> t/op/pat.t
33754 ____________________________________________________________________________
33755 [  9676] By: gsar                                  on 2001/04/11  02:19:02
33756         Log: port the glob() security patch found at:
33757              
33758              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
33759              
33760              CERT advisory for the issue is here:
33761              
33762              http://www.cert.org/advisories/CA-2001-07.html
33763              
33764              Note that the security scare is only relevant for those who are
33765              foolish enough to build suidperl (which is now officially discouraged)
33766      Branch: maint-5.6/perl
33767            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
33768            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
33769 ____________________________________________________________________________
33770 [  9675] By: gsar                                  on 2001/04/10  23:52:11
33771         Log: fix for bug 20010410.006
33772              
33773              undo change#7115 (came into maint-5.6 as change#8156)
33774              
33775              add tests to keep it from coming back
33776      Branch: maint-5.6/perl
33777            ! regexec.c t/op/pat.t
33778 ____________________________________________________________________________
33779 [  9674] By: nick                                  on 2001/04/10  20:39:31
33780         Log: Integrate mainline
33781      Branch: perlio
33782           +> Porting/testall.atom
33783           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
33784           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
33785           !> t/lib/lc-uk.t t/pod/find.t
33786 ____________________________________________________________________________
33787 [  9673] By: nick                                  on 2001/04/10  18:46:14
33788         Log: Integrate against change 9670 aka perl-5.7.1
33789      Branch: perlio
33790           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
33791           !> (integrate 53 files)
33792 ____________________________________________________________________________
33793 [  9672] By: jhi                                   on 2001/04/10  13:45:01
33794         Log: Add a script for doing cumulative profile of the test suite.
33795              (Requires ATOM, that is, Tru64.)
33796      Branch: perl
33797            + Porting/testall.atom
33798            ! MANIFEST
33799 ____________________________________________________________________________
33800 [  9671] By: jhi                                   on 2001/04/10  12:38:53
33801         Log: Missing std block.
33802      Branch: perl
33803            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
33804            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
33805            ! t/pod/find.t
33806 ____________________________________________________________________________
33807 [  9670] By: jhi                                   on 2001/04/10  01:25:58
33808         Log: This is 5.7.1.
33809      Branch: perl
33810            ! patchlevel.h
33811 ____________________________________________________________________________
33812 [  9669] By: jhi                                   on 2001/04/10  01:09:14
33813         Log: Update Changes.
33814      Branch: perl
33815            ! Changes patchlevel.h
33816 ____________________________________________________________________________
33817 [  9668] By: jhi                                   on 2001/04/10  01:00:38
33818         Log: Regen toc.
33819      Branch: perl
33820            ! pod/perltoc.pod
33821 ____________________________________________________________________________
33822 [  9667] By: jhi                                   on 2001/04/10  00:52:16
33823         Log: Update perlhist.
33824      Branch: perl
33825            ! pod/perlhist.pod
33826 ____________________________________________________________________________
33827 [  9666] By: jhi                                   on 2001/04/09  23:38:59
33828         Log: Slight wording tweaks from Damian to #9658.
33829      Branch: perl
33830            ! pod/perlobj.pod
33831 ____________________________________________________________________________
33832 [  9665] By: jhi                                   on 2001/04/09  19:56:06
33833         Log: Subject: [PATCH perlutil.pod] Nit
33834              From: Simon Cozens <simon@netthink.co.uk>
33835              Date: Mon, 9 Apr 2001 20:29:44 +0100
33836              Message-ID: <20010409202944.A14796@the.earth.li>
33837      Branch: perl
33838            ! pod/perlutil.pod
33839 ____________________________________________________________________________
33840 [  9664] By: jhi                                   on 2001/04/09  19:54:42
33841         Log: Subject: Re: perl571delta.pod@9631
33842              From: Mike Guy <mjtg@cam.ac.uk>
33843              Date: Mon, 09 Apr 2001 18:09:14 +0100
33844              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
33845      Branch: perl
33846            ! pod/perl571delta.pod
33847 ____________________________________________________________________________
33848 [  9663] By: jhi                                   on 2001/04/09  13:43:35
33849         Log: Update Changes.
33850      Branch: perl
33851            ! Changes patchlevel.h
33852 ____________________________________________________________________________
33853 [  9662] By: jhi                                   on 2001/04/09  13:24:46
33854         Log: tweak tweak.
33855      Branch: perl
33856            ! AUTHORS pod/perl571delta.pod
33857 ____________________________________________________________________________
33858 [  9661] By: jhi                                   on 2001/04/09  13:15:13
33859         Log: Thinko in manual patch applying.
33860      Branch: perl
33861            ! sv.c
33862 ____________________________________________________________________________
33863 [  9660] By: jhi                                   on 2001/04/09  13:07:53
33864         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
33865              From: Robin Barker <rmb1@cise.npl.co.uk> 
33866              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
33867              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
33868              
33869              (This corrects the case where the "isn't numeric" string contains \0s
33870              and is longer than the temporary buffer, and contains \0 at the point
33871              the string would be truncated by "...".) 
33872      Branch: perl
33873            ! sv.c
33874 ____________________________________________________________________________
33875 [  9659] By: jhi                                   on 2001/04/09  12:57:41
33876         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
33877      Branch: perl
33878            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
33879            ! t/lib/cgi-function.t t/lib/cgi-html.t
33880 ____________________________________________________________________________
33881 [  9658] By: jhi                                   on 2001/04/09  12:48:47
33882         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
33883              From: Ilmari Karonen <iltzu@sci.fi>
33884              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
33885              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
33886              
33887              Rearrange and rewrite the Method Invocation section
33888              to explain the concepts in nicer order.
33889      Branch: perl
33890            ! pod/perlobj.pod
33891 ____________________________________________________________________________
33892 [  9657] By: jhi                                   on 2001/04/09  12:35:58
33893         Log: Upgrade to podlators 1.09, from Russ Allbery.
33894      Branch: perl
33895            ! lib/Pod/Man.pm lib/Pod/Text.pm
33896 ____________________________________________________________________________
33897 [  9656] By: jhi                                   on 2001/04/09  12:31:53
33898         Log: perl571delta.
33899      Branch: perl
33900            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
33901 ____________________________________________________________________________
33902 [  9655] By: jhi                                   on 2001/04/09  12:20:09
33903         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
33904              From: Prymmer/Kahn <pvhp@best.com>
33905              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
33906              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
33907      Branch: perl
33908            ! lib/utf8.pm pod/perlunicode.pod
33909 ____________________________________________________________________________
33910 [  9654] By: gsar                                  on 2001/04/09  03:38:33
33911         Log: here lies 5.6.1
33912      Branch: maint-5.6/perl
33913            ! Changes
33914 ____________________________________________________________________________
33915 [  9653] By: jhi                                   on 2001/04/09  03:25:24
33916         Log: Update perlhist.
33917      Branch: perl
33918            ! pod/perlhist.pod
33919 ____________________________________________________________________________
33920 [  9652] By: jhi                                   on 2001/04/09  03:18:49
33921         Log: perl571delta tweaking continues.
33922      Branch: perl
33923            ! pod/perl571delta.pod
33924 ____________________________________________________________________________
33925 [  9651] By: gsar                                  on 2001/04/09  03:11:19
33926         Log: update Changes, patchlevel.h &c.
33927      Branch: maint-5.6/perl
33928            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
33929            ! pod/perltoc.pod
33930 ____________________________________________________________________________
33931 [  9650] By: jhi                                   on 2001/04/09  02:40:24
33932         Log: Integrate the perlfork half of #9513 from maintperl into mainline
33933              (the perlunicode half is obsolete)
33934      Branch: perl
33935            ! pod/perlfork.pod
33936 ____________________________________________________________________________
33937 [  9649] By: gsar                                  on 2001/04/09  02:35:43
33938         Log: tweak perldelta as suggested by Jarkko
33939      Branch: maint-5.6/perl
33940            ! pod/perldelta.pod
33941 ____________________________________________________________________________
33942 [  9648] By: jhi                                   on 2001/04/09  02:13:04
33943         Log: Integrate change #9646 from maintperl into mainline.
33944              
33945              add note about ithreads and Thread.pm
33946      Branch: perl
33947           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
33948 ____________________________________________________________________________
33949 [  9647] By: jhi                                   on 2001/04/09  02:10:18
33950         Log: Bad assumption that shortsize == 2.
33951      Branch: perl
33952            ! t/lib/xs-typemap.t
33953 ____________________________________________________________________________
33954 [  9646] By: gsar                                  on 2001/04/09  00:48:04
33955         Log: add note about ithreads and Thread.pm (too many people are
33956              confused by the fact that Thread.pm is built and installed
33957              under non-5005threads but doesn't work)
33958      Branch: maint-5.6/perl
33959            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
33960 ____________________________________________________________________________
33961 [  9645] By: gsar                                  on 2001/04/09  00:19:03
33962         Log: update perldelta.pod for changes in 5.6.1
33963      Branch: maint-5.6/perl
33964            ! Changes pod/perldelta.pod
33965 ____________________________________________________________________________
33966 [  9644] By: jhi                                   on 2001/04/08  20:37:00
33967         Log: Integrate change #9639 from maintperl into mainline:
33968              on windows, many of the README.* pods were being copied to
33969              the wrong location
33970      Branch: perl
33971           !> win32/Makefile win32/makefile.mk
33972 ____________________________________________________________________________
33973 [  9643] By: jhi                                   on 2001/04/08  20:07:11
33974         Log: Integrate change #9624 from maintperl into mainline:
33975              the pod tests were not okay.  (t/pod/find.t changes ignored)
33976      Branch: perl
33977           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
33978           !> t/pod/include.t t/pod/included.t t/pod/lref.t
33979           !> t/pod/multiline_items.t t/pod/nested_items.t
33980           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
33981           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
33982 ____________________________________________________________________________
33983 [  9642] By: jhi                                   on 2001/04/08  19:57:17
33984         Log: Integrate change #9638 from maintperl into mainline:
33985              update to latest JPL from the anoncvs repository
33986      Branch: perl
33987           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
33988           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
33989           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
33990 ____________________________________________________________________________
33991 [  9641] By: jhi                                   on 2001/04/08  19:53:30
33992         Log: perl571delta updates.
33993      Branch: perl
33994            ! lib/Filter/Simple.pm pod/perl571delta.pod
33995 ____________________________________________________________________________
33996 [  9640] By: gsar                                  on 2001/04/08  19:20:46
33997         Log: integrate change#9634 from mainline
33998              
33999              Fix the perlmodlib generation (didn't understand separate .pod
34000              files; didn't understand -- as the name-thing separator).
34001              Update the CPAN mirrors list.
34002      Branch: maint-5.6/perl
34003            ! pod/perlmodlib.pod
34004           !> pod/perlmodlib.PL
34005 ____________________________________________________________________________
34006 [  9639] By: gsar                                  on 2001/04/08  18:57:31
34007         Log: on windows, many of the README.* pods were being copied to the wrong
34008              location
34009      Branch: maint-5.6/perl
34010            ! win32/Makefile win32/makefile.mk
34011 ____________________________________________________________________________
34012 [  9638] By: gsar                                  on 2001/04/08  18:38:25
34013         Log: update to latest JPL from the anoncvs repository
34014      Branch: maint-5.6/perl
34015            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
34016            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
34017            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
34018 ____________________________________________________________________________
34019 [  9637] By: jhi                                   on 2001/04/08  17:53:53
34020         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
34021      Branch: perl
34022            ! pod/perl571delta.pod
34023 ____________________________________________________________________________
34024 [  9636] By: jhi                                   on 2001/04/08  17:18:32
34025         Log: Regen toc.
34026      Branch: perl
34027            ! pod/perltoc.pod
34028 ____________________________________________________________________________
34029 [  9635] By: jhi                                   on 2001/04/08  17:16:33
34030         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
34031              From: "Craig A. Berry" <craigberry@mac.com>
34032              Date: Sun, 08 Apr 2001 12:30:16 -0500
34033              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
34034      Branch: perl
34035            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
34036 ____________________________________________________________________________
34037 [  9634] By: jhi                                   on 2001/04/08  17:09:19
34038         Log: Fix the perlmodlib generation (didn't understand separate .pod
34039              files; didn't understand -- as the name-thing separator).
34040              
34041              Update the CPAN mirrors list.
34042      Branch: perl
34043            ! pod/perlmodlib.PL pod/perlmodlib.pod
34044 ____________________________________________________________________________
34045 [  9633] By: jhi                                   on 2001/04/08  16:49:17
34046         Log: Sort MANIFEST.
34047      Branch: perl
34048            ! MANIFEST
34049 ____________________________________________________________________________
34050 [  9632] By: gsar                                  on 2001/04/08  16:36:06
34051         Log: add $Tie::RefHash::VERSION
34052      Branch: maint-5.6/perl
34053            ! lib/Tie/RefHash.pm
34054 ____________________________________________________________________________
34055 [  9631] By: jhi                                   on 2001/04/08  16:10:15
34056         Log: perl571delta updates based on p5p feedback; still needs
34057              lots of examples.
34058      Branch: perl
34059            ! pod/perl571delta.pod
34060 ____________________________________________________________________________
34061 [  9630] By: jhi                                   on 2001/04/08  15:59:13
34062         Log: Update the list of supported platforms to talk about 5.7.1
34063              (and 5.6.1)
34064      Branch: perl
34065            ! pod/perlport.pod
34066 ____________________________________________________________________________
34067 [  9629] By: jhi                                   on 2001/04/08  15:55:41
34068         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
34069              from maintperl into mainline: perlport updates.
34070      Branch: perl
34071            ! pod/perlport.pod
34072 ____________________________________________________________________________
34073 [  9628] By: jhi                                   on 2001/04/08  15:53:17
34074         Log: perlsolaris.pod copied to wrong directory.
34075      Branch: perl
34076            ! win32/makefile.mk
34077 ____________________________________________________________________________
34078 [  9627] By: jhi                                   on 2001/04/08  14:48:18
34079         Log: Subject: Typos in perl571delta.pod
34080              From: "Stephen P. Potter" <spp@spotter.yi.org>
34081              Date: Sat, 07 Apr 2001 20:37:05 -0400
34082              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
34083      Branch: perl
34084            ! pod/perl571delta.pod
34085 ____________________________________________________________________________
34086 [  9626] By: jhi                                   on 2001/04/08  14:39:04
34087         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
34088      Branch: perl
34089            ! gv.c
34090 ____________________________________________________________________________
34091 [  9625] By: nick                                  on 2001/04/08  10:14:23
34092         Log: Integrate mainline
34093      Branch: perlio
34094           +> pod/perl570delta.pod pod/perl571delta.pod
34095           !> (integrate 27 files)
34096 ____________________________________________________________________________
34097 [  9624] By: gsar                                  on 2001/04/08  06:08:17
34098         Log: test in t/pod/* were busted
34099              
34100              these tests are still not enabled in t/{harness,TEST}
34101      Branch: maint-5.6/perl
34102            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
34103            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
34104            ! t/pod/multiline_items.t t/pod/nested_items.t
34105            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
34106            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
34107 ____________________________________________________________________________
34108 [  9623] By: gsar                                  on 2001/04/08  03:37:01
34109         Log: integrate change#9470 from mainline
34110              
34111              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
34112      Branch: maint-5.6/perl
34113           !> ext/Socket/Socket.xs
34114 ____________________________________________________________________________
34115 [  9622] By: jhi                                   on 2001/04/07  22:40:47
34116         Log: Update Changes.
34117      Branch: perl
34118            ! Changes patchlevel.h
34119 ____________________________________________________________________________
34120 [  9621] By: jhi                                   on 2001/04/07  22:34:16
34121         Log: Update AUTHORS.
34122      Branch: perl
34123            ! AUTHORS
34124 ____________________________________________________________________________
34125 [  9620] By: jhi                                   on 2001/04/07  22:12:47
34126         Log: Forgot to bump the number of tests in #9164.
34127      Branch: perl
34128            ! t/op/array.t
34129 ____________________________________________________________________________
34130 [  9619] By: jhi                                   on 2001/04/07  22:09:50
34131         Log: Bump patchlevel to 5.7.1.
34132      Branch: perl
34133            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34134            ! config_h.SH patchlevel.h
34135 ____________________________________________________________________________
34136 [  9618] By: jhi                                   on 2001/04/07  22:02:41
34137         Log: Populate perl571delta.
34138      Branch: perl
34139            ! pod/perl571delta.pod
34140 ____________________________________________________________________________
34141 [  9617] By: jhi                                   on 2001/04/07  22:01:23
34142         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
34143              to forget it later; do not change patchlevel.h yet or regenerate
34144              Configure yet.
34145      Branch: perl
34146            ! epoc/config.sh win32/Makefile win32/config_H.bc
34147            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
34148 ____________________________________________________________________________
34149 [  9616] By: jhi                                   on 2001/04/07  17:46:33
34150         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
34151      Branch: perl
34152            ! pod/perl571delta.pod
34153 ____________________________________________________________________________
34154 [  9615] By: jhi                                   on 2001/04/07  17:33:21
34155         Log: Change the toc configuration.
34156      Branch: perl
34157            ! pod/buildtoc.PL pod/perl.pod
34158 ____________________________________________________________________________
34159 [  9614] By: jhi                                   on 2001/04/07  17:29:47
34160         Log: Subject: PATCH: $[
34161              From: Robin Houston <robin@kitsite.com>
34162              Date: Fri, 6 Apr 2001 18:10:14 +0100
34163              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
34164      Branch: perl
34165            ! op.c t/op/array.t
34166 ____________________________________________________________________________
34167 [  9613] By: jhi                                   on 2001/04/07  17:28:26
34168         Log: Subject: [PATCH perl@9424] isn't numeric warning
34169              From: Robin Barker <rmb1@cise.npl.co.uk>
34170              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
34171              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
34172      Branch: perl
34173            ! sv.c t/pragma/warn/sv
34174 ____________________________________________________________________________
34175 [  9612] By: jhi                                   on 2001/04/07  17:26:45
34176         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
34177              From: Mike Guy <mjtg@cam.ac.uk>
34178              Date: Fri, 06 Apr 2001 12:47:06 +0100
34179              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
34180      Branch: perl
34181            ! dump.c t/lib/peek.t
34182 ____________________________________________________________________________
34183 [  9611] By: jhi                                   on 2001/04/07  17:21:35
34184         Log: Create perl571delta and seed it off with the perldelta changes
34185              since 5.7.0; remove those changes from perldelta and rename it
34186              as perl570delta; recreate perldelta but leave it almost empty.
34187      Branch: perl
34188            + pod/perl570delta.pod pod/perl571delta.pod
34189            ! MANIFEST pod/perldelta.pod
34190 ____________________________________________________________________________
34191 [  9610] By: jhi                                   on 2001/04/07  16:56:32
34192         Log: Denit.
34193      Branch: perl
34194            ! pod/perldelta.pod
34195 ____________________________________________________________________________
34196 [  9609] By: jhi                                   on 2001/04/07  16:38:32
34197         Log: Retract #9523: needs more thought.
34198      Branch: perl
34199            ! Makefile.SH
34200 ____________________________________________________________________________
34201 [  9608] By: jhi                                   on 2001/04/07  14:59:20
34202         Log: atmark() code cleanaup.
34203      Branch: perl
34204            ! ext/IO/IO.xs
34205 ____________________________________________________________________________
34206 [  9607] By: jhi                                   on 2001/04/07  14:48:14
34207         Log: Integrate change #9605 from maintperl into mainline.
34208              
34209              can't optimize away scope entry if tr/// is present
34210      Branch: perl
34211           !> op.c t/op/tr.t
34212 ____________________________________________________________________________
34213 [  9606] By: jhi                                   on 2001/04/07  14:43:59
34214         Log: Integrate perlio.
34215      Branch: perl
34216           +> win32/FindExt.pm
34217           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
34218           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
34219 ____________________________________________________________________________
34220 [  9605] By: gsar                                  on 2001/04/07  11:52:40
34221         Log: can't optimize away scope entry if tr/// is present
34222      Branch: maint-5.6/perl
34223            ! op.c t/op/tr.t
34224 ____________________________________________________________________________
34225 [  9604] By: nick                                  on 2001/04/07  11:39:45
34226         Log: Split out extension finding code from buildext.pl into FindExt.pm
34227              Use it to get Config.pm's idea of available extensions in line
34228              with what is built.
34229      Branch: perlio
34230            + win32/FindExt.pm
34231            ! MANIFEST win32/buildext.pl win32/config_sh.PL
34232            ! win32/makefile.mk
34233 ____________________________________________________________________________
34234 [  9603] By: nick                                  on 2001/04/07  09:11:38
34235         Log: Cleanup correction for failed :Via() layer, also set an error code.
34236      Branch: perlio
34237            ! ext/PerlIO/Via/Via.xs
34238 ____________________________________________________________________________
34239 [  9602] By: nick                                  on 2001/04/07  08:38:04
34240         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
34241              style. So don't use binmode() on the handles so that Win32 etc. see
34242              same sequence and produce same digests.
34243      Branch: perlio
34244            ! t/lib/md5-file.t
34245 ____________________________________________________________________________
34246 [  9601] By: nick                                  on 2001/04/07  08:36:26
34247         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
34248              Else it complains and so crlf layer (say) does not get pushed.
34249      Branch: perlio
34250            ! perlio.c
34251 ____________________________________________________________________________
34252 [  9600] By: jhi                                   on 2001/04/06  23:00:09
34253         Log: Integrate change #9599 from perlio into mainline.
34254      Branch: perl
34255           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
34256           !> win32/config_H.vc
34257 ____________________________________________________________________________
34258 [  9599] By: nick                                  on 2001/04/06  21:42:43
34259         Log: Quote $VERSION in Encode.pm.
34260              regen_config_h as requested.
34261      Branch: perlio
34262            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
34263            ! win32/config_H.vc
34264 ____________________________________________________________________________
34265 [  9598] By: nick                                  on 2001/04/06  20:34:59
34266         Log: Integrate mainline
34267      Branch: perlio
34268           +> README.macos
34269           !> (integrate 39 files)
34270 ____________________________________________________________________________
34271 [  9597] By: gsar                                  on 2001/04/06  18:06:35
34272         Log: integrate change#9464 from mainline (addendum to change#8313)
34273              
34274              Subject: [PATCH @9452] Better peep()ing for foreach() loops
34275      Branch: maint-5.6/perl
34276           !> op.c
34277 ____________________________________________________________________________
34278 [  9596] By: jhi                                   on 2001/04/06  17:26:03
34279         Log: The d_casti32=undef is good for you even when not use64bitall.
34280      Branch: perl
34281            ! hints/hpux.sh
34282 ____________________________________________________________________________
34283 [  9595] By: gsar                                  on 2001/04/06  14:57:17
34284         Log: add a low-impact fix to accomodate darwin-ism
34285      Branch: maint-5.6/perl
34286            ! ext/Errno/Errno_pm.PL
34287 ____________________________________________________________________________
34288 [  9594] By: jhi                                   on 2001/04/06  14:55:14
34289         Log: Integrate changes #9528,9593 from mainline into maintperl;
34290              tweaking the editor/IDE/shell list.
34291      Branch: maint-5.6/perl
34292           !> pod/perlfaq3.pod
34293 ____________________________________________________________________________
34294 [  9593] By: jhi                                   on 2001/04/06  14:51:39
34295         Log: Make the editor/IDE/shell list a little bit airier.
34296      Branch: perl
34297            ! pod/perlfaq3.pod
34298 ____________________________________________________________________________
34299 [  9592] By: gsar                                  on 2001/04/06  14:45:18
34300         Log: integrate change#9477 from mainline (base.pm doc tweak)
34301              
34302              missing doc entry for fmod()
34303      Branch: maint-5.6/perl
34304            ! lib/Math/BigFloat.pm
34305           !> lib/base.pm
34306 ____________________________________________________________________________
34307 [  9591] By: jhi                                   on 2001/04/06  13:55:48
34308         Log: Regen toc.
34309      Branch: perl
34310            ! pod/perltoc.pod
34311 ____________________________________________________________________________
34312 [  9590] By: jhi                                   on 2001/04/06  13:54:52
34313         Log: Math::BigFloat patches from John Peacock.  The equivalent
34314              of #9586 from maintperl but reworked by John to work with
34315              the bleadperl.
34316      Branch: perl
34317            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
34318 ____________________________________________________________________________
34319 [  9589] By: jhi                                   on 2001/04/06  13:42:23
34320         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
34321      Branch: perl
34322            ! ext/Digest/MD5/Makefile.PL
34323 ____________________________________________________________________________
34324 [  9588] By: jhi                                   on 2001/04/06  13:31:45
34325         Log: Integrate changes #9584,9587 from maintperl into mainline.
34326              
34327              keep eval"" CVs alive until the end of the statement in which
34328              they're called
34329              
34330              add README.macos (from Chris Nandor)
34331              
34332              tyop in change#9555
34333      Branch: perl
34334           +> README.macos
34335           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
34336           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
34337           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
34338           !> win32/makefile.mk
34339 ____________________________________________________________________________
34340 [  9587] By: gsar                                  on 2001/04/06  07:31:30
34341         Log: add README.macos (from Chris Nandor)
34342              
34343              tyop in change#9555
34344      Branch: maint-5.6/perl
34345            + README.macos
34346            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
34347            ! win32/Makefile win32/makefile.mk
34348 ____________________________________________________________________________
34349 [  9586] By: gsar                                  on 2001/04/06  07:08:54
34350         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
34351      Branch: maint-5.6/perl
34352            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
34353 ____________________________________________________________________________
34354 [  9585] By: gsar                                  on 2001/04/06  06:58:44
34355         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
34356              from mainline
34357              
34358              Subject: [PATCH] Base64 update to perlfaq9.pod
34359              
34360              Subject: [PATCH AUTHORS] Housekeeping
34361              
34362              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
34363              Mac OS X (Darwin) has extra pwent fields.
34364              
34365              Subject: [PATCH B::*] print control-character vars readably
34366              Needs EBCDICification.
34367              
34368              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
34369              
34370              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
34371              
34372              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
34373              
34374              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
34375              
34376              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
34377              
34378              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
34379              
34380              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
34381              
34382              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
34383              
34384              FreeBSD hints tweak from Anton Berezin.
34385              
34386              Subject: [PATCH foolperl & bleadperl] README.vms update
34387              
34388              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
34389      Branch: maint-5.6/perl
34390           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
34391           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
34392           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
34393 ____________________________________________________________________________
34394 [  9584] By: gsar                                  on 2001/04/06  04:09:00
34395         Log: keep eval"" CVs alive until the end of the statement in which
34396              they're called; this avoids a coredump ensuing from search for
34397              lexicals in code such as:
34398              
34399              sub bug {
34400              my $s = @_;
34401              eval q[sub { eval 'sub { &$s }' }];
34402              }
34403              bug("x")->()->();
34404              
34405              this code still doesn't work as intended (as it has remained
34406              since time immemorial), but it doesn't provoke a coredump anymore
34407      Branch: maint-5.6/perl
34408            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
34409            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
34410 ____________________________________________________________________________
34411 [  9583] By: jhi                                   on 2001/04/05  23:52:51
34412         Log: Update Changes.
34413      Branch: perl
34414            ! Changes patchlevel.h
34415 ____________________________________________________________________________
34416 [  9582] By: jhi                                   on 2001/04/05  23:11:23
34417         Log: Slight doc tweak.
34418      Branch: perl
34419            ! pod/perlunicode.pod
34420 ____________________________________________________________________________
34421 [  9581] By: jhi                                   on 2001/04/05  23:04:11
34422         Log: Integrate perlio.
34423      Branch: perl
34424           !> pod/perlunicode.pod
34425 ____________________________________________________________________________
34426 [  9580] By: jhi                                   on 2001/04/05  23:03:29
34427         Log: Test for #9579.
34428      Branch: perl
34429            ! t/op/do.t
34430 ____________________________________________________________________________
34431 [  9579] By: jhi                                   on 2001/04/05  22:54:17
34432         Log: Subject: [PATCH] Propagate calling context for do '...'
34433              From: Gisle Aas <gisle@ActiveState.com>
34434              Date: 04 Apr 2001 20:17:29 -0700
34435              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
34436      Branch: perl
34437            ! pod/perlfunc.pod pp_ctl.c
34438 ____________________________________________________________________________
34439 [  9578] By: jhi                                   on 2001/04/05  22:52:51
34440         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
34441              From: Peter Prymmer <pvhp@forte.com>
34442              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
34443              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
34444      Branch: perl
34445            ! README.vms
34446 ____________________________________________________________________________
34447 [  9577] By: jhi                                   on 2001/04/05  22:48:22
34448         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
34449              From: "Craig A. Berry" <craigberry@mac.com>
34450              Date: Thu, 5 Apr 2001 13:43:28 -0500
34451              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
34452      Branch: perl
34453            ! README.vms
34454 ____________________________________________________________________________
34455 [  9576] By: jhi                                   on 2001/04/05  22:31:38
34456         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
34457              From: Michael G Schwern <schwern@pobox.com>
34458              Date: Thu, 5 Apr 2001 21:53:21 +0100
34459              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
34460      Branch: perl
34461            ! lib/base.pm t/lib/fields.t
34462 ____________________________________________________________________________
34463 [  9575] By: jhi                                   on 2001/04/05  22:26:10
34464         Log: FreeBSD hints tweak from Anton Berezin.
34465      Branch: perl
34466            ! hints/freebsd.sh
34467 ____________________________________________________________________________
34468 [  9574] By: jhi                                   on 2001/04/05  22:24:03
34469         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
34470              From: David Dyck <dcd@tc.fluke.com>
34471              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
34472              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
34473      Branch: perl
34474            ! t/op/oct.t
34475 ____________________________________________________________________________
34476 [  9573] By: jhi                                   on 2001/04/05  22:23:06
34477         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
34478              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
34479              From: David Dyck <dcd@tc.fluke.com>
34480              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
34481      Branch: perl
34482            ! pp.c
34483 ____________________________________________________________________________
34484 [  9572] By: jhi                                   on 2001/04/05  22:14:47
34485         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
34486              From: Robin Houston <robin@kitsite.com>
34487              Date: Thu, 5 Apr 2001 20:56:48 +0100
34488              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
34489      Branch: perl
34490            ! ext/B/B/Deparse.pm
34491 ____________________________________________________________________________
34492 [  9571] By: jhi                                   on 2001/04/05  22:12:53
34493         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
34494              From: Robin Houston <robin@kitsite.com>
34495              Date: Thu, 5 Apr 2001 19:55:51 +0100
34496              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
34497      Branch: perl
34498            ! ext/B/B/Deparse.pm
34499 ____________________________________________________________________________
34500 [  9570] By: jhi                                   on 2001/04/05  22:11:06
34501         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
34502              From: Robin Houston <robin@kitsite.com>
34503              Date: Thu, 5 Apr 2001 20:16:29 +0100
34504              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
34505      Branch: perl
34506            ! ext/B/B/Deparse.pm
34507 ____________________________________________________________________________
34508 [  9569] By: nick                                  on 2001/04/05  21:32:26
34509         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
34510      Branch: perlio
34511            ! pod/perlunicode.pod
34512 ____________________________________________________________________________
34513 [  9568] By: nick                                  on 2001/04/05  19:38:09
34514         Log: Integrate mainline
34515      Branch: perlio
34516           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
34517           !> (integrate 35 files)
34518 ____________________________________________________________________________
34519 [  9567] By: jhi                                   on 2001/04/05  18:31:45
34520         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
34521              From: Robin Houston <robin@kitsite.com>
34522              Date: Thu, 5 Apr 2001 18:03:23 +0100
34523              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
34524      Branch: perl
34525            ! ext/B/B/Deparse.pm
34526 ____________________________________________________________________________
34527 [  9566] By: jhi                                   on 2001/04/05  18:29:35
34528         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
34529              From: Robin Houston <robin@kitsite.com>
34530              Date: Thu, 5 Apr 2001 16:45:18 +0100
34531              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
34532      Branch: perl
34533            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
34534 ____________________________________________________________________________
34535 [  9565] By: jhi                                   on 2001/04/05  18:24:23
34536         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
34537              From: Robin Houston <robin@kitsite.com>
34538              Date: Thu, 5 Apr 2001 14:50:09 +0100
34539              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
34540      Branch: perl
34541            ! ext/B/B/Deparse.pm
34542 ____________________________________________________________________________
34543 [  9564] By: jhi                                   on 2001/04/05  18:23:03
34544         Log: Subject: [PATCH B::*] print control-character vars readably
34545              From: Robin Houston <robin@kitsite.com>
34546              Date: Thu, 5 Apr 2001 14:27:38 +0100
34547              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
34548              
34549              Needs EBCDICification.
34550      Branch: perl
34551            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
34552            ! ext/B/B/Terse.pm
34553 ____________________________________________________________________________
34554 [  9563] By: jhi                                   on 2001/04/05  18:20:32
34555         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
34556              Date: Thu, 5 Apr 2001 13:21:42 -0400
34557              From: Paul Schinder <schinder@pobox.com>
34558              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
34559              
34560              Mac OS X (Darwin) has extra pwent fields.
34561      Branch: perl
34562            ! t/op/pwent.t
34563 ____________________________________________________________________________
34564 [  9562] By: jhi                                   on 2001/04/05  17:57:51
34565         Log: Regen toc.
34566      Branch: perl
34567            ! pod/perltoc.pod
34568 ____________________________________________________________________________
34569 [  9561] By: jhi                                   on 2001/04/05  17:47:33
34570         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
34571      Branch: metaconfig
34572            ! U/Glossary.patch
34573      Branch: metaconfig/U/perl
34574            + d_u32align.U
34575            ! d_cmsghdr_s.U d_msghdr_s.U
34576 ____________________________________________________________________________
34577 [  9560] By: jhi                                   on 2001/04/05  17:47:01
34578         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
34579              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
34580              Introduce probes for struct msghdr, struct cmsghdr,
34581              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
34582              ualarm, usleep, for possible later extension work.
34583      Branch: perl
34584            + t/lib/md5-align.t
34585            ! Configure MANIFEST Porting/Glossary Porting/config.sh
34586            ! Porting/config_H config_h.SH configure.com epoc/config.sh
34587            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
34588            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34589            ! vos/config.ga.h win32/config.bc win32/config.gc
34590            ! win32/config.vc
34591 ____________________________________________________________________________
34592 [  9559] By: jhi                                   on 2001/04/05  13:03:04
34593         Log: Be traditional in your cpp (for the Errno extension).
34594      Branch: perl
34595            ! hints/darwin.sh
34596 ____________________________________________________________________________
34597 [  9558] By: jhi                                   on 2001/04/05  13:00:05
34598         Log: Add $Config{cppflags} to the gcc incantation.
34599      Branch: perl
34600            ! ext/Errno/Errno_pm.PL
34601 ____________________________________________________________________________
34602 [  9557] By: jhi                                   on 2001/04/05  04:22:39
34603         Log: Introduce Sean Burke's Class::ISA 0.32.
34604      Branch: perl
34605            + lib/Class/ISA.pm t/lib/class-isa.t
34606            ! MANIFEST
34607 ____________________________________________________________________________
34608 [  9556] By: jhi                                   on 2001/04/05  04:09:50
34609         Log: Subject: [PATCH AUTHORS] Housekeeping
34610              From: Paul Johnson <paul@pjcj.net> 
34611              Date: Wed, 4 Apr 2001 22:45:47 +0200
34612              Message-ID: <20010404224547.D9548@pjcj.net>
34613      Branch: perl
34614            ! AUTHORS
34615 ____________________________________________________________________________
34616 [  9555] By: jhi                                   on 2001/04/05  04:06:33
34617         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
34618              From: Gisle Aas <gisle@ActiveState.com>
34619              Date: 04 Apr 2001 14:23:04 -0700
34620              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
34621      Branch: perl
34622            ! pod/perlfaq9.pod
34623 ____________________________________________________________________________
34624 [  9554] By: jhi                                   on 2001/04/05  04:05:49
34625         Log: Downgrade also the "Wide character" diagnostic.
34626      Branch: perl
34627            ! pod/perldiag.pod
34628 ____________________________________________________________________________
34629 [  9553] By: jhi                                   on 2001/04/05  04:00:33
34630         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
34631              maintperl into mainline.
34632              
34633              "double" should be "NV"; standard typemap is missing entry
34634              for NV
34635              
34636              s/djSP/dSP/
34637              
34638              Downgrade "Wide character in print" to a warning.
34639              
34640              B::Deparse fix for ${^FOO} and documentation for PVX() method
34641              (from Robin Houston)
34642              
34643              tr/// doesn't null-terminate the result in some situations
34644              (from Gisle Aas)
34645      Branch: perl
34646           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
34647           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
34648           !> t/io/utf8.t t/op/tr.t
34649 ____________________________________________________________________________
34650 [  9552] By: jhi                                   on 2001/04/05  03:52:50
34651         Log: Retract changes #9542 and #9538 (from maintperl, integrated
34652              at #9540), shouldn't be needed because of the perlio changes.
34653      Branch: perl
34654            ! util.c
34655 ____________________________________________________________________________
34656 [  9551] By: gsar                                  on 2001/04/05  00:18:34
34657         Log: tr/// doesn't null-terminate the result in some situations
34658              (from Gisle Aas)
34659      Branch: maint-5.6/perl
34660            ! doop.c t/op/tr.t
34661 ____________________________________________________________________________
34662 [  9550] By: gsar                                  on 2001/04/04  20:04:17
34663         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
34664              (from Robin Houston)
34665      Branch: maint-5.6/perl
34666            ! ext/B/B.pm ext/B/B/Deparse.pm
34667 ____________________________________________________________________________
34668 [  9549] By: nick                                  on 2001/04/04  18:56:15
34669         Log: Downgrade "Wide character in print" to a warning.
34670      Branch: perlio
34671            ! doio.c t/io/utf8.t
34672 ____________________________________________________________________________
34673 [  9548] By: gsar                                  on 2001/04/04  18:51:49
34674         Log: integrate changes#9460,9462,9482,9521,9522
34675              
34676              Subject: PATCH: B::Debug should show LOOP-specific fields
34677              
34678              Subject: B::Deparse precedence bug. (Patch included.)
34679              
34680              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
34681              
34682              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
34683              
34684              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
34685      Branch: maint-5.6/perl
34686           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
34687           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
34688 ____________________________________________________________________________
34689 [  9547] By: gsar                                  on 2001/04/04  18:49:16
34690         Log: s/djSP/dSP/
34691      Branch: maint-5.6/perl
34692            ! ext/Thread/Thread.xs
34693 ____________________________________________________________________________
34694 [  9546] By: nick                                  on 2001/04/04  18:44:00
34695         Log: Integrate mainline.
34696      Branch: perlio
34697           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
34698           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
34699 ____________________________________________________________________________
34700 [  9545] By: gsar                                  on 2001/04/04  18:38:52
34701         Log: integrate change#8837 from mainline
34702              
34703              Subject: [patch] -Wall cleanup round 2
34704      Branch: maint-5.6/perl
34705           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
34706           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
34707           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
34708           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
34709           !> ext/SDBM_File/SDBM_File.xs
34710 ____________________________________________________________________________
34711 [  9544] By: gsar                                  on 2001/04/04  17:49:57
34712         Log: "double" should be "NV"; standard typemap is missing entry
34713              for NV
34714      Branch: maint-5.6/perl
34715            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
34716 ____________________________________________________________________________
34717 [  9543] By: jhi                                   on 2001/04/04  14:13:18
34718         Log: Thou shalt not (just) match for English error messages.
34719      Branch: perl
34720            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
34721            ! os2/OS2/Process/Process.pm
34722 ____________________________________________________________________________
34723 [  9542] By: jhi                                   on 2001/04/04  13:20:39
34724         Log: Make the stdio tricks of fflush_all() to exist only if
34725              stdio is being used.
34726      Branch: perl
34727            ! util.c
34728 ____________________________________________________________________________
34729 [  9541] By: jhi                                   on 2001/04/04  04:20:24
34730         Log: Subject: Re: [PATCH] Lighten up glob
34731              From: Benjamin Sugars <bsugars@canoe.ca>
34732              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
34733              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
34734      Branch: perl
34735            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
34736            ! util.c
34737 ____________________________________________________________________________
34738 [  9540] By: jhi                                   on 2001/04/04  04:03:57
34739         Log: Integrate changes #9538,9539 from maintperl into mainline.
34740              
34741              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
34742              for use with _fwalk() (fix for change#7705)
34743              
34744              another tweak needed for SunOS 4.1.x build (from Mike Guy)
34745              (cp -f is not portable)
34746      Branch: perl
34747           !> Makefile.SH util.c
34748 ____________________________________________________________________________
34749 [  9539] By: gsar                                  on 2001/04/04  03:01:14
34750         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
34751      Branch: maint-5.6/perl
34752            ! Makefile.SH
34753 ____________________________________________________________________________
34754 [  9538] By: gsar                                  on 2001/04/04  01:00:38
34755         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
34756              for use with _fwalk() (fix for change#7705)
34757      Branch: maint-5.6/perl
34758            ! util.c
34759 ____________________________________________________________________________
34760 [  9537] By: nick                                  on 2001/04/03  19:24:55
34761         Log: Integrate mainline
34762      Branch: perlio
34763           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
34764           +> lib/unicode/PropList.html
34765            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
34766           !> (integrate 69 files)
34767 ____________________________________________________________________________
34768 [  9536] By: jhi                                   on 2001/04/03  18:02:31
34769         Log: Integrate change #9533 from maintperl into mainline.
34770              
34771              better fix for change#9517 to accomodate UNC paths like
34772              \\server\share\foo, and paths with trailing backslash
34773              like c:\this\
34774      Branch: perl
34775           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
34776 ____________________________________________________________________________
34777 [  9535] By: jhi                                   on 2001/04/03  17:58:07
34778         Log: Change the push/unshift warning to be of class syntax, not misc.
34779      Branch: perl
34780            ! op.c pod/perldiag.pod t/pragma/warn/op
34781 ____________________________________________________________________________
34782 [  9534] By: jhi                                   on 2001/04/03  15:03:46
34783         Log: Change the push/unshift warning (#9532) to talk about "no values"
34784              instead of "no arguments".
34785      Branch: perl
34786            ! op.c pod/perldiag.pod t/pragma/warn/op
34787 ____________________________________________________________________________
34788 [  9533] By: gsar                                  on 2001/04/03  14:30:07
34789         Log: better fix for change#9517 to accomodate UNC paths like
34790              \\server\share\foo, and paths with trailing backslash
34791              like c:\this\
34792      Branch: maint-5.6/perl
34793            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
34794 ____________________________________________________________________________
34795 [  9532] By: jhi                                   on 2001/04/03  13:11:46
34796         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
34797              From: Robin Houston <robin@kitsite.com>
34798              Date: Mon, 2 Apr 2001 15:03:29 +0100
34799              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
34800      Branch: perl
34801            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
34802 ____________________________________________________________________________
34803 [  9531] By: jhi                                   on 2001/04/03  13:06:34
34804         Log: Integrate change #9530 from maintperl into mainline.
34805              
34806              accomodate VMS "mailbox overflow" quirk in testsuite (from
34807              Craig Berry)
34808      Branch: perl
34809           !> t/lib/socket.t
34810 ____________________________________________________________________________
34811 [  9530] By: gsar                                  on 2001/04/03  04:56:41
34812         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
34813              Craig Berry)
34814      Branch: maint-5.6/perl
34815            ! t/lib/socket.t
34816 ____________________________________________________________________________
34817 [  9529] By: jhi                                   on 2001/04/03  02:34:34
34818         Log: Update Changes.
34819      Branch: perl
34820            ! Changes patchlevel.h
34821 ____________________________________________________________________________
34822 [  9528] By: jhi                                   on 2001/04/03  01:27:57
34823         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
34824              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
34825              To: perl5-porters@perl.org
34826              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
34827      Branch: perl
34828            ! pod/perlfaq3.pod
34829 ____________________________________________________________________________
34830 [  9527] By: jhi                                   on 2001/04/03  01:22:09
34831         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
34832              From: Peter Prymmer <pvhp@forte.com>
34833              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
34834              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
34835      Branch: perl
34836            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
34837 ____________________________________________________________________________
34838 [  9526] By: jhi                                   on 2001/04/03  01:18:25
34839         Log: The metaconfig unit changes for #9525.
34840      Branch: metaconfig
34841            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
34842      Branch: metaconfig/U/perl
34843            ! use64bits.U
34844 ____________________________________________________________________________
34845 [  9525] By: jhi                                   on 2001/04/03  01:17:30
34846         Log: Configure sanity checks:
34847              * if use64bitall is attempted but pointers are only 32-bit,
34848              'downgrade' to use64bitint
34849              * if use64bitint is attempted but there's no quad type,
34850              forget about use64bitint (well, the default for it is 'n',
34851              the user can still override this)
34852              * if pointers are 64 bits, do not try to use Perl's malloc
34853      Branch: perl
34854            ! Configure
34855 ____________________________________________________________________________
34856 [  9524] By: gsar                                  on 2001/04/03  01:09:12
34857         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
34858      Branch: maint-5.6/perl
34859            ! pp_sys.c
34860 ____________________________________________________________________________
34861 [  9523] By: jhi                                   on 2001/04/03  00:02:31
34862         Log: (Retracted by #9609)
34863              
34864              Make it harder for parallel makes to enter 'test' before
34865              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
34866              should be unhappy enough, but sometimes parallel makes seem
34867              to sneak past both in Tru64 and AIX.)
34868      Branch: perl
34869            ! Makefile.SH
34870 ____________________________________________________________________________
34871 [  9522] By: jhi                                   on 2001/04/02  22:35:31
34872         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
34873              Date: Mon, 2 Apr 2001 22:54:10 +0100
34874              From: Robin Houston <robin@kitsite.com>
34875              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
34876      Branch: perl
34877            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
34878 ____________________________________________________________________________
34879 [  9521] By: jhi                                   on 2001/04/02  22:32:23
34880         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
34881              From: Robin Houston <robin@kitsite.com>
34882              Date: Mon, 2 Apr 2001 20:24:03 +0100
34883              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
34884      Branch: perl
34885            ! ext/B/B/Concise.pm
34886 ____________________________________________________________________________
34887 [  9520] By: jhi                                   on 2001/04/02  22:30:43
34888         Log: Subject: [PATCH] REALLY pedantic hv.h nit
34889              From: Simon Cozens <simon@netthink.co.uk>
34890              Date: Mon, 2 Apr 2001 15:43:06 +0100
34891              Message-ID: <20010402154306.A21711@netthink.co.uk>
34892      Branch: perl
34893            ! hv.h
34894 ____________________________________________________________________________
34895 [  9519] By: jhi                                   on 2001/04/02  22:28:04
34896         Log: Based on
34897              
34898              Subject: [foolperl] EPOC fix
34899              From: Olaf Flebbe <O.Flebbe@science-computing.de>
34900              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
34901              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
34902      Branch: perl
34903            ! pp_sys.c
34904 ____________________________________________________________________________
34905 [  9518] By: jhi                                   on 2001/04/02  22:22:34
34906         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
34907              
34908              README.win32 tweaks; add a note about alternative location for
34909              getting a gcc-2.95.2 that will build perl properly on windows
34910              
34911              add some notes about gutsy threading matters
34912              
34913              many of the utilities interpolate literal paths within doublequotes
34914              (fails on dosish platforms where path contains backslashes)
34915      Branch: perl
34916           !> README.win32 pod/perlguts.pod utils/perldoc.PL
34917           !> x2p/find2perl.PL x2p/s2p.PL
34918 ____________________________________________________________________________
34919 [  9517] By: gsar                                  on 2001/04/02  19:52:21
34920         Log: many of the utilities interpolate literal paths within doublequotes
34921              (fails on dosish platforms where path contains backslashes)
34922      Branch: maint-5.6/perl
34923            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
34924 ____________________________________________________________________________
34925 [  9516] By: gsar                                  on 2001/04/02  05:49:37
34926         Log: a foolish release
34927      Branch: maint-5.6/perl
34928            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
34929            ! pod/perltoc.pod
34930 ____________________________________________________________________________
34931 [  9515] By: gsar                                  on 2001/04/02  05:04:29
34932         Log: add missing changelog summaries
34933      Branch: maint-5.6/perl
34934            ! Changes
34935 ____________________________________________________________________________
34936 [  9514] By: gsar                                  on 2001/04/02  04:07:13
34937         Log: add some notes about gutsy threading matters
34938      Branch: maint-5.6/perl
34939            ! pod/perlguts.pod
34940 ____________________________________________________________________________
34941 [  9513] By: gsar                                  on 2001/04/02  03:25:21
34942         Log: add more prominent caveat notices about experimental features
34943      Branch: maint-5.6/perl
34944            ! pod/perlfork.pod pod/perlunicode.pod
34945 ____________________________________________________________________________
34946 [  9512] By: gsar                                  on 2001/04/02  02:54:33
34947         Log: integrate changes#9479,9509 from mainline
34948              
34949              [PATCH] File::Glob stuff for Mac OS
34950              
34951              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
34952      Branch: maint-5.6/perl
34953           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
34954           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
34955           !> t/lib/glob-taint.t
34956 ____________________________________________________________________________
34957 [  9511] By: gsar                                  on 2001/04/02  02:38:24
34958         Log: README.win32 tweaks; add a note about alternative location for
34959              getting a gcc-2.95.2 that will build perl properly on windows
34960      Branch: maint-5.6/perl
34961            ! README.win32
34962 ____________________________________________________________________________
34963 [  9510] By: jhi                                   on 2001/04/01  20:45:10
34964         Log: An ambiguosity warning.
34965      Branch: perl
34966            ! t/lib/trig.t
34967 ____________________________________________________________________________
34968 [  9509] By: jhi                                   on 2001/04/01  19:53:47
34969         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
34970              From: Jonathan Stowe <gellyfish@gellyfish.com>
34971              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
34972              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
34973      Branch: perl
34974            ! ext/File/Glob/bsd_glob.c
34975 ____________________________________________________________________________
34976 [  9508] By: jhi                                   on 2001/04/01  19:35:03
34977         Log: Update Changes.
34978      Branch: perl
34979            ! Changes patchlevel.h
34980 ____________________________________________________________________________
34981 [  9507] By: jhi                                   on 2001/04/01  19:24:01
34982         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
34983              from mainline to maintperl: pod tweaks.
34984      Branch: maint-5.6/perl
34985           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
34986           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
34987           !> pod/perlvar.pod
34988 ____________________________________________________________________________
34989 [  9506] By: jhi                                   on 2001/04/01  19:11:53
34990         Log: Commit Sarathy to April release of 5.6.1 :-)
34991      Branch: perl
34992            ! pod/perlfaq1.pod
34993 ____________________________________________________________________________
34994 [  9505] By: jhi                                   on 2001/04/01  19:03:15
34995         Log: Subject: PATCH 5.6.0 (perldebug.pod)
34996              From: Mark-Jason Dominus <mjd@plover.com>
34997              Date: Sun, 01 Apr 2001 14:25:11 -0400
34998              Message-ID: <20010401182511.9247.qmail@plover.com>
34999      Branch: perl
35000            ! pod/perldebug.pod
35001 ____________________________________________________________________________
35002 [  9504] By: jhi                                   on 2001/04/01  18:43:09
35003         Log: Add great_circle_direction().
35004      Branch: perl
35005            ! lib/Math/Trig.pm t/lib/trig.t
35006 ____________________________________________________________________________
35007 [  9503] By: jhi                                   on 2001/04/01  17:29:12
35008         Log: Unicode ReadMe update for Unicode 3.1.
35009      Branch: perl
35010            ! lib/unicode/ReadMe.txt
35011 ____________________________________________________________________________
35012 [  9502] By: jhi                                   on 2001/04/01  17:18:40
35013         Log: Integrate change #9501 from maintperl into mainline.
35014              
35015              fix the perlembed notes on multiple interpreters
35016              
35017              fix ExtUtils::Embed to work passably on Windows
35018      Branch: perl
35019           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
35020 ____________________________________________________________________________
35021 [  9501] By: gsar                                  on 2001/04/01  07:21:57
35022         Log: fix the perlembed notes on multiple interpreters
35023              
35024              fix ExtUtils::Embed to work passably on Windows
35025      Branch: maint-5.6/perl
35026            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
35027 ____________________________________________________________________________
35028 [  9500] By: jhi                                   on 2001/04/01  05:58:23
35029         Log: Test for #9499.
35030      Branch: perl
35031            ! t/op/tr.t
35032 ____________________________________________________________________________
35033 [  9499] By: jhi                                   on 2001/04/01  05:55:46
35034         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
35035      Branch: perl
35036            ! embed.h embed.pl op.c proto.h
35037 ____________________________________________________________________________
35038 [  9498] By: jhi                                   on 2001/04/01  05:44:34
35039         Log: Protect the workaround hunk more.
35040      Branch: perl
35041            ! toke.c
35042 ____________________________________________________________________________
35043 [  9497] By: jhi                                   on 2001/04/01  00:24:25
35044         Log: Integrate changes #9493,9494,9495,9496 from maintperl
35045              into mainline.
35046              
35047              fix a broken workaround for Borland compiler in change#4739
35048              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
35049              
35050              nits spotted by Borland compiler
35051              
35052              avoid redefinition warnings under Borland 5.02
35053              
35054              various nits identified by the Borland 5.5 compiler; remove suppression
35055              of a few warnings
35056      Branch: perl
35057           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
35058           !> win32/win32.h
35059 ____________________________________________________________________________
35060 [  9496] By: gsar                                  on 2001/03/31  23:22:28
35061         Log: various nits identified by the Borland 5.5 compiler; remove suppression
35062              of a few warnings
35063      Branch: maint-5.6/perl
35064            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
35065 ____________________________________________________________________________
35066 [  9495] By: gsar                                  on 2001/03/31  21:03:08
35067         Log: avoid redefinition warnings under Borland 5.02
35068      Branch: maint-5.6/perl
35069            ! win32/makefile.mk
35070 ____________________________________________________________________________
35071 [  9494] By: gsar                                  on 2001/03/31  20:18:59
35072         Log: nits spotted by Borland compiler
35073      Branch: maint-5.6/perl
35074            ! utf8.h win32/win32.h
35075 ____________________________________________________________________________
35076 [  9493] By: gsar                                  on 2001/03/31  20:18:05
35077         Log: fix a broken workaround for Borland compiler in change#4739
35078              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
35079      Branch: maint-5.6/perl
35080            ! toke.c
35081 ____________________________________________________________________________
35082 [  9492] By: jhi                                   on 2001/03/31  18:36:24
35083         Log: Integrate change #9491 from maintperl into mainline.
35084              
35085              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
35086              directory is relative (need to fetch the full path name *before*
35087              the chdir!)
35088      Branch: perl
35089           !> lib/Cwd.pm
35090 ____________________________________________________________________________
35091 [  9491] By: gsar                                  on 2001/03/31  17:01:56
35092         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
35093              directory is relative (need to fetch the full path name *before*
35094              the chdir!)
35095              
35096              this is a followup patch for change#6749
35097      Branch: maint-5.6/perl
35098            ! lib/Cwd.pm
35099 ____________________________________________________________________________
35100 [  9490] By: jhi                                   on 2001/03/31  15:50:18
35101         Log: Subject: Re: [PATCH] av.h cosmetics
35102              From: Simon Cozens <simon@netthink.co.uk>
35103              Date: Sat, 31 Mar 2001 13:09:59 +0100
35104              Message-ID: <20010331130959.A22000@netthink.co.uk>
35105              
35106              Document AvALLOC.
35107      Branch: perl
35108            ! pod/perlguts.pod
35109 ____________________________________________________________________________
35110 [  9489] By: jhi                                   on 2001/03/31  15:48:44
35111         Log: Subject: [PATCH] Re: Math::Big* v1.21
35112              From: Tels <perl_dummy@bloodgate.com>
35113              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
35114              Message-Id: <200103311125.GAA377738@www08.hway.net>
35115      Branch: perl
35116            ! pod/perlop.pod
35117 ____________________________________________________________________________
35118 [  9488] By: jhi                                   on 2001/03/31  03:39:51
35119         Log: Debug output tweak.
35120      Branch: perl
35121            ! t/lib/cwd.t
35122 ____________________________________________________________________________
35123 [  9487] By: jhi                                   on 2001/03/31  03:33:02
35124         Log: OverVMSification.
35125      Branch: perl
35126            ! t/lib/cwd.t
35127 ____________________________________________________________________________
35128 [  9486] By: jhi                                   on 2001/03/31  03:01:40
35129         Log: Missed MANIFESTations in #9483.
35130      Branch: perl
35131            ! MANIFEST
35132 ____________________________________________________________________________
35133 [  9485] By: jhi                                   on 2001/03/31  02:58:17
35134         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
35135              From: Peter Prymmer <pvhp@forte.com>
35136              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
35137              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
35138      Branch: perl
35139            ! regexec.c t/lib/cwd.t
35140 ____________________________________________________________________________
35141 [  9484] By: jhi                                   on 2001/03/31  01:04:41
35142         Log: Obsolete file (see #3938)
35143      Branch: perl
35144            - lib/unicode/README.Ethiopic
35145            ! MANIFEST
35146 ____________________________________________________________________________
35147 [  9483] By: jhi                                   on 2001/03/31  00:52:42
35148         Log: Update to Unicode 3.1.
35149              (Rename Names.txt to NamesList.txt.)
35150      Branch: perl
35151            + lib/unicode/NamesList.txt lib/unicode/PropList.html
35152            - lib/unicode/Names.txt
35153            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
35154            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
35155            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
35156            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
35157            ! lib/unicode/UCD.html lib/unicode/Unicode.html
35158            ! lib/unicode/rename lib/unicode/version
35159 ____________________________________________________________________________
35160 [  9482] By: jhi                                   on 2001/03/30  23:33:44
35161         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
35162              From: Robin Houston <robin@kitsite.com>
35163              Date: Fri, 30 Mar 2001 20:07:22 +0100
35164              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
35165      Branch: perl
35166            ! ext/B/B/Deparse.pm
35167 ____________________________________________________________________________
35168 [  9481] By: jhi                                   on 2001/03/30  23:20:25
35169         Log: Subject: Re: [PATCH] CwdXS, Take 2
35170              From: Benjamin Sugars <bsugars@canoe.ca>
35171              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
35172              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
35173      Branch: perl
35174            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
35175            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
35176 ____________________________________________________________________________
35177 [  9480] By: jhi                                   on 2001/03/30  22:52:38
35178         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
35179              From: David Dyck <dcd@tc.fluke.com>
35180              Date: Fri, 30 Mar 2001 14:44:13 -0800
35181              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
35182              
35183              The t/rantests flags file creation was accidentally
35184              removed by #9217.
35185      Branch: perl
35186            ! Makefile.SH
35187 ____________________________________________________________________________
35188 [  9479] By: jhi                                   on 2001/03/30  22:45:45
35189         Log: Subject: [PATCH] File::Glob stuff for Mac OS
35190              From: Chris Nandor <pudge@pobox.com>
35191              Date: Fri, 30 Mar 2001 16:51:00 -0500
35192              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
35193      Branch: perl
35194            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
35195            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
35196            ! t/lib/glob-taint.t
35197 ____________________________________________________________________________
35198 [  9478] By: jhi                                   on 2001/03/30  22:43:12
35199         Log: Subject: fix for win32/buildext.pl
35200              From: "Vadim Konovalov" <watman@inbox.ru>
35201              Date: Sat, 31 Mar 2001 00:50:36 +0400
35202              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
35203      Branch: perl
35204            ! win32/buildext.pl
35205 ____________________________________________________________________________
35206 [  9477] By: jhi                                   on 2001/03/30  22:41:16
35207         Log: Subject: small base.pm doc patch
35208              From: Leon Brocard <acme@astray.com>
35209              Date: Fri, 30 Mar 2001 21:49:57 +0100
35210              Message-ID: <20010330214957.B8733@ns0.astray.com>
35211      Branch: perl
35212            ! lib/base.pm
35213 ____________________________________________________________________________
35214 [  9476] By: jhi                                   on 2001/03/30  18:16:57
35215         Log: Subject: [PATCH] av.h cosmetics
35216              From: Simon Cozens <simon@netthink.co.uk>
35217              Date: Fri, 30 Mar 2001 18:12:28 +0100
35218              Message-ID: <20010330181228.A9319@netthink.co.uk>
35219      Branch: perl
35220            ! av.h
35221 ____________________________________________________________________________
35222 [  9475] By: jhi                                   on 2001/03/30  18:15:50
35223         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
35224              From: "Philip Newton" <pnewton@gmx.de>
35225              Date: Fri, 30 Mar 2001 19:06:57 +0200
35226              Message-ID: <3AC4D951.14815.1AC7068@localhost>
35227      Branch: perl
35228            ! pod/perlhack.pod
35229 ____________________________________________________________________________
35230 [  9474] By: jhi                                   on 2001/03/30  18:14:02
35231         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
35232              From: Benjamin Sugars <bsugars@canoe.ca>
35233              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
35234              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
35235      Branch: perl
35236            ! t/lib/glob-basic.t
35237 ____________________________________________________________________________
35238 [  9473] By: jhi                                   on 2001/03/30  16:09:24
35239         Log: Update Changes.
35240      Branch: perl
35241            ! Changes patchlevel.h
35242 ____________________________________________________________________________
35243 [  9472] By: jhi                                   on 2001/03/30  15:16:08
35244         Log: Integrate perlio.
35245      Branch: perl
35246           !> t/lib/cwd.t t/lib/glob-basic.t
35247 ____________________________________________________________________________
35248 [  9471] By: nick                                  on 2001/03/30  14:47:10
35249         Log: Should be (^O eq 'MSWin32') not 'Win32'
35250              Fail #12 seems real - chdir is in wrong dir.
35251      Branch: perlio
35252            ! t/lib/cwd.t
35253 ____________________________________________________________________________
35254 [  9470] By: jhi                                   on 2001/03/30  14:41:11
35255         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
35256              From: Radu Greab <radu@netsoft.ro>
35257              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
35258              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
35259              
35260              Replace #9352.
35261      Branch: perl
35262            ! ext/Socket/Socket.xs pp_sys.c
35263 ____________________________________________________________________________
35264 [  9469] By: jhi                                   on 2001/03/30  14:37:51
35265         Log: Subject: PATCH pod/perldiag.pod
35266              From: Robin Houston <robin@kitsite.com>
35267              Date: Fri, 30 Mar 2001 14:10:36 +0100
35268              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
35269      Branch: perl
35270            ! pod/perldiag.pod t/lib/glob-basic.t
35271 ____________________________________________________________________________
35272 [  9468] By: jhi                                   on 2001/03/30  14:36:36
35273         Log: Subject: Better diagnostic in io/fs.t
35274              From: andreas.koenig@anima.de (Andreas J. Koenig)
35275              Date: 30 Mar 2001 10:11:43 +0200
35276              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
35277      Branch: perl
35278            ! t/io/fs.t
35279 ____________________________________________________________________________
35280 [  9467] By: nick                                  on 2001/03/30  14:25:43
35281         Log: Skip order test of glob if case-ignoring system cannot 
35282              create a.test and A.test
35283      Branch: perlio
35284            ! t/lib/glob-basic.t
35285 ____________________________________________________________________________
35286 [  9466] By: nick                                  on 2001/03/30  13:03:12
35287         Log: Integrate mainline.
35288      Branch: perlio
35289            - ext/re/hints/aix.pl
35290           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
35291           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
35292           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
35293           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
35294 ____________________________________________________________________________
35295 [  9465] By: jhi                                   on 2001/03/30  03:53:37
35296         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
35297              the tests sometimes hang, sometimes not.)
35298      Branch: perl
35299            ! t/lib/io_multihomed.t t/lib/io_sock.t
35300 ____________________________________________________________________________
35301 [  9464] By: jhi                                   on 2001/03/30  02:56:04
35302         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
35303              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35304              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
35305              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
35306      Branch: perl
35307            ! op.c
35308 ____________________________________________________________________________
35309 [  9463] By: jhi                                   on 2001/03/30  02:34:48
35310         Log: Test for #9462.
35311      Branch: perl
35312            ! t/lib/b.t
35313 ____________________________________________________________________________
35314 [  9462] By: jhi                                   on 2001/03/30  02:29:37
35315         Log: Subject: B::Deparse precedence bug. (Patch included.)
35316              From: Jeremy Madea <jmadea@inktomi.com>
35317              Date: Thu, 29 Mar 2001 12:05:02 -0800
35318              Message-ID: <20010329120502.A24881@dr.inktomi.com>
35319      Branch: perl
35320            ! ext/B/B/Deparse.pm
35321 ____________________________________________________________________________
35322 [  9461] By: jhi                                   on 2001/03/30  02:18:41
35323         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
35324              From: Peter Prymmer <pvhp@forte.com>
35325              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
35326              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
35327      Branch: perl
35328            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
35329            ! t/lib/md5-file.t
35330 ____________________________________________________________________________
35331 [  9460] By: jhi                                   on 2001/03/30  02:17:07
35332         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
35333              From: Robin Houston <robin@kitsite.com>
35334              Date: Thu, 29 Mar 2001 20:47:56 +0100
35335              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
35336      Branch: perl
35337            ! ext/B/B/Debug.pm
35338 ____________________________________________________________________________
35339 [  9459] By: jhi                                   on 2001/03/30  02:16:05
35340         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
35341              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
35342              Date: Wed, 28 Mar 2001 18:02:20 -0600
35343              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
35344      Branch: perl
35345            ! lib/ExtUtils/MM_VMS.pm
35346 ____________________________________________________________________________
35347 [  9458] By: jhi                                   on 2001/03/30  02:07:58
35348         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
35349              From: "Joshua E. Rodd" <jrodd@pbs.org>
35350              Date: Wed, 28 Mar 2001 17:29:12 -0500
35351              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
35352      Branch: perl
35353            ! pod/perlop.pod
35354 ____________________________________________________________________________
35355 [  9457] By: jhi                                   on 2001/03/30  02:04:33
35356         Log: Subject: ext/re/aix.pl can go
35357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35358              Date: Thu, 29 Mar 2001 12:03:28 +0200
35359              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
35360      Branch: perl
35361            - ext/re/hints/aix.pl
35362            ! MANIFEST
35363 ____________________________________________________________________________
35364 [  9456] By: jhi                                   on 2001/03/30  02:03:32
35365         Log: Integrate perlio.
35366      Branch: perl
35367           !> ext/Encode/Encode.xs installperl
35368 ____________________________________________________________________________
35369 [  9455] By: nick                                  on 2001/03/29  21:11:46
35370         Log: DLL name has changed so installperl needs to know
35371              (Why isn't it working it out or passed it?)
35372      Branch: perlio
35373            ! installperl
35374 ____________________________________________________________________________
35375 [  9454] By: nick                                  on 2001/03/29  20:56:12
35376         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
35377              and we don't get undef warnings.
35378      Branch: perlio
35379            ! ext/Encode/Encode.xs
35380 ____________________________________________________________________________
35381 [  9453] By: nick                                  on 2001/03/29  17:58:48
35382         Log: Integrate mainline
35383      Branch: perlio
35384           !> Changes patchlevel.h
35385 ____________________________________________________________________________
35386 [  9452] By: jhi                                   on 2001/03/29  16:44:55
35387         Log: Update Changes.
35388      Branch: perl
35389            ! Changes patchlevel.h
35390 ____________________________________________________________________________
35391 [  9451] By: nick                                  on 2001/03/29  16:31:38
35392         Log: Integrate mainline
35393      Branch: perlio
35394           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
35395           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
35396           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
35397           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
35398           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
35399 ____________________________________________________________________________
35400 [  9450] By: jhi                                   on 2001/03/29  16:29:17
35401         Log: Integrate perlio.
35402      Branch: perl
35403           !> win32/buildext.pl
35404 ____________________________________________________________________________
35405 [  9449] By: jhi                                   on 2001/03/29  15:50:01
35406         Log: Update Changes.
35407      Branch: perl
35408            ! Changes patchlevel.h
35409 ____________________________________________________________________________
35410 [  9448] By: nick                                  on 2001/03/29  15:47:15
35411         Log: Make sure buildext.pl finds Errno.pm
35412      Branch: perlio
35413            ! win32/buildext.pl
35414 ____________________________________________________________________________
35415 [  9447] By: jhi                                   on 2001/03/29  15:39:34
35416         Log: Integrate perlio.
35417      Branch: perl
35418           !> win32/makefile.mk
35419 ____________________________________________________________________________
35420 [  9446] By: nick                                  on 2001/03/29  15:30:03
35421         Log: Integrate win32/makefile.mk with mainline.
35422      Branch: perlio
35423           !> win32/makefile.mk
35424 ____________________________________________________________________________
35425 [  9445] By: nick                                  on 2001/03/29  15:27:32
35426         Log: Fix breakage ... 
35427      Branch: perlio
35428            ! win32/makefile.mk
35429 ____________________________________________________________________________
35430 [  9444] By: jhi                                   on 2001/03/29  15:03:08
35431         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
35432              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35433              Date: Thu, 29 Mar 2001 10:32:59 +0400
35434              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
35435      Branch: perl
35436            ! win32/makefile.mk
35437 ____________________________________________________________________________
35438 [  9443] By: jhi                                   on 2001/03/29  15:02:12
35439         Log: Integrate perlio.
35440      Branch: perl
35441           +> win32/buildext.pl
35442           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
35443           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
35444 ____________________________________________________________________________
35445 [  9442] By: nick                                  on 2001/03/29  14:59:11
35446         Log: Work in progress - determine win32 extensions to build via script.
35447      Branch: perlio
35448            + win32/buildext.pl
35449            ! MANIFEST win32/makefile.mk
35450 ____________________________________________________________________________
35451 [  9441] By: jhi                                   on 2001/03/29  14:51:47
35452         Log: Reintroduce the use of external pwd.
35453      Branch: perl
35454            ! t/lib/cwd.t
35455 ____________________________________________________________________________
35456 [  9440] By: jhi                                   on 2001/03/29  14:42:58
35457         Log: use warnings instead of -w.
35458      Branch: perl
35459            ! utils/h2xs.PL
35460 ____________________________________________________________________________
35461 [  9439] By: jhi                                   on 2001/03/29  14:41:52
35462         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
35463              From: Jonathan Stowe <gellyfish@gellyfish.com>
35464              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
35465              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
35466      Branch: perl
35467            ! utils/h2xs.PL
35468 ____________________________________________________________________________
35469 [  9438] By: jhi                                   on 2001/03/29  14:39:38
35470         Log: Subject: [PATCH perl@9424] minor pod nits
35471              From: Robin Barker <rmb1@cise.npl.co.uk>
35472              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
35473              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
35474      Branch: perl
35475            ! pod/perlhack.pod pod/perliol.pod
35476 ____________________________________________________________________________
35477 [  9437] By: jhi                                   on 2001/03/29  14:29:16
35478         Log: Subject: [PATCH perl@9424] typemap cast warning
35479              From: Robin Barker <rmb1@cise.npl.co.uk>
35480              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
35481              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
35482      Branch: perl
35483            ! lib/ExtUtils/typemap
35484 ____________________________________________________________________________
35485 [  9436] By: jhi                                   on 2001/03/29  14:26:03
35486         Log: Subject: [PATCH perl@9424] printf warning
35487              From: Robin Barker <rmb1@cise.npl.co.uk>
35488              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
35489              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
35490      Branch: perl
35491            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
35492            ! ext/Storable/Storable.xs toke.c
35493 ____________________________________________________________________________
35494 [  9435] By: nick                                  on 2001/03/29  14:23:31
35495         Log: Win32 has name conflict with ERROR
35496      Branch: perlio
35497            ! ext/PerlIO/Via/Via.xs
35498 ____________________________________________________________________________
35499 [  9434] By: jhi                                   on 2001/03/29  14:17:48
35500         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
35501              From: Peter Prymmer <pvhp@forte.com>
35502              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
35503              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
35504      Branch: perl
35505            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
35506 ____________________________________________________________________________
35507 [  9433] By: jhi                                   on 2001/03/29  13:52:44
35508         Log: test-prep target was missing.
35509      Branch: perl
35510            ! Makefile.SH
35511 ____________________________________________________________________________
35512 [  9432] By: nick                                  on 2001/03/29  12:40:03
35513         Log: Make as-shipped compiler default to MSVC6 
35514      Branch: perlio
35515            ! win32/makefile.mk
35516 ____________________________________________________________________________
35517 [  9431] By: nick                                  on 2001/03/29  12:12:16
35518         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
35519              akin to PerlIO::Scalar.
35520      Branch: perlio
35521            ! perlio.c perlio.h
35522 ____________________________________________________________________________
35523 [  9430] By: nick                                  on 2001/03/29  10:56:35
35524         Log: Integrate mainline.
35525      Branch: perlio
35526           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
35527           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
35528           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
35529           !> win32/makefile.mk win32/win32sck.c
35530 ____________________________________________________________________________
35531 [  9429] By: nick                                  on 2001/03/29  09:03:43
35532         Log: Noticed that two tests were skipped as perlio:: package
35533              isn't there any more. Changed the skip condition.
35534              Avoid core-dump if sv_utf8_upgrade() called on something
35535              that does not become SvPOK after SvPV() (e.g. a ref).
35536      Branch: perlio
35537            ! sv.c t/io/utf8.t t/lib/io_scalar.t
35538 ____________________________________________________________________________
35539 [  9428] By: jhi                                   on 2001/03/29  01:31:47
35540         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
35541              From: Benjamin Sugars <bsugars@canoe.ca> 
35542              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
35543              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
35544      Branch: perl
35545            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
35546            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
35547            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
35548 ____________________________________________________________________________
35549 [  9427] By: jhi                                   on 2001/03/29  00:49:30
35550         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
35551              From: "Vadim Konovalov" <watman@inbox.ru>
35552              Date: Thu, 29 Mar 2001 01:50:12 +0400
35553              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
35554      Branch: perl
35555            ! win32/makefile.mk win32/win32sck.c
35556 ____________________________________________________________________________
35557 [  9426] By: gsar                                  on 2001/03/29  00:28:04
35558         Log: dmake can only handle == and != in comparisons; support building
35559              with Borland's VCL libraries (from Vadim Konovalov)
35560      Branch: maint-5.6/perl
35561            ! win32/makefile.mk
35562 ____________________________________________________________________________
35563 [  9425] By: nick                                  on 2001/03/28  19:29:56
35564         Log: Integrate (@snapshot)
35565      Branch: perlio
35566           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
35567 ____________________________________________________________________________
35568 [  9424] By: jhi                                   on 2001/03/28  19:03:16
35569         Log: Update Changes.
35570      Branch: perl
35571            ! Changes patchlevel.h
35572 ____________________________________________________________________________
35573 [  9423] By: jhi                                   on 2001/03/28  18:52:09
35574         Log: Rmdir lib/XS on cleanup.
35575      Branch: perl
35576            ! Makefile.SH
35577 ____________________________________________________________________________
35578 [  9422] By: jhi                                   on 2001/03/28  18:49:34
35579         Log: Integrate perlio.
35580      Branch: perl
35581           !> t/op/utf8decode.t
35582 ____________________________________________________________________________
35583 [  9421] By: nick                                  on 2001/03/28  18:46:44
35584         Log: Loose duplicate chunk.
35585      Branch: perlio
35586            ! t/op/utf8decode.t
35587 ____________________________________________________________________________
35588 [  9420] By: nick                                  on 2001/03/28  18:44:11
35589         Log: Integrate mainline.
35590      Branch: perlio
35591           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
35592           !> vms/vmsish.h
35593 ____________________________________________________________________________
35594 [  9419] By: jhi                                   on 2001/03/28  18:42:05
35595         Log: Can't trust external pwds
35596              (either shell builtins or external programs)
35597      Branch: perl
35598            ! t/lib/cwd.t
35599 ____________________________________________________________________________
35600 [  9418] By: jhi                                   on 2001/03/28  18:34:05
35601         Log: Integrate perlio.
35602      Branch: perl
35603            - lib/perlio.pm
35604           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
35605           !> t/op/utf8decode.t
35606 ____________________________________________________________________________
35607 [  9417] By: nick                                  on 2001/03/28  18:24:02
35608         Log: PerlIO.pm / perlio.pm conflict.
35609              Update some pods.
35610              Make t/op/utf8decode.t a text file.
35611      Branch: perlio
35612            - lib/perlio.pm
35613            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
35614            ! t/op/utf8decode.t
35615 ____________________________________________________________________________
35616 [  9416] By: jhi                                   on 2001/03/28  18:06:07
35617         Log: Integrate change #9409 from mainline to maintperl.
35618              
35619              Yet another tweak on AIX dynaloading.
35620      Branch: maint-5.6/perl
35621           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35622 ____________________________________________________________________________
35623 [  9415] By: gsar                                  on 2001/03/28  17:13:01
35624         Log: integrate changes#9377,9385,9401 from mainline
35625              
35626              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
35627              
35628              If directory entries compare equal case-insensitively,
35629              retry case-sensitively.
35630              
35631              Subject: [PATCH] B::Terse and warnings
35632      Branch: maint-5.6/perl
35633           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
35634           !> t/pragma/warn/perl
35635 ____________________________________________________________________________
35636 [  9414] By: jhi                                   on 2001/03/28  17:11:12
35637         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
35638              From: "Craig A. Berry" <craigberry@mac.com>
35639              Date: Wed, 28 Mar 2001 10:55:20 -0600
35640              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
35641      Branch: perl
35642            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
35643 ____________________________________________________________________________
35644 [  9413] By: jhi                                   on 2001/03/28  17:03:12
35645         Log: Dup hunk.
35646      Branch: perl
35647            ! t/op/utf8decode.t
35648 ____________________________________________________________________________
35649 [  9412] By: jhi                                   on 2001/03/28  17:02:36
35650         Log: Forced integrate from perlio.
35651      Branch: perl
35652           !> t/op/utf8decode.t
35653 ____________________________________________________________________________
35654 [  9411] By: nick                                  on 2001/03/28  16:50:03
35655         Log: Integrate mainline.
35656      Branch: perlio
35657           +> t/lib/cwd.t
35658           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35659           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
35660           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
35661           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
35662           !> t/pragma/warn/perl
35663 ____________________________________________________________________________
35664 [  9410] By: jhi                                   on 2001/03/28  16:44:23
35665         Log: Subject: Re: [PATCH] 9403 cannot be tested
35666              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35667              Date: Wed, 28 Mar 2001 18:33:56 +0200
35668              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
35669      Branch: perl
35670            ! makedef.pl
35671 ____________________________________________________________________________
35672 [  9409] By: jhi                                   on 2001/03/28  16:12:45
35673         Log: Yet another tweak on AIX dynaloading.
35674      Branch: perl
35675            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35676 ____________________________________________________________________________
35677 [  9408] By: jhi                                   on 2001/03/28  15:52:55
35678         Log: Subject: [PATCH] 9403 cannot be tested
35679              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
35680              Date: Wed, 28 Mar 2001 17:23:00 +0200
35681              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
35682              
35683              A missing symbol.
35684      Branch: perl
35685            ! makedef.pl
35686 ____________________________________________________________________________
35687 [  9407] By: jhi                                   on 2001/03/28  15:47:43
35688         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
35689      Branch: perl
35690            ! t/op/utf8decode.t
35691           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
35692           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
35693 ____________________________________________________________________________
35694 [  9406] By: jhi                                   on 2001/03/28  15:37:08
35695         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
35696              From: Benjamin Sugars <bsugars@canoe.ca> 
35697              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
35698              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
35699      Branch: perl
35700            + t/lib/cwd.t
35701            ! MANIFEST
35702 ____________________________________________________________________________
35703 [  9405] By: jhi                                   on 2001/03/28  15:13:18
35704         Log: pp_ne() needs a CORRECT boolean.
35705      Branch: perl
35706            ! pp.c
35707 ____________________________________________________________________________
35708 [  9404] By: jhi                                   on 2001/03/28  15:09:23
35709         Log: pp_ne() needs a boolean, not an integer.
35710      Branch: perl
35711            ! pp.c
35712 ____________________________________________________________________________
35713 [  9403] By: jhi                                   on 2001/03/28  14:47:43
35714         Log: (Retracted by #9404.)
35715      Branch: perl
35716            ! pp.c
35717 ____________________________________________________________________________
35718 [  9402] By: jhi                                   on 2001/03/28  14:43:59
35719         Log: Subject: Re: [PATCH] Typemap testing
35720              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
35721              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
35722              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
35723      Branch: perl
35724            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
35725            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
35726 ____________________________________________________________________________
35727 [  9401] By: jhi                                   on 2001/03/28  14:42:14
35728         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
35729              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
35730              Date: Sun, 25 Mar 2001 21:59:15 +0100
35731              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
35732              
35733              A variable will be checked for the "use once" warnings if:
35734              
35735              1. It is in the scope of a use warnings 'once'
35736              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
35737              
35738              Otherwise it won't be checked at all.
35739              
35740              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
35741              
35742              The enclosed patch partially fixes this issue. What I didn't
35743              get to work was the case where the "used once" warning is enabled
35744              in any file other than the main file.
35745      Branch: perl
35746            ! gv.c t/pragma/warn/perl
35747 ____________________________________________________________________________
35748 [  9400] By: nick                                  on 2001/03/28  14:38:24
35749         Log: More EBCDIC tweaks:
35750              - one more swash issue &~(0xA0-1) did not do the right thing,
35751              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
35752              - add "use re 'asciirange'" to make [!-~] etc. work
35753              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
35754              - Choose a key for t/op/each.t test which gets encoded.
35755              - Skip utf8decode if this is UTF-EBCDIC.
35756      Branch: perlio
35757            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
35758            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
35759 ____________________________________________________________________________
35760 [  9399] By: jhi                                   on 2001/03/28  14:21:00
35761         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
35762              Andreas Schwab.
35763      Branch: perl
35764            ! pp.c
35765 ____________________________________________________________________________
35766 [  9398] By: jhi                                   on 2001/03/28  00:55:56
35767         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
35768              From: David Dyck <dcd@tc.fluke.com>
35769              Date: Tue, 27 Mar 2001 15:16:24 -0800
35770              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
35771      Branch: perl
35772            ! ext/IO/lib/IO/Socket.pm
35773 ____________________________________________________________________________
35774 [  9397] By: jhi                                   on 2001/03/27  21:52:49
35775         Log: Integrate perlio.
35776      Branch: perl
35777           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
35778           +> ext/PerlIO/Via/Via.xs
35779           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
35780 ____________________________________________________________________________
35781 [  9396] By: nick                                  on 2001/03/27  21:45:13
35782         Log: Integrate mainline.
35783      Branch: perlio
35784           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
35785           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
35786 ____________________________________________________________________________
35787 [  9395] By: nick                                  on 2001/03/27  21:18:58
35788         Log: Outline docs for PerlIO and PerlIO::Scalar
35789      Branch: perlio
35790            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
35791 ____________________________________________________________________________
35792 [  9394] By: nick                                  on 2001/03/27  20:50:13
35793         Log: PerlIO::Via layer (alpha-ish).
35794      Branch: perlio
35795            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
35796            + ext/PerlIO/Via/Via.xs
35797            ! MANIFEST
35798 ____________________________________________________________________________
35799 [  9393] By: jhi                                   on 2001/03/27  20:49:55
35800         Log: Retract #9329 now that 9390 should take care of the matter.
35801      Branch: perl
35802            ! utils/h2xs.PL
35803 ____________________________________________________________________________
35804 [  9390] By: jhi                                   on 2001/03/27  20:47:50
35805         Log: Subject: Autoloading Errno.pm when %! is encountered
35806              From: Robin Houston <robin@kitsite.com>
35807              Date: Tue, 27 Mar 2001 20:57:11 +0100
35808              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
35809      Branch: perl
35810            ! embed.h embed.pl gv.c proto.h t/op/magic.t
35811 ____________________________________________________________________________
35812 [  9389] By: jhi                                   on 2001/03/27  20:24:31
35813         Log: Integrate perlio.
35814      Branch: perl
35815           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
35816           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
35817           !> utf8.c
35818 ____________________________________________________________________________
35819 [  9388] By: jhi                                   on 2001/03/27  20:21:38
35820         Log: Better have a three-element array if one is going to assign
35821              to the third element of that array. (from Tim Jenness)
35822      Branch: perl
35823            ! ext/XS/Typemap/Typemap.xs
35824 ____________________________________________________________________________
35825 [  9387] By: nick                                  on 2001/03/27  20:15:43
35826         Log: Integrate mainline.
35827      Branch: perlio
35828           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
35829           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
35830           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
35831           +> t/lib/xs-typemap.t
35832           !> (integrate 34 files)
35833 ____________________________________________________________________________
35834 [  9386] By: jhi                                   on 2001/03/27  20:04:18
35835         Log: Subject: Re: perl@9359 breaks HTML::Parser
35836              From: Gisle Aas <gisle@ActiveState.com>
35837              Date: 27 Mar 2001 11:30:24 -0800
35838              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
35839              
35840              Clarify the UTF-8 issues of the API docs.
35841              (Slightly reworded and expanded.)
35842      Branch: perl
35843            ! pod/perlapi.pod sv.c sv.h
35844 ____________________________________________________________________________
35845 [  9385] By: jhi                                   on 2001/03/27  19:44:25
35846         Log: If directory entries compare equal case-insensitively,
35847              retry case-sensitively.
35848      Branch: perl
35849            ! ext/File/Glob/bsd_glob.c
35850 ____________________________________________________________________________
35851 [  9384] By: nick                                  on 2001/03/27  19:38:50
35852         Log: Various EBCDIC fixes:
35853              - major revelation that swash code is encoding aware,
35854              (or thought it was) - now it is ;-)
35855              - With that out of the way fix a slab of tr/// cases.
35856              - Fix Encode 'Unicode' to be true Unicode so tests pass.
35857              - As anticipated Base64.xs needed tweaks.
35858              - Until tr/// works right avoid old_encode64 in MIME tests.
35859      Branch: perlio
35860            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
35861            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
35862 ____________________________________________________________________________
35863 [  9383] By: jhi                                   on 2001/03/27  18:34:41
35864         Log: Add the std test suite BEGIN block.
35865      Branch: perl
35866            ! t/lib/xs-typemap.t
35867 ____________________________________________________________________________
35868 [  9382] By: jhi                                   on 2001/03/27  15:16:07
35869         Log: Add debugging output to the test.
35870      Branch: perl
35871            ! t/lib/glob-basic.t
35872 ____________________________________________________________________________
35873 [  9381] By: jhi                                   on 2001/03/27  15:08:10
35874         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
35875      Branch: perl
35876            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
35877            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
35878            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
35879            + t/lib/xs-typemap.t
35880            ! MANIFEST
35881 ____________________________________________________________________________
35882 [  9380] By: jhi                                   on 2001/03/27  14:48:34
35883         Log: Subject: [PATCH] Typemap testing
35884              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
35885              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
35886              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
35887              
35888              (The first part of the patch.)
35889      Branch: perl
35890            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
35891 ____________________________________________________________________________
35892 [  9379] By: jhi                                   on 2001/03/27  14:44:56
35893         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
35894              From: Benjamin Sugars <bsugars@canoe.ca> 
35895              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
35896              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
35897      Branch: perl
35898            ! t/lib/glob-basic.t
35899 ____________________________________________________________________________
35900 [  9378] By: jhi                                   on 2001/03/27  14:42:30
35901         Log: Subject: [PATCH] perlvar nit
35902              From: Simon Cozens <simon@netthink.co.uk>
35903              Date: Tue, 27 Mar 2001 01:12:01 +0100
35904              Message-ID: <20010327011201.A19179@netthink.co.uk>
35905      Branch: perl
35906            ! pod/perlvar.pod
35907 ____________________________________________________________________________
35908 [  9377] By: jhi                                   on 2001/03/27  14:36:26
35909         Log: Subject: [PATCH] B::Terse and warnings
35910              From: Benjamin Sugars <ben.sugars@home.com>
35911              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
35912              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
35913      Branch: perl
35914            ! ext/B/B.pm ext/B/B/Terse.pm
35915 ____________________________________________________________________________
35916 [  9376] By: jhi                                   on 2001/03/27  14:31:31
35917         Log: Document sockatmark() some.
35918      Branch: perl
35919            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
35920            ! pod/perltoc.pod
35921 ____________________________________________________________________________
35922 [  9375] By: jhi                                   on 2001/03/27  14:00:24
35923         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
35924              noted by Gisle and fixed by NI-S.
35925      Branch: perl
35926            ! sv.c
35927 ____________________________________________________________________________
35928 [  9374] By: jhi                                   on 2001/03/27  05:50:01
35929         Log: Regen toc.
35930      Branch: perl
35931            ! pod/perltoc.pod
35932 ____________________________________________________________________________
35933 [  9373] By: jhi                                   on 2001/03/27  05:43:51
35934         Log: Pixie documenting.
35935      Branch: perl
35936            ! Makefile.SH pod/perlhack.pod
35937 ____________________________________________________________________________
35938 [  9372] By: jhi                                   on 2001/03/27  05:29:34
35939         Log: Metaconfig unit changes for #9371.
35940      Branch: metaconfig
35941            ! U/modified/myhostname.U
35942      Branch: metaconfig/U/perl
35943            + d_sockatmark.U
35944            ! gccvers.U
35945 ____________________________________________________________________________
35946 [  9371] By: jhi                                   on 2001/03/27  05:29:07
35947         Log: Add sockatmark() probing.
35948      Branch: perl
35949            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35950            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
35951            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35952            ! vos/config.ga.h win32/config.bc win32/config.gc
35953            ! win32/config.vc
35954 ____________________________________________________________________________
35955 [  9370] By: jhi                                   on 2001/03/26  22:01:18
35956         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
35957              Really need to benchmark this.
35958      Branch: perl
35959            ! pp.c
35960 ____________________________________________________________________________
35961 [  9369] By: nick                                  on 2001/03/26  21:59:30
35962         Log: Integrate mainline.
35963      Branch: perlio
35964            ! ext/MIME/Base64/QuotedPrint.pm
35965           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
35966           !> patchlevel.h pod/perlhack.pod pp_sys.c
35967 ____________________________________________________________________________
35968 [  9368] By: jhi                                   on 2001/03/26  21:47:03
35969         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
35970              
35971              TODO1: perlbench.
35972              TODO2: le, lt, ge, gt?  Yech.
35973      Branch: perl
35974            ! pp.c
35975 ____________________________________________________________________________
35976 [  9367] By: jhi                                   on 2001/03/26  21:34:57
35977         Log: Too much cut-and-paste in #9363.
35978      Branch: perl
35979            ! pp_sys.c
35980 ____________________________________________________________________________
35981 [  9366] By: jhi                                   on 2001/03/26  21:20:53
35982         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
35983              From: Andreas Schwab <schwab@suse.de>
35984              Date: 26 Mar 2001 17:29:04 +0200
35985              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
35986              
35987              (The patch for 5.6.0 or so, this is a guess for bleadperl)
35988      Branch: perl
35989            ! pp_hot.c
35990 ____________________________________________________________________________
35991 [  9365] By: jhi                                   on 2001/03/26  21:07:54
35992         Log: Integrate perlio.
35993      Branch: perl
35994           !> perlio.c
35995 ____________________________________________________________________________
35996 [  9364] By: nick                                  on 2001/03/26  20:30:48
35997         Log: REFCNT botch in layer name cache hash.
35998      Branch: perlio
35999            ! perlio.c
36000 ____________________________________________________________________________
36001 [  9363] By: jhi                                   on 2001/03/26  18:44:32
36002         Log: Subject: [PATCH] socket() leaks file descriptors
36003              From: Benjamin Sugars <bsugars@canoe.ca>
36004              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
36005              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
36006              
36007              Also sockpair() fixed similarly.
36008      Branch: perl
36009            ! pp_sys.c
36010 ____________________________________________________________________________
36011 [  9362] By: jhi                                   on 2001/03/26  18:37:52
36012         Log: Integrate perlio.
36013      Branch: perl
36014           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
36015 ____________________________________________________________________________
36016 [  9361] By: nick                                  on 2001/03/26  17:32:06
36017         Log: Implement flush of linebuffered streams on read of a tty.
36018      Branch: perlio
36019            ! perlio.c perliol.h
36020 ____________________________________________________________________________
36021 [  9360] By: nick                                  on 2001/03/26  17:12:32
36022         Log: Memory tweaks and notes for OEMVS.
36023      Branch: perlio
36024            ! README.os390 miniperlmain.c t/op/pat.t
36025 ____________________________________________________________________________
36026 [  9359] By: jhi                                   on 2001/03/26  02:12:54
36027         Log: Update Changes.
36028      Branch: perl
36029            ! Changes patchlevel.h
36030 ____________________________________________________________________________
36031 [  9358] By: jhi                                   on 2001/03/26  02:05:32
36032         Log: Document the most common pixie options.
36033      Branch: perl
36034            ! pod/perlhack.pod
36035 ____________________________________________________________________________
36036 [  9357] By: jhi                                   on 2001/03/26  01:25:28
36037         Log: For perl.pixie check *before* compiling that optimize is -g,
36038              as for perl.third.
36039      Branch: perl
36040            ! Makefile.SH
36041 ____________________________________________________________________________
36042 [  9356] By: jhi                                   on 2001/03/26  01:13:41
36043         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
36044      Branch: perl
36045            ! Makefile.SH
36046 ____________________________________________________________________________
36047 [  9355] By: jhi                                   on 2001/03/26  01:11:19
36048         Log: Remove t/perl.third.
36049      Branch: perl
36050            ! Makefile.SH
36051 ____________________________________________________________________________
36052 [  9354] By: jhi                                   on 2001/03/26  00:23:38
36053         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
36054              IO::Sockatmark().
36055      Branch: perl
36056            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
36057 ____________________________________________________________________________
36058 [  9353] By: jhi                                   on 2001/03/25  22:25:04
36059         Log: Integrate perlio.
36060      Branch: perl
36061           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
36062           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
36063           !> pp_hot.c win32/makefile.mk
36064 ____________________________________________________________________________
36065 [  9352] By: jhi                                   on 2001/03/25  22:21:41
36066         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
36067              From: Radu Greab <radu@netsoft.ro>
36068              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
36069              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
36070      Branch: perl
36071            ! pp_sys.c
36072 ____________________________________________________________________________
36073 [  9351] By: nick                                  on 2001/03/25  22:15:02
36074         Log: Fix readline in list mode to tell rest of world that it has
36075              things on the stack. Otherwise if perl code gets invoked
36076              underneath it it scribbles over results-so-far.
36077              (Why TIEHANDLE has not tripped on this is a mystery.)
36078      Branch: perlio
36079            ! pp_hot.c
36080 ____________________________________________________________________________
36081 [  9350] By: nick                                  on 2001/03/25  22:10:13
36082         Log: win32/makefile.mk typos
36083      Branch: perlio
36084            ! win32/makefile.mk
36085 ____________________________________________________________________________
36086 [  9349] By: nick                                  on 2001/03/25  21:31:14
36087         Log: Integrate now-non-binary file.
36088      Branch: perlio
36089           !> t/lib/mimeqp.t
36090 ____________________________________________________________________________
36091 [  9348] By: nick                                  on 2001/03/25  21:27:24
36092         Log: Make it text
36093      Branch: perlio
36094            ! t/lib/mimeqp.t
36095 ____________________________________________________________________________
36096 [  9347] By: nick                                  on 2001/03/25  21:25:37
36097         Log: Integrate mainline.
36098      Branch: perlio
36099           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
36100           !> lib/Term/ReadLine.pm t/lib/md5-file.t
36101 ____________________________________________________________________________
36102 [  9346] By: nick                                  on 2001/03/25  20:58:15
36103         Log: Add destruct time hook to PerlIO (for work-in-process implementing
36104              layers in perl code. In such cases layers need to be popped before
36105              we loose the ability to run perl code.)
36106              Also back-out "PerlIO::object" hook - it isn't going to work like that...
36107      Branch: perlio
36108            ! perl.c perlio.c perlio.h perliol.h
36109 ____________________________________________________________________________
36110 [  9345] By: nick                                  on 2001/03/25  20:49:11
36111         Log: Avoid at leasy one of undefined warnings in Encode.
36112      Branch: perlio
36113            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36114 ____________________________________________________________________________
36115 [  9344] By: jhi                                   on 2001/03/25  20:37:43
36116         Log: A workaround for using Term::ReadLine in emacs minibuffer
36117              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
36118              additional tweaks from Ilya Zakharevich.
36119      Branch: perl
36120            ! lib/Term/ReadLine.pm
36121 ____________________________________________________________________________
36122 [  9343] By: nick                                  on 2001/03/25  20:21:14
36123         Log: Missing return value.
36124      Branch: perlio
36125            ! ext/PerlIO/Scalar/Scalar.xs
36126 ____________________________________________________________________________
36127 [  9342] By: jhi                                   on 2001/03/25  16:21:00
36128         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
36129              to equal the CPAN versions since no code changes have been made.
36130      Branch: perl
36131            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
36132            ! t/lib/md5-file.t
36133 ____________________________________________________________________________
36134 [  9341] By: jhi                                   on 2001/03/25  16:01:48
36135         Log: Escape 8-bit characters.
36136      Branch: perl
36137            ! t/lib/mimeqp.t
36138 ____________________________________________________________________________
36139 [  9340] By: gsar                                  on 2001/03/25  15:50:53
36140         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
36141              chars)
36142      Branch: perl
36143            + t/lib/mimeqp.t
36144 ____________________________________________________________________________
36145 [  9339] By: gsar                                  on 2001/03/25  15:48:50
36146         Log: delete mimeqp.t for later add with text mode set
36147      Branch: perl
36148            - t/lib/mimeqp.t
36149 ____________________________________________________________________________
36150 [  9338] By: nick                                  on 2001/03/25  09:01:57
36151         Log: Integrate mainline.
36152      Branch: perlio
36153           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
36154           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
36155           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
36156           +> t/lib/mimeb64u.t t/lib/mimeqp.t
36157           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
36158           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
36159           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
36160 ____________________________________________________________________________
36161 [  9337] By: jhi                                   on 2001/03/25  04:23:24
36162         Log: Add MIME::Base64 here and there.  Again, a lot of
36163              optimism is in the air.
36164      Branch: perl
36165            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
36166            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
36167 ____________________________________________________________________________
36168 [  9336] By: jhi                                   on 2001/03/25  04:12:43
36169         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
36170              this by ear as I do not do Win32 programming.)
36171      Branch: perl
36172            ! win32/Makefile win32/makefile.mk
36173 ____________________________________________________________________________
36174 [  9335] By: jhi                                   on 2001/03/25  04:03:50
36175         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
36176      Branch: perl
36177            ! t/lib/md5-file.t
36178 ____________________________________________________________________________
36179 [  9334] By: jhi                                   on 2001/03/25  03:58:53
36180         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
36181      Branch: perl
36182            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
36183            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
36184            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
36185            + t/lib/mimeb64u.t t/lib/mimeqp.t
36186            ! MANIFEST
36187 ____________________________________________________________________________
36188 [  9333] By: jhi                                   on 2001/03/24  20:14:37
36189         Log: Integrate perlio.
36190      Branch: perl
36191           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
36192 ____________________________________________________________________________
36193 [  9332] By: nick                                  on 2001/03/24  19:40:34
36194         Log: Fix un-init variable leading to spurious "Out of Memory!"
36195      Branch: perlio
36196            ! doio.c
36197 ____________________________________________________________________________
36198 [  9331] By: nick                                  on 2001/03/24  19:09:59
36199         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
36200              and update layers internals doc.
36201      Branch: perlio
36202            ! pod/perlfunc.pod pod/perliol.pod
36203 ____________________________________________________________________________
36204 [  9330] By: jhi                                   on 2001/03/24  18:42:11
36205         Log: The length might be uninitialized garbage if the *svp is the undef.
36206      Branch: perl
36207            ! doio.c
36208 ____________________________________________________________________________
36209 [  9329] By: jhi                                   on 2001/03/24  18:26:57
36210         Log: (Retracted by #9393)
36211              
36212              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
36213              From: Simon Cozens <simon@netthink.co.uk>
36214              Date: Sat, 24 Mar 2001 17:13:17 +0000
36215              Message-ID: <20010324171317.A13406@netthink.co.uk>
36216      Branch: perl
36217            ! utils/h2xs.PL
36218 ____________________________________________________________________________
36219 [  9328] By: nick                                  on 2001/03/24  17:22:02
36220         Log: Integrate mainline.
36221      Branch: perlio
36222           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
36223           !> lib/unicode/version
36224 ____________________________________________________________________________
36225 [  9327] By: nick                                  on 2001/03/24  17:16:02
36226         Log: Integrate mainline.
36227      Branch: perlio
36228           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
36229           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
36230           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
36231           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
36232           +> t/lib/md5-file.t
36233           !> MANIFEST Makefile.SH configure.com djgpp/config.over
36234           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
36235           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
36236           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
36237           !> win32/makefile.mk
36238 ____________________________________________________________________________
36239 [  9326] By: jhi                                   on 2001/03/24  17:00:42
36240         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
36241      Branch: perl
36242            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
36243            ! lib/unicode/version
36244 ____________________________________________________________________________
36245 [  9325] By: jhi                                   on 2001/03/24  16:22:33
36246         Log: Subject: Re: B::Deparse bug (5.6.0)
36247              From: Robin Houston <robin@kitsite.com>
36248              Date: Sat, 24 Mar 2001 14:33:09 +0000
36249              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
36250      Branch: perl
36251            ! op.c pp.c t/lib/b.t t/op/repeat.t
36252 ____________________________________________________________________________
36253 [  9324] By: jhi                                   on 2001/03/24  16:21:56
36254         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
36255              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
36256              these additions may be too optimistic.
36257      Branch: perl
36258            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
36259            ! hints/uwin.sh hints/vmesa.sh
36260 ____________________________________________________________________________
36261 [  9323] By: jhi                                   on 2001/03/24  16:06:01
36262         Log: Integrate perlio.
36263      Branch: perl
36264           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
36265           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
36266            ! Makefile.SH
36267           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
36268           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
36269           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
36270           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36271           !> win32/makefile.mk win32/perlhost.h win32/win32.c
36272           !> win32/win32iop.h
36273 ____________________________________________________________________________
36274 [  9322] By: nick                                  on 2001/03/24  14:39:12
36275         Log: Routine Win32 regen_config_h - no real changes.
36276      Branch: perlio
36277            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36278 ____________________________________________________________________________
36279 [  9321] By: nick                                  on 2001/03/24  14:31:49
36280         Log: PerlIO fixups for Win32:
36281              - provide win33_popenlist() - non-functional as yet.
36282              - avoid need for aTHX in PerlIO_debug calls - even if not 
36283              enabled args are still evaluated so Win32 has trouble during fork().
36284              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
36285              - Fixup makedef.pl for latest set of symbols.
36286      Branch: perlio
36287            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
36288            ! win32/perlhost.h win32/win32.c win32/win32iop.h
36289 ____________________________________________________________________________
36290 [  9320] By: nick                                  on 2001/03/24  14:26:58
36291         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
36292              was gibberish - broke it on WIn32 at least.
36293      Branch: perlio
36294            ! ext/POSIX/POSIX.xs
36295 ____________________________________________________________________________
36296 [  9319] By: nick                                  on 2001/03/24  11:29:41
36297         Log: Generated files.
36298      Branch: perlio
36299            ! embed.h global.sym objXSUB.h perlapi.c proto.h
36300 ____________________________________________________________________________
36301 [  9318] By: nick                                  on 2001/03/24  10:29:37
36302         Log: Implement:
36303              1.  open($fh,"+<",undef);  # add test to t/io/open.t
36304              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
36305      Branch: perlio
36306            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
36307            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
36308            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
36309            ! t/io/open.t t/io/utf8.t
36310 ____________________________________________________________________________
36311 [  9317] By: jhi                                   on 2001/03/23  23:41:25
36312         Log: AIX does seems to have optimization problems with its C compilers.
36313      Branch: perl
36314            ! hints/aix.sh
36315 ____________________________________________________________________________
36316 [  9316] By: jhi                                   on 2001/03/23  23:40:46
36317         Log: Integrate perlio.
36318      Branch: perl
36319           +> lib/PerlIO.pm
36320           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
36321           !> perliol.h
36322 ____________________________________________________________________________
36323 [  9315] By: jhi                                   on 2001/03/23  22:16:30
36324         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
36325      Branch: perl
36326            ! t/lib/md5-file.t
36327 ____________________________________________________________________________
36328 [  9314] By: nick                                  on 2001/03/23  20:49:02
36329         Log: Perlio internals re-organized.
36330              - open process creates AV of layer/arg pairs
36331              (appends layers from open() or open.pm to default list).
36332              - push arg is now an SV.
36333              - layer ->Open get passed the AV
36334              - open is no longer mandatory method.
36335              - topmost layer that has ->Open method does the open
36336              - any layers above are pushed once that returns.
36337              - vtable re-ordered so dummy layers need only provide push/pop methods.
36338      Branch: perlio
36339            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
36340 ____________________________________________________________________________
36341 [  9313] By: nick                                  on 2001/03/23  16:27:41
36342         Log: Check in a stable (working) version before next round of tweaks.
36343              Changes include:
36344              - Move default layers code out of doio.c and into perlio.c
36345              - Single routine for parsing layer specification strings.
36346              - Skeleton support for demand loading of layers
36347              - Core-dump avoidance if PERLIO environment specifies loadable layer
36348              (does not _work_ as need IO to load and need load to do IO ...)
36349      Branch: perlio
36350            + lib/PerlIO.pm
36351            ! MANIFEST doio.c perlio.c
36352 ____________________________________________________________________________
36353 [  9312] By: gsar                                  on 2001/03/23  16:25:25
36354         Log: add execute bit to files with shebang lines in the repository;
36355              avoid clobbering execute bit in Porting/makerel 
36356      Branch: maint-5.6/perl
36357            ! (edit 144 files)
36358 ____________________________________________________________________________
36359 [  9311] By: jhi                                   on 2001/03/23  14:25:35
36360         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
36361      Branch: perl
36362            ! MANIFEST
36363 ____________________________________________________________________________
36364 [  9310] By: jhi                                   on 2001/03/23  13:45:04
36365         Log: Subject: [PATCH] Net::Ping
36366              From: Colin McMillen <mcmi0037@tc.umn.edu>
36367              Date: Thu, 22 Mar 2001 19:30:31 -0600
36368              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
36369      Branch: perl
36370            ! lib/Net/Ping.pm
36371 ____________________________________________________________________________
36372 [  9309] By: jhi                                   on 2001/03/23  13:39:13
36373         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
36374      Branch: perl
36375            ! t/lib/md5-aaa.t t/lib/md5-file.t
36376 ____________________________________________________________________________
36377 [  9308] By: jhi                                   on 2001/03/23  13:20:34
36378         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
36379              - bump the version to 2.14
36380              - drop the base64 tests since they require MIME::Base64
36381              - drop the rfc1321.txt
36382              - drop the hints/dec_osf.pl since it's only needed for
36383              pre-5.005_03 Perls
36384              Todo:
36385              - the U32 alignment testing is now removed; it needs to
36386              be reintroduced as as a Config variable (meaning also
36387              as a Configure test)
36388              - get the new EBCDIC md5sum for MD5.pm
36389              - test in Win32 to see how badly I botched the makefiles
36390      Branch: perl
36391            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
36392            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
36393            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
36394            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
36395            + t/lib/md5-file.t
36396            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
36397            ! win32/Makefile win32/makefile.mk
36398 ____________________________________________________________________________
36399 [  9307] By: jhi                                   on 2001/03/23  12:56:14
36400         Log: Integrate change #9306 from maintperl into mainline,
36401              AIX dynaloader for AIXes without <load.h>.
36402      Branch: perl
36403           !> ext/DynaLoader/hints/aix.pl
36404 ____________________________________________________________________________
36405 [  9306] By: jhi                                   on 2001/03/23  12:51:36
36406         Log: There are AIXes without /usr/include/load.h,
36407              patch from H.Merijn Brand.
36408      Branch: maint-5.6/perl
36409            ! ext/DynaLoader/hints/aix.pl
36410 ____________________________________________________________________________
36411 [  9305] By: nick                                  on 2001/03/23  11:00:42
36412         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
36413      Branch: perlio
36414            ! ext/Encode/Encode.xs perlio.c perlio.h
36415 ____________________________________________________________________________
36416 [  9304] By: nick                                  on 2001/03/23  10:20:46
36417         Log: Render -Duseperlio functional again.
36418              - this is "quick fix" which calls PerlIO_apply_layers after opening,
36419              which is what old scheme did. New scheme needs to change that
36420              to make open(...,\$scalar) etc. work but this will do for now.
36421      Branch: perlio
36422            ! perlio.c
36423 ____________________________________________________________________________
36424 [  9303] By: nick                                  on 2001/03/23  09:53:20
36425         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
36426              -Uuseperlio now works again.
36427              -Duseperlio is still poorly. Don't merge yet...
36428      Branch: perlio
36429            ! doio.c perlio.h
36430 ____________________________________________________________________________
36431 [  9302] By: nick                                  on 2001/03/22  22:26:51
36432         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
36433              type code.
36434              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
36435              is its main caller. In particular now has access to "extra" args, and
36436              can tell when an open handle is "reopened" (or duped?).
36437              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
36438              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
36439              PerlIO_open() et. al. (i.e. other way round).
36440              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
36441              with args close to PerlIO_openn().
36442      Branch: perlio
36443            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
36444 ____________________________________________________________________________
36445 [  9301] By: jhi                                   on 2001/03/22  20:58:04
36446         Log: Integrate perlio.
36447      Branch: perl
36448           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
36449           !> t/io/open.t util.c
36450 ____________________________________________________________________________
36451 [  9300] By: nick                                  on 2001/03/22  17:36:32
36452         Log: Don't include $@ in not ok message.
36453      Branch: perlio
36454            ! t/io/open.t
36455 ____________________________________________________________________________
36456 [  9299] By: gsar                                  on 2001/03/22  16:53:45
36457         Log: back out changes#7532,7521 for now (appears to have problems
36458              on IRIX)
36459      Branch: maint-5.6/perl
36460            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
36461            ! ext/POSIX/typemap pod/perlvar.pod
36462 ____________________________________________________________________________
36463 [  9298] By: nick                                  on 2001/03/22  14:35:46
36464         Log: Give a meaning to '&' in n-arg open case:
36465              open($fh,"<&",$scalar);
36466              $scalar can be:
36467              - an integer which does "fdopen"
36468              open($fh,"<&",2); # like open($fh,"<&2")
36469              - something that will yield a file handle via sv_2io()
36470              useful for dup'ing anonymous handles.
36471              e.g.:
36472              open(my $fh,"<&",\*STDIN);
36473              open(my $dup,"<&",$fh);
36474      Branch: perlio
36475            ! doio.c t/io/open.t
36476 ____________________________________________________________________________
36477 [  9297] By: nick                                  on 2001/03/22  13:34:35
36478         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
36479      Branch: perlio
36480            ! util.c
36481 ____________________________________________________________________________
36482 [  9296] By: nick                                  on 2001/03/22  12:51:20
36483         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
36484      Branch: perlio
36485            ! perl.c
36486 ____________________________________________________________________________
36487 [  9295] By: nick                                  on 2001/03/22  11:59:44
36488         Log: If stdin, stdout or stderr get opened in unexpected read/write state
36489              then warn at time of open not at time of use.
36490      Branch: perlio
36491            ! doio.c pp_hot.c pp_sys.c
36492 ____________________________________________________________________________
36493 [  9294] By: nick                                  on 2001/03/22  10:54:35
36494         Log: Die on n-arg open(...,"",xxx,yyy,...)
36495              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
36496              - die on read/write cases so we can decide what it means later.
36497      Branch: perlio
36498            ! doio.c embed.pl iperlsys.h util.c
36499 ____________________________________________________________________________
36500 [  9293] By: nick                                  on 2001/03/22  09:02:45
36501         Log: perlio tweaks (reported by Nick Clark)
36502              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
36503              error check in Pendinf_read().
36504      Branch: perlio
36505            ! perlio.c
36506 ____________________________________________________________________________
36507 [  9292] By: gsar                                  on 2001/03/22  07:12:00
36508         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
36509              fixes)
36510      Branch: maint-5.6/perl
36511           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
36512 ____________________________________________________________________________
36513 [  9291] By: jhi                                   on 2001/03/22  06:06:44
36514         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
36515      Branch: perl
36516            ! t/op/re_tests
36517 ____________________________________________________________________________
36518 [  9290] By: jhi                                   on 2001/03/22  05:57:01
36519         Log: Move MacOS Classic higher in the list of supported platforms.
36520      Branch: maint-5.6/perl
36521            ! pod/perlport.pod
36522 ____________________________________________________________________________
36523 [  9289] By: gsar                                  on 2001/03/22  05:35:04
36524         Log: revert part of change#6438 for compatibility (av_reify()
36525              appears to be needed to implement av_splice()ish things
36526              in XS)
36527      Branch: maint-5.6/perl
36528            ! embed.pl global.sym objXSUB.h perlapi.c
36529 ____________________________________________________________________________
36530 [  9288] By: gsar                                  on 2001/03/22  03:09:19
36531         Log: update copyright year
36532      Branch: maint-5.6/perl
36533            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
36534            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
36535            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
36536            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
36537            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
36538            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
36539            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
36540            ! x2p/walk.c
36541 ____________________________________________________________________________
36542 [  9287] By: jhi                                   on 2001/03/21  20:30:54
36543         Log: Integrate perlio.
36544      Branch: perl
36545           !> ext/Data/Dumper/Dumper.xs
36546 ____________________________________________________________________________
36547 [  9286] By: gsar                                  on 2001/03/21  19:49:54
36548         Log: makefile.mk tweak
36549      Branch: maint-5.6/perl
36550            ! win32/Makefile win32/makefile.mk
36551 ____________________________________________________________________________
36552 [  9285] By: nick                                  on 2001/03/21  19:07:13
36553         Log: Multiplicity fix for Dumper.
36554      Branch: perlio
36555            ! ext/Data/Dumper/Dumper.xs
36556 ____________________________________________________________________________
36557 [  9284] By: nick                                  on 2001/03/21  19:01:07
36558         Log: Integrate mainline - (does not build xTHX issue in Dumper).
36559      Branch: perlio
36560           !> (integrate 27 files)
36561 ____________________________________________________________________________
36562 [  9283] By: jhi                                   on 2001/03/21  17:17:35
36563         Log: Integrate change #9282 from mainline into maintperl,
36564              4-arg UTF-8 substr().
36565      Branch: maint-5.6/perl
36566           !> pp.c
36567 ____________________________________________________________________________
36568 [  9282] By: jhi                                   on 2001/03/21  17:15:43
36569         Log: The #9270 would have leaked a scalar if pp_substr()
36570              returned early.
36571      Branch: perl
36572            ! pp.c
36573 ____________________________________________________________________________
36574 [  9281] By: gsar                                  on 2001/03/21  17:03:14
36575         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
36576      Branch: maint-5.6/perl
36577            ! win32/makefile.mk
36578 ____________________________________________________________________________
36579 [  9280] By: gsar                                  on 2001/03/21  17:01:20
36580         Log: some tweaks to change#9278 (fork() emulation should be enabled
36581              by setting BUILD_FLAVOR instead of changing the defaults)
36582      Branch: maint-5.6/perl
36583            ! win32/makefile.mk
36584 ____________________________________________________________________________
36585 [  9279] By: gsar                                  on 2001/03/21  16:47:19
36586         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
36587      Branch: maint-5.6/perl
36588            ! ext/File/Glob/Glob.pm
36589           !> lib/Cwd.pm
36590 ____________________________________________________________________________
36591 [  9278] By: jhi                                   on 2001/03/21  14:35:10
36592         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
36593              From: "Vadim Konovalov" <watman@inbox.ru>
36594              Date: Wed, 21 Mar 2001 01:53:51 +0300
36595              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
36596      Branch: maint-5.6/perl
36597            ! win32/makefile.mk win32/win32sck.c
36598 ____________________________________________________________________________
36599 [  9277] By: jhi                                   on 2001/03/21  13:58:28
36600         Log: Integrate change #9270 from mainline to maintperl:
36601              continued 4-arg UTF-8 substr() fixing.
36602      Branch: maint-5.6/perl
36603           !> pp.c t/op/substr.t
36604 ____________________________________________________________________________
36605 [  9276] By: jhi                                   on 2001/03/21  13:33:00
36606         Log: More pixie cleaning.
36607      Branch: perl
36608            ! Makefile.SH
36609 ____________________________________________________________________________
36610 [  9275] By: jhi                                   on 2001/03/21  03:54:17
36611         Log: Update Changes.
36612      Branch: perl
36613            ! Changes patchlevel.h
36614 ____________________________________________________________________________
36615 [  9274] By: jhi                                   on 2001/03/21  03:48:24
36616         Log: First stab at making Data::Dumper to grok Unicode.
36617              
36618              TODO: tests, EBCDICify.
36619      Branch: perl
36620            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
36621 ____________________________________________________________________________
36622 [  9273] By: jhi                                   on 2001/03/21  02:23:00
36623         Log: Fix for
36624              
36625              Subject: Memory leak in unquoted print   
36626              From: Benjamin Sugars <bsugars@canoe.ca> 
36627              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
36628              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
36629      Branch: perl
36630            ! perlio.c
36631 ____________________________________________________________________________
36632 [  9272] By: jhi                                   on 2001/03/21  01:33:17
36633         Log: Subject: Re: [PATCH] POSIX::getcwd()
36634              From: Benjamin Sugars <bsugars@canoe.ca> 
36635              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
36636              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
36637      Branch: perl
36638            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
36639 ____________________________________________________________________________
36640 [  9271] By: jhi                                   on 2001/03/21  01:22:52
36641         Log: Subject: [PATCH] Cwd.pm docs
36642              From: Benjamin Sugars <bsugars@canoe.ca>
36643              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
36644              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
36645      Branch: perl
36646            ! lib/Cwd.pm
36647 ____________________________________________________________________________
36648 [  9270] By: jhi                                   on 2001/03/21  01:16:29
36649         Log: Continue 4-arg substr() UTF-8 fixage.
36650      Branch: perl
36651            ! pp.c t/op/substr.t
36652 ____________________________________________________________________________
36653 [  9269] By: jhi                                   on 2001/03/21  00:46:14
36654         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
36655              
36656              revert the leak fix in change#9142 (problem needs a more experimental
36657              fix unsuitable for 5.6.1)
36658              
36659              do alphabetical sorting by default (for csh compatibility)
36660              
36661              cut-n-paste goof in change#9264
36662              
36663              VMS piping fixes (from Charles Lane)
36664      Branch: perl
36665           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
36666           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
36667           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
36668 ____________________________________________________________________________
36669 [  9268] By: jhi                                   on 2001/03/21  00:37:04
36670         Log: Integrate perlio.
36671      Branch: perl
36672           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
36673           !> utf8.c utf8.h utfebcdic.h
36674 ____________________________________________________________________________
36675 [  9267] By: nick                                  on 2001/03/20  20:04:39
36676         Log: More EBCDIC stuff:
36677              - Loose the extra level of function on ASCII.
36678              - spotted a chr(0) issue in sv.c
36679              - re-work of UTF-X tr/// ranges to work in Unicode
36680              space. Still issues with the "0xff is illegal UTF-8" hack.
36681              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
36682              (why do it once when you can do it all over the place :-(
36683              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
36684              need utf8.pm for swashes.
36685              - Simplified and commented scan_const() in toke.c
36686              Still something wrong regexp and tr (swashes?).
36687      Branch: perlio
36688            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
36689            ! utf8.c utf8.h utfebcdic.h
36690 ____________________________________________________________________________
36691 [  9266] By: gsar                                  on 2001/03/20  19:16:43
36692         Log: VMS piping fixes (from Charles Lane)
36693      Branch: maint-5.6/perl
36694            ! vms/vms.c vms/vmspipe.com
36695 ____________________________________________________________________________
36696 [  9265] By: gsar                                  on 2001/03/20  17:53:52
36697         Log: cut-n-paste goof in change#9264
36698      Branch: maint-5.6/perl
36699            ! ext/File/Glob/Glob.xs
36700 ____________________________________________________________________________
36701 [  9264] By: gsar                                  on 2001/03/20  17:43:47
36702         Log: do alphabetical sorting by default (for csh compatibility);
36703              bsd_glob() does ASCII sort by default as usual, unless
36704              GLOB_ALPHASORT was specified
36705      Branch: maint-5.6/perl
36706            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
36707            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
36708            ! ext/File/Glob/bsd_glob.h
36709 ____________________________________________________________________________
36710 [  9263] By: gsar                                  on 2001/03/20  16:40:08
36711         Log: integrate change#9255 from mainline (unicode fix)
36712              
36713              substr($bytestr, i, n, $charstr)
36714      Branch: maint-5.6/perl
36715           !> Todo-5.6 pp.c t/op/substr.t
36716 ____________________________________________________________________________
36717 [  9262] By: gsar                                  on 2001/03/20  15:57:41
36718         Log: revert the leak fix in change#9142 (problem needs a more experimental
36719              fix unsuitable for 5.6.1)
36720      Branch: maint-5.6/perl
36721            ! scope.c
36722 ____________________________________________________________________________
36723 [  9261] By: jhi                                   on 2001/03/20  14:26:25
36724         Log: Integrate changes #9259,9260 from maintperl into mainline.
36725              
36726              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
36727              
36728              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
36729      Branch: perl
36730           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
36731 ____________________________________________________________________________
36732 [  9260] By: jhi                                   on 2001/03/20  14:05:46
36733         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
36734              From: Robin Barker <rmb1@cise.npl.co.uk>
36735              Date: Tue, 20 Mar 2001 10:12:04 GMT
36736              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
36737      Branch: maint-5.6/perl
36738            ! run.c
36739 ____________________________________________________________________________
36740 [  9259] By: jhi                                   on 2001/03/20  14:04:39
36741         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
36742              From: Chris Nandor <pudge@pobox.com>
36743              Date: Tue, 20 Mar 2001 00:40:56 -0500
36744              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
36745      Branch: maint-5.6/perl
36746            ! ext/POSIX/POSIX.xs lib/File/Path.pm
36747 ____________________________________________________________________________
36748 [  9258] By: jhi                                   on 2001/03/20  05:09:34
36749         Log: Update Changes.
36750      Branch: perl
36751            ! Changes patchlevel.h
36752 ____________________________________________________________________________
36753 [  9257] By: jhi                                   on 2001/03/20  05:04:25
36754         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
36755      Branch: perl
36756            ! t/op/tr.t
36757 ____________________________________________________________________________
36758 [  9256] By: jhi                                   on 2001/03/20  04:43:12
36759         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
36760              From: Peter Prymmer <pvhp@forte.com>
36761              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
36762              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
36763      Branch: maint-5.6/perl
36764            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
36765 ____________________________________________________________________________
36766 [  9255] By: jhi                                   on 2001/03/19  23:17:17
36767         Log: substr($bytestr, i, n, $charstr)
36768              
36769              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
36770      Branch: perl
36771            ! Todo-5.6 pp.c t/op/substr.t
36772 ____________________________________________________________________________
36773 [  9254] By: jhi                                   on 2001/03/19  22:25:09
36774         Log: Rearrange the make test target prerequisites so that
36775              in a parallel make 'all' is finished before 'test'.
36776      Branch: perl
36777            ! Makefile.SH
36778 ____________________________________________________________________________
36779 [  9253] By: jhi                                   on 2001/03/19  21:48:07
36780         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
36781              From: Robin Houston <robin@kitsite.com>
36782              Date: Mon, 19 Mar 2001 15:48:41 +0000
36783              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
36784      Branch: perl
36785            ! pp_ctl.c
36786 ____________________________________________________________________________
36787 [  9252] By: jhi                                   on 2001/03/19  21:42:27
36788         Log: Integrate perlio.
36789      Branch: perl
36790           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
36791           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
36792           !> utfebcdic.h vms/perly_c.vms
36793 ____________________________________________________________________________
36794 [  9251] By: jhi                                   on 2001/03/19  21:31:28
36795         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
36796              
36797              Dynaloading in 64-bit AIX with vac.
36798      Branch: perl
36799           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36800           !> hints/aix.sh
36801 ____________________________________________________________________________
36802 [  9250] By: jhi                                   on 2001/03/19  21:18:00
36803         Log: A more robust solution for the 64bitall AIX dynaloading
36804              problem, from Jens-Uwe Mager.
36805      Branch: maint-5.6/perl
36806            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
36807 ____________________________________________________________________________
36808 [  9249] By: nick                                  on 2001/03/19  20:59:37
36809         Log: Integrate mainline.
36810      Branch: perlio
36811           !> (integrate 42 files)
36812 ____________________________________________________________________________
36813 [  9248] By: nick                                  on 2001/03/19  20:22:07
36814         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
36815              (Building on OS390 uses native YACC and YYDEBUG has other
36816              side effects.)
36817      Branch: perlio
36818            ! perly.c perly.y vms/perly_c.vms
36819 ____________________________________________________________________________
36820 [  9247] By: jhi                                   on 2001/03/19  19:59:53
36821         Log: 64-bit AIX dynaloading problem (see #9244) idea
36822              from Jens-Uwe Mager.
36823      Branch: maint-5.6/perl
36824            ! ext/DynaLoader/dl_aix.xs
36825 ____________________________________________________________________________
36826 [  9246] By: nick                                  on 2001/03/19  19:27:57
36827         Log: More EBCDIC fixes.
36828      Branch: perlio
36829            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
36830            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
36831 ____________________________________________________________________________
36832 [  9245] By: jhi                                   on 2001/03/19  19:05:19
36833         Log: Integrate change #9243 from mainline into maintperl.
36834              
36835              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
36836      Branch: maint-5.6/perl
36837           !> README.vmesa
36838 ____________________________________________________________________________
36839 [  9244] By: jhi                                   on 2001/03/19  19:03:15
36840         Log: Get 64bitall AIX building, but still does not test okay:
36841              dynaloading anything fails, for example for op/defins:
36842              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
36843              (update: fixed by #9247,9250)
36844      Branch: maint-5.6/perl
36845            ! hints/aix.sh
36846 ____________________________________________________________________________
36847 [  9243] By: jhi                                   on 2001/03/19  19:00:16
36848         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
36849              From: Robin Barker <rmb1@cise.npl.co.uk>
36850              Date: Mon, 19 Mar 2001 18:01:57 GMT
36851              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
36852      Branch: perl
36853            ! README.vmesa
36854 ____________________________________________________________________________
36855 [  9242] By: jhi                                   on 2001/03/19  18:58:43
36856         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
36857              
36858              TODO: tests.
36859      Branch: perl
36860            ! doop.c op.c
36861 ____________________________________________________________________________
36862 [  9241] By: gsar                                  on 2001/03/19  17:34:46
36863         Log: VMSify tests (from Charles Lane)
36864      Branch: maint-5.6/perl
36865            ! t/lib/filehand.t t/lib/texttabs.t
36866 ____________________________________________________________________________
36867 [  9240] By: jhi                                   on 2001/03/19  14:24:26
36868         Log: Integrate change #9233 from maintperl into mainline.
36869              
36870              some refcounts were incorrect in perl_clone()
36871      Branch: perl
36872           !> sv.c
36873 ____________________________________________________________________________
36874 [  9239] By: gsar                                  on 2001/03/19  09:23:17
36875         Log: this is 5.6.1-trial3
36876      Branch: maint-5.6/perl
36877            ! Changes
36878 ____________________________________________________________________________
36879 [  9238] By: gsar                                  on 2001/03/19  08:47:04
36880         Log: some new symbols are only available under ithreads
36881      Branch: maint-5.6/perl
36882            ! makedef.pl
36883 ____________________________________________________________________________
36884 [  9237] By: gsar                                  on 2001/03/19  08:42:28
36885         Log: update patchlevel.h, Changes, &c.
36886      Branch: maint-5.6/perl
36887            ! Changes patchlevel.h pod/perlhist.pod
36888           !> AUTHORS
36889 ____________________________________________________________________________
36890 [  9236] By: gsar                                  on 2001/03/19  08:17:49
36891         Log: integrate changes#8068,8717 from mainline
36892              
36893              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
36894              
36895              [PATCH CPAN 1.59_51] warning message (not!)
36896      Branch: maint-5.6/perl
36897           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
36898           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
36899           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
36900           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
36901           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
36902 ____________________________________________________________________________
36903 [  9235] By: gsar                                  on 2001/03/19  08:07:09
36904         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
36905              
36906              [PATCH] Add missing CV flags to dump.c
36907              
36908              Re: [patch] Re: PL_ptr_table
36909              
36910              Fixup non-ithread build after 8713
36911              
36912              Generated files form 8713 etc.
36913              
36914              Correct the correction :-(
36915              
36916              Documenting coderef @INC (Re: CPAN "make this script work" feature)
36917              
36918              Subject: Re: sync sync sync: have I missed any patches?
36919              Replace djSP with dSP.
36920      Branch: maint-5.6/perl
36921           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
36922           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
36923           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
36924           !> sv.c sv.h win32/perlhost.h
36925 ____________________________________________________________________________
36926 [  9234] By: gsar                                  on 2001/03/19  07:22:05
36927         Log: revert the change#9090 integrate for now (change looks somewhat
36928              incomplete in that [ha]v_exists() need something similar; lacks
36929              tests; &c.)
36930      Branch: maint-5.6/perl
36931            ! hv.c
36932 ____________________________________________________________________________
36933 [  9233] By: gsar                                  on 2001/03/19  07:10:01
36934         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
36935              destruction when there are unreferenced scalars (SvREFCNT==0)
36936      Branch: maint-5.6/perl
36937            ! sv.c
36938 ____________________________________________________________________________
36939 [  9232] By: jhi                                   on 2001/03/19  05:11:02
36940         Log: Regen api and toc.
36941      Branch: maint-5.6/perl
36942            ! pod/perlapi.pod pod/perltoc.pod
36943 ____________________________________________________________________________
36944 [  9231] By: jhi                                   on 2001/03/19  04:06:03
36945         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
36946              add a lost line in pp.c:pp_chop(), update to new op/chop.
36947              
36948              Clarify the description differentiating for and while; inspired by
36949              
36950              Subject: [ID 20010306.004] || != named unary operator
36951              
36952              The $Is_MacOS needs to be declared.
36953      Branch: maint-5.6/perl
36954            ! pp.c t/op/chop.t
36955           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
36956 ____________________________________________________________________________
36957 [  9230] By: jhi                                   on 2001/03/19  03:48:16
36958         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
36959              9079,9083,9089,9090,9091 from mainline to maintperl.
36960              
36961              Quieten some noise in Win32 builds
36962              
36963              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
36964              
36965              The perlretut was still talking about the old \p and \P
36966              definitions.
36967              
36968              More tweakage on the Unicode character class descriptions.
36969              
36970              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
36971              
36972              Subject: 'no *POSIX' Patch speeding up make on BS2000 
36973              
36974              Subject: [PATCH] perldata.pod here-doc docs
36975              
36976              Add /sbin and /usr/sbin to the list of directories scanned
36977              for setuid programs.  Takes care of bug id 20010309.003.
36978              
36979              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
36980              
36981              In op/stat #35 better to scan all the potential directories
36982              for setuids, not just the first one.
36983      Branch: maint-5.6/perl
36984            ! Makefile.SH
36985           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
36986           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
36987           !> t/op/stat.t toke.c win32/win32.h
36988 ____________________________________________________________________________
36989 [  9229] By: jhi                                   on 2001/03/19  02:31:50
36990         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
36991              From: Chris Nandor <pudge@pobox.com>
36992              Date: Sat, 10 Mar 2001 14:22:19 -0500
36993              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
36994      Branch: maint-5.6/perl
36995            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
36996            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
36997            ! t/lib/b.t t/lib/errno.t
36998 ____________________________________________________________________________
36999 [  9228] By: jhi                                   on 2001/03/19  02:29:59
37000         Log: Integrate changes #9113,9122 from mainline into maintperl.
37001              
37002              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?)
37003      Branch: maint-5.6/perl
37004           !> Configure README.os390 hints/os390.sh
37005 ____________________________________________________________________________
37006 [  9227] By: jhi                                   on 2001/03/19  02:22:35
37007         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
37008              into maintperl.
37009              
37010              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
37011              
37012              Forgot to check-in the larger part of #9120, duh.
37013              
37014              Subject: Another patch for integer.pm POD 
37015              
37016              h2ph strictness and cleanliness from Kurt Starsinic.
37017              
37018              Borland filename case problem.
37019              
37020              h2ph strictness and cleanliness from Kurt Starsinic.
37021              
37022              Subject: [PATCH] the uncontroversial doc patches
37023      Branch: maint-5.6/perl
37024           +> win32/sncfnmcs.pl
37025           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
37026           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
37027           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
37028           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
37029           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
37030           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
37031           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
37032 ____________________________________________________________________________
37033 [  9226] By: jhi                                   on 2001/03/19  02:10:21
37034         Log: Integrate changes #9207,9214 from mainline into maintperl.
37035              
37036              podchecker relaxations: =over has an *optional* number after it,
37037              and whitespace in L<> is okay.
37038      Branch: maint-5.6/perl
37039           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
37040           !> t/pod/poderrs.xr
37041 ____________________________________________________________________________
37042 [  9225] By: jhi                                   on 2001/03/19  02:07:38
37043         Log: Integrate change #9219 from maintperl into mainline.
37044              
37045              remove duplicated tests
37046      Branch: perl
37047           !> t/op/re_tests
37048 ____________________________________________________________________________
37049 [  9224] By: jhi                                   on 2001/03/19  02:06:11
37050         Log: Integrate change #9223 from mainline to maintperl.
37051              
37052              Document -Dmksymlinks.
37053      Branch: maint-5.6/perl
37054           !> INSTALL
37055 ____________________________________________________________________________
37056 [  9223] By: jhi                                   on 2001/03/19  02:01:25
37057         Log: Document -Dmksymlinks.
37058      Branch: perl
37059            ! INSTALL
37060 ____________________________________________________________________________
37061 [  9222] By: jhi                                   on 2001/03/19  01:15:35
37062         Log: The -Dmksymlinks wasn't working for maintperl.
37063      Branch: maint-5.6/perl
37064            ! Configure
37065 ____________________________________________________________________________
37066 [  9221] By: jhi                                   on 2001/03/19  00:49:43
37067         Log: Cleanup pixie residue.
37068      Branch: perl
37069            ! Makefile.SH
37070 ____________________________________________________________________________
37071 [  9220] By: jhi                                   on 2001/03/19  00:44:47
37072         Log: Document the use of pixie/prof; create make targets for it.
37073              
37074              TODO: make t/TEST pixie-aware.
37075      Branch: perl
37076            ! Makefile.SH pod/perlhack.pod
37077 ____________________________________________________________________________
37078 [  9219] By: gsar                                  on 2001/03/19  00:16:55
37079         Log: remove duplicated tests
37080      Branch: maint-5.6/perl
37081            ! t/op/re_tests
37082 ____________________________________________________________________________
37083 [  9218] By: jhi                                   on 2001/03/18  23:59:31
37084         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
37085      Branch: perl
37086            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
37087 ____________________________________________________________________________
37088 [  9217] By: jhi                                   on 2001/03/18  23:25:20
37089         Log: Rewrite the tests section of Makefile to be less redundant
37090              and to allow for more flexible test targets, many recursive
37091              make calls introduced.
37092      Branch: perl
37093            ! Makefile.SH
37094 ____________________________________________________________________________
37095 [  9216] By: jhi                                   on 2001/03/18  22:30:04
37096         Log: Document the use of Third Degree (sparsely).
37097      Branch: perl
37098            ! pod/perlhack.pod t/TEST
37099 ____________________________________________________________________________
37100 [  9215] By: jhi                                   on 2001/03/18  22:10:30
37101         Log: Make targets for testing with Third Degree.
37102      Branch: perl
37103            ! Makefile.SH
37104 ____________________________________________________________________________
37105 [  9214] By: jhi                                   on 2001/03/18  21:08:53
37106         Log: The podchecker relaxations need to mirrored also at the tests.
37107      Branch: perl
37108            ! t/pod/poderrs.xr
37109 ____________________________________________________________________________
37110 [  9213] By: jhi                                   on 2001/03/18  20:56:21
37111         Log: Update Changes.
37112      Branch: perl
37113            ! Changes patchlevel.h
37114 ____________________________________________________________________________
37115 [  9212] By: jhi                                   on 2001/03/18  20:36:59
37116         Log: Looking for config.sh in parent directories isn't
37117              very useful for the toplevel Makefile.
37118      Branch: perl
37119            ! Makefile.SH
37120 ____________________________________________________________________________
37121 [  9211] By: jhi                                   on 2001/03/18  20:33:37
37122         Log: On "make clean" take care of Third Degree droppings.
37123      Branch: perl
37124            ! Makefile.SH
37125 ____________________________________________________________________________
37126 [  9210] By: jhi                                   on 2001/03/18  20:21:34
37127         Log: Add a hook for running the tests under the Third Degree
37128              debugging tool (set $ENV{PERL_3LOG} to non-zero)
37129              
37130              TODO: Document the use of Third Degree.
37131      Branch: perl
37132            ! t/TEST
37133 ____________________________________________________________________________
37134 [  9209] By: jhi                                   on 2001/03/18  20:19:07
37135         Log: Regen toc and api pods.
37136      Branch: perl
37137            ! pod/perlapi.pod pod/perltoc.pod
37138 ____________________________________________________________________________
37139 [  9208] By: jhi                                   on 2001/03/18  20:12:12
37140         Log: Integrate changes #8128,9132 from mainline into maintperl,
37141              Tie::SubstrHash fixes.
37142      Branch: maint-5.6/perl
37143           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
37144 ____________________________________________________________________________
37145 [  9207] By: jhi                                   on 2001/03/18  20:07:43
37146         Log: podchecker relaxations from Michael Stevens.
37147      Branch: perl
37148            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
37149 ____________________________________________________________________________
37150 [  9206] By: jhi                                   on 2001/03/18  20:04:24
37151         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
37152      Branch: perl
37153            ! lib/Locale/Constants.pm lib/Locale/Country.pm
37154            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
37155            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
37156 ____________________________________________________________________________
37157 [  9205] By: jhi                                   on 2001/03/18  19:54:45
37158         Log: Integrate changes #9161,9162 from maintperl to mainline.
37159              
37160              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
37161              results
37162      Branch: perl
37163           !> t/op/magic.t
37164 ____________________________________________________________________________
37165 [  9204] By: jhi                                   on 2001/03/18  19:37:46
37166         Log: Make perl.third checks more understandable to the builder.
37167      Branch: perl
37168            ! Makefile.SH
37169 ____________________________________________________________________________
37170 [  9203] By: jhi                                   on 2001/03/18  19:20:54
37171         Log: Re-integrate #9138 from maintperl to mainline,
37172              the squelching of the unneeded "Scalars leaked" messages.
37173      Branch: perl
37174           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
37175           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
37176           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
37177 ____________________________________________________________________________
37178 [  9202] By: jhi                                   on 2001/03/18  18:48:36
37179         Log: More robust and more paranoid perl.third target.
37180      Branch: perl
37181            ! Makefile.SH
37182 ____________________________________________________________________________
37183 [  9201] By: jhi                                   on 2001/03/18  18:39:21
37184         Log: Integrate change #9197 from maintperl to mainline.
37185              
37186              more thorough cleaning of arenas.
37187      Branch: perl
37188           !> embed.pl perl.c proto.h sv.c t/op/sort.t
37189 ____________________________________________________________________________
37190 [  9200] By: jhi                                   on 2001/03/18  18:25:17
37191         Log: Integrate perlio.
37192      Branch: perl
37193           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
37194           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
37195           !> t/lib/encode.t toke.c universal.c utf8.c
37196 ____________________________________________________________________________
37197 [  9199] By: nick                                  on 2001/03/18  15:23:51
37198         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
37199              is the sense of the test being done. Avoid some magical 127 and 128 values
37200              by using macros.
37201      Branch: perlio
37202            ! doop.c pp_ctl.c sv.c toke.c
37203 ____________________________________________________________________________
37204 [  9198] By: nick                                  on 2001/03/18  14:18:12
37205         Log: UTF-X encoding invariance for Encode:
37206              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
37207              - move the XS code for those to universal.c (so in miniperl)
37208              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
37209              - change ext/Encode/compile to use above.
37210              - Fix t/lib/encode.t for above
37211              - Teach t/lib/b.t to expect -uutf8
37212              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
37213              utf8.pm is needed.
37214      Branch: perlio
37215            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
37216            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
37217 ____________________________________________________________________________
37218 [  9197] By: gsar                                  on 2001/03/18  12:15:57
37219         Log: more thorough cleaning of arenas--keep going until no more
37220              SvREFCNT_dec()s occur (this fixes the problem that causes the
37221              pesky "Scalars leaked" warnings)
37222      Branch: maint-5.6/perl
37223            ! embed.pl perl.c proto.h sv.c t/op/sort.t
37224 ____________________________________________________________________________
37225 [  9196] By: nick                                  on 2001/03/18  10:57:29
37226         Log: Fix pragma/utf8.t # 15
37227              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
37228              are SvUTF8 as well.
37229      Branch: perlio
37230            ! toke.c
37231 ____________________________________________________________________________
37232 [  9195] By: nick                                  on 2001/03/18  09:27:06
37233         Log: Integrate mainline
37234      Branch: perlio
37235           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
37236           !> t/op/pat.t
37237 ____________________________________________________________________________
37238 [  9194] By: jhi                                   on 2001/03/18  05:29:59
37239         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
37240              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
37241      Branch: perl
37242            ! op.c op.h t/op/misc.t t/op/pat.t
37243 ____________________________________________________________________________
37244 [  9193] By: jhi                                   on 2001/03/18  05:15:06
37245         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
37246      Branch: perl
37247            ! mg.c t/op/pat.t
37248 ____________________________________________________________________________
37249 [  9192] By: jhi                                   on 2001/03/18  04:22:43
37250         Log: tr/// UTF-8 patches from Inaba Hiroto.
37251      Branch: perl
37252            ! doop.c op.c
37253 ____________________________________________________________________________
37254 [  9191] By: jhi                                   on 2001/03/18  04:21:17
37255         Log: Integrate perlio.
37256      Branch: perl
37257           !> utf8.c utfebcdic.h
37258 ____________________________________________________________________________
37259 [  9190] By: nick                                  on 2001/03/17  20:32:01
37260         Log: Correct #if EBCDIC side typos.
37261              Builds and passes many tests on OS390.
37262      Branch: perlio
37263            ! utf8.c utfebcdic.h
37264 ____________________________________________________________________________
37265 [  9189] By: jhi                                   on 2001/03/17  18:55:49
37266         Log: Add prerequisites for the perl.third target.
37267      Branch: perl
37268            ! Makefile.SH
37269 ____________________________________________________________________________
37270 [  9188] By: jhi                                   on 2001/03/17  18:46:00
37271         Log: Integrate perlio.
37272      Branch: perl
37273           +> utfebcdic.h
37274           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
37275 ____________________________________________________________________________
37276 [  9187] By: jhi                                   on 2001/03/17  18:38:47
37277         Log: Add a make rule for perl.third (the Third Degree memory debugging
37278              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
37279      Branch: perl
37280            ! Makefile.SH
37281 ____________________________________________________________________________
37282 [  9186] By: nick                                  on 2001/03/17  18:34:48
37283         Log: MANIFEST addition :-(
37284      Branch: perlio
37285            ! MANIFEST
37286 ____________________________________________________________________________
37287 [  9185] By: nick                                  on 2001/03/17  18:29:50
37288         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
37289              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
37290              a superset of ASCII are invariant under the encoding. This is EBCDIC
37291              friendly as an encoded string can be looked at as being EBCDIC by lexer
37292              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
37293              ASCII on ASCII machines.
37294              
37295              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
37296              seperate.
37297              - Add some more macros to comprehend different shift amounts and
37298              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
37299              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
37300              and conditionaly #include it.
37301              
37302              EBCDIC build as yet untested.  ASCII still fails the one test.
37303      Branch: perlio
37304            + utfebcdic.h
37305            ! utf8.c utf8.h
37306 ____________________________________________________________________________
37307 [  9184] By: nick                                  on 2001/03/17  17:44:16
37308         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
37309      Branch: perlio
37310            ! doop.c perl.h pp.c utf8.h
37311 ____________________________________________________________________________
37312 [  9183] By: jhi                                   on 2001/03/17  15:55:42
37313         Log: Integrate perlio.
37314      Branch: perl
37315            ! MANIFEST
37316           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
37317 ____________________________________________________________________________
37318 [  9182] By: nick                                  on 2001/03/17  09:16:06
37319         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
37320      Branch: perlio
37321            ! t/op/pat.t
37322 ____________________________________________________________________________
37323 [  9181] By: nick                                  on 2001/03/17  09:15:11
37324         Log: Integrate mainline.
37325      Branch: perlio
37326           +> lib/Locale/Constants.pm lib/Locale/Country.pm
37327           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
37328           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
37329           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
37330           !> (integrate 83 files)
37331 ____________________________________________________________________________
37332 [  9180] By: nick                                  on 2001/03/16  17:23:21
37333         Log: EBCDIC Fixes.
37334      Branch: perlio
37335            ! perl.h sv.c toke.c utf8.c utf8.h
37336 ____________________________________________________________________________
37337 [  9179] By: jhi                                   on 2001/03/16  14:10:12
37338         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
37339              a change needed to work around an AIX compiler bug.
37340      Branch: perl
37341            ! ext/Storable/Storable.xs
37342 ____________________________________________________________________________
37343 [  9178] By: jhi                                   on 2001/03/16  03:19:59
37344         Log: With Damian's approval synchronize damian's modules'
37345              licensing with Perl's standard module licensing.
37346      Branch: perl
37347            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
37348 ____________________________________________________________________________
37349 [  9177] By: jhi                                   on 2001/03/16  03:15:34
37350         Log: Make the Filter::Util:Call files have their own copies
37351              of the Perl standard module licensing, from Paul Marquess.
37352      Branch: perl
37353            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
37354 ____________________________________________________________________________
37355 [  9176] By: jhi                                   on 2001/03/16  02:56:04
37356         Log: Subject: [PATCH] more pod patches
37357              From: Michael Stevens <michael@etla.org>
37358              Date: Thu, 15 Mar 2001 21:25:18 +0000
37359              Message-ID: <20010315212518.A18870@firedrake.org>
37360      Branch: perl
37361            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
37362            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
37363            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
37364            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
37365            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
37366            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
37367            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
37368            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
37369            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
37370            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
37371            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
37372            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
37373            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
37374            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
37375            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
37376            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
37377            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
37378            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
37379            ! lib/Locale/Country.pm lib/Locale/Language.pm
37380            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
37381            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
37382            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
37383            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
37384            ! os2/OS2/Process/Process.pm
37385 ____________________________________________________________________________
37386 [  9175] By: jhi                                   on 2001/03/16  02:53:32
37387         Log: Subject: [PATCH] the uncontroversial doc patches
37388              From: Michael Stevens <michael@etla.org>
37389              Date: Thu, 15 Mar 2001 20:01:12 +0000
37390              Message-ID: <20010315200112.A7636@firedrake.org>
37391      Branch: perl
37392            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
37393            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
37394            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
37395            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
37396            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
37397 ____________________________________________________________________________
37398 [  9174] By: jhi                                   on 2001/03/16  02:50:49
37399         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
37400              From: Paul Lindner <lindner@inuus.com>
37401              Date: Fri, 16 Mar 2001 11:28:03 -0800
37402              Message-ID: <20010316112803.A7577@inuus.com>
37403      Branch: perl
37404            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
37405 ____________________________________________________________________________
37406 [  9173] By: nick                                  on 2001/03/15  20:21:03
37407         Log: 1st day's EBCDIC fixes:
37408              - toke.c's parsing of strings needed attention
37409              needed to conditionally e2a if string was already UTF-8
37410              - e2a/a2e tables where wrong way round.
37411              - new macros in utf8.h
37412      Branch: perlio
37413            ! perl.h toke.c utf8.h
37414 ____________________________________________________________________________
37415 [  9172] By: jhi                                   on 2001/03/15  15:17:17
37416         Log: Update Changes.
37417      Branch: perl
37418            ! Changes patchlevel.h
37419 ____________________________________________________________________________
37420 [  9171] By: jhi                                   on 2001/03/15  15:09:32
37421         Log: Subject: Re: Another Borland C++ problem.
37422              From: "Vadim Konovalov" <watman@inbox.ru>
37423              Date: Sat, 10 Mar 2001 19:26:07 +0300
37424              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
37425              
37426              Borland filename case problem.
37427      Branch: perl
37428            + win32/sncfnmcs.pl
37429            ! MANIFEST README.win32
37430 ____________________________________________________________________________
37431 [  9170] By: jhi                                   on 2001/03/15  14:54:23
37432         Log: Add Locale::Codes 1.06, from Neil Bowers.
37433      Branch: perl
37434            + lib/Locale/Constants.pm lib/Locale/Country.pm
37435            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
37436            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
37437            + t/lib/lc-language.t t/lib/lc-uk.t
37438            ! MANIFEST
37439 ____________________________________________________________________________
37440 [  9169] By: jhi                                   on 2001/03/15  14:19:01
37441         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
37442      Branch: perl
37443            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
37444            ! ext/Storable/Storable.xs
37445 ____________________________________________________________________________
37446 [  9168] By: jhi                                   on 2001/03/15  14:13:22
37447         Log: Integrate changes #9120,9167 from mainline to maintperl.
37448              
37449              Subject: [PATCH 5.6.1] OS/2 docs
37450              
37451              Subject: [PATCH 5.6.1] perldoc
37452      Branch: maint-5.6/perl
37453           !> os2/Changes utils/perldoc.PL
37454 ____________________________________________________________________________
37455 [  9167] By: jhi                                   on 2001/03/15  14:07:42
37456         Log: Subject: [PATCH 5.6.1] perldoc
37457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37458              Date: Wed, 14 Mar 2001 23:46:52 -0500
37459              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
37460      Branch: perl
37461            ! utils/perldoc.PL
37462 ____________________________________________________________________________
37463 [  9166] By: jhi                                   on 2001/03/15  13:53:15
37464         Log: sigaction test condition tweakage.
37465      Branch: perl
37466            ! t/lib/sigaction.t
37467 ____________________________________________________________________________
37468 [  9165] By: alanbur                               on 2001/03/15  03:49:17
37469         Log: Resynchronised with parent
37470      Branch: maint-5.6/pureperl
37471           +> os2/os2add.sym t/op/anonsub.t
37472           !> (integrate 72 files)
37473 ____________________________________________________________________________
37474 [  9164] By: jhi                                   on 2001/03/15  01:05:01
37475         Log: Avoid stomping off the beginning of an array in tr///.
37476      Branch: perl
37477            ! op.c
37478 ____________________________________________________________________________
37479 [  9163] By: jhi                                   on 2001/03/15  00:58:57
37480         Log: h2ph strictness and cleanliness from Kurt Starsinic.
37481      Branch: perl
37482            ! utils/h2ph.PL
37483 ____________________________________________________________________________
37484 [  9162] By: gsar                                  on 2001/03/15  00:56:53
37485         Log: avoid warnings
37486      Branch: maint-5.6/perl
37487            ! t/op/magic.t
37488 ____________________________________________________________________________
37489 [  9161] By: gsar                                  on 2001/03/15  00:52:09
37490         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
37491              results
37492      Branch: maint-5.6/perl
37493            ! t/op/magic.t
37494 ____________________________________________________________________________
37495 [  9160] By: jhi                                   on 2001/03/14  22:02:10
37496         Log: Do not use the Perl malloc in IRIX, suggested by
37497              Helmus Jarausch.
37498      Branch: perl
37499            ! hints/irix_6.sh
37500 ____________________________________________________________________________
37501 [  9159] By: nick                                  on 2001/03/14  21:45:59
37502         Log: Integrate mainline
37503      Branch: perlio
37504           +> t/op/loopctl.t
37505           !> (integrate 41 files)
37506 ____________________________________________________________________________
37507 [  9158] By: jhi                                   on 2001/03/14  21:10:09
37508         Log: The Day of the Retractions continues: the #9138
37509              (integrated in #9144) doesn't work well in mainline.
37510      Branch: perl
37511            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
37512            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
37513            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
37514 ____________________________________________________________________________
37515 [  9157] By: jhi                                   on 2001/03/14  20:58:12
37516         Log: The #9145 CANNOT be enabled: the clear_pmop code still
37517              dumps core all over in Tru64.
37518      Branch: perl
37519            ! op.c op.h t/op/pat.t
37520 ____________________________________________________________________________
37521 [  9156] By: jhi                                   on 2001/03/14  20:48:06
37522         Log: Integrate change #9154 from maintperl to mainline.
37523              
37524              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
37525              (caused Storable 1.0.10 to break on windows)
37526      Branch: perl
37527           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
37528           !> perlapi.c proto.h
37529 ____________________________________________________________________________
37530 [  9155] By: jhi                                   on 2001/03/14  20:23:53
37531         Log: Retract #9136: breaks threading (and binary compatibility).
37532      Branch: perl
37533            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
37534 ____________________________________________________________________________
37535 [  9154] By: gsar                                  on 2001/03/14  17:48:18
37536         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
37537              (caused Storable 1.0.10 to break on windows)
37538      Branch: maint-5.6/perl
37539            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
37540            ! perlapi.c proto.h
37541 ____________________________________________________________________________
37542 [  9153] By: jhi                                   on 2001/03/14  13:35:21
37543         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
37544      Branch: perl
37545            ! t/lib/sigaction.t
37546 ____________________________________________________________________________
37547 [  9152] By: gsar                                  on 2001/03/14  07:29:40
37548         Log: back out changes#9012,9010,9009 and parts of change#9016
37549              (causes ABRs under purify, and some prerequisites don't
37550              seem to be there in 5.6.x)
37551      Branch: maint-5.6/perl
37552            ! doop.c op.c t/op/tr.t toke.c
37553 ____________________________________________________________________________
37554 [  9151] By: gsar                                  on 2001/03/14  07:01:29
37555         Log: reenable change#9145 (the test was busted due to a missing
37556              C<print "ok 27\n">)
37557      Branch: perl
37558            ! op.c op.h t/op/pat.t
37559 ____________________________________________________________________________
37560 [  9150] By: jhi                                   on 2001/03/14  06:38:36
37561         Log: Retract #9145.
37562      Branch: perl
37563            ! op.c op.h t/op/pat.t
37564 ____________________________________________________________________________
37565 [  9149] By: jhi                                   on 2001/03/14  06:14:56
37566         Log: Retract #9143.
37567      Branch: perl
37568            ! op.c
37569 ____________________________________________________________________________
37570 [  9148] By: gsar                                  on 2001/03/14  06:13:02
37571         Log: Uninitialized Memory Read in regexec.c
37572      Branch: perl
37573            ! regexec.c
37574 ____________________________________________________________________________
37575 [  9147] By: jhi                                   on 2001/03/14  04:59:54
37576         Log: Subject: PATCH: make goto work in nested eval ""
37577              From: Robin Houston <robin@kitsite.com>
37578              Date: Wed, 14 Mar 2001 04:16:10 +0000
37579              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
37580      Branch: perl
37581            ! pp_ctl.c t/op/goto.t
37582 ____________________________________________________________________________
37583 [  9146] By: jhi                                   on 2001/03/14  04:42:54
37584         Log: Preserve the #ifdef PERL_CORE in perly.h.
37585      Branch: perl
37586            ! perly.fixer
37587 ____________________________________________________________________________
37588 [  9145] By: jhi                                   on 2001/03/14  03:57:41
37589         Log: (Retracted by #9150.)
37590      Branch: perl
37591            ! op.c op.h t/op/pat.t
37592 ____________________________________________________________________________
37593 [  9144] By: jhi                                   on 2001/03/14  03:50:38
37594         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
37595              
37596              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
37597              
37598              remove squelch controls for "Scalars leaked" messages in most places
37599              (these are now cured)
37600              
37601              fix another memory leak reported by purify (tie callbacks that
37602              croak can leak when wiping out magic)
37603      Branch: perl
37604           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
37605           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
37606           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
37607           !> t/pragma/warnings.t
37608 ____________________________________________________________________________
37609 [  9143] By: jhi                                   on 2001/03/14  03:37:53
37610         Log: (Retracted by #9149.)
37611      Branch: perl
37612            ! op.c
37613 ____________________________________________________________________________
37614 [  9142] By: gsar                                  on 2001/03/14  03:20:48
37615         Log: fix another memory leak reported by purify (tie callbacks that
37616              croak can leak when wiping out magic)
37617      Branch: maint-5.6/perl
37618            ! scope.c
37619 ____________________________________________________________________________
37620 [  9141] By: jhi                                   on 2001/03/14  02:55:00
37621         Log: Subject: PATCH for [ID 20010305.003]
37622              From: Robin Houston <robin@kitsite.com>
37623              Date: Wed, 14 Mar 2001 02:45:51 +0000
37624              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
37625      Branch: perl
37626            ! pp_ctl.c t/op/eval.t
37627 ____________________________________________________________________________
37628 [  9140] By: jhi                                   on 2001/03/14  02:41:54
37629         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
37630              Date: Wed, 14 Mar 2001 01:52:51 +0000
37631              From: Robin Houston <robin@kitsite.com>
37632              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
37633              
37634              Fix for 2000313.004.
37635      Branch: perl
37636            ! pp_ctl.c t/op/goto.t
37637 ____________________________________________________________________________
37638 [  9139] By: jhi                                   on 2001/03/14  02:40:50
37639         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
37640              From: Robin Houston <robin@kitsite.com>
37641              Date: Wed, 14 Mar 2001 00:43:45 +0000
37642              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
37643      Branch: perl
37644            + t/op/loopctl.t
37645            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
37646            ! vms/perly_c.vms
37647 ____________________________________________________________________________
37648 [  9138] By: gsar                                  on 2001/03/14  01:18:00
37649         Log: remove squelch controls for "Scalars leaked" messages in most places
37650              (these are now cured)
37651      Branch: maint-5.6/perl
37652            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
37653            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
37654            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
37655 ____________________________________________________________________________
37656 [  9137] By: gsar                                  on 2001/03/14  00:57:04
37657         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
37658      Branch: maint-5.6/perl
37659            ! regcomp.c
37660 ____________________________________________________________________________
37661 [  9136] By: jhi                                   on 2001/03/13  23:12:24
37662         Log: (Retracted by #9155)
37663              
37664              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
37665              From: Jens-Uwe Mager <jum@helios.de>
37666              Date: Wed, 21 Feb 2001 21:32:04 +0100
37667              Message-ID: <20010221213203.A18340@ans.helios.de>
37668      Branch: perl
37669            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
37670 ____________________________________________________________________________
37671 [  9135] By: jhi                                   on 2001/03/13  22:50:05
37672         Log: Integrate perlio.
37673      Branch: perl
37674           !> pp.c
37675 ____________________________________________________________________________
37676 [  9134] By: jhi                                   on 2001/03/13  22:49:05
37677         Log: Integrate change #9131 from maintperl into mainline.
37678              
37679              make the error text look more consistent in hints/hpux.sh
37680      Branch: perl
37681           !> hints/hpux.sh
37682 ____________________________________________________________________________
37683 [  9133] By: gsar                                  on 2001/03/13  22:46:20
37684         Log: integrate change#9067 from mainline
37685              
37686              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
37687      Branch: maint-5.6/perl
37688           !> lib/ExtUtils/MM_Unix.pm
37689 ____________________________________________________________________________
37690 [  9132] By: jhi                                   on 2001/03/13  22:41:21
37691         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
37692              From: "John P. Linderman" <jpl@research.att.com>
37693              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
37694              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
37695              
37696              A more correct prime finder.
37697      Branch: perl
37698            ! lib/Tie/SubstrHash.pm
37699 ____________________________________________________________________________
37700 [  9131] By: gsar                                  on 2001/03/13  22:30:42
37701         Log: make the error text look more consistent in hints/hpux.sh
37702      Branch: maint-5.6/perl
37703            ! hints/hpux.sh
37704 ____________________________________________________________________________
37705 [  9130] By: jhi                                   on 2001/03/13  22:23:44
37706         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
37707              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37708              Date: Tue, 13 Mar 2001 18:41:26 +0100
37709              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
37710              
37711              If the test is run non-interactively the default handler
37712              is different.
37713      Branch: perl
37714            ! t/lib/sigaction.t
37715 ____________________________________________________________________________
37716 [  9129] By: jhi                                   on 2001/03/13  22:20:21
37717         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
37718              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37719              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
37720              Date:     Tue, 13 Mar 2001 16:44:32 EST
37721      Branch: perl
37722            ! t/lib/1_compile.t
37723 ____________________________________________________________________________
37724 [  9128] By: jhi                                   on 2001/03/13  22:18:34
37725         Log: Subject: Another patch for integer.pm POD 
37726              From: "John L. Allen" <allen@grumman.com>
37727              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
37728              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
37729      Branch: perl
37730            ! lib/integer.pm
37731 ____________________________________________________________________________
37732 [  9127] By: nick                                  on 2001/03/13  21:26:30
37733         Log: Integrate mainline.
37734      Branch: perlio
37735           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
37736           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
37737           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
37738           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
37739           !> Changes Configure MANIFEST README.os2 README.os390
37740           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
37741           !> os2/Changes patchlevel.h win32/perlhost.h
37742 ____________________________________________________________________________
37743 [  9126] By: nick                                  on 2001/03/13  20:39:51
37744         Log: #ifdef'ed out code to make packed side of pack/unpack
37745              octets. (i.e. pack('U') => encode_utf8).
37746      Branch: perlio
37747            ! pp.c
37748 ____________________________________________________________________________
37749 [  9125] By: jhi                                   on 2001/03/13  15:07:16
37750         Log: Update Changes.
37751      Branch: perl
37752            ! Changes patchlevel.h
37753 ____________________________________________________________________________
37754 [  9124] By: jhi                                   on 2001/03/13  14:22:45
37755         Log: Workaround for the buggy ("internal compiler error")
37756              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
37757              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
37758              of Andreas König.
37759      Branch: perl
37760            ! ext/re/Makefile.PL hints/aix.sh
37761 ____________________________________________________________________________
37762 [  9123] By: jhi                                   on 2001/03/13  03:24:34
37763         Log: Typo in #9114.
37764      Branch: metaconfig
37765            ! U/modified/myhostname.U
37766 ____________________________________________________________________________
37767 [  9122] By: jhi                                   on 2001/03/13  03:24:06
37768         Log: Typo in #9113.
37769      Branch: perl
37770            ! Configure
37771 ____________________________________________________________________________
37772 [  9121] By: jhi                                   on 2001/03/13  01:53:05
37773         Log: Forgot to check-in the larger part of #9120, duh.
37774      Branch: perl
37775            ! README.os2
37776 ____________________________________________________________________________
37777 [  9120] By: jhi                                   on 2001/03/13  01:51:31
37778         Log: Subject: [PATCH 5.6.1] OS/2 docs
37779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37780              Date: Mon, 12 Mar 2001 03:27:32 -0500
37781              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
37782      Branch: perl
37783            ! os2/Changes
37784 ____________________________________________________________________________
37785 [  9119] By: jhi                                   on 2001/03/13  01:49:41
37786         Log: Integrate change #9116 from maintperl into mainline.
37787              
37788              Win32::GetCwd() returns C: instead of C:\ in the root directory
37789              under ithreads
37790      Branch: perl
37791           !> win32/perlhost.h
37792 ____________________________________________________________________________
37793 [  9118] By: jhi                                   on 2001/03/13  01:13:39
37794         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
37795      Branch: perl
37796            + lib/Switch.pm t/lib/switch.t
37797            ! MANIFEST
37798 ____________________________________________________________________________
37799 [  9117] By: jhi                                   on 2001/03/13  01:03:17
37800         Log: Add Text::Balanced 1.83.
37801      Branch: perl
37802            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
37803            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
37804            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
37805            + t/lib/tb-xvari.t
37806            ! MANIFEST
37807 ____________________________________________________________________________
37808 [  9116] By: gsar                                  on 2001/03/13  00:55:53
37809         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
37810              under ithreads
37811      Branch: maint-5.6/perl
37812            ! win32/perlhost.h
37813 ____________________________________________________________________________
37814 [  9115] By: jhi                                   on 2001/03/13  00:54:09
37815         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
37816              From: "John L. Allen" <allen@grumman.com>
37817              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
37818              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
37819              
37820              use integer document clarification.
37821      Branch: perl
37822            ! lib/integer.pm
37823 ____________________________________________________________________________
37824 [  9114] By: jhi                                   on 2001/03/13  00:38:54
37825         Log: Metaconfig unit change for #9113.
37826      Branch: metaconfig
37827            ! U/modified/myhostname.U
37828 ____________________________________________________________________________
37829 [  9113] By: jhi                                   on 2001/03/13  00:38:35
37830         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?)
37831              From: Peter Prymmer <pvhp@forte.com>
37832              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
37833              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
37834      Branch: perl
37835            ! Configure README.os390 hints/os390.sh
37836 ____________________________________________________________________________
37837 [  9112] By: jhi                                   on 2001/03/13  00:29:00
37838         Log: Integrate perlio.
37839      Branch: perl
37840           !> sv.c utf8.h
37841 ____________________________________________________________________________
37842 [  9111] By: nick                                  on 2001/03/12  21:16:33
37843         Log: Integrate mainline.
37844      Branch: perlio
37845           +> t/op/anonsub.t
37846           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
37847           !> proto.h sv.c
37848 ____________________________________________________________________________
37849 [  9110] By: nick                                  on 2001/03/12  21:00:13
37850         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
37851      Branch: perlio
37852            ! sv.c utf8.h
37853 ____________________________________________________________________________
37854 [  9109] By: jhi                                   on 2001/03/12  16:04:47
37855         Log: Integrate change #9108 from maintperl to mainline.
37856              
37857              fix memory leak in C<sub X { sub {} }> arising from a refcount
37858              loop between the outer sub and the inner prototype anonsub
37859              
37860              this also enables closures returned by subroutines that
37861              subsequently get redefined to work without generating coredumps :)
37862              
37863              completely removed the free_closures() hack--it shouldn't be
37864              needed anymore
37865      Branch: perl
37866           +> t/op/anonsub.t
37867           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
37868           !> proto.h sv.c
37869 ____________________________________________________________________________
37870 [  9108] By: gsar                                  on 2001/03/12  10:21:31
37871         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
37872              loop between the outer sub and the inner prototype anonsub
37873              
37874              this also enables closures returned by subroutines that
37875              subsequently get redefined to work without generating coredumps :)
37876              
37877              completely removed the free_closures() hack--it shouldn't be
37878              needed anymore
37879      Branch: maint-5.6/perl
37880            + t/op/anonsub.t
37881            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
37882            ! proto.h sv.c
37883 ____________________________________________________________________________
37884 [  9107] By: jhi                                   on 2001/03/12  05:15:31
37885         Log: Integrate perlio.
37886      Branch: perl
37887           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
37888 ____________________________________________________________________________
37889 [  9106] By: nick                                  on 2001/03/11  20:10:12
37890         Log: regcomp.c is working in native space, not Unicode space (if different)
37891              as it is doing compare against 'W' in \W etc.
37892      Branch: perlio
37893            ! regcomp.c
37894 ____________________________________________________________________________
37895 [  9105] By: nick                                  on 2001/03/11  19:39:34
37896         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
37897              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
37898      Branch: perlio
37899            ! regcomp.c toke.c utf8.c
37900 ____________________________________________________________________________
37901 [  9104] By: nick                                  on 2001/03/11  18:15:44
37902         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
37903      Branch: perlio
37904            ! sv.c
37905 ____________________________________________________________________________
37906 [  9103] By: nick                                  on 2001/03/11  18:03:28
37907         Log: Integrate mainline (for regexp stuff).
37908      Branch: perlio
37909           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
37910           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
37911           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
37912           !> t/lib/errno.t t/op/pat.t
37913 ____________________________________________________________________________
37914 [  9102] By: nick                                  on 2001/03/11  17:44:20
37915         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
37916              - exclude layer syms in makedef.pl for sfio
37917              - also inhibit Encode from trying to build ":encode()" layer.
37918      Branch: perlio
37919            ! ext/Encode/Encode.xs makedef.pl
37920 ____________________________________________________________________________
37921 [  9101] By: jhi                                   on 2001/03/10  22:38:13
37922         Log: The $Is_MacOS needs to be declared.
37923      Branch: perl
37924            ! lib/ExtUtils/Manifest.pm
37925 ____________________________________________________________________________
37926 [  9100] By: jhi                                   on 2001/03/10  22:14:29
37927         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
37928              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
37929              pollute the symbolspace if using sfio.
37930      Branch: perl
37931            ! ext/Encode/Encode.xs
37932 ____________________________________________________________________________
37933 [  9099] By: jhi                                   on 2001/03/10  21:58:48
37934         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
37935              Date: Sat, 10 Mar 2001 14:23:55 -0500
37936              From: Chris Nandor <pudge@pobox.com>
37937              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
37938      Branch: perl
37939            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
37940            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
37941            ! t/lib/errno.t
37942 ____________________________________________________________________________
37943 [  9098] By: jhi                                   on 2001/03/10  21:38:30
37944         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
37945      Branch: perl
37946            ! regcomp.c regexec.c t/op/pat.t
37947 ____________________________________________________________________________
37948 [  9097] By: jhi                                   on 2001/03/10  14:38:07
37949         Log: Integrate perlio.
37950      Branch: perl
37951           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
37952           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
37953           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
37954 ____________________________________________________________________________
37955 [  9096] By: nick                                  on 2001/03/10  11:55:43
37956         Log: EBCDIC sanity - phase I
37957              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
37958              - use utf8n_xxxx (c.f. pvn) for forms which take length.
37959              - back out vN.N and $^V exceptions to e2a/a2e
37960              - make "locale" isxxx macros be uvchr (may be redundant?)
37961              
37962              Not clear yet that toUPPER_uni et. al. return being handled correctly.
37963              The tr// and rexexp stuff still needs an audit, assumption is they are working
37964              in Unicode space.
37965              
37966              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
37967      Branch: perlio
37968            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
37969            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
37970            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
37971 ____________________________________________________________________________
37972 [  9095] By: jhi                                   on 2001/03/09  22:10:01
37973         Log: Integrate perlio.
37974      Branch: perl
37975           !> dump.c
37976 ____________________________________________________________________________
37977 [  9094] By: nick                                  on 2001/03/09  17:36:38
37978         Log: Builds an passes all tests after integrate and this tweak.
37979      Branch: perlio
37980            ! dump.c
37981 ____________________________________________________________________________
37982 [  9093] By: nick                                  on 2001/03/09  17:16:03
37983         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
37984      Branch: perlio
37985           +> lib/unicode/Scripts.txt t/lib/sigaction.t
37986           !> (integrate 79 files)
37987 ____________________________________________________________________________
37988 [  9092] By: jhi                                   on 2001/03/09  15:28:26
37989         Log: Update Changes.
37990      Branch: perl
37991            ! Changes patchlevel.h
37992 ____________________________________________________________________________
37993 [  9091] By: jhi                                   on 2001/03/09  15:25:05
37994         Log: In op/stat #35 better to scan all the potential directories
37995              for setuids, not just the first one.
37996      Branch: perl
37997            ! t/op/stat.t
37998 ____________________________________________________________________________
37999 [  9090] By: jhi                                   on 2001/03/09  15:01:27
38000         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
38001              From: rspier@pobox.com (Robert Spier)
38002              Date: Fri, 9 Mar 2001 03:30:20 -0500
38003              Message-ID: <15016.38044.381174.160189@rls.cx>
38004              
38005              EXISTS() returning undef mistakenly triggered a FETCH().
38006      Branch: perl
38007            ! hv.c
38008 ____________________________________________________________________________
38009 [  9089] By: jhi                                   on 2001/03/09  14:59:02
38010         Log: Add /sbin and /usr/sbin to the list of directories scanned
38011              for setuid programs.  Takes care of bug id 20010309.003.
38012      Branch: perl
38013            ! t/op/stat.t
38014 ____________________________________________________________________________
38015 [  9088] By: jhi                                   on 2001/03/09  14:48:32
38016         Log: Regen perlapi, perltoc.
38017      Branch: perl
38018            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
38019 ____________________________________________________________________________
38020 [  9087] By: jhi                                   on 2001/03/09  14:38:56
38021         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
38022              From: David Mitchell <davem@fdgroup.co.uk>
38023              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
38024              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
38025      Branch: perl
38026            ! dump.c perl.c perl.h pod/perlrun.pod
38027 ____________________________________________________________________________
38028 [  9086] By: jhi                                   on 2001/03/09  01:47:16
38029         Log: A modified version of
38030              
38031              Subject: [ID 20010307.005] POSIX::sigaction has various problems
38032              From: anders@broadcom.com
38033              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
38034              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
38035              
38036              Currently the sigaction.t test #6 fails (and is fudged to look
38037              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
38038              This may well be a genuine bug in Linux sigaction() (since at
38039              least Tru64, Solaris, and HP-UX disagree with Linux).
38040              Anyone with POSIX / SUSv2 tome handy?  The problem is that
38041              the flags of the oldaction don't match with the flags in
38042              the previously installed disposition.
38043      Branch: perl
38044            + t/lib/sigaction.t
38045            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
38046 ____________________________________________________________________________
38047 [  9085] By: jhi                                   on 2001/03/09  01:30:13
38048         Log: Subject: Re: mission impossible for the day
38049              From: Alex Gough <alex@rcon.org>
38050              Date: Thu, 08 Mar 2001 17:18:19 +0000
38051              Message-ID: <3AA7BEDB.8070409@rcon.org>
38052              
38053              If references (are overloaded) and can be directly stringified,
38054              show that instead of "stringified".
38055              
38056              (The problem, infinite mutual recursion caused by overloaded bool
38057              in Switch.pm, tracked by David Mitchell)
38058      Branch: perl
38059            ! lib/Carp/Heavy.pm
38060 ____________________________________________________________________________
38061 [  9084] By: jhi                                   on 2001/03/09  01:20:39
38062         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
38063              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
38064              From: David Mitchell <davem@fdgroup.co.uk>
38065              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
38066      Branch: perl
38067            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
38068            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
38069 ____________________________________________________________________________
38070 [  9083] By: jhi                                   on 2001/03/09  01:16:51
38071         Log: Subject: [PATCH] perldata.pod here-doc docs
38072              From: Jeff Pinyan <jeffp@crusoe.net>
38073              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
38074              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
38075      Branch: perl
38076            ! pod/perldata.pod
38077 ____________________________________________________________________________
38078 [  9082] By: jhi                                   on 2001/03/09  01:01:27
38079         Log: Subject: Re: Unicode/EBCDIC
38080              From: Peter Prymmer <pvhp@forte.com>
38081              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
38082              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
38083      Branch: perl
38084            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
38085 ____________________________________________________________________________
38086 [  9081] By: jhi                                   on 2001/03/08  13:41:30
38087         Log: Subject: Ooops, wrong 'no *POSIX' Patch
38088              From: Dorner Thomas <Thomas.Dorner@start.de>
38089              Date: Thu, 8 Mar 2001 08:43:28 +0100
38090              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
38091      Branch: perl
38092            ! hints/posix-bc.sh
38093 ____________________________________________________________________________
38094 [  9080] By: jhi                                   on 2001/03/08  13:11:42
38095         Log: It's Scripts.txt, not Script.txt.
38096      Branch: perl
38097            ! MANIFEST
38098 ____________________________________________________________________________
38099 [  9079] By: jhi                                   on 2001/03/08  12:59:05
38100         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
38101              From: Dorner Thomas <Thomas.Dorner@start.de>
38102              Date: Wed, 7 Mar 2001 14:13:31 +0100
38103              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
38104      Branch: perl
38105            ! makedepend.SH
38106 ____________________________________________________________________________
38107 [  9078] By: jhi                                   on 2001/03/08  12:57:43
38108         Log: Retract #9069, wrong patch.
38109      Branch: perl
38110            ! Makefile.SH
38111 ____________________________________________________________________________
38112 [  9077] By: jhi                                   on 2001/03/08  01:06:13
38113         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
38114      Branch: perl
38115            + lib/unicode/Scripts.txt
38116            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
38117            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
38118            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
38119            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
38120            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
38121            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
38122            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
38123            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
38124            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
38125            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
38126            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
38127            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
38128            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
38129            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
38130            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
38131            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
38132            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
38133            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
38134            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
38135            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
38136            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
38137            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
38138            ! lib/unicode/version
38139 ____________________________________________________________________________
38140 [  9076] By: jhi                                   on 2001/03/07  22:59:39
38141         Log: Integrate change #7784 from mainline into maintperl.
38142              
38143              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
38144      Branch: maint-5.6/perl
38145           !> pp_ctl.c t/op/pat.t
38146 ____________________________________________________________________________
38147 [  9075] By: jhi                                   on 2001/03/07  22:05:11
38148         Log: More UTF-8 test tweaks.
38149      Branch: perl
38150            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
38151 ____________________________________________________________________________
38152 [  9074] By: nick                                  on 2001/03/07  21:39:29
38153         Log: Integrate mainline.
38154      Branch: perlio
38155           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
38156           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
38157           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
38158           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
38159           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
38160 ____________________________________________________________________________
38161 [  9073] By: jhi                                   on 2001/03/07  16:37:09
38162         Log: Update Changes.
38163      Branch: perl
38164            ! Changes patchlevel.h
38165 ____________________________________________________________________________
38166 [  9072] By: jhi                                   on 2001/03/07  16:32:30
38167         Log: Subject: [ID 20010306.004] || != named unary operator
38168              From: abela@geneanet.org
38169              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
38170              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
38171      Branch: perl
38172            ! pod/perlop.pod
38173 ____________________________________________________________________________
38174 [  9071] By: jhi                                   on 2001/03/07  15:14:11
38175         Log: Subject: downgrading to bytes for common functions
38176              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
38177              Date: Wed, 7 Mar 2001 02:36:55 -0500
38178              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
38179      Branch: perl
38180            ! pp_sys.c
38181 ____________________________________________________________________________
38182 [  9070] By: jhi                                   on 2001/03/07  15:04:58
38183         Log: Clarify the description differentiating for and while; inspired by
38184              
38185              Subject: [ID 20010306.002] for/while difference in for definition
38186              From: abela@geneanet.org
38187              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
38188              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
38189      Branch: perl
38190            ! pod/perlsyn.pod
38191 ____________________________________________________________________________
38192 [  9069] By: jhi                                   on 2001/03/07  14:55:30
38193         Log: (Retracted by #9078.)
38194      Branch: perl
38195            ! Makefile.SH
38196 ____________________________________________________________________________
38197 [  9068] By: jhi                                   on 2001/03/07  14:51:17
38198         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
38199              From: Radu Greab <radu@netsoft.ro>
38200              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
38201              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
38202      Branch: perl
38203            ! pp.c t/op/chop.t
38204 ____________________________________________________________________________
38205 [  9067] By: jhi                                   on 2001/03/07  14:48:57
38206         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
38207              From: Simon Cozens <simon@netthink.co.uk>
38208              Date: Wed, 7 Mar 2001 13:59:28 +0000
38209              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
38210              
38211              In order to allow MakeMaker to build correct Makefiles,
38212              you need to change the order of the arguments in MM_Unix.pm
38213              as well. (Unless you have C89_CCMODE set, but we're trying
38214              to be POSIXly correct)
38215              
38216              Thanks to Merijn Broeren for tracking this down.
38217      Branch: perl
38218            ! lib/ExtUtils/MM_Unix.pm
38219 ____________________________________________________________________________
38220 [  9066] By: jhi                                   on 2001/03/07  14:30:02
38221         Log: Floating point too messy.
38222      Branch: perl
38223            ! t/camel-III/vstring.t
38224 ____________________________________________________________________________
38225 [  9065] By: jhi                                   on 2001/03/07  14:17:44
38226         Log: Integrate change #9064 from maintperl into mainline.
38227              
38228              fix memory leak in pack("Bb",...)
38229      Branch: perl
38230           !> perl.c
38231 ____________________________________________________________________________
38232 [  9064] By: gsar                                  on 2001/03/07  06:29:24
38233         Log: fix memory leak in pack("Bb",...)
38234      Branch: maint-5.6/perl
38235            ! perl.c
38236 ____________________________________________________________________________
38237 [  9063] By: jhi                                   on 2001/03/07  00:55:04
38238         Log: Major utf8 test reorganisation and rewrite.
38239              Hopefully no tests were lost in the shuffle.
38240              (The beginning of pragma/utf8 was lost intentionally,
38241              the tests were rather bogus and incomplete.)
38242      Branch: perl
38243            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
38244            ! t/pragma/utf8.t
38245 ____________________________________________________________________________
38246 [  9062] By: jhi                                   on 2001/03/07  00:41:16
38247         Log: More tweakage on the Unicode character class descriptions.
38248      Branch: perl
38249            ! lib/unicode/mktables.PL pod/perlretut.pod
38250 ____________________________________________________________________________
38251 [  9061] By: jhi                                   on 2001/03/06  23:12:38
38252         Log: The perlretut was still talking about the old \p and \P
38253              definitions.
38254      Branch: perl
38255            ! pod/perlretut.pod
38256 ____________________________________________________________________________
38257 [  9060] By: nick                                  on 2001/03/06  20:52:37
38258         Log: Integrate mainline (make test works again now).
38259      Branch: perlio
38260           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
38261 ____________________________________________________________________________
38262 [  9059] By: jhi                                   on 2001/03/06  15:36:14
38263         Log: 0.999... does equal 1.0, doesn't it?
38264      Branch: perl
38265            ! t/camel-III/vstring.t
38266 ____________________________________________________________________________
38267 [  9058] By: jhi                                   on 2001/03/06  15:34:00
38268         Log: Make /x{abcd}/ to work without use utf8.
38269      Branch: perl
38270            ! regcomp.c
38271 ____________________________________________________________________________
38272 [  9057] By: jhi                                   on 2001/03/06  03:02:36
38273         Log: Easier to outcomment all the three reset() tests for now.
38274      Branch: perl
38275            ! t/op/pat.t
38276 ____________________________________________________________________________
38277 [  9056] By: jhi                                   on 2001/03/06  02:30:02
38278         Log: Comment out the deadly reset; until the 20010301.005
38279              is finally fixed.
38280      Branch: perl
38281            ! t/op/pat.t
38282 ____________________________________________________________________________
38283 [  9055] By: jhi                                   on 2001/03/06  02:21:26
38284         Log: Integrate the change #9054 from mainline:
38285              retract the PMOP cleanup patch pending further investigation.
38286      Branch: maint-5.6/perl
38287           !> op.c op.h
38288 ____________________________________________________________________________
38289 [  9054] By: jhi                                   on 2001/03/06  02:19:57
38290         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
38291              with oddly familiar stack traces.
38292      Branch: perl
38293            ! op.c op.h
38294 ____________________________________________________________________________
38295 [  9053] By: jhi                                   on 2001/03/05  23:20:28
38296         Log: Integrate perlio.
38297      Branch: perl
38298           +> ext/Encode/Encode/koi8-r.ucm
38299           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
38300           !> makedef.pl
38301 ____________________________________________________________________________
38302 [  9052] By: nick                                  on 2001/03/05  23:08:17
38303         Log: skipping USE_PERLIO symbols correction.
38304      Branch: perlio
38305            ! makedef.pl
38306 ____________________________________________________________________________
38307 [  9051] By: nick                                  on 2001/03/05  22:35:07
38308         Log: More Encode alias tidying.
38309      Branch: perlio
38310            + ext/Encode/Encode/koi8-r.ucm
38311            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
38312 ____________________________________________________________________________
38313 [  9050] By: jhi                                   on 2001/03/05  21:44:29
38314         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
38315              Sarathy's fix for ID 20010301.005.
38316      Branch: maint-5.6/perl
38317           !> op.c op.h
38318 ____________________________________________________________________________
38319 [  9049] By: nick                                  on 2001/03/05  19:54:04
38320         Log: Integrate Jarkko's Encode.pm tweak.
38321      Branch: perlio
38322           !> ext/Encode/Encode.pm
38323 ____________________________________________________________________________
38324 [  9048] By: nick                                  on 2001/03/05  19:47:57
38325         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
38326      Branch: perlio
38327           +> os2/os2add.sym
38328           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
38329           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
38330           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
38331           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
38332           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
38333 ____________________________________________________________________________
38334 [  9047] By: jhi                                   on 2001/03/05  19:25:26
38335         Log: Regen perlapi.
38336      Branch: perl
38337            ! pod/perlapi.pod
38338 ____________________________________________________________________________
38339 [  9046] By: jhi                                   on 2001/03/05  19:12:14
38340         Log: Integrate perlio.
38341      Branch: perl
38342           +> t/camel-III/vstring.t
38343           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
38344 ____________________________________________________________________________
38345 [  9045] By: jhi                                   on 2001/03/05  19:10:36
38346         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
38347      Branch: perl
38348            ! ext/Encode/Encode.pm
38349 ____________________________________________________________________________
38350 [  9044] By: jhi                                   on 2001/03/05  18:49:12
38351         Log: Forgot the other half of the PMOP patch (#9033).
38352      Branch: perl
38353            ! op.h
38354 ____________________________________________________________________________
38355 [  9043] By: nick                                  on 2001/03/05  18:14:47
38356         Log: Update MANIFEST for new test.
38357      Branch: perlio
38358            ! MANIFEST
38359 ____________________________________________________________________________
38360 [  9042] By: nick                                  on 2001/03/05  18:12:41
38361         Log: Some tests for Camel 3rd edition features.
38362              Make gethostbyaddr() test in above work.
38363      Branch: perlio
38364            + t/camel-III/vstring.t
38365            ! pp.h pp_sys.c t/TEST t/harness
38366 ____________________________________________________________________________
38367 [  9041] By: jhi                                   on 2001/03/05  17:41:48
38368         Log: Add more ISO 8859 encoding aliases.
38369      Branch: perl
38370            ! ext/Encode/Encode.pm
38371 ____________________________________________________________________________
38372 [  9040] By: jhi                                   on 2001/03/05  17:30:43
38373         Log: Integrate perlio.
38374      Branch: perl
38375           !> MANIFEST sv.c
38376 ____________________________________________________________________________
38377 [  9039] By: nick                                  on 2001/03/05  17:11:36
38378         Log: Missed added file.
38379      Branch: perlio
38380            ! MANIFEST
38381 ____________________________________________________________________________
38382 [  9038] By: jhi                                   on 2001/03/05  15:58:01
38383         Log: Add tr tests for EBCDIC, from Karsten Sperling.
38384      Branch: perl
38385            ! t/op/tr.t
38386 ____________________________________________________________________________
38387 [  9037] By: nick                                  on 2001/03/05  15:56:35
38388         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
38389              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
38390              
38391              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
38392              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
38393              - uses SvPV() rather than sv_2pv() in case it isn't a string.
38394      Branch: perlio
38395            ! sv.c
38396 ____________________________________________________________________________
38397 [  9036] By: jhi                                   on 2001/03/05  15:49:15
38398         Log: Add matching tests currently failing in EBCDIC,
38399              suggested by Karsten Sperling.
38400      Branch: perl
38401            ! t/op/pat.t
38402 ____________________________________________________________________________
38403 [  9035] By: jhi                                   on 2001/03/05  15:36:55
38404         Log: The #9034 needs a MANIFESTation.
38405      Branch: perl
38406            ! MANIFEST
38407 ____________________________________________________________________________
38408 [  9034] By: jhi                                   on 2001/03/05  15:35:14
38409         Log: Integrate perlio.
38410      Branch: perl
38411           +> ext/Encode/Encode/Tcl.pm
38412           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
38413           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
38414           !> ext/Encode/Encode/iso8859-1.ucm
38415           !> ext/Encode/Encode/iso8859-10.ucm
38416           !> ext/Encode/Encode/iso8859-13.ucm
38417           !> ext/Encode/Encode/iso8859-14.ucm
38418           !> ext/Encode/Encode/iso8859-15.ucm
38419           !> ext/Encode/Encode/iso8859-16.ucm
38420           !> ext/Encode/Encode/iso8859-2.ucm
38421           !> ext/Encode/Encode/iso8859-3.ucm
38422           !> ext/Encode/Encode/iso8859-4.ucm
38423           !> ext/Encode/Encode/iso8859-5.ucm
38424           !> ext/Encode/Encode/iso8859-6.ucm
38425           !> ext/Encode/Encode/iso8859-7.ucm
38426           !> ext/Encode/Encode/iso8859-8.ucm
38427           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
38428           !> t/lib/encode.t
38429 ____________________________________________________________________________
38430 [  9033] By: jhi                                   on 2001/03/05  15:33:18
38431         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
38432              From: Gurusamy Sarathy <gsar@ActiveState.com>
38433              Date: Sun, 04 Mar 2001 22:33:15 -0800
38434              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
38435              
38436              PMOPs need to remember their own stash so that they can
38437              gracefully remove themselves from their linked list.
38438      Branch: perl
38439            ! op.c
38440 ____________________________________________________________________________
38441 [  9032] By: nick                                  on 2001/03/05  14:51:50
38442         Log: Encode implementation "completion"
38443              Implement and document define_encoding()
38444              Implement and document encoding aliases including define_alias()
38445              Make Encode::XS use define_encoding() rather than back-door.
38446              Move run-time *.enc to separate Encode::Tcl module.
38447              Make 'compile' honour <codeset_name>
38448              Change canonical names of to iso-8859-* and US-ascii.
38449      Branch: perlio
38450            + ext/Encode/Encode/Tcl.pm
38451            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
38452            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
38453            ! ext/Encode/Encode/iso8859-1.ucm
38454            ! ext/Encode/Encode/iso8859-10.ucm
38455            ! ext/Encode/Encode/iso8859-13.ucm
38456            ! ext/Encode/Encode/iso8859-14.ucm
38457            ! ext/Encode/Encode/iso8859-15.ucm
38458            ! ext/Encode/Encode/iso8859-16.ucm
38459            ! ext/Encode/Encode/iso8859-2.ucm
38460            ! ext/Encode/Encode/iso8859-3.ucm
38461            ! ext/Encode/Encode/iso8859-4.ucm
38462            ! ext/Encode/Encode/iso8859-5.ucm
38463            ! ext/Encode/Encode/iso8859-6.ucm
38464            ! ext/Encode/Encode/iso8859-7.ucm
38465            ! ext/Encode/Encode/iso8859-8.ucm
38466            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
38467            ! t/lib/encode.t
38468 ____________________________________________________________________________
38469 [  9031] By: jhi                                   on 2001/03/05  13:51:17
38470         Log: Integrate change #9030 from maintperl into mainline.
38471              
38472              Subject: [PATCH 5.6.1] OS/2 cleanup
38473      Branch: perl
38474           +> os2/os2add.sym
38475           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
38476           !> makedef.pl os2/Changes os2/Makefile.SHs
38477           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
38478           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
38479           !> os2/os2.sym os2/os2ish.h
38480 ____________________________________________________________________________
38481 [  9030] By: jhi                                   on 2001/03/05  13:46:49
38482         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
38483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38484              Date: Mon, 5 Mar 2001 02:29:44 -0500
38485              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
38486      Branch: maint-5.6/perl
38487            + os2/os2add.sym
38488            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
38489            ! makedef.pl os2/Changes os2/Makefile.SHs
38490            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
38491            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
38492            ! os2/os2.sym os2/os2ish.h
38493 ____________________________________________________________________________
38494 [  9029] By: jhi                                   on 2001/03/05  13:40:35
38495         Log: Integrate change #9028 from maintperl into mainline.
38496              
38497              various nits in MM_Unix.pm found by disabling SelfLoader
38498      Branch: perl
38499           !> lib/ExtUtils/MM_Unix.pm
38500 ____________________________________________________________________________
38501 [  9028] By: gsar                                  on 2001/03/05  09:58:38
38502         Log: various nits in MM_Unix.pm found by disabling SelfLoader
38503      Branch: maint-5.6/perl
38504            ! lib/ExtUtils/MM_Unix.pm
38505 ____________________________________________________________________________
38506 [  9027] By: nick                                  on 2001/03/05  08:35:22
38507         Log: Integrate mainline
38508      Branch: perlio
38509           !> (integrate 28 files)
38510 ____________________________________________________________________________
38511 [  9026] By: jhi                                   on 2001/03/05  02:14:59
38512         Log: Integrate change #9025 from mainline to maintperl,
38513              retract \N{U+HHHH}.
38514      Branch: maint-5.6/perl
38515           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
38516           !> t/lib/charnames.t toke.c
38517 ____________________________________________________________________________
38518 [  9025] By: jhi                                   on 2001/03/05  02:13:09
38519         Log: Retracting \N{U+HHHH}.
38520      Branch: perl
38521            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
38522            ! t/lib/charnames.t toke.c
38523 ____________________________________________________________________________
38524 [  9024] By: jhi                                   on 2001/03/04  20:51:07
38525         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
38526              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
38527              Date: Fri, 02 Mar 2001 18:25:26 +0100
38528              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
38529              
38530              Casting problem.
38531      Branch: perl
38532            ! ext/Storable/Storable.xs
38533 ____________________________________________________________________________
38534 [  9023] By: jhi                                   on 2001/03/04  19:46:45
38535         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
38536              From: nick@talking.bollo.cx
38537              Date: Sat, 03 Mar 2001 21:41:33 +0000
38538              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
38539              
38540              Revert the workaround.
38541      Branch: perl
38542            ! perlio.c
38543 ____________________________________________________________________________
38544 [  9022] By: jhi                                   on 2001/03/04  19:36:28
38545         Log: Update Changes.
38546      Branch: perl
38547            ! Changes patchlevel.h
38548 ____________________________________________________________________________
38549 [  9021] By: jhi                                   on 2001/03/04  18:41:00
38550         Log: makedef.pl updates suggested by Chris Nandor; double-checking
38551              the changes in AIX, OS/2 Win32 would be nice.
38552      Branch: perl
38553            ! makedef.pl
38554 ____________________________________________________________________________
38555 [  9020] By: jhi                                   on 2001/03/04  18:23:58
38556         Log: Integrate change #9012 from maintperl into mainline,
38557              quench a compiler warning.
38558      Branch: perl
38559           !> toke.c
38560 ____________________________________________________________________________
38561 [  9019] By: jhi                                   on 2001/03/04  18:18:43
38562         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
38563              
38564              \N{U+HHHH} fix.
38565              
38566              pattern in G_ARRAY context
38567      Branch: maint-5.6/perl
38568           !> pp_hot.c t/op/pat.t toke.c
38569 ____________________________________________________________________________
38570 [  9018] By: jhi                                   on 2001/03/04  18:07:48
38571         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
38572              From: Jeff Pinyan <jeffp@crusoe.net>
38573              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
38574              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
38575      Branch: perl
38576            ! pp_hot.c t/op/pat.t
38577 ____________________________________________________________________________
38578 [  9017] By: jhi                                   on 2001/03/04  18:06:21
38579         Log: I thought I tested the #9014.
38580      Branch: perl
38581            ! toke.c
38582 ____________________________________________________________________________
38583 [  9016] By: jhi                                   on 2001/03/04  17:41:22
38584         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
38585              
38586              Tweak the get*ent() OS/2 prototypes.
38587              
38588              Add the \N{U+HHHH} syntax.
38589              
38590              More tr/// UTF-8 fixes from Inaba Hiroto.
38591      Branch: maint-5.6/perl
38592           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
38593           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
38594 ____________________________________________________________________________
38595 [  9015] By: jhi                                   on 2001/03/04  17:36:04
38596         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
38597      Branch: perl
38598            ! doop.c t/op/tr.t
38599 ____________________________________________________________________________
38600 [  9014] By: jhi                                   on 2001/03/04  17:24:49
38601         Log: Add the \N{U+HHHH} syntax.
38602      Branch: perl
38603            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
38604            ! t/lib/charnames.t toke.c
38605 ____________________________________________________________________________
38606 [  9013] By: jhi                                   on 2001/03/04  17:20:45
38607         Log: Tweak the get*ent() OS/2 prototypes.
38608      Branch: perl
38609            ! os2/os2.c
38610 ____________________________________________________________________________
38611 [  9012] By: gsar                                  on 2001/03/04  06:26:14
38612         Log: avoid warning (nit in change#9009)
38613      Branch: maint-5.6/perl
38614            ! toke.c
38615 ____________________________________________________________________________
38616 [  9011] By: gsar                                  on 2001/03/04  06:15:24
38617         Log: lib/charnames.t fails in 5.6.x because of older Unicode
38618              data
38619              
38620              TODO: need to revisit this after updating lib/unicode/...
38621      Branch: maint-5.6/perl
38622            ! t/lib/charnames.t
38623 ____________________________________________________________________________
38624 [  9010] By: gsar                                  on 2001/03/04  06:08:36
38625         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
38626      Branch: maint-5.6/perl
38627            ! toke.c
38628 ____________________________________________________________________________
38629 [  9009] By: jhi                                   on 2001/03/03  19:27:20
38630         Log: Integrate change #9008 from mainline to maintperl,
38631              UTF-8 tr/// fixes from Inaba Hiroto.
38632      Branch: maint-5.6/perl
38633           !> doop.c op.c t/op/tr.t toke.c
38634 ____________________________________________________________________________
38635 [  9008] By: jhi                                   on 2001/03/03  19:19:42
38636         Log: UTF8 tr/// fixes from Inaba Hiroto.
38637      Branch: perl
38638            ! doop.c op.c t/op/tr.t toke.c
38639 ____________________________________________________________________________
38640 [  9007] By: jhi                                   on 2001/03/03  19:00:30
38641         Log: Integrate change #9006 from maintperl to mainline,
38642              more robust quest for the infinite.
38643      Branch: perl
38644           !> lib/Math/Complex.pm
38645 ____________________________________________________________________________
38646 [  9006] By: jhi                                   on 2001/03/03  18:58:06
38647         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
38648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38649              Date: Sat, 3 Mar 2001 12:51:50 -0500
38650              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
38651              
38652              Be more robust in our quest for the infinite.
38653      Branch: maint-5.6/perl
38654            ! lib/Math/Complex.pm
38655 ____________________________________________________________________________
38656 [  9005] By: jhi                                   on 2001/03/03  17:55:50
38657         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
38658      Branch: maint-5.6/perl
38659            ! doio.c
38660 ____________________________________________________________________________
38661 [  9004] By: jhi                                   on 2001/03/03  17:40:14
38662         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
38663              so that picky compilers like IRIX won't get huffy about
38664              "statements without effect" (like 1;).
38665      Branch: perl
38666            ! toke.c
38667 ____________________________________________________________________________
38668 [  9003] By: jhi                                   on 2001/03/03  17:15:52
38669         Log: Integrate change #9002 from mainline to maintperl.
38670              
38671              Subject: [perl-5.6.x, perl-current] accept for EPOC
38672      Branch: maint-5.6/perl
38673           !> pp_sys.c
38674 ____________________________________________________________________________
38675 [  9002] By: jhi                                   on 2001/03/03  17:14:30
38676         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
38677              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38678              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
38679              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
38680      Branch: perl
38681            ! pp_sys.c
38682 ____________________________________________________________________________
38683 [  9001] By: jhi                                   on 2001/03/03  17:13:13
38684         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
38685              From: "Craig A. Berry" <craigberry@mac.com>
38686              Date: Fri, 02 Mar 2001 17:44:40 -0600
38687              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
38688      Branch: perl
38689            ! t/pod/find.t
38690 ____________________________________________________________________________
38691 [  9000] By: jhi                                   on 2001/03/03  17:11:55
38692         Log: Integrate changes #8997,8999 from maintperl.
38693              
38694              Subject: [PATCH 5.6.1] compiling on OS/2
38695              (Better error message from hints/os2.sh)
38696              
38697              Subject: [PATCH 5.6.1] syslog.t
38698      Branch: perl
38699           !> hints/os2.sh t/lib/syslog.t
38700 ____________________________________________________________________________
38701 [  8999] By: jhi                                   on 2001/03/03  17:09:28
38702         Log: Subject: [PATCH 5.6.1] syslog.t
38703              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38704              Date: Sat, 3 Mar 2001 02:11:17 -0500
38705              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
38706      Branch: maint-5.6/perl
38707            ! t/lib/syslog.t
38708 ____________________________________________________________________________
38709 [  8998] By: jhi                                   on 2001/03/03  17:07:50
38710         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
38711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38712              Date: Sat, 3 Mar 2001 01:53:52 -0500
38713              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
38714      Branch: maint-5.6/perl
38715            ! opcode.pl os2/os2.c
38716 ____________________________________________________________________________
38717 [  8997] By: jhi                                   on 2001/03/03  17:03:30
38718         Log: Subject: [PATCH 5.6.1] compiling on OS/2
38719              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38720              Date: Sat, 3 Mar 2001 01:59:59 -0500
38721              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
38722      Branch: maint-5.6/perl
38723            ! hints/os2.sh
38724 ____________________________________________________________________________
38725 [  8996] By: jhi                                   on 2001/03/03  00:55:58
38726         Log: Regen files for mainline.
38727      Branch: perl
38728            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38729            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
38730 ____________________________________________________________________________
38731 [  8995] By: jhi                                   on 2001/03/03  00:35:22
38732         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
38733              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
38734              to maintperl.
38735              
38736              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
38737              
38738              Add Configure option -Dmksymlinks which will create a symlink
38739              forest if the current/build differs from the source directory.
38740              (8218,8220,8221,8317,8318,8971)
38741              
38742              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
38743              (Document APPLLIB_EXP in INSTALL.)
38744              
38745              If running byacc write-enable also perly.h.
38746              
38747              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
38748              
38749              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
38750              
38751              Sanity check for conflicting thread flavours.
38752              
38753              Fix the sys/fcntl.h problem reported by Peter Prymmer.
38754              
38755              Add few CPUs/architectures to the Cppsym scan,
38756              add -perlio to archname if so selected (modified 8890)
38757              
38758              Be more helpful for devel builders, suggested by John L. Allen.
38759              (admittedly pointless change for maintperl, but the usedevel
38760              code is there already)
38761      Branch: maint-5.6/perl
38762           !> Configure INSTALL Makefile.SH Porting/Glossary
38763           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
38764           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
38765           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
38766           !> win32/config.bc win32/config.gc win32/config.vc
38767 ____________________________________________________________________________
38768 [  8994] By: jhi                                   on 2001/03/02  23:31:41
38769         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
38770      Branch: metaconfig/U/perl
38771            ! gccvers.U
38772 ____________________________________________________________________________
38773 [  8993] By: jhi                                   on 2001/03/02  23:22:12
38774         Log: Regenerate various files for maint.
38775      Branch: maint-5.6/perl
38776            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
38777            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
38778 ____________________________________________________________________________
38779 [  8992] By: alanbur                               on 2001/03/02  22:48:34
38780         Log: Resync wuth parent
38781      Branch: maint-5.6/pureperl
38782           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
38783           !> (integrate 60 files)
38784 ____________________________________________________________________________
38785 [  8991] By: jhi                                   on 2001/03/02  21:00:08
38786         Log: Retract the #8742 part of #8986, backward compat.
38787      Branch: maint-5.6/perl
38788            ! embed.pl
38789 ____________________________________________________________________________
38790 [  8990] By: jhi                                   on 2001/03/02  20:40:07
38791         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
38792      Branch: maint-5.6/perl
38793            ! hv.c
38794 ____________________________________________________________________________
38795 [  8989] By: jhi                                   on 2001/03/02  19:59:56
38796         Log: Update Changes.
38797      Branch: perl
38798            ! Changes patchlevel.h
38799 ____________________________________________________________________________
38800 [  8988] By: jhi                                   on 2001/03/02  19:57:08
38801         Log: Integrate perlio.
38802      Branch: perl
38803           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
38804           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
38805           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
38806           !> ext/Encode/Encode/iso8859-10.ucm
38807           !> ext/Encode/Encode/iso8859-13.ucm
38808           !> ext/Encode/Encode/iso8859-14.ucm
38809           !> ext/Encode/Encode/iso8859-15.ucm
38810           !> ext/Encode/Encode/iso8859-16.ucm
38811           !> ext/Encode/Encode/iso8859-2.ucm
38812           !> ext/Encode/Encode/iso8859-3.ucm
38813           !> ext/Encode/Encode/iso8859-4.ucm
38814           !> ext/Encode/Encode/iso8859-5.ucm
38815           !> ext/Encode/Encode/iso8859-6.ucm
38816           !> ext/Encode/Encode/iso8859-7.ucm
38817           !> ext/Encode/Encode/iso8859-8.ucm
38818           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
38819           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
38820 ____________________________________________________________________________
38821 [  8987] By: jhi                                   on 2001/03/02  19:43:40
38822         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
38823              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
38824              8950,8952,8955 from mainline to maintperl.
38825              
38826              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
38827              
38828              Put to rest the 20010205.001, the email address checking (not) regex.
38829              
38830              fork() not everywhere, cleanup temp files.
38831              
38832              The #8843 wasn't quite right: %Config needs to imported.
38833              
38834              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
38835              (#8849: the glob-basic hunk needed massaging as it depended
38836              on Schwern's large-scale (unintegrated) patches)
38837              
38838              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
38839              
38840              Upgrade to CGI.pm 2.752, from Lincoln Stein.
38841              (Note: there were some conflicts due to EBCDIC and EPOC
38842              patches, in general I preferred the repository code.)
38843              (When 2.753 comes out, we need to synchronize.)
38844              
38845              Subject: [PATCH] fix for charnames above FFFF
38846              
38847              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
38848              
38849              If no sfio, no -lsfio.
38850              
38851              Run run/*.t also in minitest.
38852              
38853              Subject:  [PATCH perl 5.7.0] malloc message address offset
38854              
38855              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
38856              
38857              Subject: fix for parameter -Dm (for perl@8867)
38858              
38859              Subject: [PATCH: perl@8892] was Re: hashing order difference?
38860              (make the test more portable)
38861              
38862              Subject: Re: [PATCH] fix for charnames above FFFF
38863              
38864              Subject: Re: I'm losing the war...
38865              (hv_store() not working correctly in ENV_IS_CASELESS case.)
38866              
38867              Subject: Modified README.bs2000 
38868              
38869              Subject: [PATCH: perl@8935] -Dt padsv($var)
38870              
38871              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
38872              
38873              Subject: PATCH: extra tests to check on negative float to unsigned cast
38874              
38875              Subject: [PATCH] XPUSH[insp] was Re: progress
38876              
38877              Subject: Re: Compile with perlcc..
38878      Branch: maint-5.6/perl
38879           !> (integrate 36 files)
38880 ____________________________________________________________________________
38881 [  8986] By: jhi                                   on 2001/03/02  18:51:25
38882         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
38883              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
38884              to maintperl.
38885              
38886              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
38887              
38888              Subject: [DOC PATCH] overload.pm nits
38889              
38890              Add header for LIB$ prototypes (C. Berry)
38891              
38892              Convert fwrite()s to sockets to write()s, since some socket stacks
38893              don't take kindly to stdio.
38894              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
38895              (for often optional LNMs)
38896              Correct a few typos
38897              (C. Bailey)
38898              
38899              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
38900              
38901              De-cut-and-pasto.
38902              
38903              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
38904              
38905              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
38906              
38907              Upgrade to CPAN 1.59_54, from Andreas König.
38908              
38909              Bogus shebang.
38910              
38911              Subject: [PATCH] Document makepatch in Porting/patching
38912              
38913              UTF-8 documentation.
38914              
38915              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
38916              
38917              Sort the MANIFEST.
38918              
38919              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
38920              
38921              Subject: [PATCH @8807] toke.c cleanup: scan_str()
38922              
38923              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
38924              
38925              Add run/*.t to testables.
38926              
38927              TODO: integrate #8784.
38928      Branch: maint-5.6/perl
38929           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
38930           !> (integrate 28 files)
38931 ____________________________________________________________________________
38932 [  8985] By: nick                                  on 2001/03/02  18:15:45
38933         Log: Integrate mainline
38934      Branch: perlio
38935           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
38936           !> vms/vms.c
38937 ____________________________________________________________________________
38938 [  8984] By: jhi                                   on 2001/03/02  16:00:17
38939         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
38940              
38941              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
38942              5.004_05, and mention the suidperl August 2000 security problem.
38943              (#8978,#8981)
38944              
38945              Subject: [ID 20010301.004] Technically speaking in perldata
38946              
38947              Subject: [PATCH] File::Copy for bleadperl, maintperl
38948              
38949              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
38950              
38951              (The #8982, fix for 20010221.005 and 20010221.008,
38952              would be nice too but it didn't integrate cleanly.)
38953      Branch: maint-5.6/perl
38954           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
38955 ____________________________________________________________________________
38956 [  8983] By: jhi                                   on 2001/03/02  15:51:16
38957         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
38958              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38959              Date:     Thu, 1 Mar 2001 15:54:09 EST
38960              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
38961      Branch: perl
38962            ! vms/vms.c
38963 ____________________________________________________________________________
38964 [  8982] By: jhi                                   on 2001/03/02  15:43:31
38965         Log: Subject: Re: sync sync sync: have I missed any patches?
38966              From: Radu Greab <radu@netsoft.ro> 
38967              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
38968              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
38969              
38970              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
38971              was checking argv[0] regardless of whether a different pathname
38972              will actually be executed."  Test case not supplied because 
38973              drafting that, ironically enough, revealed another bug
38974              (or a feature).
38975      Branch: perl
38976            ! doio.c
38977 ____________________________________________________________________________
38978 [  8981] By: jhi                                   on 2001/03/02  15:28:03
38979         Log: Misdate in #8978.
38980      Branch: perl
38981            ! pod/perlfaq1.pod
38982 ____________________________________________________________________________
38983 [  8980] By: jhi                                   on 2001/03/02  15:24:20
38984         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
38985              From: Chris Nandor <pudge@pobox.com>
38986              Date: Wed, 28 Feb 2001 22:10:15 -0500
38987              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
38988      Branch: perl
38989            ! lib/File/Copy.pm
38990 ____________________________________________________________________________
38991 [  8979] By: jhi                                   on 2001/03/02  15:17:16
38992         Log: Subject: [ID 20010301.004] Technically speaking in perldata
38993              From: abela@geneanet.org
38994              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
38995              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
38996      Branch: perl
38997            ! pod/perldata.pod
38998 ____________________________________________________________________________
38999 [  8978] By: jhi                                   on 2001/03/02  15:15:27
39000         Log: Subject: [ID 20010301.003] ref to 5.004
39001              From: abela@geneanet.org
39002              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
39003              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
39004              
39005              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
39006              and mention the suidperl August 2000 security problem.
39007      Branch: perl
39008            ! pod/perlfaq1.pod
39009 ____________________________________________________________________________
39010 [  8977] By: alanbur                               on 2001/03/02  14:17:45
39011         Log: Resynchronised with parent
39012      Branch: maint-5.6/pureperl
39013           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
39014           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
39015           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
39016           !> vms/descrip_mms.template win32/win32.c win32/win32.h
39017           !> win32/win32iop.h
39018 ____________________________________________________________________________
39019 [  8976] By: nick                                  on 2001/03/01  23:25:30
39020         Log: Integrate mainline.
39021      Branch: perlio
39022            - t/op/qu.t
39023           !> (integrate 55 files)
39024 ____________________________________________________________________________
39025 [  8975] By: jhi                                   on 2001/03/01  16:51:34
39026         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
39027      Branch: perl
39028           !> toke.c
39029 ____________________________________________________________________________
39030 [  8974] By: gsar                                  on 2001/03/01  16:28:21
39031         Log: fix for bugid 20010226.008
39032              
39033              the problem was that some of the pointers (PL_last_lop and
39034              PL_last_uni specifically) into the lex buffers weren't correctly
39035              being invalidated when the buffer changed; this would leave the
39036              pointers pointing at an arbitrary location in the buffer if
39037              the buffer didn't need to be reallocated, or point into freed
39038              memory if the buffer had to be realloced
39039              
39040              TODO item for bugdb maintainers: check other seemingly random
39041              parser-related bugs--they might be cured by this
39042      Branch: maint-5.6/perl
39043            ! toke.c
39044 ____________________________________________________________________________
39045 [  8973] By: jhi                                   on 2001/03/01  02:23:25
39046         Log: Retract #8970 because of a completely mysterious core dump:
39047              adding the tests 241..244 causes op/pat dump core at test #25.
39048              The test needs a lot of whittling down before the bug can be solved.
39049      Branch: perl
39050            ! t/op/pat.t
39051 ____________________________________________________________________________
39052 [  8972] By: jhi                                   on 2001/03/01  01:58:38
39053         Log: Regen perlapi.
39054      Branch: perl
39055            ! pod/perlapi.pod
39056 ____________________________________________________________________________
39057 [  8971] By: jhi                                   on 2001/03/01  01:34:09
39058         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))
39059              From: Nicholas Clark <nick@ccl4.org>
39060              Date: Wed, 28 Feb 2001 23:28:49 +0000
39061              Message-ID: <20010228232849.A55187@plum.flirble.org>
39062              
39063              Allow a completely write protected source code tree
39064              when using the Configure -Dmksymlinks.
39065      Branch: perl
39066            ! embed.pl warnings.pl
39067 ____________________________________________________________________________
39068 [  8970] By: jhi                                   on 2001/03/01  01:32:04
39069         Log: Add back the EBCDIC character range tests (for matching).
39070      Branch: perl
39071            ! t/op/pat.t
39072 ____________________________________________________________________________
39073 [  8969] By: nick                                  on 2001/02/28  18:18:01
39074         Log: Add charname comments to .ucm files writen by 'compile',
39075              also order charmaps in those files by source encoding.
39076              regenerate distrubuted .ucm files
39077      Branch: perlio
39078            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39079            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
39080            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
39081            ! ext/Encode/Encode/iso8859-10.ucm
39082            ! ext/Encode/Encode/iso8859-13.ucm
39083            ! ext/Encode/Encode/iso8859-14.ucm
39084            ! ext/Encode/Encode/iso8859-15.ucm
39085            ! ext/Encode/Encode/iso8859-16.ucm
39086            ! ext/Encode/Encode/iso8859-2.ucm
39087            ! ext/Encode/Encode/iso8859-3.ucm
39088            ! ext/Encode/Encode/iso8859-4.ucm
39089            ! ext/Encode/Encode/iso8859-5.ucm
39090            ! ext/Encode/Encode/iso8859-6.ucm
39091            ! ext/Encode/Encode/iso8859-7.ucm
39092            ! ext/Encode/Encode/iso8859-8.ucm
39093            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
39094            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
39095 ____________________________________________________________________________
39096 [  8968] By: jhi                                   on 2001/02/28  16:26:37
39097         Log: Expand usemorebits early if d_casti32 needs to be undefined.
39098      Branch: perl
39099            ! hints/hpux.sh hints/irix_6.sh
39100 ____________________________________________________________________________
39101 [  8967] By: jhi                                   on 2001/02/28  16:22:26
39102         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
39103              retract toke.c/qu parts of #8583, retract #8485, retract
39104              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
39105              op/length.t, and MANIFEST, and delete t/op/qu.t.
39106      Branch: perl
39107            - t/op/qu.t
39108            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
39109            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
39110            ! t/op/length.t toke.c
39111 ____________________________________________________________________________
39112 [  8966] By: jhi                                   on 2001/02/28  15:00:27
39113         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
39114              by not changing from pre-Unicode days into being Unicode-aware.
39115              Sniff.
39116      Branch: perl
39117            ! pp.c t/op/pack.t t/op/qu.t
39118 ____________________________________________________________________________
39119 [  8965] By: jhi                                   on 2001/02/28  14:37:55
39120         Log: Subject: Re: Errors in core PODs
39121              From: Michael Stevens <michael@etla.org> 
39122              Date: Fri, 23 Feb 2001 15:47:56 +0000
39123              Message-ID: <20010223154756.A7723@firedrake.org> 
39124      Branch: perl
39125            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
39126            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
39127            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
39128            ! x2p/a2p.pod
39129 ____________________________________________________________________________
39130 [  8964] By: jhi                                   on 2001/02/28  14:35:35
39131         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
39132              (The #8961 was too bold.)
39133      Branch: perl
39134            ! hints/hpux.sh hints/irix_6.sh
39135 ____________________________________________________________________________
39136 [  8963] By: jhi                                   on 2001/02/28  14:33:39
39137         Log: Subject: Re: sync sync sync: have I missed any patches?
39138              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39139              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
39140              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
39141              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
39142              
39143              Replace djSP with dSP.
39144      Branch: perl
39145            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
39146            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
39147            ! win32/perlhost.h
39148 ____________________________________________________________________________
39149 [  8962] By: jhi                                   on 2001/02/27  23:21:14
39150         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
39151      Branch: perl
39152            ! lib/Filter/Simple.pm
39153 ____________________________________________________________________________
39154 [  8961] By: jhi                                   on 2001/02/27  22:55:26
39155         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
39156              and this would be it.
39157      Branch: perl
39158            ! hints/hpux.sh hints/irix_6.sh
39159 ____________________________________________________________________________
39160 [  8960] By: jhi                                   on 2001/02/27  22:51:33
39161         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
39162              From: "Craig A. Berry" <craigberry@mac.com>
39163              Date: Tue, 27 Feb 2001 16:11:44 -0600
39164              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
39165      Branch: maint-5.6/perl
39166            ! configure.com vms/descrip_mms.template
39167 ____________________________________________________________________________
39168 [  8959] By: jhi                                   on 2001/02/27  22:47:23
39169         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
39170              From: "Craig A. Berry" <craigberry@mac.com>
39171              Date: Tue, 27 Feb 2001 16:11:44 -0600
39172              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
39173      Branch: perl
39174            ! configure.com vms/descrip_mms.template
39175 ____________________________________________________________________________
39176 [  8958] By: jhi                                   on 2001/02/27  15:16:42
39177         Log: Update Changes.
39178      Branch: perl
39179            ! Changes patchlevel.h
39180 ____________________________________________________________________________
39181 [  8957] By: jhi                                   on 2001/02/27  06:15:07
39182         Log: Subject: [5.6.x] EPOC additions
39183              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39184              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
39185              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
39186      Branch: maint-5.6/perl
39187            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
39188 ____________________________________________________________________________
39189 [  8956] By: jhi                                   on 2001/02/27  06:12:11
39190         Log: Subject: [perl-current] EPOC 
39191              From: Olaf Flebbe <O.Flebbe@science-computing.de>
39192              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
39193              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
39194      Branch: perl
39195            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
39196            ! epoc/epocish.c epoc/epocish.h pp_sys.c
39197 ____________________________________________________________________________
39198 [  8955] By: jhi                                   on 2001/02/27  05:59:50
39199         Log: Subject: Re: Compile with perlcc..
39200              From: Edward Peschko <edwardp@excitehome.net>
39201              Date: Mon, 26 Feb 2001 18:51:58 -0800
39202              Message-ID: <20010226185158.A9871@excitehome.net>
39203              
39204              plus add a simple usage message if no arguments given.
39205      Branch: perl
39206            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
39207            ! utils/Makefile utils/perlcc.PL win32/pod.mak
39208 ____________________________________________________________________________
39209 [  8954] By: nick                                  on 2001/02/26  21:02:59
39210         Log: Integrate mainline
39211      Branch: perlio
39212           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
39213           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
39214           !> t/op/sprintf.t
39215 ____________________________________________________________________________
39216 [  8953] By: jhi                                   on 2001/02/26  14:43:54
39217         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
39218              From: Nicholas Clark <nick@ccl4.org>
39219              Date: Mon, 26 Feb 2001 00:42:07 +0000
39220              Message-ID: <20010226004207.F23333@plum.flirble.org>
39221      Branch: perl
39222            ! pp_ctl.c
39223 ____________________________________________________________________________
39224 [  8952] By: jhi                                   on 2001/02/26  14:42:13
39225         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
39226              From: Simon Cozens <simon@netthink.co.uk>
39227              Date: Mon, 26 Feb 2001 12:23:48 +0000
39228              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
39229      Branch: perl
39230            ! pod/perlguts.pod
39231 ____________________________________________________________________________
39232 [  8951] By: jhi                                   on 2001/02/26  14:39:15
39233         Log: Subject: [PATCH] perlio - unknown layer
39234              From: Nicholas Clark <nick@ccl4.org>
39235              Date: Mon, 26 Feb 2001 00:27:19 +0000
39236              Message-ID: <20010226002719.E23333@plum.flirble.org>
39237      Branch: perl
39238            ! perlio.c
39239 ____________________________________________________________________________
39240 [  8950] By: jhi                                   on 2001/02/26  14:38:04
39241         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
39242              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
39243              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
39244              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
39245      Branch: perl
39246            ! t/op/bop.t
39247 ____________________________________________________________________________
39248 [  8949] By: jhi                                   on 2001/02/26  14:37:07
39249         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
39250              From: Peter Prymmer <pvhp@forte.com>
39251              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
39252              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
39253      Branch: perl
39254            ! lib/Test.pm
39255 ____________________________________________________________________________
39256 [  8948] By: jhi                                   on 2001/02/26  14:35:53
39257         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
39258              From: Radu Greab <radu@netsoft.ro>
39259              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
39260              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
39261      Branch: perl
39262            ! pod/perlop.pod
39263 ____________________________________________________________________________
39264 [  8947] By: jhi                                   on 2001/02/26  14:34:46
39265         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
39266              From: David Mitchell <davem@fdgroup.co.uk>
39267              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
39268              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
39269      Branch: perl
39270            ! run.c
39271 ____________________________________________________________________________
39272 [  8946] By: jhi                                   on 2001/02/26  14:32:37
39273         Log: Subject: Modified README.bs2000 
39274              From: Dorner Thomas <Thomas.Dorner@start.de>
39275              Date: Mon, 26 Feb 2001 09:22:17 +0100
39276              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
39277      Branch: perl
39278            ! README.bs2000
39279 ____________________________________________________________________________
39280 [  8945] By: jhi                                   on 2001/02/26  14:19:53
39281         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
39282              to maintperl, listing the known failures on the tests 129 and 130.
39283      Branch: maint-5.6/perl
39284           !> t/op/sprintf.t
39285 ____________________________________________________________________________
39286 [  8944] By: jhi                                   on 2001/02/26  14:14:15
39287         Log: Add more known sprintf failures.
39288      Branch: perl
39289            ! t/op/sprintf.t
39290 ____________________________________________________________________________
39291 [  8943] By: jhi                                   on 2001/02/26  13:56:22
39292         Log: perlglob.exe needs to be found in Win32, patch from
39293              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
39294              which needs external glob at mini-perl time."
39295      Branch: perl
39296            ! ext/Encode/compile
39297 ____________________________________________________________________________
39298 [  8942] By: jhi                                   on 2001/02/26  13:52:19
39299         Log: A missing dTHX from Vadim Konovalov.
39300      Branch: perl
39301            ! perlio.c
39302 ____________________________________________________________________________
39303 [  8941] By: jhi                                   on 2001/02/26  13:37:05
39304         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
39305      Branch: perl
39306            ! op.c
39307 ____________________________________________________________________________
39308 [  8940] By: jhi                                   on 2001/02/26  13:35:40
39309         Log: Integrate perlio.
39310      Branch: perl
39311           !> ext/Encode/Encode.pm
39312 ____________________________________________________________________________
39313 [  8939] By: nick                                  on 2001/02/25  23:47:09
39314         Log: Integrate mainline.
39315      Branch: perlio
39316           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
39317           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
39318 ____________________________________________________________________________
39319 [  8938] By: nick                                  on 2001/02/25  19:36:28
39320         Log: Encode implementations docs.
39321      Branch: perlio
39322            ! ext/Encode/Encode.pm
39323 ____________________________________________________________________________
39324 [  8937] By: jhi                                   on 2001/02/25  19:26:16
39325         Log: Script wasn't aligned with reality.
39326      Branch: perl
39327            ! t/pod/find.t
39328 ____________________________________________________________________________
39329 [  8936] By: jhi                                   on 2001/02/25  18:54:55
39330         Log: Update Changes.
39331      Branch: perl
39332            ! Changes patchlevel.h
39333 ____________________________________________________________________________
39334 [  8935] By: jhi                                   on 2001/02/25  18:46:36
39335         Log: Retract #8929,8930,8932,8933 for now.
39336      Branch: perl
39337            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
39338 ____________________________________________________________________________
39339 [  8934] By: jhi                                   on 2001/02/25  17:34:35
39340         Log: Integrate perlio.
39341      Branch: perl
39342           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
39343           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
39344           !> t/lib/encode.t
39345 ____________________________________________________________________________
39346 [  8933] By: jhi                                   on 2001/02/25  17:33:12
39347         Log: (Retracted by #8395.)
39348              
39349              Slight tweaks in scan_const(), not fixes yet, it seems like
39350              lots of work remains to be done...
39351      Branch: perl
39352            ! toke.c
39353 ____________________________________________________________________________
39354 [  8932] By: jhi                                   on 2001/02/25  17:27:11
39355         Log: (Retracted by #8395.)
39356              
39357              Missing from #8930.
39358      Branch: perl
39359            ! perl.h
39360 ____________________________________________________________________________
39361 [  8931] By: jhi                                   on 2001/02/25  17:26:19
39362         Log: A comment tweak.
39363      Branch: perl
39364            ! utf8.c
39365 ____________________________________________________________________________
39366 [  8930] By: jhi                                   on 2001/02/25  17:25:47
39367         Log: (Retracted by #8395.)
39368              
39369              Attempt to fix the EBCDIC character range problwm with //.
39370      Branch: perl
39371            ! regcomp.c
39372 ____________________________________________________________________________
39373 [  8929] By: jhi                                   on 2001/02/25  17:23:45
39374         Log: (Retracted by #8395.)
39375              
39376              Expand the EBCDIC character range tests, and add few nasty
39377              tr tests from Karsten Sperling.
39378      Branch: perl
39379            ! t/op/pat.t t/op/tr.t
39380 ____________________________________________________________________________
39381 [  8928] By: jhi                                   on 2001/02/25  17:18:49
39382         Log: Missing check-in.
39383      Branch: perl
39384            ! lib/Pod/Find.pm
39385 ____________________________________________________________________________
39386 [  8927] By: nick                                  on 2001/02/25  11:30:22
39387         Log: Change method names in Encode implementation classes to something
39388              less confusing (preparing to "go public").
39389      Branch: perlio
39390            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
39391 ____________________________________________________________________________
39392 [  8926] By: nick                                  on 2001/02/25  10:53:24
39393         Log: GCC __atribute__ / printf fix
39394      Branch: perlio
39395            ! perl.h
39396 ____________________________________________________________________________
39397 [  8925] By: nick                                  on 2001/02/25  10:52:25
39398         Log: Checked in the wrong one ...
39399      Branch: perlio
39400            ! ext/Encode/Encode.pm
39401 ____________________________________________________________________________
39402 [  8924] By: nick                                  on 2001/02/24  18:46:51
39403         Log: Integrate mainline - to see what Jarkko has in ...
39404      Branch: perlio
39405           +> t/pod/testpods/lib/Pod/Stuff.pm
39406           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
39407 ____________________________________________________________________________
39408 [  8923] By: nick                                  on 2001/02/24  17:05:23
39409         Log: Encode API documentation nd tidy up.
39410              Minor additions to test.
39411              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
39412              Adds STRLEN to standard typemap.
39413      Branch: perlio
39414            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
39415            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
39416 ____________________________________________________________________________
39417 [  8922] By: jhi                                   on 2001/02/24  16:38:12
39418         Log: Add a test for the "character range should match in EBCDIC
39419              if specified using explicit numerics" bug found by Karsten
39420              Sperling.
39421      Branch: perl
39422            ! t/op/pat.t
39423 ____________________________________________________________________________
39424 [  8921] By: jhi                                   on 2001/02/24  16:30:16
39425         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
39426              From: schwern@pobox.com
39427              Date: Fri, 23 Feb 2001 03:21:37 -0500
39428              Message-ID: <20010223032137.A26022@magnonel.guild.net>
39429              
39430              plus Charles Lane's fixes, plus tweaks.
39431      Branch: perl
39432            + t/pod/testpods/lib/Pod/Stuff.pm
39433            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
39434 ____________________________________________________________________________
39435 [  8920] By: nick                                  on 2001/02/24  10:30:11
39436         Log: Integrate mainline
39437      Branch: perlio
39438           !> (integrate 33 files)
39439 ____________________________________________________________________________
39440 [  8919] By: jhi                                   on 2001/02/24  00:23:35
39441         Log: Subject: Re: I'm losing the war...
39442              From: "Vadim Konovalov" <watman@inbox.ru>
39443              Date: Sat, 24 Feb 2001 00:10:14 +0300
39444              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
39445              
39446              hv_store() not working correctly in ENV_IS_CASELESS case.
39447      Branch: perl
39448            ! hv.c
39449 ____________________________________________________________________________
39450 [  8918] By: jhi                                   on 2001/02/24  00:20:09
39451         Log: Subject: Re: [PATCH] fix for charnames above FFFF
39452              From: andreas.koenig@anima.de (Andreas J. Koenig)
39453              Date: 23 Feb 2001 02:39:03 +0100
39454              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
39455              
39456              A further efficiency tweak.
39457      Branch: perl
39458            ! lib/charnames.pm
39459 ____________________________________________________________________________
39460 [  8917] By: jhi                                   on 2001/02/23  20:27:51
39461         Log: Integrate change #8916 from mainline,
39462              do away with USE_WIN32_RTL_ENV.
39463      Branch: maint-5.6/perl
39464           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
39465 ____________________________________________________________________________
39466 [  8916] By: jhi                                   on 2001/02/23  20:02:25
39467         Log: Abolish USE_WIN32_RTL_ENV.
39468      Branch: perl
39469            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
39470 ____________________________________________________________________________
39471 [  8915] By: jhi                                   on 2001/02/23  19:36:00
39472         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
39473              later protected by some #define.
39474      Branch: perl
39475            ! gv.c
39476 ____________________________________________________________________________
39477 [  8914] By: jhi                                   on 2001/02/23  19:31:38
39478         Log: Retract #8902 for now, requested by Charles Lane, the correct
39479              fix will be something else.
39480      Branch: perl
39481            ! op.c
39482 ____________________________________________________________________________
39483 [  8913] By: jhi                                   on 2001/02/23  19:11:36
39484         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
39485              From: Peter Prymmer <pvhp@forte.com>
39486              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
39487              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
39488      Branch: perl
39489            ! t/op/lex_assign.t
39490 ____________________________________________________________________________
39491 [  8912] By: jhi                                   on 2001/02/23  18:38:20
39492         Log: Subject: [patch] perlio + useithreads
39493              From: Doug MacEachern <dougm@covalent.net>
39494              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
39495              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
39496              
39497              Gets things running but not complete.
39498      Branch: perl
39499            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
39500 ____________________________________________________________________________
39501 [  8911] By: jhi                                   on 2001/02/23  04:20:02
39502         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
39503              
39504              Duplicated environment freeing, File::Temp 0.12,
39505              op/append portability (EBCDIC) tweak.
39506      Branch: maint-5.6/perl
39507           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39508           !> t/op/append.t
39509 ____________________________________________________________________________
39510 [  8910] By: jhi                                   on 2001/02/23  02:07:33
39511         Log: Integrate change #8909 from mainline, a better Borland
39512              putenv() workaround.
39513      Branch: maint-5.6/perl
39514           !> perl.c
39515 ____________________________________________________________________________
39516 [  8909] By: jhi                                   on 2001/02/23  02:05:46
39517         Log: A better workaround for Borland putenv() brokenness from Sarathy.
39518      Branch: perl
39519            ! perl.c
39520 ____________________________________________________________________________
39521 [  8908] By: jhi                                   on 2001/02/23  02:04:14
39522         Log: Subject: fix for parameter -Dm (for perl@8867)
39523              From: "Vadim Konovalov" <watman@inbox.ru>
39524              Date: Thu, 22 Feb 2001 17:30:12 +0300
39525              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
39526      Branch: perl
39527            ! perl.h
39528 ____________________________________________________________________________
39529 [  8907] By: jhi                                   on 2001/02/23  01:58:20
39530         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
39531              From: Peter Prymmer <pvhp@forte.com>
39532              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
39533              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
39534      Branch: perl
39535            ! t/op/append.t
39536 ____________________________________________________________________________
39537 [  8906] By: jhi                                   on 2001/02/23  01:48:34
39538         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
39539      Branch: perl
39540            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
39541 ____________________________________________________________________________
39542 [  8905] By: jhi                                   on 2001/02/23  01:43:30
39543         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
39544              From: Peter Prymmer <pvhp@forte.com>
39545              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
39546              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
39547      Branch: perl
39548            ! t/lib/st-06compat.t
39549 ____________________________________________________________________________
39550 [  8904] By: jhi                                   on 2001/02/23  01:42:39
39551         Log: Metaconfig unit change for #8903.
39552      Branch: metaconfig/U/perl
39553            ! Devel.U
39554 ____________________________________________________________________________
39555 [  8903] By: jhi                                   on 2001/02/23  01:42:12
39556         Log: Be more helpful for devel builders, suggested by John L. Allen.
39557      Branch: perl
39558            ! Configure
39559 ____________________________________________________________________________
39560 [  8902] By: jhi                                   on 2001/02/23  01:37:41
39561         Log: (Retracted by #8914)
39562              (Wrongly, reinstated by #8941)
39563              
39564              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
39565              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39566              Date:     Thu, 22 Feb 2001 09:43:57 EST
39567              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
39568      Branch: perl
39569            ! op.c
39570 ____________________________________________________________________________
39571 [  8901] By: jhi                                   on 2001/02/23  01:20:32
39572         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
39573              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39574              Date:     Thu, 22 Feb 2001 08:01:35 EST
39575              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
39576      Branch: perl
39577            ! malloc.c
39578 ____________________________________________________________________________
39579 [  8900] By: jhi                                   on 2001/02/23  01:18:02
39580         Log: Integrate changes #8898,8899 from mainline, environ handling.
39581      Branch: maint-5.6/perl
39582           !> perl.c
39583 ____________________________________________________________________________
39584 [  8899] By: jhi                                   on 2001/02/23  01:16:25
39585         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
39586              putenv() is not to be relied on, they are either broken or leaky
39587              or both.)
39588      Branch: perl
39589            ! perl.c
39590 ____________________________________________________________________________
39591 [  8898] By: jhi                                   on 2001/02/22  23:36:59
39592         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
39593              and safesysfree() must be used.
39594      Branch: perl
39595            ! perl.c
39596 ____________________________________________________________________________
39597 [  8897] By: jhi                                   on 2001/02/22  23:25:45
39598         Log: With environ one must use safesysmalloc()/safesysfree().
39599      Branch: perl
39600            ! perl.c
39601 ____________________________________________________________________________
39602 [  8896] By: jhi                                   on 2001/02/22  22:13:18
39603         Log: If we have a duplicated environment free it
39604              if PERL_DESTRUCT_LEVEL.
39605      Branch: perl
39606            ! perl.c
39607 ____________________________________________________________________________
39608 [  8895] By: alanbur                               on 2001/02/22  19:31:57
39609         Log: Synchronised with parent
39610      Branch: maint-5.6/pureperl
39611           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
39612 ____________________________________________________________________________
39613 [  8894] By: gsar                                  on 2001/02/22  19:06:18
39614         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
39615              
39616              fix memory leak in method call optimization (change#3768);
39617              made C<eval "$x->foo()"> leak
39618              
39619              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
39620      Branch: maint-5.6/perl
39621           !> op.c
39622 ____________________________________________________________________________
39623 [  8893] By: jhi                                   on 2001/02/22  18:35:27
39624         Log: (Retracted by #8915.)
39625              
39626              Third Degree finding:
39627              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
39628      Branch: perl
39629            ! gv.c
39630 ____________________________________________________________________________
39631 [  8892] By: jhi                                   on 2001/02/22  14:28:32
39632         Log: Update Changes.
39633      Branch: perl
39634            ! Changes patchlevel.h
39635 ____________________________________________________________________________
39636 [  8891] By: jhi                                   on 2001/02/22  13:22:45
39637         Log: Metaconfig unit changes for #8890.
39638      Branch: metaconfig
39639            ! U/modified/Cppsym.U U/threads/archname.U
39640 ____________________________________________________________________________
39641 [  8890] By: jhi                                   on 2001/02/22  13:22:12
39642         Log: Add -stdio to the archname if no perlio selected,
39643              no -perlio added since that is now the default.
39644              
39645              Add few CPUs/architectures to the Cppsym scan.
39646      Branch: perl
39647            ! Configure config_h.SH
39648 ____________________________________________________________________________
39649 [  8889] By: jhi                                   on 2001/02/22  13:05:59
39650         Log: Metaconfig unit change for #8888.
39651      Branch: metaconfig/U/perl
39652            ! useperlio.U
39653 ____________________________________________________________________________
39654 [  8888] By: jhi                                   on 2001/02/22  13:05:28
39655         Log: *drum roll*  Make perlio the default.
39656      Branch: perl
39657            ! Configure config_h.SH
39658 ____________________________________________________________________________
39659 [  8887] By: jhi                                   on 2001/02/22  12:50:52
39660         Log: Integrate change #8665 from maintperl to mainline,
39661              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
39662      Branch: perl
39663           !> ext/POSIX/POSIX.xs
39664 ____________________________________________________________________________
39665 [  8886] By: jhi                                   on 2001/02/22  12:49:24
39666         Log: Integrate changes #8883,8884 from mainline to maintperl.
39667              
39668              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
39669              Subject: Re: File::Temp::_gettemp warning
39670      Branch: maint-5.6/perl
39671           !> embed.h embed.pl lib/File/Temp.pm
39672 ____________________________________________________________________________
39673 [  8885] By: jhi                                   on 2001/02/22  12:43:59
39674         Log: Based on
39675              
39676              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
39677              From: schwab@suse.de
39678              Date: Thu, 22 Feb 2001 13:08:09 +0100
39679              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
39680              
39681              but the fix done slightly differently because the other
39682              half was already done in #8664.
39683      Branch: maint-5.6/perl
39684            ! ext/POSIX/POSIX.xs
39685 ____________________________________________________________________________
39686 [  8884] By: jhi                                   on 2001/02/22  12:37:15
39687         Log: Subject: Re: File::Temp::_gettemp warning
39688              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39689              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
39690              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
39691              
39692              This patch to File::Temp does two things:
39693              
39694              1. Fixes the problem with CGI::Carp when determining
39695              the Fcntl constants
39696              
39697              2. Removes most of the carps and consolidates them so that all the
39698              reasons are included in a single die that is caught by the test. This
39699              means that the correct skipping behaviour is displayed by the test.
39700      Branch: perl
39701            ! lib/File/Temp.pm
39702 ____________________________________________________________________________
39703 [  8883] By: jhi                                   on 2001/02/22  12:29:19
39704         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
39705              From: Peter Prymmer <pvhp@forte.com>
39706              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
39707              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
39708      Branch: perl
39709            ! embed.h embed.pl
39710 ____________________________________________________________________________
39711 [  8882] By: jhi                                   on 2001/02/21  19:41:33
39712         Log: Integrate change #8881 from mainlin to maintperl.
39713              
39714              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
39715      Branch: maint-5.6/perl
39716           !> op.c
39717 ____________________________________________________________________________
39718 [  8881] By: jhi                                   on 2001/02/21  19:38:57
39719         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
39720              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39721              Date:     Wed, 21 Feb 2001 13:08:03 EST
39722              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
39723      Branch: perl
39724            ! op.c
39725 ____________________________________________________________________________
39726 [  8880] By: jhi                                   on 2001/02/21  19:34:34
39727         Log: Retract #8875, cannot let go of the old semantics of unpack U
39728              without rethinking utf8decode.t.
39729      Branch: perl
39730            ! pp.c t/op/pack.t
39731 ____________________________________________________________________________
39732 [  8879] By: jhi                                   on 2001/02/21  19:08:02
39733         Log: Run run/*.t also in minitest.
39734      Branch: perl
39735            ! Makefile.SH
39736 ____________________________________________________________________________
39737 [  8878] By: nick                                  on 2001/02/21  18:55:37
39738         Log: Integrate mainline
39739      Branch: perlio
39740           !> (integrate 76 files)
39741 ____________________________________________________________________________
39742 [  8877] By: jhi                                   on 2001/02/21  15:09:33
39743         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
39744      Branch: metaconfig
39745            ! U/compline/nblock_io.U
39746      Branch: perl
39747            ! Configure config_h.SH
39748 ____________________________________________________________________________
39749 [  8876] By: jhi                                   on 2001/02/21  14:54:45
39750         Log: If no sfio, no -lsfio.
39751      Branch: metaconfig/U/perl
39752            ! d_sfio.U
39753      Branch: perl
39754            ! Configure config_h.SH
39755 ____________________________________________________________________________
39756 [  8875] By: jhi                                   on 2001/02/21  14:54:00
39757         Log: Make unpack C and unpack U truly equivalent.
39758      Branch: perl
39759            ! pp.c t/op/pack.t
39760 ____________________________________________________________________________
39761 [  8874] By: jhi                                   on 2001/02/21  14:26:02
39762         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
39763              From: Peter Prymmer <pvhp@forte.com>
39764              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
39765              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
39766      Branch: perl
39767            ! pod/perlport.pod
39768 ____________________________________________________________________________
39769 [  8873] By: jhi                                   on 2001/02/21  14:24:31
39770         Log: Subject: [PATCH] fix for charnames above FFFF
39771              From: andreas.koenig@anima.de (Andreas J. Koenig)
39772              Date: 21 Feb 2001 07:05:45 +0100
39773              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
39774      Branch: perl
39775            ! lib/charnames.pm t/lib/charnames.t
39776 ____________________________________________________________________________
39777 [  8872] By: jhi                                   on 2001/02/21  14:15:25
39778         Log: Integrate change #8868 from pureperl to mainline.
39779              
39780              Fixed reference count loop caused by sv_magic.
39781      Branch: perl
39782           !> sv.c
39783 ____________________________________________________________________________
39784 [  8871] By: jhi                                   on 2001/02/21  14:07:29
39785         Log: Integrate change #8868 from pureperl to maintperl.
39786              
39787              Fixed reference count loop caused by sv_magic.
39788      Branch: maint-5.6/perl
39789           !> sv.c
39790 ____________________________________________________________________________
39791 [  8870] By: jhi                                   on 2001/02/21  14:04:41
39792         Log: Put back the #8840, it was innocent.
39793      Branch: perl
39794            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
39795            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
39796 ____________________________________________________________________________
39797 [  8869] By: jhi                                   on 2001/02/21  14:00:03
39798         Log: unpack("C", ...) was left slightly unfinished by #8865.
39799      Branch: perl
39800            ! pp.c t/op/pack.t
39801 ____________________________________________________________________________
39802 [  8868] By: alanbur                               on 2001/02/21  01:33:45
39803         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
39804              from gv_fetchpv to create single-character magic variables (e.g. $!),
39805              and it is passed a sv and the gv that contains the sv as the mg_obj
39806              value.  When sv_magic stores the mg_obj pointer it increments the gv
39807              refcount, thus causing a sv-gv pair that can't be freed.  There is
39808              already a check for sv == obj which is used to prevent such reference
39809              loops.  This change extends the check to cover the case described above.
39810      Branch: maint-5.6/pureperl
39811            ! sv.c
39812 ____________________________________________________________________________
39813 [  8867] By: jhi                                   on 2001/02/21  00:52:39
39814         Log: Update Changes.
39815      Branch: perl
39816            ! Changes patchlevel.h
39817 ____________________________________________________________________________
39818 [  8866] By: jhi                                   on 2001/02/21  00:34:20
39819         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
39820              (Note: there were some conflicts due to EBCDIC and EPOC
39821              patches, in general I preferred the repository code.)
39822              (When 2.753 comes out, we need to synchronize.)
39823      Branch: perl
39824            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
39825            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
39826            ! t/lib/cgi-html.t
39827 ____________________________________________________________________________
39828 [  8865] By: jhi                                   on 2001/02/21  00:24:22
39829         Log: Make pack("C", 0x100) to create Unicode, unless under the
39830              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
39831              will understand Unicode, unless you under know what.
39832      Branch: perl
39833            ! pp.c t/op/pack.t t/op/qu.t
39834 ____________________________________________________________________________
39835 [  8864] By: alanbur                               on 2001/02/20  22:35:34
39836         Log: Resynchronised with parent
39837      Branch: maint-5.6/pureperl
39838           !> README.win32 ext/GDBM_File/GDBM_File.pm
39839           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
39840           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
39841           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
39842           !> t/lib/sdbm.t util.c
39843 ____________________________________________________________________________
39844 [  8863] By: jhi                                   on 2001/02/20  20:55:11
39845         Log: Integrate change #8860,8861 from mainline into maintperl.
39846              
39847              "pseudo-literal j"
39848              
39849              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
39850      Branch: maint-5.6/perl
39851           !> lib/Test.pm pod/perlop.pod
39852 ____________________________________________________________________________
39853 [  8862] By: jhi                                   on 2001/02/20  20:30:07
39854         Log: Don't do casting between pointers pointing to differently sized
39855              integers.
39856      Branch: perl
39857            ! hv.c sv.c
39858 ____________________________________________________________________________
39859 [  8861] By: jhi                                   on 2001/02/20  19:53:44
39860         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
39861              From: Peter Prymmer <pvhp@forte.com>
39862              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
39863              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
39864      Branch: perl
39865            ! lib/Test.pm
39866 ____________________________________________________________________________
39867 [  8860] By: jhi                                   on 2001/02/20  19:48:02
39868         Log: "pseudo-literal j", a documentation glitch reported to Debian.
39869              The text recovered from Perl 5.005_03, and pseudo-literal replaced
39870              by "backtick string".
39871      Branch: perl
39872            ! pod/perlop.pod
39873 ____________________________________________________________________________
39874 [  8859] By: jhi                                   on 2001/02/20  19:15:46
39875         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
39876              from Chris Nandor.
39877      Branch: perl
39878            ! makedef.pl
39879 ____________________________________________________________________________
39880 [  8858] By: jhi                                   on 2001/02/20  17:36:53
39881         Log: Integrate pureperl changes #8844,8845,8850 to mainline
39882              (via maintperl #8855).
39883              
39884              Fixed %^H scoping bug
39885              
39886              Removed GV <-> CV refcount loop
39887              
39888              Removed %ENV refcount loop
39889      Branch: perl
39890           !> gv.c op.c perl.c pp.c scope.c
39891 ____________________________________________________________________________
39892 [  8857] By: jhi                                   on 2001/02/20  17:34:32
39893         Log: Integrate changes #8853,8854 from maintperl to mainline.
39894              
39895              EBDIC fixes, README.win32 Borland update.
39896      Branch: perl
39897           !> README.win32 handy.h util.c
39898 ____________________________________________________________________________
39899 [  8856] By: jhi                                   on 2001/02/20  17:33:16
39900         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
39901      Branch: maint-5.6/perl
39902           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
39903           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
39904           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
39905 ____________________________________________________________________________
39906 [  8855] By: jhi                                   on 2001/02/20  17:32:13
39907         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
39908              
39909              Fixed %^H scoping bug
39910              
39911              Removed GV <-> CV refcount loop
39912              
39913              Removed %ENV refcount loop
39914      Branch: maint-5.6/perl
39915           !> gv.c op.c perl.c pp.c scope.c
39916 ____________________________________________________________________________
39917 [  8854] By: jhi                                   on 2001/02/20  17:25:06
39918         Log: Subject: Addition to readme.win32 for Borland C++ compilers
39919              Date: Tue, 20 Feb 2001 02:15:25 +0300
39920              From: "Vadim Konovalov" <watman@inbox.ru>
39921              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
39922              
39923              Document Borland compiler misbehaviour.
39924      Branch: maint-5.6/perl
39925            ! README.win32
39926 ____________________________________________________________________________
39927 [  8853] By: jhi                                   on 2001/02/20  17:22:25
39928         Log: The assimilation of ebcdic.c didn't quite work at the first try,
39929              patches from Thomas Dorner.
39930      Branch: maint-5.6/perl
39931            ! handy.h util.c
39932 ____________________________________________________________________________
39933 [  8852] By: jhi                                   on 2001/02/20  17:20:15
39934         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
39935              From: Chris Nandor <pudge@pobox.com>
39936              Date: Tue, 20 Feb 2001 08:32:45 -0500
39937              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
39938      Branch: maint-5.6/perl
39939            ! makedef.pl mg.c
39940 ____________________________________________________________________________
39941 [  8851] By: jhi                                   on 2001/02/20  17:15:52
39942         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
39943      Branch: perl
39944            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
39945            ! t/lib/filter-util.t
39946 ____________________________________________________________________________
39947 [  8850] By: alanbur                               on 2001/02/20  17:12:40
39948         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
39949              and the magic pointer points back to the GV that contains the
39950              %ENV hash.  This creates a refcount loop that prevents members
39951              of %ENV from being freed correctly.  This change removes the
39952              refcount loop - the magic pointer was never used anyway, the
39953              only use of the magic was to check the type ('E') so that the
39954              appropriate environment manipulation code is called when %ENV
39955              is modified.
39956      Branch: maint-5.6/pureperl
39957            ! perl.c
39958 ____________________________________________________________________________
39959 [  8849] By: jhi                                   on 2001/02/20  17:12:20
39960         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
39961              From: "Craig A. Berry" <craigberry@mac.com>
39962              Date: Mon, 19 Feb 2001 23:36:12 -0600
39963              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
39964              
39965              Case-forgiving systems match TestInit.pm with TES*.
39966      Branch: perl
39967            ! t/lib/glob-basic.t
39968 ____________________________________________________________________________
39969 [  8848] By: jhi                                   on 2001/02/20  17:10:02
39970         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
39971      Branch: perl
39972            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
39973            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
39974            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
39975 ____________________________________________________________________________
39976 [  8847] By: jhi                                   on 2001/02/20  15:34:41
39977         Log: The #8843 wasn't quite right: %Config needs to imported.
39978      Branch: perl
39979            ! t/run/runenv.t
39980 ____________________________________________________________________________
39981 [  8846] By: jhi                                   on 2001/02/20  15:31:50
39982         Log: Retract the #8838 and #8840 for now because of
39983              the DB_File tie problem.
39984      Branch: perl
39985            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
39986            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
39987            ! proto.h sv.c
39988 ____________________________________________________________________________
39989 [  8845] By: alanbur                               on 2001/02/20  14:25:41
39990         Log: Removed GV <-> CV refcount loop
39991              CvGV(mycv) points to the parent GV of the CV, and was previously
39992              refcounted.  The pointer remains, but the refcounting has been removed
39993              as it causes a refcount loop between the CV and GV that means the CV
39994              can't ever be deleted.
39995      Branch: maint-5.6/pureperl
39996            ! gv.c op.c pp.c
39997 ____________________________________________________________________________
39998 [  8844] By: alanbur                               on 2001/02/20  14:23:13
39999         Log: Fixed %^H scoping bug
40000      Branch: maint-5.6/pureperl
40001            ! scope.c
40002 ____________________________________________________________________________
40003 [  8843] By: jhi                                   on 2001/02/19  13:38:08
40004         Log: fork() not everywhere, cleanup temp files.
40005      Branch: perl
40006            ! t/run/runenv.t
40007 ____________________________________________________________________________
40008 [  8842] By: alanbur                               on 2001/02/19  12:42:07
40009         Log: Resynchronised with parent
40010      Branch: maint-5.6/pureperl
40011           !> pod/perlfaq4.pod sv.c utf8.c
40012 ____________________________________________________________________________
40013 [  8841] By: jhi                                   on 2001/02/19  03:35:51
40014         Log: Update Changes.
40015      Branch: perl
40016            ! Changes patchlevel.h
40017 ____________________________________________________________________________
40018 [  8840] By: jhi                                   on 2001/02/19  00:23:41
40019         Log: Subject: [patch] add sv_setref_uv
40020              From: Doug MacEachern <dougm@covalent.net>
40021              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
40022              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
40023      Branch: perl
40024            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40025            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
40026 ____________________________________________________________________________
40027 [  8839] By: jhi                                   on 2001/02/19  00:01:38
40028         Log: Put to rest the 20010205.001, the email address checking (not) regex.
40029      Branch: perl
40030            ! pod/perlfaq9.pod
40031 ____________________________________________________________________________
40032 [  8838] By: jhi                                   on 2001/02/18  22:17:54
40033         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
40034              From: Doug MacEachern <dougm@covalent.net>
40035              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
40036              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
40037      Branch: perl
40038            ! lib/ExtUtils/xsubpp
40039 ____________________________________________________________________________
40040 [  8837] By: jhi                                   on 2001/02/18  22:16:50
40041         Log: Subject: [patch] -Wall cleanup round 2
40042              From: Doug MacEachern <dougm@covalent.net>
40043              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
40044              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
40045      Branch: perl
40046            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
40047            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
40048            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
40049            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
40050            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
40051            ! ext/SDBM_File/SDBM_File.xs
40052 ____________________________________________________________________________
40053 [  8836] By: jhi                                   on 2001/02/18  22:11:20
40054         Log: Misapplied regex optimizations when \C is present.
40055              Fixes 20001230.002.
40056              
40057              What still remains broken is that the submatches that
40058              have \C in them get their UTF8 flag on because their
40059              parent SV has it on.  This will result in malformed
40060              UTF8 if a \C happened to match a non-ASCII byte.
40061      Branch: perl
40062            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
40063            ! t/pragma/utf8.t
40064 ____________________________________________________________________________
40065 [  8835] By: jhi                                   on 2001/02/18  20:12:02
40066         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
40067              
40068              The hash key got wrongly UTF8fied.
40069      Branch: perl
40070            ! pod/perlapi.pod toke.c utf8.c
40071 ____________________________________________________________________________
40072 [  8834] By: jhi                                   on 2001/02/18  19:44:25
40073         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
40074              don't warn on magical or overloaded things.
40075      Branch: perl
40076            ! pp_hot.c
40077 ____________________________________________________________________________
40078 [  8833] By: nick                                  on 2001/02/18  19:31:22
40079         Log: Integrate mainline
40080      Branch: perlio
40081           +> t/TestInit.pm t/run/runenv.t
40082            - t/UTEST
40083           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
40084           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
40085           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
40086           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
40087           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
40088           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
40089           !> utf8.c
40090 ____________________________________________________________________________
40091 [  8832] By: jhi                                   on 2001/02/18  19:21:18
40092         Log: Integrate perlio.
40093      Branch: perl
40094           !> perlio.c pod/perldiag.pod
40095 ____________________________________________________________________________
40096 [  8831] By: jhi                                   on 2001/02/18  19:14:20
40097         Log: Integrate change #8827 from mainline.
40098              
40099              UTF8 tweaks.
40100      Branch: maint-5.6/perl
40101           !> sv.c utf8.c
40102 ____________________________________________________________________________
40103 [  8830] By: nick                                  on 2001/02/18  19:10:34
40104         Log: Apply the spirit of patch from Nick Clark:
40105              Subject: [PATCH] Re: extensions that provide layers
40106              From: Nicholas Clark <nick@ccl4.org>
40107              Date: Mon, 12 Feb 2001 16:43:51 +0000
40108              Message-Id: <20010212164350.Q3652@plum.flirble.org>
40109      Branch: perlio
40110            ! perlio.c pod/perldiag.pod
40111 ____________________________________________________________________________
40112 [  8829] By: jhi                                   on 2001/02/18  19:03:25
40113         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
40114              From: schwern@pobox.com 
40115              Date: Sun, 18 Feb 2001 13:44:35 -0500
40116              Message-ID: <20010218134435.A17544@magnonel.guild.net>
40117              
40118              Applied, but as t/TestInit.pm.
40119      Branch: perl
40120            + t/TestInit.pm
40121            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
40122            ! t/op/subst_wamp.t
40123 ____________________________________________________________________________
40124 [  8828] By: jhi                                   on 2001/02/18  18:43:52
40125         Log: Integrate perlio.
40126      Branch: perl
40127           !> perlio.c
40128 ____________________________________________________________________________
40129 [  8827] By: jhi                                   on 2001/02/18  18:41:33
40130         Log: UTF-8 tweaks.
40131      Branch: perl
40132            ! sv.c utf8.c
40133 ____________________________________________________________________________
40134 [  8826] By: nick                                  on 2001/02/18  17:40:59
40135         Log: Fix [ID 20010217.002]
40136              open FOO, "<:raw:perlio", ...
40137              :raw now inserts default base layer below itself.
40138              Also
40139              open FOO, "<:unix", ...
40140              works as well - but leaves buffer layer on stack under the unix layer.
40141      Branch: perlio
40142            ! perlio.c
40143 ____________________________________________________________________________
40144 [  8825] By: jhi                                   on 2001/02/18  17:15:39
40145         Log: Integrate perlio.
40146      Branch: perl
40147           !> perlio.c perliol.h
40148 ____________________________________________________________________________
40149 [  8824] By: jhi                                   on 2001/02/18  17:10:53
40150         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
40151              From: schwern@pobox.com
40152              Date: Sun, 18 Feb 2001 01:48:50 -0500
40153              Message-ID: <20010218014850.C19957@magnonel.guild.net>
40154      Branch: perl
40155            ! lib/Test/Harness.pm t/TEST t/op/chop.t
40156 ____________________________________________________________________________
40157 [  8823] By: jhi                                   on 2001/02/18  17:01:06
40158         Log: Add run/*.t to testables.
40159      Branch: perl
40160            ! t/TEST
40161 ____________________________________________________________________________
40162 [  8822] By: jhi                                   on 2001/02/18  16:58:58
40163         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
40164              From: schwern@pobox.com
40165              Date: Sun, 18 Feb 2001 01:11:35 -0500
40166              Message-ID: <20010218011135.A19957@magnonel.guild.net>
40167              
40168              Revive mjd's and Simon's PERL5OPT fix.
40169      Branch: perl
40170            + t/run/runenv.t
40171            ! MANIFEST perl.c
40172 ____________________________________________________________________________
40173 [  8821] By: jhi                                   on 2001/02/18  16:53:46
40174         Log: Subject: Re: Why t/TEST and not Test::Harness?
40175              From: schwern@pobox.com
40176              Date: Sat, 17 Feb 2001 22:44:44 -0500
40177              Message-ID: <20010217224444.A6679@magnonel.guild.net>
40178              
40179              Replace UTEST with TEST -utf8.
40180      Branch: perl
40181            - t/UTEST
40182            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
40183            ! t/lib/glob-basic.t
40184 ____________________________________________________________________________
40185 [  8820] By: nick                                  on 2001/02/18  13:06:16
40186         Log: Clean up a few core dumps when layers are used in unexpected ways.
40187              (Still not "right"...)
40188      Branch: perlio
40189            ! perlio.c perliol.h
40190 ____________________________________________________________________________
40191 [  8819] By: jhi                                   on 2001/02/18  02:25:55
40192         Log: Integrate change #8818 from maintperl, a FAQ nit.
40193      Branch: perl
40194           !> pod/perlfaq4.pod
40195 ____________________________________________________________________________
40196 [  8818] By: jhi                                   on 2001/02/18  02:24:50
40197         Log: FAQ nit from Chris Fedde.
40198      Branch: maint-5.6/perl
40199            ! pod/perlfaq4.pod
40200 ____________________________________________________________________________
40201 [  8817] By: nick                                  on 2001/02/17  18:20:14
40202         Log: Integrate mainline
40203      Branch: perlio
40204           +> lib/unicode/UCD.html lib/unicode/Unicode.html
40205           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
40206           +> pod/perlclib.pod
40207            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
40208            - lib/unicode/Unicode.301
40209           !> (integrate 324 files)
40210 ____________________________________________________________________________
40211 [  8816] By: jhi                                   on 2001/02/17  16:56:58
40212         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
40213      Branch: perl
40214            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
40215            ! ext/Storable/Storable.xs t/lib/st-06compat.t
40216            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
40217 ____________________________________________________________________________
40218 [  8815] By: jhi                                   on 2001/02/17  16:40:07
40219         Log: Subject: [patch] -Wall
40220              From: Doug MacEachern <dougm@covalent.net>
40221              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
40222              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
40223      Branch: perl
40224            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
40225            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
40226 ____________________________________________________________________________
40227 [  8814] By: jhi                                   on 2001/02/16  19:27:18
40228         Log: Document qu better.
40229      Branch: perl
40230            ! pod/perlop.pod
40231 ____________________________________________________________________________
40232 [  8813] By: jhi                                   on 2001/02/15  13:54:37
40233         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
40234              From: Hugo <hv@crypt.compulink.co.uk>
40235              Date: Thu, 15 Feb 2001 13:39:49 +0000
40236              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
40237      Branch: perl
40238            ! toke.c
40239 ____________________________________________________________________________
40240 [  8812] By: alanbur                               on 2001/02/15  13:52:16
40241         Log: Resynchronised with parent
40242      Branch: maint-5.6/pureperl
40243            - ebcdic.c
40244           !> (integrate 36 files)
40245 ____________________________________________________________________________
40246 [  8811] By: jhi                                   on 2001/02/15  13:51:16
40247         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
40248              
40249              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
40250              From: Jan Dubois <JanD@ActiveState.com>
40251              Date: Wed, 31 Jan 2001 21:17:03 -0800
40252              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
40253              
40254              tweak change#8659 to keep it simple
40255              
40256              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
40257              From: Russ Allbery <rra@stanford.edu>
40258              Date: 14 Feb 2001 10:15:41 -0800
40259              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
40260              
40261              (8809 empty)
40262              
40263              Upgrade to podlators 1.08, from Russ Allbery.
40264      Branch: perl
40265           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
40266           !> utils/perldoc.PL
40267 ____________________________________________________________________________
40268 [  8810] By: jhi                                   on 2001/02/15  13:35:08
40269         Log: Upgrade to podlators 1.08, from Russ Allbery.
40270      Branch: maint-5.6/perl
40271            ! lib/Pod/Man.pm lib/Pod/Text.pm
40272 ____________________________________________________________________________
40273 [  8809] By: jhi                                   on 2001/02/15  13:26:38
40274         Log: (accidentally empty check-in)
40275      Branch: maint-5.6/perl
40276            ! lib/Test/Harness.pm
40277 ____________________________________________________________________________
40278 [  8808] By: jhi                                   on 2001/02/15  13:23:47
40279         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
40280              From: Russ Allbery <rra@stanford.edu>
40281              Date: 14 Feb 2001 10:15:41 -0800
40282              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
40283              
40284              perldoc was hardcoding $Config{installscript}, which breaks
40285              when install* isn't where Perl ends up (such as with AFS).
40286              
40287              Use $Config{scriptdir} instead.
40288      Branch: maint-5.6/perl
40289            ! utils/perldoc.PL
40290 ____________________________________________________________________________
40291 [  8807] By: jhi                                   on 2001/02/14  14:37:27
40292         Log: Update Changes.
40293      Branch: perl
40294            ! Changes patchlevel.h
40295 ____________________________________________________________________________
40296 [  8806] By: jhi                                   on 2001/02/14  14:25:31
40297         Log: Integrate changes #8803,8804,8805 from mainline.
40298              
40299              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
40300              
40301              Don't skip too much of the locale error message if no environ array,
40302              from Chris Nandor.
40303              
40304              More MacOS Classic fixes from Chris Nandor.
40305      Branch: maint-5.6/perl
40306           !> doop.c lib/Cwd.pm perl.c perl.h util.c
40307 ____________________________________________________________________________
40308 [  8805] By: jhi                                   on 2001/02/14  03:29:01
40309         Log: More MacOS Classic fixes from Chris Nandor.
40310      Branch: perl
40311            ! doop.c lib/Cwd.pm
40312 ____________________________________________________________________________
40313 [  8804] By: jhi                                   on 2001/02/14  03:18:35
40314         Log: Don't skip too much of the locale error message if no environ array,
40315              from Chris Nandor.
40316      Branch: perl
40317            ! util.c
40318 ____________________________________________________________________________
40319 [  8803] By: jhi                                   on 2001/02/14  03:14:14
40320         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
40321      Branch: perl
40322            ! perl.c perl.h
40323 ____________________________________________________________________________
40324 [  8802] By: jhi                                   on 2001/02/13  18:31:33
40325         Log: AUTHORS update.
40326      Branch: perl
40327            ! AUTHORS
40328 ____________________________________________________________________________
40329 [  8801] By: jhi                                   on 2001/02/13  17:55:19
40330         Log: Integrate change #8792 from mainline.
40331              
40332              Subject: buncha MacPerl patches for bleadperl
40333              From: Chris Nandor <pudge@pobox.com>
40334              Date: Tue, 13 Feb 2001 00:02:43 -0500
40335              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
40336      Branch: maint-5.6/perl
40337           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
40338           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
40339           !> t/lib/basename.t toke.c util.h
40340 ____________________________________________________________________________
40341 [  8800] By: jhi                                   on 2001/02/13  17:46:43
40342         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
40343              to be forced to Off_t.
40344              
40345              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
40346              From: nick@ccl4.org
40347              Date: Thu, 1 Feb 2001 12:01:04 +0000
40348              Message-Id: <20010201120103.E11401@plum.flirble.org>
40349      Branch: maint-5.6/perl
40350            ! iperlsys.h perlio.c
40351 ____________________________________________________________________________
40352 [  8799] By: jhi                                   on 2001/02/13  16:52:51
40353         Log: Duplex duplex hunk hunk.
40354      Branch: maint-5.6/perl
40355            ! Makefile.SH
40356 ____________________________________________________________________________
40357 [  8797] By: jhi                                   on 2001/02/13  14:52:04
40358         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
40359              From: "Craig A. Berry" <craigberry@mac.com>
40360              Date: Mon, 12 Feb 2001 11:05:25 -0600
40361              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
40362      Branch: perl
40363            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
40364 ____________________________________________________________________________
40365 [  8796] By: jhi                                   on 2001/02/13  14:36:47
40366         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
40367              From: simon.cozens@pembroke.oxford.ac.uk 
40368              Date: Sat, 10 Feb 2001 17:57:02 +0000
40369              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
40370              
40371              Now it does include.
40372      Branch: perl
40373            ! pod/perldiag.pod
40374 ____________________________________________________________________________
40375 [  8795] By: jhi                                   on 2001/02/13  14:30:11
40376         Log: Sort the MANIFEST.
40377      Branch: perl
40378            ! MANIFEST
40379 ____________________________________________________________________________
40380 [  8794] By: jhi                                   on 2001/02/13  14:26:51
40381         Log: Integrate change #8793 from mainline, FAQ updates.
40382      Branch: maint-5.6/perl
40383           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
40384 ____________________________________________________________________________
40385 [  8793] By: jhi                                   on 2001/02/13  14:25:13
40386         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
40387      Branch: perl
40388            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
40389 ____________________________________________________________________________
40390 [  8792] By: jhi                                   on 2001/02/13  14:22:50
40391         Log: Subject: buncha MacPerl patches for bleadperl
40392              From: Chris Nandor <pudge@pobox.com>
40393              Date: Tue, 13 Feb 2001 00:02:43 -0500
40394              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
40395      Branch: perl
40396            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
40397            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
40398            ! t/lib/basename.t toke.c util.h
40399 ____________________________________________________________________________
40400 [  8791] By: jhi                                   on 2001/02/13  14:10:39
40401         Log: Integrate change #8790 from mainline.
40402              
40403              environ array wrongly assumed in Perl_init_i18nl10n(),
40404      Branch: maint-5.6/perl
40405           !> util.c
40406 ____________________________________________________________________________
40407 [  8790] By: jhi                                   on 2001/02/13  14:06:15
40408         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
40409              noticed by Chris Nandor in MacOS Classic.
40410      Branch: perl
40411            ! util.c
40412 ____________________________________________________________________________
40413 [  8789] By: jhi                                   on 2001/02/13  13:58:07
40414         Log: Integrate changes #8373,8487,8544,8783 from mainline.
40415              
40416              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
40417              hints files, the dynaloading, assimilate ebcdic into util.c.
40418      Branch: maint-5.6/perl
40419            - ebcdic.c
40420            ! MANIFEST hints/posix-bc.sh
40421           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
40422           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
40423           !> perlapi.c proto.h util.c
40424 ____________________________________________________________________________
40425 [  8788] By: alanbur                               on 2001/02/13  10:33:13
40426         Log: Integrated changes from maint-5.6
40427      Branch: maint-5.6/pureperl
40428           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
40429           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
40430           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40431           !> vos/config.ga.h vos/configure_perl.cm
40432 ____________________________________________________________________________
40433 [  8787] By: jhi                                   on 2001/02/13  05:56:36
40434         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
40435      Branch: perl
40436           !> Makefile.SH
40437 ____________________________________________________________________________
40438 [  8786] By: jhi                                   on 2001/02/13  05:54:34
40439         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
40440              From: Dorner Thomas <Thomas.Dorner@start.de>
40441              Date: Mon, 12 Feb 2001 15:06:26 +0100
40442              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
40443      Branch: maint-5.6/perl
40444            ! Makefile.SH
40445 ____________________________________________________________________________
40446 [  8785] By: jhi                                   on 2001/02/13  05:29:04
40447         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
40448      Branch: perl
40449           !> hints/openbsd.sh
40450 ____________________________________________________________________________
40451 [  8784] By: jhi                                   on 2001/02/13  02:25:24
40452         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
40453              From: Peter Prymmer <pvhp@forte.com>
40454              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
40455              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
40456      Branch: perl
40457            ! pod/perlclib.pod
40458 ____________________________________________________________________________
40459 [  8783] By: jhi                                   on 2001/02/13  02:22:36
40460         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
40461      Branch: perl
40462            - ebcdic.c
40463            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
40464            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
40465            ! util.c
40466 ____________________________________________________________________________
40467 [  8782] By: jhi                                   on 2001/02/13  02:00:07
40468         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
40469      Branch: maint-5.6/perl
40470            ! pod/perlport.pod
40471 ____________________________________________________________________________
40472 [  8781] By: jhi                                   on 2001/02/13  01:58:44
40473         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
40474      Branch: maint-5.6/perl
40475            ! hints/openbsd.sh
40476 ____________________________________________________________________________
40477 [  8780] By: jhi                                   on 2001/02/13  01:57:33
40478         Log: Synchronize the regexp tests between maintperl and mainline.
40479      Branch: maint-5.6/perl
40480           !> t/op/re_tests
40481 ____________________________________________________________________________
40482 [  8779] By: jhi                                   on 2001/02/13  01:49:35
40483         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
40484              From: Hugo <hv@crypt.compulink.co.uk>
40485              Date: Tue, 13 Feb 2001 00:11:11 +0000
40486              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
40487      Branch: perl
40488            ! regcomp.c t/op/re_tests
40489 ____________________________________________________________________________
40490 [  8778] By: jhi                                   on 2001/02/13  00:23:10
40491         Log: Comments do not nest.
40492      Branch: perl
40493            ! perl.h
40494 ____________________________________________________________________________
40495 [  8777] By: jhi                                   on 2001/02/13  00:17:54
40496         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
40497              From: Hugo <hv@crypt.compulink.co.uk>
40498              Date: Tue, 13 Feb 2001 00:11:11 +0000
40499              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
40500      Branch: maint-5.6/perl
40501            ! regcomp.c t/op/re_tests
40502 ____________________________________________________________________________
40503 [  8776] By: jhi                                   on 2001/02/12  23:25:52
40504         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
40505      Branch: maint-5.6/perl
40506            ! pod/perlport.pod
40507 ____________________________________________________________________________
40508 [  8775] By: jhi                                   on 2001/02/12  23:04:28
40509         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
40510      Branch: maint-5.6/perl
40511            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
40512            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40513            ! vos/configure_perl.cm
40514 ____________________________________________________________________________
40515 [  8774] By: jhi                                   on 2001/02/12  22:59:11
40516         Log: Subject: Re: [patch] context for 'U' magic functions
40517              From: Doug MacEachern <dougm@covalent.net>
40518              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
40519              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
40520              
40521              plus the suggestion by Nick Ing-Simmons to name the macro
40522              as PERL_MG_UFUNC to avoid namespace pollution, plus add
40523              the advice by Doug for XS writers to perl.h
40524      Branch: perl
40525            ! mg.c perl.h
40526 ____________________________________________________________________________
40527 [  8773] By: jhi                                   on 2001/02/11  20:14:12
40528         Log: Update Changes.
40529      Branch: perl
40530            ! Changes patchlevel.h
40531 ____________________________________________________________________________
40532 [  8772] By: jhi                                   on 2001/02/11  18:47:52
40533         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
40534              From: Simon Cozens <simon@cozens.net>
40535              Date: Wed, 31 Jan 2001 16:31:43 +0000
40536              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
40537      Branch: perl
40538            + pod/perlclib.pod
40539            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
40540            ! pod/perltoc.pod
40541 ____________________________________________________________________________
40542 [  8771] By: jhi                                   on 2001/02/11  18:36:48
40543         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
40544              
40545              Blocks-4d3.beta.txt
40546              CaseFolding-3d4.beta.txt
40547              CompositionExclusions-3d6.beta.txt
40548              EastAsianWidth-4d4.beta.txt
40549              LineBreak-6d3.beta.txt
40550              NamesList-3.1.0d1.beta.txt
40551              PropList-3.1.0d4.beta.txt
40552              SpecialCasing-4d1.beta.txt
40553              UnicodeData-3.1.0d6.beta.txt
40554      Branch: perl
40555            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
40556           +> lib/unicode/UCD.html lib/unicode/Unicode.html
40557            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
40558            - lib/unicode/Unicode.301
40559            ! (edit 257 files)
40560 ____________________________________________________________________________
40561 [  8770] By: jhi                                   on 2001/02/11  17:26:22
40562         Log: UTF-8 documentation.
40563      Branch: perl
40564            ! utf8.h
40565 ____________________________________________________________________________
40566 [  8769] By: jhi                                   on 2001/02/11  17:12:49
40567         Log: Retract #8762.
40568      Branch: perl
40569            ! regexec.c
40570 ____________________________________________________________________________
40571 [  8768] By: jhi                                   on 2001/02/11  16:54:45
40572         Log: Subject: [PATCH] Test::Harness
40573              From: andreas.koenig@anima.de (Andreas J. Koenig)
40574              Date: 11 Feb 2001 14:37:00 +0100
40575              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
40576      Branch: perl
40577            ! lib/Test/Harness.pm
40578 ____________________________________________________________________________
40579 [  8767] By: jhi                                   on 2001/02/11  16:53:52
40580         Log: Subject: [PATCH] Document makepatch in Porting/patching
40581              From: andreas.koenig@anima.de (Andreas J. Koenig)
40582              Date: 11 Feb 2001 16:46:28 +0100
40583              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
40584      Branch: perl
40585            ! Porting/patching.pod
40586 ____________________________________________________________________________
40587 [  8766] By: jhi                                   on 2001/02/11  06:30:23
40588         Log: Subject: Re: [patch] GvSHARED
40589              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
40590              From: Doug MacEachern <dougm@covalent.net>
40591              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
40592              
40593              Subject: Re: [patch] GvSHARED
40594              From: Doug MacEachern <dougm@covalent.net>
40595              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
40596              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
40597              
40598              Subject: [patch] attributes.pm support for `shared'
40599              From: Doug MacEachern <dougm@covalent.net>
40600              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
40601              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
40602              
40603              our() attributes were ignored, our :shared pieces missing,
40604              allow attributes.pm to turn on shared.
40605      Branch: perl
40606            ! op.c t/op/attrs.t toke.c xsutils.c
40607 ____________________________________________________________________________
40608 [  8765] By: alanbur                               on 2001/02/10  23:11:19
40609         Log: Resync with parent (hopefully sucessfully this time)
40610      Branch: maint-5.6/pureperl
40611           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
40612           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
40613           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
40614           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
40615           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
40616           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
40617           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
40618 ____________________________________________________________________________
40619 [  8764] By: jhi                                   on 2001/02/10  22:54:38
40620         Log: Make TEST and UTEST more verbose in case something goes
40621              wrong in running/compiling a script, suggested by Doug
40622              MacEachern.
40623      Branch: perl
40624            ! t/TEST t/UTEST
40625 ____________________________________________________________________________
40626 [  8763] By: jhi                                   on 2001/02/10  22:11:34
40627         Log: Bogus shebang.
40628      Branch: perl
40629            ! t/lib/texttabs.t
40630 ____________________________________________________________________________
40631 [  8762] By: jhi                                   on 2001/02/10  21:56:02
40632         Log: (Retracted by #8769)
40633      Branch: perl
40634            ! regexec.c
40635 ____________________________________________________________________________
40636 [  8761] By: jhi                                   on 2001/02/10  21:26:15
40637         Log: Subject: Re: [patch] GvSHARED 
40638              From: Doug MacEachern <dougm@covalent.net>
40639              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
40640              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
40641              
40642              our @EXPORT : shared = (...);
40643      Branch: perl
40644            ! toke.c
40645 ____________________________________________________________________________
40646 [  8760] By: jhi                                   on 2001/02/10  21:25:07
40647         Log: Subject: [patch] GvSHARED
40648              From: Doug MacEachern <dougm@covalent.net>
40649              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
40650              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
40651      Branch: perl
40652            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
40653 ____________________________________________________________________________
40654 [  8759] By: alanbur                               on 2001/02/10  21:24:27
40655         Log: Backed out mismerge.
40656      Branch: maint-5.6/pureperl
40657            ! MANIFEST README.hpux README.vmesa gv.c installhtml
40658            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
40659            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
40660            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
40661            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
40662            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
40663            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
40664 ____________________________________________________________________________
40665 [  8758] By: jhi                                   on 2001/02/10  18:01:17
40666         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
40667              
40668              Fixed UMRs and leak in Perl_pmtrans()
40669              
40670              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
40671              associated UTFied tr/// code.  Also fixed scoping leak of
40672              PL_reg_start_tmp.
40673              
40674              newATTRSUB leaks when an attempt to redefine the active sort sub is
40675              made.
40676      Branch: maint-5.6/perl
40677           !> op.c regcomp.c
40678 ____________________________________________________________________________
40679 [  8757] By: alanbur                               on 2001/02/10  17:56:46
40680         Log: Resynchronised with parent
40681      Branch: maint-5.6/pureperl
40682           +> README.bs2000
40683            - README.posix-bc
40684            ! gv.c perl.c sv.c
40685           !> MANIFEST README.hpux README.vmesa installhtml
40686           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
40687           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
40688           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
40689           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
40690           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
40691           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
40692 ____________________________________________________________________________
40693 [  8756] By: alanbur                               on 2001/02/10  17:51:15
40694         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
40695              made.
40696      Branch: maint-5.6/pureperl
40697            ! op.c
40698 ____________________________________________________________________________
40699 [  8755] By: jhi                                   on 2001/02/09  22:41:35
40700         Log: Upgrade to CPAN 1.59_54, from Andreas König.
40701      Branch: perl
40702            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40703 ____________________________________________________________________________
40704 [  8754] By: jhi                                   on 2001/02/09  22:29:20
40705         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
40706              
40707              Didn't upgrade the fill.t since it has a dependency to File::Slurp
40708              purely for debugging purposes, the actual test hasn't changed.
40709      Branch: perl
40710            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
40711            ! t/lib/textwrap.t
40712 ____________________________________________________________________________
40713 [  8753] By: jhi                                   on 2001/02/09  20:17:50
40714         Log: Integrate change #8682 from maintperl.
40715              
40716              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
40717              to work correctly.
40718      Branch: perl
40719           !> hints/irix_6.sh
40720 ____________________________________________________________________________
40721 [  8752] By: jhi                                   on 2001/02/09  20:00:46
40722         Log: Update Changes.
40723      Branch: perl
40724            ! Changes patchlevel.h
40725 ____________________________________________________________________________
40726 [  8751] By: nick                                  on 2001/02/09  19:48:37
40727         Log: Integrate mainline
40728      Branch: perlio
40729           +> README.bs2000 t/lib/cgi-esc.t
40730            - README.posix-bc
40731           !> (integrate 53 files)
40732 ____________________________________________________________________________
40733 [  8750] By: nick                                  on 2001/02/09  19:25:16
40734         Log: Subject: RE: Biannual Competition to Improve Hashing Function
40735              From: Fisher Mark <fisherm@tce.com>
40736              Date: Thu, 8 Feb 2001 10:44:00 -0500
40737              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
40738              Date: Thu, 8 Feb 2001 15:02:47 -0500
40739              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
40740      Branch: perl
40741            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
40742 ____________________________________________________________________________
40743 [  8749] By: jhi                                   on 2001/02/09  19:02:35
40744         Log: Forgotten fragment.
40745      Branch: perl
40746            ! pod/perlapi.pod
40747 ____________________________________________________________________________
40748 [  8748] By: jhi                                   on 2001/02/09  18:31:34
40749         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
40750              plus manual tweakage.
40751              
40752              Sync the perlfaq2 between mainline and maintperl.
40753      Branch: maint-5.6/perl
40754            ! pod/perlfaq2.pod
40755      Branch: perl
40756           !> pod/perlfaq2.pod
40757 ____________________________________________________________________________
40758 [  8747] By: jhi                                   on 2001/02/09  18:12:04
40759         Log: Subject: versiononly and installperl
40760              From: abigail@foad.org
40761              Date: Wed, 7 Feb 2001 22:43:12 +0100
40762              Message-ID: <20010207214312.7045.qmail@foad.org>    
40763              
40764              Add +v flag to force a normal install of the perl binary
40765              and the utilities.
40766              
40767              Subject: [PATCH] installperl
40768              From: Nicholas Clark <nick@ccl4.org>
40769              Date: Fri, 9 Feb 2001 16:28:57 +0000
40770              Message-ID: <20010209162857.B10931@plum.flirble.org>
40771              
40772              Add -A flag which also hardlinks the binary with
40773              the full architecture name.
40774      Branch: perl
40775            ! installperl
40776 ____________________________________________________________________________
40777 [  8746] By: jhi                                   on 2001/02/09  18:03:43
40778         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
40779              
40780              Subject: perlfaq2, re: perlmongers
40781              
40782              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
40783              
40784              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
40785              
40786              Subject: [ID 20010205.001] typo in perlfaq9
40787              
40788              Subject: [ID 20010208.002] unordered explanation in perlcall
40789      Branch: maint-5.6/perl
40790           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
40791           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
40792           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
40793 ____________________________________________________________________________
40794 [  8745] By: jhi                                   on 2001/02/09  17:59:09
40795         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
40796              From: abela@geneanet.org
40797              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
40798              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
40799      Branch: perl
40800            ! pod/perlcall.pod
40801 ____________________________________________________________________________
40802 [  8744] By: jhi                                   on 2001/02/09  17:48:16
40803         Log: Subject: [ID 20010205.001] typo in perlfaq9
40804              From: eserte@vran.herceg.de
40805              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
40806              Message-Id: <200102042244.XAA21926@vran.herceg.de>
40807      Branch: perl
40808            ! pod/perlfaq9.pod
40809 ____________________________________________________________________________
40810 [  8743] By: jhi                                   on 2001/02/09  17:25:12
40811         Log: Integrate change #8695 from maintperl.
40812              
40813              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
40814      Branch: perl
40815           !> thread.h
40816 ____________________________________________________________________________
40817 [  8742] By: jhi                                   on 2001/02/09  17:21:22
40818         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
40819              From: Andy Dougherty <doughera@lafayette.edu>
40820              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
40821              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
40822      Branch: perl
40823            ! embed.pl
40824 ____________________________________________________________________________
40825 [  8741] By: jhi                                   on 2001/02/09  17:05:19
40826         Log: Integrate changes #8738,8739,8740 from maintperl.
40827              
40828              Html files will be installed in a more logical and easier to
40829              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
40830              
40831              Html files will be generated with a header to make them look
40832              a little less bare.
40833              
40834              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
40835      Branch: perl
40836           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
40837 ____________________________________________________________________________
40838 [  8740] By: jhi                                   on 2001/02/09  17:03:46
40839         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
40840              From: "Brendan O'Dea" <bod@compusol.com.au>
40841              Date: Sun, 4 Feb 2001 11:17:56 +1100
40842              Message-ID: <20010204111756.A16301@compusol.com.au>
40843      Branch: maint-5.6/perl
40844            ! pod/perlfaq3.pod
40845 ____________________________________________________________________________
40846 [  8739] By: jhi                                   on 2001/02/09  17:01:59
40847         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
40848              From: "Indy Singh" <indy@nusphere.com>
40849              Date: Fri, 2 Feb 2001 15:09:59 -0500
40850              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
40851              
40852              Html files will be generated with a header to make them look
40853              a little less bare.
40854      Branch: maint-5.6/perl
40855            ! installhtml
40856 ____________________________________________________________________________
40857 [  8738] By: jhi                                   on 2001/02/09  16:58:48
40858         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
40859              From: "Indy Singh" <indy@nusphere.com>
40860              Date: Fri, 2 Feb 2001 15:08:23 -0500
40861              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
40862              
40863              Html files will be installed in a more logical and easier to
40864              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
40865      Branch: maint-5.6/perl
40866            ! win32/Makefile win32/makefile.mk
40867 ____________________________________________________________________________
40868 [  8737] By: jhi                                   on 2001/02/09  16:46:54
40869         Log: Integrate changes #8687,8736 from maintperl.
40870              
40871              HP-UX thread patches from Merijn H. Brand.
40872              
40873              Latin nit from Philip Newton.
40874      Branch: perl
40875           !> README.hpux hints/hpux.sh
40876 ____________________________________________________________________________
40877 [  8736] By: jhi                                   on 2001/02/09  16:42:31
40878         Log: Latin nit from Philip Newton.
40879      Branch: maint-5.6/perl
40880            ! README.hpux
40881 ____________________________________________________________________________
40882 [  8735] By: jhi                                   on 2001/02/09  16:24:03
40883         Log: Integrate changes #8704,8710 from pureperl.
40884              
40885              Fixed UMRs and leak in Perl_pmtrans()
40886              
40887              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
40888              associated UTFied tr/// code.  Also fixed scoping leak of
40889              PL_reg_start_tmp.
40890      Branch: perl
40891           !> op.c regcomp.c
40892 ____________________________________________________________________________
40893 [  8734] By: jhi                                   on 2001/02/09  15:40:21
40894         Log: Integrate change #8733 from maintperl.
40895              
40896              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
40897      Branch: perl
40898           !> pod/perlre.pod
40899 ____________________________________________________________________________
40900 [  8733] By: jhi                                   on 2001/02/09  15:35:47
40901         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
40902              From: Prymmer/Kahn <pvhp@best.com>
40903              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
40904              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
40905      Branch: maint-5.6/perl
40906            ! pod/perlre.pod
40907 ____________________________________________________________________________
40908 [  8732] By: jhi                                   on 2001/02/09  15:26:17
40909         Log: Rename README.posix-bc to README.bs2000 (to avoid the
40910              confusion of a "perlposix-bc.pod"), add a few missing
40911              arch pods, regen toc.
40912      Branch: maint-5.6/perl
40913           +> README.bs2000
40914            - README.posix-bc
40915            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
40916            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
40917 ____________________________________________________________________________
40918 [  8731] By: jhi                                   on 2001/02/09  15:23:39
40919         Log: De-cut-and-pasto.
40920      Branch: perl
40921            ! pod/perl.pod
40922 ____________________________________________________________________________
40923 [  8730] By: jhi                                   on 2001/02/09  15:11:13
40924         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
40925              when people think that perlposix-bc.pod tells anything about
40926              Perl and POSIX.  Regen toc.
40927      Branch: perl
40928           +> README.bs2000
40929            - README.posix-bc
40930            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
40931            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
40932 ____________________________________________________________________________
40933 [  8729] By: jhi                                   on 2001/02/09  14:52:28
40934         Log: The README.vmesa part of #8712 from maintperl.
40935      Branch: perl
40936            ! README.vmesa
40937 ____________________________________________________________________________
40938 [  8728] By: jhi                                   on 2001/02/09  14:46:06
40939         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
40940              From: Peter Prymmer <pvhp@forte.com>
40941              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
40942              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
40943      Branch: maint-5.6/perl
40944            ! README.vmesa win32/Makefile win32/makefile.mk
40945 ____________________________________________________________________________
40946 [  8727] By: jhi                                   on 2001/02/09  14:33:25
40947         Log: Integrate change #8712 from mainline.
40948              
40949              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
40950      Branch: maint-5.6/perl
40951           !> lib/Pod/Find.pm
40952 ____________________________________________________________________________
40953 [  8726] By: jhi                                   on 2001/02/09  14:30:28
40954         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
40955              From: Peter Prymmer <pvhp@forte.com>
40956              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
40957              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
40958      Branch: perl
40959            + t/lib/cgi-esc.t
40960            ! MANIFEST lib/CGI/Util.pm
40961 ____________________________________________________________________________
40962 [  8725] By: jhi                                   on 2001/02/09  04:56:47
40963         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
40964      Branch: maint-5.6/perl
40965            ! pod/perlport.pod
40966 ____________________________________________________________________________
40967 [  8724] By: jhi                                   on 2001/02/09  04:40:59
40968         Log: Integrate changes 7819,7820 from vmsperl into mainline.
40969              
40970              Add header for LIB$ prototypes (C. Berry)
40971              
40972              Convert fwrite()s to sockets to write()s, since some socket stacks
40973              don't take kindly to stdio.
40974              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
40975              (for often optional LNMs)
40976              Correct a few typos
40977              (C. Bailey)
40978      Branch: perl
40979           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
40980 ____________________________________________________________________________
40981 [  8723] By: jhi                                   on 2001/02/09  03:29:29
40982         Log: Integrate change #8722 from mainline.
40983              
40984              The Im() function wasn't returning zero for non-Math::Complex
40985              arguments.  The bug reported by John Gamble.
40986      Branch: maint-5.6/perl
40987           !> lib/Math/Complex.pm
40988 ____________________________________________________________________________
40989 [  8722] By: jhi                                   on 2001/02/09  03:28:33
40990         Log: The Im() function wasn't returning zero for non-Math::Complex
40991              arguments.  The bug reported by John Gamble.
40992      Branch: perl
40993            ! lib/Math/Complex.pm
40994 ____________________________________________________________________________
40995 [  8721] By: nick                                  on 2001/02/08  22:11:35
40996         Log: Correct the correction :-(
40997      Branch: perl
40998            ! perl.c
40999 ____________________________________________________________________________
41000 [  8720] By: bailey                                on 2001/02/08  20:59:22
41001         Log: Convert frwite()s to sockets to write()s, since some socket stacks
41002              don't take kindly to stdio.
41003              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
41004              (for often optional LNMs)
41005              Correct a few typos
41006              (C. Bailey)
41007      Branch: vmsperl
41008            ! vms/vms.c vms/vmsish.h
41009 ____________________________________________________________________________
41010 [  8719] By: bailey                                on 2001/02/08  20:51:02
41011         Log: Add header for LIB$ prototypes (C. Berry)
41012      Branch: vmsperl
41013            ! ext/Devel/DProf/DProf.xs
41014 ____________________________________________________________________________
41015 [  8718] By: bailey                                on 2001/02/08  20:49:00
41016         Log: SYN SYN
41017      Branch: vmsperl
41018           +> pod/perliol.pod t/lib/sample-tests/bailout
41019           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
41020           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
41021           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
41022           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
41023           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
41024           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
41025            - lib/unicode/Is/DCinital.pl
41026           !> (integrate 101 files)
41027 ____________________________________________________________________________
41028 [  8717] By: nick                                  on 2001/02/08  19:38:48
41029         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
41030              From: Robin Barker <rmb1@cise.npl.co.uk>
41031              Date: Thu, 8 Feb 2001 14:38:07 GMT
41032              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
41033      Branch: perl
41034            ! lib/CPAN.pm
41035 ____________________________________________________________________________
41036 [  8716] By: nick                                  on 2001/02/08  19:29:07
41037         Log: Generated files form 8713 etc.
41038      Branch: perl
41039            ! embed.h global.sym objXSUB.h perlapi.c proto.h
41040 ____________________________________________________________________________
41041 [  8715] By: nick                                  on 2001/02/08  19:26:08
41042         Log: Fixup non-ithread build after 8713
41043      Branch: perl
41044            ! perl.c
41045 ____________________________________________________________________________
41046 [  8714] By: nick                                  on 2001/02/08  19:17:45
41047         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
41048              From: nick@ccl4.org
41049              Date: Wed, 7 Feb 2001 00:27:47 +0000
41050              Message-Id: <20010207002747.B63724@plum.flirble.org>
41051      Branch: perl
41052            ! sv.c toke.c
41053 ____________________________________________________________________________
41054 [  8713] By: nick                                  on 2001/02/08  19:15:58
41055         Log: Subject: Re: [patch] Re: PL_ptr_table
41056              From: Doug Maceachern <dougm@covalent.net>
41057              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
41058              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
41059      Branch: perl
41060            ! embed.pl perl.c sv.c sv.h
41061 ____________________________________________________________________________
41062 [  8712] By: nick                                  on 2001/02/08  19:12:47
41063         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
41064              From: Peter Prymmer <pvhp@forte.com>
41065              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
41066              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
41067      Branch: perl
41068            ! lib/Pod/Find.pm
41069 ____________________________________________________________________________
41070 [  8711] By: nick                                  on 2001/02/07  21:06:11
41071         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
41072              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
41073              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41074              Date: Tue, 06 Feb 2001 23:37:01 +0000
41075              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
41076      Branch: perl
41077            ! regcomp.c
41078 ____________________________________________________________________________
41079 [  8710] By: alanbur                               on 2001/02/07  00:22:04
41080         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
41081              associated UTFied tr/// code.  Also fixed scoping leak of
41082              PL_reg_start_tmp.
41083      Branch: maint-5.6/pureperl
41084            ! op.c regcomp.c
41085 ____________________________________________________________________________
41086 [  8709] By: nick                                  on 2001/02/06  21:16:49
41087         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
41088              From: Michael G Schwern <schwern@pobox.com>
41089              Date: Sun, 4 Feb 2001 19:47:14 -0500
41090              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
41091      Branch: perl
41092            ! pod/perlapi.pod pod/perlmodlib.PL
41093 ____________________________________________________________________________
41094 [  8708] By: nick                                  on 2001/02/06  20:41:20
41095         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
41096              From: Michael G Schwern <schwern@pobox.com>
41097              Date: Sun, 4 Feb 2001 21:17:49 -0500
41098              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
41099      Branch: perl
41100            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
41101            ! pod/perltootc.pod
41102 ____________________________________________________________________________
41103 [  8707] By: nick                                  on 2001/02/06  20:29:11
41104         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
41105              From: Michael G Schwern <schwern@pobox.com>
41106              Date: Tue, 6 Feb 2001 05:54:30 -0500
41107              Message-Id: <20010206055430.A951@blackrider.aocn.com>
41108      Branch: perl
41109            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
41110 ____________________________________________________________________________
41111 [  8706] By: nick                                  on 2001/02/06  20:21:40
41112         Log: Subject: RE: some win32 fixes
41113              Date: Tue, 6 Feb 2001 09:23:20 +0300
41114              From: Vadim Konovalov <vkonovalov@lucent.com>
41115              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
41116      Branch: perl
41117            ! toke.c win32/Makefile win32/config.bc win32/config.gc
41118            ! win32/config.vc win32/config_H.bc win32/makefile.mk
41119 ____________________________________________________________________________
41120 [  8705] By: alanbur                               on 2001/02/06  15:00:03
41121         Log: Synchronised with parent
41122      Branch: maint-5.6/pureperl
41123            ! regexec.c
41124           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
41125           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
41126 ____________________________________________________________________________
41127 [  8704] By: alanbur                               on 2001/02/06  14:55:24
41128         Log: Fixed UMRs and leak in Perl_pmtrans()
41129      Branch: maint-5.6/pureperl
41130            ! op.c
41131 ____________________________________________________________________________
41132 [  8703] By: gsar                                  on 2001/02/06  02:29:37
41133         Log: $(MAKE) distclean doesn't clean up properly on windows
41134      Branch: maint-5.6/perl
41135            ! win32/Makefile win32/makefile.mk
41136 ____________________________________________________________________________
41137 [  8702] By: gsar                                  on 2001/02/06  01:00:46
41138         Log: tweak change#8659 to keep it simple
41139      Branch: maint-5.6/perl
41140            ! utils/perldoc.PL
41141 ____________________________________________________________________________
41142 [  8701] By: gsar                                  on 2001/02/05  22:45:41
41143         Log: change#8693 was missing testsuite changes
41144      Branch: maint-5.6/perl
41145           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
41146 ____________________________________________________________________________
41147 [  8700] By: nick                                  on 2001/02/05  20:32:52
41148         Log: Integrate mainline
41149      Branch: perlio
41150           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
41151           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
41152           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
41153           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
41154           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
41155           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
41156           +> t/lib/test-harness.t
41157           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
41158           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
41159           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
41160           !> pod/perlutil.pod t/TEST utils/h2xs.PL
41161 ____________________________________________________________________________
41162 [  8699] By: nick                                  on 2001/02/05  19:41:07
41163         Log: Subject: perlfaq2, re: perlmongers
41164              From: David H. Adler <dha@panix.com>
41165              Date: Sun, 4 Feb 2001 23:48:23 -0500
41166              Message-Id: <20010204234823.A13429@panix.com>
41167      Branch: perl
41168            ! pod/perlfaq2.pod
41169 ____________________________________________________________________________
41170 [  8698] By: nick                                  on 2001/02/05  19:39:31
41171         Log: Missed file f#rom the testharness mess.
41172      Branch: perl
41173            + t/lib/test-harness.t
41174 ____________________________________________________________________________
41175 [  8697] By: nick                                  on 2001/02/05  19:37:21
41176         Log: Subject: [DOC PATCH] overload.pm nits
41177              From: John Tobey <jtobey@john-edwin-tobey.org>
41178              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
41179              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
41180      Branch: perl
41181            ! lib/overload.pm
41182 ____________________________________________________________________________
41183 [  8696] By: alanbur                               on 2001/02/05  11:56:00
41184         Log: Sync with parent
41185      Branch: maint-5.6/pureperl
41186           !> thread.h
41187 ____________________________________________________________________________
41188 [  8695] By: gsar                                  on 2001/02/05  03:27:34
41189         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
41190      Branch: maint-5.6/perl
41191            ! thread.h
41192 ____________________________________________________________________________
41193 [  8694] By: alanbur                               on 2001/02/05  00:07:47
41194         Log: Initial branch creation from //depot/maint-5.6/perl
41195      Branch: maint-5.6/pureperl
41196           +> (branch 1719 files)
41197 ____________________________________________________________________________
41198 [  8693] By: gsar                                  on 2001/02/04  22:38:49
41199         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
41200              changes)
41201      Branch: maint-5.6/perl
41202           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
41203           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
41204           !> ext/DB_File/version.c
41205 ____________________________________________________________________________
41206 [  8692] By: nick                                  on 2001/02/04  18:15:57
41207         Log: The missed t/TEST part of the grand testharness upgrade.
41208      Branch: perl
41209            ! t/TEST
41210 ____________________________________________________________________________
41211 [  8691] By: nick                                  on 2001/02/04  18:05:17
41212         Log: New improved test harness
41213              Subject: Re: [PATCH Test::Harness] Third time's a charm?
41214              From: Michael G Schwern <schwern@pobox.com>
41215              Date: Sun, 4 Feb 2001 08:01:20 -0500
41216              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
41217      Branch: perl
41218            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
41219            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
41220            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
41221            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
41222            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
41223            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
41224            ! MANIFEST lib/Test/Harness.pm
41225 ____________________________________________________________________________
41226 [  8690] By: nick                                  on 2001/02/04  17:57:51
41227         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
41228              From: Jonathan Stowe <gellyfish@gellyfish.com>
41229              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
41230              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
41231      Branch: perl
41232            ! utils/h2xs.PL
41233 ____________________________________________________________________________
41234 [  8689] By: nick                                  on 2001/02/04  17:55:24
41235         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
41236              From: Michael G Schwern <schwern@pobox.com>
41237              Date: Sat, 3 Feb 2001 22:46:38 -0500
41238              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
41239      Branch: perl
41240            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
41241            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
41242 ____________________________________________________________________________
41243 [  8688] By: nick                                  on 2001/02/04  17:43:55
41244         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
41245              length byfailing to spot lack of closing )
41246              From: nick@talking.bollo.cx
41247              Date: Sat, 03 Feb 2001 23:53:16 +0000
41248              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
41249      Branch: perl
41250            ! perlio.c pod/perldiag.pod
41251 ____________________________________________________________________________
41252 [  8687] By: jhi                                   on 2001/02/03  17:11:42
41253         Log: HP-UX thread patches from Merijn H. Brand.
41254      Branch: maint-5.6/perl
41255            ! README.hpux hints/hpux.sh
41256 ____________________________________________________________________________
41257 [  8686] By: jhi                                   on 2001/02/03  16:40:12
41258         Log: Metaconfig changes for #8685.
41259      Branch: metaconfig
41260            ! U/installdirs/instubperl.U
41261      Branch: metaconfig/U/perl
41262            ! Devel.U versiononly.U
41263 ____________________________________________________________________________
41264 [  8685] By: jhi                                   on 2001/02/03  16:39:49
41265         Log: For -Dusedevel builds turn off installusrbinperl and turn on
41266              versiononly, a combined idea of Richard Soderberg and Merijn
41267              H. Brand.  You can still override both of these from the command
41268              line if you need to, -Dinstallusrbinperl and -Uversiononly.
41269      Branch: perl
41270            ! Configure
41271 ____________________________________________________________________________
41272 [  8684] By: jhi                                   on 2001/02/03  16:16:34
41273         Log: Metaconfig unit fix for #8683.
41274      Branch: metaconfig
41275            ! U/compline/nblock_io.U
41276 ____________________________________________________________________________
41277 [  8683] By: jhi                                   on 2001/02/03  16:16:12
41278         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
41279              reported by Peter Prymmer for 5.6-TRIAL1.
41280      Branch: perl
41281            ! Configure
41282 ____________________________________________________________________________
41283 [  8682] By: jhi                                   on 2001/02/03  05:52:11
41284         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
41285              to work correctly.
41286      Branch: maint-5.6/perl
41287            ! hints/irix_6.sh
41288 ____________________________________________________________________________
41289 [  8681] By: jhi                                   on 2001/02/03  05:47:33
41290         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
41291      Branch: maint-5.6/perl
41292            ! pod/perlport.pod
41293 ____________________________________________________________________________
41294 [  8680] By: jhi                                   on 2001/02/02  21:39:49
41295         Log: perlport update from Peter Prymmer.
41296      Branch: maint-5.6/perl
41297            ! pod/perlport.pod
41298 ____________________________________________________________________________
41299 [  8679] By: nick                                  on 2001/02/02  20:50:48
41300         Log: Integrate mainline
41301      Branch: perlio
41302           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
41303           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
41304           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
41305 ____________________________________________________________________________
41306 [  8678] By: gsar                                  on 2001/02/02  16:02:12
41307         Log: note about bincompat, slightly modified (from Lupe Christoph)
41308      Branch: maint-5.6/perl
41309            ! README.solaris
41310 ____________________________________________________________________________
41311 [  8677] By: jhi                                   on 2001/02/02  15:46:20
41312         Log: Supported platforms updates.
41313      Branch: maint-5.6/perl
41314            ! pod/perlport.pod
41315 ____________________________________________________________________________
41316 [  8676] By: jhi                                   on 2001/02/02  03:41:26
41317         Log: A couple more perlfaq2 tweaks.
41318      Branch: maint-5.6/perl
41319            ! pod/perlfaq2.pod
41320 ____________________________________________________________________________
41321 [  8675] By: jhi                                   on 2001/02/02  03:17:44
41322         Log: Misedit in #8661.
41323      Branch: maint-5.6/perl
41324            ! Configure
41325 ____________________________________________________________________________
41326 [  8674] By: jhi                                   on 2001/02/02  03:14:38
41327         Log: Damien again.
41328      Branch: maint-5.6/perl
41329            ! pod/perlfaq2.pod
41330 ____________________________________________________________________________
41331 [  8673] By: jhi                                   on 2001/02/02  03:12:40
41332         Log: perlfaq update from Elaine Ashton.
41333      Branch: maint-5.6/perl
41334            ! pod/perlfaq2.pod
41335 ____________________________________________________________________________
41336 [  8672] By: jhi                                   on 2001/02/02  03:07:08
41337         Log: UTF-8 s/// patch from Inaba Hiroto.
41338      Branch: maint-5.6/perl
41339            ! pp_ctl.c pp_hot.c
41340 ____________________________________________________________________________
41341 [  8671] By: jhi                                   on 2001/02/01  22:34:31
41342         Log: Update Changes.
41343      Branch: perl
41344            ! Changes patchlevel.h
41345 ____________________________________________________________________________
41346 [  8670] By: jhi                                   on 2001/02/01  22:15:29
41347         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
41348              from maintperl.
41349              
41350              Upgrade to Getopt::Long 2.25, from Johan Vromans.
41351              
41352              more files need to be writable in the source distribution
41353              
41354              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
41355              
41356              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
41357              
41358              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
41359              
41360              Allow the float to be fuzzier.
41361              
41362              need to use INT2PTR instead of a straight cast or ia64 fails
41363              
41364              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
41365              
41366              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
41367      Branch: perl
41368           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
41369           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
41370           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
41371 ____________________________________________________________________________
41372 [  8669] By: jhi                                   on 2001/02/01  21:57:02
41373         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
41374              From: Robin Barker <rmb1@cise.npl.co.uk>
41375              Date: Thu, 1 Feb 2001 16:59:05 GMT
41376              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
41377      Branch: maint-5.6/perl
41378            ! pod/perlmodlib.PL
41379 ____________________________________________________________________________
41380 [  8668] By: nick                                  on 2001/02/01  19:41:40
41381         Log: Integrate mainline
41382      Branch: perlio
41383           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
41384           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
41385           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
41386 ____________________________________________________________________________
41387 [  8667] By: gsar                                  on 2001/02/01  16:59:11
41388         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
41389      Branch: maint-5.6/perl
41390            ! embed.pl embedvar.h
41391 ____________________________________________________________________________
41392 [  8666] By: gsar                                  on 2001/02/01  16:34:51
41393         Log: add missing entries to win32/config.?c
41394      Branch: maint-5.6/perl
41395            ! win32/config.bc win32/config.gc win32/config.vc
41396            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41397 ____________________________________________________________________________
41398 [  8665] By: jhi                                   on 2001/02/01  14:58:51
41399         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
41400              From: "Stephen P. Potter" <spp@spotter.yi.org>
41401              Date: Thu, 01 Feb 2001 10:45:46 -0500
41402              Message-Id: <200102011545.KAA31479@spotter.yi.org>
41403      Branch: maint-5.6/perl
41404            ! pod/perlfunc.pod
41405 ____________________________________________________________________________
41406 [  8664] By: gsar                                  on 2001/02/01  14:52:37
41407         Log: need to use INT2PTR instead of a straight cast or ia64 fails
41408              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
41409      Branch: maint-5.6/perl
41410            ! ext/POSIX/POSIX.xs
41411 ____________________________________________________________________________
41412 [  8663] By: jhi                                   on 2001/02/01  14:09:13
41413         Log: Allow the float to be fuzzier.
41414      Branch: maint-5.6/perl
41415            ! t/lib/peek.t
41416 ____________________________________________________________________________
41417 [  8662] By: jhi                                   on 2001/02/01  13:59:00
41418         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
41419              From: Robin Barker <rmb1@cise.npl.co.uk>
41420              Date: Thu, 1 Feb 2001 13:05:39 GMT
41421              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
41422      Branch: maint-5.6/perl
41423            ! pod/perlmodlib.pod
41424 ____________________________________________________________________________
41425 [  8661] By: jhi                                   on 2001/02/01  13:57:38
41426         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
41427              Date: Thu, 01 Feb 2001 14:15:41 +0100
41428              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41429              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
41430              
41431              Have the $ccflags in the gcc version test (strange, this change
41432              is claimed to be have been integrated already)
41433      Branch: maint-5.6/perl
41434            ! Configure
41435 ____________________________________________________________________________
41436 [  8660] By: jhi                                   on 2001/02/01  13:44:10
41437         Log: Integrate changes #7950,7964,7962 from mainline.
41438              
41439              Find the stdchar signedness using cpp, should fix some of
41440              the Solaris compiler warnings reported by Alan Burlison.
41441      Branch: maint-5.6/perl
41442           !> Configure config_h.SH
41443 ____________________________________________________________________________
41444 [  8659] By: jhi                                   on 2001/02/01  05:35:32
41445         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
41446              From: Jan Dubois <JanD@ActiveState.com>
41447              Date: Wed, 31 Jan 2001 21:17:03 -0800
41448              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
41449      Branch: maint-5.6/perl
41450            ! utils/perldoc.PL
41451 ____________________________________________________________________________
41452 [  8658] By: jhi                                   on 2001/02/01  04:33:17
41453         Log: Integrate the README.os390 and README.posix-bc parts of mainline
41454              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
41455              installperl parts were taken care of by #8657.)
41456      Branch: maint-5.6/perl
41457           !> README.os390 README.posix-bc
41458 ____________________________________________________________________________
41459 [  8657] By: jhi                                   on 2001/02/01  04:29:21
41460         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
41461              From: Peter Prymmer <pvhp@forte.com>
41462              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
41463              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
41464      Branch: maint-5.6/perl
41465            + ext/DynaLoader/dl_dllload.xs
41466            ! MANIFEST Makefile.SH hints/os390.sh installperl
41467 ____________________________________________________________________________
41468 [  8656] By: jhi                                   on 2001/02/01  04:25:45
41469         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
41470              From: Peter Prymmer <pvhp@forte.com>
41471              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
41472              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
41473      Branch: maint-5.6/perl
41474            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
41475 ____________________________________________________________________________
41476 [  8655] By: jhi                                   on 2001/02/01  04:14:47
41477         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
41478              From: troc@netrus.net
41479              Date: Wed, 31 Jan 2001 22:31:26 -0500
41480              Message-Id: <200102010331.WAA117.85@rocco.homenet>
41481      Branch: maint-5.6/perl
41482            ! os2/os2.c
41483 ____________________________________________________________________________
41484 [  8654] By: jhi                                   on 2001/02/01  04:12:52
41485         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
41486              as reported by Alan Burlison.
41487      Branch: maint-5.6/perl
41488            ! pp.h
41489 ____________________________________________________________________________
41490 [  8653] By: jhi                                   on 2001/02/01  04:05:12
41491         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
41492              From: dsugalski@northernlight.com
41493              Date: Wed, 31 Jan 2001 18:54:11 -0500
41494              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
41495      Branch: maint-5.6/perl
41496            ! configure.com
41497 ____________________________________________________________________________
41498 [  8652] By: jhi                                   on 2001/02/01  04:03:11
41499         Log: Misplaced #endif.
41500              
41501              Subject: [perl-5-6-1-trial2] patches for EPOC
41502              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41503              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
41504              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
41505      Branch: maint-5.6/perl
41506            ! epoc/epocish.c
41507 ____________________________________________________________________________
41508 [  8651] By: jhi                                   on 2001/02/01  04:00:25
41509         Log: Integrate changes #8647,8648,8650 from mainline.
41510              
41511              Macrofy a magic UTF-8 test.
41512              
41513              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
41514              
41515              Watch out for cross compiling for EPOC (usually done on linux).
41516      Branch: maint-5.6/perl
41517           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
41518 ____________________________________________________________________________
41519 [  8650] By: jhi                                   on 2001/02/01  03:56:20
41520         Log: Watch out for cross compiling for EPOC (usually done on linux)
41521              
41522              Subject: [perl-5-6-1-trial2] patches for EPOC
41523              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41524              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
41525              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
41526      Branch: perl
41527            ! ext/Errno/Errno_pm.PL
41528 ____________________________________________________________________________
41529 [  8649] By: gsar                                  on 2001/02/01  00:46:00
41530         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
41531      Branch: maint-5.6/perl
41532            ! sv.c
41533 ____________________________________________________________________________
41534 [  8648] By: jhi                                   on 2001/01/31  23:35:36
41535         Log: All the uses of PL_numeric_radix must be protected by
41536              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
41537              
41538              Subject: [perl-5-6-1-trial2] patches for EPOC
41539              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41540              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
41541              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
41542      Branch: perl
41543            ! sv.c
41544 ____________________________________________________________________________
41545 [  8647] By: jhi                                   on 2001/01/31  22:56:16
41546         Log: Macrofy a magic UTF-8 test.
41547      Branch: perl
41548            ! utf8.c utf8.h
41549 ____________________________________________________________________________
41550 [  8646] By: gsar                                  on 2001/01/31  15:55:12
41551         Log: update Changes
41552      Branch: maint-5.6/perl
41553            ! Changes
41554 ____________________________________________________________________________
41555 [  8645] By: gsar                                  on 2001/01/31  15:10:14
41556         Log: Configure tweak suggested by Peter Prymmer
41557      Branch: maint-5.6/perl
41558            ! Configure
41559 ____________________________________________________________________________
41560 [  8644] By: gsar                                  on 2001/01/31  15:06:32
41561         Log: more files need to be writable in the source distribution
41562      Branch: maint-5.6/perl
41563            ! Porting/makerel
41564 ____________________________________________________________________________
41565 [  8643] By: jhi                                   on 2001/01/31  14:59:46
41566         Log: Integrate changes #8258,8278,8279 from mainline.
41567              
41568              Make the large file tests more robust/talkative.
41569      Branch: maint-5.6/perl
41570           !> t/lib/syslfs.t t/op/lfs.t
41571 ____________________________________________________________________________
41572 [  8642] By: gsar                                  on 2001/01/31  14:53:48
41573         Log: integrate changes#8311,8334 from mainline
41574              
41575              Add a new MakeMaker variable PM_FILTER that defines a Unix
41576              filter to be run on each .pm during the pm_to_blib() phase,
41577              a fixed version of
41578              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
41579              
41580              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
41581              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
41582              accurate reading of the "atime".  
41583      Branch: maint-5.6/perl
41584           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
41585           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
41586           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
41587 ____________________________________________________________________________
41588 [  8641] By: jhi                                   on 2001/01/31  14:46:37
41589         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
41590      Branch: maint-5.6/perl
41591            ! lib/Getopt/Long.pm
41592 ____________________________________________________________________________
41593 [  8640] By: gsar                                  on 2001/01/31  14:40:24
41594         Log: make regen_all
41595      Branch: maint-5.6/perl
41596            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
41597 ____________________________________________________________________________
41598 [  8639] By: gsar                                  on 2001/01/31  14:37:25
41599         Log: refresh windows config files
41600      Branch: maint-5.6/perl
41601            ! win32/Makefile win32/config_H.bc win32/config_H.gc
41602            ! win32/config_H.vc win32/makefile.mk
41603 ____________________________________________________________________________
41604 [  8638] By: gsar                                  on 2001/01/31  14:28:10
41605         Log: makefile tweaks for windows: introduce a bulk-switch to enable
41606              same options as ActivePerl; sync changes with makefile.mk
41607      Branch: maint-5.6/perl
41608            ! win32/Makefile win32/makefile.mk
41609 ____________________________________________________________________________
41610 [  8637] By: jhi                                   on 2001/01/31  04:41:30
41611         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
41612              From: Nicholas Clark <nick@ccl4.org>
41613              Date: Tue, 30 Jan 2001 19:51:05 +0000
41614              Message-ID: <20010130195105.R76607@plum.flirble.org> 
41615              
41616              op/inc cure.
41617      Branch: perl
41618            ! pp.c pp.h pp_hot.c t/op/arith.t
41619 ____________________________________________________________________________
41620 [  8636] By: jhi                                   on 2001/01/31  02:38:32
41621         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
41622              no perlio],8257,8380,8479,8515 from mainline.
41623              
41624              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
41625              
41626              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
41627              Subject: [PATCH perl@8133] fix-up for VMS extensions
41628              
41629              In VMS embedded perls couldn't access the statically built Socket.
41630              
41631              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
41632              
41633              Further VMS piping fixes from Charles Lane.
41634              
41635              Subject:  [PATCH] make t/op/misc.t work on VMS
41636              
41637              Add tracing for debugging extensions builds in VMS.
41638              
41639              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
41640      Branch: maint-5.6/perl
41641           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
41642           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
41643           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
41644 ____________________________________________________________________________
41645 [  8635] By: jhi                                   on 2001/01/31  01:46:41
41646         Log: Integrate change #7732 from mainline.
41647              
41648              Sparc 64-bit pack() fix from Jens Hamisch.
41649      Branch: maint-5.6/perl
41650           !> pp.c
41651 ____________________________________________________________________________
41652 [  8634] By: jhi                                   on 2001/01/31  01:41:16
41653         Log: One spot missing from #8626.
41654      Branch: maint-5.6/perl
41655            ! sv.c
41656 ____________________________________________________________________________
41657 [  8633] By: jhi                                   on 2001/01/31  00:49:17
41658         Log: Integrate change #7495 from mainline.
41659              
41660              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
41661      Branch: maint-5.6/perl
41662           !> MANIFEST ext/re/Makefile.PL
41663 ____________________________________________________________________________
41664 [  8632] By: jhi                                   on 2001/01/30  23:38:49
41665         Log: Integrate change #8396 from mainline.
41666              
41667              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
41668              better multicast support (resend)
41669      Branch: maint-5.6/perl
41670           !> ext/Socket/Socket.pm
41671 ____________________________________________________________________________
41672 [  8631] By: jhi                                   on 2001/01/30  23:28:03
41673         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
41674              
41675              More AIX lore. (7514, ext/re/hints/aix.pl)
41676              
41677              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
41678              
41679              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)
41680              
41681              Subject: [ID 20001214.002] Net::Ping patch
41682              
41683              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
41684              
41685              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
41686              
41687              Add ReuseAddr as a (preferred) alias for Reuse as we now
41688              also have ReusePort.
41689              
41690              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
41691      Branch: maint-5.6/perl
41692           +> ext/re/hints/aix.pl
41693           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
41694           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
41695 ____________________________________________________________________________
41696 [  8630] By: jhi                                   on 2001/01/30  23:03:59
41697         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
41698              
41699              read() documentation tweak for 20001121.004.
41700              
41701              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
41702      Branch: maint-5.6/perl
41703           !> pod/perlfunc.pod pod/perlre.pod
41704 ____________________________________________________________________________
41705 [  8629] By: jhi                                   on 2001/01/30  22:41:57
41706         Log: Integrate change #8098 from mainline.
41707              
41708              fastgetcwd is defined using a glob alias on a $^O dependent basis
41709              and there was no default assignment or perl subroutine.
41710      Branch: maint-5.6/perl
41711           !> lib/Cwd.pm
41712 ____________________________________________________________________________
41713 [  8628] By: jhi                                   on 2001/01/30  21:58:52
41714         Log: Integrate change #7866 from mainline.
41715              
41716              File::Temp 0.11.
41717      Branch: maint-5.6/perl
41718           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
41719 ____________________________________________________________________________
41720 [  8627] By: jhi                                   on 2001/01/30  21:39:44
41721         Log: Integrate changes #8075,8086,8228 from mainline.  
41722              
41723              Darwin is not Windows. (8075,8086)
41724              
41725              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
41726      Branch: maint-5.6/perl
41727           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
41728           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
41729           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
41730           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
41731 ____________________________________________________________________________
41732 [  8626] By: jhi                                   on 2001/01/30  21:22:11
41733         Log: Integrate with tweakery the change #8625 from mainline,
41734              the multibyte decimal separator fix ("fa_IR locale failure").
41735      Branch: maint-5.6/perl
41736            ! embedvar.h perlapi.h
41737           !> intrpvar.h perl.c perl.h sv.c util.c
41738 ____________________________________________________________________________
41739 [  8625] By: jhi                                   on 2001/01/30  20:26:33
41740         Log: Fix for the fa_IR locale failure.  The reason for the failure
41741              was that Perl was assuming the decimal separator aka the radix
41742              separator is one character.  The Farsi-Iranian locale crushed
41743              that bad assumption since there the separator is 'Momayyez',
41744              glyphwise looking somewhat like a slash, and in Unicode UTF-8
41745              encoded in two bytes, 0xd9 0xab.
41746      Branch: perl
41747            ! intrpvar.h perl.c perl.h sv.c util.c
41748 ____________________________________________________________________________
41749 [  8624] By: gsar                                  on 2001/01/30  20:17:03
41750         Log: regen_headers
41751      Branch: maint-5.6/perl
41752            ! Makefile.SH pod/perlintern.pod
41753 ____________________________________________________________________________
41754 [  8623] By: gsar                                  on 2001/01/30  19:42:34
41755         Log: backout change#7431 and its dependents (causes spurious rebuilds
41756              of autogenerated files)
41757              
41758              fix benign b.t failure
41759      Branch: maint-5.6/perl
41760            ! Makefile.SH t/lib/b.t
41761 ____________________________________________________________________________
41762 [  8622] By: jhi                                   on 2001/01/30  19:41:41
41763         Log: Microperl sync.
41764      Branch: perl
41765            ! mg.c perl.h
41766 ____________________________________________________________________________
41767 [  8621] By: gsar                                  on 2001/01/30  19:24:47
41768         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
41769              from mainline
41770              
41771              Subject: podlators 1.06 released
41772              
41773              Subject: [PATCH @8436] Eliminate op_children
41774              
41775              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
41776              
41777              (Replaced by #8448)  More op_children traces (cleanup of #8442).
41778              
41779              Subject: [PATCH #3 @8436] Re: Eliminate op_children
41780              Replace #8444 and #8445.
41781              
41782              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
41783              at the setting of the ofs_sv in new_struct_thread() as the
41784              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
41785              uninitialized fields are, uh, initialized with),
41786              SvREFCNT_inc()ing that invited a core dump.
41787              
41788              podlators 1.07, from Russ Allbery.
41789              
41790              Subject: [PATCH] regcomp.c old feature removal
41791              From: mjd@plover.com
41792              Date: 16 Jan 2001 14:43:18 -0000 
41793              Message-ID: <20010116144318.7140.qmail@plover.com> 
41794      Branch: maint-5.6/perl
41795           +> lib/Pod/Text/Overstrike.pm
41796           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
41797           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
41798           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
41799           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
41800           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
41801           !> util.c
41802 ____________________________________________________________________________
41803 [  8620] By: gsar                                  on 2001/01/30  18:48:32
41804         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
41805              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
41806              now fails one test)
41807              
41808              Subject: [PATCH] lvalue AUTOLOAD. No, really.
41809              
41810              Subject: [PATCH] Interesting syntax idea
41811              Make opens + bareword assigns do typeglob assigns.
41812              
41813              Tests for #8254.
41814              
41815              Subject: [PATCH @8269] Continue blocks and B::Deparse
41816              Make the peephole optimizer to bypass more null ops and
41817              and rewrite the deparse handling of continue blocks.
41818              
41819              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
41820              Doc tweak on #8313.
41821              
41822              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
41823              
41824              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
41825              
41826              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
41827              
41828              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
41829              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
41830              according to the platform.
41831              
41832              Subject: [PATCH @8404] Consolidated lvalue sub changes
41833              
41834              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
41835              
41836              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
41837              
41838              Subject: B::Concise -- an improved replacement for B::Terse 
41839              
41840              The B::Terse drop-in replacement wasn't quite drop-in.
41841              
41842              The LVRET macro needed an aTHX.
41843              
41844              Use the /^Perl_/-less form of is_lvalue_sub().
41845              
41846              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
41847      Branch: maint-5.6/perl
41848           +> ext/B/B/Concise.pm
41849           !> (integrate 27 files)
41850 ____________________________________________________________________________
41851 [  8619] By: nick                                  on 2001/01/30  18:40:28
41852         Log: Integrate mainline
41853      Branch: perlio
41854           !> (integrate 40 files)
41855 ____________________________________________________________________________
41856 [  8618] By: jhi                                   on 2001/01/30  18:37:18
41857         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
41858              Date: Mon, 29 Jan 2001 22:51:29 -0600
41859              From: "Craig A. Berry" <craigberry@mac.com>
41860              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
41861      Branch: perl
41862            ! vms/test.com
41863 ____________________________________________________________________________
41864 [  8617] By: jhi                                   on 2001/01/30  18:34:53
41865         Log: Subject: [PATCH] Add missing CV flags to dump.c
41866              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41867              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
41868              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
41869      Branch: perl
41870            ! dump.c
41871 ____________________________________________________________________________
41872 [  8616] By: jhi                                   on 2001/01/30  18:20:58
41873         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
41874              part isn't applicable to maintperl.
41875              
41876              UTF-8 nit from Inaba Hiroto.
41877      Branch: maint-5.6/perl
41878           !> pod/perlapi.pod utf8.c
41879 ____________________________________________________________________________
41880 [  8615] By: jhi                                   on 2001/01/30  18:18:51
41881         Log: UTF-8 nit from Inaba Hiroto.
41882      Branch: perl
41883            ! pod/perlapi.pod t/op/each.t utf8.c
41884 ____________________________________________________________________________
41885 [  8614] By: jhi                                   on 2001/01/30  18:13:38
41886         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
41887              
41888              perl's internal variables are not for public consumption,
41889              move their docs from perlapi.pod to perlintern.pod
41890              
41891              support for -Dusethreads build under HP-UX 10.20 and DCE threads
41892              library (11.0 and later have pthreads but 10.x don't)
41893              
41894              avoid uninitialized value warnings
41895              
41896              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
41897              gets weird results)
41898              
41899              perldoc nit on windows
41900              
41901              make it possible to run the tests outside the source tree
41902              (there's still a dependency on ../lib being the library
41903              location)
41904      Branch: perl
41905           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
41906           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
41907           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
41908           !> win32/bin/search.pl win32/vdir.h
41909 ____________________________________________________________________________
41910 [  8613] By: gsar                                  on 2001/01/30  16:39:59
41911         Log: make it possible to run the tests outside the source tree
41912              (there's still a dependency on ../lib being the library
41913              location)
41914      Branch: maint-5.6/perl
41915            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
41916 ____________________________________________________________________________
41917 [  8612] By: gsar                                  on 2001/01/30  16:31:12
41918         Log: perldoc nit on windows
41919      Branch: maint-5.6/perl
41920            ! utils/perldoc.PL
41921 ____________________________________________________________________________
41922 [  8611] By: gsar                                  on 2001/01/30  16:22:54
41923         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
41924              gets weird results)
41925      Branch: maint-5.6/perl
41926            ! win32/vdir.h
41927 ____________________________________________________________________________
41928 [  8610] By: gsar                                  on 2001/01/30  16:12:45
41929         Log: avoid uninitialized value warnings
41930      Branch: maint-5.6/perl
41931            ! win32/bin/search.pl
41932 ____________________________________________________________________________
41933 [  8609] By: gsar                                  on 2001/01/30  16:08:01
41934         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
41935              library (11.0 and later have pthreads but 10.x don't)
41936      Branch: maint-5.6/perl
41937            ! hints/hpux.sh thread.h
41938 ____________________________________________________________________________
41939 [  8608] By: gsar                                  on 2001/01/30  15:48:55
41940         Log: perl's internal variables are not for public consumption,
41941              move their docs from perlapi.pod to perlintern.pod
41942      Branch: maint-5.6/perl
41943            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
41944            ! thrdvar.h
41945 ____________________________________________________________________________
41946 [  8607] By: gsar                                  on 2001/01/30  15:44:27
41947         Log: mistakenly branched perl56delta.pod, revert
41948      Branch: maint-5.6/perl
41949            - pod/perl56delta.pod
41950           !> pod/perldelta.pod
41951 ____________________________________________________________________________
41952 [  8606] By: gsar                                  on 2001/01/30  14:20:24
41953         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
41954              dTHR which has been a noop for a while now, except for the
41955              compatibility definition in thread.h)
41956      Branch: maint-5.6/perl
41957           !> (integrate 45 files)
41958 ____________________________________________________________________________
41959 [  8605] By: jhi                                   on 2001/01/30  05:43:58
41960         Log: Mark the UTF-8 APIs as experimental.
41961      Branch: maint-5.6/perl
41962            ! embed.pl pod/perlapi.pod
41963 ____________________________________________________________________________
41964 [  8604] By: jhi                                   on 2001/01/30  05:38:40
41965         Log: Nits from earlier integrates.
41966      Branch: maint-5.6/perl
41967            ! lib/Carp/Heavy.pm
41968           !> sv.c
41969 ____________________________________________________________________________
41970 [  8603] By: jhi                                   on 2001/01/30  05:27:26
41971         Log: Regenerate Porting files.
41972      Branch: maint-5.6/perl
41973            ! Porting/Glossary Porting/config.sh Porting/config_H
41974 ____________________________________________________________________________
41975 [  8602] By: jhi                                   on 2001/01/30  05:14:59
41976         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
41977              8310,8339,8447,8492,8493,8505,8525: documentation changes.
41978              
41979              Subject: Re: perlfaq style changes
41980              
41981              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
41982              
41983              Subject: [PATCH] docs on NaN
41984              
41985              Subject: [patch] perlfaq7
41986              
41987              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
41988              
41989              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
41990              
41991              Subject: [PATCH] open() example in perlfunc.pod
41992              
41993              Podify README.mpeix (a new version from the web)
41994              
41995              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
41996              
41997              Subject: [PATCH] format and rewording in perlfaq.pod
41998              
41999              Subject: [PATCH] API Variable documentation   
42000              
42001              Memory management calls documentation.
42002              
42003              Subject: [PATCH: perl@8482] README.vms URL updates
42004              
42005              Subject: Minor typos in perlfaq2.pod
42006              
42007              Subject: [PATCH] pod/perlvar.pod
42008      Branch: maint-5.6/perl
42009           +> pod/perl56delta.pod
42010            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42011           !> README.amiga README.epoc README.mpeix README.vms
42012           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
42013           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
42014           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
42015           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
42016           !> pod/perlvar.pod thrdvar.h
42017 ____________________________________________________________________________
42018 [  8601] By: jhi                                   on 2001/01/30  04:38:35
42019         Log: Integrate changes #8036,8096,8253 from mainline:
42020              hints changes.
42021              
42022              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
42023              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
42024              
42025              Output the (apparent) version of gcc in Tru64.
42026      Branch: maint-5.6/perl
42027           +> ext/POSIX/hints/svr4.pl
42028           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
42029           !> hints/svr4.sh t/lib/bigfltpm.t
42030 ____________________________________________________________________________
42031 [  8600] By: jhi                                   on 2001/01/30  04:04:01
42032         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
42033              locale fixes.
42034              
42035              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
42036              
42037              Debian allows /usr/bin/locale to exist without any locales. (7868)
42038              
42039              Allow the locale test needing POSIX and the taint test
42040              needing IPC::SysV to run under 'minitest' (basically,
42041              bail out if loading the extension fails). (8384)
42042              
42043              Cleanup the locale.t output  (8480)
42044      Branch: maint-5.6/perl
42045           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
42046           !> t/pragma/locale.t
42047 ____________________________________________________________________________
42048 [  8599] By: jhi                                   on 2001/01/30  03:51:04
42049         Log: Missing generated files from #8598.
42050      Branch: maint-5.6/perl
42051            ! embed.h global.sym objXSUB.h perlapi.c proto.h
42052 ____________________________________________________________________________
42053 [  8598] By: jhi                                   on 2001/01/30  03:41:54
42054         Log: Integrate change #8555 from mainline, manually integrate parts
42055              of changes 8452 and 8583.
42056              
42057              Subject: [PATCH] utf8.c documentation (8452)
42058              
42059              No point in checking the length if the pointer is bogus. (8555)
42060              
42061              Introduce bytes_from_utf8() and implement sv_eq() using it,
42062              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
42063              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
42064              was malformed. (8583)
42065      Branch: maint-5.6/perl
42066            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
42067           !> pod/perlapi.pod sv.c utf8.c
42068 ____________________________________________________________________________
42069 [  8597] By: gsar                                  on 2001/01/30  02:37:26
42070         Log: get PERL_OBJECT build going again on windows
42071      Branch: maint-5.6/perl
42072            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
42073            ! pod/perlapi.pod proto.h sv.c
42074 ____________________________________________________________________________
42075 [  8596] By: jhi                                   on 2001/01/30  02:16:17
42076         Log: Signedness nit.
42077      Branch: perl
42078            ! sv.c
42079 ____________________________________________________________________________
42080 [  8595] By: jhi                                   on 2001/01/30  02:11:07
42081         Log: EBCDIC patch for Storable, from Peter Prymmer.
42082      Branch: perl
42083            ! t/lib/st-06compat.t
42084 ____________________________________________________________________________
42085 [  8594] By: jhi                                   on 2001/01/30  01:04:48
42086         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
42087              From: Peter Prymmer <pvhp@forte.com>
42088              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
42089              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
42090      Branch: perl
42091            ! t/lib/b.t
42092 ____________________________________________________________________________
42093 [  8593] By: jhi                                   on 2001/01/30  00:56:47
42094         Log: Subject: [PATCH: perl@8585] pod problems in io
42095              From: Peter Prymmer <pvhp@forte.com>
42096              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
42097              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
42098      Branch: perl
42099            ! pod/perlapio.pod pod/perliol.pod
42100 ____________________________________________________________________________
42101 [  8592] By: jhi                                   on 2001/01/30  00:48:20
42102         Log: Integrate perlio.
42103      Branch: perl
42104           !> pod/perlapio.pod pod/perliol.pod
42105 ____________________________________________________________________________
42106 [  8591] By: nick                                  on 2001/01/29  22:02:28
42107         Log: GNU 'merge' Simon's copy of perliol.pod with version
42108              patched by Craig's patch.
42109      Branch: perlio
42110            ! pod/perliol.pod
42111 ____________________________________________________________________________
42112 [  8590] By: nick                                  on 2001/01/29  21:55:10
42113         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
42114      Branch: perlio
42115            ! pod/perlapio.pod pod/perliol.pod
42116 ____________________________________________________________________________
42117 [  8589] By: jhi                                   on 2001/01/29  15:35:33
42118         Log: Integrate change #8586 from maint-5.6/perl.
42119              
42120              make the BOM detection code not call tell() until it has to
42121              (meant to fix esoteric compatibility issues where PL_rsfp
42122              is overridden)
42123      Branch: perl
42124           !> toke.c
42125 ____________________________________________________________________________
42126 [  8588] By: jhi                                   on 2001/01/29  15:29:11
42127         Log: Subject: MAking Solaris malloc() the default
42128              From: Lupe Christoph <lupe@lupe-christoph.de>
42129              Date: Mon, 29 Jan 2001 12:59:36 +0100
42130              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
42131              
42132              The README.solaris part slightly tweaked.
42133      Branch: perl
42134            ! README.solaris hints/solaris_2.sh
42135 ____________________________________________________________________________
42136 [  8587] By: jhi                                   on 2001/01/29  15:17:34
42137         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
42138              From: root@ak-75.mind.de
42139              Date: Sun, 28 Jan 2001 20:32:29 +0100
42140              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
42141      Branch: perl
42142            ! pod/perlre.pod
42143 ____________________________________________________________________________
42144 [  8586] By: gsar                                  on 2001/01/29  13:43:44
42145         Log: make the BOM detection code not call tell() until it has to
42146              (meant to fix esoteric compatibility issues where PL_rsfp
42147              is overridden)
42148      Branch: maint-5.6/perl
42149            ! toke.c
42150 ____________________________________________________________________________
42151 [  8585] By: jhi                                   on 2001/01/28  20:05:45
42152         Log: Update Changes.
42153      Branch: perl
42154            ! Changes patchlevel.h
42155 ____________________________________________________________________________
42156 [  8584] By: jhi                                   on 2001/01/28  19:30:02
42157         Log: Integrate perlio.
42158      Branch: perl
42159           +> pod/perliol.pod
42160           !> MANIFEST pod/perlapio.pod
42161 ____________________________________________________________________________
42162 [  8583] By: jhi                                   on 2001/01/28  19:28:40
42163         Log: Patch from Inaba Hiroto:
42164              - canonical UTF-8 hash keys: if a key string for a hash is
42165              UTF8-on, try downgrade the string and use it if
42166              unicode::distinct is not in effect.
42167              For the task, I added a function bytes_from_utf8() to utf8.c.
42168              It might resemble utf8_to_bytes() but it is not convenient
42169              to the task.
42170              Made a test for it and added to t/op/each.t
42171              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
42172              the mortal copy of the argument SV.
42173              And changed t/io/utf8.t test 18 which expects print() to
42174              upgrade its argument.
42175              - re-implement sv_eq with bytes_from_utf8()
42176              - some bug fixes
42177              - tr/// does not handle UTF8 range (\x{}-\x{})
42178              - \ before raw UTF8 character produced
42179              "Malformed UTF-8 character" warning.
42180              - "\x{100}\N{CENT SIGN}" is Malformed.
42181              Added tests for these 3.
42182              - and one silly bug (by me) with qu operator.
42183      Branch: perl
42184            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
42185            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
42186            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
42187 ____________________________________________________________________________
42188 [  8582] By: nick                                  on 2001/01/28  19:25:04
42189         Log: Add pod/perliol.pod to MANIFEST :-(
42190      Branch: perlio
42191            ! MANIFEST
42192 ____________________________________________________________________________
42193 [  8581] By: nick                                  on 2001/01/28  19:22:40
42194         Log: PerlIO documentation. Proofing and sub-editing requested.
42195      Branch: perlio
42196            + pod/perliol.pod
42197            ! pod/perlapio.pod
42198 ____________________________________________________________________________
42199 [  8580] By: jhi                                   on 2001/01/28  05:16:25
42200         Log: Revert the change to sv_2pv() done by #8054: Someone who
42201              did SvNV_set() on a scalar that also happened to be POK,
42202              followed by sv_2pv() won't get the right coercion anymore.
42203              [Sarathy]
42204      Branch: maint-5.6/perl
42205            ! sv.c
42206 ____________________________________________________________________________
42207 [  8579] By: jhi                                   on 2001/01/28  05:15:04
42208         Log: Remove the #8084 effect: do not allow -Q to be interpreted
42209              as -&Q(), this is too much wiggle room.
42210      Branch: maint-5.6/perl
42211            ! toke.c
42212 ____________________________________________________________________________
42213 [  8578] By: jhi                                   on 2001/01/28  05:12:45
42214         Log: Needed bits of #8439 (should have been in #8576),
42215              mainly for lval substr().
42216      Branch: maint-5.6/perl
42217            ! mg.c pp.c pp_hot.c
42218 ____________________________________________________________________________
42219 [  8577] By: jhi                                   on 2001/01/28  05:02:46
42220         Log: A missing check-in.
42221      Branch: maint-5.6/perl
42222            ! utf8.c
42223 ____________________________________________________________________________
42224 [  8576] By: jhi                                   on 2001/01/28  04:26:18
42225         Log: Integrate changes #8425,8436,8439,8517 from mainline.
42226              The 8439 was not truly integrated because it had too many
42227              dependencies on the development branch and because it introduced
42228              concepts too bold for a maintenance branch (such as the qu operator).
42229              
42230              Subject: [PATCH perl@8342] -Wformat
42231              
42232              Tighten some of the UTF-8 tests a bit.
42233              
42234              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
42235              - The substr lval was still not okay.
42236              - Now pp_stringify and sv_setsv copies source's UTF8 flag
42237              even if IN_BYTE.  pp_stringify is called from fold_constants
42238              at optimization phase and "\x{100}" was made SvUTF8_off under
42239              use bytes (the bytes pragma is for "byte semantics" and not
42240              for "do not produce UTF8 data")
42241      Branch: maint-5.6/perl
42242            ! t/lib/charnames.t t/op/substr.t toke.c
42243           !> sv.c t/pragma/utf8.t
42244 ____________________________________________________________________________
42245 [  8575] By: jhi                                   on 2001/01/28  04:01:51
42246         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
42247              
42248              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
42249              
42250              Subject: [ID 20001230.003] UTF-8 tr still hurts
42251              
42252              Test cases for #8385 (from Simon's "torture.pl")
42253              
42254              Start fixing UTF-8 lval substr() (8405)
42255      Branch: maint-5.6/perl
42256           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
42257           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
42258 ____________________________________________________________________________
42259 [  8574] By: jhi                                   on 2001/01/28  03:09:06
42260         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
42261              from mainline.
42262              
42263              UTF-8 cleanup.
42264              
42265              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
42266              
42267              "\x{FF}\xFF" was broken.
42268              
42269              Tests for #8329 and #8330.
42270              
42271              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
42272              
42273              IRIX compiler noticed that the bof initialization might be
42274              bypassed by control flow.
42275              
42276              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
42277      Branch: maint-5.6/perl
42278           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
42279           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
42280 ____________________________________________________________________________
42281 [  8573] By: jhi                                   on 2001/01/28  02:06:12
42282         Log: Retract #8552.
42283      Branch: perl
42284            ! lib/Text/Wrap.pm t/lib/textwrap.t
42285 ____________________________________________________________________________
42286 [  8572] By: jhi                                   on 2001/01/28  02:04:49
42287         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
42288              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
42289              not really integrated but instead salvaged by hand
42290              (they had too many dependencies on the development release
42291              to be cleanly integratable).
42292              
42293              Subject: more UTF8 test suites and an UTF8 patch
42294              
42295              Tweak for MULTIPLICITY/USE_PERLIO
42296              
42297              Signedness nit.
42298              
42299              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
42300              
42301              Use the UTF8_XXX macros in is_utf8_char().
42302              
42303              Rewrite pp_concat() in terms of sv_catsv().  The . operator
42304              should now be UTF-8-proof.
42305              
42306              Subject: [PATCH perl@8269] scanning two hex-constants
42307              fails on EBCDIC environment (script length.t)
42308              
42309              Add some Unicode chop() tests.
42310      Branch: maint-5.6/perl
42311            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
42312           !> sv.c t/op/chop.t utf8.h
42313 ____________________________________________________________________________
42314 [  8571] By: jhi                                   on 2001/01/28  00:35:59
42315         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
42316              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
42317              
42318              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
42319              
42320              The maxiters upper limit sanity check (guarding against
42321              non-progress) assumed bytes instead of characters in s///
42322              and split().
42323              
42324              Signedness nit.
42325              
42326              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
42327              join() should now be UTF-8-proof.
42328              
42329              More split // UTF-8 tests. (8250)
42330      Branch: maint-5.6/perl
42331           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
42332           !> util.c
42333 ____________________________________________________________________________
42334 [  8570] By: jhi                                   on 2001/01/27  22:15:46
42335         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
42336              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
42337              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
42338              8084,8204,8244,8333 from mainline.
42339              
42340              For -Q where Q might be a one-letter sub name one does no more
42341              get a warning about an unknown filetest (7941,7943,7944,8084).
42342              
42343              Subject: Re: [ID 20001130.011] expression parsing bug ?
42344              
42345              Make uv_to_utf8() to zero-terminate its output buffer.
42346              
42347              Split off t/op/length.t (7995)
42348              
42349              Split off t/op/utf8decode.t (7996)
42350              
42351              Remove an unnecessary 'use utf8' from the utf8.t (7998)
42352              
42353              Split off t/op/concat.t (8004)
42354              
42355              Split off t/op/ver.t (8005)
42356              
42357              Document utf8_length(), utf8_distance(), and utf8_hop().
42358              
42359              Document utf8_to_uv() better.
42360              
42361              Introduce macros for UTF8 decoding (8028,8033).
42362              
42363              Add test for reverse() (8030,8031).
42364              
42365              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
42366              
42367              Do not return the Unicode replacement character    on UTF-8
42368              decoding failure.
42369              
42370              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
42371              not this_utf8 i.e. the output string has one, but don't mess
42372              with source assumption. (8052,8053)
42373              
42374              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
42375              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
42376              was not expecting to be called with something that was already
42377              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
42378              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
42379              (8054)
42380              
42381              Recode the naughty binary bytes in utf8decode.t using the \xHH.
42382              
42383              Make some panic messages a bit more logical.
42384      Branch: maint-5.6/perl
42385           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
42386           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
42387           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
42388           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
42389           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
42390           !> utf8.c utf8.h
42391 ____________________________________________________________________________
42392 [  8569] By: jhi                                   on 2001/01/27  19:16:43
42393         Log: Integrate changes #7750 from perlio and #8566 from mainline.
42394      Branch: maint-5.6/perl
42395           !> regexec.c sv.c
42396 ____________________________________________________________________________
42397 [  8568] By: jhi                                   on 2001/01/27  18:06:51
42398         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
42399              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
42400              7935[-perlio.c],7936,7959,7965 from mainline.
42401              
42402              Change the "big byte" error message to "Wide character".
42403              (7355, the croak-if-wide-chars-in-print part ignored)
42404              
42405              Use UINT64_C().
42406              
42407              Introduce Perl_utf8_length().
42408              
42409              diff -se shows these as different (7753, forgotten check-ins)
42410              
42411              Subject: [PATCH] doop.c - UTF8 tr///
42412              
42413              If we use (aTHX_ ...) then put Perl_ on the front.
42414              
42415              Make utf8_length() and utf8_distance() to be less forgiving
42416              about bad UTF-8.
42417              
42418              Test line numbers are different with utf8.
42419              
42420              No need to scan till infinity, 13 is enough. (7872,7911)
42421              
42422              Subject: [PATCH] Tokeniser debugging
42423              
42424              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
42425              
42426              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
42427              
42428              Be more careful in Perl_sv_utf8_downgrade().
42429              
42430              Use DO_UTF8().
42431              
42432              Raw zero bytes in text files confuse at least GNU patch 2.1.
42433      Branch: maint-5.6/perl
42434           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
42435           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
42436           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
42437           !> t/pragma/utf8.t toke.c utf8.c utf8.h
42438 ____________________________________________________________________________
42439 [  8567] By: nick                                  on 2001/01/27  11:10:38
42440         Log: Integrate mainline
42441      Branch: perlio
42442           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
42443           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
42444           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
42445           !> toke.c
42446 ____________________________________________________________________________
42447 [  8566] By: jhi                                   on 2001/01/27  06:22:48
42448         Log: More documentation for the regexp context stack.
42449      Branch: perl
42450            ! regexec.c
42451 ____________________________________________________________________________
42452 [  8565] By: jhi                                   on 2001/01/27  05:21:57
42453         Log: Update Changes.
42454      Branch: perl
42455            ! Changes patchlevel.h
42456 ____________________________________________________________________________
42457 [  8564] By: jhi                                   on 2001/01/27  04:44:04
42458         Log: Threadedness patch for #8562 from Doug MacEachern.
42459      Branch: perl
42460            ! toke.c
42461 ____________________________________________________________________________
42462 [  8563] By: jhi                                   on 2001/01/27  04:26:24
42463         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
42464              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42465              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
42466              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
42467      Branch: perl
42468            ! op.c
42469 ____________________________________________________________________________
42470 [  8562] By: jhi                                   on 2001/01/27  04:20:30
42471         Log: Subject: Re: Announce : Tokener reporting patch
42472              From: Simon Cozens <simon@cozens.net>
42473              Date: Mon, 22 Jan 2001 02:17:22 +0000
42474              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
42475      Branch: perl
42476            ! embed.h embed.pl proto.h toke.c
42477 ____________________________________________________________________________
42478 [  8561] By: jhi                                   on 2001/01/27  04:17:24
42479         Log: Forgot from #8545.  Oops.
42480      Branch: perl
42481            ! pp.c t/pragma/overload.t
42482 ____________________________________________________________________________
42483 [  8560] By: jhi                                   on 2001/01/27  03:01:47
42484         Log: A better module compilation test, use MANIFEST as suggested
42485              by Spider.
42486      Branch: perl
42487            ! t/lib/1_compile.t
42488 ____________________________________________________________________________
42489 [  8559] By: jhi                                   on 2001/01/27  02:50:48
42490         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
42491              From: Peter Prymmer <pvhp@forte.com>
42492              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
42493              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
42494      Branch: perl
42495            ! t/lib/b.t
42496 ____________________________________________________________________________
42497 [  8558] By: jhi                                   on 2001/01/27  02:27:05
42498         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
42499              From: Peter Prymmer <pvhp@forte.com>
42500              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
42501              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
42502      Branch: perl
42503            ! t/pragma/sub_lval.t
42504 ____________________________________________________________________________
42505 [  8557] By: jhi                                   on 2001/01/27  02:26:03
42506         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
42507              From: Peter Prymmer <pvhp@forte.com>
42508              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
42509              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
42510      Branch: perl
42511            ! t/lib/st-06compat.t
42512 ____________________________________________________________________________
42513 [  8556] By: jhi                                   on 2001/01/27  02:24:33
42514         Log: Subject: [PATCH: perl@8531] minor update to README.os390
42515              From: Peter Prymmer <pvhp@forte.com>
42516              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
42517              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
42518      Branch: perl
42519            ! README.os390
42520 ____________________________________________________________________________
42521 [  8555] By: jhi                                   on 2001/01/27  00:35:47
42522         Log: No point in checking the length before we know whether the pointer
42523              is bogus or not, fixes Abigail's odbm failures in Linux.
42524      Branch: perl
42525            ! sv.c
42526 ____________________________________________________________________________
42527 [  8554] By: nick                                  on 2001/01/26  19:01:31
42528         Log: Integrate mainline
42529      Branch: perlio
42530           !> lib/Text/Wrap.pm t/lib/textwrap.t
42531 ____________________________________________________________________________
42532 [  8553] By: jhi                                   on 2001/01/26  15:19:39
42533         Log: Integrate change #7792 from perlio (multiplicity fix),
42534              fix the AV leak in regex DEBUGGING (tiny part of the
42535              polymorphic regexp patch #8143).
42536      Branch: maint-5.6/perl
42537            ! regcomp.c
42538           !> scope.h
42539 ____________________________________________________________________________
42540 [  8552] By: jhi                                   on 2001/01/26  15:03:23
42541         Log: (Retracted by #8573)
42542              
42543              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
42544              From: Michael G Schwern <schwern@pobox.com>
42545              Date: Fri, 26 Jan 2001 09:28:31 -0500
42546              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
42547      Branch: perl
42548            ! lib/Text/Wrap.pm t/lib/textwrap.t
42549 ____________________________________________________________________________
42550 [  8551] By: jhi                                   on 2001/01/26  02:33:19
42551         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
42552              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
42553              
42554              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
42555              
42556              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
42557              
42558              Message nit.
42559              
42560              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
42561              
42562              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
42563              
42564              (the cleanup of unused submatches in regtry() and regcppop())
42565              
42566              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
42567              stored and restored, and thusly was trounced by the utf8 swash
42568              routines.
42569              
42570              use utf8 not required to use \x{}.
42571              
42572              Removed two more tests that make no sense in UTF-8 since the test
42573              data is not in UTF-8.
42574              
42575              Get the three different space character classes right under utf8.
42576              
42577              Implement ANYOFUTF8 regprop() dumping.
42578              
42579              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
42580              
42581              Document the regex context pushing/popping a bit better.
42582      Branch: maint-5.6/perl
42583           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
42584           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
42585           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
42586           !> t/op/regmesg.t utf8.c
42587 ____________________________________________________________________________
42588 [  8550] By: nick                                  on 2001/01/25  19:42:30
42589         Log: Integrate mainline
42590      Branch: perlio
42591           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
42592           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
42593           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
42594           !> t/lib/bigint.t t/lib/bigintpm.t
42595 ____________________________________________________________________________
42596 [  8549] By: jhi                                   on 2001/01/25  15:22:28
42597         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
42598      Branch: maint-5.6/perl
42599            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
42600 ____________________________________________________________________________
42601 [  8548] By: jhi                                   on 2001/01/25  15:02:55
42602         Log: Integrate changes #7997,8063,8492,8547 from mainline.
42603              
42604              Subject: Re: STRLEN - what?
42605              
42606              Subject: [PATCH] perlguts.pod
42607              
42608              Memory management calls documentation.
42609              
42610              Layout using tabulator is not a good idea in a pod.
42611      Branch: maint-5.6/perl
42612           !> pod/perlguts.pod
42613 ____________________________________________________________________________
42614 [  8547] By: jhi                                   on 2001/01/25  14:49:05
42615         Log: Layout using tabulator is not a good idea in a pod.
42616      Branch: perl
42617            ! pod/perlguts.pod
42618 ____________________________________________________________________________
42619 [  8546] By: jhi                                   on 2001/01/25  14:31:12
42620         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
42621              from mainline.
42622              
42623              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
42624              
42625              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
42626              
42627              More Win32 editor/IDE/shell hints.
42628              
42629              More Win32 Perling.
42630              
42631              Yet another editor edit.
42632              
42633              Edit edit edit.
42634              
42635              IDE/editor section tweaking.
42636              
42637              Few more IDE/editor nits from p5p.
42638      Branch: maint-5.6/perl
42639           !> pod/perlfaq3.pod
42640 ____________________________________________________________________________
42641 [  8545] By: jhi                                   on 2001/01/25  04:16:32
42642         Log: Subject: [PATCH 5.7.0] overload int()
42643              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42644              Date: Wed, 24 Jan 2001 19:06:57 -0500
42645              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
42646      Branch: perl
42647            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
42648            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
42649            ! t/lib/bigintpm.t
42650 ____________________________________________________________________________
42651 [  8544] By: jhi                                   on 2001/01/25  04:15:11
42652         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
42653              From: Peter Prymmer <pvhp@forte.com>
42654              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
42655              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
42656      Branch: perl
42657            ! Makefile.SH README.os390 hints/os390.sh installperl
42658 ____________________________________________________________________________
42659 [  8543] By: jhi                                   on 2001/01/25  03:52:08
42660         Log: Integrate change #8462,8469 from mainline.
42661              
42662              In VMS Perl subversion (perl -V) is undef.
42663      Branch: maint-5.6/perl
42664           !> configure.com
42665 ____________________________________________________________________________
42666 [  8542] By: jhi                                   on 2001/01/25  03:44:55
42667         Log: Integrate changes #7835,7850,8315,8316 from mainline.
42668              
42669              Solaris hints.
42670      Branch: maint-5.6/perl
42671           !> hints/solaris_2.sh
42672 ____________________________________________________________________________
42673 [  8541] By: jhi                                   on 2001/01/25  03:39:28
42674         Log: Integrate #8336 from mainline.
42675      Branch: maint-5.6/perl
42676           !> hv.c
42677 ____________________________________________________________________________
42678 [  8540] By: jhi                                   on 2001/01/25  03:23:50
42679         Log: Retract #8539.
42680      Branch: maint-5.6/perl
42681            ! pod/perlfaq3.pod
42682 ____________________________________________________________________________
42683 [  8539] By: jhi                                   on 2001/01/25  03:21:55
42684         Log: (Retracted by #8540.)
42685      Branch: maint-5.6/perl
42686            ! pod/perlfaq3.pod
42687 ____________________________________________________________________________
42688 [  8538] By: jhi                                   on 2001/01/25  03:14:07
42689         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
42690              From: Peter Prymmer <pvhp@forte.com>
42691              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
42692              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
42693              
42694              The VMS bits.
42695      Branch: maint-5.6/perl
42696            ! configure.com vms/descrip_mms.template
42697 ____________________________________________________________________________
42698 [  8537] By: jhi                                   on 2001/01/25  03:06:09
42699         Log: Integrate #7710,7824,7973 from mainline.
42700      Branch: maint-5.6/perl
42701           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42702           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
42703           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
42704           !> vos/config.ga.def vos/config.ga.h win32/config.bc
42705           !> win32/config.gc win32/config.vc
42706 ____________________________________________________________________________
42707 [  8536] By: jhi                                   on 2001/01/24  13:50:20
42708         Log: Revert the edits made by me so far to the 5.6 branch since
42709              the TRIAL1 since I did edits when I should have been using
42710              integrates.  Bad programmer.   (Will integrate them properly later.)
42711              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
42712              The #8353 will not be reapplied at least for now since
42713              the UTF-8 hash keys need more thinking.
42714              (The patches #8347, #8354, #8454, #8473 were okay since they
42715              were original edits made specifically for the 5.6.1-TRIAL1.)
42716      Branch: maint-5.6/perl
42717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42718            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
42719            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
42720            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
42721            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
42722            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42723            ! win32/config.bc win32/config.gc win32/config.vc
42724 ____________________________________________________________________________
42725 [  8535] By: bailey                                on 2001/01/24  06:37:02
42726         Log: SYN SYN
42727      Branch: vmsperl
42728           +> (branch 26 files)
42729           !> (integrate 130 files)
42730 ____________________________________________________________________________
42731 [  8534] By: nick                                  on 2001/01/23  19:30:57
42732         Log: Integrate mainline.
42733      Branch: perlio
42734           !> Changes Configure Porting/Glossary Porting/config.sh
42735           !> Porting/config_H embed.h embed.pl ext/Encode/compile
42736           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
42737           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
42738           !> pod/perlvar.pod proto.h t/lib/1_compile.t
42739 ____________________________________________________________________________
42740 [  8533] By: jhi                                   on 2001/01/23  16:15:46
42741         Log: Forgotten from #8501.
42742      Branch: perl
42743            ! Porting/Glossary Porting/config.sh Porting/config_H
42744 ____________________________________________________________________________
42745 [  8532] By: jhi                                   on 2001/01/23  16:13:27
42746         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
42747              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42748              Date: Mon, 22 Jan 2001 17:51:58 +0100
42749              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
42750      Branch: perl
42751            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
42752 ____________________________________________________________________________
42753 [  8531] By: jhi                                   on 2001/01/23  15:46:01
42754         Log: Update Changes.
42755      Branch: perl
42756            ! Changes patchlevel.h
42757 ____________________________________________________________________________
42758 [  8530] By: jhi                                   on 2001/01/23  15:38:39
42759         Log: De-cut-and-pasto.
42760      Branch: perl
42761            ! t/lib/1_compile.t
42762 ____________________________________________________________________________
42763 [  8529] By: jhi                                   on 2001/01/23  15:11:04
42764         Log: Document the mkdir trailing slashes case.
42765      Branch: perl
42766            ! pod/perlfunc.pod
42767 ____________________________________________________________________________
42768 [  8528] By: jhi                                   on 2001/01/23  15:08:28
42769         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
42770              get installed:
42771              
42772              Subject: lib/lib.pm
42773              From: <abigail@foad.org>
42774              Date: Mon, 28 Aug 2000 20:35:08 -0400
42775              Message-ID: <20000829003508.21281.qmail@foad.org>
42776      Branch: perl
42777            ! installperl
42778 ____________________________________________________________________________
42779 [  8527] By: jhi                                   on 2001/01/23  14:44:04
42780         Log: Metaconfig unit change for #8526.
42781      Branch: metaconfig
42782            ! U/threads/archname.U
42783 ____________________________________________________________________________
42784 [  8526] By: jhi                                   on 2001/01/23  14:43:19
42785         Log: Attach -perlio to the archname if so selected.
42786      Branch: perl
42787            ! Configure
42788 ____________________________________________________________________________
42789 [  8525] By: jhi                                   on 2001/01/23  14:24:01
42790         Log: Subject: [PATCH] pod/perlvar.pod
42791              From: abigail@foad.org
42792              Date: Tue, 23 Jan 2001 01:41:10 +0100
42793              Message-ID: <20010123004110.22259.qmail@foad.org>
42794      Branch: perl
42795            ! pod/perlvar.pod
42796 ____________________________________________________________________________
42797 [  8524] By: jhi                                   on 2001/01/23  14:22:32
42798         Log: A bug introduced in #8217 (the undefined variable in the
42799              lib/safe1_t #3) fixed, by Charles Lane:
42800              
42801              The earlier patch made it so that stuff running in Safe
42802              compartments could do a "caller" and see "main".  That
42803              little change in name is done right before the code in
42804              the compartment is run, and apparantly the parser
42805              was picking up the stash name before it got changed.
42806              
42807              (why it was threaded vs. unthreaded Perl that was sensitive to this
42808              I still don't know...and it probably doesn't matter).
42809              
42810              I tryed removing the stash name-change and saw that threaded Perl
42811              did indeed pass the lib/safe1.t tests.
42812              
42813              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
42814              do the name change (and to connect _ in the compartment to the global
42815              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
42816              to call _safe_pkg_prep when creating a new compartment.
42817              
42818              Passes all tests with threaded perl on linux; passes all tests
42819              with unthreaded perl on VMS.
42820              
42821              At some point I'll probably want to revisit Safe and Opcode to
42822              provide more sensible handling of global variables...and to get
42823              formats working in Safe compartments, which they don't do currently.
42824      Branch: perl
42825            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
42826 ____________________________________________________________________________
42827 [  8523] By: jhi                                   on 2001/01/23  14:11:58
42828         Log: Also the lib/Thread.pm itself needs to be ignored if
42829              the Thread extension hasn't been built.
42830      Branch: perl
42831            ! t/lib/1_compile.t
42832 ____________________________________________________________________________
42833 [  8522] By: jhi                                   on 2001/01/23  13:51:28
42834         Log: print() instead of warn() so that stderr doesn't get
42835              unncessarily polluted.
42836      Branch: perl
42837            ! ext/Encode/compile
42838 ____________________________________________________________________________
42839 [  8521] By: jhi                                   on 2001/01/23  13:49:48
42840         Log: Integrate perlio.
42841      Branch: perl
42842           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
42843           !> ext/Encode/encode.h
42844 ____________________________________________________________________________
42845 [  8520] By: nick                                  on 2001/01/22  21:44:00
42846         Log: More messing with Encode:
42847              Extra fields in header to allow multiple names and to record
42848              other things "compile" knows.
42849              Re-organise compile to factor out common output routines.
42850      Branch: perlio
42851            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
42852 ____________________________________________________________________________
42853 [  8519] By: nick                                  on 2001/01/22  20:33:50
42854         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
42855      Branch: perlio
42856            ! ext/Encode/Makefile.PL ext/Encode/compile
42857 ____________________________________________________________________________
42858 [  8518] By: nick                                  on 2001/01/22  20:28:13
42859         Log: Integrate mainline
42860      Branch: perlio
42861           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
42862           !> vos/config.alpha.def vos/config.alpha.h
42863 ____________________________________________________________________________
42864 [  8517] By: jhi                                   on 2001/01/22  15:37:17
42865         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
42866              by Inaba Hiroto.
42867      Branch: perl
42868            ! sv.c
42869 ____________________________________________________________________________
42870 [  8516] By: jhi                                   on 2001/01/22  14:55:15
42871         Log: More SIG_SIZE fixes.
42872      Branch: perl
42873            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
42874 ____________________________________________________________________________
42875 [  8515] By: jhi                                   on 2001/01/22  14:50:27
42876         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
42877              From: "Craig A. Berry" <craigberry@mac.com>
42878              Date: Mon, 22 Jan 2001 00:42:24 -0600
42879              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
42880      Branch: perl
42881            ! configure.com
42882 ____________________________________________________________________________
42883 [  8514] By: jhi                                   on 2001/01/22  14:31:17
42884         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
42885              From: "Craig A. Berry" <craigberry@mac.com>
42886              Date: Sun, 21 Jan 2001 23:03:25 -0600
42887              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
42888      Branch: perl
42889            ! configure.com
42890 ____________________________________________________________________________
42891 [  8513] By: jhi                                   on 2001/01/22  14:14:00
42892         Log: Add the .ucm encoding tables to the MANIFEST.
42893      Branch: perl
42894            ! MANIFEST
42895 ____________________________________________________________________________
42896 [  8512] By: jhi                                   on 2001/01/22  13:43:33
42897         Log: Integrate perlio.
42898      Branch: perl
42899           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
42900           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
42901           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
42902           +> ext/Encode/Encode/iso8859-10.ucm
42903           +> ext/Encode/Encode/iso8859-13.ucm
42904           +> ext/Encode/Encode/iso8859-14.ucm
42905           +> ext/Encode/Encode/iso8859-15.ucm
42906           +> ext/Encode/Encode/iso8859-16.ucm
42907           +> ext/Encode/Encode/iso8859-2.ucm
42908           +> ext/Encode/Encode/iso8859-3.ucm
42909           +> ext/Encode/Encode/iso8859-4.ucm
42910           +> ext/Encode/Encode/iso8859-5.ucm
42911           +> ext/Encode/Encode/iso8859-6.ucm
42912           +> ext/Encode/Encode/iso8859-7.ucm
42913           +> ext/Encode/Encode/iso8859-8.ucm
42914           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
42915           +> ext/Encode/Encode/symbol.ucm
42916           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
42917           !> perliol.h
42918 ____________________________________________________________________________
42919 [  8511] By: nick                                  on 2001/01/21  23:44:47
42920         Log: Make "real" layers of ":utf8" and ":raw".
42921              So now PERLIO=utf8 perl ...
42922              does what Andreas wanted.
42923              Fix arg passing in open.pm (still have a Carp issue).
42924      Branch: perlio
42925            ! lib/open.pm perlio.c perliol.h
42926 ____________________________________________________________________________
42927 [  8510] By: jhi                                   on 2001/01/21  22:56:53
42928         Log: Document the regex content pushing/popping a bit better.
42929      Branch: perl
42930            ! regexec.c
42931 ____________________________________________________________________________
42932 [  8509] By: jhi                                   on 2001/01/21  22:55:44
42933         Log: Tweak the mkdir trailing slash code some more.
42934              
42935              TO DO: the same handling should probably be done for
42936              all the other filesystem functions that can have directories
42937              as their arguments.
42938      Branch: perl
42939            ! pp_sys.c
42940 ____________________________________________________________________________
42941 [  8508] By: nick                                  on 2001/01/21  21:37:43
42942         Log: Switch "compiled in" encodings to .ucm format.
42943              (Leave others as .enc till we can run-time load .ucm,
42944              or find some other way to load them.)
42945      Branch: perlio
42946            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
42947            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
42948            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
42949            + ext/Encode/Encode/iso8859-10.ucm
42950            + ext/Encode/Encode/iso8859-13.ucm
42951            + ext/Encode/Encode/iso8859-14.ucm
42952            + ext/Encode/Encode/iso8859-15.ucm
42953            + ext/Encode/Encode/iso8859-16.ucm
42954            + ext/Encode/Encode/iso8859-2.ucm
42955            + ext/Encode/Encode/iso8859-3.ucm
42956            + ext/Encode/Encode/iso8859-4.ucm
42957            + ext/Encode/Encode/iso8859-5.ucm
42958            + ext/Encode/Encode/iso8859-6.ucm
42959            + ext/Encode/Encode/iso8859-7.ucm
42960            + ext/Encode/Encode/iso8859-8.ucm
42961            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
42962            + ext/Encode/Encode/symbol.ucm
42963            ! ext/Encode/Makefile.PL ext/Encode/compile
42964 ____________________________________________________________________________
42965 [  8507] By: nick                                  on 2001/01/21  21:02:03
42966         Log: Integrate (partial) mainline.
42967      Branch: perlio
42968           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
42969           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
42970           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42971 ____________________________________________________________________________
42972 [  8506] By: jhi                                   on 2001/01/21  20:09:30
42973         Log: Update Changes.
42974      Branch: perl
42975            ! Changes patchlevel.h
42976 ____________________________________________________________________________
42977 [  8505] By: jhi                                   on 2001/01/21  19:39:59
42978         Log: Subject: Minor typos in perlfaq2.pod
42979              From: "Stephen P. Potter" <spp@spotter.yi.org>
42980              Message-Id: <200101192101.QAA11911@spotter.yi.org>
42981              Date: Fri, 19 Jan 2001 16:01:13 -0500
42982              
42983              with a nit from Philip Netwon.
42984      Branch: perl
42985            ! pod/perlfaq2.pod
42986 ____________________________________________________________________________
42987 [  8504] By: jhi                                   on 2001/01/21  19:33:05
42988         Log: Metaconfig change for #8503.
42989      Branch: metaconfig
42990            ! U/threads/usethreads.U
42991 ____________________________________________________________________________
42992 [  8503] By: jhi                                   on 2001/01/21  19:32:21
42993         Log: Sanity check for conflicting thread flavours.
42994      Branch: perl
42995            ! Configure config_h.SH
42996 ____________________________________________________________________________
42997 [  8502] By: jhi                                   on 2001/01/21  19:23:00
42998         Log: Metaconfig change for #8501.
42999      Branch: metaconfig
43000            ! U/modified/sig_name.U
43001 ____________________________________________________________________________
43002 [  8501] By: jhi                                   on 2001/01/21  19:22:26
43003         Log: The SIG_SIZE is the number of the elements *excluding*
43004              the terminating NULL.
43005      Branch: perl
43006            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
43007            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
43008            ! win32/config_H.vc
43009 ____________________________________________________________________________
43010 [  8500] By: jhi                                   on 2001/01/21  18:31:31
43011         Log: Integrate perlio.
43012      Branch: perl
43013           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
43014           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
43015           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
43016           !> pp_sys.c proto.h sv.c
43017 ____________________________________________________________________________
43018 [  8499] By: jhi                                   on 2001/01/21  17:43:57
43019         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
43020              From: Hugo <hv@crypt.compulink.co.uk>
43021              Date: Sun, 21 Jan 2001 13:34:05 +0000
43022              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
43023              
43024              In sprintf UTF8ize only if necessary.
43025      Branch: perl
43026            ! sv.c
43027 ____________________________________________________________________________
43028 [  8498] By: nick                                  on 2001/01/21  16:25:32
43029         Log: Encode cleanup.
43030              Add command line control over "compile" so that Makefile.PL
43031              needs can be combined with other uses.
43032              Use command line options in Makefile.PL.
43033              Fix multi-byte parsing in .ucm files.
43034      Branch: perlio
43035            ! ext/Encode/Makefile.PL ext/Encode/compile
43036 ____________________________________________________________________________
43037 [  8497] By: nick                                  on 2001/01/21  12:56:27
43038         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
43039      Branch: perlio
43040            ! ext/Encode/Encode.xs
43041 ____________________________________________________________________________
43042 [  8496] By: nick                                  on 2001/01/21  12:18:45
43043         Log: Fixup after integrate:
43044              missed the .sym files that are changed by regen_headers
43045              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
43046      Branch: perlio
43047            ! global.sym pp.sym sv.c
43048 ____________________________________________________________________________
43049 [  8495] By: nick                                  on 2001/01/21  11:51:07
43050         Log: Integrate mainline.
43051      Branch: perlio
43052           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
43053           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
43054           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
43055           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
43056           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
43057           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
43058           !> win32/Makefile win32/makefile.mk
43059 ____________________________________________________________________________
43060 [  8494] By: jhi                                   on 2001/01/20  23:12:11
43061         Log: Forgot the expect_number() prototype.
43062      Branch: perl
43063            ! embed.h embed.pl proto.h
43064 ____________________________________________________________________________
43065 [  8493] By: jhi                                   on 2001/01/20  22:56:39
43066         Log: Subject: [PATCH: perl@8482] README.vms URL updates
43067              From: Peter Prymmer <pvhp@forte.com>
43068              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
43069              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
43070              
43071              Plus Craig A. Berry's suggestion to use compaq.com instead
43072              of digital.com.
43073      Branch: perl
43074            ! README.vms
43075 ____________________________________________________________________________
43076 [  8492] By: jhi                                   on 2001/01/20  22:50:05
43077         Log: Memory management calls documentation.
43078      Branch: perl
43079            ! pod/perlguts.pod
43080 ____________________________________________________________________________
43081 [  8491] By: jhi                                   on 2001/01/20  22:38:33
43082         Log: Signedness nit plus few memcpy/Copy nits.
43083      Branch: perl
43084            ! sv.c
43085 ____________________________________________________________________________
43086 [  8490] By: jhi                                   on 2001/01/20  22:25:53
43087         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
43088              From: Peter Prymmer <pvhp@forte.com>
43089              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
43090              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
43091      Branch: perl
43092            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
43093 ____________________________________________________________________________
43094 [  8489] By: jhi                                   on 2001/01/20  22:24:41
43095         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
43096              From: Peter Prymmer <pvhp@forte.com>
43097              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
43098              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
43099      Branch: perl
43100            ! win32/Makefile win32/makefile.mk
43101 ____________________________________________________________________________
43102 [  8488] By: jhi                                   on 2001/01/20  22:22:27
43103         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
43104              From: Peter Prymmer <pvhp@forte.com>
43105              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
43106              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
43107      Branch: perl
43108            ! Makefile.SH
43109 ____________________________________________________________________________
43110 [  8487] By: jhi                                   on 2001/01/20  22:21:18
43111         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
43112              From: Peter Prymmer <pvhp@forte.com>
43113              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
43114              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
43115      Branch: perl
43116            + ext/DynaLoader/dl_dllload.xs
43117            ! MANIFEST Makefile.SH hints/os390.sh
43118 ____________________________________________________________________________
43119 [  8486] By: jhi                                   on 2001/01/20  22:17:53
43120         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
43121              From: Peter Prymmer <pvhp@forte.com>
43122              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
43123              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
43124      Branch: perl
43125            ! README.os390 README.posix-bc
43126 ____________________________________________________________________________
43127 [  8485] By: jhi                                   on 2001/01/20  20:15:30
43128         Log: Document and test the new qu operator.
43129      Branch: perl
43130            + t/op/qu.t
43131            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
43132            ! pod/perlretut.pod pod/perlunicode.pod
43133 ____________________________________________________________________________
43134 [  8484] By: nick                                  on 2001/01/20  19:42:30
43135         Log: Infrastructure to allow:
43136              open($fh,"|-",@array);
43137              to be implemented
43138              i.e. mark pp_open as needing a stack mark, and make pp_open
43139              process its args in that style (and pass them _all_ to tied handles OPEN).
43140              Invent do_openn() which takes SV ** at allow it to see multiple args.
43141              Note this does not _do_ anything yet.
43142      Branch: perlio
43143            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
43144            ! perlapi.c pp_proto.h pp_sys.c proto.h
43145 ____________________________________________________________________________
43146 [  8483] By: nick                                  on 2001/01/20  17:23:14
43147         Log: Integrate mainline.
43148      Branch: perlio
43149           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
43150           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
43151 ____________________________________________________________________________
43152 [  8482] By: jhi                                   on 2001/01/19  15:37:49
43153         Log: Update Changes.
43154      Branch: perl
43155            ! Changes patchlevel.h
43156 ____________________________________________________________________________
43157 [  8481] By: jhi                                   on 2001/01/19  14:41:24
43158         Log: Subject: Re: new feature: s?printf parameter reordering 
43159              From: Hugo <hv@crypt.compulink.co.uk>
43160              Date: Thu, 11 Jan 2001 17:09:03 +0000
43161              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
43162              
43163              - support reordering for all parameters: %, *v, *, .*
43164              - lay down that the reordering specification must immediately
43165              follow that parameter: %3$, *v3$, *3$, .*3$
43166              - fix vectorisation of a zero-length string
43167              - factor out the code choosing the argument to format
43168              
43169              Possibly unwanted side-effects:
43170              - the special format specifiers ' +-0' must now precede any
43171              vectorisation specifier. Tests in op/sprintf and op/ver
43172              have been changed to reflect this.
43173              - sprintf.t test #214 changed its expectations because in many
43174              cases, the next parameter has already been consumed when an
43175              invalid type letter is detected.
43176              
43177              Probably wanted side-effects:
43178              - attempts to format a non-existent parameter will warn as if C<undef>
43179              - attempt to write to non-existent parameter with '%n' will complain
43180              of "attempt to modify read-only value" instead of being silent
43181      Branch: perl
43182            ! sv.c t/op/sprintf.t t/op/ver.t
43183 ____________________________________________________________________________
43184 [  8480] By: jhi                                   on 2001/01/19  14:08:37
43185         Log: Subject: PATCH pragma/locale.t
43186              From: andreas.koenig@anima.de (Andreas J. Koenig)
43187              Date: 18 Jan 2001 09:45:37 +0100
43188              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
43189      Branch: perl
43190            ! t/pragma/locale.t
43191 ____________________________________________________________________________
43192 [  8479] By: jhi                                   on 2001/01/19  13:19:58
43193         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
43194      Branch: perl
43195            ! configure.com
43196 ____________________________________________________________________________
43197 [  8478] By: jhi                                   on 2001/01/19  02:12:35
43198         Log: Automate 1_compile.t.
43199      Branch: perl
43200            ! t/lib/1_compile.t
43201 ____________________________________________________________________________
43202 [  8477] By: jhi                                   on 2001/01/19  01:49:56
43203         Log: Integrate perlio.
43204      Branch: perl
43205           !> sv.c win32/config.bc win32/config.gc win32/config.vc
43206           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
43207 ____________________________________________________________________________
43208 [  8476] By: nick                                  on 2001/01/18  21:51:52
43209         Log: Integrate mainline
43210      Branch: perlio
43211           +> t/lib/1_compile.t t/lib/compmod.pl
43212           !> MANIFEST configure.com lib/unicode/distinct.pm
43213 ____________________________________________________________________________
43214 [  8475] By: nick                                  on 2001/01/18  21:48:02
43215         Log: Win32 "safe signals" co-existance fix.
43216              Fix SIG_SIZE value.
43217              Clear PL_sig_pending when cloning (fork).
43218      Branch: perlio
43219            ! sv.c win32/config.bc win32/config.gc win32/config.vc
43220            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43221 ____________________________________________________________________________
43222 [  8474] By: jhi                                   on 2001/01/18  14:40:57
43223         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
43224      Branch: perl
43225            ! t/lib/1_compile.t
43226 ____________________________________________________________________________
43227 [  8473] By: gsar                                  on 2001/01/18  11:42:31
43228         Log: unsubmitted trial1 change
43229      Branch: maint-5.6/perl
43230            ! Changes
43231 ____________________________________________________________________________
43232 [  8472] By: jhi                                   on 2001/01/18  04:30:24
43233         Log: The first bug found by 1_compile.t.
43234      Branch: perl
43235            ! lib/unicode/distinct.pm
43236 ____________________________________________________________________________
43237 [  8471] By: jhi                                   on 2001/01/18  04:29:42
43238         Log: Add Schwern's 1_compile test.  The compile_module script renamed
43239              to be a bit shorter for the 8.3 people.
43240      Branch: perl
43241            + t/lib/1_compile.t t/lib/compmod.pl
43242            ! MANIFEST
43243 ____________________________________________________________________________
43244 [  8470] By: jhi                                   on 2001/01/18  04:16:00
43245         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)
43246              From: Peter Prymmer <pvhp@forte.com>
43247              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
43248              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
43249              Replace #8463.
43250      Branch: maint-5.6/perl
43251            ! configure.com
43252 ____________________________________________________________________________
43253 [  8469] By: jhi                                   on 2001/01/18  04:13:02
43254         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)
43255              From: Peter Prymmer <pvhp@forte.com>
43256              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
43257              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
43258              Replace #8462.
43259      Branch: perl
43260            ! configure.com
43261 ____________________________________________________________________________
43262 [  8468] By: jhi                                   on 2001/01/18  03:42:08
43263         Log: Integrate perlio.
43264      Branch: perl
43265           !> gv.c mg.c perlio.c util.c
43266 ____________________________________________________________________________
43267 [  8467] By: nick                                  on 2001/01/17  22:41:10
43268         Log: "Safe" signals - trial implementation.
43269              gv.c tweaked to zero PL_sig_pend array
43270              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
43271              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
43272              Odd thing is that it "works" with PERLIO=stdio as well (linux).
43273      Branch: perlio
43274            ! gv.c mg.c perlio.c util.c
43275 ____________________________________________________________________________
43276 [  8466] By: nick                                  on 2001/01/17  20:40:20
43277         Log: Integrate mainline.
43278      Branch: perlio
43279           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43280           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
43281           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
43282           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43283           !> vos/config.ga.h win32/config.bc win32/config.gc
43284           !> win32/config.vc
43285 ____________________________________________________________________________
43286 [  8465] By: jhi                                   on 2001/01/17  18:37:13
43287         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
43288              From: Nicholas Clark <nick@ccl4.org>
43289              Date: Wed, 17 Jan 2001 17:31:33 +0000
43290              Message-ID: <20010117173133.I2633@plum.flirble.org>
43291      Branch: perl
43292            ! t/op/int.t
43293 ____________________________________________________________________________
43294 [  8464] By: jhi                                   on 2001/01/17  14:43:17
43295         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
43296              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43297              Date: Wed, 17 Jan 2001 15:16:43 +0100
43298              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
43299              
43300              pp_int() was dropping an NV to the floor,
43301              int(279964589018079/59) either returned not an integer
43302              4745162525730.15, or one got "Attempt to free unreferenced scalar."
43303      Branch: perl
43304            ! pp.c
43305 ____________________________________________________________________________
43306 [  8463] By: jhi                                   on 2001/01/17  06:12:42
43307         Log: (Replaced by #8470)
43308              
43309              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)
43310              From: "Craig A. Berry" <craigberry@mac.com>
43311              Date: Tue, 16 Jan 2001 23:38:46 -0600
43312              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
43313      Branch: maint-5.6/perl
43314            ! configure.com
43315 ____________________________________________________________________________
43316 [  8462] By: jhi                                   on 2001/01/17  06:11:31
43317         Log: (Replaced by #8469)
43318              
43319              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)
43320              From: "Craig A. Berry" <craigberry@mac.com>
43321              Date: Tue, 16 Jan 2001 23:38:46 -0600
43322              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
43323      Branch: perl
43324            ! configure.com
43325 ____________________________________________________________________________
43326 [  8461] By: jhi                                   on 2001/01/17  05:56:12
43327         Log: Allow for one trailing slash in the directory of mkdir().
43328      Branch: perl
43329            ! pp_sys.c
43330 ____________________________________________________________________________
43331 [  8460] By: jhi                                   on 2001/01/17  03:26:01
43332         Log: Metaconfig unit changes for #8459.
43333      Branch: metaconfig
43334            ! U/modified/Loc.U U/modified/sig_name.U
43335 ____________________________________________________________________________
43336 [  8459] By: jhi                                   on 2001/01/17  03:24:48
43337         Log: Define SIG_SIZE, the number of elements in the sig_name and
43338              sig_num arrays, including the final NULL entry.
43339      Branch: perl
43340            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43341            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
43342            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
43343            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43344            ! win32/config.bc win32/config.gc win32/config.vc
43345 ____________________________________________________________________________
43346 [  8458] By: jhi                                   on 2001/01/17  01:41:33
43347         Log: Integrate perlio.
43348      Branch: perl
43349           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
43350           !> perlapi.h proto.h sv.c
43351 ____________________________________________________________________________
43352 [  8457] By: nick                                  on 2001/01/16  22:07:26
43353         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
43354              Provides all the "cost" but no benefit yet - it is to allow cost
43355              to be measured, and implementation experiments (just in mg.c?).
43356      Branch: perlio
43357            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
43358            ! perlapi.h proto.h sv.c
43359 ____________________________________________________________________________
43360 [  8456] By: nick                                  on 2001/01/16  21:07:07
43361         Log: Integrate mainline.
43362      Branch: perlio
43363           !> (integrate 51 files)
43364 ____________________________________________________________________________
43365 [  8455] By: jhi                                   on 2001/01/16  18:13:43
43366         Log: Subject: [PATCH] regcomp.c old feature removal
43367              From: mjd@plover.com
43368              Date: 16 Jan 2001 14:43:18 -0000 
43369              Message-ID: <20010116144318.7140.qmail@plover.com> 
43370      Branch: perl
43371            ! regcomp.c
43372 ____________________________________________________________________________
43373 [  8454] By: jhi                                   on 2001/01/16  16:12:39
43374         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
43375              From: "Indy Singh" <indy@nusphere.com>
43376              Date: Wed, 10 Jan 2001 20:17:49 -0500
43377              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
43378      Branch: maint-5.6/perl
43379            ! win32/Makefile
43380 ____________________________________________________________________________
43381 [  8453] By: jhi                                   on 2001/01/16  16:09:33
43382         Log: Update Changes.
43383      Branch: perl
43384            ! Changes patchlevel.h
43385 ____________________________________________________________________________
43386 [  8452] By: jhi                                   on 2001/01/16  15:42:04
43387         Log: Subject: Re: API Cleanup
43388              To: perl5-porters@perl.org
43389              Date: Tue, 16 Jan 2001 13:42:30 +0000
43390              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
43391              
43392              Subject: [PATCH] utf8.c documentation
43393              From: Simon Cozens <simon@cozens.net>
43394              Date: Tue, 16 Jan 2001 13:52:48 +0000
43395              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
43396              
43397              Subject: Re: API Cleanup
43398              From: Simon Cozens <simon@cozens.net>
43399              Date: Tue, 16 Jan 2001 14:58:55 +0000
43400              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
43401              
43402              UTF-8 doc patches.
43403      Branch: perl
43404            ! embed.pl pod/perlapi.pod utf8.c
43405 ____________________________________________________________________________
43406 [  8451] By: jhi                                   on 2001/01/16  14:41:39
43407         Log: podlators 1.07, from Russ Allbery.
43408      Branch: perl
43409            ! lib/Pod/Man.pm
43410 ____________________________________________________________________________
43411 [  8450] By: jhi                                   on 2001/01/16  14:24:19
43412         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
43413              From: "Indy Singh" <indy@nusphere.com>
43414              Date: Mon, 15 Jan 2001 20:59:40 -0500
43415              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
43416      Branch: perl
43417            ! win32/Makefile
43418 ____________________________________________________________________________
43419 [  8449] By: jhi                                   on 2001/01/16  03:42:55
43420         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
43421              at the setting of the ofs_sv in new_struct_thread() as the
43422              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
43423              uninitialized fields are, uh, initialized with),
43424              SvREFCNT_inc()ing that invited a core dump.
43425      Branch: perl
43426            ! util.c
43427 ____________________________________________________________________________
43428 [  8448] By: jhi                                   on 2001/01/16  01:49:07
43429         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
43430              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43431              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
43432              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
43433              
43434              Replace #8444 and #8445.
43435      Branch: perl
43436            ! ext/B/B.xs ext/B/B/Debug.pm
43437 ____________________________________________________________________________
43438 [  8447] By: jhi                                   on 2001/01/15  21:05:35
43439         Log: Subject: [PATCH] API Variable documentation   
43440              From: Simon Cozens <simon@cozens.net>
43441              Date: Mon, 15 Jan 2001 19:35:54 +0000
43442              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
43443      Branch: perl
43444            ! pod/perlapi.pod thrdvar.h
43445 ____________________________________________________________________________
43446 [  8446] By: jhi                                   on 2001/01/15  20:49:20
43447         Log: Signedness nit.
43448      Branch: perl
43449            ! pp_ctl.c
43450 ____________________________________________________________________________
43451 [  8445] By: jhi                                   on 2001/01/15  20:28:48
43452         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
43453      Branch: perl
43454            ! ext/B/B/Debug.pm
43455 ____________________________________________________________________________
43456 [  8444] By: jhi                                   on 2001/01/15  13:09:10
43457         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
43458      Branch: perl
43459            ! ext/B/B.xs
43460 ____________________________________________________________________________
43461 [  8443] By: jhi                                   on 2001/01/15  13:06:26
43462         Log: Missing from #8439.
43463      Branch: perl
43464            ! keywords.h mg.c
43465 ____________________________________________________________________________
43466 [  8442] By: jhi                                   on 2001/01/15  13:02:38
43467         Log: Subject: [PATCH @8436] Eliminate op_children
43468              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43469              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
43470              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
43471              
43472              Subject: [PATCH @8436] Re: Eliminate op_children
43473              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43474              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
43475              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
43476      Branch: perl
43477            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
43478            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
43479            ! op.c op.h
43480 ____________________________________________________________________________
43481 [  8441] By: jhi                                   on 2001/01/15  12:57:08
43482         Log: Use the /^Perl_/-less form of is_lvalue_sub().
43483      Branch: perl
43484            ! pp.h
43485 ____________________________________________________________________________
43486 [  8440] By: jhi                                   on 2001/01/15  05:13:09
43487         Log: Revert #8437 and #8438, the Linux large files story is more complex.
43488      Branch: metaconfig/U/perl
43489            ! d_fpos64_t.U d_off64_t.U
43490      Branch: perl
43491            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43492            ! config_h.SH configure.com epoc/config.sh perl.h
43493            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
43494            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43495            ! win32/config.bc win32/config.gc win32/config.vc
43496 ____________________________________________________________________________
43497 [  8439] By: jhi                                   on 2001/01/15  05:02:24
43498         Log: More UTF-8 patches from Inaba Hiroto.
43499              - The substr lval was still not okay.
43500              - Now pp_stringify and sv_setsv copies source's UTF8 flag
43501              even if IN_BYTE.  pp_stringify is called from fold_constants
43502              at optimization phase and "\x{100}" was made SvUTF8_off under
43503              use bytes (the bytes pragma is for "byte semantics" and not
43504              for "do not produce UTF8 data")
43505              - New `qu' operator to generate UTF8 string explicitly.
43506              Though I agree with the policy "0x00-0xff always produce bytes",
43507              sometimes want to such a string to be coded in UTF8.
43508              I can use pack"U0a*" but it requires more typing and has
43509              runtime overhead.
43510              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
43511              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
43512              string is not UTF8_on and has char 0x80-0xff.
43513              
43514              TODO: document and test qu.
43515      Branch: perl
43516            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
43517            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
43518            ! toke.c
43519 ____________________________________________________________________________
43520 [  8438] By: jhi                                   on 2001/01/14  05:10:23
43521         Log: (Reverted by #8440)
43522              
43523              Metaconfig unit changes for #8437.
43524      Branch: metaconfig/U/perl
43525            ! d_fpos64_t.U d_off64_t.U
43526 ____________________________________________________________________________
43527 [  8437] By: jhi                                   on 2001/01/14  04:55:34
43528         Log: (Reverted by #8440)
43529              
43530              Add <features.h> probing, seems to be needed for (some?)
43531              Linux largefileness.
43532      Branch: perl
43533            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43534            ! config_h.SH configure.com epoc/config.sh perl.h
43535            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
43536            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43537            ! win32/config.bc win32/config.gc win32/config.vc
43538 ____________________________________________________________________________
43539 [  8436] By: jhi                                   on 2001/01/13  17:47:21
43540         Log: Tighten some of the tests a bit.
43541      Branch: perl
43542            ! t/pragma/utf8.t
43543 ____________________________________________________________________________
43544 [  8435] By: jhi                                   on 2001/01/13  17:31:54
43545         Log: Integrate perlio.
43546      Branch: perl
43547           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
43548           !> win32/config_H.gc win32/config_H.vc
43549 ____________________________________________________________________________
43550 [  8434] By: nick                                  on 2001/01/13  11:36:53
43551         Log: Run dmake regen_config_h for Win32
43552      Branch: perlio
43553            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43554 ____________________________________________________________________________
43555 [  8433] By: nick                                  on 2001/01/13  11:31:55
43556         Log: VMS friendly patch to Encode compile process
43557      Branch: perlio
43558            ! ext/Encode/Makefile.PL ext/Encode/compile
43559 ____________________________________________________________________________
43560 [  8432] By: nick                                  on 2001/01/13  11:06:44
43561         Log: Integrate mainline
43562      Branch: perlio
43563           +> ext/B/B/Concise.pm
43564           !> (integrate 52 files)
43565 ____________________________________________________________________________
43566 [  8431] By: jhi                                   on 2001/01/13  05:55:55
43567         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
43568              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43569              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
43570              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
43571      Branch: perl
43572            ! ext/B/B/Concise.pm
43573 ____________________________________________________________________________
43574 [  8430] By: jhi                                   on 2001/01/13  04:24:18
43575         Log: The LVRET macro needed an aTHX.
43576      Branch: perl
43577            ! pp.h
43578 ____________________________________________________________________________
43579 [  8429] By: jhi                                   on 2001/01/13  02:12:42
43580         Log: Update Changes.
43581      Branch: perl
43582            ! Changes patchlevel.h
43583 ____________________________________________________________________________
43584 [  8428] By: jhi                                   on 2001/01/13  02:08:50
43585         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
43586              From: Peter Prymmer <pvhp@forte.com>
43587              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
43588              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
43589              
43590              Add a BEGIN guard for sloppy floating point division.
43591      Branch: perl
43592            ! lib/Math/BigInt.pm lib/bigint.pl
43593 ____________________________________________________________________________
43594 [  8427] By: jhi                                   on 2001/01/13  01:47:16
43595         Log: The B::Terse drop-in replacement wasn't quite drop-in.
43596      Branch: perl
43597            ! ext/B/B/Terse.pm
43598 ____________________________________________________________________________
43599 [  8426] By: jhi                                   on 2001/01/12  21:20:43
43600         Log: Use UVXf.
43601      Branch: perl
43602            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43603            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
43604            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
43605            ! vos/config.ga.def vos/config.ga.h win32/config.bc
43606            ! win32/config.gc win32/config.vc
43607 ____________________________________________________________________________
43608 [  8425] By: jhi                                   on 2001/01/12  20:20:14
43609         Log: Subject: [PATCH perl@8342] -Wformat
43610              From: Robin Barker <rmb1@cise.npl.co.uk>
43611              Date: Fri, 12 Jan 2001 20:03:14 GMT
43612              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
43613      Branch: perl
43614            ! ext/Encode/Encode.xs mg.c sv.c toke.c
43615 ____________________________________________________________________________
43616 [  8424] By: jhi                                   on 2001/01/12  20:01:48
43617         Log: Subject: B::Concise -- an improved replacement for B::Terse 
43618              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43619              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
43620              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
43621      Branch: perl
43622            + ext/B/B/Concise.pm
43623            ! MANIFEST ext/B/B/Terse.pm
43624 ____________________________________________________________________________
43625 [  8423] By: jhi                                   on 2001/01/12  19:24:02
43626         Log: The new metaconfig unit from the #8421.
43627      Branch: metaconfig/U/perl
43628            + d_sigprocmask.U
43629 ____________________________________________________________________________
43630 [  8422] By: jhi                                   on 2001/01/12  19:23:43
43631         Log: Forgot the microperl config from the #8421.
43632      Branch: perl
43633            ! uconfig.h uconfig.sh
43634 ____________________________________________________________________________
43635 [  8421] By: jhi                                   on 2001/01/12  19:05:27
43636         Log: Add sigprocmask() probe, regen Configure, regen toc.
43637      Branch: perl
43638            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43639            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
43640            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43641            ! vos/config.ga.h win32/config.bc win32/config.gc
43642            ! win32/config.vc
43643 ____________________________________________________________________________
43644 [  8420] By: jhi                                   on 2001/01/12  18:34:31
43645         Log: Add sockatmark() to the todo list.
43646      Branch: perl
43647            ! Todo-5.6
43648 ____________________________________________________________________________
43649 [  8419] By: jhi                                   on 2001/01/12  18:09:46
43650         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
43651      Branch: perl
43652            ! op.c
43653 ____________________________________________________________________________
43654 [  8418] By: jhi                                   on 2001/01/12  18:05:30
43655         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
43656              From: Radu Greab <radu@netsoft.ro>
43657              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
43658              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
43659      Branch: perl
43660            ! op.c t/pragma/sub_lval.t
43661 ____________________________________________________________________________
43662 [  8417] By: jhi                                   on 2001/01/12  16:09:09
43663         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
43664              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
43665              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
43666              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
43667      Branch: perl
43668            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
43669            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
43670            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
43671            ! t/pragma/sub_lval.t toke.c
43672 ____________________________________________________________________________
43673 [  8416] By: jhi                                   on 2001/01/12  15:42:06
43674         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
43675              From: "Richard Soderberg" <rs@crystalflame.net>
43676              Date: Fri, 12 Jan 2001 04:49:35 -0800
43677              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
43678              
43679              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
43680              according to the platform.
43681      Branch: perl
43682            ! op.c
43683 ____________________________________________________________________________
43684 [  8415] By: jhi                                   on 2001/01/12  15:33:41
43685         Log: One more UTF-8 fix from Inaba Hiroto.
43686      Branch: perl
43687            ! pp.c regexec.c t/pragma/utf8.t
43688 ____________________________________________________________________________
43689 [  8414] By: jhi                                   on 2001/01/12  15:30:18
43690         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
43691      Branch: perl
43692            ! regexec.c
43693 ____________________________________________________________________________
43694 [  8413] By: jhi                                   on 2001/01/12  15:22:10
43695         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
43696              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43697              Date: Thu, 11 Jan 2001 12:53:36 +0100
43698              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
43699      Branch: perl
43700            ! toke.c
43701 ____________________________________________________________________________
43702 [  8412] By: jhi                                   on 2001/01/12  15:20:25
43703         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
43704              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43705              Date: Fri, 12 Jan 2001 14:37:55 +0100
43706              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
43707      Branch: perl
43708            ! hints/posix-bc.sh
43709 ____________________________________________________________________________
43710 [  8411] By: jhi                                   on 2001/01/12  15:14:14
43711         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
43712              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43713              Date: Fri, 12 Jan 2001 10:42:21 +0100
43714              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
43715      Branch: perl
43716            ! t/op/regmesg.t
43717 ____________________________________________________________________________
43718 [  8410] By: jhi                                   on 2001/01/12  05:48:55
43719         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
43720              From: Nicholas Clark <nick@ccl4.org> 
43721              Date: Sun, 7 Jan 2001 19:47:14 +0000
43722              Message-ID: <20010107194714.B1048@plum.flirble.org>
43723      Branch: perl
43724            ! t/op/numconvert.t
43725 ____________________________________________________________________________
43726 [  8409] By: jhi                                   on 2001/01/12  05:41:28
43727         Log: Integrate perlio.
43728      Branch: perl
43729           !> mg.c scope.h
43730 ____________________________________________________________________________
43731 [  8408] By: nick                                  on 2001/01/11  22:43:28
43732         Log: Remove variables that were used in experiments.
43733      Branch: perlio
43734            ! mg.c
43735 ____________________________________________________________________________
43736 [  8407] By: nick                                  on 2001/01/11  20:57:44
43737         Log: Catch die in %SIG handler and unblock the signal before re-dying.
43738              This make Linux work _without_ sigsetjmp().
43739              Turn off sigsetjmp() to see what else it does.
43740              May need Configure probe for sigprocmask() if anything has sigaction()
43741              but not sigprocmask().
43742      Branch: perlio
43743            ! mg.c scope.h
43744 ____________________________________________________________________________
43745 [  8406] By: nick                                  on 2001/01/11  19:32:07
43746         Log: Integrate mainline
43747      Branch: perlio
43748           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
43749           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
43750           !> t/op/substr.t
43751 ____________________________________________________________________________
43752 [  8405] By: jhi                                   on 2001/01/11  17:11:01
43753         Log: Fix UTF-8 lval substr().
43754      Branch: perl
43755            ! mg.c t/op/substr.t
43756 ____________________________________________________________________________
43757 [  8404] By: jhi                                   on 2001/01/11  05:13:58
43758         Log: Update Changes.
43759      Branch: perl
43760            ! Changes patchlevel.h
43761 ____________________________________________________________________________
43762 [  8403] By: jhi                                   on 2001/01/11  04:38:24
43763         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
43764              From: Hugo <hv@crypt.compulink.co.uk>
43765              Date: Mon, 30 Oct 2000 01:33:26 +0000
43766              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
43767      Branch: perl
43768            ! regexec.c t/op/re_tests
43769 ____________________________________________________________________________
43770 [  8402] By: jhi                                   on 2001/01/11  04:26:12
43771         Log: Integrate perlio.
43772      Branch: perl
43773           !> scope.h util.c
43774 ____________________________________________________________________________
43775 [  8401] By: nick                                  on 2001/01/10  22:52:55
43776         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
43777              (So Alan and Ilya can try setting via hints.)
43778              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
43779              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
43780              doing the save everywhere seems to restart read() correctly, but just
43781              doing it once "round" the handler does not.
43782      Branch: perlio
43783            ! scope.h
43784 ____________________________________________________________________________
43785 [  8400] By: jhi                                   on 2001/01/10  21:57:54
43786         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
43787              of IRIX, HP-UX is unaffected.
43788      Branch: perl
43789            ! perl.h
43790 ____________________________________________________________________________
43791 [  8399] By: nick                                  on 2001/01/10  21:29:19
43792         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
43793      Branch: perlio
43794            ! util.c
43795 ____________________________________________________________________________
43796 [  8398] By: jhi                                   on 2001/01/10  20:55:31
43797         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
43798              also have ReusePort.
43799      Branch: perl
43800            ! ext/IO/lib/IO/Socket/INET.pm
43801 ____________________________________________________________________________
43802 [  8397] By: jhi                                   on 2001/01/10  20:50:57
43803         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
43804              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
43805              Date: Wed, 10 Jan 2001 01:38:13 -0800
43806              Message-ID: <20010110013813.B41744@yahoo-inc.com>
43807      Branch: perl
43808            ! ext/IO/lib/IO/Socket/INET.pm
43809 ____________________________________________________________________________
43810 [  8396] By: jhi                                   on 2001/01/10  20:49:30
43811         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
43812              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
43813              Date: Wed, 10 Jan 2001 01:37:32 -0800
43814              Message-ID: <20010110013732.A41744@yahoo-inc.com>
43815      Branch: perl
43816            ! ext/Socket/Socket.pm
43817 ____________________________________________________________________________
43818 [  8395] By: jhi                                   on 2001/01/10  20:41:37
43819         Log: Test for bug id 20010105.016 (fixed by #8378).
43820      Branch: perl
43821            ! t/op/split.t
43822 ____________________________________________________________________________
43823 [  8394] By: jhi                                   on 2001/01/10  20:26:32
43824         Log: Integrate perlio.
43825      Branch: perl
43826            ! util.c
43827 ____________________________________________________________________________
43828 [  8393] By: nick                                  on 2001/01/10  19:34:30
43829         Log: Back out Simon's pid hackery for now.
43830      Branch: perlio
43831            ! util.c
43832 ____________________________________________________________________________
43833 [  8392] By: nick                                  on 2001/01/10  19:23:13
43834         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
43835      Branch: perlio
43836           !> (integrate 29 files)
43837 ____________________________________________________________________________
43838 [  8391] By: jhi                                   on 2001/01/10  18:43:15
43839         Log: Subject: [PATCH] Fix my_pclose segfault
43840              From: Simon Cozens <simon@cozens.net>
43841              Date: Wed, 10 Jan 2001 18:39:35 +0000
43842              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
43843      Branch: perl
43844            ! util.c
43845 ____________________________________________________________________________
43846 [  8390] By: jhi                                   on 2001/01/10  18:42:08
43847         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
43848              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43849              Date:     Wed, 10 Jan 2001 13:23:02 EST
43850              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
43851      Branch: perl
43852            ! ext/Opcode/Opcode.xs
43853 ____________________________________________________________________________
43854 [  8389] By: jhi                                   on 2001/01/10  15:16:07
43855         Log: Turn off the integer preservation for now.
43856      Branch: perl
43857            ! perl.h
43858 ____________________________________________________________________________
43859 [  8388] By: jhi                                   on 2001/01/10  15:01:25
43860         Log: Few more IDE/editor nits from p5p.
43861      Branch: perl
43862            ! pod/perlfaq3.pod
43863 ____________________________________________________________________________
43864 [  8387] By: jhi                                   on 2001/01/10  06:53:16
43865         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
43866              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
43867              Date: Tue, 9 Jan 2001 23:16:02 +0000
43868              Message-ID: <20010109231602.A81101@plum.flirble.org>
43869      Branch: perl
43870            ! sv.c
43871 ____________________________________________________________________________
43872 [  8386] By: jhi                                   on 2001/01/10  03:17:54
43873         Log: Test cases for #8385 (from Simon's "torture.pl")
43874      Branch: perl
43875            ! t/op/tr.t
43876 ____________________________________________________________________________
43877 [  8385] By: jhi                                   on 2001/01/10  03:17:11
43878         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
43879              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
43880              Date: Wed, 10 Jan 2001 11:39:39 +0900
43881              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
43882              
43883              Some more UTF-8 tr cases fixed.
43884      Branch: perl
43885            ! doop.c
43886 ____________________________________________________________________________
43887 [  8384] By: jhi                                   on 2001/01/09  22:45:40
43888         Log: Allow the locale test needing POSIX and the taint test
43889              needing IPC::SysV to run under 'minitest' (basically,
43890              bail out if loading the extension fails)
43891      Branch: perl
43892            ! t/op/misc.t t/op/taint.t
43893 ____________________________________________________________________________
43894 [  8383] By: jhi                                   on 2001/01/09  21:36:04
43895         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
43896              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43897              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
43898              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
43899      Branch: perl
43900            ! t/io/openpid.t
43901 ____________________________________________________________________________
43902 [  8382] By: jhi                                   on 2001/01/09  21:06:08
43903         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
43904              Should finish up the bug id 20001205.022.
43905      Branch: perl
43906            ! pp.c pp_hot.c scope.c
43907 ____________________________________________________________________________
43908 [  8381] By: jhi                                   on 2001/01/09  18:27:43
43909         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
43910              From: Andy Dougherty <doughera@lafayette.edu>
43911              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
43912              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
43913              
43914              More robust yacc/bison error detection.
43915      Branch: perl
43916            ! t/comp/proto.t
43917 ____________________________________________________________________________
43918 [  8380] By: jhi                                   on 2001/01/09  15:21:38
43919         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
43920              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43921              Date:     Tue, 9 Jan 2001 07:53:55 EST
43922              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
43923      Branch: perl
43924            ! t/op/misc.t vms/test.com
43925 ____________________________________________________________________________
43926 [  8379] By: jhi                                   on 2001/01/09  15:20:38
43927         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
43928              From: jhi@cc.hut.fi
43929              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
43930              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
43931              
43932              The #8378 fixed this.
43933      Branch: perl
43934            ! t/op/tr.t
43935 ____________________________________________________________________________
43936 [  8378] By: jhi                                   on 2001/01/09  15:05:32
43937         Log: Subject: One more patch for UTF8 
43938              From: Inaba Hiroto <inaba@st.rim.or.jp>
43939              Date: Tue, 09 Jan 2001 01:04:32 +0900
43940              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
43941              
43942              UTF-8 fixes for 'x' and tr///.
43943      Branch: perl
43944            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
43945            ! regcomp.c regexec.c toke.c utf8.c
43946 ____________________________________________________________________________
43947 [  8377] By: jhi                                   on 2001/01/09  14:32:17
43948         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
43949      Branch: perl
43950            ! t/op/length.t
43951 ____________________________________________________________________________
43952 [  8376] By: jhi                                   on 2001/01/09  04:32:32
43953         Log: integrate changes #7775, #8316, #8316 from mainline
43954      Branch: maint-5.6/perl
43955            ! hints/solaris_2.sh
43956 ____________________________________________________________________________
43957 [  8375] By: jhi                                   on 2001/01/09  04:26:43
43958         Log: Update Changes.
43959      Branch: perl
43960            ! Changes patchlevel.h
43961 ____________________________________________________________________________
43962 [  8374] By: jhi                                   on 2001/01/09  04:14:32
43963         Log: IDE/editor section tweaking.
43964      Branch: perl
43965            ! pod/perlfaq3.pod
43966 ____________________________________________________________________________
43967 [  8373] By: jhi                                   on 2001/01/09  02:38:26
43968         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
43969              From: Peter Prymmer <pvhp@forte.com>
43970              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
43971              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
43972              
43973              In preparation os OS/390 dynamic loading.
43974      Branch: perl
43975            ! README.os390 hints/os390.sh
43976 ____________________________________________________________________________
43977 [  8372] By: jhi                                   on 2001/01/09  00:24:30
43978         Log: Integrate with perlio.
43979      Branch: perl
43980           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
43981 ____________________________________________________________________________
43982 [  8371] By: nick                                  on 2001/01/08  23:54:33
43983         Log: Fix "scalars leaked" bugs caused by overload magic
43984              (Highlighted by Ilya's DESTROY optimization.)
43985      Branch: perlio
43986            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
43987 ____________________________________________________________________________
43988 [  8370] By: nick                                  on 2001/01/08  20:19:41
43989         Log: Integrate mainline
43990      Branch: perlio
43991           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
43992           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
43993           !> t/op/64bitint.t
43994 ____________________________________________________________________________
43995 [  8369] By: jhi                                   on 2001/01/08  17:30:52
43996         Log: save_delete() Safefree() doesn't (anymore?) work with shared
43997              strings, one test failure in op/misc and almost all of lib/b.
43998              (Outcomments #8369.)
43999      Branch: perl
44000            ! scope.c
44001 ____________________________________________________________________________
44002 [  8368] By: jhi                                   on 2001/01/08  14:47:10
44003         Log: (Outcommented by #8369.)
44004              
44005              Subject: Re: Perl BugID 20001205.022 ---- save_delete
44006              From: Simon Cozens <simon@cozens.net>
44007              Date: Sat, 6 Jan 2001 11:48:40 +0000
44008              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
44009              
44010              The save_delete() does need the Safefree.
44011      Branch: perl
44012            ! scope.c
44013 ____________________________________________________________________________
44014 [  8367] By: bailey                                on 2001/01/08  08:53:52
44015         Log: Once again syncing after too long an absence
44016      Branch: vmsperl
44017           +> (branch 55 files)
44018            - MAINTAIN fix_pl vos/config.def vos/config.h
44019            - vos/config_h.SH_orig
44020           !> (integrate 498 files)
44021 ____________________________________________________________________________
44022 [  8366] By: jhi                                   on 2001/01/08  02:42:59
44023         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
44024              From: nick@ccl4.org
44025              Date: Sun, 7 Jan 2001 21:07:18 +0000
44026              Message-Id: <20010107210717.D1048@plum.flirble.org>
44027      Branch: perl
44028            ! sv.c t/op/64bitint.t
44029 ____________________________________________________________________________
44030 [  8365] By: jhi                                   on 2001/01/08  02:35:16
44031         Log: Subject: [PATCH] environ nit
44032              From: Simon Cozens <simon@cozens.net>
44033              Date: Sun, 7 Jan 2001 17:57:07 +0000
44034              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
44035              
44036              Use environ only if we have it.
44037      Branch: perl
44038            ! mg.c
44039 ____________________________________________________________________________
44040 [  8364] By: jhi                                   on 2001/01/08  02:24:51
44041         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
44042      Branch: perl
44043            ! ext/GDBM_File/GDBM_File.xs
44044 ____________________________________________________________________________
44045 [  8363] By: jhi                                   on 2001/01/08  02:19:24
44046         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
44047              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44048              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
44049              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
44050      Branch: perl
44051            ! dump.c op.c
44052 ____________________________________________________________________________
44053 [  8362] By: jhi                                   on 2001/01/08  02:17:43
44054         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
44055              From: Doug MacEachern <dougm@covalent.net>
44056              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
44057              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
44058              
44059              Allow AUTOLOAD to be an xsub and allow such xsubs
44060              to avoid use of $AUTOLOAD.
44061      Branch: perl
44062            ! gv.c
44063 ____________________________________________________________________________
44064 [  8361] By: jhi                                   on 2001/01/08  02:16:07
44065         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
44066              From: Radu Greab <radu@netsoft.ro>
44067              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
44068              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
44069              
44070              No need for the potentially unportable $SIG{CHLD}.
44071      Branch: perl
44072            ! t/io/pipe.t
44073 ____________________________________________________________________________
44074 [  8360] By: jhi                                   on 2001/01/08  01:58:23
44075         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
44076      Branch: perl
44077            ! lib/Getopt/Long.pm
44078 ____________________________________________________________________________
44079 [  8359] By: jhi                                   on 2001/01/08  01:55:44
44080         Log: Integrate perlio.
44081      Branch: perl
44082           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
44083           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
44084           !> utf8.c win32/Makefile
44085 ____________________________________________________________________________
44086 [  8358] By: jhi                                   on 2001/01/07  21:16:50
44087         Log: Update the EPOC cross SDK URL.
44088      Branch: perl
44089            ! README.epoc
44090 ____________________________________________________________________________
44091 [  8357] By: jhi                                   on 2001/01/07  21:16:09
44092         Log: Update the EPOC cross SDK URL.
44093      Branch: maint-5.6/perl
44094            ! README.epoc
44095 ____________________________________________________________________________
44096 [  8356] By: nick                                  on 2001/01/06  21:47:52
44097         Log: FILE * in XS code for PerlIO world:
44098              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
44099              - Add FILE * T_STDIO typemap.
44100              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
44101      Branch: perlio
44102            ! lib/ExtUtils/typemap perlio.c perlio.h
44103 ____________________________________________________________________________
44104 [  8355] By: jhi                                   on 2001/01/06  20:27:15
44105         Log: integrate change #8336 from mainline
44106              
44107              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
44108      Branch: maint-5.6/perl
44109            ! hv.c
44110 ____________________________________________________________________________
44111 [  8354] By: jhi                                   on 2001/01/06  20:24:29
44112         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
44113              From: Robin Barker <rmb1@cise.npl.co.uk>
44114              Date: Fri, 22 Dec 2000 12:17:38 GMT
44115              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
44116              
44117              The patch reformats some long =item lines so they give
44118              correct output via pod2man | nroff -man
44119              
44120              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
44121              From: Robin Barker <rmb1@cise.npl.co.uk>
44122              Date: Tue, 2 Jan 2001 15:35:03 GMT
44123              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
44124              
44125              Here is a _further_ patch which corrects a few more errors:
44126              * an empty C<=item> in CPAN.pm
44127              * patching the wrong file (pod/perlamiga.pod not README.amiga)
44128              * leaving empty C<=item>s which formatted incorrectly
44129              * over long C<=item>s revealed by latest patch to Pod::Man
44130      Branch: maint-5.6/perl
44131            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
44132            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
44133            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
44134            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
44135            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
44136            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
44137 ____________________________________________________________________________
44138 [  8353] By: jhi                                   on 2001/01/06  20:21:10
44139         Log: integrate changes #7980, 8056, 8057 from mainline
44140              
44141              UTF-8 hash keys.
44142      Branch: maint-5.6/perl
44143            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
44144 ____________________________________________________________________________
44145 [  8352] By: jhi                                   on 2001/01/06  20:18:44
44146         Log: Forgotten from #8438.
44147      Branch: maint-5.6/perl
44148            ! epoc/epocish.h
44149 ____________________________________________________________________________
44150 [  8351] By: jhi                                   on 2001/01/06  20:18:12
44151         Log: Forgotten from #8347.
44152      Branch: maint-5.6/perl
44153            ! config_h.SH
44154 ____________________________________________________________________________
44155 [  8350] By: jhi                                   on 2001/01/06  20:00:19
44156         Log: Thinko in #8347.
44157      Branch: maint-5.6/perl
44158            ! regcomp.c
44159 ____________________________________________________________________________
44160 [  8349] By: jhi                                   on 2001/01/06  18:05:30
44161         Log: Copy the FAQ3 IDE section from the development branch,
44162              changes originally by Peter Prymmer.
44163      Branch: maint-5.6/perl
44164            ! pod/perlfaq3.pod
44165 ____________________________________________________________________________
44166 [  8348] By: jhi                                   on 2001/01/06  18:03:02
44167         Log: EPOC updates for TRIAL1.
44168              
44169              Subject: [5.6.1 trial1] EPOC update
44170              From: Olaf Flebbe <O.Flebbe@science-computing.de>
44171              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
44172              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
44173              
44174              Subject: epoc patch2 for perl-5.6.1-trial1
44175              From: Olaf Flebbe <O.Flebbe@science-computing.de>
44176              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
44177              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
44178      Branch: maint-5.6/perl
44179            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
44180            ! epoc/epocish.c
44181 ____________________________________________________________________________
44182 [  8347] By: jhi                                   on 2001/01/06  17:29:10
44183         Log: integrate changes #7710,7824,7973 from mainline,
44184              plus VMS nits from Peter Prymmer and Dan Sugalski.
44185              
44186              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
44187              library (getprotobyname and getprotobynumber are outversioned by
44188              the same calls in libc, at least for xlc version 3.
44189              
44190              Add HAS_SBRK_PROTO.
44191              
44192              Fixes for signedness warnings noticed by VMSperlers.
44193      Branch: maint-5.6/perl
44194            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44195            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
44196            ! sv.c vms/descrip_mms.template vos/config.alpha.def
44197            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44198            ! win32/config.bc win32/config.gc win32/config.vc
44199 ____________________________________________________________________________
44200 [  8346] By: nick                                  on 2001/01/06  14:36:01
44201         Log: Fixup accumulated integrate muddles (perlio == devperl again)
44202      Branch: perlio
44203            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
44204 ____________________________________________________________________________
44205 [  8345] By: nick                                  on 2001/01/06  14:24:58
44206         Log: Integrate mainline
44207      Branch: perlio
44208           !> (integrate 55 files)
44209 ____________________________________________________________________________
44210 [  8344] By: jhi                                   on 2001/01/06  02:24:02
44211         Log: Subject: [patch] PerlIO_cleanup() prototype
44212              From: Doug MacEachern <dougm@covalent.net>
44213              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
44214              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
44215      Branch: perl
44216            ! perlio.h
44217 ____________________________________________________________________________
44218 [  8343] By: jhi                                   on 2001/01/06  01:04:09
44219         Log: IRIX compiler noticed that the bof initialization might be
44220              bypassed by control flow.
44221      Branch: perl
44222            ! toke.c
44223 ____________________________________________________________________________
44224 [  8342] By: jhi                                   on 2001/01/06  00:10:48
44225         Log: Update Changes.
44226      Branch: perl
44227            ! Changes patchlevel.h
44228 ____________________________________________________________________________
44229 [  8341] By: jhi                                   on 2001/01/05  23:52:33
44230         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
44231      Branch: perl
44232            ! toke.c
44233 ____________________________________________________________________________
44234 [  8340] By: jhi                                   on 2001/01/05  22:44:08
44235         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
44236              From: Radu Greab <radu@netsoft.ro>
44237              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
44238              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
44239      Branch: perl
44240            ! t/io/pipe.t util.c
44241 ____________________________________________________________________________
44242 [  8339] By: jhi                                   on 2001/01/05  22:35:17
44243         Log: Subject: [PATCH] format and rewording in perlfaq.pod
44244              From: Robin Barker <rmb1@cise.npl.co.uk>
44245              Date: Fri, 5 Jan 2001 18:51:20 GMT
44246              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
44247      Branch: perl
44248            ! pod/perlfaq.pod
44249 ____________________________________________________________________________
44250 [  8338] By: jhi                                   on 2001/01/05  22:31:17
44251         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
44252              From: Peter Prymmer <pvhp@forte.com>
44253              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
44254              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
44255      Branch: perl
44256            ! utils/perlbug.PL
44257 ____________________________________________________________________________
44258 [  8337] By: jhi                                   on 2001/01/05  18:15:11
44259         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
44260              From: Robin Barker <rmb1@cise.npl.co.uk>
44261              Date: Tue, 2 Jan 2001 15:24:07 GMT
44262              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
44263              
44264              If you call configure as C<./Configure> or C<sh ./Configure>,
44265              $src is set to the absolute path name, not '.'.
44266              
44267              This, in turn, means -Dmksymlink tries to do its stuff because
44268              it does not think it is in the src directory.
44269              
44270              (plus a metaconfig nitfix)
44271      Branch: metaconfig
44272            ! U/compline/ccflags.U U/modified/src.U
44273      Branch: perl
44274            ! Configure config_h.SH
44275 ____________________________________________________________________________
44276 [  8336] By: jhi                                   on 2001/01/05  17:48:32
44277         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
44278              From: Alan Burlison <Alan.Burlison@uk.sun.com>
44279              Message-ID: <3A5606C4.473D2226@uk.sun.com>
44280              Date: Fri, 05 Jan 2001 17:39:16 +0000
44281      Branch: perl
44282            ! hv.c
44283 ____________________________________________________________________________
44284 [  8335] By: jhi                                   on 2001/01/05  16:05:44
44285         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
44286      Branch: perl
44287            ! lib/Getopt/Long.pm
44288 ____________________________________________________________________________
44289 [  8334] By: jhi                                   on 2001/01/05  16:00:51
44290         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
44291              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
44292              Date: Fri, 05 Jan 2001 13:46:51 +0100
44293              Message-ID: <13693.978698811@nice.ram.loc>
44294              
44295              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
44296              accurate reading of the "atime".  
44297      Branch: perl
44298            ! t/io/fs.t
44299 ____________________________________________________________________________
44300 [  8333] By: jhi                                   on 2001/01/05  15:57:37
44301         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
44302              From: Simon Cozens <simon@cozens.net>
44303              Date: Fri, 8 Dec 2000 13:33:31 +0000
44304              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
44305              
44306              A lost patch fragment.
44307      Branch: perl
44308            ! doop.c
44309 ____________________________________________________________________________
44310 [  8332] By: jhi                                   on 2001/01/05  15:40:42
44311         Log: Do away with strncpy() and a fixed length buffer.
44312      Branch: perl
44313            ! utf8.c
44314 ____________________________________________________________________________
44315 [  8331] By: jhi                                   on 2001/01/05  15:03:07
44316         Log: Tests for #8329 and #8330.
44317      Branch: perl
44318            ! t/op/bop.t
44319 ____________________________________________________________________________
44320 [  8330] By: jhi                                   on 2001/01/05  15:02:38
44321         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
44322              raw 8-bit form to the UTF-8 string.
44323      Branch: perl
44324            ! toke.c
44325 ____________________________________________________________________________
44326 [  8329] By: jhi                                   on 2001/01/05  14:55:13
44327         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
44328              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44329              Date: Fri, 5 Jan 2001 12:28:52 +0100
44330              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
44331              
44332              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
44333              no effect.  (changed the strncpy() to Copy())
44334      Branch: perl
44335            ! toke.c
44336 ____________________________________________________________________________
44337 [  8328] By: jhi                                   on 2001/01/05  06:44:27
44338         Log: UTF-8 cleanup.
44339      Branch: perl
44340            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
44341            ! regexec.c sv.c toke.c
44342 ____________________________________________________________________________
44343 [  8327] By: jhi                                   on 2001/01/05  01:11:29
44344         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')
44345              From: Radu Greab <radu@netsoft.ro>
44346              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
44347              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
44348              
44349              Cleans up Harness to not use FileHandle, which uses IO.
44350      Branch: perl
44351            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
44352 ____________________________________________________________________________
44353 [  8326] By: jhi                                   on 2001/01/05  00:56:37
44354         Log: Update Changes.
44355      Branch: perl
44356            ! Changes patchlevel.h
44357 ____________________________________________________________________________
44358 [  8325] By: jhi                                   on 2001/01/05  00:53:18
44359         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
44360              From: Peter Prymmer <pvhp@forte.com>
44361              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
44362              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
44363              
44364              plus a couple more tailing whitespace removals.
44365      Branch: perl
44366            ! win32/Makefile
44367 ____________________________________________________________________________
44368 [  8324] By: jhi                                   on 2001/01/05  00:47:39
44369         Log: Add some Unicode chop() tests.
44370      Branch: perl
44371            ! t/op/chop.t
44372 ____________________________________________________________________________
44373 [  8323] By: jhi                                   on 2001/01/05  00:47:23
44374         Log: Unify UTF-8 malformedness handling.
44375      Branch: perl
44376            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
44377 ____________________________________________________________________________
44378 [  8322] By: jhi                                   on 2001/01/04  22:21:54
44379         Log: The new $issymlink was unknown to Mksymlinks.
44380      Branch: metaconfig/U/perl
44381            ! Mksymlinks.U issymlink.U
44382      Branch: perl
44383            ! Configure config_h.SH
44384 ____________________________________________________________________________
44385 [  8321] By: jhi                                   on 2001/01/04  21:51:05
44386         Log: The test didn't work under the core test framework.
44387      Branch: perl
44388            ! t/lib/st-lock.t
44389 ____________________________________________________________________________
44390 [  8320] By: jhi                                   on 2001/01/04  21:14:22
44391         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
44392      Branch: perl
44393            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
44394 ____________________________________________________________________________
44395 [  8319] By: jhi                                   on 2001/01/04  20:46:17
44396         Log: Typo in #8312 when manually appying a problematic patch fragment.
44397      Branch: perl
44398            ! ext/Storable/Storable.xs
44399 ____________________________________________________________________________
44400 [  8318] By: jhi                                   on 2001/01/04  20:43:01
44401         Log: The $sh_c didn't fly.
44402      Branch: metaconfig
44403            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
44404            ! U/modified/Loc.U U/modified/myhostname.U
44405            ! U/modified/spitshell.U
44406      Branch: metaconfig/U/perl
44407            ! issymlink.U
44408      Branch: perl
44409            ! Configure config_h.SH
44410 ____________________________________________________________________________
44411 [  8317] By: jhi                                   on 2001/01/04  19:58:01
44412         Log: AIX builtin test -h is broken, changes based on
44413              
44414              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
44415              Date: Tue, 02 Jan 2001 11:24:39 +0100
44416              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44417              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
44418      Branch: metaconfig
44419            + U/modified/spitshell.U
44420            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
44421            ! U/modified/Loc.U U/modified/myhostname.U
44422      Branch: metaconfig/U/perl
44423            ! Mksymlinks.U issymlink.U
44424      Branch: perl
44425            ! Configure
44426 ____________________________________________________________________________
44427 [  8316] By: jhi                                   on 2001/01/04  19:02:22
44428         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
44429              From: Andy Dougherty <doughera@lafayette.edu>
44430              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
44431              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
44432              
44433              Beware of GNU ld.
44434      Branch: perl
44435            ! hints/solaris_2.sh
44436 ____________________________________________________________________________
44437 [  8315] By: jhi                                   on 2001/01/04  18:56:48
44438         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
44439              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
44440              Date: Wed, 3 Jan 2001 07:58:51 +0100
44441              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
44442      Branch: perl
44443            ! hints/solaris_2.sh
44444 ____________________________________________________________________________
44445 [  8314] By: jhi                                   on 2001/01/04  18:54:07
44446         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
44447              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44448              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
44449              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
44450              
44451              Doc tweak on #8313.
44452      Branch: perl
44453            ! ext/B/B/Deparse.pm
44454 ____________________________________________________________________________
44455 [  8313] By: jhi                                   on 2001/01/04  18:52:27
44456         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
44457              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
44458              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
44459              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
44460              
44461              Make the peephole optimizer to bypass more null ops and
44462              and rewrite the deparse handling of continue blocks.
44463      Branch: perl
44464            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
44465 ____________________________________________________________________________
44466 [  8312] By: jhi                                   on 2001/01/04  18:47:39
44467         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
44468      Branch: perl
44469            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
44470            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
44471            ! t/lib/st-lock.t
44472 ____________________________________________________________________________
44473 [  8311] By: jhi                                   on 2001/01/04  18:36:08
44474         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
44475              filter to be run on each .pm during the pm_to_blib() phase,
44476              a fixed version of
44477              
44478              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
44479              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
44480              Date: Wed, 03 Jan 2001 22:01:30 +0100
44481              Message-ID: <5296.978555690@nice.ram.loc>
44482      Branch: perl
44483            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
44484            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
44485            ! lib/ExtUtils/MakeMaker.pm
44486 ____________________________________________________________________________
44487 [  8310] By: jhi                                   on 2001/01/04  18:32:54
44488         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
44489              From: Robin Barker <rmb1@cise.npl.co.uk>
44490              Date: Tue, 2 Jan 2001 15:35:03 GMT
44491              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
44492      Branch: perl
44493            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
44494            ! pod/perlrequick.pod
44495 ____________________________________________________________________________
44496 [  8309] By: jhi                                   on 2001/01/04  18:29:07
44497         Log: Subject: Re: [patch] static-ize XS()
44498              From: Doug MacEachern <dougm@covalent.net>
44499              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
44500              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
44501              
44502              Provide prototypes for the XS functions.
44503      Branch: perl
44504            ! lib/ExtUtils/xsubpp
44505 ____________________________________________________________________________
44506 [  8308] By: jhi                                   on 2001/01/04  18:27:44
44507         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
44508              From: Doug MacEachern <dougm@covalent.net>
44509              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
44510              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
44511      Branch: perl
44512            ! lib/ExtUtils/typemap
44513 ____________________________________________________________________________
44514 [  8307] By: jhi                                   on 2001/01/04  18:25:25
44515         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
44516              From: Doug MacEachern <dougm@covalent.net>
44517              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
44518              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
44519              
44520              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
44521      Branch: perl
44522            ! lib/ExtUtils/MM_Unix.pm
44523 ____________________________________________________________________________
44524 [  8306] By: jhi                                   on 2001/01/04  18:23:00
44525         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
44526              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44527              Date: Thu, 4 Jan 2001 12:47:10 +0100 
44528              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
44529              
44530              The toke.c part only, patching embed.h and proto.h is futile.
44531      Branch: perl
44532            ! toke.c
44533 ____________________________________________________________________________
44534 [  8305] By: jhi                                   on 2001/01/04  18:05:51
44535         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
44536              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44537              Date: Thu, 4 Jan 2001 17:50:12 +0100 
44538              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
44539      Branch: perl
44540            ! toke.c
44541 ____________________________________________________________________________
44542 [  8304] By: jhi                                   on 2001/01/04  18:03:26
44543         Log: Subject: [PATCH perl@8269]
44544              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
44545              Date: Thu, 4 Jan 2001 12:53:39 +0100 
44546              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
44547              
44548              If running byacc write-enable also perly.h.
44549      Branch: perl
44550            ! Makefile.SH
44551 ____________________________________________________________________________
44552 [  8303] By: jhi                                   on 2001/01/04  15:40:49
44553         Log: Rewrite pp_concat() in terms of sv_catsv().
44554      Branch: perl
44555            ! pp_hot.c
44556 ____________________________________________________________________________
44557 [  8302] By: nick                                  on 2001/01/03  22:43:22
44558         Log: Integrate mainline.
44559      Branch: perlio
44560           !> ext/Encode/Encode.xs sv.c utf8.c
44561 ____________________________________________________________________________
44562 [  8301] By: jhi                                   on 2001/01/02  23:40:26
44563         Log: Variable naming tweak.
44564      Branch: perl
44565            ! sv.c
44566 ____________________________________________________________________________
44567 [  8300] By: jhi                                   on 2001/01/02  23:40:02
44568         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
44569              in is_utf8_string().
44570      Branch: perl
44571            ! utf8.c
44572 ____________________________________________________________________________
44573 [  8299] By: jhi                                   on 2001/01/02  22:14:40
44574         Log: Integrate perlio.
44575      Branch: perl
44576           !> pp.c pp_hot.c win32/Makefile
44577 ____________________________________________________________________________
44578 [  8298] By: nick                                  on 2001/01/02  22:03:06
44579         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
44580      Branch: perlio
44581            ! pp.c pp_hot.c
44582 ____________________________________________________________________________
44583 [  8297] By: jhi                                   on 2001/01/02  04:26:28
44584         Log: Signedness nit.
44585      Branch: perl
44586            ! ext/Encode/Encode.xs
44587 ____________________________________________________________________________
44588 [  8296] By: nick                                  on 2001/01/01  23:49:36
44589         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
44590      Branch: perlio
44591            ! win32/Makefile
44592 ____________________________________________________________________________
44593 [  8295] By: jhi                                   on 2001/01/01  23:05:48
44594         Log: Integrate perlio.
44595      Branch: perl
44596           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
44597           !> t/lib/encode.t
44598 ____________________________________________________________________________
44599 [  8294] By: nick                                  on 2001/01/01  22:48:34
44600         Log: Integrate mainline
44601      Branch: perlio
44602            ! pp_hot.c t/lib/encode.t
44603           !> (integrate 65 files)
44604 ____________________________________________________________________________
44605 [  8293] By: nick                                  on 2001/01/01  21:58:50
44606         Log: More rigor in UTF-8-ness of Encode's toUnicode
44607              XS export some of the utf8 internal functions.
44608              Test some of the functions.
44609              Fix pp_concat() bug shown by said tests.
44610      Branch: perlio
44611            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
44612            ! t/lib/encode.t
44613 ____________________________________________________________________________
44614 [  8292] By: jhi                                   on 2001/01/01  18:11:44
44615         Log: Integrate perlio.
44616      Branch: perl
44617           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
44618           !> ext/Encode/encengine.c ext/Encode/encode.h
44619 ____________________________________________________________________________
44620 [  8291] By: jhi                                   on 2001/01/01  18:10:58
44621         Log: Podify README.mpeix (a new version from the web),
44622              add a dummy NAME to Carp::Heavy, regen toc.
44623      Branch: perl
44624            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
44625            ! pod/perltoc.pod
44626 ____________________________________________________________________________
44627 [  8290] By: nick                                  on 2001/01/01  17:43:47
44628         Log: Loose the "Loading..." warning.
44629              Another bug in fallback support
44630      Branch: perlio
44631            ! ext/Encode/Encode.pm ext/Encode/encengine.c
44632 ____________________________________________________________________________
44633 [  8289] By: jhi                                   on 2001/01/01  00:01:57
44634         Log: Bump up Larry's copyright.
44635      Branch: perl
44636            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
44637            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
44638            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
44639            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
44640            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
44641            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
44642            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
44643            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
44644 ____________________________________________________________________________
44645 [  8288] By: nick                                  on 2000/12/31  21:27:53
44646         Log: Fix .ucm reading - forgot a chr()
44647              Start of .ucm write (for .enc to .ucm)
44648      Branch: perlio
44649            ! ext/Encode/compile
44650 ____________________________________________________________________________
44651 [  8287] By: jhi                                   on 2000/12/31  18:15:56
44652         Log: Comment away a diagnostic message as noted by Craig A. Berry
44653              (the unexpected message was confusing testing)
44654      Branch: perl
44655            ! ext/Encode/Encode.pm
44656 ____________________________________________________________________________
44657 [  8286] By: jhi                                   on 2000/12/31  18:14:51
44658         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
44659              Date: Sun, 31 Dec 2000 11:17:37 -0600
44660              From: "Craig A. Berry" <craigberry@mac.com>
44661              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
44662      Branch: perl
44663            ! ext/Encode/Makefile.PL
44664 ____________________________________________________________________________
44665 [  8285] By: nick                                  on 2000/12/31  18:11:54
44666         Log: Start of support of ICU-style .ucm files:
44667              - teach compile how to read a .ucm file
44668              - first guess at how to represent fallbacks in "tries".
44669              - use fallbacks if check == 0
44670              - new return code to indicate we used one.
44671      Branch: perlio
44672            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
44673            ! ext/Encode/encengine.c ext/Encode/encode.h
44674 ____________________________________________________________________________
44675 [  8284] By: jhi                                   on 2000/12/31  18:04:41
44676         Log: Pacify picky VMS compiler.
44677              
44678              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
44679              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44680              Date: Sat, 30 Dec 2000 18:10:02 -0600
44681              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
44682      Branch: perl
44683            ! sv.c
44684 ____________________________________________________________________________
44685 [  8283] By: jhi                                   on 2000/12/31  16:11:47
44686         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
44687      Branch: perl
44688            ! t/lib/glob-basic.t
44689 ____________________________________________________________________________
44690 [  8282] By: jhi                                   on 2000/12/31  15:26:11
44691         Log: Integrate perlio.
44692      Branch: perl
44693           !> makedef.pl opcode.pl os2/os2.c perlio.c
44694 ____________________________________________________________________________
44695 [  8281] By: nick                                  on 2000/12/31  10:06:15
44696         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
44697              is available to be exported
44698      Branch: perlio
44699            ! makedef.pl perlio.c
44700 ____________________________________________________________________________
44701 [  8280] By: nick                                  on 2000/12/31  09:41:26
44702         Log: Ilya's OS2 patch (testing for damage on Win32)
44703      Branch: perlio
44704            ! makedef.pl opcode.pl os2/os2.c
44705 ____________________________________________________________________________
44706 [  8279] By: jhi                                   on 2000/12/30  21:52:07
44707         Log: Test nits.
44708      Branch: perl
44709            ! t/lib/syslfs.t t/op/lfs.t
44710 ____________________________________________________________________________
44711 [  8278] By: jhi                                   on 2000/12/30  21:47:49
44712         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
44713              From: andreas.koenig@anima.de (Andreas J. Koenig)
44714              Date: 30 Dec 2000 22:35:37 +0100
44715              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
44716              
44717              The 32-bit wraparound test wasn't quite right.
44718      Branch: perl
44719            ! t/lib/syslfs.t t/op/lfs.t
44720 ____________________________________________________________________________
44721 [  8277] By: jhi                                   on 2000/12/30  21:33:44
44722         Log: Subject: [PATCH] open() example in perlfunc.pod 
44723              From: Karsten Sperling <s_sperli@ira.uka.de>
44724              Date: Sat, 30 Dec 2000 22:27:09 +0100
44725              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
44726      Branch: perl
44727            ! pod/perlfunc.pod
44728 ____________________________________________________________________________
44729 [  8276] By: jhi                                   on 2000/12/30  20:32:40
44730         Log: Not quite that many tests yet.
44731      Branch: perl
44732            ! t/op/pat.t
44733 ____________________________________________________________________________
44734 [  8275] By: jhi                                   on 2000/12/30  20:26:58
44735         Log: Integrate perlio.
44736      Branch: perl
44737           !> toke.c
44738 ____________________________________________________________________________
44739 [  8274] By: jhi                                   on 2000/12/30  20:24:56
44740         Log: Signedness nit.
44741      Branch: perl
44742            ! utf8.c
44743 ____________________________________________________________________________
44744 [  8273] By: jhi                                   on 2000/12/30  20:15:46
44745         Log: Add a test case for 20000731.001 which was fixed by the #8267.
44746      Branch: perl
44747            ! t/op/pat.t
44748 ____________________________________________________________________________
44749 [  8272] By: nick                                  on 2000/12/30  19:47:51
44750         Log: Tweak for MULTIPLICITY/USE_PERLIO
44751      Branch: perlio
44752            ! toke.c
44753 ____________________________________________________________________________
44754 [  8271] By: nick                                  on 2000/12/30  19:46:45
44755         Log: Integrate mainline
44756      Branch: perlio
44757           +> lib/unicode/distinct.pm
44758           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
44759           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
44760           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
44761 ____________________________________________________________________________
44762 [  8270] By: jhi                                   on 2000/12/30  19:39:50
44763         Log: Subject: RE: perl@8269
44764              From: "Richard Soderberg" <rs@crystalflame.net>
44765              Date: Sat, 30 Dec 2000 11:36:27 -0800
44766              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
44767              
44768              A missing aTHX_.
44769      Branch: perl
44770            ! toke.c
44771 ____________________________________________________________________________
44772 [  8269] By: jhi                                   on 2000/12/30  18:55:48
44773         Log: Update Changes.
44774      Branch: perl
44775            ! Changes patchlevel.h
44776 ____________________________________________________________________________
44777 [  8268] By: jhi                                   on 2000/12/30  17:18:40
44778         Log: Add a test for Unicode split //.  The #8267 was the cure.
44779      Branch: perl
44780            ! t/op/split.t
44781 ____________________________________________________________________________
44782 [  8267] By: jhi                                   on 2000/12/30  17:14:19
44783         Log: Subject: more UTF8 test suites and an UTF8 patch
44784              From: Inaba Hiroto <inaba@st.rim.or.jp>
44785              Date: Sat, 30 Dec 2000 14:27:10 +0900
44786              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
44787              
44788              Just the patch part for now, and the pragma renamed
44789              as unicode::distinct.
44790      Branch: perl
44791            + lib/unicode/distinct.pm
44792            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
44793            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
44794            ! regcomp.h regexec.c sv.c toke.c utf8.c
44795 ____________________________________________________________________________
44796 [  8266] By: nick                                  on 2000/12/30  16:40:49
44797         Log: Integrate mainline
44798      Branch: perlio
44799           +> lib/Pod/Text/Overstrike.pm
44800           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
44801           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
44802           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
44803           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
44804           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
44805 ____________________________________________________________________________
44806 [  8265] By: jhi                                   on 2000/12/30  07:28:55
44807         Log: The sv_catsv() fix, take two.
44808      Branch: perl
44809            ! sv.c t/op/join.t
44810 ____________________________________________________________________________
44811 [  8264] By: jhi                                   on 2000/12/30  06:19:18
44812         Log: Undo all the join-related changes since #8248: relevant
44813              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
44814              The new sv_catsv() doesn't fly so it must go back to
44815              the drawing board.
44816      Branch: perl
44817            ! sv.c t/op/join.t t/pragma/utf8.t
44818 ____________________________________________________________________________
44819 [  8263] By: jhi                                   on 2000/12/30  01:08:32
44820         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
44821      Branch: perl
44822            ! sv.c
44823 ____________________________________________________________________________
44824 [  8262] By: jhi                                   on 2000/12/30  00:45:14
44825         Log: Retract #8261.
44826      Branch: perl
44827            ! hv.c util.c
44828 ____________________________________________________________________________
44829 [  8261] By: jhi                                   on 2000/12/30  00:38:32
44830         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
44831      Branch: perl
44832            ! hv.c util.c
44833 ____________________________________________________________________________
44834 [  8260] By: jhi                                   on 2000/12/29  22:51:33
44835         Log: (Retracted by #8264)  More fixing for #8251.
44836      Branch: perl
44837            ! sv.c
44838 ____________________________________________________________________________
44839 [  8259] By: jhi                                   on 2000/12/29  18:27:30
44840         Log: Subject: podlators 1.06 released
44841              From: Russ Allbery <rra@stanford.edu>
44842              Date: 25 Dec 2000 05:09:30 -0800
44843              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
44844      Branch: perl
44845            + lib/Pod/Text/Overstrike.pm
44846            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
44847            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
44848 ____________________________________________________________________________
44849 [  8258] By: jhi                                   on 2000/12/29  18:20:45
44850         Log: Make the large file tests more robust/talkative as suggested by
44851              
44852              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
44853              From: andreas.koenig@anima.de (Andreas J. Koenig)
44854              Date: 29 Dec 2000 14:23:01 +0100
44855              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
44856      Branch: perl
44857            ! t/lib/syslfs.t t/op/lfs.t
44858 ____________________________________________________________________________
44859 [  8257] By: jhi                                   on 2000/12/29  17:48:04
44860         Log: Further VMS piping fixes from Charles Lane:
44861              
44862              In summary, error messages produced when a subprocess terminated
44863              abnormally were being sent not just to the parent process, but to
44864              grandparents, because of default values for error output that were
44865              not completely overridden when the subprocess was started.
44866              
44867              This patch fixes this behavior by defining user-mode (i.e., temporary
44868              for the duration of the program) logical names for SYS$OUTPUT and
44869              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
44870              changes to make it so that the user-mode logicals are the ones that
44871              control where Perl's error messages go if it terminates abnormally.
44872              
44873              I also added some gratuitous fixes to the indentation of braces in
44874              the piping code.  It just looked ugly, before.
44875      Branch: perl
44876            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
44877 ____________________________________________________________________________
44878 [  8256] By: jhi                                   on 2000/12/29  17:45:12
44879         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
44880              From: "Casey R. Tweten" <crt@kiski.net>
44881              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
44882              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
44883              
44884              Tests for for #8240.
44885      Branch: perl
44886            ! t/pragma/constant.t
44887 ____________________________________________________________________________
44888 [  8255] By: jhi                                   on 2000/12/29  17:43:07
44889         Log: Subject: Re: [PATCH] Interesting syntax idea
44890              From: Simon Cozens <simon@cozens.net>
44891              Date: Fri, 29 Dec 2000 14:34:04 +0000
44892              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
44893              
44894              Tests for #8254.
44895      Branch: perl
44896            ! t/pragma/sub_lval.t
44897 ____________________________________________________________________________
44898 [  8254] By: jhi                                   on 2000/12/29  17:42:11
44899         Log: Subject: [PATCH] Interesting syntax idea
44900              From: Simon Cozens <simon@cozens.net>
44901              Date: Wed, 27 Dec 2000 05:08:57 +0000
44902              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
44903              
44904              Make opens + bareword assigns do typeglob assigns.
44905      Branch: perl
44906            ! op.c
44907 ____________________________________________________________________________
44908 [  8253] By: jhi                                   on 2000/12/29  17:36:45
44909         Log: Output the (apparent) version of gcc, as suggested by
44910              
44911              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
44912              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
44913              Date: 26 Dec 2000 04:29:17 -0500
44914              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
44915              
44916              (The patch as such didn't any more apply as the misparsing had
44917              already been addressed in #6474.)  Also change the wording about
44918              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
44919      Branch: perl
44920            ! hints/dec_osf.sh
44921 ____________________________________________________________________________
44922 [  8252] By: nick                                  on 2000/12/29  12:14:31
44923         Log: Integrate mainline
44924      Branch: perlio
44925           !> (integrate 27 files)
44926 ____________________________________________________________________________
44927 [  8251] By: jhi                                   on 2000/12/29  08:45:46
44928         Log: (Retracted by #8264)
44929              
44930              (Fixed by #8260.)
44931              
44932              sv_catsv() needs one more byte space than seems reasonable.
44933              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
44934              Curiouser and curiouser.
44935      Branch: perl
44936            ! sv.c
44937 ____________________________________________________________________________
44938 [  8250] By: jhi                                   on 2000/12/29  07:57:52
44939         Log: More split // UTF-8 tests.
44940      Branch: perl
44941            ! t/pragma/utf8.t
44942 ____________________________________________________________________________
44943 [  8249] By: jhi                                   on 2000/12/29  07:54:51
44944         Log: (Retracted by #8264)  More join() testing which was good because
44945              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
44946      Branch: perl
44947            ! pp.c t/op/join.t utf8.c utf8.h
44948 ____________________________________________________________________________
44949 [  8248] By: jhi                                   on 2000/12/29  07:08:32
44950         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
44951              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
44952              that the only cases to care about are byte+byte and byte+character.
44953              
44954              TODO: See how well pp_concat() could be implemented in terms
44955              of sv_catsv().
44956      Branch: perl
44957            ! doop.c sv.c t/op/join.t utf8.h
44958 ____________________________________________________________________________
44959 [  8247] By: jhi                                   on 2000/12/29  06:35:23
44960         Log: Signedness nit.
44961      Branch: perl
44962            ! pp_hot.c
44963 ____________________________________________________________________________
44964 [  8246] By: jhi                                   on 2000/12/29  01:23:31
44965         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
44966              From: Lupe Christoph <lupe@lupe-christoph.de>
44967              Date: Thu, 28 Dec 2000 23:00:00 +0100
44968              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
44969              
44970              Suggest rsync --delete --dry-run.
44971      Branch: perl
44972            ! pod/perlhack.pod
44973 ____________________________________________________________________________
44974 [  8245] By: jhi                                   on 2000/12/28  23:57:05
44975         Log: The maxiters upper limit sanity check (guarding against
44976              non-progress) assumed bytes instead of characters in s///
44977              and split().
44978      Branch: perl
44979            ! pp.c pp_hot.c
44980 ____________________________________________________________________________
44981 [  8244] By: jhi                                   on 2000/12/28  23:34:08
44982         Log: Make some panic messages a bit more logical.
44983      Branch: perl
44984            ! doop.c pod/perldiag.pod pp.c pp_hot.c
44985 ____________________________________________________________________________
44986 [  8243] By: jhi                                   on 2000/12/28  22:59:16
44987         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
44988              From: Simon Cozens <simon@cozens.net>
44989              Date: Wed, 27 Dec 2000 02:30:03 +0000
44990              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
44991      Branch: perl
44992            ! pp.c t/pragma/sub_lval.t
44993 ____________________________________________________________________________
44994 [  8242] By: jhi                                   on 2000/12/28  22:56:53
44995         Log: Subject: [PATCH blead] Fix B::Terse indentation
44996              From: Daniel Chetlin <daniel@chetlin.com>
44997              Date: Wed, 27 Dec 2000 06:43:30 -0800
44998              Message-ID: <20001227064329.B9573@darkstar>
44999      Branch: perl
45000            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
45001 ____________________________________________________________________________
45002 [  8241] By: jhi                                   on 2000/12/28  22:48:59
45003         Log: The latter patch from the
45004              
45005              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
45006              From: Peter Prymmer <pvhp@forte.com> 
45007              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
45008              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
45009              
45010              (the former patch from the above should have been
45011              taken care of by Nick I-S)
45012      Branch: perl
45013            ! win32/Makefile
45014 ____________________________________________________________________________
45015 [  8240] By: jhi                                   on 2000/12/28  22:45:22
45016         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
45017              From: "Casey R. Tweten" <crt@kiski.net>
45018              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
45019              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
45020      Branch: perl
45021            ! lib/constant.pm
45022 ____________________________________________________________________________
45023 [  8239] By: jhi                                   on 2000/12/28  22:37:45
45024         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
45025              From: Simon Cozens <simon@cozens.net>
45026              Date: Wed, 27 Dec 2000 14:12:44 +0000
45027              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
45028      Branch: perl
45029            ! t/op/method.t t/op/sort.t toke.c
45030 ____________________________________________________________________________
45031 [  8238] By: jhi                                   on 2000/12/28  22:30:32
45032         Log: Subject: [PATCH perl@8229] Call.pm
45033              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
45034              Date: Mon, 25 Dec 2000 10:47:15 -0000
45035              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
45036      Branch: perl
45037            ! ext/Filter/Util/Call/Call.pm
45038 ____________________________________________________________________________
45039 [  8237] By: jhi                                   on 2000/12/28  22:19:21
45040         Log: Subject: [PATCH blead] Fix problem with `&' prototype
45041              From: Daniel Chetlin <daniel@chetlin.com>
45042              Date: Wed, 27 Dec 2000 15:55:32 -0800
45043              Message-ID: <20001227155532.D9573@darkstar>
45044      Branch: perl
45045            ! op.c t/comp/proto.t
45046 ____________________________________________________________________________
45047 [  8236] By: jhi                                   on 2000/12/28  22:09:25
45048         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
45049              From: Daniel Chetlin <daniel@chetlin.com>
45050              Date: Sun, 24 Dec 2000 04:09:49 -0800
45051              Message-ID: <20001224040949.B3090@darkstar>
45052      Branch: perl
45053            ! gv.c mg.c t/op/attrs.t
45054 ____________________________________________________________________________
45055 [  8235] By: jhi                                   on 2000/12/28  22:07:11
45056         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
45057              From: Jan Dubois <jand@ActiveState.com>
45058              Date: Tue, 26 Dec 2000 20:57:31 -0800
45059              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
45060      Branch: perl
45061            ! win32/win32.c
45062 ____________________________________________________________________________
45063 [  8234] By: jhi                                   on 2000/12/28  21:52:42
45064         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
45065              From: Simon Cozens <simon@cozens.net>
45066              Date: Thu, 28 Dec 2000 20:33:13 +0000
45067              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
45068      Branch: perl
45069            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
45070 ____________________________________________________________________________
45071 [  8233] By: jhi                                   on 2000/12/28  19:40:49
45072         Log: Integrate perlio.
45073      Branch: perl
45074           !> ext/Encode/Makefile.PL ext/Encode/compile
45075 ____________________________________________________________________________
45076 [  8232] By: nick                                  on 2000/12/23  16:06:00
45077         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
45078              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
45079      Branch: perlio
45080            ! ext/Encode/Makefile.PL
45081 ____________________________________________________________________________
45082 [  8231] By: nick                                  on 2000/12/23  14:30:34
45083         Log: "Compiled" encode build cleanup
45084              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
45085              - .c files do not export sub-tables
45086      Branch: perlio
45087            ! ext/Encode/Makefile.PL ext/Encode/compile
45088 ____________________________________________________________________________
45089 [  8230] By: nick                                  on 2000/12/23  12:50:37
45090         Log: Integrate mainline
45091      Branch: perlio
45092           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
45093           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
45094           !> pod/perl5004delta.pod pod/perl5005delta.pod
45095           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
45096           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
45097           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
45098           !> pod/perlsub.pod
45099 ____________________________________________________________________________
45100 [  8229] By: jhi                                   on 2000/12/22  15:32:12
45101         Log: Integrate perlio.
45102      Branch: perl
45103           +> win32/distclean.bat
45104           !> MANIFEST t/io/utf8.t
45105 ____________________________________________________________________________
45106 [  8228] By: jhi                                   on 2000/12/22  15:29:40
45107         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
45108              From: Robin Barker <rmb1@cise.npl.co.uk>
45109              Date: Fri, 22 Dec 2000 12:17:38 GMT
45110              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
45111      Branch: perl
45112            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
45113            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
45114            ! pod/perl5004delta.pod pod/perl5005delta.pod
45115            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
45116            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
45117            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
45118            ! pod/perlsub.pod
45119 ____________________________________________________________________________
45120 [  8227] By: jhi                                   on 2000/12/22  15:24:28
45121         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
45122              From: "John L. Allen" <allen@grumman.com>
45123              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
45124              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
45125              
45126              Document APPLLIB_EXP.
45127      Branch: perl
45128            ! INSTALL
45129 ____________________________________________________________________________
45130 [  8226] By: nick                                  on 2000/12/21  22:11:50
45131         Log: Handy script for when one forgets to "dmake clean" 
45132      Branch: perlio
45133            + win32/distclean.bat
45134            ! MANIFEST
45135 ____________________________________________________________________________
45136 [  8225] By: nick                                  on 2000/12/21  21:54:04
45137         Log: CRLF platform issue with io/utf8 fix.
45138      Branch: perlio
45139            ! t/io/utf8.t
45140 ____________________________________________________________________________
45141 [  8224] By: nick                                  on 2000/12/21  21:02:20
45142         Log: Integrate mainline
45143      Branch: perlio
45144           !> Changes Configure Makefile.SH Porting/Glossary
45145           !> Porting/config.sh Porting/config_H configure.com
45146           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
45147           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
45148           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
45149           !> win32/config.bc win32/config.gc win32/config.vc
45150 ____________________________________________________________________________
45151 [  8223] By: jhi                                   on 2000/12/21  17:09:16
45152         Log: Update Changes.
45153      Branch: perl
45154            ! Changes patchlevel.h
45155 ____________________________________________________________________________
45156 [  8222] By: jhi                                   on 2000/12/21  16:24:01
45157         Log: Metaconfig unit changes for #8221.
45158      Branch: metaconfig/U/perl
45159           +> issymlink.U
45160            - testsyml.U
45161            ! Mksymlinks.U
45162 ____________________________________________________________________________
45163 [  8221] By: jhi                                   on 2000/12/21  16:23:48
45164         Log: Rename testsyml to issymlink.
45165      Branch: perl
45166            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45167            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
45168            ! win32/config.vc
45169 ____________________________________________________________________________
45170 [  8220] By: jhi                                   on 2000/12/21  15:47:26
45171         Log: Robustness support for #8218 (symlink forest) since the GNU
45172              tools seem to be overly picky about symlinkage depths.
45173      Branch: perl
45174            ! Makefile.SH t/io/fs.t
45175 ____________________________________________________________________________
45176 [  8219] By: jhi                                   on 2000/12/21  15:38:27
45177         Log: Metaconfig changes for #8218.
45178      Branch: metaconfig
45179            ! U/modified/Oldconfig.U
45180      Branch: metaconfig/U/perl
45181            + Mksymlinks.U
45182            ! testsyml.U
45183 ____________________________________________________________________________
45184 [  8218] By: jhi                                   on 2000/12/21  15:37:57
45185         Log: Add Configure option -Dmksymlinks which will create a symlink
45186              forest if the current/build differs from the source directory.
45187              TODO: mkdir -p is not portable.
45188      Branch: perl
45189            ! Configure
45190 ____________________________________________________________________________
45191 [  8217] By: jhi                                   on 2000/12/21  14:39:12
45192         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
45193              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
45194              Date: Thu, 21 Dec 2000 09:38:18 GMT
45195              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
45196              
45197              The ofs became an SV.
45198      Branch: perl
45199            ! ext/Thread/Thread.xs
45200 ____________________________________________________________________________
45201 [  8216] By: jhi                                   on 2000/12/21  05:40:21
45202         Log: The polymorphism seems to have fixed 20000517.001.
45203      Branch: perl
45204            ! t/pragma/utf8.t
45205 ____________________________________________________________________________
45206 [  8215] By: jhi                                   on 2000/12/21  04:44:52
45207         Log: read() documentation tweak for 20001121.004.
45208      Branch: perl
45209            ! pod/perlfunc.pod
45210 ____________________________________________________________________________
45211 [  8214] By: jhi                                   on 2000/12/21  03:54:11
45212         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
45213      Branch: perl
45214            ! pp_sys.c t/op/misc.t
45215 ____________________________________________________________________________
45216 [  8213] By: jhi                                   on 2000/12/21  00:28:10
45217         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
45218              From: Peter Prymmer <pvhp@forte.com>
45219              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
45220              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
45221      Branch: perl
45222            ! configure.com
45223 ____________________________________________________________________________
45224 [  8212] By: jhi                                   on 2000/12/21  00:26:21
45225         Log: Edit edit edit.
45226      Branch: perl
45227            ! pod/perlfaq3.pod
45228 ____________________________________________________________________________
45229 [  8211] By: jhi                                   on 2000/12/20  18:52:46
45230         Log: Update Changes.
45231      Branch: perl
45232            ! Changes patchlevel.h
45233 ____________________________________________________________________________
45234 [  8210] By: jhi                                   on 2000/12/20  18:34:47
45235         Log: Yet another editor edit.
45236      Branch: perl
45237            ! pod/perlfaq3.pod
45238 ____________________________________________________________________________
45239 [  8209] By: jhi                                   on 2000/12/20  15:33:28
45240         Log: More Win32 Perling.
45241      Branch: perl
45242            ! pod/perlfaq3.pod
45243 ____________________________________________________________________________
45244 [  8208] By: jhi                                   on 2000/12/20  15:07:46
45245         Log: More Win32 editor/IDE/shell hints.
45246      Branch: perl
45247            ! pod/perlfaq3.pod
45248 ____________________________________________________________________________
45249 [  8207] By: jhi                                   on 2000/12/20  03:54:08
45250         Log: Subject: [PATCH] obscure timing knowledge
45251              From: Nicholas Clark <nick@ccl4.org>
45252              Date: Tue, 19 Dec 2000 19:22:31 +0000
45253              Message-ID: <20001219192231.F2827@plum.flirble.org>
45254      Branch: perl
45255            ! sv.c
45256 ____________________________________________________________________________
45257 [  8206] By: jhi                                   on 2000/12/20  03:45:57
45258         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
45259              From: Spider Boardman <spider@leggy.zk3.dec.com>
45260              Date: Tue, 19 Dec 2000 21:30:16 -0500
45261              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
45262      Branch: perl
45263            ! sv.c
45264 ____________________________________________________________________________
45265 [  8205] By: jhi                                   on 2000/12/19  23:02:01
45266         Log: Update Changes.
45267      Branch: perl
45268            ! Changes patchlevel.h
45269 ____________________________________________________________________________
45270 [  8204] By: jhi                                   on 2000/12/19  22:58:18
45271         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
45272              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
45273              on editors and diffing/patching.
45274      Branch: perl
45275            ! t/op/utf8decode.t
45276 ____________________________________________________________________________
45277 [  8203] By: nick                                  on 2000/12/19  21:36:16
45278         Log: Integrate mainline (forgot my own change...)
45279      Branch: perlio
45280           !> ext/Encode/compile
45281 ____________________________________________________________________________
45282 [  8202] By: nick                                  on 2000/12/19  21:34:42
45283         Log: Integrate mainline.
45284      Branch: perlio
45285           !> (integrate 61 files)
45286 ____________________________________________________________________________
45287 [  8201] By: nick                                  on 2000/12/19  21:34:06
45288         Log: Avoid looking for File::Glob when we don't need it.
45289      Branch: perl
45290            ! ext/Encode/compile
45291 ____________________________________________________________________________
45292 [  8200] By: jhi                                   on 2000/12/19  18:35:49
45293         Log: Update Changes.
45294      Branch: perl
45295            ! Changes patchlevel.h
45296 ____________________________________________________________________________
45297 [  8199] By: jhi                                   on 2000/12/19  18:35:07
45298         Log: Microperl tweaks.
45299      Branch: perl
45300            ! sv.c uconfig.h uconfig.sh
45301 ____________________________________________________________________________
45302 [  8198] By: jhi                                   on 2000/12/19  18:29:59
45303         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
45304      Branch: perl
45305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45306            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
45307 ____________________________________________________________________________
45308 [  8197] By: jhi                                   on 2000/12/19  17:55:29
45309         Log: In VMS embedded perls couldn't access the statically built Socket,
45310              from Charles Lane.
45311      Branch: perl
45312            ! configure.com
45313 ____________________________________________________________________________
45314 [  8196] By: jhi                                   on 2000/12/19  17:49:50
45315         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
45316              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
45317              Date: Sun, 17 Dec 2000 19:11:44 -0000
45318              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
45319      Branch: perl
45320            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45321            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
45322 ____________________________________________________________________________
45323 [  8195] By: jhi                                   on 2000/12/19  17:47:53
45324         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
45325              From: Jonathan Stowe <gellyfish@gellyfish.com>
45326              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
45327              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
45328      Branch: perl
45329            ! utils/h2xs.PL
45330 ____________________________________________________________________________
45331 [  8194] By: jhi                                   on 2000/12/19  17:46:28
45332         Log: Subject: Re: useless use of void context work-around
45333              From: andreas.koenig@anima.de (Andreas J. Koenig)
45334              Date: 16 Dec 2000 15:13:36 +0100
45335              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
45336              
45337              Document (comment) the q(di ds ig) trick in the code.
45338      Branch: perl
45339            ! op.c
45340 ____________________________________________________________________________
45341 [  8193] By: jhi                                   on 2000/12/19  17:10:57
45342         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
45343              From: "Mark J. Reed" <mreed@strange.turner.com>
45344              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
45345              Message-Id: <200012160222.VAA13986@strange.turner.com>
45346      Branch: perl
45347            ! ext/Sys/Syslog/Syslog.pm
45348 ____________________________________________________________________________
45349 [  8192] By: jhi                                   on 2000/12/19  17:07:45
45350         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
45351              From: Nicholas Clark <nick@ccl4.org>
45352              Date: Sat, 16 Dec 2000 19:03:13 +0000
45353              Message-ID: <20001216190313.D68304@plum.flirble.org>
45354      Branch: perl
45355            ! t/op/64bitint.t
45356 ____________________________________________________________________________
45357 [  8191] By: jhi                                   on 2000/12/19  17:06:13
45358         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
45359              From: Dominic Dunlop <domo@computer.org>
45360              Date: Mon, 18 Dec 2000 12:00:15 +0100
45361              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
45362              
45363              This patchlet is needed in order that perl can be statically linked.  
45364      Branch: perl
45365            ! regexec.c
45366 ____________________________________________________________________________
45367 [  8190] By: jhi                                   on 2000/12/19  17:03:08
45368         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
45369              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45370              Date: Sun, 17 Dec 2000 00:18:35 -0600
45371              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
45372      Branch: perl
45373            ! perlio.h vms/gen_shrfls.pl
45374 ____________________________________________________________________________
45375 [  8189] By: jhi                                   on 2000/12/19  16:20:28
45376         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
45377              From: Prymmer/Kahn <pvhp@best.com>
45378              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
45379              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
45380              
45381              A better version of #8188.
45382      Branch: perl
45383            ! pod/perlfaq3.pod
45384 ____________________________________________________________________________
45385 [  8188] By: jhi                                   on 2000/12/19  15:57:06
45386         Log: (Replaced by #8189)
45387              
45388              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
45389              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
45390              From: Prymmer/Kahn <pvhp@best.com>
45391              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
45392              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
45393              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
45394              Date: Mon, 18 Dec 2000 11:10:45 -0500
45395              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
45396      Branch: perl
45397            ! pod/perlfaq3.pod
45398 ____________________________________________________________________________
45399 [  8187] By: jhi                                   on 2000/12/19  15:54:19
45400         Log: Email address fix for Anton Berezin.
45401      Branch: perl
45402            ! AUTHORS
45403 ____________________________________________________________________________
45404 [  8186] By: jhi                                   on 2000/12/19  15:38:54
45405         Log: Subject: [PATCH perl@8102] cygwin port
45406              From: "Eric Fifer" <efifer@dircon.co.uk> 
45407              Date: Thu, 14 Dec 2000 13:41:29 -0000
45408              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
45409              
45410              When compiling modules the data item that is being imported
45411              from libperl.dll needs to be tagged as imported/shared data:
45412              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
45413      Branch: perl
45414            ! perliol.h
45415 ____________________________________________________________________________
45416 [  8185] By: jhi                                   on 2000/12/19  14:53:24
45417         Log: Regen uconfig.h and uconfig.sh.
45418      Branch: perl
45419            ! uconfig.h uconfig.sh
45420 ____________________________________________________________________________
45421 [  8184] By: jhi                                   on 2000/12/18  20:43:49
45422         Log: Comments work so much better when they are closed.
45423      Branch: perl
45424            ! regcomp.c
45425 ____________________________________________________________________________
45426 [  8183] By: jhi                                   on 2000/12/18  18:04:02
45427         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
45428              Fixes the bug 20001218.016.
45429      Branch: perl
45430            ! regcomp.c
45431 ____________________________________________________________________________
45432 [  8182] By: gsar                                  on 2000/12/18  09:53:47
45433         Log: delete spurious files
45434      Branch: maint-5.6/perl
45435            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
45436            - vos/config.h vos/config_h.SH_orig
45437 ____________________________________________________________________________
45438 [  8181] By: gsar                                  on 2000/12/18  09:46:08
45439         Log: regen perltoc
45440      Branch: maint-5.6/perl
45441            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
45442 ____________________________________________________________________________
45443 [  8180] By: gsar                                  on 2000/12/18  09:20:27
45444         Log: integrate changes#7924..7926,7946,7952 from mainline
45445              
45446              A test works better if it has the right 1..$n output.
45447              
45448              All the core library users of Class::Struct seem to be
45449              using "use Class::Struct 'struct';" instead of the bare
45450              "use Class::Struct;", which isn't documented in Class::Struct.
45451              This can't be right.
45452              
45453              Make the Class::Struct import() wiser.
45454              
45455              Upgrade to CPAN 1.59_51, from Andreas König.
45456              
45457              Subject: Re: long shell lines
45458              Split overly long shell command lines.
45459      Branch: maint-5.6/perl
45460           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
45461           !> lib/File/stat.pm t/lib/class-struct.t
45462 ____________________________________________________________________________
45463 [  8179] By: gsar                                  on 2000/12/18  08:55:54
45464         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
45465              7918,7919,7988,8907 from mainline (various)
45466              
45467              Subject: [ID 20001127.004] White space problem in perlamiga.pod
45468              
45469              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
45470              
45471              Subject: [PATCH] perlcc.PL cleanups
45472              
45473              Subject: [PATCH] Updating perltie.pod for arrays
45474              
45475              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
45476              Subject: Re: [PATCH] Updating perltie.pod for arrays
45477              Subject: Re: [PATCH] Updating perltie.pod for arrays
45478              
45479              One more perltie.pod nit from Casey R. Tweten.
45480              
45481              Subject: [PATCH] $^O  win32 -> MSWin32
45482              plus similar nits for vms, err, VMS, and UNICOS.
45483              
45484              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
45485              More checking in case someone has broken their services or
45486              protocol databases.
45487              
45488              Make "use Class::Struct 'struct';" work again (broken by #7617);
45489              add a test for Class::Struct.
45490              
45491              Integrate the "skip" messages to explain().
45492              
45493              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
45494      Branch: maint-5.6/perl
45495           +> t/lib/class-struct.t
45496           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
45497           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
45498           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
45499 ____________________________________________________________________________
45500 [  8178] By: gsar                                  on 2000/12/18  08:16:30
45501         Log: avoid redefinition warnings on windows due to sys/socket.h getting
45502              #included before win32.h
45503      Branch: maint-5.6/perl
45504            ! win32/include/sys/socket.h
45505 ____________________________________________________________________________
45506 [  8177] By: gsar                                  on 2000/12/18  05:24:04
45507         Log: make regen_headers; fix POSIX.xs problems; remove outdated
45508              code from sys/socket.h that makes build fail now
45509      Branch: maint-5.6/perl
45510            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
45511            ! pod/perlapi.pod
45512           !> win32/include/sys/socket.h
45513 ____________________________________________________________________________
45514 [  8176] By: gsar                                  on 2000/12/18  05:20:17
45515         Log: update Changes
45516      Branch: maint-5.6/perl
45517            ! Changes patchlevel.h
45518 ____________________________________________________________________________
45519 [  8175] By: gsar                                  on 2000/12/18  04:57:48
45520         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
45521              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
45522              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
45523              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
45524              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
45525              7823,7825,7838
45526              
45527              Subject: Re: [PATCH] README.solaris
45528              
45529              Add getpagesize() probing, on non-UNIX guess 'undef'.
45530              
45531              Simplify the getpagesize() unit by dropping the
45532              pagesize probe since it's nowadays slightly more
45533              complicated because of sysconf(). (Note: if some
45534              platform really needs the -lPW for getpagesize,
45535              I just broke it.)
45536              TODO: a new pagesize unit.
45537              
45538              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
45539              
45540              MachTen doesn't really do mmap() and munmap().
45541              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
45542              
45543              More README.solaris updates from Andy Dougherty.
45544              
45545              Copy the s// information of README.hpux also to the perlrun.
45546              
45547              Add HAS_FSYNC, lack noticed by Nicholas Clark.
45548              
45549              Add a metaconfig unit for fsync.
45550              
45551              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
45552              
45553              Many subdocumented return values of the IO extension now documented.
45554              ungetc and write still left subdocumented.
45555              Subject: [PATCH] (was Re: IO::Handle::ungetc)
45556              
45557              Document tell() on special streams.
45558              
45559              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
45560              
45561              Subject: [ID 20001112.007] sfio's sftell isn't ftell
45562              
45563              Couple of tests from #7660 salvaged.
45564              
45565              Tweak the definition of the bit complement on UTF-8 data:
45566              if none of the characters in the string are > 0xff,
45567              the result is a complemented byte string, not a (UTF-8)
45568              char string.  Based on the summary in
45569              Subject: Re: [ID 20000918.005] ~ on wide chars
45570              This should give us the maximum backward (pre-char string)
45571              compatibility and utf8 compatibility.  The other alternative
45572              would be to limit the bit complement to be always byte only,
45573              taking the least significant byte of the chars.
45574              
45575              Cleanup messy #ifdef.
45576              
45577              Typos in #7667.
45578              
45579              Declare reg_data like reg_substr_data.
45580              
45581              Placate nervous compilers that see longer than ints switch()ing.
45582              
45583              Remove the new two tests of lib/io_xs for now, they seem to
45584              fail under perlio on some platforms.
45585              
45586              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
45587              
45588              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
45589              
45590              Subject: tiny typo in perl5db.pl
45591              
45592              Subject: some additions for makefiles for win32 (for perl@7674)
45593              
45594              Hoist the duplicated socket/netdb include logic to perl.h;
45595              undef SETERRNO in case SOCKS has defined it.  Based on:
45596              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
45597              
45598              Regen Configure.
45599              
45600              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
45601              (a macro to define signed and unsigned integer constants).
45602              
45603              Use UINT64_C().
45604              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
45605              
45606              Use u_int32_t for the size of hash_cb(), not size_t.
45607              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
45608              
45609              Quit utf8_to_uv() instantly if curlen == 0.
45610              
45611              Subject: [PATCH: perl@7674] updates to README.os390
45612              
45613              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
45614              
45615              EBCDIC tweaks.
45616              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
45617              
45618              Linenumber fix.
45619              
45620              SOCKS has its own USE_THREADS, based on
45621              Subject: [ID 20001114.002] et. al. bugfix followup
45622              
45623              UINT64_C() work continues.
45624              
45625              Detypo.
45626              
45627              The type of the hash_cb() size argument is tricky.
45628              
45629              Add fwalk() probe to the configuration files and regen perltoc.
45630              
45631              Subject: perllocale.pod changes
45632              
45633              Avoid an infinite loop in VMS when utils scripts are run
45634              with no arguments, from Charles Lane.
45635              
45636              Subject: Re: Bug in Carp::Heavy/5.6.0?
45637              
45638              For Solaris use64bitall the stdchar needs a little bit of help.
45639              
45640              The long double hints can be here or there.
45641              
45642              Test tweak for the open pragma.
45643              
45644              Also the 64bitall hints can be either here or there.
45645              
45646              As surmised the #7719 wasn't a good move.
45647              
45648              Subject: Fix for 20000409.001
45649              
45650              Subject: Fix for 20000815.006
45651              It's really 20000518.006.
45652              
45653              Subject: [PATCH 5.6.0 README.win32] very minor typos
45654              
45655              Subject: Fix for README.amiga (20000323.033)
45656              
45657              Explain in more detail the {} syntax ambiguousity.
45658              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
45659              
45660              Sparc 64-bit pack() fix from Jens Hamisch.
45661              
45662              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
45663              
45664              Subject: podlators 1.05 available        
45665              
45666              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
45667              
45668              Subject: [perl 7711: EPOC] updates
45669              
45670              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
45671              
45672              Miraculous typo.
45673              
45674              sysseek() instead of seek().
45675              
45676              Solaris hints tweaks.
45677              
45678              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
45679              This may be overly harsh but until proven otherwise, we think this
45680              way, or until we have a simple test for Configure (having to start
45681              up servers is does not count as simple) to check for the problems.
45682              
45683              Remove the shared object before attempting to create
45684              (by linking) a new one.  E.g. in AIX not removing
45685              becomes quite painful if one tries to do more than one
45686              build in the same tree (an interrupted build, for example),
45687              since the AIX' shared dynaloader seemingly keeps the shared
45688              objects open and therefore 'busy' for quite a while, even when
45689              nobody is using the objects, leading into link failures.
45690              
45691              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
45692              
45693              Subject: DOC PATCH 5.6.0 perlreftut
45694              
45695              Subject: [PATCH: perl@7777] add system locale testing for VMS
45696              
45697              Subject: [PATCH] Test.pm POD peculiarity
45698              
45699              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
45700              
45701              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
45702              
45703              Subject: Re: perl@7777 
45704              Detypoing.
45705              
45706              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
45707              
45708              Go ahead and #include <unistd.h> in perl.h.
45709              
45710              Subject: [PATCH perl@7795] small cleanup task for test suite
45711              
45712              Subject: Re: av.c patch (having slight problems)
45713              unshift() speedup.
45714              
45715              Reach back one higher up when searching for PERL_SRC.
45716      Branch: maint-5.6/perl
45717           +> lib/File/Spec/Epoc.pm
45718           !> (integrate 88 files)
45719 ____________________________________________________________________________
45720 [  8174] By: gsar                                  on 2000/12/18  03:53:09
45721         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
45722              7625..7629,7631..7634,7637,7639,7642 from mainline
45723              
45724              Fix for the tie-refhash string table leaks.
45725              
45726              Subject: [patch perl@7595] VMS configure.com tweak
45727              
45728              More careful detection of how well NVs and UVs mix.
45729              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))
45730              Added some SIGFPE paranoia.
45731              
45732              Forgot to bump the line numbers in #7601.
45733              
45734              Subject: PATCH std stdio for (Free)BSD
45735              
45736              Deleting $ENV{PATH} in VMS is not recommendable.
45737              
45738              Locale buglets.
45739              Subject: RE: Locales support (setlocale) fixes
45740              
45741              Do not test UTF-8 locales since that the tests would require
45742              polymorphic regexen.
45743              
45744              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
45745              
45746              A missing aTHX_.
45747              
45748              Subject: [ID 20001108.013] spelling
45749              
45750              Subject: [PATCH] Class::Struct at compile time
45751              
45752              Make deleting for %ENV work for (newer versions of) VMS,
45753              from Craig A. Berry.
45754              
45755              Forgot from #7618.
45756              
45757              More VMS moves on environment handling, from Charles Lane.
45758              
45759              Remove unused extra arguments.
45760              
45761              Typo in an ifndef.
45762              Subject: Re: [PATCH 5.7.0] better messages from malloc()
45763              
45764              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
45765              All except the "cow orker" change.
45766              
45767              The generated boot_* headers are wrong.  Pickier compiler,
45768              such as KAI C++ will refuse to compile the resulting perlmain.
45769              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
45770              
45771              There's no =head3.
45772              
45773              Disable only the tests 99 and 166 for UTF-8 locales.
45774              
45775              Missing dTHXs.
45776              Subject: RE: perl@7595 builds not on cygwin
45777              
45778              Subject: Re: bash -c exit and linux hints 
45779              
45780              Various doc oddball characters.
45781              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
45782              
45783              Subject: [PATCH] IO::Seekable pod
45784              
45785              Amdahl UTS hints updates.
45786              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
45787              
45788              Explain better why certain regex tests are skipped.
45789              Subject: Re: tests skipped: unknown reason
45790              
45791              Subject: [PATCH] README.solaris
45792              
45793              Subject: [PATCH perl@7638] cygwin port
45794      Branch: maint-5.6/perl
45795           +> README.solaris
45796           !> (integrate 26 files)
45797 ____________________________________________________________________________
45798 [  8173] By: gsar                                  on 2000/12/18  03:37:02
45799         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
45800              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
45801              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
45802              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
45803              
45804              Better create a true mailing list for the repository keepers.
45805              
45806              Subject: [ID 20001027.007] uniq array in perlfaq
45807              
45808              De-quoted-unreadable to ISO Latin 1.
45809              (There's one ISO-2022-JP name in Changes5.004.)
45810              
45811              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
45812              
45813              The #7476 needs a MANIFEST change, too.
45814              
45815              Add also emailless people.
45816              
45817              UTF-8 decoder tweak.
45818              
45819              Make \x{...} consistently produce UTF-8.
45820              Subject: Re: \x{...} is confused 
45821              
45822              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
45823              
45824              Add a perlbug flag, -A, to avoid acknowledgement messages.
45825              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
45826              
45827              Use Errno magic.
45828              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
45829              
45830              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
45831              
45832              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
45833              
45834              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
45835              
45836              Be more lenient on bad UTF-8 when doing bit arithmetics.
45837              Subject: Re: [ID 20000918.005] ~ on wide chars
45838              (The ord() part of the patch skipped.)
45839              
45840              Subject: perlfaq style changes
45841              
45842              AUTHORS tweaks.
45843              
45844              Whitespace style tweak.  Was originally going to see to
45845              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
45846              but that had already been taken care of.
45847              
45848              The compiler is either gcc or cc, from Tom Bates.
45849              
45850              The osname has been lowercased by now, from Tom Bates.
45851              
45852              The NonStop-UX libraries have a novel way to say NaN.
45853              
45854              printf UVs the correct way, noticed by Robin Barker.
45855              
45856              Subject: [PATCH] startperl to respect versiononly
45857              
45858              AUTHORS updates.
45859              
45860              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
45861              
45862              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
45863              
45864              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
45865              
45866              Generalize the Camel wording.
45867              Subject: Re: perlfaq style changes
45868              
45869              Subject: [ID 20001005.006] Documentation -- description of qr//
45870              
45871              C.pm part of
45872              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
45873              
45874              Locale warning explanation tweak.
45875              
45876              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
45877              
45878              Make the POSIX::setuid and POSIX::setgid to really call setuid()
45879              and setgid() because they were just changing $< and $( which means
45880              only changing the real uid/gid, as opposed to changing both
45881              real and effective ids.  (The alternative way could have been
45882              in POSIX.pm to change $> and $), too, but making a direct call
45883              to the C API feels cleaner.)  Fixes the bug
45884              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
45885              
45886              Expand %Config variables and %ENV variables only if
45887              so requested during build time using the
45888              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
45889              Not expanding makes relocating distributions easier.
45890              
45891              More tweaking on the #7522 theme.
45892              
45893              Test::Harness revealed buglets in the new DynaLoader.
45894              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
45895              
45896              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
45897              fix a autovivification bug in Tie::RefHash, add tests for both.
45898              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
45899              
45900              Detpyo.
45901              
45902              recv() can fail and return undef.
45903              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
45904              
45905              Fix the problem discussed in
45906              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
45907              originally from Linc Madison.  Also Andreas König's comments
45908              taken into account.  Some other problems with Tie::SubstrHash
45909              fixed: didn't croak when the table exceeded the requested number
45910              of entries (as documented) but instead when the number of entries
45911              exceeded the size of the table, a croak() had an unnecessary \n,
45912              didn't have a CLEAR method, documented that there is no exists().
45913              Didn't fix to be strict-proof because the module uses &foo; and
45914              dynamic scope.  Added a test script exercizing both first tamely 
45915              the basic functionality, and then the failure cases reported by
45916              Linc Madison.
45917              
45918              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
45919              
45920              The #7521 touched things it shouldn't have.
45921              
45922              Subject: [PATCH 5.7.0] better messages from malloc()
45923              
45924              Subject: Re: README.aix
45925              
45926              Add FCNTL_CAN_LOCK.
45927              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
45928              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
45929              
45930              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
45931              create a "fast path" for locale name probing using "locale -a"
45932              if available, squash finally hopefully the s?printf resetting
45933              the numeric locale (since, IIUC perllocale, it never shouldn't). 
45934              
45935              More Changes tweakery.
45936              
45937              Dying is too strict here, better just skip.
45938              
45939              Subject: Locales support (setlocale) fixes
45940              Modified quite a bit to be more portable.
45941              
45942              Configure would use a bad $myuname from an old config.sh.
45943              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
45944              
45945              Fix for
45946              Subject: [ID 20001004.006] undef is never tainted
45947              An undef read from a slurped file was not tainted.
45948              
45949              Fix for
45950              Subject: [ID 20001004.007] taint propogation is inconsistent
45951              The culprit was sv_setsv() which was rather blindly
45952              propagating taint, which lead to behaviour where if
45953              a tainted anon hash value was seen all the hash values
45954              from then on at that level became tainted, or at any
45955              upper levels in the case of nested anon hashes.
45956              
45957              Test tweak: show also the failed locales.
45958              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
45959              
45960              A fix of sorts for 20000329.026, a better error message
45961              for a missing "use charnames" when using the \N{...}. 
45962              
45963              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
45964              
45965              Add =pod to be tidy.
45966              
45967              Fix for bug id 19990615.008, pos() unset during s///ge.
45968              
45969              Add a note for future generations about bug id 20000229.006.
45970              
45971              Use -dM for gcc (the suggested patch did it only for Linux,
45972              but I think it can be generalized).
45973              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
45974              
45975              opmini.o can linger from Configures past.
45976              
45977              Document that the evaled syntax errors cause scalar leaks.
45978              
45979              Fix for
45980              Subject: [ID 20000728.005] perl -P broken
45981              (hopefully).  The fix is also not complete, it seems to break
45982              BOM swallowing for libc5 systems, but until someone figures
45983              out a way to do this without ftell(), this will do.
45984              
45985              AUTHORS updates.
45986              
45987              Subject: Re: rsync'ed patches vs. rsync'ed source
45988              
45989              Admit that the test leaks scalars.
45990              
45991              Sanitize the environment further.
45992              
45993              VOS updates from Paul Green.
45994              
45995              Document %ENV = () portability issues.
45996              
45997              Make the stdio test program of 7427 less noisy while being 
45998              compiled so that Digital UNIX wouldn't get both
45999              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
46000              undefined.  This makes perlio happy.
46001              
46002              glibc5 detection by __GNU_LIBRARY__.
46003              
46004              %ENV note tweaks from Dan Sugalski.
46005              
46006              Varargs don't always work too well if one puts an unsigned
46007              char on the stack and pop an unsigned quad off the stack.
46008              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
46009              
46010              Subject: Pod updates
46011              
46012              Fake support of holey files in win/dosish platforms.
46013              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
46014              
46015              A doc addition for bug id 20001105.019, beware \p.
46016              
46017              Tweak #7587.
46018              
46019              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
46020              
46021              perlhack updates from H.Merijn Brand.
46022              
46023              Subject: [PATCH perl@7573] cygwin port
46024              Synchronize with Cygwin 1.1.5.
46025              
46026              Bad thinko in #7581 (I used the test program with the expanded
46027              values as-is).
46028              
46029              Make perlbug not insist on dumping to a file when stdout isn't a tty.
46030              Subject: [PATCH] perlbug.PL
46031              
46032              Overrideable keys, each, pop, push, shift, splice, unshift.
46033              Subject: [PATCH] prototyped functions that should be overrideable
46034              
46035              Try to avoid flockless and emulationless places.
46036      Branch: maint-5.6/perl
46037           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
46038            - MAINTAIN
46039           !> (integrate 111 files)
46040 ____________________________________________________________________________
46041 [  8172] By: jhi                                   on 2000/12/18  02:49:27
46042         Log: Regen pods.
46043      Branch: perl
46044            ! pod/perlmodlib.pod pod/perltoc.pod
46045 ____________________________________________________________________________
46046 [  8171] By: gsar                                  on 2000/12/18  02:49:24
46047         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
46048              7465..7471 from mainline
46049              
46050              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
46051              in platforms that strictly require all the symbols being present
46052              at link time.
46053              
46054              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
46055              
46056              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
46057              
46058              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
46059              
46060              Subject: [PATCH] todo
46061              
46062              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
46063              
46064              Use $sort, $uniq (and $tr) consistently as wondered
46065              by Nicholas Clark.
46066              
46067              Too enthusiastic editing in #7460.
46068              
46069              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
46070              
46071              Upgrade to CPAN 1.58_55.
46072              Subject: CPAN.pm status
46073              
46074              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
46075              
46076              Make target reordering to avoid pointless re-makes.
46077              Subject: Re: Total re-make of 'make okfile' after 7451 ?
46078              
46079              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
46080              
46081              Subject: DOC PATCH 5.6.0
46082              
46083              Add the repository doc by Malcolm, Sarathy, and by Simon,
46084              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
46085      Branch: maint-5.6/perl
46086           +> Porting/repository.pod
46087           !> Configure MANIFEST Makefile.SH README.dos README.os2
46088           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
46089           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
46090           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
46091 ____________________________________________________________________________
46092 [  8169] By: gsar                                  on 2000/12/18  02:33:34
46093         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
46094              7435..7441,7445 from mainline
46095              
46096              Make the UTF-8 decoding stricter and more verbose when
46097              malformation happens.  This involved adding an argument
46098              to utf8_to_uv_chk(), which involved changing its prototype,
46099              and prefer STRLEN over I32 for the UTF-8 length, which as
46100              a domino effect necessitated changing the prototypes of
46101              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
46102              The stricter UTF-8 decoding checking uses Markus Kuhn's
46103              UTF-8 Decode Stress Tester from
46104              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
46105              
46106              Run vms/vms_yfix.pl, should have done that after changing
46107              perly.c in #7382.
46108              
46109              Subject: [PATCH 5.7.0] static linking with uninstalled perl
46110              
46111              (Replaced by #7440.)
46112              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
46113              
46114              Fix the bug ID 20001024.005, the bug introduced by #7416.
46115              
46116              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
46117              
46118              Fix the bug reported in
46119              From: andreas.koenig@anima.de (Andreas J. Koenig)
46120              Also make is_utf8_char() stricter.
46121              
46122              Missed the header file changes from #7425.
46123              
46124              Check if stdio supports tweaking lval and cnt simultaneously.
46125              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
46126              
46127              Stratus VOS updates from Paul Green.
46128              
46129              Podify README.epoc and README.vos.
46130              
46131              Add targets to Makefile.SH, most importantly
46132              'regen_all' which also remembers to update vms/perly*.
46133              
46134              Subject: Minor update to find2perl, for portability
46135              
46136              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
46137              
46138              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
46139              
46140              Rename UTF8LEN() to be UNISKIP(), too confusing to have
46141              UTF8LEN() and UTF8SKIP(). 
46142              
46143              Allow poking holes at the UTF-8 decoding strictness.
46144              
46145              Continue the internal UTF-8 API tweaking.
46146              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
46147              used much more than the simpler API, now called utf8_to_uv_simple().
46148              Still not quite happy with API, too much partial duplication
46149              of functionality.
46150              
46151              A new version of making the syslog test more robust.
46152              (Replaces #7421.)
46153              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
46154              
46155              buildtoc target tweaks.
46156              
46157              Integrate with vmsperl #7430 by Charles Bailey:
46158              
46159              Cleanup from prior patch (Charles Lane?):
46160              - improve handling of MFDs in Basename and Path
46161              - default to no xsubpp line # munging when building debug images
46162      Branch: maint-5.6/perl
46163           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46164           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
46165           !> (integrate 67 files)
46166 ____________________________________________________________________________
46167 [  8168] By: gsar                                  on 2000/12/18  02:05:49
46168         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
46169              
46170              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
46171              From: Martin Husemann <martin@duskware.de>
46172              
46173              Subject: [PATCH 5.7.0] restore match data on backtracing
46174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46175      Branch: maint-5.6/perl
46176           !> regcomp.c regexec.c t/op/re_tests
46177 ____________________________________________________________________________
46178 [  8167] By: gsar                                  on 2000/12/18  01:55:22
46179         Log: integrate changes#7858,7986 from mainline
46180              
46181              C<foreach my $x ...> in pseudo-fork()ed process may diddle
46182              parent's memory; fix it by keeping track of the actual pad
46183              offset rather than a raw pointer (this change is probably also
46184              relevant to non-ithreads case to avoid fallout from reallocs of
46185              the pad array, but is currently only enabled for the ithreads
46186              case in the interests of minimal disruption to existing "well
46187              tested" code)
46188              
46189              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
46190              due to the notorious GetFileType() bug in Windows 9x, which fstat()
46191              tickles)
46192      Branch: maint-5.6/perl
46193           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
46194           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
46195           !> win32/win32.c win32/win32.h win32/win32sck.c
46196 ____________________________________________________________________________
46197 [  8166] By: gsar                                  on 2000/12/18  01:52:59
46198         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
46199              from mainline (xsubpp and ExtUtils::LibList fixups, various
46200              other small items)
46201              
46202              The generated boot_* headers are wrong.  Pickier compiler,
46203              such as KAI C++ will refuse to compile the resulting perlmain.
46204              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
46205              
46206              Various doc oddball characters.
46207              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
46208              
46209              Subject: [PATCH] Re: 20001101.003 PDL
46210              
46211              Subject: [PATCH 5.7.0] etags broken again
46212              
46213              Subject: [PATCH 5.7.0] Liblist finally works
46214              
46215              Subject: [PATCH 5.7.0] Liblist returns found libraries
46216              
46217              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
46218              
46219              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
46220              
46221              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
46222              OUT keyword nits.
46223              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
46224              OUT and IN_OUT documentation.
46225      Branch: maint-5.6/perl
46226           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
46227           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
46228           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
46229           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
46230           !> win32/bin/search.pl
46231 ____________________________________________________________________________
46232 [  8165] By: gsar                                  on 2000/12/18  01:28:45
46233         Log: integrate changes#7533,7563,7611,7623 from mainline (various
46234              malloc.c embellishments)
46235      Branch: maint-5.6/perl
46236           !> malloc.c pod/perldiag.pod
46237 ____________________________________________________________________________
46238 [  8164] By: gsar                                  on 2000/12/18  01:23:33
46239         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
46240              fixups)
46241      Branch: maint-5.6/perl
46242           !> utils/h2xs.PL
46243 ____________________________________________________________________________
46244 [  8163] By: gsar                                  on 2000/12/18  01:17:50
46245         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
46246              fixups)
46247      Branch: maint-5.6/perl
46248           !> Makefile.SH utils/perlbug.PL
46249 ____________________________________________________________________________
46250 [  8162] By: gsar                                  on 2000/12/18  00:25:43
46251         Log: always export Perl_deb() (it is required by re.xs whether
46252              Perl is built with or without -DDEBUGGING)
46253      Branch: maint-5.6/perl
46254            ! makedef.pl
46255 ____________________________________________________________________________
46256 [  8161] By: gsar                                  on 2000/12/18  00:23:38
46257         Log: integrate change#7414 from mainline
46258              
46259              Undo the basename() part of #7412 since the lib/basename
46260              tests would need upgrading too.
46261              
46262              squelch two tests in tr.t that rely on tr/// paranoia change
46263              that's not in 5.6.x
46264      Branch: maint-5.6/perl
46265            ! t/op/tr.t
46266           !> lib/File/Basename.pm
46267 ____________________________________________________________________________
46268 [  8160] By: gsar                                  on 2000/12/18  00:05:30
46269         Log: missing change in previous integrate
46270      Branch: maint-5.6/perl
46271           !> README.aix
46272 ____________________________________________________________________________
46273 [  8159] By: gsar                                  on 2000/12/18  00:03:38
46274         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
46275              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
46276              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
46277              7410..7413 from mainline
46278              
46279              Introduce the man[24-8] variables, from Andy Dougherty.
46280              
46281              Upgrade to CPAN 1.58, from Andreas König.
46282              
46283              An updated EBCDIC tr patch.
46284              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
46285              
46286              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
46287              
46288              Two thirds of
46289              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46290              The Install.pm changes will be submitted separately because
46291              they need some work and discussion still.
46292              
46293              The Install.pm third of
46294              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
46295              
46296              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
46297              
46298              Subject: [PATCH 5.7.0] IVs in mtats
46299              
46300              Subject: [PATCH 5.7.0] Perl API for mstats
46301              
46302              Ilya implemented the memory profiling API.
46303              
46304              In Amdahl UTS "struct sv" is defined by a system header,
46305              <ksync.h>.
46306              
46307              Slight tweak of the code to appease Amdahl UTS cc.
46308              
46309              Amdahl UTS doesn't seem to do dynaloading.
46310              
46311              Use UTF8SKIP(), from Simon Cozens.
46312              
46313              Thinko in #7222.
46314              
46315              op/sprintf.t patch for OS/390 (and any other host with limited
46316              floating-point exponent length)
46317              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
46318              
46319              Tweak #7225.
46320              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
46321              
46322              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
46323              
46324              Needs to be conditional on SunOS 4.
46325              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
46326              
46327              Test cases for bug id 20000323.056 (the bug seems to be fixed).
46328              
46329              Add test for bug id 20000427.003 (which seems to have
46330              been fixed) (also duplicate as 20000427.004, though
46331              with a higher severity).  Move one utf8 from op/append
46332              to pragma/utf8, tag the tests with bug ids.
46333              
46334              Document FNCASE=y as discussed in the bug 20000902.009.
46335              
46336              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
46337              The problem was that rx->minlen was in chars while pp_split()
46338              thought it would be in bytes. 
46339              
46340              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
46341              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
46342              
46343              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
46344              
46345              Fix a couple of compiler-noted nits in #7235.
46346              
46347              Tweak the test of #7235.
46348              
46349              One more ~utf8 tweak.
46350              
46351              -w cleanup.
46352              Subject: Re: Problems with bleadperl 
46353              
46354              Subject: small pod patch
46355              
46356              Subject: [PATCH perlguts.pod] Document offset hack
46357              
46358              Add Charles Lane.
46359              
46360              Add the capability to include/exclude branches.
46361              
46362              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
46363              
46364              Detect early whether the std streams have gone bad.
46365              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46366              
46367              More IoTYPE sprinkling.
46368              
46369              Workaround for a sfio bug where the stream error indicator
46370              is not cleared as documented.
46371              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
46372              
46373              Clarify documentation on 'use bytes'.
46374              Subject: Re: What does 'use bytes' "mean" ?
46375              
46376              Show the failed remote port, instead of the failing line number.
46377              Subject: [PATCH 5.6.1 Debugger] More diagnostics
46378              
46379              Make Cwd more bulletproof in chrooted environments.
46380              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
46381              
46382              Subject: Pod patch for Devel::Peek
46383              
46384              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
46385              
46386              Borland C fstat() never saw the fd as writable.
46387              Subject: fix for Borland's weak "stat" (perl@7211)
46388              
46389              Missing change from #7362.
46390              
46391              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
46392              
46393              Add the test case for the bug id 20000730.004 which seems
46394              to have been fixed by now.
46395              
46396              Fix of sorts for bug id 20000901.092.  There seems to be no trace
46397              of a 'pmshort' anywhere in the B, so the offending line was simply
46398              removed.
46399              
46400              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
46401              
46402              Subject: PATCH do_print has 2 PerlIO_error()s
46403              
46404              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
46405              
46406              Typo noted by Mark Lutz.
46407              
46408              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
46409              
46410              In the latest compiler builds cccdlflags must not become -fpic,
46411              from Wilfredo Sánchez.
46412              
46413              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
46414              
46415              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
46416              
46417              SOCKS function redefinitions need prototypes, too, otherwise
46418              for example 32 bit versus 64 bit differences cause a lot of
46419              problems.  Part of
46420              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
46421              
46422              Portability tweak on #7377.
46423              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
46424              
46425              Don't write double values through long double pointers,
46426              based on a part of
46427              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
46428              
46429              Reëntrancy fix.
46430              Subject: [PATCH perl@7229] Rentrant parser and yylex()
46431              
46432              Make scan_num() reëntrant, as suggested in
46433              Subject: [PATCH perl@7229] Rentrant parser and yylex()
46434              
46435              Fix for ID 20001020.006, concatenating an unset submatch
46436              with utf8 resulted in "Modification of a read-only value".
46437              
46438              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
46439              
46440              The #7383 was right only in the context of the original bug report,
46441              not in more general case.
46442              
46443              Update Changes.
46444              
46445              Testcases for a #7383,#7385 related bug.
46446              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
46447              
46448              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
46449              
46450              Tweak the Is* definitions of Unicode character classes
46451              to better match the official categorizations; embrace
46452              the official categorizations; add the combining marks
46453              as alpha (and -numeric); fix DCinital (a typo and edito)
46454              to be DCmedial.
46455              
46456              Hints tweak from Anton Berezin.
46457              
46458              Subject: installman go-faster stripes
46459              Subject: Re: installman go-faster stripes
46460              
46461              Subject: [ID 20001021.003] updated hints/openbsd.sh
46462              
46463              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
46464              
46465              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
46466              
46467              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
46468              
46469              Doc patch.
46470              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
46471              
46472              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
46473              
46474              Subject: Re: [ID 20001021.005] SEGV with regex match 
46475              
46476              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
46477              
46478              The change #7187 was not so good on VMS.
46479              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
46480              
46481              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
46482              
46483              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
46484              
46485              Document PERL_INSTALL_ROOT of #7210.
46486      Branch: maint-5.6/perl
46487           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
46488           +> t/lib/tie-splice.t
46489            - lib/unicode/Is/DCinital.pl
46490           !> (integrate 112 files)
46491 ____________________________________________________________________________
46492 [  8158] By: jhi                                   on 2000/12/17  23:04:24
46493         Log: Subject: [PATCHES] RE: perl@8150 
46494              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
46495              Date: Sun, 17 Dec 2000 21:46:39 +0100
46496              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
46497              
46498              Neither cygwin has a getpwuid() one can trust on.
46499      Branch: perl
46500            ! t/lib/glob-basic.t
46501 ____________________________________________________________________________
46502 [  8157] By: jhi                                   on 2000/12/17  23:01:54
46503         Log: More MAN.PODS => {} fixes.
46504      Branch: perl
46505            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
46506            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
46507            ! os2/OS2/REXX/Makefile.PL
46508 ____________________________________________________________________________
46509 [  8156] By: gsar                                  on 2000/12/17  22:49:13
46510         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
46511              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
46512              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
46513              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
46514              7201,7204 from mainline
46515              
46516              Remove vestiges of tr//CU.
46517              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
46518              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
46519              
46520              The return value of setlocale must be copied away.
46521              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
46522              
46523              Allow chop() and chomp() to be overridden.
46524              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
46525              
46526              Hints optimization.
46527              Subject: Minor nit
46528              
46529              Subject: [PATCH] de-wall t/README
46530              
46531              Subject: Re: Two advertising clauses need to be removed
46532              
46533              Batch of UTF-8 patches from Simon Cozens.
46534              
46535              Fix for a parsing bug, not for the original bug.
46536              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
46537              
46538              Compilation warnings and an error.
46539              
46540              Subject: File::Find 5.7.0 POD nits
46541              
46542              Subject: [PATCH perl-5.7.0] continued -Wformat support
46543              
46544              The one that got away.
46545              
46546              Subject: Re: perl@7078
46547              
46548              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
46549              convertable to bytes by checking it doesn't go above 0xc3
46550              Subject: Re: perl@7078
46551              
46552              Replace #7084 with
46553              Subject: Re: perl@7078 
46554              
46555              We don't need to count the high bit bytes, a boolean is enough. 
46556              
46557              Subject: [PATCH] utf8.c apidoc
46558              
46559              Subject: Re: perl@7078 
46560              
46561              Botched the #7090 check-in.
46562              
46563              Fix for the charnames.t failures from Spider Boardman.
46564              
46565              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
46566              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
46567              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
46568              0 to checking to get the warning.
46569              
46570              Subject: [PATCH] Nits in perlmod.pod
46571              
46572              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
46573              
46574              Subject: Re: unicode support and perl [ID 20000901.097]
46575              
46576              Subject: Re: unicode support and perl [ID 20000901.097]
46577              
46578              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
46579              
46580              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
46581              
46582              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
46583              
46584              Subject: [PATCH@blead] Fix some recursion in overload.pm
46585              
46586              s/Robin Parker/Robin Barker/
46587              
46588              Subject: [PATCH] Fix aliasing of tied filehandles
46589              
46590              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
46591              
46592              Subject: Re: [PATCH 5.005_64 missed]
46593              
46594              SOCK_DGRAM and listen() do not mix as reported in
46595              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
46596              The patch for 5.7.0+ had to be reengineered, though.
46597              
46598              Subject: DOC PATCH 5.6.0
46599              
46600              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
46601              
46602              Document the issue (is not a syntax error, kind of)
46603              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
46604              
46605              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
46606              Did not apply cleanly, manual intervention was needed.
46607              
46608              Subject: [PATCH] DLL not restartabke with threaded perl
46609              
46610              Inside require() $^S was always left undefined.
46611              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
46612              
46613              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
46614              
46615              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
46616              
46617              Regen headers.
46618              
46619              Subject: [PATCH 5.7.0] Epoc update
46620              
46621              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
46622              as suggested by Olaf Flebbe and Nick Clark.
46623              
46624              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
46625              
46626              Misplaced else.
46627              
46628              Scale down the VMS message boxes, by Charles Lane.
46629              Fix for ID 20000903.009, workaround at
46630              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
46631              
46632              Subject: [ID 20001003.006] B::Debug not -w clean
46633              
46634              Test harness update to sync with the new perlcc,
46635              from Simon Cozens.
46636              
46637              One remaining nit less at the VMS mailbox sizing.
46638              
46639              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
46640              
46641              It is possible to have no hosts database at all.  Pointed out in
46642              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
46643              
46644              Subject: [PATCH 5.7.0] h2xs not working
46645              Subject: [PATCH 5.7.0] h2xs not documenting the created module
46646              
46647              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
46648              
46649              Subject: perlhack.pod Patch for Externals Tools
46650              
46651              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
46652              
46653              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
46654              
46655              Enable disabling scripts installation by Configure -Uinstallscripts,
46656              suggested by H. Merijn Brand.
46657              
46658              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
46659              reported several times by Dominic Dunlop, for example in
46660              ID 20000315.008.  Patch from Dominic.  Patch affects at
46661              least MachTen, and possibly other oldish BSDs. Should not
46662              break non-broken platforms (tested on LinuxPPC). 
46663              
46664              Regen toc.
46665              
46666              Subject: Re: Questions about Tie::Array and perl modules
46667              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
46668              
46669              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
46670              
46671              Tweak #7153.
46672              
46673              IO::Handle->syswrite() did not handle length omission
46674              like CORE::syswrite() does.
46675              Subject: [Fwd] IO::Handle, syswrite and arguments
46676              The original patch from andrew@ugh.net.au.
46677              
46678              Also the $ccflags is needed for the C compiler check.
46679              Subject: Configure (check for C-compiler)
46680              
46681              Eliminate $Is_VMS code from the test.
46682              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
46683              
46684              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
46685              as the first option of cc/ld because of ultrapicky compilers
46686              (e.g. OS/390 R2.5)
46687              
46688              Change the version number of Tie::Handle in the core to 4.0,
46689              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
46690              Subject: Note on Tie::Handle
46691              
46692              UTF8ize split() so that the cloned substrings get the UTF8
46693              flag of the original scalar.  Problem reported by Simon Cozens.
46694              
46695              save_re_context() could reset PL_curcop to freed memory, causing core
46696              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
46697              
46698              Subject: PATCH 5.6 perldebguts grammar cleanup
46699              
46700              Add a todo note about overloadable assertions.
46701              
46702              on Windows, LoadLibrary() could load an extension DLL multiple
46703              times if forward slashes are used in the path
46704              
46705              on Windows, cwd strings in the environment should be of the
46706              form =X:=X:\foo instead of =X=X:\foo\
46707              
46708              on Windows, avoid potential exception (could happen if MSVCRT isn't
46709              being used) when closing a socket handle
46710              
46711              avoid nonportable example code
46712              
46713              Windows9x doesn't support link(), despite what Config.pm
46714              might think
46715              
46716              pod nit
46717              
46718              Change #7160 had a nasty typo.
46719              
46720              Warn about unknown scripts.
46721              Subject: Re: ideas? patches? [PATCH bleadperl]
46722              
46723              on Windows, clean targets might not work under some flavors of the shell
46724              
46725              tweak for change#7173
46726              
46727              Make eq work again with utf8 (disabling the upgrading
46728              should no more be necessary since the copies of the
46729              scalars are upgraded, not the scalars themselves).
46730              Takes care of ID 20001009.001.  (The claimed length()
46731              bug in 20001009.001 seems bogus to me.)
46732              
46733              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
46734              
46735              Upgrade to CGI.pm 2.74, from Lincoln Stein.
46736              
46737              Upgrade to podlators 1.04, from Russ Allbery.
46738              
46739              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
46740              
46741              Quote the temp file name, needed in Win32 because the
46742              default name unfortunately contains spaces, shouldn't
46743              hurt elsewhere.
46744              Subject: FW: perldoc fails if $TEMP contains spaces
46745              
46746              Subject: RE: [ID 19990803.001] README.win32 suggestions 
46747              
46748              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
46749              
46750              Subject: Re: utf8 concat, mg_get
46751              
46752              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
46753              
46754              Subject: [PATCH: perl@7181] op/tr tests on OS/390
46755              
46756              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
46757              
46758              Use the versiononly instead of the installscripts,
46759              retract the changes 7146 and 7147.
46760              
46761              Reapply Andy's patch and regen Configure.
46762              
46763              Add the test case for #7190, from the original bug report
46764              by Andreas König.
46765              
46766              Remove duplicated code.
46767              
46768              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
46769              
46770              restore change#7202
46771      Branch: maint-5.6/perl
46772           !> (integrate 121 files)
46773 ____________________________________________________________________________
46774 [  8155] By: jhi                                   on 2000/12/17  22:30:58
46775         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
46776              From: "Craig A. Berry" <craigberry@mac.com>
46777              Date: Sun, 17 Dec 2000 13:09:28 -0600
46778              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
46779              
46780              MAN.PODS => ' ' is naughty.
46781      Branch: perl
46782            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
46783 ____________________________________________________________________________
46784 [  8154] By: nick                                  on 2000/12/17  22:07:13
46785         Log: MULTIPLICITY nit.
46786      Branch: perl
46787            ! mg.c
46788 ____________________________________________________________________________
46789 [  8153] By: gsar                                  on 2000/12/17  21:23:05
46790         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
46791              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
46792              from mainline
46793              
46794              Document the SvIOK_.*UV().
46795              
46796              Update Unicode todo list.
46797              
46798              Guard against bad string->int conversion for quads.
46799              
46800              Subject: small apidoc fix
46801              
46802              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
46803              
46804              Subject: [PATCH] Tied filehandle documentation
46805              
46806              Subject: [PATCH] Modernize Opcode.pm documentation
46807              
46808              Make Data::Dumper (non-XS) to work with changed semantics of ref().
46809              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
46810              [applied even though said semantics didn't change in 5.6.x]
46811              
46812              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
46813              
46814              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
46815              
46816              Fix the URL, but the server is still missing in action.
46817              Subject: [ID 20000905.002] perlfaq1.pod URL error
46818              
46819              Subject: [ID 20000903.001] \w in utf8-strings
46820              
46821              Fix the ccversion detection for 5.1 and beyond.
46822              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
46823              
46824              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
46825              
46826              Subject: [ID 20000904.008] Tiny fix for perldiag
46827              
46828              Subject: Re: [ID 20000906.004] segfault with bad perl statement
46829              
46830              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
46831              
46832              Subject: [ID 20000908.002] perlipc documentation bug.
46833              
46834              Subject: [PATCH lib/Benchmark.pm]
46835              
46836              Re-allow vec() for characters > 255.
46837              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
46838              
46839              Do away with memory models cruft.  Sorry, PDP users.
46840              
46841              Continue #7041.
46842              
46843              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
46844              
46845              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
46846              
46847              Upgrade to CPAN 1.57_65, from Andreas König.
46848              
46849              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
46850              by Russ Allbery.
46851              
46852              Silence t/pod/*.t about alternate quote-mappings now implemented
46853              by Pod::Text, from Brad Appleton.
46854              
46855              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
46856              Subject: borland C++ win32.c tweak
46857              
46858              C<@a = @b = split(...)> optimization coredumps under ithreads
46859              (missed a spot when fixing up op_pmreplroot hack for ithreads)
46860              
46861              Document the SvUTF8*().
46862              
46863              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
46864              
46865              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
46866              
46867              Do in VMS as the #7054 does.
46868              
46869              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
46870              
46871              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
46872              
46873              Subject: [patch: perl@7045] vms updates
46874              
46875              Test for the #7049.
46876              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
46877              
46878              Break up the myconfig lines a bit.
46879              Subject: perlbug/perl -V output format
46880              
46881              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
46882              
46883              The #7054 truncated Configure badly.
46884              
46885              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
46886              initialization in all the threads on Windows
46887              
46888              Allow for whitespace between "#" and "line" in cpp output.
46889              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
46890              
46891              Remove vestiges of tr//CU.
46892              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
46893              
46894              The return value of setlocale must be copied away.
46895              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
46896              
46897              Allow chop() and chomp() to be overridden.
46898              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
46899              
46900              Hints optimization.
46901              Subject: Minor nit
46902              
46903              Subject: [PATCH] de-wall t/README
46904              
46905              Subject: Re: Two advertising clauses need to be removed
46906      Branch: maint-5.6/perl
46907           !> (integrate 75 files)
46908 ____________________________________________________________________________
46909 [  8152] By: gsar                                  on 2000/12/17  20:30:11
46910         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
46911              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
46912              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
46913              
46914              Don't attach -ld to the archname if pointless.
46915              
46916              Document UNTIE in a very minimalistic way.
46917              
46918              POSIX doesn't report long double values under -Duselongdouble
46919              when the long doubles are "real" (bigger than doubles).
46920              
46921              More author updates.
46922              
46923              Try to deduce NV_MAX.  Really should be Configure fodder.
46924              
46925              :: not allowed in pathnames, change to .
46926              Subject: [PATCH perl@6938] cygwin port
46927              
46928              Forget about NV_MAX (#6951).  Various floating point tweaks,
46929              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
46930              
46931              Move the Solaris 7 scan to use64bitall, make the
46932              failure to find 64-bot sparc libc to mention the
46933              possibility of being in an intel, from Lupe and Alan.
46934              
46935              Regen perltoc.
46936              
46937              AUTHORS tweaks, from Peter Prymmer.
46938              
46939              More address tweaking.
46940              
46941              Small tweaks all over.
46942              
46943              File::Temp patches from Andreas König,
46944              
46945              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
46946              
46947              Subject: CPAN.pm beta 1.57_57 for the core
46948              
46949              Part of the solution.
46950              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
46951              
46952              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
46953              
46954              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46955              
46956              Add the overload warnings to perldiag.
46957              
46958              Drop unused argument.
46959              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
46960              
46961              Subject: Nit in Configure (bleadperl@6961)
46962              
46963              Update to PodParser 1.18, from Brad Appleton.
46964              
46965              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
46966              
46967              Subject: [PATCH: 6948] add SCNfldbl to configure.com
46968              
46969              Document UNTIE. Also tweak implementation to suppress the 'inner references'
46970              warning when UNTIE exists and instead pass the cound of extra references to
46971              the UNTIE method.
46972              
46973              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
46974              so that case-ignoring systems like DCL can tell them from
46975              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
46976              
46977              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
46978              
46979              Feature ordering tweak.
46980              
46981              Regen perltoc.
46982              
46983              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
46984              
46985              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
46986              
46987              Subject: http:// in L<>
46988              
46989              Detypo.
46990              
46991              change#6791 accidentally clobbered change#6710, put it back
46992              
46993              Only the first line, thank you very much.
46994              
46995              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
46996              plus rework the http: spots as suggested by Tom Christiansen,
46997              plus regen perltoc.
46998              
46999              Undo part of change 6489 which looks like a bulk edit which
47000              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
47001              The supressing of main:: on return from select() is undesirable.
47002              
47003              Apparently avoiding the swapping is too costly.
47004              
47005              Various Configure nits by Philip Newton,
47006              plus the ebcdic one by me.
47007              
47008              Make certain cc is set before trying to run it.
47009              
47010              If overloaded %{} etc. return the object do not loop.
47011              Thus  sub deref { $_[0] } functions if object is wanted type.
47012              
47013              Update perlhist.
47014              
47015              More %{} and other deref special casing - do not pass to 'nomethod'.
47016      Branch: maint-5.6/perl
47017           !> (integrate 59 files)
47018 ____________________________________________________________________________
47019 [  8151] By: gsar                                  on 2000/12/17  19:14:38
47020         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
47021              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
47022              
47023              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
47024              
47025              Make the epsilon to be relative, not absolute.
47026              
47027              Put back the flags dump as reasoned in
47028              Subject: Re: [PATCH] Glob dumping
47029              
47030              Introduce ccname to keep track of what compiler kind of we have.
47031              
47032              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
47033              
47034              Put back the slice accidentally removed by #6907.
47035              
47036              Reset archname and archname64 always, forcing them be
47037              recomputed at each Configure run, make Configure and
47038              the hints files agree on the naming of largefiles variables.
47039              
47040              Don't say "Perl 5.0 source kit".
47041              
47042              Subject: [PATCH] fix misc cast warnings
47043              
47044              Subject: typos in pods
47045              
47046              NVs not necessarily doubles, as pointed out by Yitzchak.
47047              
47048              Subject: [PATCH 6889] add a few ldbl formats to configure.com
47049              
47050              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
47051              
47052              Better options for rsync.
47053              
47054              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
47055              
47056              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
47057              
47058              Subject: [PATCH] Re: UNTIE method 
47059              
47060              A better fix for the Socket building problem from Craig Berry.
47061              
47062              Retract the dummy test, skip the security tests (instead of failing),
47063              explain what the warnings mean.
47064              
47065              Heap decorruption.
47066              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
47067              
47068              Update to Unicode 3.0.1.
47069              
47070              Missed one Unicode file.
47071              
47072              Subject: Re: typos in pods
47073              
47074              The #6929 was too skimpy.
47075              
47076              sscanf() may be the only way to read long doubles from strings.
47077              
47078              Reveal Borland's isnan.
47079              Subject: build with BC++ tweak
47080              
47081              Issue useful diagnostic on unknown pod commands.
47082              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
47083              
47084              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
47085              
47086              Clarify the third case of ftmp-security warnings.
47087              
47088              Make -Dusemorebits find long doubles in Solaris.
47089              
47090              Wrap the test in eval.
47091      Branch: maint-5.6/perl
47092           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
47093           +> lib/unicode/PropList.txt lib/unicode/README.perl
47094           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
47095           +> lib/unicode/Unicode.301 vms/vmspipe.com
47096            - lib/unicode/Props.txt lib/unicode/UCD300.html
47097            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
47098           !> (integrate 305 files)
47099 ____________________________________________________________________________
47100 [  8150] By: jhi                                   on 2000/12/17  18:47:57
47101         Log: Uncheckedin generated files.
47102      Branch: perl
47103            ! global.sym perlapi.c pod/perlapi.pod
47104 ____________________________________________________________________________
47105 [  8149] By: jhi                                   on 2000/12/17  18:41:22
47106         Log: Update Changes.
47107      Branch: perl
47108            ! Changes patchlevel.h
47109 ____________________________________________________________________________
47110 [  8148] By: jhi                                   on 2000/12/17  18:39:16
47111         Log: Subject: [PATCH] Fcntl constants speedup
47112              From: Nicholas Clark <nick@ccl4.org>
47113              Date: Sun, 17 Dec 2000 16:29:24 +0000
47114              Message-ID: <20001217162924.E97668@plum.flirble.org>
47115              
47116              Use IVs for the Fcntl constants instead of NVs.
47117      Branch: perl
47118            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
47119 ____________________________________________________________________________
47120 [  8147] By: jhi                                   on 2000/12/17  18:33:41
47121         Log: Add test for #8145 (binmode() warning), add warning for
47122              ioctl() and sockpair(), document them. (fileno() cannot
47123              be tripwired with the same kind of warning because
47124              'defined fileno($foo)' seems to be an idiom.)
47125      Branch: perl
47126            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
47127 ____________________________________________________________________________
47128 [  8146] By: gsar                                  on 2000/12/17  18:09:08
47129         Log: update Changes
47130      Branch: maint-5.6/perl
47131            ! Changes
47132 ____________________________________________________________________________
47133 [  8145] By: jhi                                   on 2000/12/17  17:39:35
47134         Log: Subject: [PATCH] Re: The long awaited feature ...
47135              From: Simon Cozens <simon@cozens.net>
47136              Date: Sun, 17 Dec 2000 12:31:56 +0000
47137              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
47138              
47139              Add a warning to binmode() about using bad filehandles
47140              (can happen e.g. if someone forgets the filehandle argument)
47141      Branch: perl
47142            ! pp_sys.c
47143 ____________________________________________________________________________
47144 [  8144] By: jhi                                   on 2000/12/17  17:33:48
47145         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
47146              From: Jonathan Stowe <gellyfish@gellyfish.com>
47147              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
47148              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
47149      Branch: perl
47150            ! lib/Net/Ping.pm
47151 ____________________________________________________________________________
47152 [  8143] By: jhi                                   on 2000/12/17  05:31:37
47153         Log: Polymorphic regexps.
47154              
47155              Fixes at least the bugs 20001028.003 (both of them...) and
47156              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
47157              also to be fixed by now, probably already before this patch.
47158      Branch: perl
47159            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
47160            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
47161            ! t/op/utf8decode.t t/pragma/utf8.t
47162 ____________________________________________________________________________
47163 [  8142] By: jhi                                   on 2000/12/16  17:16:05
47164         Log: Subject: [patch perl@8102] dos/djgpp update
47165              From: Laszlo Molnar <ml1050@freemail.hu>
47166              Date: Sat, 16 Dec 2000 01:40:52 +0100
47167              Message-ID: <20001216014052.A335@freemail.hu>
47168      Branch: perl
47169            ! djgpp/config.over t/base/commonsense.t
47170 ____________________________________________________________________________
47171 [  8141] By: jhi                                   on 2000/12/16  17:09:27
47172         Log: Few uncheckedin files.
47173      Branch: perl
47174            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
47175 ____________________________________________________________________________
47176 [  8140] By: nick                                  on 2000/12/15  22:14:31
47177         Log: Integrate mainline
47178      Branch: perlio
47179           !> (integrate 53 files)
47180 ____________________________________________________________________________
47181 [  8139] By: jhi                                   on 2000/12/15  19:49:49
47182         Log: One more IVUV tweak from Nicholas Clark.
47183      Branch: perl
47184            ! sv.c
47185 ____________________________________________________________________________
47186 [  8138] By: jhi                                   on 2000/12/15  19:17:06
47187         Log: Return of the IVUV-preservation, now seems to be happy even
47188              in Digital UNIX (the broken strtoul brokenness detection
47189              seems to have been the fly in the ointment).
47190      Branch: perl
47191            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47192            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
47193            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
47194            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
47195            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47196            ! vos/config.ga.h win32/config.bc win32/config.gc
47197            ! win32/config.vc
47198 ____________________________________________________________________________
47199 [  8137] By: jhi                                   on 2000/12/15  18:12:14
47200         Log: Metaconfig unit change for #8136.
47201      Branch: metaconfig
47202            ! U/modified/d_strtoul.U
47203      Branch: metaconfig/U/perl
47204            ! d_strtoull.U d_strtouq.U
47205 ____________________________________________________________________________
47206 [  8136] By: jhi                                   on 2000/12/15  18:11:35
47207         Log: I don't think it's sensible or portable to test the strtou*
47208              on /^-/ strings.
47209      Branch: perl
47210            ! Configure
47211 ____________________________________________________________________________
47212 [  8135] By: jhi                                   on 2000/12/15  17:18:49
47213         Log: Metaconfig unit change for #8134.
47214      Branch: metaconfig
47215            ! U/modified/d_strtoul.U
47216 ____________________________________________________________________________
47217 [  8134] By: jhi                                   on 2000/12/15  17:14:13
47218         Log: If longsize is 8 we don't need a LL suffix for integer constants.
47219      Branch: perl
47220            ! Configure config_h.SH
47221 ____________________________________________________________________________
47222 [  8133] By: jhi                                   on 2000/12/15  16:00:23
47223         Log: Update Changes.
47224      Branch: perl
47225            ! Changes patchlevel.h
47226 ____________________________________________________________________________
47227 [  8132] By: jhi                                   on 2000/12/15  15:44:16
47228         Log: Some compilers get huffy if you do not cast a const pointer
47229              to a non-const when assigning.
47230      Branch: perl
47231            ! gv.c
47232 ____________________________________________________________________________
47233 [  8131] By: jhi                                   on 2000/12/15  15:38:30
47234         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
47235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47236              Date: Fri, 15 Dec 2000 05:26:57 -0500
47237              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
47238      Branch: perl
47239            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
47240            ! t/pragma/overload.t
47241 ____________________________________________________________________________
47242 [  8130] By: jhi                                   on 2000/12/15  15:36:08
47243         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
47244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47245              Date: Thu, 14 Dec 2000 22:02:43 -0500
47246              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
47247      Branch: perl
47248            ! gv.c perl.h
47249 ____________________________________________________________________________
47250 [  8129] By: jhi                                   on 2000/12/15  15:34:16
47251         Log: Subject: PATCH: h2xs nit
47252              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47253              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
47254              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
47255              
47256              Add a template README.
47257      Branch: perl
47258            ! utils/h2xs.PL
47259 ____________________________________________________________________________
47260 [  8128] By: jhi                                   on 2000/12/15  15:32:22
47261         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
47262      Branch: perl
47263            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
47264 ____________________________________________________________________________
47265 [  8127] By: jhi                                   on 2000/12/15  15:19:34
47266         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
47267              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47268              Date:     Thu, 14 Dec 2000 20:04:42 EST
47269              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
47270      Branch: perl
47271            ! ext/Opcode/Opcode.xs
47272 ____________________________________________________________________________
47273 [  8126] By: jhi                                   on 2000/12/15  15:17:49
47274         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
47275              From: Peter Prymmer <pvhp@forte.com>
47276              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
47277              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
47278      Branch: perl
47279            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
47280            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
47281            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
47282 ____________________________________________________________________________
47283 [  8125] By: jhi                                   on 2000/12/15  15:11:05
47284         Log: This seems to be a stage sane and stable enough to checkin.
47285              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
47286      Branch: perl
47287            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
47288            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
47289            ! t/op/cmp.t t/op/numconvert.t
47290 ____________________________________________________________________________
47291 [  8124] By: jhi                                   on 2000/12/15  04:20:26
47292         Log: Something is really wonky.
47293      Branch: perl
47294            ! sv.c
47295 ____________________________________________________________________________
47296 [  8123] By: jhi                                   on 2000/12/15  04:00:50
47297         Log: Fixes for the IV UV patches to compile in Digital UNIX.
47298      Branch: perl
47299            ! sv.c
47300 ____________________________________________________________________________
47301 [  8122] By: jhi                                   on 2000/12/15  02:53:40
47302         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
47303              From: "Craig A. Berry" <craigberry@mac.com>
47304              Date: Thu, 14 Dec 2000 19:10:49 -0600
47305              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
47306      Branch: perl
47307            ! vms/vms.c
47308 ____________________________________________________________________________
47309 [  8121] By: jhi                                   on 2000/12/15  02:50:00
47310         Log: Metaconfig changes for #8120.
47311      Branch: metaconfig
47312            + U/modified/d_strtoul.U
47313      Branch: metaconfig/U/perl
47314            ! d_strtoull.U d_strtouq.U
47315 ____________________________________________________________________________
47316 [  8120] By: jhi                                   on 2000/12/15  02:49:42
47317         Log: From: Nicholas Clark <nick@ccl4.org> 
47318              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
47319              Date: Thu, 14 Dec 2000 18:38:57 +0000
47320              Message-ID: <20001214183857.B97909@plum.flirble.org>
47321      Branch: perl
47322            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47323            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
47324            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
47325            ! vos/config.ga.def vos/config.ga.h win32/config.bc
47326            ! win32/config.gc win32/config.vc
47327 ____________________________________________________________________________
47328 [  8119] By: jhi                                   on 2000/12/14  23:40:58
47329         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
47330              From: Nicholas Clark <nick@ccl4.org>
47331              Date: Wed, 13 Dec 2000 20:08:50 +0000
47332              Message-ID: <20001213200849.B71166@plum.flirble.org>
47333      Branch: perl
47334            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
47335            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
47336 ____________________________________________________________________________
47337 [  8118] By: jhi                                   on 2000/12/14  22:46:26
47338         Log: Integrate perlio.
47339      Branch: perl
47340           !> MANIFEST ext/Encode/compile makedef.pl
47341 ____________________________________________________________________________
47342 [  8117] By: nick                                  on 2000/12/14  22:38:53
47343         Log: Win32 tweaks to get Encode to build
47344              - temp hack to makedef.pl till PerlIO is properly "exported".
47345              - MSVC dislikes  
47346              static encpage_t foo[];
47347              so make 'em extern for now.
47348      Branch: perlio
47349            ! ext/Encode/compile makedef.pl
47350 ____________________________________________________________________________
47351 [  8116] By: nick                                  on 2000/12/14  22:00:53
47352         Log: Document the new files
47353      Branch: perlio
47354            ! MANIFEST
47355 ____________________________________________________________________________
47356 [  8115] By: jhi                                   on 2000/12/14  21:58:01
47357         Log: MANIFEST new files of #8114.
47358      Branch: perl
47359            ! MANIFEST
47360 ____________________________________________________________________________
47361 [  8114] By: jhi                                   on 2000/12/14  21:50:49
47362         Log: Integrate perlio.
47363      Branch: perl
47364           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
47365           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
47366           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
47367           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
47368           !> ext/Encode/Makefile.PL
47369 ____________________________________________________________________________
47370 [  8113] By: jhi                                   on 2000/12/14  21:48:49
47371         Log: The documentation part of the
47372              
47373              Subject: [ID 20001214.002] Net::Ping patch
47374              From: Jonathan Stowe <gellyfish@gellyfish.com>
47375              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
47376              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
47377              since the #7529 had already addressed the same problem.
47378      Branch: perl
47379            ! lib/Net/Ping.pm
47380 ____________________________________________________________________________
47381 [  8112] By: jhi                                   on 2000/12/14  21:42:57
47382         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
47383              From: Dominic Dunlop <domo@computer.org>
47384              Date: Tue, 12 Dec 2000 10:47:10 +0100
47385              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
47386              
47387              Document how elusive subroutines can be.
47388      Branch: perl
47389            ! pod/perlfunc.pod
47390 ____________________________________________________________________________
47391 [  8111] By: jhi                                   on 2000/12/14  21:38:05
47392         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
47393              From: Dominic Dunlop <domo@computer.org>
47394              Date: Thu, 14 Dec 2000 10:13:51 +0100
47395              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
47396      Branch: perl
47397            ! ext/POSIX/POSIX.pod
47398 ____________________________________________________________________________
47399 [  8110] By: jhi                                   on 2000/12/14  21:36:32
47400         Log: Subject: [patch] perlfaq7
47401              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
47402              Date: Thu, 14 Dec 2000 15:31:07 +0100
47403              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
47404      Branch: perl
47405            ! pod/perlfaq7.pod
47406 ____________________________________________________________________________
47407 [  8109] By: jhi                                   on 2000/12/14  21:29:20
47408         Log: Subject: [8104] Encode
47409              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47410              Date: Thu, 14 Dec 2000 14:49:34 +0100
47411              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
47412              
47413              Type casting for nervous compilers.
47414      Branch: perl
47415            ! ext/Encode/Encode.xs
47416 ____________________________________________________________________________
47417 [  8108] By: jhi                                   on 2000/12/14  21:26:17
47418         Log: Subject: [8104] DB_File
47419              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47420              Date: Thu, 14 Dec 2000 14:49:35 +0100
47421              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
47422              
47423              Type definition incorrect for DB 2.7.7.  Not known when it
47424              changed, so only changed it for a known revision.
47425      Branch: perl
47426            ! ext/DB_File/DB_File.xs
47427 ____________________________________________________________________________
47428 [  8107] By: jhi                                   on 2000/12/14  21:23:41
47429         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
47430              From: Peter Prymmer <pvhp@forte.com>
47431              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
47432              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
47433              
47434              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
47435      Branch: perl
47436            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
47437            ! ext/Encode/Encode/posix-bc.enc
47438 ____________________________________________________________________________
47439 [  8106] By: nick                                  on 2000/12/14  20:36:13
47440         Log: "Cold" build correction to Encode's Makefile.PL
47441      Branch: perlio
47442            ! ext/Encode/Makefile.PL
47443 ____________________________________________________________________________
47444 [  8105] By: nick                                  on 2000/12/14  20:09:37
47445         Log: "Compiled" encodings.
47446              Correct replacement character in EBCDIC .enc files
47447              Add 0x7F to ASCII repertoire.
47448      Branch: perlio
47449            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
47450            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
47451            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
47452            ! ext/Encode/Makefile.PL ext/Encode/compile
47453            ! ext/Encode/encengine.c ext/Encode/encode.h
47454 ____________________________________________________________________________
47455 [  8104] By: nick                                  on 2000/12/14  00:38:20
47456         Log: Integrate mainline
47457      Branch: perlio
47458           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
47459           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
47460           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
47461           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
47462           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
47463           !> t/lib/db-hash.t t/lib/db-recno.t
47464 ____________________________________________________________________________
47465 [  8103] By: nick                                  on 2000/12/13  23:16:13
47466         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
47467              so far and so it does not get lost.
47468      Branch: perlio
47469            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
47470 ____________________________________________________________________________
47471 [  8102] By: jhi                                   on 2000/12/13  17:14:22
47472         Log: Update Changes.
47473      Branch: perl
47474            ! Changes patchlevel.h
47475 ____________________________________________________________________________
47476 [  8101] By: jhi                                   on 2000/12/13  16:53:41
47477         Log: Move the proto of start_glob() to a better place; regen api files.
47478      Branch: perl
47479            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
47480 ____________________________________________________________________________
47481 [  8100] By: jhi                                   on 2000/12/13  16:47:11
47482         Log: Metaconfig change for #8099.
47483      Branch: metaconfig
47484            ! U/modified/Head.U
47485 ____________________________________________________________________________
47486 [  8099] By: jhi                                   on 2000/12/13  16:46:48
47487         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
47488              From: Andy Dougherty <doughera@lafayette.edu>
47489              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
47490              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
47491      Branch: perl
47492            ! Configure
47493 ____________________________________________________________________________
47494 [  8098] By: jhi                                   on 2000/12/13  16:39:02
47495         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
47496              From: rspier@pobox.com (Robert Spier)
47497              Date: Tue, 12 Dec 2000 21:12:39 -0500
47498              Message-ID: <14902.56087.678086.725773@rls.cx>
47499              
47500              fastgetcwd is defined using a glob alias on a $^O dependent basis -
47501              and there was no default assignment or perl subroutine.
47502      Branch: perl
47503            ! lib/Cwd.pm
47504 ____________________________________________________________________________
47505 [  8097] By: jhi                                   on 2000/12/13  16:16:01
47506         Log: Subject: [PATCH] move startglob out of pp_hot.c
47507              From: Nicholas Clark <nick@ccl4.org>
47508              Date: Mon, 11 Dec 2000 23:16:39 +0000
47509              Message-ID: <20001211231638.A55550@plum.flirble.org>
47510      Branch: perl
47511            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
47512 ____________________________________________________________________________
47513 [  8096] By: jhi                                   on 2000/12/13  15:26:23
47514         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
47515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
47516              Date: Wed, 13 Dec 2000 14:01:37 +0100
47517              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
47518              
47519              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
47520              in turn requires libpthread in libswanted.
47521      Branch: perl
47522            ! hints/hpux.sh
47523 ____________________________________________________________________________
47524 [  8095] By: jhi                                   on 2000/12/12  19:51:05
47525         Log: The integration wars continue.
47526      Branch: perl
47527           !> sv.c
47528 ____________________________________________________________________________
47529 [  8094] By: jhi                                   on 2000/12/12  19:48:26
47530         Log: Subject: [PATCH perl@8070] DB_File-1.74  
47531              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
47532              Date: Mon, 11 Dec 2000 23:07:17 -0000
47533              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
47534      Branch: perl
47535            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
47536            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
47537            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
47538            ! t/lib/db-recno.t
47539 ____________________________________________________________________________
47540 [  8093] By: nick                                  on 2000/12/12  19:42:13
47541         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
47542      Branch: perlio
47543            ! sv.c
47544           !> lib/File/DosGlob.pm
47545 ____________________________________________________________________________
47546 [  8092] By: jhi                                   on 2000/12/12  19:28:11
47547         Log: Integrate perlio.
47548      Branch: perl
47549           !> sv.c
47550 ____________________________________________________________________________
47551 [  8091] By: nick                                  on 2000/12/12  18:49:45
47552         Log: Fix for Tk, and upgrading shared SVs.
47553      Branch: perlio
47554            ! sv.c
47555 ____________________________________________________________________________
47556 [  8090] By: jhi                                   on 2000/12/12  16:48:59
47557         Log: Subject: [PATCH] Re: Breadperl & Tk
47558              From: Nick Ing-Simmons <nik@tiuk.ti.com>
47559              Date: Tue, 12 Dec 2000 14:48:27 GMT
47560              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
47561      Branch: perl
47562            ! sv.c
47563 ____________________________________________________________________________
47564 [  8089] By: jhi                                   on 2000/12/12  03:37:19
47565         Log: Subject: DosGlob.pm diff for bash style brace expansion.
47566              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
47567              Date: Fri, 8 Dec 2000 10:45:30 -0600
47568              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
47569      Branch: perl
47570            ! lib/File/DosGlob.pm
47571 ____________________________________________________________________________
47572 [  8088] By: nick                                  on 2000/12/11  23:59:59
47573         Log: Integrate mainline
47574      Branch: perlio
47575           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
47576           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
47577           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
47578           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
47579           !> t/op/local.t t/pragma/warn/toke toke.c
47580 ____________________________________________________________________________
47581 [  8087] By: jhi                                   on 2000/12/11  23:20:23
47582         Log: Integrate perlio.
47583      Branch: perl
47584           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
47585 ____________________________________________________________________________
47586 [  8086] By: jhi                                   on 2000/12/11  22:50:59
47587         Log: Tune further the OS detection of CGI.
47588      Branch: perl
47589            ! lib/CGI.pm
47590 ____________________________________________________________________________
47591 [  8085] By: nick                                  on 2000/12/11  22:50:46
47592         Log: Finish 1st pass of "encoding" layer e.g. :
47593              open($fh,"<encoding(iso8859-7)",$greek) || die;
47594      Branch: perlio
47595            ! ext/Encode/Encode.xs perlio.c perliol.h
47596 ____________________________________________________________________________
47597 [  8084] By: jhi                                   on 2000/12/11  22:32:06
47598         Log: Revert the -f ambiguousity patch, seems to cause
47599              too much hassle (the interpret -Q as a function
47600              where Q is not a known filetest part is left in).
47601      Branch: perl
47602            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
47603            ! toke.c
47604 ____________________________________________________________________________
47605 [  8083] By: jhi                                   on 2000/12/11  22:27:23
47606         Log: (accidentally empty check-in)
47607      Branch: perl
47608            ! lib/File/DosGlob.pm
47609 ____________________________________________________________________________
47610 [  8082] By: nick                                  on 2000/12/11  19:09:51
47611         Log: Restore mmap function (broken by tweaks to shared buffer
47612              layer for encode(xxxx)).
47613      Branch: perlio
47614            ! perlio.c
47615 ____________________________________________________________________________
47616 [  8081] By: jhi                                   on 2000/12/11  18:29:13
47617         Log: Subject: Re: The long awaited feature ...
47618              From: Simon Cozens <simon@cozens.net>
47619              Date: Mon, 11 Dec 2000 15:54:24 +0000
47620              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
47621              
47622              More io/utf8 tests.
47623      Branch: perl
47624            ! t/io/utf8.t
47625 ____________________________________________________________________________
47626 [  8080] By: jhi                                   on 2000/12/11  18:19:36
47627         Log: Subject: PATCH MakeMaker manpage clarification
47628              From: andreas.koenig@anima.de (Andreas J. Koenig)
47629              Date: 10 Dec 2000 20:46:13 +0100
47630              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
47631      Branch: perl
47632            ! lib/ExtUtils/MakeMaker.pm
47633 ____________________________________________________________________________
47634 [  8079] By: jhi                                   on 2000/12/11  15:35:07
47635         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
47636              From: Simon Cozens <simon@cozens.net>
47637              Date: Sun, 10 Dec 2000 19:06:19 +0000
47638              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
47639      Branch: perl
47640            ! ext/B/B/Deparse.pm t/lib/b.t
47641 ____________________________________________________________________________
47642 [  8078] By: jhi                                   on 2000/12/11  15:09:11
47643         Log: Subject: [PATCH] docs on NaN
47644              From: Nicholas Clark <nick@ccl4.org>
47645              Date: Mon, 11 Dec 2000 01:48:38 +0000
47646              Message-ID: <20001211014838.B99205@plum.flirble.org>
47647      Branch: perl
47648            ! pod/perlop.pod
47649 ____________________________________________________________________________
47650 [  8077] By: jhi                                   on 2000/12/11  15:02:21
47651         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
47652              From: Simon Cozens <simon@cozens.net>
47653              Date: Mon, 11 Dec 2000 01:21:45 +0000
47654              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
47655      Branch: perl
47656            ! pp.c pp_hot.c scope.c t/op/local.t
47657 ____________________________________________________________________________
47658 [  8076] By: nick                                  on 2000/12/10  20:43:32
47659         Log: Not merge worthy...
47660              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
47661              syntax is modelled on attributes.
47662              Untested fix for io/utf8 on Win32 etc.
47663              Very clumsy start to the encode layer.
47664      Branch: perlio
47665            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
47666 ____________________________________________________________________________
47667 [  8075] By: jhi                                   on 2000/12/10  18:39:33
47668         Log: Darwin is not Windows.
47669      Branch: perl
47670            ! lib/CGI.pm
47671 ____________________________________________________________________________
47672 [  8074] By: jhi                                   on 2000/12/10  18:31:27
47673         Log: Subject: Ambiguous -%c() resolved as a file test
47674              From: "Paul Marquess" <Paul.Marquess@openwave.com>
47675              Date: Sun, 10 Dec 2000 15:35:07 -0000
47676              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
47677      Branch: perl
47678            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
47679 ____________________________________________________________________________
47680 [  8073] By: jhi                                   on 2000/12/10  18:16:29
47681         Log: Subject: PATCH installperl misinformed 
47682              From: andreas.koenig@anima.de (Andreas J. Koenig)
47683              Date: 10 Dec 2000 13:01:32 +0100 
47684              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
47685      Branch: perl
47686            ! installperl
47687 ____________________________________________________________________________
47688 [  8072] By: jhi                                   on 2000/12/10  18:07:55
47689         Log: The walkoptree confusion rages; walkoptree() seems to be coming
47690              from B.xs, while walkoptree_slow() comes from B.pm.
47691      Branch: perl
47692            ! ext/B/B.pm
47693 ____________________________________________________________________________
47694 [  8071] By: nick                                  on 2000/12/10  11:45:47
47695         Log: Integrate mainline
47696      Branch: perlio
47697           +> t/base/commonsense.t
47698           !> (integrate 37 files)
47699 ____________________________________________________________________________
47700 [  8070] By: jhi                                   on 2000/12/10  04:46:21
47701         Log: Update Changes.
47702      Branch: perl
47703            ! Changes patchlevel.h
47704 ____________________________________________________________________________
47705 [  8069] By: jhi                                   on 2000/12/10  04:39:19
47706         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
47707              From: andreas.koenig@anima.de (Andreas J. Koenig)
47708              Date: 09 Dec 2000 17:14:25 +0100
47709              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
47710      Branch: perl
47711            + t/base/commonsense.t
47712            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
47713 ____________________________________________________________________________
47714 [  8068] By: jhi                                   on 2000/12/10  04:17:36
47715         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
47716              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
47717              Date: Sat, 9 Dec 2000 16:47:22 -0000
47718              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
47719      Branch: perl
47720            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
47721            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
47722            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
47723            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
47724            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
47725            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
47726            ! t/lib/sdbm.t
47727 ____________________________________________________________________________
47728 [  8067] By: jhi                                   on 2000/12/10  03:52:02
47729         Log: Test case for #8066.
47730      Branch: perl
47731            ! t/op/misc.t
47732 ____________________________________________________________________________
47733 [  8066] By: jhi                                   on 2000/12/10  03:50:30
47734         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
47735              From: Simon Cozens <simon@cozens.net>
47736              Date: Sun, 10 Dec 2000 00:55:37 +0000
47737              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
47738      Branch: perl
47739            ! pp_sys.c
47740 ____________________________________________________________________________
47741 [  8065] By: jhi                                   on 2000/12/10  03:44:52
47742         Log: Test case for #8064.
47743      Branch: perl
47744            ! t/comp/proto.t
47745 ____________________________________________________________________________
47746 [  8064] By: jhi                                   on 2000/12/10  03:42:32
47747         Log: Subject: Re: prototype of substr
47748              From: Simon Cozens <simon@cozens.net>
47749              Date: Sun, 10 Dec 2000 00:13:33 +0000
47750              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
47751              
47752              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
47753              In other words, make the returned prototypes for any function
47754              stop prepending the ';' optionality marker after the first one.
47755              If they start getting optional, all the rest are optional.
47756      Branch: perl
47757            ! pp.c
47758 ____________________________________________________________________________
47759 [  8063] By: jhi                                   on 2000/12/10  03:39:42
47760         Log: Subject: [PATCH] perlguts.pod
47761              From: Simon Cozens <simon@cozens.net>
47762              Date: Sun, 10 Dec 2000 00:06:47 +0000
47763              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
47764              
47765              Documentation of the different types of ops,
47766              plus the functions in dump.c
47767      Branch: perl
47768            ! pod/perlguts.pod
47769 ____________________________________________________________________________
47770 [  8062] By: jhi                                   on 2000/12/10  03:30:04
47771         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
47772              From: Nicholas Clark <nick@talking.bollo.cx>
47773              Date: Sat, 09 Dec 2000 18:57:25 +0000
47774              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
47775              
47776              Be more robust in weird hostname setups.
47777      Branch: perl
47778            ! t/lib/net-hostent.t
47779 ____________________________________________________________________________
47780 [  8061] By: jhi                                   on 2000/12/10  03:28:21
47781         Log: Pacify fussy compiler. 
47782      Branch: perl
47783            ! pp_sys.c
47784 ____________________________________________________________________________
47785 [  8060] By: jhi                                   on 2000/12/10  02:52:46
47786         Log: Integrate perlio.
47787      Branch: perl
47788           !> pp_sys.c t/io/utf8.t
47789 ____________________________________________________________________________
47790 [  8059] By: nick                                  on 2000/12/09  23:40:14
47791         Log: read/sysread/recv should now be utf8 aware.
47792              Basic test for utf8 read.
47793      Branch: perlio
47794            ! pp_sys.c t/io/utf8.t
47795 ____________________________________________________________________________
47796 [  8058] By: jhi                                   on 2000/12/09  21:56:02
47797         Log: Integrate perlio.
47798      Branch: perl
47799           +> t/io/utf8.t
47800           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
47801 ____________________________________________________________________________
47802 [  8057] By: jhi                                   on 2000/12/09  21:53:35
47803         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
47804              From: Inaba Hiroto <inaba@st.rim.or.jp>
47805              Date: Sun, 10 Dec 2000 05:53:21 +0900
47806              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
47807              
47808              Tests for #8056.
47809      Branch: perl
47810            ! t/op/each.t
47811 ____________________________________________________________________________
47812 [  8056] By: jhi                                   on 2000/12/09  21:51:16
47813         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
47814              From: Inaba Hiroto <inaba@st.rim.or.jp>
47815              Date: Sat, 09 Dec 2000 18:02:00 +0900
47816              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
47817              
47818              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
47819      Branch: perl
47820            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
47821 ____________________________________________________________________________
47822 [  8055] By: nick                                  on 2000/12/09  20:11:48
47823         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
47824              than raw PerlIO_write() - does not seem to break any tests.
47825      Branch: perlio
47826            ! pp_sys.c
47827 ____________________________________________________________________________
47828 [  8054] By: nick                                  on 2000/12/09  19:47:30
47829         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
47830              (sysread, recv and write i.e. formats still to do...)
47831              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
47832              open($fh,">:utf8","name")
47833              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
47834              so no extra overhead is involved.
47835              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
47836              to a non-utf8 stream.
47837              Add initial io/utf8.t
47838              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
47839              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
47840              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
47841      Branch: perlio
47842            + t/io/utf8.t
47843            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
47844 ____________________________________________________________________________
47845 [  8053] By: nick                                  on 2000/12/09  19:26:37
47846         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
47847              was only testing this_utf8.
47848      Branch: perlio
47849            ! toke.c
47850 ____________________________________________________________________________
47851 [  8052] By: nick                                  on 2000/12/09  19:09:41
47852         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
47853              i.e. the output string has one, but don't mess with source assumption.
47854      Branch: perlio
47855            ! toke.c
47856 ____________________________________________________________________________
47857 [  8051] By: jhi                                   on 2000/12/09  16:55:17
47858         Log: Integrate perlio.
47859      Branch: perl
47860           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
47861           !> sv.c thrdvar.h util.c
47862 ____________________________________________________________________________
47863 [  8050] By: jhi                                   on 2000/12/09  16:48:07
47864         Log: Nits noticed by Peter Prymmer.
47865      Branch: perl
47866            ! lib/ExtUtils/MM_VMS.pm
47867 ____________________________________________________________________________
47868 [  8049] By: nick                                  on 2000/12/09  13:49:40
47869         Log: UTF8 output prework.
47870              - Store $\ and $, as SVs so they can have SvUTF8 flag
47871              - use do_print() rather than raw PerlIO_write() to print them.
47872      Branch: perlio
47873            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
47874            ! thrdvar.h util.c
47875 ____________________________________________________________________________
47876 [  8048] By: nick                                  on 2000/12/09  12:30:43
47877         Log: Integrate mainline.
47878      Branch: perlio
47879           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
47880           +> t/op/reverse.t
47881           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
47882           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
47883           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
47884           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
47885           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
47886           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
47887 ____________________________________________________________________________
47888 [  8047] By: jhi                                   on 2000/12/09  00:23:27
47889         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
47890              From: Michael G Schwern <schwern@pobox.com>
47891              Date: Fri, 8 Dec 2000 14:43:04 -0600
47892      Branch: perl
47893            ! lib/ExtUtils/MM_VMS.pm
47894 ____________________________________________________________________________
47895 [  8046] By: jhi                                   on 2000/12/08  23:10:27
47896         Log: A missed check-in.
47897      Branch: perl
47898            ! lib/ExtUtils/Manifest.pm
47899 ____________________________________________________________________________
47900 [  8045] By: jhi                                   on 2000/12/08  21:57:12
47901         Log: (null check-in)
47902      Branch: perl
47903            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
47904 ____________________________________________________________________________
47905 [  8044] By: jhi                                   on 2000/12/08  21:11:06
47906         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
47907              at the final draft stage.
47908      Branch: perl
47909            + ext/Encode/Encode/iso8859-16.enc
47910            ! MANIFEST
47911 ____________________________________________________________________________
47912 [  8043] By: jhi                                   on 2000/12/08  16:39:04
47913         Log: Update Changes.
47914      Branch: perl
47915            ! Changes patchlevel.h
47916 ____________________________________________________________________________
47917 [  8042] By: jhi                                   on 2000/12/08  16:33:39
47918         Log: Do not return the Unicode replacement character if UTF-8
47919              decoding goes awry, it should be up to the caller to decide.
47920      Branch: perl
47921            ! pod/perlapi.pod utf8.c
47922 ____________________________________________________________________________
47923 [  8041] By: jhi                                   on 2000/12/08  16:22:28
47924         Log: metaconfig maintenance.
47925      Branch: metaconfig
47926            ! U/modified/stdchar.U
47927      Branch: metaconfig/U/perl
47928            + testsyml.U
47929 ____________________________________________________________________________
47930 [  8040] By: jhi                                   on 2000/12/08  16:03:08
47931         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
47932              From: sthoenna@efn.org
47933              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
47934              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
47935      Branch: perl
47936            ! Changes lib/ExtUtils/MM_OS2.pm
47937 ____________________________________________________________________________
47938 [  8039] By: jhi                                   on 2000/12/08  15:57:11
47939         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
47940              From: Simon Cozens <simon@cozens.net>
47941              Date: Fri, 8 Dec 2000 13:33:31 +0000
47942              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
47943              
47944              (The pp_hot part needed a rewrite.)
47945      Branch: perl
47946            ! doop.c pp_hot.c utf8.c
47947 ____________________________________________________________________________
47948 [  8038] By: jhi                                   on 2000/12/08  15:25:08
47949         Log: Subject: djSP
47950              From: Michael Stevens <michael@etla.org>
47951              Date: Wed, 6 Dec 2000 23:24:01 +0000
47952              Message-ID: <20001206232400.A21381@firedrake.org>
47953              
47954              Plus a note from Nick Ing-Simmons.
47955      Branch: perl
47956            ! pp.h
47957 ____________________________________________________________________________
47958 [  8037] By: jhi                                   on 2000/12/08  15:18:35
47959         Log: Filetype is text.
47960      Branch: perl
47961            ! t/op/utf8decode.t
47962 ____________________________________________________________________________
47963 [  8036] By: jhi                                   on 2000/12/08  03:31:27
47964         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
47965              From: Andy Dougherty <doughera@lafayette.edu>
47966              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
47967              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
47968              
47969              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
47970              From: Andy Dougherty <doughera@lafayette.edu>
47971              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
47972              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
47973      Branch: perl
47974            + ext/POSIX/hints/svr4.pl
47975            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
47976 ____________________________________________________________________________
47977 [  8035] By: jhi                                   on 2000/12/08  03:26:01
47978         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
47979              From: Andy Dougherty <doughera@lafayette.edu>
47980              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
47981              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
47982      Branch: perl
47983            ! t/README t/base/term.t
47984 ____________________________________________________________________________
47985 [  8034] By: jhi                                   on 2000/12/08  03:21:59
47986         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
47987              From: mjd@plover.com  
47988              Date: 7 Dec 2000 21:04:20 -0000
47989              Message-ID: <20001207210420.22282.qmail@plover.com>
47990              
47991              Plus -z doc.
47992      Branch: perl
47993            ! pod/perlfunc.pod
47994 ____________________________________________________________________________
47995 [  8033] By: jhi                                   on 2000/12/08  03:19:03
47996         Log: Use the UTF8 macros a bit.  They can't be used with abandon
47997              everywhere because we do generate illegal UTF-8 in some situations.
47998              This is of course naughty.
47999      Branch: perl
48000            ! pod/perlapi.pod utf8.c utf8.h
48001 ____________________________________________________________________________
48002 [  8032] By: jhi                                   on 2000/12/08  03:00:09
48003         Log: Out of sync?
48004      Branch: perl
48005            ! t/pragma/warn/utf8
48006 ____________________________________________________________________________
48007 [  8031] By: jhi                                   on 2000/12/08  02:22:39
48008         Log: Cnt spl.
48009      Branch: perl
48010            ! MANIFEST
48011 ____________________________________________________________________________
48012 [  8030] By: jhi                                   on 2000/12/08  01:23:54
48013         Log: Add test for reverse().
48014      Branch: perl
48015            + t/op/reverse.t
48016            ! MANIFEST
48017 ____________________________________________________________________________
48018 [  8029] By: jhi                                   on 2000/12/08  01:21:47
48019         Log: Integrate perlio.
48020      Branch: perl
48021           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
48022           !> perlio.c perlio.h perlsdio.h warnings.pl
48023 ____________________________________________________________________________
48024 [  8028] By: jhi                                   on 2000/12/08  01:19:08
48025         Log: Introduce macros for UTF8 decoding.
48026      Branch: perl
48027            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
48028 ____________________________________________________________________________
48029 [  8027] By: nick                                  on 2000/12/07  22:18:19
48030         Log: Integrate mainline
48031      Branch: perlio
48032           !> embed.pl pod/perlapi.pod utf8.c
48033 ____________________________________________________________________________
48034 [  8026] By: nick                                  on 2000/12/07  21:45:08
48035         Log: Various oddities p4 diff -se showed up
48036              Remove 'our' from warnings.pl
48037      Branch: perlio
48038            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
48039 ____________________________________________________________________________
48040 [  8025] By: nick                                  on 2000/12/07  21:43:32
48041         Log: Change PerlIO_(get|set)pos to take SV *
48042              Should fix, OS/2, VMS, (sfio??)
48043      Branch: perlio
48044            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
48045 ____________________________________________________________________________
48046 [  8024] By: jhi                                   on 2000/12/07  19:05:32
48047         Log: Document utf8_to_uv() better.
48048      Branch: perl
48049            ! pod/perlapi.pod utf8.c
48050 ____________________________________________________________________________
48051 [  8023] By: jhi                                   on 2000/12/07  18:23:47
48052         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
48053      Branch: perl
48054            ! embed.pl pod/perlapi.pod utf8.c
48055 ____________________________________________________________________________
48056 [  8022] By: jhi                                   on 2000/12/07  04:13:51
48057         Log: Integrate perlio.
48058      Branch: perl
48059           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
48060           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
48061           !> win32/makefile.mk
48062 ____________________________________________________________________________
48063 [  8021] By: nick                                  on 2000/12/07  00:28:14
48064         Log: Various attempts at MSVC debug - not sure what has
48065              changed but works now. 
48066              Seems atexit() _may_ work for DLLs built with MSVC so don't
48067              call cleanup that way.
48068      Branch: perlio
48069            ! perlio.c win32/makefile.mk
48070 ____________________________________________________________________________
48071 [  8020] By: nick                                  on 2000/12/06  19:57:20
48072         Log: Integrate mainline
48073      Branch: perlio
48074           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
48075           !> (integrate 75 files)
48076 ____________________________________________________________________________
48077 [  8019] By: nick                                  on 2000/12/06  19:28:21
48078         Log: Add useperlio to config.vc
48079              Turn off binmode in config_H.PL
48080              Regen all the config_H.xx
48081              Attempt to get debugging build with MSVC.
48082      Branch: perlio
48083            ! win32/config.vc win32/config_H.bc win32/config_H.gc
48084            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
48085 ____________________________________________________________________________
48086 [  8018] By: nick                                  on 2000/12/06  19:21:57
48087         Log: Test various dup/external program options on all platforms.
48088      Branch: perlio
48089            ! t/io/dup.t
48090 ____________________________________________________________________________
48091 [  8017] By: nick                                  on 2000/12/06  19:20:47
48092         Log: Fix harness to be less picky
48093      Branch: perlio
48094            ! lib/Test/Harness.pm
48095 ____________________________________________________________________________
48096 [  8016] By: jhi                                   on 2000/12/06  16:45:12
48097         Log: Update Changes.
48098      Branch: perl
48099            ! Changes patchlevel.h
48100 ____________________________________________________________________________
48101 [  8015] By: jhi                                   on 2000/12/06  16:41:03
48102         Log: Test \x{...} with ord().
48103      Branch: perl
48104            ! t/op/ord.t
48105 ____________________________________________________________________________
48106 [  8014] By: jhi                                   on 2000/12/06  16:20:33
48107         Log: Test tweak because of #8013.
48108      Branch: perl
48109            ! t/lib/b.t
48110 ____________________________________________________________________________
48111 [  8013] By: jhi                                   on 2000/12/06  16:09:09
48112         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
48113              From: Michael G Schwern <schwern@pobox.com>
48114              Date: Tue, 5 Dec 2000 21:23:28 -0500
48115              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
48116              
48117              Carp::Heavy parts not very applicable because of recent changes.
48118      Branch: perl
48119            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
48120            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
48121            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
48122            ! lib/Exporter.pm lib/Exporter/Heavy.pm
48123            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
48124            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
48125            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
48126            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
48127            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
48128            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
48129            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
48130            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
48131            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
48132            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
48133            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
48134            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
48135            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
48136            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
48137            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
48138            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
48139            ! warnings.pl
48140 ____________________________________________________________________________
48141 [  8012] By: jhi                                   on 2000/12/06  15:22:38
48142         Log: Subject: [PATCH] Re: New harness is failing things
48143              From: Nick Ing-Simmons <nik@tiuk.ti.com>
48144              Date: Wed, 6 Dec 2000 13:00:30 GMT
48145              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
48146      Branch: perl
48147            ! lib/Test/Harness.pm
48148 ____________________________________________________________________________
48149 [  8011] By: jhi                                   on 2000/12/06  15:12:08
48150         Log: Subject: installhtml changes
48151              From: Michael Stevens <michael@etla.org>
48152              Date: Wed, 6 Dec 2000 13:15:53 +0000
48153              Message-ID: <20001206131553.A27317@firedrake.org>
48154      Branch: perl
48155            ! installhtml
48156 ____________________________________________________________________________
48157 [  8010] By: jhi                                   on 2000/12/06  15:06:05
48158         Log: Subject: the dTHR hits
48159              From: Michael Stevens <michael@etla.org>
48160              Date: Wed, 6 Dec 2000 12:06:03 +0000
48161              Message-ID: <20001206120603.A24581@firedrake.org>
48162              
48163              More, errrm, less dTHRs.
48164      Branch: perl
48165            ! bytecode.pl ext/B/B/C.pm
48166 ____________________________________________________________________________
48167 [  8009] By: jhi                                   on 2000/12/06  15:04:25
48168         Log: Subject: MakeMaker mailing list gone?
48169              From: Michael G Schwern <schwern@pobox.com>
48170              Date: Tue, 5 Dec 2000 19:29:59 -0500
48171              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
48172              
48173              The MakeMaker mailing list is dead, perlbug is the right
48174              address to report bugs.
48175      Branch: perl
48176            ! lib/ExtUtils/MakeMaker.pm
48177 ____________________________________________________________________________
48178 [  8008] By: jhi                                   on 2000/12/06  15:00:32
48179         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
48180              From: Michael G Schwern <schwern@pobox.com>
48181              Date: Tue, 5 Dec 2000 19:21:21 -0500
48182              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
48183              
48184              Add a default MANIFEST skip that ignores things like
48185              version control files, editor temporary files, and the Makefile.
48186      Branch: perl
48187            + lib/ExtUtils/MANIFEST.SKIP
48188            ! MANIFEST lib/ExtUtils/Manifest.pm
48189 ____________________________________________________________________________
48190 [  8007] By: jhi                                   on 2000/12/06  14:57:20
48191         Log: In Amiga more manual hackery of the scripts seems to be needed,
48192              from Jan-Erik Karlsson.  Why Configure does not get this right
48193              is unknown, may be shell-induced.
48194      Branch: perl
48195            ! README.amiga
48196 ____________________________________________________________________________
48197 [  8006] By: jhi                                   on 2000/12/05  23:53:12
48198         Log: Add TOPm1s to peek at the second topmost stack item.
48199      Branch: perl
48200            ! pp.h
48201 ____________________________________________________________________________
48202 [  8005] By: jhi                                   on 2000/12/05  23:13:55
48203         Log: Avaunt, you foul UTF-8 tests.
48204      Branch: perl
48205            ! t/op/ver.t t/pragma/utf8.t
48206 ____________________________________________________________________________
48207 [  8004] By: jhi                                   on 2000/12/05  23:09:54
48208         Log: Continue utf8 dispersal. 
48209      Branch: perl
48210            + t/op/concat.t
48211            ! MANIFEST t/pragma/utf8.t
48212 ____________________________________________________________________________
48213 [  8003] By: nick                                  on 2000/12/05  23:02:39
48214         Log: Integrate mainline.
48215      Branch: perlio
48216           +> t/op/length.t t/op/utf8decode.t
48217           !> (integrate 69 files)
48218 ____________________________________________________________________________
48219 [  8002] By: jhi                                   on 2000/12/05  22:59:28
48220         Log: Integrate perlio.
48221      Branch: perl
48222           !> iperlsys.h perl.c perlio.c win32/perllib.c
48223 ____________________________________________________________________________
48224 [  8001] By: nick                                  on 2000/12/05  22:07:52
48225         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
48226              - calloc/free suffer from damage on TerminateThread()
48227              - use PerlMemShared (as originally planned) now fixed
48228              - avoid doing anything important on DLL "detach".
48229      Branch: perlio
48230            ! perl.c perlio.c win32/perllib.c
48231 ____________________________________________________________________________
48232 [  8000] By: nick                                  on 2000/12/05  21:05:09
48233         Log: Fix gross PerlMemShared issue.
48234      Branch: perlio
48235            ! iperlsys.h
48236 ____________________________________________________________________________
48237 [  7999] By: jhi                                   on 2000/12/05  20:46:58
48238         Log: Test for Unicode (UTF-8) hash keys.
48239      Branch: perl
48240            ! t/op/each.t
48241 ____________________________________________________________________________
48242 [  7998] By: jhi                                   on 2000/12/05  20:30:35
48243         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
48244              is now always UTF-8), empty line cosmetics.
48245      Branch: perl
48246            ! t/pragma/utf8.t
48247 ____________________________________________________________________________
48248 [  7997] By: jhi                                   on 2000/12/05  20:15:40
48249         Log: Subject: Re: STRLEN - what?
48250              From: Andy Dougherty <doughera@lafayette.edu>
48251              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
48252              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
48253              
48254              Explain STRLEN.
48255      Branch: perl
48256            ! pod/perlguts.pod
48257 ____________________________________________________________________________
48258 [  7996] By: jhi                                   on 2000/12/05  20:13:34
48259         Log: Split off the UTF-8 decoder tests, make them to check also
48260              the error message.
48261      Branch: perl
48262            + t/op/utf8decode.t
48263            ! MANIFEST t/pragma/utf8.t utf8.c
48264 ____________________________________________________________________________
48265 [  7995] By: jhi                                   on 2000/12/05  16:39:47
48266         Log: Start migrating bits of pragma/utf8 to elsewhere
48267              (since the long term plan is to obsolete 'use utf8').
48268      Branch: perl
48269            + t/op/length.t
48270            ! MANIFEST t/pragma/utf8.t
48271 ____________________________________________________________________________
48272 [  7994] By: jhi                                   on 2000/12/05  16:30:21
48273         Log: Fix a manual edit typo from #7993, fix the message formatting
48274              for Unicode, add few our declarations.
48275      Branch: perl
48276            ! lib/Carp/Heavy.pm
48277 ____________________________________________________________________________
48278 [  7993] By: jhi                                   on 2000/12/05  16:09:15
48279         Log: Subject: Need help with warnings :-(
48280              From: "Ben Tilly" <ben_tilly@hotmail.com>
48281              Date: Tue, 05 Dec 2000 01:35:54 -0500
48282              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
48283              
48284              Subject: UPDATE: Carp/Heavy now passes all tests
48285              From: "Ben Tilly" <ben_tilly@hotmail.com>
48286              Date: Tue, 05 Dec 2000 07:59:41 -0500
48287              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
48288              
48289              The Brave New Carp.
48290      Branch: perl
48291            ! lib/Carp.pm lib/Carp/Heavy.pm
48292 ____________________________________________________________________________
48293 [  7992] By: jhi                                   on 2000/12/05  15:55:08
48294         Log: Subject: [PATCH perl@7979] cygwin port
48295              From: "Eric Fifer" <efifer@dircon.co.uk>
48296              Date: Tue, 5 Dec 2000 14:04:09 -0000
48297              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
48298      Branch: perl
48299            ! t/lib/net-hostent.t
48300 ____________________________________________________________________________
48301 [  7991] By: jhi                                   on 2000/12/05  15:52:34
48302         Log: Subject: Re: [PATCH] The largest hoax of all times?
48303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48304              Date: Tue, 5 Dec 2000 00:40:25 -0500
48305              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
48306              
48307              Subject: Re: [PATCH] The largest hoax of all times?
48308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48309              Date: Mon, 4 Dec 2000 23:55:53 -0500
48310              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
48311              
48312              Subject: Re: [PATCH] The largest hoax of all times?
48313              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48314              Date: Tue, 5 Dec 2000 01:28:45 -0500
48315              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
48316              
48317              Fix the unpredictable order of DESTROYs.
48318      Branch: perl
48319            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
48320            ! sv.c sv.h t/op/ref.t
48321 ____________________________________________________________________________
48322 [  7990] By: jhi                                   on 2000/12/05  14:38:53
48323         Log: Subject: [PATCH] shrink pp_hot fractionally
48324              From: Nicholas Clark <nick@ccl4.org>
48325              Date: Tue, 5 Dec 2000 12:44:31 +0000
48326              Message-ID: <20001205124431.E74518@plum.flirble.org>
48327              
48328              Use report_evil_fh().
48329      Branch: perl
48330            ! opcode.pl opnames.h pp_hot.c util.c
48331 ____________________________________________________________________________
48332 [  7989] By: jhi                                   on 2000/12/05  14:21:27
48333         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
48334              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48335              Date: Mon, 04 Dec 2000 22:21:59 -0800
48336              Message-ID: <HmIL6gzkgepS092yn@efn.org>
48337              
48338              Harness shouldn't ignore responses like "ok 3\r\r\n".
48339      Branch: perl
48340            ! lib/Test/Harness.pm
48341 ____________________________________________________________________________
48342 [  7988] By: jhi                                   on 2000/12/05  13:51:28
48343         Log: Integrate the "skip" messages to explain().
48344      Branch: perl
48345            ! t/lib/syslfs.t t/op/lfs.t
48346 ____________________________________________________________________________
48347 [  7987] By: jhi                                   on 2000/12/05  12:34:54
48348         Log: The one that got away in #7984.
48349              
48350              Subject: Re: dTHR - what and why?
48351              From: Michael Stevens <michael@etla.org> 
48352              Date: Tue, 5 Dec 2000 11:15:52 +0000
48353              Message-ID: <20001205111552.A4647@firedrake.org>
48354      Branch: perl
48355            ! sv.h
48356 ____________________________________________________________________________
48357 [  7986] By: gsar                                  on 2000/12/05  09:14:44
48358         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
48359              due to the notorious GetFileType() bug in Windows 9x, which fstat()
48360              tickles)
48361      Branch: perl
48362            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
48363 ____________________________________________________________________________
48364 [  7985] By: jhi                                   on 2000/12/05  05:49:03
48365         Log: Integrate perlio.
48366      Branch: perl
48367           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
48368           !> win32/perlhost.h win32/perllib.c
48369 ____________________________________________________________________________
48370 [  7984] By: jhi                                   on 2000/12/05  05:48:16
48371         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
48372      Branch: perl
48373            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
48374            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
48375            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
48376            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
48377            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
48378            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
48379            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
48380            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
48381            ! win32/win32.c
48382 ____________________________________________________________________________
48383 [  7983] By: nick                                  on 2000/12/04  23:27:43
48384         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
48385      Branch: perlio
48386            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
48387            ! win32/perlhost.h win32/perllib.c
48388 ____________________________________________________________________________
48389 [  7982] By: jhi                                   on 2000/12/04  19:44:09
48390         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
48391              uncovered by #7980.
48392      Branch: perl
48393            ! op.c
48394 ____________________________________________________________________________
48395 [  7981] By: jhi                                   on 2000/12/04  19:42:07
48396         Log: Subject: [PATCH] Trivial dump.c feature
48397              From: Simon Cozens <simon@cozens.net>
48398              Date: Mon, 4 Dec 2000 18:08:38 +0000
48399              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
48400              
48401              Show whether a constant is UTF-8.
48402      Branch: perl
48403            ! dump.c
48404 ____________________________________________________________________________
48405 [  7980] By: jhi                                   on 2000/12/04  19:36:51
48406         Log: UTF-8 hash keys, patch from Inaba Hiroto.
48407      Branch: perl
48408            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
48409 ____________________________________________________________________________
48410 [  7979] By: jhi                                   on 2000/12/04  17:36:28
48411         Log: Update Changes.
48412      Branch: perl
48413            ! Changes patchlevel.h
48414 ____________________________________________________________________________
48415 [  7978] By: jhi                                   on 2000/12/04  16:42:17
48416         Log: Retract #7977, still too volatile (the euphemism of the day
48417              for unfinished and buggy :-)
48418      Branch: perl
48419            ! doop.c hv.c pp.c sv.h
48420 ____________________________________________________________________________
48421 [  7977] By: jhi                                   on 2000/12/04  16:25:15
48422         Log: (Retracted by #7978, too shaky yet.)
48423              
48424              Subject: Re: utf8 in hash keys, implementor missing
48425              From: Simon Cozens <simon@cozens.net>
48426              Date: Sat, 2 Dec 2000 19:49:35 +0000
48427              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
48428              
48429              The first step at UTF-8 hash keys.
48430      Branch: perl
48431            ! doop.c hv.c pp.c sv.h
48432 ____________________________________________________________________________
48433 [  7976] By: jhi                                   on 2000/12/04  16:13:53
48434         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
48435              From: sthoenna@efn.org
48436              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
48437              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
48438      Branch: perl
48439            ! os2/os2.c perlio.c
48440 ____________________________________________________________________________
48441 [  7975] By: jhi                                   on 2000/12/04  16:05:25
48442         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
48443              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48444              Date: Thu, 30 Nov 2000 20:50:37 -0800
48445              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
48446      Branch: perl
48447            ! os2/os2.c
48448 ____________________________________________________________________________
48449 [  7974] By: jhi                                   on 2000/12/04  16:03:57
48450         Log: Subject: [PATCH] ++ 20% faster
48451              From: Nicholas Clark <nick@ccl4.org>
48452              Date: Mon, 4 Dec 2000 12:17:27 +0000
48453              Message-ID: <20001204121726.B52976@plum.flirble.org>
48454              
48455              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
48456      Branch: perl
48457            ! sv.c
48458 ____________________________________________________________________________
48459 [  7973] By: jhi                                   on 2000/12/04  16:00:48
48460         Log: 
48461              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
48462              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48463              Date: Mon, 04 Dec 2000 12:30:45 +0100
48464              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
48465              
48466              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
48467              library (getprotobyname and getprotobynumber are outversioned by
48468              the same calls in libc, at least for xlc version 3.
48469      Branch: perl
48470            ! hints/aix.sh
48471 ____________________________________________________________________________
48472 [  7972] By: jhi                                   on 2000/12/04  02:58:31
48473         Log: Integrate perlio.
48474      Branch: perl
48475           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
48476           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
48477           !> win32/win32.h win32/win32iop.h win32/win32thread.h
48478 ____________________________________________________________________________
48479 [  7971] By: nick                                  on 2000/12/04  00:24:33
48480         Log: Quieten some noise in Win32 builds:
48481              - win32.h is included after <sys/socket.h>, so need to 
48482              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
48483              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
48484      Branch: perlio
48485            ! doio.c perl.h toke.c win32/win32.h
48486 ____________________________________________________________________________
48487 [  7970] By: nick                                  on 2000/12/03  22:57:46
48488         Log: PERL_IMPLICIT_SYS compiles but does not work.
48489      Branch: perlio
48490            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
48491            ! win32/perlhost.h win32/perllib.c win32/win32.h
48492            ! win32/win32iop.h win32/win32thread.h
48493 ____________________________________________________________________________
48494 [  7969] By: jhi                                   on 2000/12/03  22:12:58
48495         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
48496              used to swash_init(), makes regprop() dumps more informative
48497              (+utf8::IsAlpha, -utf8::IsDigit, for example).
48498      Branch: perl
48499            ! regcomp.c regexec.c
48500 ____________________________________________________________________________
48501 [  7968] By: jhi                                   on 2000/12/03  21:39:56
48502         Log: Implement ANYOFUTF8 regprop() dumping.
48503      Branch: perl
48504            ! regcomp.c
48505 ____________________________________________________________________________
48506 [  7967] By: jhi                                   on 2000/12/03  20:57:19
48507         Log: Make uv_to_utf8() to zero-terminate its output buffer,
48508              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
48509      Branch: perl
48510            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
48511 ____________________________________________________________________________
48512 [  7966] By: nick                                  on 2000/12/03  18:41:21
48513         Log: Integrate mainline (STDCHAR)
48514      Branch: perlio
48515           !> Configure t/pragma/utf8.t
48516 ____________________________________________________________________________
48517 [  7965] By: jhi                                   on 2000/12/03  17:58:20
48518         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
48519      Branch: perl
48520            ! t/pragma/utf8.t
48521 ____________________________________________________________________________
48522 [  7964] By: jhi                                   on 2000/12/03  17:35:56
48523         Log: Integrate perlio.
48524      Branch: perl
48525           !> iperlsys.h perlio.c
48526 ____________________________________________________________________________
48527 [  7963] By: jhi                                   on 2000/12/03  17:33:55
48528         Log: Metaconfig unit change for #7962.
48529      Branch: metaconfig
48530            ! U/modified/stdchar.U
48531 ____________________________________________________________________________
48532 [  7962] By: jhi                                   on 2000/12/03  17:33:27
48533         Log: Untangle the <stdio.h> #include nest for the stdchar test,
48534              from Andy Dougherty.
48535      Branch: perl
48536            ! Configure
48537 ____________________________________________________________________________
48538 [  7961] By: nick                                  on 2000/12/03  16:53:00
48539         Log: Make iperlsys.h vector stdio not PerlIO.
48540      Branch: perlio
48541            ! iperlsys.h perlio.c
48542 ____________________________________________________________________________
48543 [  7960] By: nick                                  on 2000/12/03  14:43:01
48544         Log: Integrate mainline
48545      Branch: perlio
48546           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
48547           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
48548 ____________________________________________________________________________
48549 [  7959] By: jhi                                   on 2000/12/03  08:16:36
48550         Log: Use DO_UTF8().
48551      Branch: perl
48552            ! op.c
48553 ____________________________________________________________________________
48554 [  7958] By: jhi                                   on 2000/12/02  18:33:05
48555         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
48556              From: Mike Guy <mjtg@cam.ac.uk>         
48557              Date: Sat, 02 Dec 2000 17:27:13 +0000
48558              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
48559              
48560              An extraneous argument.
48561      Branch: perl
48562            ! toke.c
48563 ____________________________________________________________________________
48564 [  7957] By: jhi                                   on 2000/12/02  18:22:32
48565         Log: A missing hunk.
48566      Branch: perl
48567            ! t/lib/net-hostent.t
48568 ____________________________________________________________________________
48569 [  7956] By: jhi                                   on 2000/12/02  18:06:20
48570         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
48571              From: Nicholas Clark <nick@ccl4.org>
48572              Date: Sat, 2 Dec 2000 14:28:27 +0000
48573              Message-ID: <20001202142827.A12308@plum.flirble.org>
48574              
48575              Test robustness.
48576      Branch: perl
48577            ! t/lib/net-hostent.t
48578 ____________________________________________________________________________
48579 [  7955] By: jhi                                   on 2000/12/02  17:58:06
48580         Log: Metaconfig unit change for #7954.
48581      Branch: metaconfig
48582            ! U/modified/stdchar.U
48583 ____________________________________________________________________________
48584 [  7954] By: jhi                                   on 2000/12/02  17:54:32
48585         Log: An inconvenient hang would happen if the stdio _ptr wasn't
48586              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
48587              would be grepping stdin for all eternity for the _ptr.)
48588      Branch: perl
48589            ! Configure
48590 ____________________________________________________________________________
48591 [  7953] By: jhi                                   on 2000/12/02  00:07:15
48592         Log: Update Changes.
48593      Branch: perl
48594            ! Changes patchlevel.h
48595 ____________________________________________________________________________
48596 [  7952] By: jhi                                   on 2000/12/01  23:54:47
48597         Log: Subject: Re: long shell lines
48598              From: Andy Dougherty <doughera@lafayette.edu>
48599              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
48600              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
48601              
48602              Split overly long shell command lines.
48603      Branch: perl
48604            ! lib/ExtUtils/MM_Unix.pm
48605 ____________________________________________________________________________
48606 [  7951] By: jhi                                   on 2000/12/01  23:48:02
48607         Log: The metaconfig unit change for #7950.
48608      Branch: metaconfig
48609            + U/modified/stdchar.U
48610 ____________________________________________________________________________
48611 [  7950] By: jhi                                   on 2000/12/01  23:47:39
48612         Log: Try to find stdchar also from <stdio_impl.h>.
48613      Branch: perl
48614            ! Configure config_h.SH
48615 ____________________________________________________________________________
48616 [  7949] By: jhi                                   on 2000/12/01  23:46:45
48617         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
48618              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
48619              Date: Fri, 1 Dec 2000 16:26:08 -0500
48620              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
48621              
48622              Reword the diagnostic message.
48623      Branch: perl
48624            ! pod/perldiag.pod
48625 ____________________________________________________________________________
48626 [  7948] By: nick                                  on 2000/12/01  22:49:43
48627         Log: Integrate mainline (for s/y/m as sub names stuff).
48628      Branch: perlio
48629           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
48630           !> t/pragma/warn/toke toke.c
48631 ____________________________________________________________________________
48632 [  7947] By: jhi                                   on 2000/12/01  20:55:41
48633         Log: Integrate perlio.
48634      Branch: perl
48635           !> perlio.c perliol.h t/io/pipe.t
48636 ____________________________________________________________________________
48637 [  7946] By: jhi                                   on 2000/12/01  20:36:51
48638         Log: Upgrade to CPAN 1.59_51, from Andreas König.
48639      Branch: perl
48640            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48641 ____________________________________________________________________________
48642 [  7945] By: nick                                  on 2000/12/01  20:31:32
48643         Log: Integrate mainline
48644      Branch: perlio
48645           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
48646           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
48647           +> t/lib/net-hostent.t
48648           !> (integrate 35 files)
48649 ____________________________________________________________________________
48650 [  7944] By: jhi                                   on 2000/12/01  20:23:29
48651         Log: Some help for 20001130.011.  Now one gets warnings like
48652              "Ambiguous -f() resolved as a file test ..."
48653      Branch: perl
48654            ! pod/perldiag.pod t/pragma/warn/toke toke.c
48655 ____________________________________________________________________________
48656 [  7943] By: jhi                                   on 2000/12/01  19:44:44
48657         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
48658              that also breaks using them as methods. 
48659      Branch: perl
48660            ! pod/perldiag.pod t/op/misc.t toke.c
48661 ____________________________________________________________________________
48662 [  7942] By: nick                                  on 2000/12/01  17:56:46
48663         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
48664              Make 'unix' pass most tests
48665              - do unread by temporary push of layer ("pending") holding unread chars
48666              - fast_gets is now based on per-handle flag
48667              - relax one of io/pipe.t tests to allow print to fail and close to
48668              succeed so that it passes on unbuffered "unix" layer.
48669              Remaining fail is sporadic and a genuine race condition between
48670              parent/child in fork test.
48671      Branch: perlio
48672            ! perlio.c perliol.h t/io/pipe.t
48673 ____________________________________________________________________________
48674 [  7941] By: jhi                                   on 2000/12/01  15:28:58
48675         Log: (Retracted by #7943.)
48676              
48677              Reserve the short named string operator names.
48678      Branch: perl
48679            ! pod/perldiag.pod t/op/misc.t toke.c
48680 ____________________________________________________________________________
48681 [  7940] By: jhi                                   on 2000/12/01  06:45:53
48682         Log: Get the three different space character classes right under utf8.
48683      Branch: perl
48684            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
48685            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
48686            ! regexec.c t/op/pat.t utf8.c
48687 ____________________________________________________________________________
48688 [  7939] By: jhi                                   on 2000/12/01  03:26:26
48689         Log: Two more tests that make no sense in UTF-8 since the test
48690              data is not in UTF-8.
48691      Branch: perl
48692            ! t/op/regexp.t
48693 ____________________________________________________________________________
48694 [  7938] By: jhi                                   on 2000/12/01  03:20:39
48695         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
48696              should it be required inside regexen?
48697      Branch: perl
48698            ! regcomp.c t/op/regmesg.t
48699 ____________________________________________________________________________
48700 [  7937] By: jhi                                   on 2000/12/01  02:58:53
48701         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
48702              stored and restored, and thusly was trounced by the utf8 swash
48703              routines.
48704      Branch: perl
48705            ! regcomp.c
48706 ____________________________________________________________________________
48707 [  7936] By: jhi                                   on 2000/11/30  20:41:39
48708         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
48709              Why the different platforms behave so differently (core dump vs
48710              no core dump) on this bug is a but of a mystery, but if I had to
48711              guess I would mumble something like 'alignment'.
48712      Branch: perl
48713            ! sv.c
48714 ____________________________________________________________________________
48715 [  7935] By: jhi                                   on 2000/11/30  16:17:02
48716         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
48717              From: Robin Barker <rmb1@cise.npl.co.uk>
48718              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
48719              Date: Thu, 30 Nov 2000 14:27:12 GMT
48720      Branch: perl
48721            ! perlio.c toke.c
48722 ____________________________________________________________________________
48723 [  7934] By: jhi                                   on 2000/11/30  16:04:49
48724         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
48725      Branch: perl
48726            ! t/lib/net-hostent.t
48727 ____________________________________________________________________________
48728 [  7933] By: jhi                                   on 2000/11/30  06:07:26
48729         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
48730              From: Peter Prymmer <pvhp@forte.com>
48731              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
48732              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
48733              
48734              In VMS the localhost may be LOCALHOST.
48735      Branch: perl
48736            ! t/lib/net-hostent.t
48737 ____________________________________________________________________________
48738 [  7932] By: jhi                                   on 2000/11/30  01:11:11
48739         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
48740              From: Peter Prymmer <pvhp@forte.com>
48741              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
48742              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
48743              
48744              plus regen perlapi.pod.
48745      Branch: perl
48746            ! pod/perlapi.pod utf8.c
48747 ____________________________________________________________________________
48748 [  7931] By: jhi                                   on 2000/11/30  01:06:19
48749         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
48750              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48751              Date:     Wed, 29 Nov 2000 17:15:11 EST
48752              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
48753      Branch: perl
48754            ! t/lib/filter-util.pl t/lib/filter-util.t
48755 ____________________________________________________________________________
48756 [  7930] By: jhi                                   on 2000/11/29  18:51:55
48757         Log: Update Changes.
48758      Branch: perl
48759            ! Changes patchlevel.h
48760 ____________________________________________________________________________
48761 [  7929] By: jhi                                   on 2000/11/29  18:50:55
48762         Log: Update the va_copy() metaconfig unit.
48763      Branch: metaconfig/U/perl
48764            ! need_va_copy.U
48765 ____________________________________________________________________________
48766 [  7928] By: jhi                                   on 2000/11/29  17:50:43
48767         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
48768              From: Dominic Dunlop <domo@computer.org>
48769              Date: Tue, 28 Nov 2000 16:41:57 +0100
48770              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
48771              
48772              Patch to catch a core dump in the Configure va_copy test.
48773      Branch: perl
48774            ! Configure config_h.SH
48775 ____________________________________________________________________________
48776 [  7927] By: jhi                                   on 2000/11/29  17:31:59
48777         Log: Retract #7921, the patch shouldn't be needed.
48778      Branch: perl
48779            ! sv.c
48780 ____________________________________________________________________________
48781 [  7926] By: jhi                                   on 2000/11/29  17:01:41
48782         Log: Make the Class::Struct import() wiser.
48783      Branch: perl
48784            ! lib/Class/Struct.pm t/lib/class-struct.t
48785 ____________________________________________________________________________
48786 [  7925] By: jhi                                   on 2000/11/29  16:36:33
48787         Log: All the core library users of Class::Struct seem to be
48788              using "use Class::Struct 'struct';" instead of the bare
48789              "use Class::Struct;", which isn't documented in Class::Struct.
48790              This can't be right.
48791      Branch: perl
48792            ! lib/File/stat.pm
48793 ____________________________________________________________________________
48794 [  7924] By: jhi                                   on 2000/11/29  16:32:15
48795         Log: A test works better if it has the right 1..$n output.
48796      Branch: perl
48797            ! t/lib/class-struct.t
48798 ____________________________________________________________________________
48799 [  7923] By: jhi                                   on 2000/11/29  16:29:11
48800         Log: Forgot to MANIFEST the new Net::hostent test.
48801      Branch: perl
48802            ! MANIFEST
48803 ____________________________________________________________________________
48804 [  7922] By: jhi                                   on 2000/11/29  16:27:49
48805         Log: Integrate perlio.
48806      Branch: perl
48807           !> iperlsys.h perlio.c
48808 ____________________________________________________________________________
48809 [  7921] By: jhi                                   on 2000/11/29  16:27:10
48810         Log: (Retracted by #7927.)
48811              
48812              Subject: [PATCH] Is infinity a number?
48813              From: Simon Cozens <simon@cozens.net>
48814              Date: Wed, 29 Nov 2000 14:48:20 +0000
48815              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
48816      Branch: perl
48817            ! sv.c
48818 ____________________________________________________________________________
48819 [  7920] By: jhi                                   on 2000/11/29  16:23:02
48820         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
48821              From: rspier@pobox.com (Robert Spier)
48822              Date: Wed, 29 Nov 2000 02:17:49 -0500
48823              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
48824              
48825              Add a test for Net::hostent.
48826      Branch: perl
48827            + t/lib/net-hostent.t
48828 ____________________________________________________________________________
48829 [  7919] By: jhi                                   on 2000/11/29  16:21:31
48830         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
48831              add a test for Class::Struct.
48832      Branch: perl
48833            + t/lib/class-struct.t
48834            ! MANIFEST lib/Class/Struct.pm
48835 ____________________________________________________________________________
48836 [  7918] By: jhi                                   on 2000/11/29  15:48:40
48837         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
48838              From: rspier@pobox.com (Robert Spier)
48839              Date: Wed, 29 Nov 2000 02:25:39 -0500
48840              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
48841              
48842              More checking in case someone has broken their services or
48843              protocol databases.
48844      Branch: perl
48845            ! ext/Sys/Syslog/Syslog.pm
48846 ____________________________________________________________________________
48847 [  7917] By: jhi                                   on 2000/11/29  15:46:25
48848         Log: Subject: [PATCH] $^O  win32 -> MSWin32
48849              From: rspier@pobox.com (Robert Spier)
48850              Date: Wed, 29 Nov 2000 02:17:38 -0500
48851              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
48852              
48853              plus similar nits for vms, err, VMS, and UNICOS.
48854      Branch: perl
48855            ! t/lib/syslfs.t t/op/lfs.t
48856 ____________________________________________________________________________
48857 [  7916] By: jhi                                   on 2000/11/29  15:42:51
48858         Log: Subject: [PATCH] Tokeniser debugging
48859              From: Simon Cozens <simon@cozens.net>
48860              Date: Wed, 29 Nov 2000 14:15:45 +0000
48861              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
48862      Branch: perl
48863            ! perl.c perl.h pod/perlrun.pod toke.c
48864 ____________________________________________________________________________
48865 [  7915] By: jhi                                   on 2000/11/29  15:41:36
48866         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
48867              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48868              Date: Wed, 29 Nov 2000 02:13:14 -0500
48869              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
48870              
48871              OUT keyword nits.
48872              
48873              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
48874              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48875              Date: Wed, 29 Nov 2000 03:09:04 -0500
48876              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
48877              
48878              OUT and IN_OUT documentation.
48879      Branch: perl
48880            ! lib/ExtUtils/xsubpp pod/perlxs.pod
48881 ____________________________________________________________________________
48882 [  7914] By: jhi                                   on 2000/11/29  03:35:01
48883         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
48884              From: John Tobey <jtobey@john-edwin-tobey.org>
48885              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
48886              Message-Id: <m140e1N-000FOoC@feynman.localnet>
48887              
48888              plus a performance speedup noticed by Sarathy.
48889      Branch: perl
48890            ! op.c
48891 ____________________________________________________________________________
48892 [  7913] By: jhi                                   on 2000/11/29  03:16:59
48893         Log: Use "1 while unlink" so that VMS gets clean, too.
48894      Branch: perl
48895            ! t/lib/filter-util.t
48896 ____________________________________________________________________________
48897 [  7912] By: jhi                                   on 2000/11/29  03:09:08
48898         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
48899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48900              Date: Tue, 28 Nov 2000 03:27:09 -0500
48901              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
48902      Branch: perl
48903            ! lib/ExtUtils/xsubpp
48904 ____________________________________________________________________________
48905 [  7911] By: jhi                                   on 2000/11/29  03:06:30
48906         Log: This should have been part of #7872: no need to scan UTF-8
48907              until eternity.
48908      Branch: perl
48909            ! utf8.c
48910 ____________________________________________________________________________
48911 [  7910] By: jhi                                   on 2000/11/29  02:50:04
48912         Log: One more perltie.pod nit from Casey R. Tweten.
48913      Branch: perl
48914            ! pod/perltie.pod
48915 ____________________________________________________________________________
48916 [  7909] By: jhi                                   on 2000/11/29  02:44:23
48917         Log: Document the known sprintf test failures, exact standard
48918              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
48919      Branch: perl
48920            ! pod/perldelta.pod t/op/sprintf.t
48921 ____________________________________________________________________________
48922 [  7908] By: jhi                                   on 2000/11/29  02:36:23
48923         Log: Add the Encoding table format documentation.
48924      Branch: perl
48925            + ext/Encode/Encode/EncodeFormat.pod
48926            ! MANIFEST
48927 ____________________________________________________________________________
48928 [  7907] By: jhi                                   on 2000/11/29  02:07:24
48929         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
48930              From: "Casey R. Tweten" <crt@kiski.net>
48931              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
48932              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
48933              
48934              Subject: Re: [PATCH] Updating perltie.pod for arrays
48935              From: "Casey R. Tweten" <crt@kiski.net>
48936              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
48937              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
48938      Branch: perl
48939            ! pod/perltie.pod
48940 ____________________________________________________________________________
48941 [  7906] By: nick                                  on 2000/11/28  22:40:59
48942         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
48943      Branch: perlio
48944            ! iperlsys.h perlio.c
48945 ____________________________________________________________________________
48946 [  7905] By: nick                                  on 2000/11/28  22:04:34
48947         Log: Integrate mainline
48948      Branch: perlio
48949           !> (integrate 39 files)
48950 ____________________________________________________________________________
48951 [  7904] By: jhi                                   on 2000/11/28  16:44:43
48952         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
48953              From: Nicholas Clark <nick@babyhippo.co.uk>
48954              Date: Tue, 28 Nov 2000 11:16:57 +0000
48955              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
48956      Branch: perl
48957            ! pod/perlipc.pod
48958 ____________________________________________________________________________
48959 [  7903] By: jhi                                   on 2000/11/28  16:40:31
48960         Log: Subject: [PATCH] Updating perltie.pod for arrays
48961              From: "Casey R. Tweten" <crt@kiski.net>
48962              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
48963              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
48964      Branch: perl
48965            ! pod/perltie.pod
48966 ____________________________________________________________________________
48967 [  7902] By: jhi                                   on 2000/11/28  16:39:37
48968         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
48969              From: Robin Barker <rmb1@cise.npl.co.uk>
48970              Date: Mon, 27 Nov 2000 17:56:44 GMT
48971              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
48972      Branch: perl
48973            ! pod/perlfunc.pod t/op/split.t
48974 ____________________________________________________________________________
48975 [  7901] By: jhi                                   on 2000/11/28  16:28:04
48976         Log: setmode() is a DOSish-only thing.
48977      Branch: perl
48978            ! perlio.c
48979 ____________________________________________________________________________
48980 [  7900] By: jhi                                   on 2000/11/28  16:21:46
48981         Log: Subject: [PATCH] perlcc.PL cleanups
48982              From: Simon Cozens <simon@cozens.net>
48983              Date: Tue, 28 Nov 2000 12:44:35 +0000
48984              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
48985      Branch: perl
48986            ! utils/perlcc.PL
48987 ____________________________________________________________________________
48988 [  7899] By: gsar                                  on 2000/11/28  06:32:55
48989         Log: reintegrate files missed by change#7895
48990      Branch: maint-5.6/perl
48991           +> ext/ByteLoader/bytecode.h utils/Makefile
48992            - utils/perlbc.PL
48993 ____________________________________________________________________________
48994 [  7897] By: gsar                                  on 2000/11/27  18:22:47
48995         Log: can't integrate these two files, for some reason
48996      Branch: maint-5.6/perl
48997            - ext/ByteLoader/bytecode.h utils/Makefile
48998 ____________________________________________________________________________
48999 [  7895] By: gsar                                  on 2000/11/27  18:11:21
49000         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
49001              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
49002              6757..6890,6892..6901 from mainline
49003              
49004              Bytecompiler patches from Benjamin Stuhl.
49005              
49006              More bytecompiler.
49007              
49008              Subject: [PATCH blead] B:: missing dependency
49009              
49010              Subject: [PATCH: 6757] configure.com updates and syslog build
49011              
49012              Long double Gconvert fixes from Yitzchak Scott-Thoennes
49013              and Spider Boardman.
49014              
49015              Subject: [PATCH blead] nextchar() abuse misses an optimisation
49016              
49017              Long double fixes from Spider Boardman.
49018              
49019              Make the selection of NVff et al stricter.
49020              
49021              cSVOPo_*v things index into the current PL_curpad
49022              under ithreads, which is different from the curpad
49023              used by the XSUB.  (In other words, the code as-is
49024              before this patch wouldn't work under ithreads.)
49025              
49026              Be portable.
49027              
49028              VMS MMS (make) wants null action.
49029              
49030              Mac and other portability updates from Chris Nandor.
49031              
49032              Storable support, v-version fixes.
49033              Subject: CPAN.pm beta for testing available
49034              
49035              Portability fix from Hugo van der Sanden.
49036              
49037              Bad makefile.
49038              
49039              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
49040              
49041              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
49042              
49043              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49044              
49045              Replace #6705 with a minimal doc patch.
49046              Subject: [PATCH 5.6.0] replace change #6705
49047              
49048              Drop the separate perlbc, perlcc -b should be enough.
49049              
49050              installperl couldn't tell whether it had run tests or not.
49051              Subject: [PATCH] Re: installperl and t/TEST
49052              
49053              Add silencer flags to installperl.
49054              Subject: [PATCH] Making installperl silent.
49055              
49056              Make "make install" by default silent.  A new "install-verbose"
49057              target is verbose.
49058              
49059              More liberal parsing of version numbers.
49060              Subject: Re: CPAN.pm beta for testing available
49061              
49062              Create directories in silence.
49063              Subject: [PATCH] Another silencer for MakeMaker
49064              
49065              DOS patches and portability/porting notes, from Tim Jenness.
49066              
49067              Make installman to recognize the silence flag -S.
49068              
49069              Actually do something with the silencer option.
49070              
49071              Continue silencing.
49072              
49073              Show the doc file, not the temp file.
49074              
49075              Regen perltoc.
49076              
49077              Subject: [PATCH] More silencing of installman.
49078              
49079              Better wording for the vec lvalue diagnostic.
49080              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
49081              
49082              Subject: [PATCH: 6805] several more tweaks to configure.com
49083              
49084              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
49085              
49086              Missing parts of 
49087              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
49088              
49089              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
49090              (applied slightly modified)
49091              
49092              installperl --verbose and --silent.
49093              Subject: Re: [PATCH] More silencing of installman.
49094              
49095              Add install-silent target.
49096              
49097              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
49098              the problem reported in
49099              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
49100              
49101              Tweak the sfio/useperlio logic, hopefully as wished in
49102              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
49103              
49104              One forgotten file from #6816.
49105              
49106              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
49107              
49108              Remove duplicately applied patch shards.
49109              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
49110              
49111              Support preserving extremely big/small angles.
49112              
49113              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
49114              
49115              Subject: [PATCH] installation not quite silent yet.
49116              
49117              Update the test count.
49118              
49119              Use UVxf, PTR2UV, NVff.
49120              
49121              Document PTR2XX and INT2PTR.
49122              
49123              no-install target a la make -n.
49124              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
49125              
49126              grep -e isn't portable.
49127              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
49128              
49129              Can't get the test to reliably work thanks to the
49130              inaccurateness of floating point.  "Resolves" bug ids
49131              20000826.003, 20000826.009, 20000826.010,
49132              
49133              Subject: installman buglet
49134              
49135              DJGPP update from Laszlo Molnar.
49136              
49137              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
49138              
49139              Passing -R in ldflags makes now it to appear in the default
49140              for lddlflags, just like with -L.
49141              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
49142              
49143              Test nit.
49144              
49145              Use the actual thread type, not the pointer-to-struct.
49146              
49147              Provice virtual $Config{ccflags_nolargefiles} etc. 
49148              
49149              display_format used as a class method without arguments was broken,
49150              reported in
49151              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
49152              
49153              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
49154              
49155              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
49156              
49157              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
49158              
49159              opmini.o may be left around if a build is interrupted.
49160              
49161              Typo in #6858.
49162              
49163              Fix for ID 20000828.001, long doubles were not formatted
49164              correctly (showed up in $], which stopped installing perl).
49165              
49166              An attempt to fix the problem reported in
49167              Subject: Building perl@6856 using gcc/AIX 4.3.3 
49168              I can't test this properly since the gcc installation I have
49169              access to seems to be botched (gcc is calling the AIX cpp,
49170              a losing proposition...)
49171              
49172              Add -ld to archname on long tr...double platforms.
49173              
49174              Subject: hv.h Doc Patch
49175              
49176              Potential cruft.
49177              
49178              Subject: [PATCH bleedperl@6856] warnings fixes
49179              
49180              -S is the silent flag, -s is the strip flag.
49181              Subject: [PATCH] Re: [PATCH] make no-install          
49182              
49183              Take out the SUIDMAIL thing, that will not be
49184              a problem in 5.7.*.
49185              
49186              Subject: [PATCH bleedperl@6866] spellings
49187              
49188              Subject: [PATCH] Re: files not cleaned even by veryclean
49189              
49190              Use minimal @INC in tests, most of the time just '../lib',
49191              so that we simply can't pick up stuff from other Perls than
49192              the one we are testing.  Pointed out by
49193              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
49194              
49195              Update to Getopt::Long 2.24, from Johan Vromans.
49196              
49197              Fix for thinko in #6848.
49198              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
49199              
49200              Patches all over for people and the files they (hopefully) care about.
49201              
49202              Subject: Net::protoent does not export 'getproto'
49203              
49204              Missed a change in #6869.
49205              
49206              Subject: [PATCH] Warnings in B::Deparse
49207              
49208              Subject: [PATCH] Glob dumping
49209              
49210              Disable one of the tests for now.
49211              
49212              Disabling the one test is a bit tricky.
49213              
49214              Don't forget to tidy up.
49215              
49216              The #6881 removed one dump line.
49217              
49218              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
49219              
49220              Under usethreads the dumped variable is IN_PAD.
49221              Subject: Re: [PATCH] Glob dumping
49222              
49223              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
49224              
49225              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
49226              
49227              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
49228              
49229              Regen Configure for #6894.
49230              
49231              Subject: [PATCH: 6889] updates to perlebcdic.pod
49232              
49233              Undo namespace pollution of #6878.
49234              Subject: Re: Net::protoent does not export 'getproto'
49235              
49236              Admit that we are leaking scalars.
49237              
49238              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
49239      Branch: maint-5.6/perl
49240           !> (integrate 271 files)
49241 ____________________________________________________________________________
49242 [  7894] By: gsar                                  on 2000/11/27  16:00:34
49243         Log: a couple of nits
49244      Branch: maint-5.6/perl
49245            ! MANIFEST pp_sys.c
49246 ____________________________________________________________________________
49247 [  7893] By: gsar                                  on 2000/11/27  15:10:56
49248         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
49249              6740..6745,6747..6757,6760
49250              
49251              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
49252              
49253              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
49254              
49255              Doc nits spotted by Richard Soderberg.
49256              
49257              move WNOHANG definition to where other such things are
49258              
49259              Make $Config{byteorder} more magical so that it is
49260              dynamically computed: nice for 'fat binaries'.
49261              Subject: [PATCH]: default byteorder
49262              
49263              Subject: [PATCH] Cwd.pm now uses strict
49264              
49265              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
49266              
49267              Get -DLEAKTEST to compile (not necessarily to work, mind)
49268              Subject: [ID 20000724.006] -DLEAKTEST problem
49269              
49270              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
49271              
49272              Add perlebcdic from Peter Prymmer, regen toc.
49273              
49274              Don't propose using modules built for 5.005 if no binary
49275              compatibility with 5.005 is attempted.
49276              
49277              Do not use prototyping here.
49278              Subject: [ID 20000817.016] [PATCH] Peek.xs
49279              
49280              Document what the backtick returns if the command fails.
49281              
49282              Add byteorder to the myconfig output.
49283              
49284              Introduce NVef, NVff, and NVgf, use the middle one.
49285              (helps for lib/peek + Linux + long doubles)  Reported in
49286              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
49287              Use NVs in POSIX math, not doubles.
49288              Subject: [ID 20000817.014] POSIX & modfl
49289              
49290              Subject: [PATCH 5.6.0+] newSVrv() memory leak
49291              
49292              The byteorder code in #6671 was wrong.
49293              
49294              Fix the lib/complex failure of
49295              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
49296              Linux long double accuracy issue: something that
49297              when printed with %g looks like "2" but int() of it is 1.
49298              
49299              Propagate new Configure vars.
49300              
49301              Unbuffer the output.
49302              
49303              Subject: [PATCH] perltrap.pod spring cleaning
49304              
49305              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
49306              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
49307              
49308              Tiny Getopt::Long patch from Johan Vromans.
49309              
49310              Document code point which makes if (defined %stash::) to work
49311              (noted by Spider Boardman).
49312              
49313              Subject: [PATCH perl@6698] cygwin port
49314              
49315              Document the NDBM_File and ODBM_File as SDBM_File
49316              was documented in #6417.
49317              
49318              The new tests were missing from #6415.
49319              
49320              Add [[:blank:]] as suggested in
49321              Subject: [ID 20000716.024] [=cc=] / [:blank:]
49322              (the [=cc=] has already been taken care of by #6439
49323              so the whole bug report can be closed)
49324              and make [[:space:]] to be equivalent to isspace(3)
49325              (as opposed to \s, which is isSPACE()).  The difference
49326              is that now [[:space:]] matches the mythical vertical tab,
49327              while \s doesn't.
49328              
49329              Don't eat leading os from index entries.
49330              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
49331              
49332              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
49333              
49334              Typo in pp_complement().
49335              Subject: [PATCH perl-current] Deparse
49336              
49337              Add warnif(), check warnings further up the stack,
49338              all the warnings functions now can take an optional object reference.
49339              Subject: [PATCH bleedperl@6691] warnings pragma update
49340              
49341              Fix a core dump in lib/selfloader under -DDEBUGGING.
49342              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
49343              
49344              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
49345              
49346              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
49347              
49348              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
49349              Put back the long double avoidance code to POSIX.xs
49350              because VMS seems to need it still.
49351              
49352              Introduce a 'veryclean' target that is like 'distclean'
49353              but also removes *~ and *.orig.
49354              
49355              Subject: [ID 20000817.023] endianness description in perlfunc.pod
49356              
49357              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
49358              
49359              Let's try #6717 again.
49360              
49361              UTF8 concat fixes.
49362              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
49363              
49364              pp_open() could pass an uninitialized filename down to do_open9().
49365              
49366              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
49367              
49368              Update to CGI 2.72, from Lincoln Stein.
49369              
49370              Subject: [PATCH] Silence MakeMaker (Was: installman)
49371              
49372              Use temporary directory instead of current directory.
49373              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
49374              
49375              Document odd vs even subreleases and -Dusedevel.
49376              
49377              The veryclean target needs to clobber.
49378              
49379              Use File::Spec->tmpdir().
49380              
49381              Document the number of exponent digits.
49382              
49383              Mention perlebcdic and perlposix-bc.
49384              
49385              s/this one/the 5.6.0 release/
49386              
49387              The #6724 is here.
49388              
49389              The correct cleaning order is an art.
49390              
49391              small tweaks for change#6705: avoid C++ style comments in C code;
49392              use Perl's malloc API rather than the low level system one
49393              
49394              Array context keeps slithering in.
49395              
49396              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
49397              
49398              Subject: [PATCH] os2.c fix for use64bitint
49399              
49400              Update to Pod::LaTeX 0.53.
49401              Subject: [PATCH] lib/Pod/LaTeX.pm updates
49402              
49403              Document the endianness of Alpha more precisely.
49404              
49405              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
49406              
49407              Rename the macro argument because some preprocessors
49408              can't tell the difference and expand arguments also inside
49409              double quoted strings.
49410              
49411              free TLS slot properly on Windows
49412              
49413              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
49414              
49415              Unicos/mk requires elaborate paranoia.
49416              
49417              Tweak the floating point output routine preferences.
49418              
49419              Also under djgpp the timestamps are funky.
49420              
49421              Apply some PodParser 1.18 patches; the Pod/Find.pm
49422              patches cannot be applied since #6712 conflicts.
49423              
49424              Use PodParser 1.18 new test.
49425              
49426              A pod nit.
49427              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
49428              
49429              Be verydeepclean.
49430      Branch: maint-5.6/perl
49431           +> pod/perlebcdic.pod
49432           !> (integrate 106 files)
49433 ____________________________________________________________________________
49434 [  7892] By: jhi                                   on 2000/11/27  15:02:32
49435         Log: Update Changes.
49436      Branch: perl
49437            ! Changes patchlevel.h
49438 ____________________________________________________________________________
49439 [  7891] By: jhi                                   on 2000/11/27  14:57:23
49440         Log: Subject: Re: perlfaq style changes
49441              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49442              Date: Sat, 25 Nov 2000 23:32:26 -0800
49443              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
49444              
49445              plus a note from Ronald Kimball.
49446      Branch: perl
49447            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
49448 ____________________________________________________________________________
49449 [  7890] By: jhi                                   on 2000/11/27  14:53:14
49450         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
49451              From: Benjamin Holzman <bah@ecnvantage.com>
49452              Date: Sun, 26 Nov 2000 16:27:33 -0500
49453              Message-ID: <20001126162733.J25040@ecnvantage.com>
49454      Branch: perl
49455            ! gv.c
49456 ____________________________________________________________________________
49457 [  7889] By: jhi                                   on 2000/11/27  14:43:11
49458         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
49459              From: lvirden@cas.org
49460              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
49461              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
49462      Branch: perl
49463            ! README.amiga
49464 ____________________________________________________________________________
49465 [  7888] By: jhi                                   on 2000/11/27  14:32:34
49466         Log: Restore also the locale test to no-sprintf-taint state.
49467              Fixes the bug 20001127.003.
49468      Branch: perl
49469            ! sv.c t/pragma/locale.t
49470 ____________________________________________________________________________
49471 [  7887] By: gsar                                  on 2000/11/27  14:13:05
49472         Log: integrate changes#6613..6616,6620..6665 from mainline
49473              
49474              VMS configure.com update continues.
49475              
49476              Subject: Test fails / warnings with perl-current #6612
49477              
49478              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
49479              
49480              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
49481              
49482              For now remove the mail code.
49483              
49484              Subject: Re: [PATCH] @+, @- readonly
49485              
49486              Subject: warning: storage class after type is obsolescent
49487              
49488              Subject: sfio2000
49489              
49490              Subject: Re: File::Temp problems on VMS in bleedperl
49491              
49492              README.os2 update.
49493              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
49494              
49495              Make the user to give up his firstborn, err, to knowingly
49496              verify installing an unstable developer release.  Also bump
49497              the release to 5.7.0, but leave a patch tag in the local
49498              patches saying that this is not yet the real thing.
49499              
49500              Update (kinda) to Test 1.14, from Joshua Pritikin.
49501              
49502              make ok etc also for win32.
49503              
49504              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
49505              
49506              Don't blow limited stacks, a lower number is enough to
49507              tickle the lookbehind limit.
49508              
49509              Use -Dusedevel; regen Configure and the respective Porting stuff.
49510              
49511              Subject: [PATCH] debugger exit code should reflect user exit code
49512              
49513              Subject: [PATCH perl@6620] cygwin port
49514              
49515              Missed a file from #6638.
49516              
49517              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)
49518              
49519              magic callbacks all need to have same type signature
49520              
49521              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
49522              
49523              Fix a dependency problem.
49524              Subject: [PATCH: 6640] VMS Makefile.SH update
49525              
49526              The numeric locale was reset to "C" by s?printf and never restored.
49527              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
49528              No test since adding the failing example to locale.t
49529              does not fail -- probably because the locale settings are so
49530              thoroughly tweaked by that time.  Running the example standalone
49531              does fail, though.  UPDATE: test case added at change #7540.
49532              
49533              Subject: [ID 20000324.040] minor fix to perlhpux.pod
49534              
49535              Update to CPAN 1.57.
49536              
49537              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
49538              
49539              Change the perlbug address to perl.org since it's more forgiving.
49540              
49541              Change the regx compilation error markers to use = instead of <
49542              since pod makes using the latter quite messy.  Reported in
49543              ID 20000814.006 by Abigail and in
49544              Subject: Unknown escape E<> ?
49545              
49546              Update to perldebtut 1.9, from Richard Foley.
49547              
49548              check that the number pseudo children doesn't exceed
49549              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
49550              the WaitForMultipleObjects() limit that would cause wait()
49551              to crash)
49552              wait() and waitpid() could potentially be rewritten to use
49553              more than one thread to do the waiting to eliminate this
49554              limitation
49555              
49556              change#6328 could make close(SOCKET) return false on windows
49557              when it shouldn't
49558              
49559              pod nit seen in passing
49560              
49561              on windows, the return values from wait() and waitpid() don't
49562              match those of pseudo-pids
49563              
49564              waitpid() now handles externally spawned pids correctly;
49565              fixes for backtick/wait/waitpid failures on Windows 9x
49566              these changes make the pid returned by process functions on
49567              Windows 9x always positive by clearing the high bit (which
49568              is always set on Win9x); pseudo-process PIDs are likewise
49569              always negative now on Win9x (just as on NT/2000)
49570              
49571              trailing new %ENV entries weren't being pushed into the real
49572              environment of subprocesses on Windows
49573              
49574              Tweak the regex compilation errors once more.
49575              
49576              avoid warnings from dense compiler
49577              
49578              add "ok" targets from change#6632 in makefile.mk
49579      Branch: maint-5.6/perl
49580            - lib/Pod/PlainText.pm vms/configure.com
49581           !> (integrate 66 files)
49582 ____________________________________________________________________________
49583 [  7886] By: jhi                                   on 2000/11/27  13:54:18
49584         Log: __FUNCTION__ isn't portable and trying to emulate it leads
49585              into practically spelling out the name of the function.
49586              Takes care of the bug 20001127.001.
49587      Branch: perl
49588            ! perlio.c
49589 ____________________________________________________________________________
49590 [  7885] By: gsar                                  on 2000/11/27  13:53:18
49591         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
49592              6610..6611 from mainline
49593              
49594              Make regular expression parse error messages easier to understand.
49595              Subject: Re: enhanced(?) regex error messages
49596              
49597              Tiny tidying on report_evil_fh().
49598              
49599              Subject: Re: enhanced(?) regex error messages 
49600              plus Capitalize the error messages, plus perldiag them.
49601              
49602              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
49603              
49604              Document here-doc better.
49605              
49606              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
49607              
49608              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
49609              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
49610              (either perlbug or p5p ate the original), plus regen
49611              perlapi and perltoc. 
49612              
49613              Regen global.sym.
49614              
49615              Double check that we have a dirhandle.
49616              
49617              Subject: Re: enhanced(?) regex error messages
49618              (plus two small patches sent privately)
49619              (this still seems to leave few test failures)
49620              
49621              warn is a macro, avoid using at a variable to avoid warnings
49622              in some configurations; readdir.t is too conservative in
49623              estimating number of *.t's
49624              
49625              Get back into sync with Jeffrey on the enhanced regex warnings.
49626              
49627              Subject: [PATCH 5.6.0] cygwin port
49628              
49629              Zero entries were skipped, fix from Adrian Goalby
49630              <argoalby@yahoo.co.uk>
49631              
49632              Subject: Remove dead entry in perldiag
49633              
49634              Amend the description of Perl6.
49635              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
49636              
49637              detypo
49638              
49639              It's the 2ndO'ROSSC.
49640              
49641              Revert the sv.c part of #6559, a better fix is needed.
49642              
49643              Iterating perl6 description.
49644              
49645              Update to Term::ANSIColor 1.03, from Russ Allbery.
49646              
49647              Update to Getopt::Long 2.23_05, from Johan Vromans.
49648              
49649              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
49650              
49651              Update to Pod::Parser 1.17, from Brad Appleton.
49652              
49653              Update to CPAN 1.56, from Andreas König.
49654              
49655              Update to CGI 2.70, from Lincoln Stein.
49656              
49657              Put back the std @INC thing.
49658              
49659              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
49660              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
49661              
49662              Document the IO::Select timeout.
49663              
49664              sleep(1) does not necessarily return 1.
49665              Subject: [PATCH bleadperl] op/lex_assign.t  
49666              
49667              Subject: debugger "d" command doesnt check line number
49668              
49669              B::Deparse didn't do sub attributes.
49670              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
49671              
49672              Preprocessing and postprocessing for File::Find.
49673              Subject: Patch to Find::File.pm to allow alphabetical results
49674              
49675              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
49676              
49677              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
49678              
49679              Subject: Re: [ID 20000730.003] utf8::length() bad
49680              
49681              Subject: Getting perlio and threads to compile
49682              (the Solaris version changes in Configure skipped)
49683              
49684              Tests for #6589.
49685              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
49686              
49687              Add Perl debugging tutorial, regen toc. 
49688              Subject: perldebtut.pod
49689              
49690              Add a few missing files, update MANIFEST.
49691              
49692              Rewrite of vms/subconfigure.com as configure.com,
49693              from Peter Prymmer and the vmsperl crew.
49694              
49695              Should have deleted this in #6603.
49696              
49697              Fix the test for 5005threads.
49698              
49699              Fix-n-skip the tests under 5005threads.
49700              
49701              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
49702              
49703              Upgrade to CGI 2.71, from Lincoln Stein.
49704      Branch: maint-5.6/perl
49705           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
49706           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
49707           +> t/op/regmesg.t t/pod/find.t vms/configure.com
49708            - vms/subconfigure.com
49709            ! lib/lib.pm
49710           !> (integrate 115 files)
49711 ____________________________________________________________________________
49712 [  7884] By: jhi                                   on 2000/11/27  13:44:33
49713         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
49714              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49715              Date:     Mon, 27 Nov 2000 08:23:54 EST
49716              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
49717      Branch: perl
49718            ! vms/descrip_mms.template vms/test.com
49719 ____________________________________________________________________________
49720 [  7883] By: gsar                                  on 2000/11/27  11:50:46
49721         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
49722              6511..6513,6515..6523,6525..6536
49723              
49724              The swallow_bom() saga continues.  The #23 of require.t
49725              (UTF16-LE) still fails (silently, no output) but the #22
49726              (UTF16-BE) seems to be working now.  The root of the
49727              failure may be in sv_gets(): is it UTF-16LE-aware,
49728              especially when it comes to line endings? 
49729              
49730              Document the problem with -P in HP-UX and its workaround.
49731              
49732              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
49733              (aka ID 20000730.002)
49734              
49735              Subject: fix and question re: waitpid() under win32
49736              
49737              Make the safety catch for buggy gccs work with triple version
49738              numbers like 2.95.2.  Reported in
49739              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
49740              
49741              In Digital UNIX warn if gcc explicitly chosen because even
49742              2.95.2 is known to cause problems.
49743              
49744              Make chr() for values >127 to create utf8 when under utf8.
49745              
49746              various syntax errors and such (not fixed: comp/require.t#22 coredump
49747              on Windows)
49748              
49749              Stash away the largefiles flags and libswanted.
49750              
49751              BOM patching from Simon Cozens.
49752              
49753              If gccosandvers is equal to osname, clear gccosandvers.
49754              
49755              Make p4desc to skip non-mainperl branches by default.
49756              
49757              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
49758              
49759              The test from this
49760              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
49761              
49762              In new BSDs changes to argv[] do not show up in ps(1) output,
49763              instead one must use setproctitle().  This was already addressed
49764              by change #6457, but the below has a new variant for FreeBSD 4.0
49765              or later, and the matter is also documented more.
49766              
49767              FreeBSD 3.* updates from
49768              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
49769              
49770              regen_headers, regen perltoc.
49771              
49772              Document in one place the memory abstractions used in Perl core.
49773              
49774              memcpy has n o in it, as pinted ut by Sarathy.
49775              
49776              Remove the extraneous "main::" prefix from all the
49777              "opened only for", "on closed", and "never opened" warnings.
49778              
49779              The name of a filehandle does not have <these>.
49780              
49781              The tr utf8 patching continues.
49782              
49783              The new setproctitle() feature is available only in 
49784              bleeding edge FreeBSD.  From Paul Saab.
49785              
49786              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
49787              
49788              Dump UVs as UVs in Data::Dumper.
49789              
49790              detypo #6494
49791              
49792              Document the IVdf UVuf UVof UVxf.
49793              
49794              require.t needs binmode() to work on windows
49795              
49796              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
49797              that are hopefully soon put into use.
49798              
49799              Allow "no Module;" even if there is no 'unimport'.
49800              
49801              Better skip message for the test; one of the two problems in
49802              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
49803              
49804              The subtest 4 may fail also on VOBS, as pointed out
49805              by Nick Ing-Simmons in November 1999, bug id 19991124.003
49806              (but the failure in that bug report isn't the subtest 4).
49807              
49808              Be more informative on what is skipped and why,
49809              also repeat the list at the end.
49810              
49811              Add a URL for FSF.
49812              
49813              Subject: [PATCH] sv.h documentation - SvLEN
49814              
49815              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
49816              
49817              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
49818              
49819              Subject: [PATCH] bad cppsymbols on os2 + Configure question
49820              
49821              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
49822              
49823              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
49824              mention the idea of @( and @)
49825              
49826              This is 6512.  Really.
49827              
49828              Subject: [ID 19990721.004] Documentation bug in perlfunc
49829              
49830              Subject: Minor tweak to perlvar.pod
49831              
49832              In the warnings call filehandles consistently so;
49833              add "unopened" warning for stat().
49834              
49835              After the #6519 a warning about stat() is just that,
49836              not about a filetest, which now have their own warning.
49837              
49838              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
49839              
49840              Subject: Re: Array vs. List context
49841              
49842              Subject: New perlcc, take 2
49843              
49844              Weed buglets pointed out by
49845              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
49846              
49847              gcc versions might have (parentheses) in them.
49848              
49849              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
49850              
49851              Essential prototype changes were missing from #6527.
49852              Also make report_evil_fh() more bomb-proof.
49853              
49854              Zap lib/Sys directory when cleaning up.
49855              
49856              Change the Policy policy: now -Dprefix= with an existing
49857              Policy.sh and prefix == siteprefix == vendorprefix, then all
49858              of them follow along the new prefix.
49859              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
49860              
49861              Continue fixing the io warnings.  This also
49862              sort of fixes bug ID 20000802.003: the core dump
49863              is no more.  Whether the current behaviour is correct
49864              (giving a warning: "Not a format reference"), is another matter.
49865              
49866              Have symbols for the IoTYPEs.
49867              
49868              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
49869              
49870              Document a bit that UDP is not what you might think.
49871              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
49872              tr memory corruption fix from Simon Cozens.
49873              
49874              Plug the security hole described in the Aug 05 2000 bugtraq message
49875              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
49876              The security hole exists only in suidperls, which isn't
49877              installed or even built by default.
49878      Branch: maint-5.6/perl
49879           !> (integrate 71 files)
49880 ____________________________________________________________________________
49881 [  7882] By: gsar                                  on 2000/11/27  10:25:36
49882         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
49883              from mainline
49884              
49885              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
49886              to be fatal errors (instead of by default ignoring them, and
49887              ignoring with a bug: even though -w gave an error, the opening [
49888              was left in)  Reported in:
49889              
49890              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
49891              
49892              Subject: [PATCH] split /^/
49893              
49894              MacOS nits from Matthias Neeracher.
49895              
49896              More split() doc and test patches from Mike Guy.
49897              
49898              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
49899              from Graham Barr in the module list.
49900              
49901              docfix from Peter Scott <Peter@PSDT.com>.
49902              
49903              File::Temp patches for VMS and OS/2 from Tim Jenness.
49904              
49905              open() wariness in perlbug.
49906              
49907              Subject: [PATCH] minor doc change - perlguts
49908              
49909              Subject: Minor doc patch: handy.h
49910              
49911              Be wary of close()s, too.
49912              
49913              Further File::Temp patches from Yitzchak Scott-Thoennes
49914              and Craig A. Berry.
49915              
49916              Subject: [PATCH] fixes bug 20000508.004
49917              
49918              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
49919              
49920              Allow "no AutoLoader;", based on change #6444,
49921              suggested by Graham Barr.
49922              
49923              Use setproctitle() if available to modify $0.
49924              
49925              Warn if the version of the operating system used to compile gcc
49926              differs from the current version of the operating system.
49927              Also display the gcc compilation os and version in myconfig.
49928              Inspiration from
49929              
49930              Tiny fixes for #6460.
49931              
49932              The problem described in this
49933              Subject: [ID 20000322.018] named chars aren't magical enough
49934              has been fixed in perl 5.6.0 but just in case added a test
49935              to keep it away.  (The report from Joseph Hall.)
49936              
49937              Tune the comments and hopefully stop a memory leak.
49938              
49939              Subject: UTF8 concat
49940              (with a memory leak fixed, plus a few casts added)
49941              This also seems to help for
49942              Subject: [ID 20000716.015] join UTF8 weirdness
49943              
49944              Do not upgrade SVs into utf8 just because they participate
49945              in eq or cmp.  Reported and fix suggested in
49946              Subject: [ID 20000720.009] sv_eq UTF8 bug
49947              
49948              Fix the HALF_UPGRADE() macro introduced in #6263.
49949              
49950              Find green threads before native threads.
49951              Subject: Re: Patch to jpl/JNI/Makefile.PL
49952      Branch: maint-5.6/perl
49953           !> (integrate 30 files)
49954 ____________________________________________________________________________
49955 [  7881] By: jhi                                   on 2000/11/27  05:48:41
49956         Log: It seems that *both* the unused submatch loop cleanup
49957              codes are needed.
49958      Branch: perl
49959            ! regexec.c
49960 ____________________________________________________________________________
49961 [  7880] By: jhi                                   on 2000/11/27  04:50:07
49962         Log: Clean .exists deeper.
49963      Branch: perl
49964            ! Makefile.SH
49965 ____________________________________________________________________________
49966 [  7879] By: jhi                                   on 2000/11/27  02:31:35
49967         Log: The code in regcppop() (see #7878) contains the correct lower
49968              limit for the unused submatch 'cleanup' loop so that under
49969              "use utf8" the following code wouldn't dump core:
49970              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
49971              the cleanup loop in regtry() stomped beyond allocated area
49972              in the startp[] array.  Therefore, copied the correct lower
49973              loop limit (*PL_reglastparen) to regtry().  Note: something
49974              may still not be quite right: why was the _higher_ loop limit
49975              (prog->nparens) different in the utf8 case?
49976              
49977              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
49978              without core dumps, there were about 17 of them before
49979              the patch (with us since Perl 5.7.0).  Two failures, still:
49980              496 and 505 (though these may not be severe).
49981              
49982              Patch #7881 is also needed since both the cleanup loops
49983              seem to be needed.
49984              
49985              Also, the t/op/pat#44 seems to core dump under utf8.
49986              Plus a couple of failures.  UGH-8.
49987      Branch: perl
49988            ! regexec.c
49989 ____________________________________________________________________________
49990 [  7878] By: jhi                                   on 2000/11/27  02:21:17
49991         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
49992              the code in regcppop() seems to be redundant for the test suite --
49993              but it contains a germ of truth, and it needed for the build
49994              process itself: see #7879 and #7881.
49995      Branch: perl
49996            ! regexec.c
49997 ____________________________________________________________________________
49998 [  7877] By: jhi                                   on 2000/11/27  01:53:09
49999         Log: Comment on comment.
50000      Branch: perl
50001            ! regexec.c
50002 ____________________________________________________________________________
50003 [  7876] By: jhi                                   on 2000/11/27  00:49:59
50004         Log: Adjust the docs to agree with #7875.
50005      Branch: perl
50006            ! pod/perllocale.pod
50007 ____________________________________________________________________________
50008 [  7875] By: jhi                                   on 2000/11/27  00:49:27
50009         Log: Retract #7863.  It makes more sense not to taint formatted output,
50010              not even by sprintf().
50011      Branch: perl
50012            ! sv.c
50013 ____________________________________________________________________________
50014 [  7874] By: jhi                                   on 2000/11/26  23:36:02
50015         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
50016              Not really fixed (should really dump the UTF-8 charclass),
50017              but stopped displaying the garbage.
50018              
50019              Also add a note on the (missing) Unicode PSXSPC and BLANK.
50020      Branch: perl
50021            ! regcomp.c
50022 ____________________________________________________________________________
50023 [  7873] By: jhi                                   on 2000/11/26  21:31:13
50024         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
50025      Branch: perl
50026            ! regexec.c
50027 ____________________________________________________________________________
50028 [  7872] By: jhi                                   on 2000/11/26  21:06:04
50029         Log: No need to scan till infinity, 13 is enough.
50030      Branch: perl
50031            ! handy.h utf8.c
50032 ____________________________________________________________________________
50033 [  7871] By: jhi                                   on 2000/11/26  20:20:32
50034         Log: Test line numbers are different with utf8.
50035      Branch: perl
50036            ! t/op/re_tests
50037 ____________________________________________________________________________
50038 [  7870] By: jhi                                   on 2000/11/26  20:10:12
50039         Log: Message nit.
50040      Branch: perl
50041            ! regcomp.c
50042 ____________________________________________________________________________
50043 [  7869] By: jhi                                   on 2000/11/26  19:01:05
50044         Log: Make utf8_length() and utf8_distance() (the latter of which
50045              is unused at the moment) to be less forgiving about bad UTF-8.
50046      Branch: perl
50047            ! embed.h embed.pl objXSUB.h proto.h utf8.c
50048 ____________________________________________________________________________
50049 [  7868] By: jhi                                   on 2000/11/26  18:45:56
50050         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
50051              From: Benjamin Holzman <bah@ecnvantage.com>
50052              Date: Sat, 25 Nov 2000 20:40:20 -0500       
50053              Message-ID: <20001125204020.A25040@ecnvantage.com>              
50054              
50055              Debian allows installing /usr/bin/locale without installing
50056              any locales, an error message will ensue.
50057      Branch: perl
50058            ! t/pragma/locale.t
50059 ____________________________________________________________________________
50060 [  7867] By: jhi                                   on 2000/11/26  18:31:12
50061         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
50062              From: Benjamin Holzman <bah@ecnvantage.com>
50063              Date: Sun, 26 Nov 2000 02:42:34 -0500
50064              Message-ID: <20001126024234.G25040@ecnvantage.com>
50065              
50066              Patch for the bug 20000212.002.
50067      Branch: perl
50068            ! sv.c t/op/array.t
50069 ____________________________________________________________________________
50070 [  7866] By: jhi                                   on 2000/11/26  18:28:09
50071         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
50072              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50073              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
50074              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
50075              
50076              File::Temp 0.11.
50077      Branch: perl
50078            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
50079 ____________________________________________________________________________
50080 [  7865] By: jhi                                   on 2000/11/26  18:24:22
50081         Log: The metaconfig unit change for #7864.
50082      Branch: metaconfig/U/perl
50083            ! need_va_copy.U
50084 ____________________________________________________________________________
50085 [  7864] By: jhi                                   on 2000/11/26  18:23:41
50086         Log: Make the va_copy() test not to be so talkative.
50087      Branch: perl
50088            ! Configure config_h.SH
50089 ____________________________________________________________________________
50090 [  7863] By: jhi                                   on 2000/11/26  18:11:02
50091         Log: Fix locale inconsistencies unearthed by Hugo's work.
50092              Now the floating point sprintf really does taint the result
50093              string as perllocale promises (has promised for a long time)
50094              if "use locale" is in the lexical scope.
50095      Branch: perl
50096            ! sv.c t/pragma/locale.t
50097 ____________________________________________________________________________
50098 [  7862] By: jhi                                   on 2000/11/26  00:35:15
50099         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
50100              From: Nicholas Clark <nick@ccl4.org>
50101              Date: Sun, 26 Nov 2000 00:07:50 +0000
50102              Message-ID: <20001126000750.A22446@plum.flirble.org>
50103              
50104              Infinit.
50105      Branch: perl
50106            ! sv.c
50107 ____________________________________________________________________________
50108 [  7861] By: jhi                                   on 2000/11/26  00:01:26
50109         Log: Integrate perlio.
50110      Branch: perl
50111           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
50112 ____________________________________________________________________________
50113 [  7860] By: nick                                  on 2000/11/25  22:04:17
50114         Log: Correct relative path from new ext\Filter\Util\Call location
50115              back to miniperl.
50116      Branch: perlio
50117            ! win32/makefile.mk
50118 ____________________________________________________________________________
50119 [  7859] By: nick                                  on 2000/11/25  21:26:54
50120         Log: Integrate mainline.
50121      Branch: perlio
50122           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
50123           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
50124           +> t/lib/filter-util.t
50125            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50126            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
50127            - t/lib/filt-util.t
50128           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
50129           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
50130           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
50131           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
50132           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
50133           !> win32/makefile.mk
50134 ____________________________________________________________________________
50135 [  7858] By: gsar                                  on 2000/11/25  20:52:17
50136         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
50137              parent's memory; fix it by keeping track of the actual pad
50138              offset rather than a raw pointer (this change is probably also
50139              relevant to non-ithreads case to avoid fallout from reallocs of
50140              the pad array, but is currently only enabled for the ithreads
50141              case in the interests of minimal disruption to existing "well
50142              tested" code)
50143      Branch: perl
50144            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
50145            ! proto.h scope.c scope.h sv.c t/op/fork.t
50146 ____________________________________________________________________________
50147 [  7857] By: nick                                  on 2000/11/25  20:01:28
50148         Log: All tests pass on Win32/gcc/USE_PERLIO.
50149              - when crlf layer is pushed make unix-level binary.
50150              - remove :crlf injection in pp_backtick in pp_sys.c
50151              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
50152      Branch: perlio
50153            ! doio.c perlio.c pp_sys.c win32/makefile.mk
50154 ____________________________________________________________________________
50155 [  7856] By: jhi                                   on 2000/11/25  18:38:30
50156         Log: Update the metaconfig units for #7855.
50157      Branch: metaconfig/U/perl
50158            ! useperlio.U usesocks.U
50159 ____________________________________________________________________________
50160 [  7855] By: jhi                                   on 2000/11/25  18:37:54
50161         Log: Undo the SOCKS workarounds, instead start using PerlIO
50162              if SOCKS is selected.
50163              
50164              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
50165              From: Jens Hamisch <jens@Strawberry.COM>
50166              Date: Fri, 24 Nov 2000 18:31:30 +0100
50167              Message-ID: <20001124183130.E28337@Strawberry.COM>
50168              
50169              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
50170              From: Jens Hamisch <jens@Strawberry.COM>
50171              Date: Fri, 24 Nov 2000 19:11:51 +0100
50172              Message-ID: <20001124191151.A28753@Strawberry.COM>
50173      Branch: perl
50174            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
50175            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
50176 ____________________________________________________________________________
50177 [  7854] By: jhi                                   on 2000/11/25  17:39:08
50178         Log: Undo #7848.  Some of the code seems to use walkoptree(),
50179              some walkoptree_slow().  An unfinished renaming?
50180              Now the sub is walkoptree() (which is @EXPORT_OK),
50181              the walkoptree_slow() is a typeglob alias to walkoptree.
50182              This makes the tests to pass, at least.
50183      Branch: perl
50184            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
50185 ____________________________________________________________________________
50186 [  7853] By: nick                                  on 2000/11/24  22:24:33
50187         Log: Re-arrange crlf vs binary for platforms that care.
50188              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
50189              Lip-service to making stdio layer work on such platfroms (untested).
50190              Now fails 3 tests rather than one, checkin to see if I can debug 
50191              the issue under linux. (Do not merge.)
50192      Branch: perlio
50193            ! doio.c perlio.c perliol.h
50194 ____________________________________________________________________________
50195 [  7852] By: jhi                                   on 2000/11/24  18:57:39
50196         Log: AUTHORS edits.
50197      Branch: perl
50198            ! AUTHORS
50199 ____________________________________________________________________________
50200 [  7851] By: jhi                                   on 2000/11/24  17:34:56
50201         Log: Add Jan-Erik Karlsson.
50202      Branch: perl
50203            ! AUTHORS
50204 ____________________________________________________________________________
50205 [  7850] By: jhi                                   on 2000/11/24  17:27:56
50206         Log: Configure should find stdchar on its own.
50207      Branch: perl
50208            ! hints/solaris_2.sh
50209 ____________________________________________________________________________
50210 [  7849] By: jhi                                   on 2000/11/24  17:24:55
50211         Log: Subject: PATCH over 7848: Filter test flawed
50212              From: andreas.koenig@anima.de (Andreas J. Koenig)
50213              Date: 24 Nov 2000 10:28:29 +0100
50214              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
50215      Branch: perl
50216            ! t/lib/filter-util.t
50217 ____________________________________________________________________________
50218 [  7848] By: jhi                                   on 2000/11/24  17:22:15
50219         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
50220              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
50221              Date: Fri, 24 Nov 2000 16:12:58 +0000
50222              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
50223      Branch: perl
50224            ! ext/B/B.pm
50225 ____________________________________________________________________________
50226 [  7847] By: jhi                                   on 2000/11/24  03:07:01
50227         Log: Integrate perlio.
50228      Branch: perl
50229           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
50230           !> win32/makefile.mk
50231 ____________________________________________________________________________
50232 [  7846] By: gsar                                  on 2000/11/24  00:55:57
50233         Log: integrate changes#6415..6418,6420..6438 from mainline
50234              
50235              Fix the bitvector ops for utf8 (tricky since past 7 bits
50236              the utf8 'characters' can be more than one octet).
50237              
50238              MPE/ix updates for perl 5.6.0 from Mark Bixby.
50239              
50240              Subject: SDBM_File documentation
50241              
50242              Detypo.
50243              
50244              Decutandpasto.
50245              
50246              Send all installperl messages to STDERR and be -w clean.
50247              
50248              Out-of-date note removed.
50249              
50250              Protect against "wild next"s, that is, callbacks doing "next"
50251              instead of "return".
50252              
50253              Use STDOUT consistently.
50254              
50255              The output might have been produced in the wrong order.
50256              
50257              A missing 'break' after the [[:space:]] switch case.
50258              
50259              Add tests for
50260              [ID 19991110.003] another matching finding by pcre author
50261              which has already been fixed by some patch, as verified in
50262              
50263              Documentation to explain the behaviour of map().
50264              
50265              Add an optimization for map-maps-a-list-element-to-more-list-elements
50266              case, but add also notes explaining the relationship of this
50267              patch and the earlier notes by Sarathy.
50268              
50269              Subject: [ID 20000716.023] syslog test fails without sockets
50270              
50271              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
50272              Test cases for #6431.
50273              
50274              File::Spec::VMS fixup for tmpdir from Craig Berry.
50275              
50276              Make the "uninit variable" warning to say "concat or string"
50277              or "join or string" when in concat or join .
50278              
50279              Get UTF16 BOMs working.  Patch from
50280              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
50281              
50282              Subject: [PATCH] Make large file tests deal with SIGXFSZ
50283              
50284              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
50285              
50286              Subject: [PATCH] av.c apidoc
50287      Branch: maint-5.6/perl
50288           !> (integrate 43 files)
50289 ____________________________________________________________________________
50290 [  7845] By: gsar                                  on 2000/11/24  00:20:45
50291         Log: integrate changes#6406..6414 from mainline
50292              
50293              Merge perlhacktut into perlhack, update perlguts.
50294              
50295              Fix AutoSplit to use File::Spec the right way in VMS,
50296              from Peter Prymmer.
50297              
50298              The bug report
50299              [ID 19991110.002] minimal matching discrepancy found by pcre author
50300              seems to have been fixed (though differently from what was suggested
50301              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
50302              
50303              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
50304              not in pod, from Peter Prymmer
50305              
50306              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
50307              From: Hugo <hv@crypt.compulink.co.uk>
50308              Date: Fri, 14 Jul 2000 23:05:20 +0100
50309              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
50310              
50311              Didn't anymore apply, but that point still could use another fix.
50312              
50313              lib/b test fixes from Peter Prymmer.
50314              
50315              More docs for sv functions.
50316              
50317              perlvms.pod whitespace cleanup to keep pod utils happy.
50318              
50319              another VMS build tweak from Peter Prymmer
50320      Branch: maint-5.6/perl
50321           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
50322           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
50323           !> vms/descrip_mms.template vms/perlvms.pod
50324 ____________________________________________________________________________
50325 [  7844] By: nick                                  on 2000/11/23  23:42:45
50326         Log: Win32/perlio Now just fails one io/argv.t test - lack 
50327              of default :crlf on standard streams.
50328      Branch: perlio
50329            ! doio.c perlio.c
50330 ____________________________________________________________________________
50331 [  7843] By: nick                                  on 2000/11/23  23:04:05
50332         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
50333              peek fail is showing a real problem (multiple crlf layers
50334              are getting pushed.)
50335      Branch: perlio
50336            ! doio.c perlio.c win32/makefile.mk
50337 ____________________________________________________________________________
50338 [  7842] By: nick                                  on 2000/11/23  19:46:23
50339         Log: Implement PerlIO_binmode()
50340              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
50341              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
50342              make binmode in t/lib/io_tell.t unconditional so that works.
50343              Checkin just so Win32 machine can see these changes.
50344      Branch: perlio
50345            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
50346 ____________________________________________________________________________
50347 [  7841] By: jhi                                   on 2000/11/23  19:30:00
50348         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
50349      Branch: perl
50350            ! README.amiga
50351 ____________________________________________________________________________
50352 [  7840] By: jhi                                   on 2000/11/23  17:18:02
50353         Log: SOCKS wrestling continues, patches from Jens Hamisch.
50354      Branch: perl
50355            ! doio.c embed.h embed.pl perlsdio.h proto.h
50356 ____________________________________________________________________________
50357 [  7839] By: jhi                                   on 2000/11/23  16:54:14
50358         Log: Push Filter::Util::Call one level deeper.
50359      Branch: perl
50360            + t/lib/filter-util.t
50361           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
50362           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
50363            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50364            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
50365            - t/lib/filt-util.t
50366            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
50367            ! win32/Makefile win32/makefile.mk
50368 ____________________________________________________________________________
50369 [  7838] By: jhi                                   on 2000/11/23  16:52:40
50370         Log: Reach back one higher up when searching for PERL_SRC.
50371      Branch: perl
50372            ! lib/ExtUtils/MM_Unix.pm
50373 ____________________________________________________________________________
50374 [  7837] By: jhi                                   on 2000/11/23  16:05:41
50375         Log: Subject: Re: perl@7826
50376              Date: Thu, 23 Nov 2000 02:20:25 -0600
50377              From: "Craig A. Berry" <craigberry@mac.com>
50378              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
50379              
50380              Make VMS to like Filter::Util::Call. 
50381      Branch: perl
50382            ! configure.com ext/Filter/Util/Makefile.PL
50383 ____________________________________________________________________________
50384 [  7836] By: nick                                  on 2000/11/23  16:04:08
50385         Log: Implement crlf layer - not ready for merge.
50386      Branch: perlio
50387            ! perlio.c win32/makefile.mk
50388 ____________________________________________________________________________
50389 [  7835] By: jhi                                   on 2000/11/23  15:56:52
50390         Log: STDCHAR is different in Sparc v9 vs x86.
50391      Branch: perl
50392            ! hints/solaris_2.sh
50393 ____________________________________________________________________________
50394 [  7834] By: jhi                                   on 2000/11/23  15:50:47
50395         Log: The type needs to be visible to protos.
50396      Branch: perl
50397            ! perl.h
50398 ____________________________________________________________________________
50399 [  7833] By: jhi                                   on 2000/11/23  15:40:46
50400         Log: Finish unfinished SOCKS workaround changes.
50401      Branch: perl
50402            ! doio.c
50403 ____________________________________________________________________________
50404 [  7832] By: jhi                                   on 2000/11/23  15:33:30
50405         Log: Integrate perlio.
50406      Branch: perl
50407           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50408           !> win32/makefile.mk
50409 ____________________________________________________________________________
50410 [  7831] By: nick                                  on 2000/11/23  10:31:07
50411         Log: Correct makefile.mk dependancies for ext/Filter/Util
50412              Build ext/Encode
50413              Run dmake regen_config_h
50414      Branch: perlio
50415            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50416            ! win32/makefile.mk
50417 ____________________________________________________________________________
50418 [  7830] By: nick                                  on 2000/11/23  08:05:07
50419         Log: Integrate mainline
50420      Branch: perlio
50421           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50422           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
50423           +> t/lib/filt-util.pl t/lib/filt-util.t
50424           !> (integrate 41 files)
50425 ____________________________________________________________________________
50426 [  7829] By: gsar                                  on 2000/11/23  03:07:11
50427         Log: build the Filter extension on windows
50428      Branch: perl
50429            ! win32/Makefile win32/makefile.mk
50430 ____________________________________________________________________________
50431 [  7828] By: gsar                                  on 2000/11/23  02:46:35
50432         Log: regenerate win32/config* and fix some inconsistencies in the
50433              makefiles; always export Perl_deb() because it is needed
50434              by ext/re/* (whether perl itself is built with -DDEBUGGING
50435              or not)
50436      Branch: perl
50437            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
50438            ! win32/config_H.vc win32/makefile.mk
50439 ____________________________________________________________________________
50440 [  7827] By: gsar                                  on 2000/11/23  02:18:38
50441         Log: get sources building on windows+MSVC again (untested with other
50442              compilers)
50443      Branch: perl
50444            ! win32/include/sys/socket.h win32/perllib.c
50445 ____________________________________________________________________________
50446 [  7826] By: jhi                                   on 2000/11/23  01:18:26
50447         Log: Update Changes.
50448      Branch: perl
50449            ! Changes patchlevel.h
50450 ____________________________________________________________________________
50451 [  7825] By: jhi                                   on 2000/11/23  00:20:41
50452         Log: Subject: Re: av.c patch (having slight problems)
50453              From: "Ben Tilly" <ben_tilly@hotmail.com>
50454              Date: Tue, 21 Nov 2000 23:29:31 -0500
50455              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
50456              
50457              unshift() speedup.
50458      Branch: perl
50459            ! av.c
50460 ____________________________________________________________________________
50461 [  7824] By: jhi                                   on 2000/11/22  23:59:15
50462         Log: Fixes for signedness warnings noticed by VMSperlers.
50463      Branch: perl
50464            ! ext/Storable/Storable.xs regcomp.c sv.c
50465 ____________________________________________________________________________
50466 [  7823] By: jhi                                   on 2000/11/22  23:19:31
50467         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
50468              From: Peter Prymmer <pvhp@forte.com>
50469              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
50470              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
50471      Branch: perl
50472            ! t/pragma/warn/pp_hot
50473 ____________________________________________________________________________
50474 [  7822] By: jhi                                   on 2000/11/22  22:52:20
50475         Log: Be clean.
50476      Branch: perl
50477            ! Makefile.SH
50478 ____________________________________________________________________________
50479 [  7821] By: jhi                                   on 2000/11/22  22:46:39
50480         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
50481              by Damian Conway, as suggested by Paul Marquess.
50482      Branch: perl
50483            + lib/Filter/Simple.pm
50484 ____________________________________________________________________________
50485 [  7820] By: jhi                                   on 2000/11/22  22:45:51
50486         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
50487      Branch: perl
50488            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
50489            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
50490            + t/lib/filt-util.t
50491            ! MANIFEST
50492 ____________________________________________________________________________
50493 [  7819] By: jhi                                   on 2000/11/22  22:03:27
50494         Log: Integrate perlio.
50495      Branch: perl
50496           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
50497           !> win32/makefile.mk
50498 ____________________________________________________________________________
50499 [  7818] By: jhi                                   on 2000/11/22  21:56:02
50500         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
50501      Branch: perl
50502            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
50503            ! t/lib/io_sock.t
50504 ____________________________________________________________________________
50505 [  7817] By: jhi                                   on 2000/11/22  21:39:49
50506         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
50507              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50508              Date: Wed, 22 Nov 2000 16:08:12 -0500
50509              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
50510      Branch: perl
50511            ! lib/ExtUtils/Liblist.pm
50512 ____________________________________________________________________________
50513 [  7816] By: jhi                                   on 2000/11/22  21:38:25
50514         Log: Go ahead and #include <unistd.h> in perl.h.
50515      Branch: perl
50516            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
50517            ! util.c
50518 ____________________________________________________________________________
50519 [  7815] By: jhi                                   on 2000/11/22  21:22:52
50520         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
50521              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50522              Date: Mon, 20 Nov 2000 18:30:52 -0500
50523              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
50524      Branch: perl
50525            ! pod/perlre.pod regcomp.c t/op/re_tests
50526 ____________________________________________________________________________
50527 [  7814] By: jhi                                   on 2000/11/22  21:21:46
50528         Log: Subject: [PATCH 5.7.0] Liblist finally works
50529              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50530              Date: Tue, 21 Nov 2000 22:02:17 -0500
50531              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
50532      Branch: perl
50533            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
50534            ! lib/ExtUtils/MakeMaker.pm
50535 ____________________________________________________________________________
50536 [  7813] By: jhi                                   on 2000/11/22  21:20:23
50537         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
50538              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50539              Date: Wed, 22 Nov 2000 17:53:15 +0100
50540              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
50541              
50542              AIX dynaloader and perlio patch.
50543      Branch: perl
50544            ! ext/DynaLoader/dl_aix.xs
50545 ____________________________________________________________________________
50546 [  7812] By: jhi                                   on 2000/11/22  21:17:52
50547         Log: (Accidentally empty patch.)
50548      Branch: perl
50549            ! av.c
50550 ____________________________________________________________________________
50551 [  7811] By: jhi                                   on 2000/11/22  21:16:31
50552         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
50553              From: Peter Prymmer <pvhp@forte.com>
50554              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
50555              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
50556      Branch: perl
50557            ! vms/test.com
50558 ____________________________________________________________________________
50559 [  7810] By: jhi                                   on 2000/11/22  21:15:36
50560         Log: Subject: Re: perl@7777 
50561              From: "John P. Linderman" <jpl@research.att.com>
50562              Date: Wed, 22 Nov 2000 13:11:11 -0500
50563              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
50564              
50565              Detypoing.
50566      Branch: perl
50567            ! lib/CPAN.pm
50568 ____________________________________________________________________________
50569 [  7809] By: jhi                                   on 2000/11/22  21:14:19
50570         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
50571              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50572              Date:     Wed, 22 Nov 2000 13:51:37 EST
50573              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
50574      Branch: perl
50575            ! perlsdio.h
50576 ____________________________________________________________________________
50577 [  7808] By: jhi                                   on 2000/11/22  21:13:27
50578         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
50579              From: Casey Tweten <crt@kiski.net>
50580              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
50581              Message-Id: <200011201653.LAA10194@home.kiski.net>
50582      Branch: perl
50583            ! t/lib/io_udp.t
50584 ____________________________________________________________________________
50585 [  7807] By: jhi                                   on 2000/11/22  21:12:35
50586         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
50587              From: Casey Tweten <crt@kiski.net>
50588              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
50589              Message-Id: <200011201636.LAA07227@home.kiski.net>
50590      Branch: perl
50591            ! t/lib/io_sock.t
50592 ____________________________________________________________________________
50593 [  7806] By: jhi                                   on 2000/11/22  21:10:59
50594         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
50595              From: "Casey R. Tweten" <crt@kiski.net>
50596              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
50597              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
50598      Branch: perl
50599            ! utils/h2xs.PL
50600 ____________________________________________________________________________
50601 [  7805] By: nick                                  on 2000/11/22  21:05:06
50602         Log: Integrate mainline
50603      Branch: perlio
50604           !> Changes Porting/genlog ext/DB_File/DB_File.xs
50605           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
50606           !> utils/perlbug.PL
50607 ____________________________________________________________________________
50608 [  7804] By: jhi                                   on 2000/11/22  21:01:12
50609         Log: Subject: [PATCH] Test.pm POD peculiarity
50610              From: "Casey R. Tweten" <crt@kiski.net>
50611              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
50612              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
50613      Branch: perl
50614            ! lib/Test.pm
50615 ____________________________________________________________________________
50616 [  7803] By: jhi                                   on 2000/11/22  20:59:59
50617         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
50618              From: "Philip Newton" <pnewton@gmx.de>
50619              Date: Wed, 22 Nov 2000 14:25:53 +0100
50620              Message-Id: <3A1BD771.25462.1939FAD@localhost>
50621              
50622              Be case-understanding also on 's', and use the -oi of sendmail
50623              not to terminate the transmission on a lone '.'.
50624      Branch: perl
50625            ! utils/perlbug.PL
50626 ____________________________________________________________________________
50627 [  7802] By: nick                                  on 2000/11/22  20:51:42
50628         Log: Win32 PerlIO intermediate state now working as expected.
50629              - In current state we are still using C runtime in text/binary
50630              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
50631              - PERLIO=stdio and PERLIO=unix pass all expected tests.
50632              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
50633              and PerlIO_seek() and the dummy crlf layer is not making adjustments
50634              for CRLF translation happening in C runtime. All other tests pass.
50635              
50636              Added note to README.win32 to point out the snags of doing a perl build
50637              with Norton AntiVirus turned on.
50638              
50639              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
50640              which file a fail comes from.
50641              
50642              Updated "canned" config.h to match the one generated.
50643      Branch: perlio
50644            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
50645            ! win32/makefile.mk
50646 ____________________________________________________________________________
50647 [  7801] By: jhi                                   on 2000/11/22  06:50:20
50648         Log: Nickety nits.
50649      Branch: perl
50650            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
50651 ____________________________________________________________________________
50652 [  7800] By: jhi                                   on 2000/11/22  01:29:55
50653         Log: Changes had accidentally gone too silent on non-main branches.
50654      Branch: perl
50655            ! Changes Porting/genlog patchlevel.h
50656 ____________________________________________________________________________
50657 [  7799] By: gsar                                  on 2000/11/22  01:02:56
50658         Log: some lib_pm.PL changes snuck in via change#7772
50659      Branch: maint-5.6/perl
50660            ! Makefile.SH
50661 ____________________________________________________________________________
50662 [  7798] By: nick                                  on 2000/11/21  21:59:40
50663         Log: Integrate mainline
50664      Branch: perlio
50665           !> (integrate 28 files)
50666 ____________________________________________________________________________
50667 [  7797] By: jhi                                   on 2000/11/21  21:01:45
50668         Log: Integrate perlio.
50669      Branch: perl
50670           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
50671 ____________________________________________________________________________
50672 [  7796] By: nick                                  on 2000/11/21  20:36:22
50673         Log: Win32 builds and runs (mostly) with USE_PERLIO.
50674              PERLIO=perlio passes all tests. 
50675              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
50676      Branch: perlio
50677            ! perlio.c win32/perllib.c win32/win32.c
50678 ____________________________________________________________________________
50679 [  7795] By: jhi                                   on 2000/11/21  19:03:44
50680         Log: Update Changes.
50681      Branch: perl
50682            ! Changes patchlevel.h
50683 ____________________________________________________________________________
50684 [  7794] By: jhi                                   on 2000/11/21  18:56:34
50685         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
50686              From: "Craig A. Berry" <craigberry@mac.com>
50687              Date: Mon, 20 Nov 2000 20:27:06 -0600
50688              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
50689              
50690              A cut-and-pasto.
50691      Branch: perl
50692            ! perlio.h
50693 ____________________________________________________________________________
50694 [  7793] By: jhi                                   on 2000/11/21  18:54:41
50695         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
50696              From: Dominic Dunlop <domo@computer.org> 
50697              Date: Mon, 20 Nov 2000 18:55:29 +0100
50698              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
50699              
50700              va_copy() and the need of it.
50701              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
50702      Branch: metaconfig/U/perl
50703            + need_va_copy.U
50704      Branch: perl
50705            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50706            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
50707            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
50708            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50709            ! win32/config.bc win32/config.gc win32/config.vc
50710 ____________________________________________________________________________
50711 [  7792] By: jhi                                   on 2000/11/21  17:04:10
50712         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
50713      Branch: perl
50714           !> scope.h
50715 ____________________________________________________________________________
50716 [  7791] By: jhi                                   on 2000/11/21  17:01:16
50717         Log: Export the SOCKS workaround symbols only if necessary.
50718      Branch: perl
50719            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
50720 ____________________________________________________________________________
50721 [  7790] By: nick                                  on 2000/11/20  23:57:11
50722         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
50723      Branch: perlio
50724            ! scope.h
50725 ____________________________________________________________________________
50726 [  7789] By: nick                                  on 2000/11/20  23:38:33
50727         Log: Integrate mainline
50728      Branch: perlio
50729           +> lib/File/Spec/Epoc.pm
50730           !> (integrate 34 files)
50731 ____________________________________________________________________________
50732 [  7788] By: nick                                  on 2000/11/20  23:20:18
50733         Log: Make extra buffer layer work (dummy crlf layer)
50734      Branch: perlio
50735            ! doio.c perlio.c perlio.h
50736 ____________________________________________________________________________
50737 [  7787] By: jhi                                   on 2000/11/20  22:44:04
50738         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
50739              From: Peter Prymmer <pvhp@forte.com>
50740              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
50741              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
50742      Branch: perl
50743            ! t/pragma/locale.t
50744 ____________________________________________________________________________
50745 [  7786] By: jhi                                   on 2000/11/20  22:29:10
50746         Log: Subject: DOC PATCH 5.6.0 perlreftut
50747              From: mjd@plover.com
50748              Date: 20 Nov 2000 19:45:06 -0000
50749              Message-ID: <20001120194506.9505.qmail@plover.com>
50750      Branch: perl
50751            ! pod/perlreftut.pod
50752 ____________________________________________________________________________
50753 [  7785] By: jhi                                   on 2000/11/20  22:27:44
50754         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
50755              From: David Dyck <dcd@tc.fluke.com>
50756              Date: Mon, 20 Nov 2000 11:43:40 -0800
50757              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
50758      Branch: perl
50759            ! lib/Cwd.pm
50760 ____________________________________________________________________________
50761 [  7784] By: jhi                                   on 2000/11/20  22:23:21
50762         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
50763              Date: Mon, 20 Nov 2000 17:06:10 -0500
50764              To: Mailing list Perl5 <perl5-porters@perl.org>
50765              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
50766      Branch: perl
50767            ! pp_ctl.c t/op/pat.t
50768 ____________________________________________________________________________
50769 [  7783] By: jhi                                   on 2000/11/20  22:11:18
50770         Log: Subject: [PATCH] doop.c - UTF8 tr///               
50771              From: Simon Cozens <simon@cozens.net>
50772              Date: Sat, 18 Nov 2000 18:49:30 +0000
50773              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
50774              
50775              Subject: Re: [PATCH] doop.c - UTF8 tr///           
50776              From: Simon Cozens <simon@cozens.net>
50777              Date: Mon, 20 Nov 2000 20:45:22 +0000
50778              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
50779              
50780              Make tr on UTF-8 better but still not correct.
50781      Branch: perl
50782            ! doop.c
50783 ____________________________________________________________________________
50784 [  7782] By: jhi                                   on 2000/11/20  22:02:16
50785         Log: Remove the shared object before attempting to create
50786              (by linking) a new one.  E.g. in AIX not removing
50787              becomes quite painful if one tries to do more than one
50788              build in the same tree (an interrupted build, for example),
50789              since the AIX' shared dynaloader seemingly keeps the shared
50790              objects open and therefore 'busy' for quite a while, even when
50791              nobody is using the objects, leading into link failures.
50792      Branch: perl
50793            ! lib/ExtUtils/MM_Unix.pm
50794 ____________________________________________________________________________
50795 [  7781] By: gsar                                  on 2000/11/20  19:02:55
50796         Log: type mismatch due to faulty integration
50797      Branch: maint-5.6/perl
50798            ! toke.c win32/Makefile
50799 ____________________________________________________________________________
50800 [  7780] By: gsar                                  on 2000/11/20  17:31:55
50801         Log: integrate changes#6392,6394..6399,6401..6404
50802              
50803              The {multiplier} of a fixed substring was overlooked which
50804              caused a wrong initial search offset for that substring.
50805              
50806              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
50807              From: Hugo <hv@crypt.compulink.co.uk>
50808              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
50809              Date: Thu, 13 Jul 2000 19:27:13 +0100
50810              
50811              Fix the BOM bug: not a byteorder bug, a signedness bug.
50812              
50813              Replace change #6337 with a better one.
50814              
50815              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
50816              From: Hugo <hv@crypt.compulink.co.uk>
50817              Date: Fri, 14 Jul 2000 04:16:20 +0100
50818              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
50819              
50820              MakeMaker should not remove editor backups (*~) on `make clean`
50821              by default (completes change#6383)
50822              
50823              move new variables to the end of the interpreter structure (for
50824              bincompat in code that doesn't #include XSUB.h)
50825              
50826              rename totally bletcherous SvLOCK() thingy (doesn't do what the
50827              name suggests anyway)
50828              
50829              various cleanups (typos, misformatted code, and small bugs)
50830              
50831              typecasts needed for change#6394
50832              
50833              typos in change#6399, regen headers
50834              
50835              inconsistent types needs casts
50836              
50837              PERL_OBJECT build tweaks
50838      Branch: maint-5.6/perl
50839           !> MANIFEST doop.c embed.h embed.pl embedvar.h
50840           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
50841           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
50842           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
50843           !> toke.c util.c
50844 ____________________________________________________________________________
50845 [  7779] By: gsar                                  on 2000/11/20  17:06:29
50846         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
50847              
50848              Cosmetics and perldelta.
50849              
50850              Fix nits noticed by Boston.pm.
50851              
50852              Do the cc sanity check both before the hints and
50853              after the cc selction.
50854              
50855              get sprintf.t to adjust properly for 3-digit exponents
50856              
50857              don't clobber *.orig files on *clean targets
50858              
50859              fix bugs in processing %v-*d and similar format specs (from
50860              Avi Finkel <avi@finkel.org>)
50861              
50862              sprintf test tweaks (from Dominic Dunlop)
50863              
50864              new selfloader.t in change#6183 doesn't close DATA handles,
50865              and thus fails to clean up tmp files on dosish platforms
50866              
50867              typos (spotted by Peter Prymmer)
50868              
50869              typo fix from Craig Berry
50870      Branch: maint-5.6/perl
50871           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
50872           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
50873           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
50874           !> x2p/Makefile.SH
50875 ____________________________________________________________________________
50876 [  7778] By: gsar                                  on 2000/11/20  16:46:51
50877         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
50878              
50879              Subject: Re: format bug report  [Patch]
50880              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50881              Date: Wed, 05 Jul 2000 13:12:52 +0200
50882              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
50883              
50884              Subject: Re: format bug report  [Patch]
50885              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50886              Date: Wed, 05 Jul 2000 14:10:01 +0200
50887              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
50888              
50889              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
50890              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50891              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
50892              Date: Fri, 07 Jul 2000 17:57:16 +0100
50893              
50894              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
50895              To: perl5-porters@perl.org
50896              From: Karsten Sperling <spiff@phreax.net>
50897              Date: Mon, 10 Jul 2000 15:12:52 +0200
50898              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
50899              
50900              README.posix-bc podified from Thomas Dorner.
50901              
50902              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
50903              From: Dominic Dunlop <domo@computer.org>
50904              Date: Tue, 11 Jul 2000 12:27:33 +0200
50905              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
50906              
50907              Typo in #6341.
50908              
50909              Fix for
50910              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
50911              From: Roderick Schertler <roderick@argon.org>
50912              Date: Tue, 11 Jul 2000 13:55:05 -0400
50913              Message-Id: <200007111755.NAA05077@jones.argon.org>
50914              
50915              Minor cleanups on the booklist.
50916              
50917              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
50918              regen perltoc.
50919              
50920              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
50921      Branch: maint-5.6/perl
50922           +> pod/perlbook.pod
50923           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
50924           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
50925           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
50926 ____________________________________________________________________________
50927 [  7777] By: jhi                                   on 2000/11/20  16:08:49
50928         Log: Update Changes.
50929      Branch: perl
50930            ! Changes patchlevel.h
50931 ____________________________________________________________________________
50932 [  7776] By: jhi                                   on 2000/11/20  15:27:56
50933         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
50934              This may be overly harsh but until proven otherwise, we think this
50935              way, or until we have a simple test for Configure (having to start
50936              up servers is does not count as simple) to check for the problems.
50937      Branch: perl
50938            ! perl.h
50939 ____________________________________________________________________________
50940 [  7775] By: jhi                                   on 2000/11/20  15:22:17
50941         Log: Solaris hints tweaks.
50942      Branch: perl
50943            ! hints/solaris_2.sh
50944 ____________________________________________________________________________
50945 [  7774] By: jhi                                   on 2000/11/20  15:01:20
50946         Log: Add a workaround to SOCKS 64-bit problems.
50947      Branch: perl
50948            ! doio.c embed.h embed.pl perlsdio.h proto.h
50949 ____________________________________________________________________________
50950 [  7773] By: jhi                                   on 2000/11/20  14:51:47
50951         Log: sysseek() instead of seek().
50952      Branch: perl
50953            ! t/lib/syslfs.t
50954 ____________________________________________________________________________
50955 [  7772] By: gsar                                  on 2000/11/20  13:06:23
50956         Log: integrate changes#6315..6319,6321..6331,6333..6338
50957              
50958              Integrate with Sarathy, preliminary fix for unicos
50959              alignment problems in [ID 20000612.002] Perl problem on Cray system.
50960              
50961              some debugger output does not go to the socket when RemotePort is set
50962              
50963              winsock cleanup never done on Windows (leads to handle leaks)
50964              
50965              fix UNC path handling on Windows under ithreads, and chdir()
50966              return value when given a non-existent directory
50967              
50968              Autogenerate pod/Makefile and pod/buildtoc.
50969              buildtoc also checks whether the existin pods are
50970              mentioned in MANIFEST and perl.pod, and vice versa.
50971              (None of the thusly found discrepancies fixed yet.)
50972              roffitall also needs to be autogenerated similarly but it
50973              seems so badly out of date that I didn't touch it yet.
50974              
50975              Config is being used.
50976              
50977              Add =head1 NAMEs so that buildtoc is happy.
50978              (The CGI::Util nit reported to Lincoln.)
50979              
50980              Fix complaints of buildtoc.
50981              
50982              Fix the alignment problem in Crays ([ID 20000612.002]).
50983              
50984              Remove perlbook, update perlfaq book listing,
50985              rearrange perl.pod, regenerate perltoc.
50986              
50987              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
50988              was cast to an unsigned (32-bit) integer with wild abandon.
50989              
50990              winsock options weren't being set in all threads under ithreads
50991              (caused send()s from second and subsequent threads to fail)
50992              
50993              accept() leaks memory on windows due to incorrect ordering of
50994              closesocket() and fclose() calls
50995              
50996              Reorder perl.pod once more.
50997              
50998              More POSIX.pod tweaks.
50999              
51000              Sprinkle ldlibpath.
51001              
51002              Precedence goof, fix based on
51003              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
51004              From: Hugo <hv@crypt.compulink.co.uk>
51005              Date: Tue, 11 Jul 2000 12:52:38 +0100
51006              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
51007              
51008              Subject: PATCH perlguts.pod: Document D and d magic types
51009              From: mjd@plover.com
51010              Date: 5 Jul 2000 18:01:51 -0000
51011              Message-ID: <20000705180151.29413.qmail@plover.com>
51012              
51013              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
51014              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
51015              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
51016              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
51017              
51018              Subject: [PATCH cfgperl] $& segfaults if you trick it
51019              From: simon@brecon.co.uk (Simon Cozens)
51020              Date: 7 Jul 2000 11:26:09 GMT
51021              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
51022              
51023              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
51024              From: Hugo <hv@crypt.compulink.co.uk>
51025              Date: Tue, 11 Jul 2000 12:44:50 +0100
51026              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
51027              
51028              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
51029              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51030              Date: Tue, 11 Jul 2000 13:50:51 +0100
51031              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
51032      Branch: maint-5.6/perl
51033           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
51034           +> pod/buildtoc.PL
51035            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
51036           !> (integrate 26 files)
51037 ____________________________________________________________________________
51038 [  7771] By: gsar                                  on 2000/11/20  12:31:42
51039         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
51040              6310,6311,6314
51041              
51042              Subject: [PATCH bleedperl] File::Spec 0.82 beta
51043              From: Barrie Slaymaker <barries@jester.slaysys.com>
51044              Date: Wed, 28 Jun 2000 11:35:29 -0400
51045              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
51046              
51047              tweak perlembed for multiplicity/usethreads sanity; correct notes
51048              about Windows
51049              
51050              localize %INC in a Safe compartment so that use/require work
51051              (many other magic globals probably need similar treatment)
51052              
51053              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
51054              when @_ is modified, causing coredumps
51055              
51056              slurp mode fix in change#4736 still not quite right
51057              
51058              Point to perlipc for more SysV IPC examples.
51059              
51060              Elaborate POSIX.pod.  Still needs work.
51061              
51062              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
51063              
51064              fix large memory leak that has been around for ever, masked by
51065              -DPURIFY (most of the arenas were never freed!)
51066              
51067              fix memory leak on Windows (PL_sys_intern contents were never
51068              freed)
51069              
51070              PERL_OBJECT build tweak
51071              
51072              adjust change#6299
51073              
51074              remove rel2abs prototypes (from Barrie Slaymaker)
51075              
51076              missing perldiag entry for unpack("w",...) diagnostic (from
51077              Andreas Koenig)
51078              
51079              better diagnostic on Frob->stuff() when Frob:: doesn't exist
51080              (from Richard Soderberg <rs@oregonnet.com>)
51081              
51082              Win32 patches for cfgperl from Sarathy.
51083              
51084              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
51085              
51086              More POSIX.pod embellishment.
51087              
51088              tyop in change#6306
51089      Branch: maint-5.6/perl
51090           !> (integrate 44 files)
51091 ____________________________________________________________________________
51092 [  7770] By: gsar                                  on 2000/11/20  11:51:00
51093         Log: integrate changes#6268..6282 from cfgperl branch
51094              
51095              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
51096              From: Dominic Dunlop <domo@computer.org>
51097              Date: Thu, 29 Jun 2000 12:32:39 +0200
51098              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
51099              
51100              Regen headers for #6261 (and update embed.pl for this) and #6267,
51101              silence few compiler warnings.
51102              
51103              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
51104              From: Nicholas Clark <nick@talking.bollo.cx>
51105              Date: Fri, 23 Jun 2000 16:21:15 +0100
51106              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
51107              
51108              Subject: PATCH pod/perltie.pod
51109              From: Ian Phillipps <Ian.Phillipps@iname.com>
51110              Date: Fri, 16 Jun 2000 00:17:19 +0100
51111              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
51112              (only the first hunk, the second hunk had already been done
51113              by some other patch)
51114              
51115              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
51116              From: Tom Phoenix <rootbeer@redcat.com>
51117              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
51118              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
51119              
51120              Subject: [PATCH] xsub attributes
51121              From: Doug MacEachern <dougm@covalent.net>
51122              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
51123              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
51124              
51125              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
51126              From: Andy Dougherty <doughera@lafayette.edu>
51127              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
51128              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
51129              
51130              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
51131              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51132              Date: Tue, 13 Jun 2000 02:43:48 -0500
51133              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
51134              
51135              Subject: [PATCH] Re: eval documentation: context
51136              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51137              Date: Mon, 12 Jun 2000 15:07:29 +0100
51138              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
51139              
51140              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
51141              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
51142              Date: Mon, 12 Jun 2000 14:55:59 +0100
51143              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
51144              
51145              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
51146              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
51147              Date: Fri, 09 Jun 2000 12:39:27 -0400
51148              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
51149              (plus update the version "number" of Text::Wrap)
51150              
51151              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
51152              From: Tim Ayers <tayers@bridge.com>
51153              Date: Thu, 08 Jun 2000 08:11:06 +0200
51154              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
51155              [resent by Richard Foley, Message-Id probably wrong]
51156              
51157              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
51158              From: rspier@pobox.com (Robert Spier)
51159              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
51160              Message-ID: <14654.31913.845602.610277@rls.cx>
51161              
51162              Subject: [PATCH 5.6.0] utils/h2xs.PL
51163              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
51164              Date: Wed, 7 Jun 2000 04:02:04 -0500
51165              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
51166              
51167              Subject: [PATCH 5.6.0]ITHREADs for VMS
51168              From: Dan Sugalski <dan@sidhe.org>
51169              Date: Tue, 06 Jun 2000 11:59:50 -0400
51170              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
51171      Branch: maint-5.6/perl
51172           !> (integrate 31 files)
51173 ____________________________________________________________________________
51174 [  7769] By: gsar                                  on 2000/11/20  11:29:06
51175         Log: integrate changes#6261..6266 from cfgperl
51176              
51177              Subject: Re: [PATCH cfgperl] BOMs away!
51178              From: simon@brecon.co.uk (Simon Cozens)
51179              Date: 17 Jun 2000 11:49:57 GMT
51180              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
51181              
51182              Subject: 5.6.0 Patch for EPOC
51183              From: Olaf Flebbe <o.flebbe@gmx.de>
51184              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
51185              Message-ID: <23449.960929969@www11.gmx.net>
51186              
51187              tr fixes from Simon Cozens
51188              
51189              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
51190              From: Marty Lucich <marty@netcom.com>
51191              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
51192              Message-Id: <200006282116.OAA11148@netcom.com>
51193              ccdlflags update (the BSD/OS 4.1 part had already been taken
51194              care of by #6141).
51195              
51196              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
51197              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51198              Date: Wed, 28 Jun 2000 17:50:12 -0700
51199              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
51200              
51201              Subject: [PATCH 5.6.0] cygwin port
51202              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
51203              From: "Fifer, Eric" <EFifer@sanwaint.com>
51204              Date: Thu, 29 Jun 2000 12:58:29 +0100
51205      Branch: maint-5.6/perl
51206           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
51207           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
51208           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51209           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
51210 ____________________________________________________________________________
51211 [  7768] By: gsar                                  on 2000/11/20  11:13:44
51212         Log: integrate changes#6252..6256,6259..6260
51213              
51214              Paranoia tweak on #6249.
51215              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
51216              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
51217              Date: Sun, 25 Jun 2000 23:43:12 -0400
51218              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
51219              
51220              Subject: tr///, help wanted.
51221              From: simon@brecon.co.uk (Simon Cozens)
51222              Date: 28 Jun 2000 11:29:04 GMT
51223              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
51224              
51225              small thinko tweaks
51226              
51227              tweaks from Simon Conzes to further fix tr/// under utf8
51228              
51229              perlnewmod was missing from MANIFEST.
51230              
51231              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
51232              From: simon@brecon.co.uk (Simon Cozens)
51233              Date: 17 Jun 2000 11:56:44 GMT
51234              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
51235              pack U0, pack C0
51236      Branch: maint-5.6/perl
51237           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
51238           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
51239           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
51240           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
51241 ____________________________________________________________________________
51242 [  7767] By: gsar                                  on 2000/11/20  10:51:38
51243         Log: integrate change#6250 from cfgperl
51244              
51245              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
51246              From: Doug MacEachern <dougm@covalent.net>
51247              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
51248              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
51249      Branch: maint-5.6/perl
51250           +> t/op/my_stash.t
51251           !> MANIFEST embed.pl global.sym proto.h toke.c
51252 ____________________________________________________________________________
51253 [  7766] By: gsar                                  on 2000/11/20  10:48:34
51254         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
51255              
51256              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
51257              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51258              Date: Mon, 26 Jun 2000 18:40:14 +0100
51259              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
51260              
51261              Subject: [PATCH] bytes<->utf8 fixes
51262              From: simon@brecon.co.uk (Simon Cozens)
51263              Date: 26 Jun 2000 04:55:45 GMT
51264              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
51265              
51266              Subject: [PATCH] is_utf8_string
51267              From: simon@brecon.co.uk (Simon Cozens)
51268              Date: 26 Jun 2000 02:25:59 GMT
51269              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
51270              
51271              Subject: [PATCH] avoid mg_ptr in '*' magic
51272              From: Doug MacEachern <dougm@covalent.net>
51273              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
51274              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
51275              
51276              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
51277              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
51278              Date: Sat, 24 Jun 2000 13:06:20 +0100
51279              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
51280              
51281              Allow for standalone testing.
51282              
51283              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
51284              From: Mark-Jason Dominus <mjd@plover.com>
51285              Date: Tue, 27 Jun 2000 22:36:42 -0400
51286              Message-ID: <20000628023642.12166.qmail@plover.com>
51287              
51288              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
51289              From: Frank Tobin <ftobin@uiuc.edu>
51290              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
51291              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
51292      Branch: maint-5.6/perl
51293           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
51294           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
51295           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
51296           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
51297           !> utf8.c utils/h2xs.PL
51298 ____________________________________________________________________________
51299 [  7765] By: gsar                                  on 2000/11/20  10:29:13
51300         Log: integrate change#6239 from cfgperl
51301              
51302              Configure maintenance.  Sever some dependency cycles,
51303              separate gccversion from the cc unit,
51304              address [ID 20000623.006] Configure script patch for using gcc on AIX
51305              (but solve it a little bit differently),
51306              unduplex some accidentally duplicated units,
51307              suggest using gcc if no cc available
51308              (p5p thread: "Solaris configure: counterproposal", 1999-09)
51309      Branch: maint-5.6/perl
51310           !> Configure Todo-5.6 config_h.SH
51311 ____________________________________________________________________________
51312 [  7764] By: gsar                                  on 2000/11/20  10:25:55
51313         Log: integrate changes#6233..6238 from cfgperl
51314              
51315              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
51316              From: Mark-Jason Dominus <mjd@plover.com>
51317              Date: Fri, 16 Jun 2000 20:53:04 -0400
51318              Message-ID: <20000617005304.8008.qmail@plover.com>
51319              
51320              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
51321              because when run as services (Win32ese for daemons)
51322              no environment variables are set and tmpdir ends up as /tmp,
51323              which is ambiguous.
51324              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
51325              From: matt@sergeant.org
51326              Date: 16 Jun 2000 16:30:43 -0000
51327              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
51328              
51329              The thread begun by
51330              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
51331              From: Kevin.Ruscoe@ubsw.com
51332              Date: Fri, 16 Jun 2000 16:38:51 +0100
51333              Message-Id: <H000019b03c300d6@MHS>
51334              
51335              Tweak embed.pl, regen headers.
51336              
51337              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
51338              From: Dan Sugalski <dan@sidhe.org>
51339              Date: Fri, 23 Jun 2000 17:00:00 -0400
51340              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
51341      Branch: maint-5.6/perl
51342           !> (integrate 27 files)
51343 ____________________________________________________________________________
51344 [  7763] By: gsar                                  on 2000/11/20  10:08:08
51345         Log: s/perl56delta/perldelta/g
51346      Branch: maint-5.6/perl
51347            ! pod/Makefile
51348 ____________________________________________________________________________
51349 [  7762] By: gsar                                  on 2000/11/20  10:04:00
51350         Log: integrate changes#6225,6229,6231,6232 from cfgperl
51351              
51352              Add source code filenames to apidoc.
51353              From: simon@brecon.co.uk (Simon Cozens)
51354              Subject: [PATCH embed.pl] Source X-ref
51355              Date: 22 Jun 2000 02:18:49 GMT
51356              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
51357              
51358              Subject: README.hpux version 0.6.1
51359              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
51360              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
51361              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
51362              
51363              Subject: [PATCH 5.6.0] cygwin port
51364              From: "Fifer, Eric" <EFifer@sanwaint.com>
51365              Date: Tue, 20 Jun 2000 14:30:58 +0100
51366              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
51367              
51368              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
51369              From: simon@brecon.co.uk (Simon Cozens)
51370              Date: 19 Jun 2000 15:18:27 GMT
51371              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
51372              
51373              plus update pod/Makefile and regenerate perltoc
51374      Branch: maint-5.6/perl
51375           +> pod/perlutil.pod
51376           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
51377           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
51378 ____________________________________________________________________________
51379 [  7761] By: jhi                                   on 2000/11/20  04:09:55
51380         Log: Miraculous typo.
51381      Branch: perl
51382            ! t/op/pat.t
51383 ____________________________________________________________________________
51384 [  7760] By: jhi                                   on 2000/11/20  04:06:08
51385         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
51386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51387              Date: Sun, 19 Nov 2000 22:30:26 -0500
51388              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
51389      Branch: perl
51390            ! regexec.c scope.h t/op/pat.t
51391 ____________________________________________________________________________
51392 [  7759] By: jhi                                   on 2000/11/20  02:05:22
51393         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
51394      Branch: perl
51395            ! perl.h
51396 ____________________________________________________________________________
51397 [  7758] By: jhi                                   on 2000/11/20  01:58:11
51398         Log: Subject: [perl 7711: EPOC] updates
51399              From: Olaf Flebbe <o.flebbe@gmx.de>
51400              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
51401              Message-ID: <25575.974658810@www23.gmx.net>               
51402      Branch: perl
51403            + lib/File/Spec/Epoc.pm
51404            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
51405            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
51406            ! lib/File/Spec.pm perl.c sv.c
51407 ____________________________________________________________________________
51408 [  7757] By: jhi                                   on 2000/11/20  01:53:11
51409         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
51410      Branch: perl
51411            ! MANIFEST
51412 ____________________________________________________________________________
51413 [  7756] By: jhi                                   on 2000/11/20  01:47:22
51414         Log: Integrate perlio.
51415      Branch: perl
51416            - ext/re/hints/MSWin32.pl
51417           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
51418           !> win32/config.gc win32/config_H.gc win32/win32sck.c
51419 ____________________________________________________________________________
51420 [  7755] By: nick                                  on 2000/11/19  20:57:17
51421         Log: Add dummy crlf layer (just as buffer)
51422              Correct 1st bug - one layer of indirection.
51423      Branch: perlio
51424            ! perlio.c perlio.h perliol.h
51425 ____________________________________________________________________________
51426 [  7754] By: nick                                  on 2000/11/19  20:56:12
51427         Log: Work-round to Perl_deb_nocontext is no longer required
51428      Branch: perlio
51429            - ext/re/hints/MSWin32.pl
51430 ____________________________________________________________________________
51431 [  7753] By: nick                                  on 2000/11/19  20:01:16
51432         Log: diff -se shows these as different
51433      Branch: perlio
51434            ! global.sym pod/perlapi.pod
51435 ____________________________________________________________________________
51436 [  7752] By: nick                                  on 2000/11/19  18:57:30
51437         Log: Configure GCC/Win32 build -Duseperlio
51438              Fix a couple of gross issues
51439              - double-include of ../deb.o in re.dll
51440              - win32sck.c needs PerlIO and FILE 
51441      Branch: perlio
51442            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
51443            ! win32/win32sck.c
51444 ____________________________________________________________________________
51445 [  7751] By: nick                                  on 2000/11/19  17:05:36
51446         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
51447      Branch: perlio
51448            ! perlio.c
51449 ____________________________________________________________________________
51450 [  7750] By: nick                                  on 2000/11/19  16:57:14
51451         Log: Missing aTHX_
51452      Branch: perlio
51453            ! sv.c
51454 ____________________________________________________________________________
51455 [  7749] By: jhi                                   on 2000/11/19  16:28:40
51456         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
51457              From: "Peter J. Farley III" <pjfarley@banet.net>
51458              Date: Sun, 19 Nov 2000 01:42:58 -0500
51459              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
51460      Branch: perl
51461            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
51462 ____________________________________________________________________________
51463 [  7748] By: jhi                                   on 2000/11/19  16:08:10
51464         Log: Subject: podlators 1.05 available        
51465              From: Russ Allbery <rra@stanford.edu>   
51466              Date: 18 Nov 2000 22:04:28 -0800
51467              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
51468      Branch: perl
51469            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
51470 ____________________________________________________________________________
51471 [  7747] By: nick                                  on 2000/11/19  11:19:39
51472         Log: Integrate mainline
51473      Branch: perlio
51474           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
51475           !> util.c
51476 ____________________________________________________________________________
51477 [  7746] By: jhi                                   on 2000/11/19  06:42:22
51478         Log: Make hex scanning warn on "\x{x}" and "\xx".
51479              "\x" and and hex("x") are still valid.
51480      Branch: perl
51481            ! util.c
51482 ____________________________________________________________________________
51483 [  7745] By: nick                                  on 2000/11/18  22:52:28
51484         Log: Integrate mainline
51485      Branch: perlio
51486           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
51487           !> perl.h perlio.c proto.h regcomp.c regcomp.h
51488 ____________________________________________________________________________
51489 [  7744] By: jhi                                   on 2000/11/18  22:50:28
51490         Log: Introduce Perl_utf8_length().  Use it.
51491      Branch: perl
51492            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
51493 ____________________________________________________________________________
51494 [  7743] By: jhi                                   on 2000/11/18  22:38:51
51495         Log: Compiler denit.
51496      Branch: perl
51497            ! perlio.c
51498 ____________________________________________________________________________
51499 [  7742] By: jhi                                   on 2000/11/18  20:33:05
51500         Log: Integrate perlio.
51501      Branch: perl
51502           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
51503           !> perlio.h pp_ctl.c pp_sys.c sv.c
51504 ____________________________________________________________________________
51505 [  7741] By: jhi                                   on 2000/11/18  20:31:27
51506         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
51507              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51508              Date: Fri, 17 Nov 2000 20:35:11 -0500
51509              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
51510              
51511              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
51512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51513              Date: Fri, 17 Nov 2000 21:03:47 -0500
51514              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
51515              
51516              Plus a little bit of tweaking in pregcomp().
51517      Branch: perl
51518            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
51519 ____________________________________________________________________________
51520 [  7740] By: nick                                  on 2000/11/18  20:17:22
51521         Log: Lexical use open ... support:
51522              add ->cop_io to COP structure in cop.h.
51523              Make mg.c and gv.c associate it with ${^OPEN}.
51524              Make lib/open.pm set it.
51525              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
51526              manner similar to ->cop_warnings.
51527              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
51528              call new PerlIO_apply_layers().
51529              Declare latter in perlio.h and define in perlio.c
51530      Branch: perlio
51531            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
51532            ! perlio.h pp_ctl.c pp_sys.c sv.c
51533 ____________________________________________________________________________
51534 [  7739] By: jhi                                   on 2000/11/18  19:54:00
51535         Log: Integrate perlio.
51536      Branch: perl
51537           !> doio.c perlio.c pp.c
51538 ____________________________________________________________________________
51539 [  7738] By: jhi                                   on 2000/11/18  17:16:13
51540         Log: Subject: [PATCH 5.7.0] etags broken again
51541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51542              Date: Sat, 18 Nov 2000 02:41:36 -0500
51543              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
51544      Branch: perl
51545            ! emacs/ptags
51546 ____________________________________________________________________________
51547 [  7737] By: jhi                                   on 2000/11/18  17:12:18
51548         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
51549      Branch: perl
51550            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
51551 ____________________________________________________________________________
51552 [  7736] By: nick                                  on 2000/11/18  14:06:20
51553         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
51554              part to be isolated.
51555      Branch: perlio
51556            ! doio.c perlio.c
51557 ____________________________________________________________________________
51558 [  7735] By: nick                                  on 2000/11/18  11:03:32
51559         Log: Integrate mainline
51560      Branch: perlio
51561           !> Changes README.amiga README.win32 patchlevel.h
51562           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
51563 ____________________________________________________________________________
51564 [  7734] By: jhi                                   on 2000/11/18  01:18:56
51565         Log: Update Changes.
51566      Branch: perl
51567            ! Changes patchlevel.h
51568 ____________________________________________________________________________
51569 [  7733] By: jhi                                   on 2000/11/18  00:32:54
51570         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
51571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51572              Date: Fri, 17 Nov 2000 17:28:02 -0500
51573              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
51574      Branch: perl
51575            ! regcomp.c regexec.c t/op/re_tests
51576 ____________________________________________________________________________
51577 [  7732] By: jhi                                   on 2000/11/18  00:28:56
51578         Log: Sparc 64-bit pack() fix from Jens Hamisch.
51579      Branch: perl
51580            ! pp.c
51581 ____________________________________________________________________________
51582 [  7731] By: jhi                                   on 2000/11/18  00:18:39
51583         Log: Explain in more detail the {} syntax ambiguousity.
51584              
51585              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
51586              From: Nicholas Clark <nick@ccl4.org>
51587              Date: Fri, 17 Nov 2000 22:10:28 +0000
51588              Message-ID: <20001117221028.A88930@plum.flirble.org>
51589      Branch: perl
51590            ! pod/perlfunc.pod
51591 ____________________________________________________________________________
51592 [  7730] By: jhi                                   on 2000/11/18  00:12:18
51593         Log: Subject: Fix for README.amiga (20000323.033)
51594              From: "Stephen P. Potter" <spp@spotter.yi.org>
51595              Date: Fri, 17 Nov 2000 12:25:51 -0500
51596              Message-Id: <200011171725.MAA05768@spotter.yi.org>
51597      Branch: perl
51598            ! README.amiga
51599 ____________________________________________________________________________
51600 [  7729] By: jhi                                   on 2000/11/18  00:08:34
51601         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
51602              From: "A. C. Yardley" <yardley@tanet.net>
51603              Date: Mon, 3 Apr 2000 11:35:33 -0700
51604              Message-ID: <3483.000403@tanet.net>
51605      Branch: perl
51606            ! README.win32
51607 ____________________________________________________________________________
51608 [  7728] By: nick                                  on 2000/11/17  21:59:47
51609         Log: Integrate mainline
51610      Branch: perlio
51611           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
51612           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
51613           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
51614           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
51615 ____________________________________________________________________________
51616 [  7727] By: nick                                  on 2000/11/17  21:56:31
51617         Log: Experiment on use of attributes.pm interface.
51618              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
51619              SVt_PVRV if not already something better (else vivify of say magic gets
51620              core dump).
51621      Branch: perlio
51622            ! perlio.c pp.c
51623 ____________________________________________________________________________
51624 [  7726] By: jhi                                   on 2000/11/17  14:15:49
51625         Log: Subject: Fix for 20000815.006
51626              From: "Stephen P. Potter" <spp@spotter.yi.org>
51627              Date: Fri, 17 Nov 2000 08:57:45 -0500
51628              Message-Id: <200011171357.IAA05122@spotter.yi.org>
51629              
51630              It's really 20000518.006.
51631      Branch: perl
51632            ! pod/perlmodlib.PL
51633 ____________________________________________________________________________
51634 [  7725] By: jhi                                   on 2000/11/17  14:12:31
51635         Log: Subject: Fix for 20000409.001
51636              From: "Stephen P. Potter" <spp@spotter.yi.org>
51637              Date: Fri, 17 Nov 2000 08:55:45 -0500
51638              Message-Id: <200011171355.IAA05104@spotter.yi.org>
51639      Branch: perl
51640            ! pod/perlfaq9.pod
51641 ____________________________________________________________________________
51642 [  7724] By: jhi                                   on 2000/11/17  14:08:58
51643         Log: Undo #7627 now that we have =head3.
51644      Branch: perl
51645            ! pod/perlhack.pod
51646 ____________________________________________________________________________
51647 [  7723] By: jhi                                   on 2000/11/17  14:04:09
51648         Log: As surmised the #7719 wasn't a good move.
51649      Branch: perl
51650            ! hints/solaris_2.sh
51651 ____________________________________________________________________________
51652 [  7722] By: jhi                                   on 2000/11/17  13:59:04
51653         Log: Also the 64bitall hints can be either here or there.
51654      Branch: perl
51655            ! hints/solaris_2.sh
51656 ____________________________________________________________________________
51657 [  7721] By: jhi                                   on 2000/11/17  02:26:23
51658         Log: Test tweak for the open pragma.
51659      Branch: perl
51660            ! t/lib/b.t
51661 ____________________________________________________________________________
51662 [  7720] By: jhi                                   on 2000/11/17  00:23:22
51663         Log: The long double hints can be here or there.
51664      Branch: perl
51665            ! hints/solaris_2.sh
51666 ____________________________________________________________________________
51667 [  7719] By: jhi                                   on 2000/11/17  00:14:06
51668         Log: For Solaris use64bitall the stdchar needs a little bit of help.
51669      Branch: perl
51670            ! hints/solaris_2.sh
51671 ____________________________________________________________________________
51672 [  7718] By: jhi                                   on 2000/11/16  23:27:34
51673         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
51674              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
51675              Date: Wed, 15 Nov 2000 08:56:32 +0100
51676              Message-ID: <3A1241B0.64477E00@alcatel.at>
51677      Branch: perl
51678            ! lib/Carp/Heavy.pm
51679 ____________________________________________________________________________
51680 [  7717] By: jhi                                   on 2000/11/16  23:23:29
51681         Log: Subject: [PATCH] Re: 20001101.003 PDL
51682              From: Nicholas Clark <nick@ccl4.org>
51683              Date: Thu, 16 Nov 2000 16:48:25 +0000
51684              Message-ID: <20001116164825.B93487@plum.flirble.org>
51685      Branch: perl
51686            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
51687 ____________________________________________________________________________
51688 [  7716] By: jhi                                   on 2000/11/16  23:21:31
51689         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
51690              From: "Casey R. Tweten" <crt@kiski.net>
51691              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
51692              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
51693      Branch: perl
51694            ! lib/Pod/Checker.pm pod/perlpod.pod
51695 ____________________________________________________________________________
51696 [  7715] By: jhi                                   on 2000/11/16  23:19:40
51697         Log: Avoid an infinite loop in VMS when utils scripts are run
51698              with no arguments, from Charles Lane.
51699      Branch: perl
51700            ! configure.com
51701 ____________________________________________________________________________
51702 [  7714] By: jhi                                   on 2000/11/16  23:17:08
51703         Log: Subject: perllocale.pod changes
51704              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51705              Date: Mon, 13 Nov 2000 10:09:22 +0300
51706              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
51707      Branch: perl
51708            ! pod/perllocale.pod
51709 ____________________________________________________________________________
51710 [  7713] By: jhi                                   on 2000/11/16  23:14:06
51711         Log: Integrate perlio.
51712      Branch: perl
51713           !> doio.c perlio.c perlio.h util.c
51714 ____________________________________________________________________________
51715 [  7712] By: nick                                  on 2000/11/16  21:10:58
51716         Log: Integrate mainline
51717      Branch: perlio
51718           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51719           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
51720           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
51721           !> vos/config.ga.def vos/config.ga.h win32/config.bc
51722           !> win32/config.gc win32/config.vc
51723 ____________________________________________________________________________
51724 [  7711] By: nick                                  on 2000/11/16  19:56:41
51725         Log: Minor tweaks:
51726              consistent way of getting 'rb', 'wb' etc. for binary opens
51727              move *perlio::layers to *open::layers
51728              a #define to show layers available
51729              DOSISH popen/PerlIO had export/import sense inverted.
51730      Branch: perlio
51731            ! doio.c perlio.c perlio.h util.c
51732 ____________________________________________________________________________
51733 [  7710] By: jhi                                   on 2000/11/16  15:46:05
51734         Log: Add HAS_SBRK_PROTO.
51735      Branch: metaconfig/U/perl
51736            + d_sbrkproto.U
51737      Branch: perl
51738            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51739            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
51740            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
51741            ! vos/config.ga.def vos/config.ga.h win32/config.bc
51742            ! win32/config.gc win32/config.vc
51743 ____________________________________________________________________________
51744 [  7709] By: nick                                  on 2000/11/16  07:31:49
51745         Log: Integrate mainline
51746      Branch: perlio
51747           !> (integrate 35 files)
51748 ____________________________________________________________________________
51749 [  7708] By: jhi                                   on 2000/11/16  05:33:03
51750         Log: These files are text, not binary.
51751      Branch: perl
51752            ! ext/Encode/Encode/iso8859-10.enc
51753            ! ext/Encode/Encode/iso8859-13.enc
51754            ! ext/Encode/Encode/iso8859-14.enc
51755            ! ext/Encode/Encode/iso8859-15.enc
51756 ____________________________________________________________________________
51757 [  7707] By: jhi                                   on 2000/11/16  01:53:37
51758         Log: Update Changes.
51759      Branch: perl
51760            ! Changes patchlevel.h
51761 ____________________________________________________________________________
51762 [  7706] By: jhi                                   on 2000/11/16  01:35:59
51763         Log: More #undefing of stdio.
51764      Branch: perl
51765            ! fakesdio.h nostdio.h
51766 ____________________________________________________________________________
51767 [  7705] By: jhi                                   on 2000/11/16  01:34:18
51768         Log: Add fwalk() probe to the configuration files and regen perltoc.
51769      Branch: perl
51770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51771            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
51772            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
51773            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51774            ! win32/config.bc win32/config.gc win32/config.vc
51775 ____________________________________________________________________________
51776 [  7704] By: jhi                                   on 2000/11/16  01:33:07
51777         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
51778              an optional third argument to Inlibc?)
51779      Branch: metaconfig/U/perl
51780            + d__fwalk.U
51781 ____________________________________________________________________________
51782 [  7703] By: jhi                                   on 2000/11/16  01:09:22
51783         Log: The type of the hash_cb() size argument is tricky.
51784      Branch: perl
51785            ! ext/DB_File/DB_File.xs
51786 ____________________________________________________________________________
51787 [  7702] By: jhi                                   on 2000/11/15  23:01:16
51788         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
51789      Branch: perl
51790            ! nostdio.h
51791 ____________________________________________________________________________
51792 [  7701] By: jhi                                   on 2000/11/15  22:52:32
51793         Log: Detypo.
51794      Branch: perl
51795            ! t/lib/bigfltpm.t
51796 ____________________________________________________________________________
51797 [  7700] By: jhi                                   on 2000/11/15  22:51:56
51798         Log: UINT64_C() work continues.
51799      Branch: perl
51800            ! handy.h perl.h utf8.h
51801 ____________________________________________________________________________
51802 [  7699] By: jhi                                   on 2000/11/15  14:13:04
51803         Log: SOCKS has its own USE_THREADS, based on
51804              
51805              Subject: [ID 20001114.002] et. al. bugfix followup
51806              From: Jens Hamisch <jens@Strawberry.COM> 
51807              Date: Wed, 15 Nov 2000 14:23:11 +0100
51808              Message-ID: <20001115142311.A21164@Strawberry.COM>
51809      Branch: perl
51810            ! perl.h
51811 ____________________________________________________________________________
51812 [  7698] By: jhi                                   on 2000/11/15  03:50:56
51813         Log: Add few missing #undefs and sort them.
51814      Branch: perl
51815            ! fakesdio.h
51816 ____________________________________________________________________________
51817 [  7697] By: jhi                                   on 2000/11/15  03:39:14
51818         Log: Linenumber fix.
51819      Branch: perl
51820            ! t/pragma/warn/utf8
51821 ____________________________________________________________________________
51822 [  7696] By: jhi                                   on 2000/11/15  02:55:26
51823         Log: EBCDIC tweaks.
51824              
51825              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
51826              From: Peter Prymmer <pvhp@forte.com>
51827              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
51828              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
51829      Branch: perl
51830            ! t/op/regmesg.t t/pragma/warn/utf8
51831 ____________________________________________________________________________
51832 [  7695] By: jhi                                   on 2000/11/15  02:53:58
51833         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
51834              From: Peter Prymmer <pvhp@forte.com>
51835              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
51836              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
51837      Branch: perl
51838            ! utf8.c
51839 ____________________________________________________________________________
51840 [  7694] By: jhi                                   on 2000/11/15  02:50:55
51841         Log: Subject: [PATCH: perl@7674] updates to README.os390
51842              From: Prymmer/Kahn <pvhp@best.com>
51843              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
51844              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
51845      Branch: perl
51846            ! README.os390
51847 ____________________________________________________________________________
51848 [  7693] By: jhi                                   on 2000/11/15  02:48:37
51849         Log: Quit utf8_to_uv() instantly if curlen == 0.
51850      Branch: perl
51851            ! utf8.c
51852 ____________________________________________________________________________
51853 [  7692] By: jhi                                   on 2000/11/15  02:24:29
51854         Log: Use u_int32_t for the size of hash_cb(), not size_t.
51855              
51856              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
51857              From: Jens Hamisch <jens@Strawberry.COM>     
51858              Date: Tue, 14 Nov 2000 19:03:55 +0100
51859              Message-Id: <20001114190355.A20559@Strawberry.COM>
51860      Branch: perl
51861            ! ext/DB_File/DB_File.xs
51862 ____________________________________________________________________________
51863 [  7691] By: jhi                                   on 2000/11/15  02:20:12
51864         Log: Use UINT64_C().
51865              
51866              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
51867              From: Jens Hamisch <jens@Strawberry.COM>
51868              Date: Tue, 14 Nov 2000 19:16:23 +0100
51869              Message-Id: <20001114191623.G20559@Strawberry.COM>
51870      Branch: perl
51871            ! utf8.c utf8.h
51872 ____________________________________________________________________________
51873 [  7690] By: jhi                                   on 2000/11/15  02:17:06
51874         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
51875              (a macro to define signed and unsigned integer constants).
51876      Branch: perl
51877            ! handy.h
51878 ____________________________________________________________________________
51879 [  7689] By: jhi                                   on 2000/11/15  01:56:51
51880         Log: Regen Configure.
51881      Branch: perl
51882            ! Configure
51883 ____________________________________________________________________________
51884 [  7688] By: jhi                                   on 2000/11/15  01:56:32
51885         Log: Make the unit know about SOCKS.
51886      Branch: metaconfig
51887            ! U/protos/socksizetype.U
51888 ____________________________________________________________________________
51889 [  7687] By: jhi                                   on 2000/11/15  01:54:47
51890         Log: Remove unused dependencies.
51891      Branch: metaconfig
51892            ! U/compline/d_getpagsz.U
51893 ____________________________________________________________________________
51894 [  7686] By: nick                                  on 2000/11/14  21:25:13
51895         Log: Integrate mainline.
51896      Branch: perlio
51897           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
51898           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
51899           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
51900           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
51901           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
51902           !> win32/config.bc win32/config.gc win32/config.vc
51903           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
51904 ____________________________________________________________________________
51905 [  7685] By: jhi                                   on 2000/11/14  17:54:56
51906         Log: Integrate perlio.
51907      Branch: perl
51908           +> fakesdio.h perliol.h
51909           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
51910           !> perlsdio.h perlsfio.h pod/perlfunc.pod
51911 ____________________________________________________________________________
51912 [  7684] By: nick                                  on 2000/11/14  17:43:04
51913         Log: PerlIO #include and #ifdef re-work.
51914      Branch: perlio
51915            + fakesdio.h perliol.h
51916            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
51917            ! perlsdio.h perlsfio.h
51918 ____________________________________________________________________________
51919 [  7683] By: jhi                                   on 2000/11/14  15:42:40
51920         Log: Hoist the duplicated socket/netdb include logic to perl.h;
51921              undef SETERRNO in case SOCKS has defined it.  Based on:
51922              
51923              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
51924              From: Jens Hamisch <jens@Strawberry.COM> 
51925              Date: Tue, 14 Nov 2000 11:34:40 +0100
51926              Message-Id: <20001114113440.A20005@Strawberry.COM>
51927      Branch: perl
51928            ! doio.c perl.h pp_sys.c
51929 ____________________________________________________________________________
51930 [  7682] By: jhi                                   on 2000/11/14  14:07:28
51931         Log: Subject: some additions for makefiles for win32 (for perl@7674)
51932              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51933              Date: Tue, 14 Nov 2000 09:31:13 +0300
51934              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
51935      Branch: perl
51936            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
51937            ! win32/makefile.mk
51938 ____________________________________________________________________________
51939 [  7681] By: jhi                                   on 2000/11/14  14:01:41
51940         Log: Subject: tiny typo in perl5db.pl
51941              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51942              Date: Tue, 14 Nov 2000 09:29:28 +0300
51943              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
51944      Branch: perl
51945            ! lib/perl5db.pl
51946 ____________________________________________________________________________
51947 [  7680] By: jhi                                   on 2000/11/14  04:13:50
51948         Log: Redo #7679 with LFs instead of CRLFs.
51949      Branch: perl
51950            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
51951            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
51952            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
51953 ____________________________________________________________________________
51954 [  7679] By: jhi                                   on 2000/11/14  01:21:09
51955         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
51956              From: Benjamin Stuhl <tiriath@yahoo.com> 
51957              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
51958              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
51959      Branch: perl
51960            + win32/bin/mdelete.bat
51961            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
51962            ! makedef.pl perlio.c win32/Makefile win32/config.gc
51963            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
51964 ____________________________________________________________________________
51965 [  7678] By: jhi                                   on 2000/11/14  01:19:20
51966         Log: Fix the re extension building for Win32.
51967              
51968              Subject: [PATCH perl@7638] Get PerlIO building on Win32
51969              From: Benjamin Stuhl <tiriath@yahoo.com> 
51970              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
51971              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
51972      Branch: perl
51973            + ext/re/hints/MSWin32.pl
51974            ! MANIFEST
51975 ____________________________________________________________________________
51976 [  7677] By: jhi                                   on 2000/11/14  01:13:54
51977         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
51978              From: sthoenna@efn.org
51979              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
51980              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
51981      Branch: perl
51982            ! doop.c pp.c toke.c utf8.c utf8.h
51983 ____________________________________________________________________________
51984 [  7676] By: jhi                                   on 2000/11/13  20:23:15
51985         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
51986              From: Nicholas Clark <nick@ccl4.org>
51987              Date: Mon, 13 Nov 2000 18:55:04 +0000
51988              Message-ID: <20001113185504.J29183@plum.flirble.org>
51989      Branch: perl
51990            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
51991 ____________________________________________________________________________
51992 [  7675] By: nick                                  on 2000/11/13  20:21:57
51993         Log: Integrate mainline ...
51994      Branch: perlio
51995           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
51996           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
51997           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
51998           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
51999 ____________________________________________________________________________
52000 [  7674] By: jhi                                   on 2000/11/13  15:07:56
52001         Log: Update Changes.
52002      Branch: perl
52003            ! Changes patchlevel.h
52004 ____________________________________________________________________________
52005 [  7673] By: jhi                                   on 2000/11/13  14:42:42
52006         Log: Remove the new two tests of lib/io_xs for now, they seem to
52007              fail under perlio on some platforms.
52008      Branch: perl
52009            ! t/lib/io_xs.t
52010 ____________________________________________________________________________
52011 [  7672] By: jhi                                   on 2000/11/13  13:57:53
52012         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
52013      Branch: perl
52014            ! perlio.c
52015 ____________________________________________________________________________
52016 [  7671] By: jhi                                   on 2000/11/13  05:30:48
52017         Log: Placate nervous compilers that see longer than ints switch()ing.
52018      Branch: perl
52019            ! utf8.c
52020 ____________________________________________________________________________
52021 [  7670] By: jhi                                   on 2000/11/13  05:14:21
52022         Log: fputs() does return EOF on error but here we don't care.
52023      Branch: perl
52024            ! perlio.c
52025 ____________________________________________________________________________
52026 [  7669] By: jhi                                   on 2000/11/13  05:02:45
52027         Log: Declare reg_data like reg_substr_data.
52028      Branch: perl
52029            ! regexp.h
52030 ____________________________________________________________________________
52031 [  7668] By: jhi                                   on 2000/11/13  04:54:34
52032         Log: Typos in #7667.
52033      Branch: perl
52034            ! perl.h
52035 ____________________________________________________________________________
52036 [  7667] By: jhi                                   on 2000/11/13  04:49:49
52037         Log: Cleanup messy #ifdef.
52038      Branch: perl
52039            ! perl.h
52040 ____________________________________________________________________________
52041 [  7666] By: jhi                                   on 2000/11/13  04:17:34
52042         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
52043              From: Nicholas Clark <nick@talking.bollo.cx>
52044              Date: Sun, 12 Nov 2000 21:14:11 +0000
52045              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
52046              
52047              Note: only one breakage of the two reported is fixed by this patch.
52048      Branch: perl
52049            ! perlio.c
52050 ____________________________________________________________________________
52051 [  7665] By: jhi                                   on 2000/11/13  04:05:07
52052         Log: Tweak the definition of the bit complement on UTF-8 data:
52053              if none of the characters in the string are > 0xff,
52054              the result is a complemented byte string, not a (UTF-8)
52055              char string.  Based on the summary in
52056              
52057              Subject: Re: [ID 20000918.005] ~ on wide chars
52058              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
52059              Date: Fri, 10 Nov 2000 09:47:15 -0800
52060              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
52061              
52062              This should give us the maximum backward (pre-char string)
52063              compatibility and utf8 compatibility.  The other alternative
52064              would be to limit the bit complement to be always byte only,
52065              taking the least significant byte of the chars.
52066      Branch: perl
52067            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
52068 ____________________________________________________________________________
52069 [  7664] By: jhi                                   on 2000/11/13  00:23:44
52070         Log: Couple of tests from #7660 salvaged.
52071      Branch: perl
52072            - t/op/tell.t
52073            ! MANIFEST t/io/tell.t
52074 ____________________________________________________________________________
52075 [  7663] By: jhi                                   on 2000/11/13  00:02:48
52076         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
52077              From: Nicholas Clark <nick@talking.bollo.cx>
52078              Date: Sun, 12 Nov 2000 21:23:43 +0000
52079              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
52080      Branch: perl
52081            ! perlsfio.h
52082 ____________________________________________________________________________
52083 [  7662] By: jhi                                   on 2000/11/13  00:01:39
52084         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
52085              From: Nicholas Clark <nick@talking.bollo.cx>
52086              Date: Sun, 12 Nov 2000 21:30:04 +0000
52087              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
52088      Branch: perl
52089            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
52090 ____________________________________________________________________________
52091 [  7661] By: jhi                                   on 2000/11/12  23:57:29
52092         Log: Document tell() on special streams.
52093      Branch: perl
52094            ! pod/perlfunc.pod
52095 ____________________________________________________________________________
52096 [  7660] By: jhi                                   on 2000/11/12  23:54:22
52097         Log: (Subsumed by #7664)
52098      Branch: perl
52099            + t/op/tell.t
52100            ! MANIFEST
52101 ____________________________________________________________________________
52102 [  7659] By: jhi                                   on 2000/11/12  22:55:25
52103         Log: Many subdocumented return values of the IO extension now documented.
52104              ungetc and write still left subdocumented.
52105              
52106              Subject: [PATCH] (was Re: IO::Handle::ungetc)
52107              From: Nicholas Clark <nick@talking.bollo.cx>
52108              Date: Sun, 12 Nov 2000 21:35:53 +0000
52109              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
52110      Branch: perl
52111            ! ext/IO/lib/IO/Handle.pm
52112 ____________________________________________________________________________
52113 [  7658] By: jhi                                   on 2000/11/12  21:37:06
52114         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
52115              From: Nicholas Clark <nick@talking.bollo.cx>
52116              Date: Sun, 12 Nov 2000 20:03:22 +0000
52117              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
52118      Branch: perl
52119            ! pod/perlfunc.pod
52120 ____________________________________________________________________________
52121 [  7657] By: jhi                                   on 2000/11/12  20:34:55
52122         Log: Integrate perlio.
52123      Branch: perl
52124           !> perlio.c
52125 ____________________________________________________________________________
52126 [  7656] By: nick                                  on 2000/11/12  19:25:06
52127         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
52128      Branch: perlio
52129            ! perlio.c
52130 ____________________________________________________________________________
52131 [  7655] By: nick                                  on 2000/11/12  19:09:41
52132         Log: Integrate mainline
52133      Branch: perlio
52134           +> README.solaris ext/Encode/Encode/cp1006.enc
52135           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
52136           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
52137           +> ext/Encode/Encode/iso8859-13.enc
52138           +> ext/Encode/Encode/iso8859-14.enc
52139           +> ext/Encode/Encode/iso8859-15.enc
52140           !> (integrate 34 files)
52141 ____________________________________________________________________________
52142 [  7654] By: jhi                                   on 2000/11/12  19:00:22
52143         Log: Add a metaconfig unit for fsync.
52144      Branch: metaconfig/U/perl
52145            + d_fsync.U
52146 ____________________________________________________________________________
52147 [  7653] By: jhi                                   on 2000/11/12  19:00:01
52148         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
52149      Branch: perl
52150            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52151            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
52152            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52153            ! vos/config.ga.h win32/config.bc win32/config.gc
52154            ! win32/config.vc
52155 ____________________________________________________________________________
52156 [  7652] By: jhi                                   on 2000/11/11  21:12:01
52157         Log: Copy the s// information of README.hpux also to the perlrun.
52158      Branch: perl
52159            ! README.hpux pod/perlrun.pod
52160 ____________________________________________________________________________
52161 [  7651] By: jhi                                   on 2000/11/11  21:03:13
52162         Log: More README.solaris updates from Andy Dougherty.
52163      Branch: perl
52164            ! README.solaris
52165 ____________________________________________________________________________
52166 [  7650] By: jhi                                   on 2000/11/11  18:38:57
52167         Log: More descriptive error for unknown perlio layers.
52168              
52169              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
52170              From: Dominic Dunlop <domo@computer.org> 
52171              Date: Sat, 11 Nov 2000 18:20:32 +0100             
52172              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
52173      Branch: perl
52174            ! perlio.c pod/perldiag.pod
52175 ____________________________________________________________________________
52176 [  7649] By: jhi                                   on 2000/11/11  18:37:52
52177         Log: MachTen doesn't really do mmap() and munmap().
52178              
52179              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
52180              From: Dominic Dunlop <domo@computer.org> 
52181              Date: Sat, 11 Nov 2000 18:20:32 +0100             
52182              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
52183      Branch: perl
52184            ! hints/machten.sh
52185 ____________________________________________________________________________
52186 [  7648] By: jhi                                   on 2000/11/11  18:36:46
52187         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
52188              From: rspier@pobox.com (Robert Spier)
52189              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
52190              Message-ID: <14861.32839.491271.985797@rls.cx>
52191      Branch: perl
52192            ! Porting/Contract pod/perltoot.pod
52193 ____________________________________________________________________________
52194 [  7647] By: jhi                                   on 2000/11/11  18:35:30
52195         Log: Simplify the getpagesize() unit by dropping the
52196              pagesize probe since it's nowadays slightly more
52197              complicated because of sysconf(). (Note: if some
52198              platform really needs the -lPW for getpagesize,
52199              I just broke it.)
52200              
52201              TODO: a new pagesize unit.
52202      Branch: metaconfig
52203            ! U/compline/d_getpagsz.U
52204 ____________________________________________________________________________
52205 [  7646] By: jhi                                   on 2000/11/11  18:33:23
52206         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
52207      Branch: perl
52208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52209            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
52210            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52211            ! vos/config.ga.h win32/config.bc win32/config.gc
52212            ! win32/config.vc
52213 ____________________________________________________________________________
52214 [  7645] By: jhi                                   on 2000/11/11  16:45:15
52215         Log: Use sysconf() or getpagesize() to find out the pagesize.
52216      Branch: perl
52217            ! perlio.c
52218 ____________________________________________________________________________
52219 [  7644] By: jhi                                   on 2000/11/11  15:46:08
52220         Log: Integrate perlio.
52221      Branch: perl
52222           !> perlio.c
52223 ____________________________________________________________________________
52224 [  7643] By: jhi                                   on 2000/11/11  15:33:36
52225         Log: Subject: Re: [PATCH] README.solaris
52226              From: Lupe Christoph <lupe@lupe-christoph.de>
52227              Date: Sat, 11 Nov 2000 14:08:10 +0100
52228              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
52229      Branch: perl
52230            ! README.solaris
52231 ____________________________________________________________________________
52232 [  7642] By: jhi                                   on 2000/11/11  15:22:12
52233         Log: Subject: [PATCH perl@7638] cygwin port
52234              From: "Eric Fifer" <egf7@columbia.edu>            
52235              Date: Fri, 10 Nov 2000 19:30:30 -0000
52236              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
52237      Branch: perl
52238            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
52239 ____________________________________________________________________________
52240 [  7641] By: nick                                  on 2000/11/11  14:50:36
52241         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
52242              Also call "Buf" layer directly when unread'ing non-read chars.
52243      Branch: perlio
52244            ! perlio.c
52245 ____________________________________________________________________________
52246 [  7640] By: jhi                                   on 2000/11/11  02:05:02
52247         Log: Add more encoding tables.
52248      Branch: perl
52249            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
52250            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
52251            + ext/Encode/Encode/iso8859-10.enc
52252            + ext/Encode/Encode/iso8859-13.enc
52253            + ext/Encode/Encode/iso8859-14.enc
52254            + ext/Encode/Encode/iso8859-15.enc
52255            ! MANIFEST
52256 ____________________________________________________________________________
52257 [  7639] By: jhi                                   on 2000/11/10  18:49:25
52258         Log: Subject: [PATCH] README.solaris
52259              From: Andy Dougherty <doughera@lafayette.edu>
52260              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
52261              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
52262      Branch: perl
52263            + README.solaris
52264            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
52265            ! pod/perl.pod pod/perltoc.pod
52266 ____________________________________________________________________________
52267 [  7638] By: jhi                                   on 2000/11/10  15:04:15
52268         Log: Update Changes.
52269      Branch: perl
52270            ! Changes patchlevel.h
52271 ____________________________________________________________________________
52272 [  7637] By: jhi                                   on 2000/11/10  14:14:28
52273         Log: Explain better why certain regex tests are skipped.
52274              
52275              Subject: Re: tests skipped: unknown reason
52276              From: Lupe Christoph <lupe@lupe-christoph.de>
52277              Date: Fri, 10 Nov 2000 09:08:56 +0100
52278              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
52279      Branch: perl
52280            ! t/op/regexp.t
52281 ____________________________________________________________________________
52282 [  7636] By: nick                                  on 2000/11/10  13:40:00
52283         Log: Integrate mainline.
52284      Branch: perlio
52285           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
52286           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
52287           !> win32/bin/search.pl
52288 ____________________________________________________________________________
52289 [  7635] By: nick                                  on 2000/11/10  13:25:52
52290         Log: Re-instate stdio large file support via perlio.
52291      Branch: perl
52292            ! perlio.c
52293 ____________________________________________________________________________
52294 [  7634] By: jhi                                   on 2000/11/10  04:49:55
52295         Log: Amdahl UTS hints updates.
52296              
52297              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
52298              From: hom00@utsglobal.com (Harold O Morris)
52299              Date: Thu, 9 Nov 2000 20:02 PST
52300              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
52301      Branch: perl
52302            ! hints/uts.sh
52303 ____________________________________________________________________________
52304 [  7633] By: jhi                                   on 2000/11/09  23:33:28
52305         Log: Subject: [PATCH] IO::Seekable pod
52306              From: Nicholas Clark <nick@talking.bollo.cx>
52307              Date: Thu, 9 Nov 2000 20:29:45 +0000
52308              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
52309      Branch: perl
52310            ! ext/IO/lib/IO/Handle.pm
52311 ____________________________________________________________________________
52312 [  7632] By: jhi                                   on 2000/11/09  21:55:41
52313         Log: Various doc oddball characters.
52314              
52315              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
52316              From: Michael Somos <somos@grail.cba.csuohio.edu>
52317              Date: Mon, 6 Nov 2000 17:44:20 -0500
52318              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
52319      Branch: perl
52320            ! emacs/cperl-mode.el lib/unicode/syllables.txt
52321            ! win32/bin/search.pl
52322 ____________________________________________________________________________
52323 [  7631] By: jhi                                   on 2000/11/09  21:12:29
52324         Log: Subject: Re: bash -c exit and linux hints 
52325              From: "John P. Linderman" <jpl@research.att.com>
52326              Date: Thu, 02 Nov 2000 09:37:25 -0500
52327              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
52328      Branch: perl
52329            ! hints/linux.sh
52330 ____________________________________________________________________________
52331 [  7630] By: nick                                  on 2000/11/09  20:34:11
52332         Log: Integrate mainline.
52333      Branch: perlio
52334           !> (integrate 91 files)
52335 ____________________________________________________________________________
52336 [  7629] By: jhi                                   on 2000/11/09  19:46:31
52337         Log: Missing dTHXs.
52338              
52339              Subject: RE: perl@7595 builds not on cygwin
52340              From: "Eric Fifer" <egf7@columbia.edu>
52341              Date: Thu, 9 Nov 2000 19:26:50 -0000
52342              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
52343      Branch: perl
52344            ! ext/Devel/Peek/Peek.xs
52345 ____________________________________________________________________________
52346 [  7628] By: jhi                                   on 2000/11/09  14:48:27
52347         Log: Disable only the tests 99 and 166 for UTF-8 locales.
52348      Branch: perl
52349            ! t/pragma/locale.t
52350 ____________________________________________________________________________
52351 [  7627] By: jhi                                   on 2000/11/09  14:40:27
52352         Log: There's no =head3.
52353      Branch: perl
52354            ! pod/perlhack.pod
52355 ____________________________________________________________________________
52356 [  7626] By: jhi                                   on 2000/11/09  13:54:26
52357         Log: The generated boot_* headers are wrong.  Pickier compiler,
52358              such as KAI C++ will refuse to compile the resulting perlmain.
52359              
52360              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
52361              From: Harri Pasanen <harri.pasanen@trema.com>
52362              Date: Thu, 09 Nov 2000 14:23:28 +0100
52363              Message-Id: <3A0AA550.26D548A3@trema.com>
52364      Branch: perl
52365            ! minimod.pl
52366 ____________________________________________________________________________
52367 [  7625] By: jhi                                   on 2000/11/09  13:50:44
52368         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
52369              From: Prymmer/Kahn <pvhp@best.com>
52370              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
52371              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
52372              
52373              All except the "cow orker" change.
52374      Branch: perl
52375            ! Porting/pumpkin.pod
52376 ____________________________________________________________________________
52377 [  7624] By: jhi                                   on 2000/11/09  13:45:33
52378         Log: Fix for
52379              
52380              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
52381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
52382              Date: Thu, 09 Nov 2000 11:05:52 +0100
52383              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
52384      Branch: perl
52385            ! pod/perldiag.pod t/pragma/warn/pp_sys
52386 ____________________________________________________________________________
52387 [  7623] By: jhi                                   on 2000/11/09  13:37:16
52388         Log: Typo in an ifndef.
52389              
52390              Subject: Re: [PATCH 5.7.0] better messages from malloc()
52391              From: Joe Smith <jms@inwap.com>         
52392              Date: Thu, 09 Nov 2000 01:33:14 -0800
52393              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
52394      Branch: perl
52395            ! malloc.c
52396 ____________________________________________________________________________
52397 [  7622] By: jhi                                   on 2000/11/09  13:31:18
52398         Log: Remove unused extra arguments.
52399      Branch: metaconfig/U/perl
52400            ! perlxv.U
52401      Branch: perl
52402            ! Configure config_h.SH
52403 ____________________________________________________________________________
52404 [  7621] By: jhi                                   on 2000/11/09  13:16:36
52405         Log: More VMS moves on environment handling, from Charles Lane.
52406      Branch: perl
52407            ! t/pragma/locale.t
52408 ____________________________________________________________________________
52409 [  7620] By: jhi                                   on 2000/11/09  04:42:38
52410         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
52411              From: David Dyck <dcd@tc.fluke.com>
52412              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
52413              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
52414      Branch: perl
52415            ! pp_sys.c
52416 ____________________________________________________________________________
52417 [  7619] By: jhi                                   on 2000/11/09  04:36:21
52418         Log: Forgot from #7618.
52419      Branch: perl
52420            ! lib/File/stat.pm
52421 ____________________________________________________________________________
52422 [  7618] By: jhi                                   on 2000/11/09  04:28:44
52423         Log: Make deleting for %ENV work for (newer versions of) VMS,
52424              from Craig A. Berry.
52425      Branch: perl
52426            ! vms/vms.c
52427 ____________________________________________________________________________
52428 [  7617] By: jhi                                   on 2000/11/09  04:25:05
52429         Log: Subject: [PATCH] Class::Struct at compile time
52430              From: "Casey R. Tweten" <crt@kiski.net>
52431              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
52432              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
52433      Branch: perl
52434            ! lib/Class/Struct.pm
52435 ____________________________________________________________________________
52436 [  7616] By: jhi                                   on 2000/11/09  04:15:17
52437         Log: Subject: [ID 20001108.013] spelling
52438              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
52439              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
52440              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
52441      Branch: perl
52442            ! lib/ftp.pl
52443 ____________________________________________________________________________
52444 [  7615] By: jhi                                   on 2000/11/09  04:12:42
52445         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
52446              From: Peter Prymmer <pvhp@forte.com>
52447              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
52448              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
52449      Branch: perl
52450            ! configure.com
52451 ____________________________________________________________________________
52452 [  7614] By: jhi                                   on 2000/11/08  22:42:55
52453         Log: A missing aTHX_.
52454      Branch: perl
52455            ! ext/IPC/SysV/SysV.xs
52456 ____________________________________________________________________________
52457 [  7613] By: jhi                                   on 2000/11/08  19:30:21
52458         Log: Update Changes.
52459      Branch: perl
52460            ! Changes patchlevel.h
52461 ____________________________________________________________________________
52462 [  7612] By: jhi                                   on 2000/11/08  18:35:25
52463         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
52464              From: David Dyck <dcd@tc.fluke.com>
52465              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
52466              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
52467      Branch: perl
52468            ! pp_sys.c
52469 ____________________________________________________________________________
52470 [  7611] By: jhi                                   on 2000/11/08  18:30:26
52471         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
52472              From: Dominic Dunlop <domo@computer.org>
52473              Date: Tue, 7 Nov 2000 12:05:25 +0100
52474              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
52475      Branch: perl
52476            ! malloc.c
52477 ____________________________________________________________________________
52478 [  7610] By: jhi                                   on 2000/11/08  18:25:14
52479         Log: Do not test UTF-8 locales since that the tests would require
52480              polymorphic regexen.
52481      Branch: perl
52482            ! t/pragma/locale.t
52483 ____________________________________________________________________________
52484 [  7609] By: jhi                                   on 2000/11/08  17:12:51
52485         Log: Locale buglets.
52486              
52487              Subject: RE: Locales support (setlocale) fixes
52488              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52489              Date: Wed, 8 Nov 2000 20:01:39 +0300
52490              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
52491      Branch: perl
52492            ! t/pragma/locale.t util.c
52493 ____________________________________________________________________________
52494 [  7608] By: jhi                                   on 2000/11/08  17:00:16
52495         Log: Deleting $ENV{PATH} in VMS is not recommendable.
52496      Branch: perl
52497            ! t/pragma/locale.t
52498 ____________________________________________________________________________
52499 [  7607] By: jhi                                   on 2000/11/08  16:58:26
52500         Log: Subject: PATCH std stdio for (Free)BSD
52501              From: Nicholas Clark <nick@ccl4.org>
52502              Date: Wed, 8 Nov 2000 15:36:29 +0000
52503              Message-ID: <20001108153629.D98736@plum.flirble.org>
52504      Branch: metaconfig
52505            ! U/compline/d_stdstdio.U
52506      Branch: perl
52507            ! Configure config_h.SH
52508 ____________________________________________________________________________
52509 [  7606] By: jhi                                   on 2000/11/08  16:43:31
52510         Log: Forgot to bump the line numbers in #7601.
52511      Branch: perl
52512            ! t/pragma/warn/pp_sys
52513 ____________________________________________________________________________
52514 [  7605] By: jhi                                   on 2000/11/08  16:39:12
52515         Log: More careful detection of how well NVs and UVs mix.
52516              
52517              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))
52518              From: Nicholas Clark <nick@ccl4.org>
52519              Date: Wed, 8 Nov 2000 15:14:12 +0000
52520              Message-ID: <20001108151412.B98736@plum.flirble.org>
52521              
52522              Added some SIGFPE paranoia.
52523      Branch: metaconfig/U/perl
52524            ! perlxv.U
52525      Branch: perl
52526            ! Configure config_h.SH
52527 ____________________________________________________________________________
52528 [  7604] By: jhi                                   on 2000/11/08  14:39:10
52529         Log: Subject: [patch perl@7595] VMS configure.com tweak
52530              From: "Craig A. Berry" <craigberry@mac.com>
52531              Date: Wed, 8 Nov 2000 00:24:12 -0600
52532              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
52533      Branch: perl
52534            ! configure.com
52535 ____________________________________________________________________________
52536 [  7603] By: jhi                                   on 2000/11/08  14:27:11
52537         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
52538              From: Robin Barker <rmb1@cise.npl.co.uk>
52539              Date: Wed, 8 Nov 2000 11:11:39 GMT
52540              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
52541      Branch: perl
52542            ! perlio.c
52543 ____________________________________________________________________________
52544 [  7602] By: jhi                                   on 2000/11/08  14:25:03
52545         Log: Fix for the tie-refhash string table leaks.
52546              
52547              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
52548              Date: Wed, 8 Nov 2000 13:03:04 GMT
52549              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
52550      Branch: perl
52551            ! t/lib/tie-refhash.t
52552 ____________________________________________________________________________
52553 [  7601] By: jhi                                   on 2000/11/08  14:21:08
52554         Log: Try to avoid flockless and emulationless places.
52555      Branch: perl
52556            ! t/pragma/warn/pp_sys
52557 ____________________________________________________________________________
52558 [  7600] By: jhi                                   on 2000/11/08  02:28:54
52559         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
52560              
52561              Subject: [PATCH] prototyped functions that should be overrideable
52562              From: "Casey R. Tweten" <crt@kiski.net>
52563              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
52564              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
52565      Branch: perl
52566            ! toke.c
52567 ____________________________________________________________________________
52568 [  7599] By: jhi                                   on 2000/11/08  01:12:05
52569         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
52570              
52571              Subject: [PATCH] perlbug.PL
52572              From: "Kurt D. Starsinic" <kstar@chapin.edu>
52573              Date: Mon, 6 Nov 2000 21:39:01 -0500
52574              Message-ID: <20001106213901.B20955@O2.chapin.edu>
52575      Branch: perl
52576            ! utils/perlbug.PL
52577 ____________________________________________________________________________
52578 [  7598] By: jhi                                   on 2000/11/07  23:42:00
52579         Log: Bad thinko in #7581 (I used the test program with the expanded
52580              values as-is).
52581      Branch: metaconfig
52582            ! U/compline/d_stdstdio.U
52583      Branch: perl
52584            ! Configure
52585 ____________________________________________________________________________
52586 [  7597] By: jhi                                   on 2000/11/07  21:43:29
52587         Log: Subject: [PATCH perl@7573] cygwin port
52588              From: "Fifer, Eric" <EFifer@sanwaint.com>
52589              Date: Tue, 7 Nov 2000 18:08:51 -0000 
52590              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
52591              
52592              Synchronize with Cygwin 1.1.5.
52593      Branch: perl
52594            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
52595            ! pod/perlport.pod unixish.h util.c
52596 ____________________________________________________________________________
52597 [  7596] By: jhi                                   on 2000/11/07  21:39:25
52598         Log: perlhack updates from H.Merijn Brand.
52599      Branch: perl
52600            ! pod/perlhack.pod
52601 ____________________________________________________________________________
52602 [  7595] By: jhi                                   on 2000/11/07  20:21:41
52603         Log: Update Changes.
52604      Branch: perl
52605            ! Changes patchlevel.h
52606 ____________________________________________________________________________
52607 [  7594] By: jhi                                   on 2000/11/07  19:18:58
52608         Log: Be more robust in Dynaloader.pm.
52609      Branch: perl
52610            ! ext/DynaLoader/DynaLoader_pm.PL
52611 ____________________________________________________________________________
52612 [  7593] By: jhi                                   on 2000/11/07  16:49:31
52613         Log: AUTHORS update.
52614      Branch: perl
52615            ! AUTHORS
52616 ____________________________________________________________________________
52617 [  7592] By: gsar                                  on 2000/11/07  16:39:51
52618         Log: normalize relative paths in virtualized current directory on windows,
52619              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
52620              returns)
52621      Branch: perl
52622            ! win32/vdir.h
52623 ____________________________________________________________________________
52624 [  7591] By: jhi                                   on 2000/11/07  16:04:26
52625         Log: Too profiler-happy: with optimization the #7590 actually makes
52626              the test to run 0.5% _slower_.  Requires much more instrumentation.
52627              Retract #7590.
52628      Branch: perl
52629            ! regcomp.c regcomp.h
52630 ____________________________________________________________________________
52631 [  7590] By: jhi                                   on 2000/11/07  15:51:13
52632         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
52633              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
52634              by using memset() and testing bytewise (as opposed to bitwise).
52635      Branch: perl
52636            ! regcomp.c regcomp.h
52637 ____________________________________________________________________________
52638 [  7589] By: jhi                                   on 2000/11/07  12:56:39
52639         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
52640              From: "Craig A. Berry" <craig.berry@psinetcs.com>
52641              Date: Mon, 06 Nov 2000 23:45:30 -0500
52642              Message-Id: <0011079735.AA973576259@univpress.com>
52643      Branch: perl
52644            ! configure.com t/lib/st-lock.t
52645 ____________________________________________________________________________
52646 [  7588] By: jhi                                   on 2000/11/07  01:03:28
52647         Log: Tweak #7587.
52648      Branch: perl
52649            ! pod/perldiag.pod
52650 ____________________________________________________________________________
52651 [  7587] By: jhi                                   on 2000/11/07  01:00:27
52652         Log: A doc addition for bug id 20001105.019, beware \p.
52653      Branch: perl
52654            ! pod/perldiag.pod
52655 ____________________________________________________________________________
52656 [  7586] By: jhi                                   on 2000/11/07  00:32:22
52657         Log: Fake support of holey files in win/dosish platforms.
52658              
52659              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
52660              From: kipp@shonanblue.ne.jp
52661              Date: Mon, 6 Nov 2000 13:30:55 -0800
52662              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
52663      Branch: perl
52664            ! ext/SDBM_File/sdbm/sdbm.c
52665 ____________________________________________________________________________
52666 [  7585] By: jhi                                   on 2000/11/07  00:12:54
52667         Log: Subject: Pod updates
52668              From: "Stephen P. Potter" <spp@spotter.yi.org>
52669              Date: Mon, 06 Nov 2000 18:56:43 -0500
52670              Message-Id: <200011062357.SAA18173@spotter.yi.org>
52671      Branch: perl
52672            ! README.dos README.os2 README.win32 pod/buildtoc.PL
52673            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
52674            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
52675            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
52676            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
52677            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
52678            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
52679            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
52680            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
52681            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
52682            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
52683            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
52684            ! pod/perltootc.pod pod/perlunicode.pod
52685 ____________________________________________________________________________
52686 [  7584] By: jhi                                   on 2000/11/07  00:04:17
52687         Log: Varargs don't always work too well if one puts an unsigned
52688              char on the stack and pop an unsigned quad off the stack.
52689              
52690              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
52691              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
52692              Date: Mon, 06 Nov 2000 15:19:05 -0800
52693              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
52694      Branch: perl
52695            ! utf8.c
52696 ____________________________________________________________________________
52697 [  7583] By: jhi                                   on 2000/11/06  23:58:48
52698         Log: %ENV note tweaks from Dan Sugalski.
52699      Branch: perl
52700            ! pod/perlport.pod vms/perlvms.pod
52701 ____________________________________________________________________________
52702 [  7582] By: jhi                                   on 2000/11/06  23:05:49
52703         Log: glibc5 detection by __GNU_LIBRARY__.
52704      Branch: perl
52705            ! toke.c
52706 ____________________________________________________________________________
52707 [  7581] By: jhi                                   on 2000/11/06  22:51:29
52708         Log: Make the stdio test program of 7427 less noisy while being 
52709              compiled so that Digital UNIX wouldn't get both
52710              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
52711              undefined.  This makes perlio happy.
52712      Branch: metaconfig
52713            ! U/compline/d_stdstdio.U
52714      Branch: perl
52715            ! Configure config_h.SH
52716 ____________________________________________________________________________
52717 [  7580] By: jhi                                   on 2000/11/06  22:41:41
52718         Log: Document %ENV = () portability issues.
52719      Branch: perl
52720            ! pod/perlport.pod vms/perlvms.pod
52721 ____________________________________________________________________________
52722 [  7579] By: jhi                                   on 2000/11/06  21:29:24
52723         Log: VOS updates from Paul Green.
52724      Branch: perl
52725            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52726 ____________________________________________________________________________
52727 [  7578] By: jhi                                   on 2000/11/06  21:00:40
52728         Log: Sanitize the environment further.
52729      Branch: perl
52730            ! t/pragma/locale.t
52731 ____________________________________________________________________________
52732 [  7577] By: jhi                                   on 2000/11/06  20:53:51
52733         Log: Re-introduce 7552 lost in integration.
52734      Branch: perl
52735            ! perlio.c
52736 ____________________________________________________________________________
52737 [  7576] By: jhi                                   on 2000/11/06  20:33:46
52738         Log: Admit that the test leaks scalars.
52739      Branch: perl
52740            ! t/comp/proto.t
52741 ____________________________________________________________________________
52742 [  7575] By: jhi                                   on 2000/11/06  20:17:08
52743         Log: Integrate perlio.
52744      Branch: perl
52745           !> perlio.c
52746 ____________________________________________________________________________
52747 [  7574] By: nick                                  on 2000/11/06  20:07:28
52748         Log: Remove debug. Try (Mmap_t) on madvise() call.
52749      Branch: perlio
52750            ! perlio.c
52751 ____________________________________________________________________________
52752 [  7573] By: jhi                                   on 2000/11/06  13:56:05
52753         Log: Update Changes.
52754      Branch: perl
52755            ! Changes patchlevel.h
52756 ____________________________________________________________________________
52757 [  7572] By: jhi                                   on 2000/11/06  13:48:41
52758         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
52759              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52760              Date: Mon, 06 Nov 2000 10:11:42 +0100
52761              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
52762      Branch: perl
52763            ! pod/perlhack.pod
52764 ____________________________________________________________________________
52765 [  7571] By: jhi                                   on 2000/11/06  01:45:51
52766         Log: AUTHORS updates.
52767      Branch: perl
52768            ! AUTHORS
52769 ____________________________________________________________________________
52770 [  7570] By: jhi                                   on 2000/11/06  00:18:00
52771         Log: Fix for
52772              
52773              Subject: [ID 20000728.005] perl -P broken
52774              From: David Dyck <dcd@tc.fluke.com>
52775              Date: Fri, 28 Jul 2000 17:19:16 -0700
52776              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
52777              
52778              (hopefully).  The fix is also not complete, it seems to break
52779              BOM swallowing for libc5 systems, but until someone figures
52780              out a way to do this without ftell(), this will do.
52781      Branch: perl
52782            ! toke.c
52783 ____________________________________________________________________________
52784 [  7569] By: jhi                                   on 2000/11/06  00:05:30
52785         Log: Document that the evaled syntax errors cause scalar leaks.
52786      Branch: perl
52787            ! t/comp/proto.t
52788 ____________________________________________________________________________
52789 [  7568] By: jhi                                   on 2000/11/05  23:14:47
52790         Log: opmini.o can linger from Configures past.
52791      Branch: perl
52792            ! Makefile.SH
52793 ____________________________________________________________________________
52794 [  7567] By: jhi                                   on 2000/11/05  21:28:39
52795         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
52796              first argument correctly.
52797      Branch: perl
52798            ! perlio.c
52799 ____________________________________________________________________________
52800 [  7566] By: jhi                                   on 2000/11/05  21:15:56
52801         Log: Integrate perlio.
52802      Branch: perl
52803           !> perlio.c
52804 ____________________________________________________________________________
52805 [  7565] By: jhi                                   on 2000/11/05  21:15:13
52806         Log: Use -dM for gcc (the suggested patch did it only for Linux,
52807              but I think it can be generalized).
52808              
52809              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
52810              From: Pixel <pixel@mandrakesoft.com>
52811              Date: 05 Nov 2000 21:49:34 +0100 
52812              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
52813      Branch: perl
52814            ! ext/Errno/Errno_pm.PL
52815 ____________________________________________________________________________
52816 [  7564] By: nick                                  on 2000/11/05  21:09:18
52817         Log: Added a mmap layer as a "subclass" of perlio.
52818              PERLIO=mmap ./perl harness passes
52819      Branch: perlio
52820            ! perlio.c
52821 ____________________________________________________________________________
52822 [  7563] By: jhi                                   on 2000/11/05  19:48:55
52823         Log: Add a note for future generations about bug id 20000229.006.
52824      Branch: perl
52825            ! malloc.c
52826 ____________________________________________________________________________
52827 [  7562] By: jhi                                   on 2000/11/05  19:38:24
52828         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
52829      Branch: perl
52830            ! pp_ctl.c t/op/pos.t
52831 ____________________________________________________________________________
52832 [  7561] By: jhi                                   on 2000/11/05  18:21:46
52833         Log: Add =pod to be tidy.
52834      Branch: perl
52835            ! lib/Math/Complex.pm
52836 ____________________________________________________________________________
52837 [  7560] By: jhi                                   on 2000/11/05  17:38:46
52838         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
52839      Branch: perl
52840            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
52841            ! ext/Storable/Storable.xs t/lib/st-recurse.t
52842 ____________________________________________________________________________
52843 [  7559] By: jhi                                   on 2000/11/05  17:32:59
52844         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
52845              From: "Peter J. Farley III" <pjfarley@banet.net>
52846              Date: Sun, 05 Nov 2000 11:55:59 -0500
52847              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
52848      Branch: perl
52849            ! t/lib/syslog.t
52850 ____________________________________________________________________________
52851 [  7558] By: jhi                                   on 2000/11/05  17:29:19
52852         Log: Integrate perlio.
52853      Branch: perl
52854           !> perlio.c
52855 ____________________________________________________________________________
52856 [  7557] By: jhi                                   on 2000/11/05  17:22:01
52857         Log: A fix of sorts for 20000329.026, a better error message
52858              for a missing "use charnames" when using the \N{...}. 
52859      Branch: perl
52860            ! pod/perldiag.pod toke.c
52861 ____________________________________________________________________________
52862 [  7556] By: jhi                                   on 2000/11/05  16:33:50
52863         Log: Test tweak: show also the failed locales.
52864              
52865              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
52866              From: Lupe Christoph <lupe@lupe-christoph.de>         
52867              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
52868              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
52869      Branch: perl
52870            ! t/pragma/locale.t
52871 ____________________________________________________________________________
52872 [  7555] By: nick                                  on 2000/11/05  11:09:34
52873         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
52874              open RDWR so does not fail. (pragma/warnings 303 again...)
52875      Branch: perlio
52876            ! perlio.c
52877 ____________________________________________________________________________
52878 [  7554] By: nick                                  on 2000/11/05  10:10:13
52879         Log: Fix case where ungetc(f,EOF) was allowed.
52880              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
52881              so we can see similarities.
52882              Use types more carefully and a STDCHAR array in hope that this will
52883              fix Jarrko's 64bit machine.
52884      Branch: perlio
52885            ! perlio.c
52886 ____________________________________________________________________________
52887 [  7553] By: jhi                                   on 2000/11/05  01:12:16
52888         Log: Fix for
52889              
52890              Subject: [ID 20001004.007] taint propogation is inconsistent
52891              From: pimlott@idiomtech.com (Andrew Pimlott) 
52892              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
52893              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
52894              
52895              The culprit was sv_setsv() which was rather blindly
52896              propagating taint, which lead to behaviour where if
52897              a tainted anon hash value was seen all the hash values
52898              from then on at that level became tainted, or at any
52899              upper levels in the case of nested anon hashes.
52900      Branch: perl
52901            ! sv.c t/op/taint.t
52902 ____________________________________________________________________________
52903 [  7552] By: jhi                                   on 2000/11/04  23:44:18
52904         Log: Some cpps don't like splitting conditionals across several lines.
52905      Branch: perl
52906            ! perlio.c
52907 ____________________________________________________________________________
52908 [  7551] By: nick                                  on 2000/11/04  23:40:44
52909         Log: Integrate mainline
52910      Branch: perlio
52911           !> pp_hot.c t/op/taint.t
52912 ____________________________________________________________________________
52913 [  7550] By: nick                                  on 2000/11/04  23:39:05
52914         Log: Integrate mainline again
52915      Branch: perlio
52916           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
52917           !> t/lib/b.t t/op/misc.t util.c
52918 ____________________________________________________________________________
52919 [  7549] By: jhi                                   on 2000/11/04  23:14:01
52920         Log: Fix for
52921              
52922              Subject: [ID 20001004.006] undef is never tainted
52923              From: pimlott@idiomtech.com (Andrew Pimlott)
52924              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
52925              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
52926              
52927              An undef read from a slurped file was not tainted.
52928      Branch: perl
52929            ! pp_hot.c t/op/taint.t
52930 ____________________________________________________________________________
52931 [  7548] By: jhi                                   on 2000/11/04  22:56:21
52932         Log: Test tweak ($Config{useperlio} is by default undef) .
52933      Branch: perl
52934            ! t/lib/b.t
52935 ____________________________________________________________________________
52936 [  7547] By: jhi                                   on 2000/11/04  22:43:56
52937         Log: Integrate perlio.
52938      Branch: perl
52939           +> lib/perlio.pm
52940           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
52941           !> pod/perlapi.pod t/lib/b.t
52942 ____________________________________________________________________________
52943 [  7546] By: jhi                                   on 2000/11/04  22:40:59
52944         Log: Configure would use a bad $myuname from an old config.sh.
52945              
52946              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
52947              From: Andy Dougherty <doughera@lafayette.edu>
52948              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
52949              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
52950      Branch: metaconfig
52951            ! U/modified/Oldconfig.U
52952      Branch: perl
52953            ! Configure config_h.SH
52954 ____________________________________________________________________________
52955 [  7545] By: jhi                                   on 2000/11/04  22:36:54
52956         Log: Subject: Locales support (setlocale) fixes
52957              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52958              Date: Sat, 4 Nov 2000 10:15:48 +0300 
52959              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
52960              
52961              Modified quite a bit to be more portable.
52962      Branch: perl
52963            ! embed.h embed.pl perl.h proto.h util.c
52964 ____________________________________________________________________________
52965 [  7544] By: jhi                                   on 2000/11/04  22:32:47
52966         Log: Dying is too strict here, better just skip.
52967      Branch: perl
52968            ! t/op/misc.t
52969 ____________________________________________________________________________
52970 [  7543] By: nick                                  on 2000/11/04  21:55:13
52971         Log: Merge mainline
52972      Branch: perlio
52973           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
52974           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
52975           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
52976           !> (integrate 64 files)
52977 ____________________________________________________________________________
52978 [  7542] By: jhi                                   on 2000/11/04  21:09:28
52979         Log: More Changes tweakery.
52980      Branch: perl
52981            ! Changes Porting/genlog
52982 ____________________________________________________________________________
52983 [  7541] By: jhi                                   on 2000/11/04  20:58:18
52984         Log: Changes fixups.
52985      Branch: perl
52986            ! Changes
52987 ____________________________________________________________________________
52988 [  7540] By: jhi                                   on 2000/11/04  20:42:38
52989         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
52990              create a "fast path" for locale name probing using "locale -a"
52991              if available, squash finally hopefully the s?printf resetting
52992              the numeric locale (since, IIUC perllocale, it never shouldn't). 
52993      Branch: perl
52994            ! sv.c t/op/misc.t t/pragma/locale.t
52995 ____________________________________________________________________________
52996 [  7539] By: nick                                  on 2000/11/04  19:56:10
52997         Log: PerlIO infrastructure complete.
52998      Branch: perlio
52999            + lib/perlio.pm
53000            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
53001 ____________________________________________________________________________
53002 [  7538] By: nick                                  on 2000/11/04  14:31:32
53003         Log: Type tweaks + less contorted allocation scheme
53004      Branch: perlio
53005            ! perlio.c
53006 ____________________________________________________________________________
53007 [  7537] By: nick                                  on 2000/11/04  12:40:42
53008         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
53009              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
53010              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
53011              sensible) which lead to some interesting fails.
53012      Branch: perlio
53013            ! perlio.c
53014 ____________________________________________________________________________
53015 [  7536] By: jhi                                   on 2000/11/04  00:20:02
53016         Log: Add FCNTL_CAN_LOCK.
53017              
53018              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
53019              From: Andy Dougherty <doughera@lafayette.edu>
53020              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
53021              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
53022              
53023              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
53024              From: Andy Dougherty <doughera@lafayette.edu>
53025              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
53026              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
53027      Branch: metaconfig/U/perl
53028            + d_fcntl_can_lock.U
53029            ! startperl.U
53030      Branch: perl
53031            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53032            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
53033            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53034            ! vos/config.ga.h win32/config.bc win32/config.gc
53035            ! win32/config.vc
53036 ____________________________________________________________________________
53037 [  7535] By: nick                                  on 2000/11/03  22:19:10
53038         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
53039              - Works on Linux with
53040              perlio + unix
53041              stdio
53042              - Works on Solaris with
53043              perlio + unix
53044              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
53045              - Fails (hangs in openpid) if you try and stack
53046              perlio + stdio - Linux stdio's read() logic is hanging.
53047      Branch: perlio
53048            ! iperlsys.h perlio.c
53049 ____________________________________________________________________________
53050 [  7534] By: jhi                                   on 2000/11/03  15:16:02
53051         Log: Subject: Re: README.aix
53052              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53053              Date: Fri, 03 Nov 2000 16:03:15 +0100
53054              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
53055      Branch: perl
53056            ! README.aix
53057 ____________________________________________________________________________
53058 [  7533] By: jhi                                   on 2000/11/03  03:59:02
53059         Log: Subject: [PATCH 5.7.0] better messages from malloc()
53060              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53061              Date: Wed, 1 Nov 2000 23:39:56 -0500
53062              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
53063      Branch: perl
53064            ! malloc.c pod/perldiag.pod
53065 ____________________________________________________________________________
53066 [  7532] By: jhi                                   on 2000/11/03  00:11:56
53067         Log: The #7521 touched things it shouldn't have.
53068      Branch: perl
53069            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
53070 ____________________________________________________________________________
53071 [  7531] By: jhi                                   on 2000/11/02  22:32:33
53072         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
53073              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53074              Date:     Thu, 2 Nov 2000 16:58:36 EST
53075              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
53076      Branch: perl
53077            ! vms/gen_shrfls.pl
53078 ____________________________________________________________________________
53079 [  7530] By: jhi                                   on 2000/11/02  22:08:49
53080         Log: Fix the problem discussed in
53081              
53082              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
53083              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
53084              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
53085              
53086              originally from Linc Madison.  Also Andreas König's comments
53087              taken into account.  Some other problems with Tie::SubstrHash
53088              fixed: didn't croak when the table exceeded the requested number
53089              of entries (as documented) but instead when the number of entries
53090              exceeded the size of the table, a croak() had an unnecessary \n,
53091              didn't have a CLEAR method, documented that there is no exists().
53092              Didn't fix to be strict-proof because the module uses &foo; and
53093              dynamic scope.  Added a test script exercizing both first tamely 
53094              the basic functionality, and then the failure cases reported by
53095              Linc Madison.
53096      Branch: perl
53097            + t/lib/tie-substrhash.t
53098            ! MANIFEST lib/Tie/SubstrHash.pm
53099 ____________________________________________________________________________
53100 [  7529] By: jhi                                   on 2000/11/02  17:58:08
53101         Log: recv() can fail and return undef.
53102              
53103              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
53104              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
53105              Date: Thu, 2 Nov 2000 20:12:20 +0300
53106              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
53107      Branch: perl
53108            ! lib/Net/Ping.pm
53109 ____________________________________________________________________________
53110 [  7528] By: jhi                                   on 2000/11/02  17:49:09
53111         Log: Detpyo.
53112      Branch: perl
53113            ! pod/perlop.pod
53114 ____________________________________________________________________________
53115 [  7527] By: jhi                                   on 2000/11/02  15:48:37
53116         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
53117              fix a autovivification bug in Tie::RefHash, add tests for both.
53118              
53119              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
53120              From: Edward Avis <epa98@doc.ic.ac.uk>
53121              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
53122              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
53123      Branch: perl
53124            + t/lib/tie-refhash.t
53125            ! MANIFEST lib/Tie/RefHash.pm
53126 ____________________________________________________________________________
53127 [  7526] By: jhi                                   on 2000/11/02  13:56:26
53128         Log: Test::Harness revealed buglets in the new DynaLoader.
53129              
53130              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
53131              From: andreas.koenig@anima.de (Andreas J. Koenig)
53132              Date: 02 Nov 2000 11:26:48 +0100 
53133              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
53134      Branch: perl
53135            ! ext/DynaLoader/DynaLoader_pm.PL
53136 ____________________________________________________________________________
53137 [  7525] By: jhi                                   on 2000/11/01  23:52:08
53138         Log: The entry for #7503 was missing.
53139      Branch: perl
53140            ! Changes
53141 ____________________________________________________________________________
53142 [  7524] By: jhi                                   on 2000/11/01  23:40:52
53143         Log: Update Changes.
53144      Branch: perl
53145            ! Changes patchlevel.h
53146 ____________________________________________________________________________
53147 [  7523] By: jhi                                   on 2000/11/01  22:57:09
53148         Log: More tweaking on the #7522 theme.
53149      Branch: perl
53150            ! ext/DynaLoader/DynaLoader_pm.PL
53151 ____________________________________________________________________________
53152 [  7522] By: jhi                                   on 2000/11/01  22:06:15
53153         Log: Expand %Config variables and %ENV variables only if
53154              so requested during build time using the
53155              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
53156              Not expanding makes relocating distributions easier.
53157      Branch: perl
53158            ! ext/DynaLoader/DynaLoader_pm.PL
53159 ____________________________________________________________________________
53160 [  7521] By: jhi                                   on 2000/11/01  20:56:34
53161         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
53162              and setgid() because they were just changing $< and $( which means
53163              only changing the real uid/gid, as opposed to changing both
53164              real and effective ids.  (The alternative way could have been
53165              in POSIX.pm to change $> and $), too, but making a direct call
53166              to the C API feels cleaner.)  Fixes the bug
53167              
53168              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
53169              From: "Garry T. Williams" <garry@zvolve.com>
53170              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
53171              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
53172      Branch: perl
53173            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
53174            ! ext/POSIX/typemap pod/perlvar.pod
53175 ____________________________________________________________________________
53176 [  7520] By: jhi                                   on 2000/11/01  20:08:33
53177         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
53178              From: "Garry T. Williams" <garry@zvolve.com>
53179              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
53180              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
53181      Branch: perl
53182            ! pod/perlsec.pod
53183 ____________________________________________________________________________
53184 [  7519] By: jhi                                   on 2000/11/01  20:01:22
53185         Log: Locale warning explanation tweak.
53186      Branch: perl
53187            ! pod/perldiag.pod
53188 ____________________________________________________________________________
53189 [  7518] By: jhi                                   on 2000/11/01  18:57:13
53190         Log: C.pm part of
53191              
53192              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
53193              From: Jarkko Hietaniemi <jhi@iki.fi>
53194              Date: Tue, 10 Oct 2000 08:22:28 -0500
53195              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
53196      Branch: perl
53197            ! ext/B/B/C.pm
53198 ____________________________________________________________________________
53199 [  7517] By: jhi                                   on 2000/11/01  18:41:59
53200         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
53201              From: Martien Verbruggen <mgjv@comdyn.com.au>
53202              Date: Fri, 6 Oct 2000 14:09:10 +1100
53203              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
53204      Branch: perl
53205            ! pod/perlop.pod
53206 ____________________________________________________________________________
53207 [  7516] By: jhi                                   on 2000/11/01  18:34:55
53208         Log: Generalize the Camel wording.
53209              
53210              Subject: Re: perlfaq style changes
53211              From: John Borwick <jhborwic@unity.ncsu.edu>
53212              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
53213              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
53214      Branch: perl
53215            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
53216 ____________________________________________________________________________
53217 [  7515] By: jhi                                   on 2000/11/01  16:52:31
53218         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
53219              From: pimlott@idiomtech.com (Andrew Pimlott)
53220              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
53221              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
53222      Branch: perl
53223            ! pod/perlsec.pod
53224 ____________________________________________________________________________
53225 [  7514] By: jhi                                   on 2000/11/01  15:03:40
53226         Log: More AIX lore.
53227      Branch: perl
53228            ! ext/re/hints/aix.pl
53229 ____________________________________________________________________________
53230 [  7513] By: jhi                                   on 2000/11/01  14:48:30
53231         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
53232              From: root <root@chronos.fi.muni.cz>
53233              Date: Wed, 1 Nov 2000 12:31:32 +0100
53234              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
53235      Branch: perl
53236            ! lib/Net/Ping.pm
53237 ____________________________________________________________________________
53238 [  7512] By: jhi                                   on 2000/11/01  14:46:47
53239         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
53240              From: Martin Husemann <martin@duskware.de>
53241              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
53242              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
53243      Branch: perl
53244            ! regcomp.c
53245 ____________________________________________________________________________
53246 [  7511] By: jhi                                   on 2000/11/01  14:39:50
53247         Log: AUTHORS updates.
53248      Branch: perl
53249            ! AUTHORS
53250 ____________________________________________________________________________
53251 [  7510] By: jhi                                   on 2000/11/01  14:29:50
53252         Log: Subject: [PATCH] startperl to respect versiononly
53253              From: Robin Barker <rmb1@cise.npl.co.uk> 
53254              Date: Tue, 31 Oct 2000 16:29:36 GMT
53255              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
53256      Branch: metaconfig/U/perl
53257            ! startperl.U
53258      Branch: perl
53259            ! Configure config_h.SH
53260 ____________________________________________________________________________
53261 [  7509] By: jhi                                   on 2000/11/01  14:19:53
53262         Log: printf UVs the correct way, noticed by Robin Barker.
53263      Branch: perl
53264            ! utf8.c
53265 ____________________________________________________________________________
53266 [  7508] By: jhi                                   on 2000/11/01  14:10:03
53267         Log: Do not cleanup *% because the % has special meanings in some
53268              shell environments.
53269      Branch: perl
53270            ! ext/Storable/Makefile.PL
53271 ____________________________________________________________________________
53272 [  7507] By: jhi                                   on 2000/11/01  14:06:00
53273         Log: The NonStop-UX libraries have a novel way to say NaN.
53274      Branch: perl
53275            ! t/lib/bigfltpm.t
53276 ____________________________________________________________________________
53277 [  7506] By: jhi                                   on 2000/11/01  14:03:35
53278         Log: The osname has been lowercased by now, from Tom Bates.
53279      Branch: metaconfig
53280            ! U/modified/Oldconfig.U
53281      Branch: perl
53282            ! Configure config_h.SH
53283 ____________________________________________________________________________
53284 [  7505] By: jhi                                   on 2000/10/31  19:18:39
53285         Log: The compiler is either gcc or cc, from Tom Bates.
53286      Branch: perl
53287            ! hints/nonstopux.sh
53288 ____________________________________________________________________________
53289 [  7504] By: jhi                                   on 2000/10/31  14:53:42
53290         Log: Update Changes.
53291      Branch: perl
53292            ! Changes patchlevel.h
53293 ____________________________________________________________________________
53294 [  7503] By: jhi                                   on 2000/10/31  14:30:50
53295         Log: Whitespace style tweak.  Was originally going to see to
53296              
53297              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
53298              From: Joe Smith <jms@inwap.com>
53299              Date: Mon, 30 Oct 2000 18:47:57 -0800
53300              Message-Id: <39FE32DD.24AAC4D@inwap.com>
53301              
53302              but that had already been taken care of.
53303      Branch: metaconfig
53304            ! U/compline/d_stdstdio.U
53305      Branch: perl
53306            ! Configure config_h.SH
53307 ____________________________________________________________________________
53308 [  7502] By: jhi                                   on 2000/10/31  14:25:02
53309         Log: AUTHORS tweaks.
53310      Branch: perl
53311            ! AUTHORS
53312 ____________________________________________________________________________
53313 [  7501] By: jhi                                   on 2000/10/31  14:23:59
53314         Log: Subject: perlfaq style changes
53315              From: John Borwick <jhborwic@unity.ncsu.edu>
53316              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
53317              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
53318      Branch: perl
53319            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
53320            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
53321            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
53322            ! pod/perlfaq9.pod
53323 ____________________________________________________________________________
53324 [  7500] By: jhi                                   on 2000/10/31  14:22:15
53325         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
53326              
53327              Subject: Re: [ID 20000918.005] ~ on wide chars
53328              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53329              Date: Mon, 30 Oct 2000 21:09:55 -0800
53330              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
53331              
53332              (The ord() part of the patch skipped.)
53333      Branch: perl
53334            ! doop.c
53335 ____________________________________________________________________________
53336 [  7499] By: jhi                                   on 2000/10/31  14:20:08
53337         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
53338              From: Jens Hamisch <jens@Strawberry.COM>
53339              Date: Mon, 30 Oct 2000 15:17:07 +0100
53340              Message-Id: <20001030151707.A9597@Strawberry.COM>
53341      Branch: perl
53342            ! av.c
53343 ____________________________________________________________________________
53344 [  7498] By: jhi                                   on 2000/10/31  14:16:29
53345         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
53346              From: Peter Prymmer <pvhp@forte.com>
53347              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
53348              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
53349      Branch: perl
53350            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
53351            + ext/Encode/Encode/posix-bc.enc
53352            ! MANIFEST t/lib/encode.t
53353 ____________________________________________________________________________
53354 [  7497] By: jhi                                   on 2000/10/31  14:13:22
53355         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
53356              From: Peter Prymmer <pvhp@forte.com>
53357              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
53358              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
53359      Branch: perl
53360            ! t/lib/cgi-html.t
53361 ____________________________________________________________________________
53362 [  7496] By: jhi                                   on 2000/10/31  14:12:05
53363         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
53364              From: Peter Prymmer <pvhp@forte.com>
53365              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
53366              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
53367      Branch: perl
53368            ! t/lib/cgi-function.t
53369 ____________________________________________________________________________
53370 [  7495] By: jhi                                   on 2000/10/31  14:11:08
53371         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
53372              From: Peter Prymmer <pvhp@forte.com>
53373              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
53374              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
53375      Branch: perl
53376            + ext/re/hints/aix.pl
53377            ! MANIFEST ext/re/Makefile.PL
53378 ____________________________________________________________________________
53379 [  7494] By: jhi                                   on 2000/10/31  14:08:32
53380         Log: Use Errno magic.
53381              
53382              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
53383              From: Casey Tweten <perl@ctweten.amsite.com>
53384              Date: Mon, 30 Oct 2000 15:51:17 -0500
53385              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
53386      Branch: perl
53387            ! lib/File/Temp.pm
53388 ____________________________________________________________________________
53389 [  7493] By: jhi                                   on 2000/10/31  14:05:07
53390         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
53391              
53392              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
53393              From: Nicholas Clark <nick@ccl4.org>
53394              Date: Mon, 30 Oct 2000 17:38:45 +0000
53395              Message-ID: <20001030173845.O60355@plum.flirble.org>
53396      Branch: perl
53397            ! Makefile.SH utils/perlbug.PL
53398 ____________________________________________________________________________
53399 [  7492] By: nick                                  on 2000/10/30  19:37:23
53400         Log: Change files which are mysteriously different to mainline to be
53401              copies of mainline.
53402      Branch: perlio
53403            ! objXSUB.h perlapi.c pod/perlapi.pod
53404 ____________________________________________________________________________
53405 [  7491] By: nick                                  on 2000/10/30  18:05:54
53406         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
53407              - typo in endian code in putc.
53408              - Don't allow read of write-only files and vice-versa
53409              - and off-by-one in flush-all loop.
53410              Remove debug calls as they were using GCC specific features.
53411      Branch: perlio
53412            ! perlio.c
53413 ____________________________________________________________________________
53414 [  7490] By: nick                                  on 2000/10/29  21:45:45
53415         Log: Integrate mainline to perlio
53416      Branch: perlio
53417           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
53418           !> toke.c
53419 ____________________________________________________________________________
53420 [  7489] By: jhi                                   on 2000/10/29  21:11:08
53421         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
53422              From: andreas.koenig@anima.de (Andreas J. Koenig)
53423              Date: 29 Oct 2000 22:05:59 +0100
53424              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
53425      Branch: perl
53426            ! lib/ExtUtils/Manifest.pm
53427 ____________________________________________________________________________
53428 [  7488] By: jhi                                   on 2000/10/29  21:07:47
53429         Log: Tests for #7487.
53430              
53431              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
53432              From: andreas.koenig@anima.de (Andreas J. Koenig)
53433              Date: 29 Oct 2000 19:37:09 +0100
53434              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
53435      Branch: perl
53436            ! t/comp/proto.t
53437 ____________________________________________________________________________
53438 [  7487] By: jhi                                   on 2000/10/29  21:06:27
53439         Log: constsub spillage.
53440              
53441              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
53442              From: John Tobey <jtobey@john-edwin-tobey.org>
53443              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
53444              Message-Id: <m13pvSr-000FObC@feynman.localnet>
53445      Branch: perl
53446            ! op.c
53447 ____________________________________________________________________________
53448 [  7486] By: nick                                  on 2000/10/29  21:05:04
53449         Log: Integrate mainline to perlio branch
53450      Branch: perlio
53451           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
53452           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
53453           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
53454           +> vos/install_perl.cm
53455            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
53456            - vos/config.h vos/config_h.SH_orig
53457           !> (integrate 141 files)
53458 ____________________________________________________________________________
53459 [  7485] By: jhi                                   on 2000/10/29  21:00:47
53460         Log: Make \x{...} consistently produce UTF-8.
53461              
53462              Subject: Re: \x{...} is confused 
53463              From: Simon Cozens <simon@cozens.net>
53464              Date: Sun, 29 Oct 2000 19:36:48 +0000
53465              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
53466      Branch: perl
53467            ! t/pragma/utf8.t toke.c
53468 ____________________________________________________________________________
53469 [  7484] By: nick                                  on 2000/10/29  20:05:29
53470         Log: PerlIO passes all tests.
53471      Branch: perlio
53472            ! perlio.c
53473 ____________________________________________________________________________
53474 [  7483] By: jhi                                   on 2000/10/29  18:06:55
53475         Log: Update Changes.
53476      Branch: perl
53477            ! Changes patchlevel.h
53478 ____________________________________________________________________________
53479 [  7482] By: nick                                  on 2000/10/29  17:43:28
53480         Log: Include <unistd.h> to get correct lseek() prototype etc.
53481              (I thought perl.h did that) - down to two fails
53482              - comp/require.t (last test)
53483              - lib/io_xs.t - possibly import/export of FILE * ?
53484      Branch: perlio
53485            ! perlio.c
53486 ____________________________________________________________________________
53487 [  7481] By: jhi                                   on 2000/10/29  17:02:37
53488         Log: UTF-8 decoder tweak.
53489      Branch: perl
53490            ! utf8.c
53491 ____________________________________________________________________________
53492 [  7480] By: nick                                  on 2000/10/29  16:26:11
53493         Log: Fixed two bugs:
53494              - error code not being set on close (of broken pipe)
53495              - append mode was truncating.
53496              At least one seek/tell bug remains.
53497      Branch: perlio
53498            ! perlio.c
53499 ____________________________________________________________________________
53500 [  7479] By: nick                                  on 2000/10/29  11:18:16
53501         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
53502              in case of accidents. Still several worrying fails, no line disciplines yet.
53503      Branch: perlio
53504            ! iperlsys.h perlio.c
53505 ____________________________________________________________________________
53506 [  7478] By: jhi                                   on 2000/10/29  02:04:01
53507         Log: Add also emailless people.
53508      Branch: perl
53509            ! AUTHORS
53510 ____________________________________________________________________________
53511 [  7477] By: jhi                                   on 2000/10/29  01:36:00
53512         Log: The #7476 needs a MANIFEST change, too.
53513      Branch: perl
53514            ! MANIFEST
53515 ____________________________________________________________________________
53516 [  7476] By: jhi                                   on 2000/10/29  01:35:21
53517         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
53518      Branch: perl
53519            - MAINTAIN
53520            ! AUTHORS Changes
53521 ____________________________________________________________________________
53522 [  7475] By: jhi                                   on 2000/10/28  23:57:25
53523         Log: De-quoted-unreadable to ISO Latin 1.
53524              (There's one ISO-2022-JP name in Changes5.004.)
53525      Branch: perl
53526            ! Changes Changes5.6
53527 ____________________________________________________________________________
53528 [  7474] By: jhi                                   on 2000/10/28  19:13:06
53529         Log: Subject: [ID 20001027.007] uniq array in perlfaq
53530              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
53531              Date: Fri, 27 Oct 2000 19:28:30 +0200
53532              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
53533      Branch: perl
53534            ! pod/perlfaq4.pod
53535 ____________________________________________________________________________
53536 [  7473] By: jhi                                   on 2000/10/28  18:02:05
53537         Log: Locking null mutexes is not recommendable.
53538              
53539              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
53540              From: Hugo <hv@crypt.compulink.co.uk>
53541              Date: Sat, 28 Oct 2000 18:41:12 +0100
53542              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
53543      Branch: perl
53544            ! op.c
53545 ____________________________________________________________________________
53546 [  7472] By: jhi                                   on 2000/10/28  17:52:58
53547         Log: Better create a true mailing list for the repository keepers.
53548      Branch: perl
53549            ! Porting/repository.pod
53550 ____________________________________________________________________________
53551 [  7471] By: jhi                                   on 2000/10/28  17:28:24
53552         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
53553              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
53554      Branch: perl
53555            + Porting/repository.pod
53556            ! MANIFEST
53557 ____________________________________________________________________________
53558 [  7470] By: jhi                                   on 2000/10/28  17:20:54
53559         Log: Subject: DOC PATCH 5.6.0
53560              From: mjd@plover.com
53561              Date: 27 Oct 2000 17:32:44 -0000
53562              Message-ID: <20001027173244.23754.qmail@plover.com>
53563      Branch: perl
53564            ! pod/perlfunc.pod
53565 ____________________________________________________________________________
53566 [  7469] By: jhi                                   on 2000/10/28  17:16:45
53567         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
53568              From: "Peter J. Farley III" <pjfarley@banet.net>
53569              Date: Fri, 27 Oct 2000 20:32:56 -0400
53570              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
53571      Branch: perl
53572            ! README.dos
53573 ____________________________________________________________________________
53574 [  7468] By: jhi                                   on 2000/10/28  17:07:18
53575         Log: Make target reordering to avoid pointless re-makes.
53576              
53577              Subject: Re: Total re-make of 'make okfile' after 7451 ?
53578              From: Nicholas Clark <nick@ccl4.org>
53579              Date: Sat, 28 Oct 2000 00:31:02 +0100
53580              Message-ID: <20001028003101.A54517@plum.flirble.org>
53581      Branch: perl
53582            ! Makefile.SH
53583 ____________________________________________________________________________
53584 [  7467] By: jhi                                   on 2000/10/28  17:05:31
53585         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
53586              From: lvirden@cas.org
53587              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
53588              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
53589      Branch: perl
53590            ! README.os2
53591 ____________________________________________________________________________
53592 [  7466] By: jhi                                   on 2000/10/28  16:09:16
53593         Log: Upgrade to CPAN 1.58_55.
53594              
53595              Subject: CPAN.pm status
53596              From: andreas.koenig@anima.de (Andreas J. Koenig) 
53597              Date: 28 Oct 2000 08:18:00 +0200 
53598              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
53599      Branch: perl
53600            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53601 ____________________________________________________________________________
53602 [  7465] By: jhi                                   on 2000/10/28  16:02:47
53603         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
53604      Branch: perl
53605            ! embed.h embed.pl perl.h proto.h toke.c
53606 ____________________________________________________________________________
53607 [  7464] By: nick                                  on 2000/10/28  10:43:44
53608         Log: Fix for sv_2iv() on "shared" value from keys %hash.
53609      Branch: perl
53610            ! sv.c
53611 ____________________________________________________________________________
53612 [  7463] By: jhi                                   on 2000/10/27  16:18:29
53613         Log: Update Changes.
53614      Branch: perl
53615            ! Changes patchlevel.h
53616 ____________________________________________________________________________
53617 [  7462] By: jhi                                   on 2000/10/27  16:17:44
53618         Log: Too enthusiastic editing in #7460.
53619      Branch: metaconfig
53620            ! U/modified/Oldsym.U
53621      Branch: perl
53622            ! Configure config_h.SH
53623 ____________________________________________________________________________
53624 [  7461] By: jhi                                   on 2000/10/27  15:37:38
53625         Log: Retract #7459, the script needs more work.
53626      Branch: perl
53627            - mkreef
53628            ! MANIFEST
53629 ____________________________________________________________________________
53630 [  7460] By: jhi                                   on 2000/10/27  15:23:14
53631         Log: Use $sort, $uniq (and $tr) consistently as wondered
53632              by Nicholas Clark.
53633      Branch: metaconfig
53634            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
53635            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
53636            ! U/modified/libc.U
53637      Branch: perl
53638            ! Configure config_h.SH
53639 ____________________________________________________________________________
53640 [  7459] By: jhi                                   on 2000/10/27  15:02:07
53641         Log: (Retracted by #7461)
53642              
53643              Add a shell script for creating/removing symbolic link farms,
53644              useful for keeping the source code read-only and doing the
53645              builds somewhere else.
53646      Branch: perl
53647            + mkreef
53648            ! MANIFEST
53649 ____________________________________________________________________________
53650 [  7458] By: jhi                                   on 2000/10/27  14:42:20
53651         Log: Do away with the fix_pl.
53652      Branch: perl
53653            - fix_pl
53654            ! MANIFEST Makefile.SH
53655 ____________________________________________________________________________
53656 [  7457] By: jhi                                   on 2000/10/27  12:43:13
53657         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
53658              From: Jens Hamisch <jens@Strawberry.COM>
53659              Date: Fri, 27 Oct 2000 14:38:21 +0200
53660              Message-Id: <20001027143821.B3366@Strawberry.COM>
53661      Branch: perl
53662            ! perl.h
53663 ____________________________________________________________________________
53664 [  7456] By: jhi                                   on 2000/10/27  12:33:42
53665         Log: Subject: [PATCH] todo
53666              From: Nicholas Clark <nick@ccl4.org>
53667              Date: Thu, 26 Oct 2000 22:32:29 +0100
53668              Message-ID: <20001026223229.A44540@plum.flirble.org>
53669      Branch: perl
53670            ! pod/perltodo.pod
53671 ____________________________________________________________________________
53672 [  7455] By: jhi                                   on 2000/10/27  12:02:21
53673         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
53674              From: John Tobey <jtobey@john-edwin-tobey.org>
53675              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
53676              Message-Id: <m13ozHF-000FObC@feynman.localnet>
53677      Branch: perl
53678            ! op.c t/pragma/sub_lval.t
53679 ____________________________________________________________________________
53680 [  7454] By: jhi                                   on 2000/10/27  11:59:42
53681         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
53682              From: sthoenna@efn.org
53683              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
53684              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
53685      Branch: perl
53686            ! pp.c t/op/assignwarn.t
53687 ____________________________________________________________________________
53688 [  7453] By: jhi                                   on 2000/10/27  00:15:08
53689         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
53690      Branch: perl
53691            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
53692            ! ext/Storable/Storable.xs t/lib/st-lock.t
53693 ____________________________________________________________________________
53694 [  7452] By: jhi                                   on 2000/10/26  13:05:52
53695         Log: Undo #7451, this seems to be a deficiency in Perforce,
53696              there is no per-file line-terminator type, only per-client.
53697      Branch: perl
53698            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
53699            ! win32/makefile.mk
53700 ____________________________________________________________________________
53701 [  7451] By: jhi                                   on 2000/10/26  04:56:03
53702         Log: Experimenting in DOS arcana.
53703      Branch: perl
53704            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
53705            ! win32/makefile.mk
53706 ____________________________________________________________________________
53707 [  7450] By: jhi                                   on 2000/10/26  04:50:52
53708         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
53709              From: "Peter J. Farley III" <pjfarley@banet.net>            
53710              Date: Wed, 25 Oct 2000 23:10:18 -0400
53711              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
53712      Branch: perl
53713            ! t/io/open.t
53714 ____________________________________________________________________________
53715 [  7449] By: jhi                                   on 2000/10/26  04:49:16
53716         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
53717              From: Hugo <hv@crypt.compulink.co.uk>
53718              Date: Thu, 26 Oct 2000 01:55:17 +0100
53719              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
53720              
53721              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
53722      Branch: perl
53723            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
53724 ____________________________________________________________________________
53725 [  7448] By: jhi                                   on 2000/10/26  04:38:36
53726         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
53727              From: Peter Prymmer <pvhp@forte.com>
53728              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
53729              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
53730      Branch: perl
53731            ! configure.com
53732 ____________________________________________________________________________
53733 [  7447] By: jhi                                   on 2000/10/25  23:20:02
53734         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
53735              in platforms that strictly require all the symbols being present
53736              at link time.
53737      Branch: perl
53738            ! handy.h
53739 ____________________________________________________________________________
53740 [  7446] By: jhi                                   on 2000/10/25  21:55:57
53741         Log: Update Changes.
53742      Branch: perl
53743            ! Changes patchlevel.h
53744 ____________________________________________________________________________
53745 [  7445] By: jhi                                   on 2000/10/25  21:27:08
53746         Log: Integrate with vmsperl #7430 by Charles Bailey:
53747              
53748              Cleanup from prior patch (Charles Lane?):
53749              - improve handling of MFDs in Basename and Path
53750              - default to no xsubpp line # munging when building debug images
53751      Branch: perl
53752           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
53753 ____________________________________________________________________________
53754 [  7444] By: jhi                                   on 2000/10/25  21:03:50
53755         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
53756              From: John Peacock <JPeacock@UnivPress.com>
53757              Date: Thu, 18 May 2000 11:55:27 -0400
53758              Message-ID: <3924126F.A58BE57A@UnivPress.com>
53759      Branch: perl
53760            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
53761            ! t/op/write.t
53762 ____________________________________________________________________________
53763 [  7443] By: jhi                                   on 2000/10/25  20:43:10
53764         Log: Temporary stopgap for the self-tying issue: for now only
53765              array and hash self-ties are verboten.  The real fix, of
53766              course, would be to comprehensively test (and implement?)
53767              and debug (and document) self-ties.
53768      Branch: perl
53769            ! pod/perldiag.pod pp_sys.c t/op/tie.t
53770 ____________________________________________________________________________
53771 [  7442] By: jhi                                   on 2000/10/25  20:14:30
53772         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
53773              From: Dan Sugalski <dan@sidhe.org>
53774              Date: Wed, 25 Oct 2000 13:36:35 -0400
53775              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
53776              
53777              plus regen global.sym.
53778      Branch: perl
53779            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
53780            ! thrdvar.h util.c
53781 ____________________________________________________________________________
53782 [  7441] By: jhi                                   on 2000/10/25  20:12:20
53783         Log: buildtoc target tweaks.
53784      Branch: perl
53785            ! pod/Makefile.SH
53786 ____________________________________________________________________________
53787 [  7440] By: jhi                                   on 2000/10/25  20:03:53
53788         Log: A new version of making the syslog test more robust.
53789              (Replaces #7421.)
53790              
53791              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
53792              From: "Kurt D. Starsinic" <kstar@chapin.edu>
53793              Date: Wed, 25 Oct 2000 12:13:54 -0400
53794              Message-ID: <20001025121354.B2264@O2.chapin.edu>
53795      Branch: perl
53796            ! t/lib/syslog.t
53797 ____________________________________________________________________________
53798 [  7439] By: jhi                                   on 2000/10/25  20:00:48
53799         Log: Continue the internal UTF-8 API tweaking.
53800              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
53801              used much more than the simpler API, now called utf8_to_uv_simple().
53802              Still not quite happy with API, too much partial duplication
53803              of functionality.
53804      Branch: perl
53805            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
53806            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
53807            ! regcomp.c regexec.c sv.c toke.c utf8.c
53808 ____________________________________________________________________________
53809 [  7438] By: jhi                                   on 2000/10/25  18:52:30
53810         Log: Allow poking holes at the UTF-8 decoding strictness.
53811      Branch: perl
53812            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
53813            ! utf8.h
53814 ____________________________________________________________________________
53815 [  7437] By: jhi                                   on 2000/10/25  13:53:05
53816         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
53817              UTF8LEN() and UTF8SKIP(). 
53818      Branch: perl
53819            ! pp.c utf8.c utf8.h
53820 ____________________________________________________________________________
53821 [  7436] By: jhi                                   on 2000/10/25  13:51:37
53822         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
53823              From: Nicholas Clark <nick@ccl4.org>
53824              Date: Wed, 25 Oct 2000 14:44:05 +0100
53825              Message-ID: <20001025144404.D27253@plum.flirble.org>
53826      Branch: perl
53827            ! pod/perlrun.pod
53828 ____________________________________________________________________________
53829 [  7435] By: jhi                                   on 2000/10/25  13:49:32
53830         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
53831              From: Mike Guy <mjtg@cam.ac.uk>
53832              Date: Tue, 24 Oct 2000 14:59:40 +0100
53833              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
53834      Branch: perl
53835            ! scope.c
53836 ____________________________________________________________________________
53837 [  7434] By: jhi                                   on 2000/10/25  13:48:41
53838         Log: AIX is picky about its symbol exports.  Solution for now
53839              is to include the deb.o explicitly to the re extension build.
53840              
53841              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
53842              From: Peter Prymmer <pvhp@forte.com>
53843              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
53844              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
53845      Branch: perl
53846            ! ext/re/Makefile.PL hints/aix.sh
53847 ____________________________________________________________________________
53848 [  7433] By: jhi                                   on 2000/10/25  13:46:49
53849         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
53850              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53851              Date: Wed, 25 Oct 2000 12:02:20 +0200
53852              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
53853      Branch: perl
53854            ! perlsdio.h
53855 ____________________________________________________________________________
53856 [  7432] By: jhi                                   on 2000/10/25  13:44:28
53857         Log: Subject: Minor update to find2perl, for portability
53858              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
53859              Date: Wed, 25 Oct 2000 12:05:47 +0100
53860              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
53861      Branch: perl
53862            ! x2p/find2perl.PL
53863 ____________________________________________________________________________
53864 [  7431] By: jhi                                   on 2000/10/25  13:40:39
53865         Log: Add targets to Makefile.SH, most importantly
53866              'regen_all' which also remembers to update vms/perly*.
53867      Branch: perl
53868            ! Makefile.SH
53869 ____________________________________________________________________________
53870 [  7430] By: bailey                                on 2000/10/25  03:13:53
53871         Log: Cleanup from prior patch (Charles Lane?):
53872              - improve handling of MFDs in Basename and Path
53873              - default to no xsubpp line # munging when building debug images
53874      Branch: vmsperl
53875            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
53876 ____________________________________________________________________________
53877 [  7429] By: jhi                                   on 2000/10/24  20:03:40
53878         Log: Podify README.epoc and README.vos.
53879      Branch: perl
53880            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
53881            ! pod/perlport.pod pod/perltoc.pod
53882 ____________________________________________________________________________
53883 [  7428] By: jhi                                   on 2000/10/24  19:10:33
53884         Log: Stratus VOS updates from Paul Green.
53885      Branch: perl
53886            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53887            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
53888            - vos/config.def vos/config.h vos/config_h.SH_orig
53889            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
53890            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
53891 ____________________________________________________________________________
53892 [  7427] By: jhi                                   on 2000/10/24  18:59:48
53893         Log: Check if stdio supports tweaking lval and cnt simultaneously.
53894              
53895              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
53896              From: Nicholas Clark <nick@ccl4.org>
53897              Date: Mon, 23 Oct 2000 15:39:32 +0100
53898              Message-ID: <20001023153932.A10786@plum.flirble.org>
53899      Branch: metaconfig
53900            ! U/compline/d_stdstdio.U
53901      Branch: perl
53902            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53903            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
53904            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
53905            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
53906            ! vos/config.h vos/config_h.SH_orig win32/config.bc
53907            ! win32/config.gc win32/config.vc
53908 ____________________________________________________________________________
53909 [  7426] By: jhi                                   on 2000/10/24  17:57:44
53910         Log: Missed the header file changes from #7425.
53911      Branch: perl
53912            ! embed.h embed.pl objXSUB.h proto.h
53913 ____________________________________________________________________________
53914 [  7425] By: jhi                                   on 2000/10/24  17:55:17
53915         Log: Fix the bug reported in
53916              
53917              From: andreas.koenig@anima.de (Andreas J. Koenig)
53918              Subject: Encode bug?
53919              Date: 24 Oct 2000 14:01:26 +0200 
53920              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
53921              
53922              Also make is_utf8_char() stricter.
53923      Branch: perl
53924            ! ext/Encode/Encode.xs utf8.c
53925 ____________________________________________________________________________
53926 [  7424] By: jhi                                   on 2000/10/24  15:15:39
53927         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
53928              From: Peter Scott <Peter@PSDT.com>
53929              Date: Mon, 23 Oct 2000 19:46:01 -0700
53930              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
53931      Branch: perl
53932            ! pod/perlfaq5.pod
53933 ____________________________________________________________________________
53934 [  7423] By: jhi                                   on 2000/10/24  14:25:30
53935         Log: Test tweak to avoid pulling in the whole Config.
53936      Branch: perl
53937            ! t/lib/st-lock.t
53938 ____________________________________________________________________________
53939 [  7422] By: jhi                                   on 2000/10/24  14:03:16
53940         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
53941      Branch: perl
53942            ! pp.c
53943 ____________________________________________________________________________
53944 [  7421] By: jhi                                   on 2000/10/24  13:32:09
53945         Log: (Replaced by #7440.)
53946              
53947              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
53948              From: "Kurt D. Starsinic" <kstar@chapin.edu>
53949              Date: Mon, 23 Oct 2000 16:40:54 -0400
53950              Message-ID: <20001023164054.B14491@O2.chapin.edu>
53951      Branch: perl
53952            ! t/lib/syslog.t
53953 ____________________________________________________________________________
53954 [  7420] By: jhi                                   on 2000/10/24  13:30:53
53955         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
53956              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53957              Date: Mon, 23 Oct 2000 17:29:03 -0400
53958              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
53959      Branch: perl
53960            ! lib/ExtUtils/MM_Unix.pm
53961 ____________________________________________________________________________
53962 [  7419] By: jhi                                   on 2000/10/24  13:29:57
53963         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
53964              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53965              Date: Mon, 23 Oct 2000 19:01:32 -0400
53966              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
53967      Branch: perl
53968            ! utils/h2xs.PL
53969 ____________________________________________________________________________
53970 [  7418] By: jhi                                   on 2000/10/24  13:26:04
53971         Log: Replace #7409 with
53972              
53973              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
53974              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
53975              Date: Mon, 23 Oct 2000 20:08:56 +0200
53976              Message-ID: <20001023200855.A14850@nice.ram.loc>
53977      Branch: perl
53978            ! ext/Storable/Storable.pm t/lib/st-lock.t
53979 ____________________________________________________________________________
53980 [  7417] By: jhi                                   on 2000/10/24  13:17:52
53981         Log: Run vms/vms_yfix.pl, should have done that after changing
53982              perly.c in #7382.
53983      Branch: perl
53984            ! vms/perly_c.vms vms/perly_h.vms
53985 ____________________________________________________________________________
53986 [  7416] By: jhi                                   on 2000/10/24  02:55:33
53987         Log: Make the UTF-8 decoding stricter and more verbose when
53988              malformation happens.  This involved adding an argument
53989              to utf8_to_uv_chk(), which involved changing its prototype,
53990              and prefer STRLEN over I32 for the UTF-8 length, which as
53991              a domino effect necessitated changing the prototypes of
53992              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
53993              The stricter UTF-8 decoding checking uses Markus Kuhn's
53994              UTF-8 Decode Stress Tester from
53995              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
53996      Branch: perl
53997            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
53998            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
53999            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
54000            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
54001 ____________________________________________________________________________
54002 [  7415] By: jhi                                   on 2000/10/23  14:06:06
54003         Log: Update Changes.
54004      Branch: perl
54005            ! Changes patchlevel.h
54006 ____________________________________________________________________________
54007 [  7414] By: jhi                                   on 2000/10/23  12:39:52
54008         Log: Undo the basename() part of #7412 since the lib/basename
54009              tests would need upgrading too.
54010      Branch: perl
54011            ! lib/File/Basename.pm
54012 ____________________________________________________________________________
54013 [  7413] By: jhi                                   on 2000/10/23  12:19:27
54014         Log: Document PERL_INSTALL_ROOT of #7210.
54015      Branch: perl
54016            ! lib/ExtUtils/Install.pm
54017 ____________________________________________________________________________
54018 [  7412] By: jhi                                   on 2000/10/23  12:16:47
54019         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
54020      Branch: perl
54021            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
54022            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
54023 ____________________________________________________________________________
54024 [  7411] By: jhi                                   on 2000/10/23  12:07:41
54025         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
54026              From: Prymmer/Kahn <pvhp@best.com>
54027              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
54028              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
54029      Branch: perl
54030            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
54031 ____________________________________________________________________________
54032 [  7410] By: jhi                                   on 2000/10/23  04:10:11
54033         Log: The change #7187 was not so good on VMS.
54034              
54035              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
54036              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54037              Date: Sun, 22 Oct 2000 23:03:08 -0500
54038              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
54039      Branch: perl
54040            ! utils/perldoc.PL
54041 ____________________________________________________________________________
54042 [  7409] By: jhi                                   on 2000/10/23  03:57:36
54043         Log: Avoid Storable locking on DJGPP for now.
54044              
54045              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
54046              From: "Peter J. Farley III" <pjfarley@banet.net>
54047              Date: Sun, 22 Oct 2000 20:00:00 -0400
54048              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
54049      Branch: perl
54050            ! ext/Storable/Storable.pm t/lib/st-lock.t
54051 ____________________________________________________________________________
54052 [  7408] By: jhi                                   on 2000/10/23  03:50:24
54053         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
54054              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
54055              Date: Sun, 22 Oct 2000 21:12:22 -0400
54056              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
54057      Branch: perl
54058            ! lib/vars.pm
54059 ____________________________________________________________________________
54060 [  7407] By: jhi                                   on 2000/10/23  03:43:12
54061         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
54062              From: Hugo <hv@crypt.compulink.co.uk>
54063              Date: Mon, 23 Oct 2000 00:47:22 +0100
54064              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
54065      Branch: perl
54066            ! regexec.c t/op/pat.t
54067 ____________________________________________________________________________
54068 [  7406] By: jhi                                   on 2000/10/23  03:40:29
54069         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
54070      Branch: perl
54071            ! lib/ExtUtils/MakeMaker.pm
54072 ____________________________________________________________________________
54073 [  7405] By: jhi                                   on 2000/10/22  21:32:00
54074         Log: Doc patch.
54075              
54076              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
54077              From: rspier@pobox.com (Robert Spier)
54078              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
54079              Message-ID: <14835.16112.13457.447971@rls.cx>
54080      Branch: perl
54081            ! lib/strict.pm
54082 ____________________________________________________________________________
54083 [  7404] By: jhi                                   on 2000/10/22  21:30:51
54084         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
54085              From: rspier@pobox.com (Robert Spier)
54086              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
54087              Message-ID: <14835.17223.72448.705566@rls.cx>
54088      Branch: perl
54089            ! lib/ExtUtils/MakeMaker.pm
54090 ____________________________________________________________________________
54091 [  7403] By: jhi                                   on 2000/10/22  21:24:11
54092         Log: Subject: [PATCH bleadperl] ripples from constsub patch
54093              From: John Tobey <jtobey@john-edwin-tobey.org>
54094              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
54095              Message-Id: <m13nSOB-000FObC@feynman.localnet>
54096      Branch: perl
54097            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
54098 ____________________________________________________________________________
54099 [  7402] By: jhi                                   on 2000/10/22  20:59:35
54100         Log: Support s?printf parameter reordering.
54101      Branch: perl
54102            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
54103 ____________________________________________________________________________
54104 [  7401] By: jhi                                   on 2000/10/22  19:19:14
54105         Log: Expand %Config variables only if explicitly so requested
54106              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
54107              
54108              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
54109              From: Gurusamy Sarathy <gsar@ActiveState.com>
54110              Date: Sun, 22 Oct 2000 11:47:32 -0700
54111              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
54112      Branch: perl
54113            ! Makefile.SH lib/lib_pm.PL
54114 ____________________________________________________________________________
54115 [  7400] By: jhi                                   on 2000/10/22  18:24:10
54116         Log: Move the #7390 test from warn/op to comp/redef.
54117              
54118              Subject: Re: Creating const subs for constants.
54119              From: John Tobey <jtobey@john-edwin-tobey.org>
54120              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
54121              Message-Id: <m13nG72-000FObC@feynman.localnet>               
54122      Branch: perl
54123            ! t/comp/redef.t t/pragma/warn/op
54124 ____________________________________________________________________________
54125 [  7399] By: jhi                                   on 2000/10/22  17:49:59
54126         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
54127              From: Nicholas Clark <nick@ccl4.org>
54128              Date: Sat, 21 Oct 2000 22:23:19 +0100
54129              Message-ID: <20001021222319.B45586@plum.flirble.org>
54130      Branch: perl
54131            ! ext/DynaLoader/DynaLoader_pm.PL
54132 ____________________________________________________________________________
54133 [  7398] By: jhi                                   on 2000/10/22  17:47:35
54134         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
54135              From: Hugo <hv@crypt.compulink.co.uk>
54136              Date: Sat, 21 Oct 2000 18:19:59 +0100
54137              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
54138      Branch: perl
54139            ! ext/B/B.pm ext/B/B/C.pm
54140 ____________________________________________________________________________
54141 [  7397] By: jhi                                   on 2000/10/22  17:35:18
54142         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
54143              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
54144              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
54145              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
54146      Branch: perl
54147            ! hints/openbsd.sh
54148 ____________________________________________________________________________
54149 [  7396] By: jhi                                   on 2000/10/22  17:19:46
54150         Log: Subject: installman go-faster stripes
54151              From: Nicholas Clark <nick@talking.bollo.cx>
54152              Date: Sat, 21 Oct 2000 17:24:53 +0100
54153              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
54154              
54155              Subject: Re: installman go-faster stripes
54156              From: Russ Allbery <rra@stanford.edu>
54157              Date: 21 Oct 2000 11:04:13 -0700
54158              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
54159      Branch: perl
54160            ! installman pod/pod2man.PL
54161 ____________________________________________________________________________
54162 [  7395] By: jhi                                   on 2000/10/22  17:17:35
54163         Log: Hints tweak from Anton Berezin.
54164      Branch: perl
54165            ! hints/freebsd.sh
54166 ____________________________________________________________________________
54167 [  7394] By: jhi                                   on 2000/10/22  04:50:04
54168         Log: Tweak the Is* definitions of Unicode character classes
54169              to better match the official categorizations; embrace
54170              the official categorizations; add the combining marks
54171              as alpha (and -numeric); fix DCinital (a typo and edito)
54172              to be DCmedial.
54173      Branch: perl
54174            + lib/unicode/Is/DCmedial.pl
54175            - lib/unicode/Is/DCinital.pl
54176            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
54177            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
54178            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
54179            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
54180 ____________________________________________________________________________
54181 [  7393] By: jhi                                   on 2000/10/21  18:06:05
54182         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
54183              From: Daniel Chetlin <daniel@chetlin.com>
54184              Date: Sat, 21 Oct 2000 02:57:03 -0700
54185              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
54186      Branch: perl
54187            + t/lib/tie-splice.t
54188            ! MANIFEST lib/Tie/Array.pm
54189 ____________________________________________________________________________
54190 [  7392] By: gsar                                  on 2000/10/21  18:05:15
54191         Log: resync utfperl branch with mainline
54192      Branch: utfperl
54193           !> (integrate 1760 files)
54194 ____________________________________________________________________________
54195 [  7391] By: jhi                                   on 2000/10/21  14:37:49
54196         Log: Testcases for a #7383,#7385 related bug.
54197              
54198              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
54199              From: Nicholas Clark <nick@ccl4.org>
54200              Date: Sat, 21 Oct 2000 15:04:51 +0100
54201              Message-ID: <20001021150451.A51566@plum.flirble.org>
54202      Branch: perl
54203            ! t/pragma/utf8.t
54204 ____________________________________________________________________________
54205 [  7390] By: jhi                                   on 2000/10/21  14:35:57
54206         Log: Add a testcase for #7389.
54207      Branch: perl
54208            ! t/pragma/warn/op
54209 ____________________________________________________________________________
54210 [  7389] By: jhi                                   on 2000/10/21  14:26:45
54211         Log: Subject: Re: Creating const subs for constants.
54212              From: John Tobey <jtobey@john-edwin-tobey.org>
54213              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
54214              Message-Id: <m13mo0N-000FObC@feynman.localnet>
54215      Branch: perl
54216            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
54217            ! proto.h sv.c
54218 ____________________________________________________________________________
54219 [  7388] By: nick                                  on 2000/10/21  11:44:23
54220         Log: Populate perlio branch
54221      Branch: perlio
54222           +> (branch 1760 files)
54223 ____________________________________________________________________________
54224 [  7387] By: nick                                  on 2000/10/21  10:52:05
54225         Log: Get branch back as replica of mainline via :
54226              p4 integrate -b utfperl
54227              p4 resolve -at ./...
54228      Branch: utfperl
54229           +> (branch 269 files)
54230            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
54231            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
54232            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
54233            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
54234            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
54235            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
54236            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
54237            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
54238            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
54239            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
54240            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
54241            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
54242            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
54243            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
54244            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
54245            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
54246            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
54247            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
54248            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
54249            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
54250            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
54251            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
54252            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
54253            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
54254            - lib/unicode/UCD300.html lib/unicode/Unicode.300
54255            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
54256            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
54257            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
54258            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
54259           !> (integrate 965 files)
54260 ____________________________________________________________________________
54261 [  7386] By: jhi                                   on 2000/10/21  01:31:12
54262         Log: Update Changes.
54263      Branch: perl
54264            ! Changes patchlevel.h
54265 ____________________________________________________________________________
54266 [  7385] By: jhi                                   on 2000/10/21  01:28:42
54267         Log: The #7383 was right only in the context of the original bug report,
54268              not in more general case.
54269      Branch: perl
54270            ! pp_hot.c
54271 ____________________________________________________________________________
54272 [  7384] By: jhi                                   on 2000/10/21  01:08:23
54273         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
54274      Branch: perl
54275            ! ext/IO/lib/IO/Select.pm
54276 ____________________________________________________________________________
54277 [  7383] By: jhi                                   on 2000/10/21  00:44:18
54278         Log: Fix for ID 20001020.006, concatenating an unset submatch
54279              with utf8 resulted in "Modification of a read-only value".
54280      Branch: perl
54281            ! pp_hot.c t/pragma/utf8.t
54282 ____________________________________________________________________________
54283 [  7382] By: jhi                                   on 2000/10/20  20:44:31
54284         Log: Make scan_num() reëntrant, as suggested in
54285              
54286              Subject: [PATCH perl@7229] Rentrant parser and yylex()
54287              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54288              Date: Fri, 20 Oct 2000 14:17:27 +0100
54289              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
54290      Branch: perl
54291            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
54292            ! toke.c
54293 ____________________________________________________________________________
54294 [  7381] By: jhi                                   on 2000/10/20  20:07:29
54295         Log: Reëntrancy fix.
54296              
54297              Subject: [PATCH perl@7229] Rentrant parser and yylex()
54298              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54299              Date: Fri, 20 Oct 2000 14:17:27 +0100
54300              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
54301      Branch: perl
54302            ! embed.h embed.pl perl.h proto.h toke.c
54303 ____________________________________________________________________________
54304 [  7380] By: jhi                                   on 2000/10/20  19:15:54
54305         Log: Don't write double values through long double pointers,
54306              based on a part of
54307              
54308              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
54309              From: Jens Hamisch <jens@Strawberry.COM>
54310              Date: Tue, 17 Oct 2000 08:39:36 +0200
54311              Message-Id: <20001017083936.A11104@Strawberry.COM>
54312      Branch: perl
54313            ! perl.h pp.c
54314 ____________________________________________________________________________
54315 [  7379] By: jhi                                   on 2000/10/20  18:43:37
54316         Log: Portability tweak on #7377.
54317              
54318              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
54319              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54320              Date:     Fri, 20 Oct 2000 13:13:41 EDT
54321              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
54322      Branch: perl
54323            ! t/lib/dprof.t
54324 ____________________________________________________________________________
54325 [  7378] By: jhi                                   on 2000/10/20  12:57:19
54326         Log: SOCKS function redefinitions need prototypes, too, otherwise
54327              for example 32 bit versus 64 bit differences cause a lot of
54328              problems.  Part of
54329              
54330              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
54331              From: Jens Hamisch <jens@Strawberry.COM>
54332              Date: Tue, 17 Oct 2000 08:39:36 +0200
54333              Message-Id: <20001017083936.A11104@Strawberry.COM>
54334      Branch: perl
54335            ! doio.c pp_sys.c
54336 ____________________________________________________________________________
54337 [  7377] By: jhi                                   on 2000/10/20  12:37:12
54338         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
54339              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54340              Date:     Fri, 20 Oct 2000 08:26:04 EDT
54341              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
54342      Branch: perl
54343            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
54344 ____________________________________________________________________________
54345 [  7376] By: jhi                                   on 2000/10/20  12:35:31
54346         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
54347              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54348              Date:     Fri, 20 Oct 2000 07:48:15 EDT
54349              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
54350      Branch: perl
54351            ! configure.com vms/gen_shrfls.pl
54352 ____________________________________________________________________________
54353 [  7375] By: bailey                                on 2000/10/20  04:44:37
54354         Log: SYN SYN
54355      Branch: vmsperl
54356           +> (branch 134 files)
54357            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
54358            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
54359            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
54360            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
54361            - eg/cgi/frameset.cgi eg/cgi/index.html
54362            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
54363            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
54364            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
54365            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
54366            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
54367            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
54368            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
54369            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
54370            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
54371            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
54372            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
54373            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
54374            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
54375            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
54376            - lib/unicode/Props.txt lib/unicode/UCD300.html
54377            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
54378            - utils/perlbc.PL vms/subconfigure.com
54379           !> (integrate 785 files)
54380 ____________________________________________________________________________
54381 [  7374] By: jhi                                   on 2000/10/20  00:59:48
54382         Log: In the latest compiler builds cccdlflags must not become -fpic,
54383              from Wilfredo Sánchez.
54384      Branch: perl
54385            ! hints/darwin.sh
54386 ____________________________________________________________________________
54387 [  7373] By: jhi                                   on 2000/10/20  00:56:35
54388         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
54389              From: Tony Cook <tony@develop-help.com>
54390              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
54391              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
54392      Branch: perl
54393            ! pod/perlop.pod
54394 ____________________________________________________________________________
54395 [  7372] By: jhi                                   on 2000/10/19  19:34:40
54396         Log: Typo noted by Mark Lutz.
54397      Branch: perl
54398            ! t/op/64bitint.t
54399 ____________________________________________________________________________
54400 [  7371] By: jhi                                   on 2000/10/19  19:33:13
54401         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
54402      Branch: metaconfig
54403            ! U/modified/Cppsym.U U/modified/Oldconfig.U
54404      Branch: metaconfig/U/perl
54405            ! End.U dlsrc.U libperl.U
54406      Branch: perl
54407            + hints/nonstopux.sh
54408            ! Configure MANIFEST config_h.SH
54409 ____________________________________________________________________________
54410 [  7370] By: jhi                                   on 2000/10/19  17:18:08
54411         Log: Subject: PATCH do_print has 2 PerlIO_error()s
54412              From: nick@ccl4.org
54413              Date: Thu, 19 Oct 2000 18:09:20 +0100
54414              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
54415      Branch: perl
54416            ! doio.c
54417 ____________________________________________________________________________
54418 [  7369] By: jhi                                   on 2000/10/19  14:01:49
54419         Log: Update Changes.
54420      Branch: perl
54421            ! Changes patchlevel.h
54422 ____________________________________________________________________________
54423 [  7368] By: jhi                                   on 2000/10/19  13:04:29
54424         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
54425              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54426              Date: Wed, 18 Oct 2000 13:12:01 +0200
54427              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
54428      Branch: perl
54429            ! hints/aix.sh
54430 ____________________________________________________________________________
54431 [  7367] By: jhi                                   on 2000/10/19  02:22:40
54432         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
54433              of a 'pmshort' anywhere in the B, so the offending line was simply
54434              removed.
54435      Branch: perl
54436            ! ext/B/B/Debug.pm
54437 ____________________________________________________________________________
54438 [  7366] By: jhi                                   on 2000/10/19  02:12:37
54439         Log: Add the test case for the bug id 20000730.004 which seems
54440              to have been fixed by now.
54441      Branch: perl
54442            ! t/pragma/utf8.t
54443 ____________________________________________________________________________
54444 [  7365] By: jhi                                   on 2000/10/18  23:36:24
54445         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
54446              From: Hugo <hv@crypt.compulink.co.uk>
54447              Date: Wed, 18 Oct 2000 23:25:58 +0100
54448              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
54449      Branch: perl
54450            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
54451 ____________________________________________________________________________
54452 [  7364] By: jhi                                   on 2000/10/18  21:12:53
54453         Log: (retracted)
54454      Branch: perl
54455            ! pp.c
54456 ____________________________________________________________________________
54457 [  7363] By: jhi                                   on 2000/10/18  20:55:38
54458         Log: Missing change from #7362.
54459      Branch: perl
54460            ! win32/perlhost.h
54461 ____________________________________________________________________________
54462 [  7362] By: jhi                                   on 2000/10/18  20:52:01
54463         Log: Borland C fstat() never saw the fd as writable.
54464              
54465              Subject: fix for Borland's weak "stat" (perl@7211)
54466              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
54467              Date: Mon, 16 Oct 2000 09:55:03 +0400
54468              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
54469      Branch: perl
54470            ! win32/win32.c
54471 ____________________________________________________________________________
54472 [  7361] By: jhi                                   on 2000/10/18  17:43:50
54473         Log: Regen toc.
54474      Branch: perl
54475            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
54476 ____________________________________________________________________________
54477 [  7360] By: jhi                                   on 2000/10/18  17:07:44
54478         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54479              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
54480              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
54481              Date: Mon, 16 Oct 2000 15:19:49 +0200
54482      Branch: perl
54483            + README.aix
54484            ! MANIFEST
54485 ____________________________________________________________________________
54486 [  7359] By: jhi                                   on 2000/10/18  17:04:49
54487         Log: Subject: Pod patch for Devel::Peek
54488              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54489              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
54490              Date: Mon, 16 Oct 2000 12:26:34 +0200
54491      Branch: perl
54492            ! ext/Devel/Peek/Peek.pm
54493 ____________________________________________________________________________
54494 [  7358] By: jhi                                   on 2000/10/18  17:03:15
54495         Log: Make Cwd more bulletproof in chrooted environments.
54496              
54497              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
54498              From: "Eric E. Coe" <Eric.Coe@oracle.com>
54499              Date: Wed, 18 Oct 2000 04:03:54 -0400
54500              Message-Id: <39ED596A.70E599FE@oracle.com>
54501      Branch: perl
54502            ! lib/Cwd.pm
54503 ____________________________________________________________________________
54504 [  7357] By: jhi                                   on 2000/10/18  16:37:26
54505         Log: Disable the UTF8 downgrade croakage for now to avoid
54506              too many not okay messages.
54507      Branch: perl
54508            ! doio.c
54509 ____________________________________________________________________________
54510 [  7356] By: jhi                                   on 2000/10/17  23:29:41
54511         Log: Show the failed remote port, instead of the failing line number.
54512              
54513              Subject: [PATCH 5.6.1 Debugger] More diagnostics
54514              From: David Sparks <daves@ActiveState.com>
54515              Date: Tue, 17 Oct 2000 15:00:24 -0700
54516              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
54517      Branch: perl
54518            ! lib/perl5db.pl
54519 ____________________________________________________________________________
54520 [  7355] By: jhi                                   on 2000/10/17  14:11:31
54521         Log: On output try to downgrade to bytes, croak if impossible,
54522              from Simon Cozens.  This means that outputting >255 UTF8
54523              is impossible.  Consider this as a strong incentive to get
54524              the I/O disciplines implemented.
54525      Branch: perl
54526            ! doio.c pod/perldiag.pod sv.c
54527 ____________________________________________________________________________
54528 [  7354] By: jhi                                   on 2000/10/17  13:42:23
54529         Log: Clarify documentation on 'use bytes'.
54530              
54531              Subject: Re: What does 'use bytes' "mean" ?
54532              From: Simon Cozens <simon@cozens.net>
54533              Date: Mon, 18 Sep 2000 18:24:25 +0100
54534              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
54535      Branch: perl
54536            ! lib/bytes.pm
54537 ____________________________________________________________________________
54538 [  7353] By: jhi                                   on 2000/10/17  13:28:12
54539         Log: Workaround for a sfio bug where the stream error indicator
54540              is not cleared as documented.
54541              
54542              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
54543              From: Nicholas Clark <nick@ccl4.org>
54544              Date: Mon, 16 Oct 2000 18:28:23 +0100
54545              Message-ID: <20001016182823.J19700@plum.flirble.org>
54546      Branch: perl
54547            ! doio.c
54548 ____________________________________________________________________________
54549 [  7352] By: jhi                                   on 2000/10/17  13:06:19
54550         Log: More IoTYPE sprinkling.
54551      Branch: perl
54552            ! doio.c pp_hot.c
54553 ____________________________________________________________________________
54554 [  7351] By: jhi                                   on 2000/10/16  22:47:07
54555         Log: Detect early whether the std streams have gone bad.
54556              
54557              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
54558              Date: Mon, 16 Oct 2000 23:28:42 +0100
54559              From: Nicholas Clark <nick@ccl4.org>
54560              Message-ID: <20001016232842.A37942@plum.flirble.org>
54561      Branch: perl
54562            ! t/op/misc.t
54563 ____________________________________________________________________________
54564 [  7350] By: jhi                                   on 2000/10/16  22:45:16
54565         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
54566              From: "Peter J. Farley III" <pjfarley@banet.net>
54567              Date: Mon, 16 Oct 2000 18:15:59 -0400
54568              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
54569      Branch: perl
54570            ! djgpp/djgpp.c dosish.h t/io/open.t
54571 ____________________________________________________________________________
54572 [  7349] By: jhi                                   on 2000/10/16  22:36:45
54573         Log: perldelta tweak.
54574      Branch: perl
54575            ! pod/perldelta.pod
54576 ____________________________________________________________________________
54577 [  7348] By: jhi                                   on 2000/10/16  15:17:53
54578         Log: Update Changes.
54579      Branch: perl
54580            ! Changes patchlevel.h
54581 ____________________________________________________________________________
54582 [  7347] By: jhi                                   on 2000/10/16  13:55:27
54583         Log: Add the capability to include/exclude branches.
54584      Branch: perl
54585            ! Porting/genlog
54586 ____________________________________________________________________________
54587 [  7346] By: jhi                                   on 2000/10/16  13:18:04
54588         Log: Add Charles Lane.
54589      Branch: perl
54590            ! AUTHORS Changes
54591 ____________________________________________________________________________
54592 [  7345] By: jhi                                   on 2000/10/16  13:13:21
54593         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
54594      Branch: perl
54595            ! pod/perldelta.pod
54596 ____________________________________________________________________________
54597 [  7344] By: gsar                                  on 2000/10/16  09:30:21
54598         Log: integrate change#6220 from cfgperl
54599              
54600              Win32 patches from Benjamin Stuhl.
54601      Branch: maint-5.6/perl
54602           !> makedef.pl win32/win32.h
54603 ____________________________________________________________________________
54604 [  7343] By: gsar                                  on 2000/10/16  08:32:19
54605         Log: integrate changes#6221,6222 from cfgperl
54606              
54607              Remove tr///CU (the feature is to be obsoleted by better interfaces).
54608              From: simon@brecon.co.uk (Simon Cozens)
54609              Subject: [PATCH] Eliminate tr///[CU][CU]
54610              Date: 23 Jun 2000 11:05:40 GMT
54611              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
54612              
54613              doc typo fix
54614              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
54615              From: Ian Phillipps <Ian.Phillipps@iname.com>
54616              Date: Fri, 23 Jun 2000 10:40:58 +0100
54617              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
54618      Branch: maint-5.6/perl
54619           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
54620 ____________________________________________________________________________
54621 [  7342] By: gsar                                  on 2000/10/16  08:28:08
54622         Log: integrate change#6217 from cfgperl (in part)
54623              
54624              Rename the fdpid locking and integrate with Sarathy.
54625      Branch: maint-5.6/perl
54626           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
54627           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
54628           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
54629           !> win32/win32.c
54630 ____________________________________________________________________________
54631 [  7341] By: gsar                                  on 2000/10/16  08:23:39
54632         Log: integrate changes#6214..6216 from mainline
54633              
54634              @_ can't have junk in it even in the non-USE_ITHREADS case because
54635              caller() wants to populate @DB::args with it (causes a coredump
54636              in Carp::confess())
54637              
54638              tweak comment about @DB::args
54639              
54640              be more optimal about clearing @_
54641      Branch: maint-5.6/perl
54642           !> av.h cop.h pp_ctl.c t/op/runlevel.t
54643 ____________________________________________________________________________
54644 [  7340] By: gsar                                  on 2000/10/16  08:20:37
54645         Log: integrate changes#6207..6210 from cfgperl
54646              
54647              Subject: [PATCH 5.6.0] Threadsafe patches
54648              From: Dan Sugalski <dan@sidhe.org>
54649              To: perl5-porters@perl.org
54650              Date: Mon, 08 May 2000 18:08:13 -0400
54651              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
54652              
54653              Regen headers for #6207.
54654              
54655              Lock PL_fdpid against race conditions, based on:
54656              Subject: [PATCH 5.6.0]subprocess fixup for threads
54657              From: Dan Sugalski <dan@sidhe.org>
54658              To: perl5-porters@perl.org
54659              Date: Tue, 11 Apr 2000 17:02:32 -0400
54660              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
54661              
54662              Mopup for #6207 and #6209.
54663      Branch: maint-5.6/perl
54664           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
54665           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
54666           !> win32/win32.c
54667 ____________________________________________________________________________
54668 [  7339] By: gsar                                  on 2000/10/16  08:14:34
54669         Log: integrate change#6203 from cfgperl
54670              
54671              perldiag should refer to perlos2.pod not README.os2
54672      Branch: maint-5.6/perl
54673           !> pod/perldiag.pod
54674 ____________________________________________________________________________
54675 [  7338] By: gsar                                  on 2000/10/16  08:11:42
54676         Log: integrate change#6201 from mainline
54677              
54678              Perl_eval_pv() leaks 4 bytes every time it is called because it
54679              does a PUSHMARK that's never ever POPMARKed; in general, only
54680              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
54681              Perl_eval_[sp]v() don't because they don't take any incoming
54682              arguments (this leak has been around since the original version
54683              of perl_eval_pv() in 5.003_97e)
54684      Branch: maint-5.6/perl
54685           !> perl.c
54686 ____________________________________________________________________________
54687 [  7337] By: gsar                                  on 2000/10/16  08:08:47
54688         Log: integrate changes#6197..6200 from cfgperl
54689              
54690              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
54691              From: John Borwick <jhborwic@unity.ncsu.edu>
54692              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
54693              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
54694              
54695              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
54696              From: Dan Sugalski <dan@sidhe.org>
54697              To: vmsperl@perl.org, perl5-porters@perl.org
54698              Date: Fri, 02 Jun 2000 16:00:41 -0400
54699              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
54700              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
54701              
54702              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
54703              From: Dan Sugalski <dan@sidhe.org>
54704              To: perl5-porters@perl.org, vmsperl@perl.org
54705              Date: Fri, 02 Jun 2000 17:30:51 -0400
54706              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
54707              
54708              Update to cperl-mode.el 4.31 from
54709              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
54710              Subject: A couple of notes
54711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54712              To: Mailing list Perl5 <perl5-porters@perl.org>
54713              Date: Sat, 3 Jun 2000 23:33:32 -0400
54714              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
54715      Branch: maint-5.6/perl
54716           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
54717           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
54718           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
54719           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
54720           !> vms/vmsish.h
54721 ____________________________________________________________________________
54722 [  7336] By: gsar                                  on 2000/10/16  08:03:46
54723         Log: integrate changes#6194,6195 from mainline
54724              
54725              fix small eval"" memory leaks under USE_ITHREADS
54726              
54727              fix yet another eval"" leak under USE_ITHREADS
54728      Branch: maint-5.6/perl
54729           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
54730           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
54731           !> vms/perly_c.vms
54732 ____________________________________________________________________________
54733 [  7335] By: gsar                                  on 2000/10/16  08:02:15
54734         Log: integrate changes#6190,6191 from mainline
54735              
54736              submit missing embed.pl change
54737              
54738              vec() loses numericalness (modified version of patch suggested
54739              by Robin Barker)
54740      Branch: maint-5.6/perl
54741           !> doop.c embed.pl t/op/vec.t
54742 ____________________________________________________________________________
54743 [  7334] By: gsar                                  on 2000/10/16  08:01:03
54744         Log: integrate change#6189 from mainline
54745              
54746              counting tr/// corrupts later operation (from M.J.T Guy)
54747      Branch: maint-5.6/perl
54748           !> doop.c t/op/tr.t
54749 ____________________________________________________________________________
54750 [  7333] By: gsar                                  on 2000/10/16  07:59:07
54751         Log: integrate changes#6183..6188 from mainline
54752              
54753              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
54754              <nick@ccl4.org>)
54755              
54756              tweak for change#6127
54757              
54758              remove incorrect documentation about implicit split to @_ in
54759              list context, which never really worked in perl 5 (from
54760              M.J.T. Guy)
54761              
54762              further qualify references to "alphanumeric" (from Wolfgang Laun
54763              <wolfgang.laun@alcatel.at>)
54764              
54765              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
54766              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
54767              
54768              h2xs tweaks
54769      Branch: maint-5.6/perl
54770           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
54771           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
54772           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
54773           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
54774           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
54775           !> pod/pod2latex.PL utils/h2xs.PL
54776 ____________________________________________________________________________
54777 [  7332] By: gsar                                  on 2000/10/16  07:53:52
54778         Log: integrate change#6179 from mainline
54779              
54780              buggy modulus on UVs introduced by change#3378 (resulted in
54781              4063328477 % 65535 amounting to 27406, instead of 27407)
54782      Branch: maint-5.6/perl
54783           !> pp.c t/op/arith.t
54784 ____________________________________________________________________________
54785 [  7331] By: gsar                                  on 2000/10/16  07:52:49
54786         Log: integrate changes#6176,6177,6178,6182 from cfgperl
54787              
54788              Single-quoted utf8 patch from Simon Cozens.
54789              
54790              Substitution utf8 patch from Simon Cozens.
54791              
54792              Be cleaner.
54793              
54794              Be Cleaner Part Deux.
54795      Branch: maint-5.6/perl
54796           !> Makefile.SH pp_hot.c toke.c
54797 ____________________________________________________________________________
54798 [  7330] By: gsar                                  on 2000/10/16  07:41:36
54799         Log: integrate change#6172 from mainline
54800              
54801              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
54802              (from Ilya Zakharevich)
54803      Branch: maint-5.6/perl
54804           !> regexec.c t/op/re_tests
54805 ____________________________________________________________________________
54806 [  7329] By: gsar                                  on 2000/10/16  07:40:25
54807         Log: integrate change#6171 from mainline
54808              
54809              scalar() doesn't force scalar context when used in void context
54810              (from Simon Cozens)
54811      Branch: maint-5.6/perl
54812           !> op.c t/op/wantarray.t
54813 ____________________________________________________________________________
54814 [  7328] By: gsar                                  on 2000/10/16  07:39:33
54815         Log: integrate change#6170 from mainline
54816              
54817              change#6142 needs tweaks to tests to work where there's no
54818              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
54819      Branch: maint-5.6/perl
54820           !> t/lib/filefind.t
54821 ____________________________________________________________________________
54822 [  7327] By: gsar                                  on 2000/10/16  07:35:34
54823         Log: integrate changes#6166..6168 from cfgperl
54824              
54825              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
54826              in case somebody wants to write an extension for more
54827              shadow database interfaces.
54828              
54829              tweak todo
54830              
54831              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
54832      Branch: maint-5.6/perl
54833           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54834           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
54835           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
54836           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
54837           !> win32/config.vc win32/config_H.bc win32/config_H.gc
54838           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
54839 ____________________________________________________________________________
54840 [  7326] By: gsar                                  on 2000/10/16  07:29:05
54841         Log: integrate changes#6157,6159..6161,6164 from cfgperl
54842              
54843              Regen Configure to jive with #6149.
54844              
54845              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
54846              
54847              Changes for the File::Temp 0.08 (change #6159) test suite
54848              to fit better into the Perl distribution test framework.
54849              
54850              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
54851              both from Simon Cozens.
54852              
54853              detypo
54854      Branch: maint-5.6/perl
54855           +> pod/perlmodlib.PL pod/perlnewmod.pod
54856           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
54857           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
54858           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54859           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
54860 ____________________________________________________________________________
54861 [  7325] By: gsar                                  on 2000/10/16  07:25:13
54862         Log: integrate change#6158 from vmsperl
54863              
54864              Add fallback to tmpfile for use in cases where user's relying on
54865              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
54866              Lane's patch)
54867      Branch: maint-5.6/perl
54868           !> vms/vms.c vms/vmsish.h
54869 ____________________________________________________________________________
54870 [  7324] By: gsar                                  on 2000/10/16  07:20:50
54871         Log: integrate changes#6153..6155 from mainline
54872              
54873              prettier Test::Harness output on failed tests (from Nicholas Clark
54874              <nick@Bagpuss.uk.boo.com>)
54875              
54876              avoid type mismatch warning
54877              
54878              small bug in change#6144; remove random \xA0 character that snuck
54879              in via change#6145
54880      Branch: maint-5.6/perl
54881           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
54882           !> perl.c
54883 ____________________________________________________________________________
54884 [  7323] By: gsar                                  on 2000/10/16  07:18:47
54885         Log: integrate changes#6151,6152 from mainline
54886              
54887              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
54888              
54889              cosmetic fixups of RE debug output (from Ilya Zakharevich)
54890      Branch: maint-5.6/perl
54891           !> regexec.c
54892 ____________________________________________________________________________
54893 [  7322] By: gsar                                  on 2000/10/16  07:17:25
54894         Log: integrate changes#6146..6150 from mainline
54895              
54896              doc typo
54897              
54898              add a make entry to Config.pm so "perl -V:make" works on VMS
54899              (from Peter Prymmer)
54900              
54901              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
54902              
54903              OS/2 tweaks for usethreads build (from Rocco Caputo
54904              <troc@netrus.net>)
54905              
54906              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
54907      Branch: maint-5.6/perl
54908           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
54909           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
54910           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
54911           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
54912           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
54913           !> warnings.pl x2p/a2p.h
54914 ____________________________________________________________________________
54915 [  7321] By: gsar                                  on 2000/10/16  07:14:02
54916         Log: integrate changes#6143..6145 from mainline
54917              
54918              MacOS support, part 1 (from Matthias Neeracher
54919              <neeri@iis.ee.ethz.ch>)
54920              
54921              MacOS support, part 2: make AutoSplit use File::Spec instead
54922              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
54923              <neeri@iis.ee.ethz.ch>)
54924              
54925              make xsubpp skip embedded pod (from Matthias Neeracher
54926              <neeri@iis.ee.ethz.ch>)
54927      Branch: maint-5.6/perl
54928           +> ext/DynaLoader/dl_mac.xs
54929           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
54930           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
54931           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
54932           !> pp_ctl.c proto.h toke.c util.c util.h
54933 ____________________________________________________________________________
54934 [  7320] By: gsar                                  on 2000/10/16  07:12:13
54935         Log: integrate changes#6141,6142 from mainline
54936              
54937              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
54938              forwarded by Peter Seebach from the bsdi-users mailing list.
54939              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
54940              
54941              File::Find fails to chdir when chasing symlinks (from
54942              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
54943      Branch: maint-5.6/perl
54944           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
54945 ____________________________________________________________________________
54946 [  7319] By: gsar                                  on 2000/10/16  07:04:30
54947         Log: integrate change#6139 from mainline
54948              
54949              revise mktables.PL for bugs and newness in Unicode 3.0
54950              (from James Bence <jbence@amgen.com>)
54951      Branch: maint-5.6/perl
54952           +> (branch 30 files)
54953           !> (integrate 49 files)
54954 ____________________________________________________________________________
54955 [  7318] By: gsar                                  on 2000/10/16  07:01:01
54956         Log: integrate changes#6137,6138 from mainline
54957              
54958              fix bogus redeclaration warning for "our" variables in different
54959              scopes
54960              
54961              add note about the handling of negative indices to tied arrays
54962              (from Michael G Schwern <schwern@pobox.com>)
54963      Branch: maint-5.6/perl
54964           !> op.c pod/perltie.pod t/pragma/strict-vars
54965 ____________________________________________________________________________
54966 [  7317] By: gsar                                  on 2000/10/16  06:58:46
54967         Log: integrate changes#6127..6136 from mainline
54968              
54969              call_method(...,G_EVAL) can longjmp() out if the method probing
54970              failed (from Gisle Aas)
54971              
54972              new perlxstut example for passing/returning refs to arrays
54973              (from David Lowe <dlowe@pootpoot.com>)
54974              
54975              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
54976              
54977              fix places that mean C<"word" character> but say C<alphanumeric
54978              character>
54979              
54980              avoid warnings in POSIX.pm (from Barrie Slaymaker)
54981              
54982              warnings::enabled() doesn't fall back to looking at $^W if
54983              caller isn't using lexical warnings (from Paul Marquess)
54984              
54985              elide bogus test in change#6132
54986              
54987              make Test::Harness use wait.h/WCOREDUMP if available
54988              (from Ben Tilly <ben_tilly@hotmail.com>)
54989              
54990              enable Test::Harness to dynamically determine column width etc.
54991              (from Rob Napier <rnapier@employees.org>)
54992              
54993              random pod typos (from Peter Scott <Peter@PSDT.com>)
54994      Branch: maint-5.6/perl
54995           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
54996           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
54997           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
54998           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
54999 ____________________________________________________________________________
55000 [  7316] By: gsar                                  on 2000/10/16  06:53:23
55001         Log: integrate change#6126 from mainline
55002              
55003              change#2879 broke rvalue autovivification of magicals such as
55004              ${$num} (reworked variant of patch suggested by Simon Cozens)
55005      Branch: maint-5.6/perl
55006           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
55007           !> pp_hot.c proto.h t/op/gv.t
55008 ____________________________________________________________________________
55009 [  7315] By: gsar                                  on 2000/10/16  06:51:38
55010         Log: integrate changes#6123,6125 from mainline
55011              
55012              clarify gotcha with #line directives (from Rocco Caputo
55013              <troc@netrus.net>)
55014              
55015              enable propagating exception objects via Perl_croak() in XS code
55016              (from Gisle Aas)
55017      Branch: maint-5.6/perl
55018           !> pod/perldebug.pod pod/perlsyn.pod util.c
55019 ____________________________________________________________________________
55020 [  7314] By: gsar                                  on 2000/10/16  06:49:28
55021         Log: integrate change#6122 from mainline
55022              
55023              downgrade fatal error on C<"foo@nosucharray.com"> to optional
55024              warning (from Mark-Jason Dominus)
55025      Branch: maint-5.6/perl
55026           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
55027           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
55028           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
55029           !> toke.c
55030 ____________________________________________________________________________
55031 [  7313] By: gsar                                  on 2000/10/16  06:46:54
55032         Log: integrate changes#6112..6121 from vmsperl
55033              
55034              Check for existence of file before trying to delete
55035              
55036              Ugly workaround for version-specific RTL error
55037              
55038              Urk -- undo previous removal of vmsish 'exit' change
55039              
55040              Add bounds checking for several strings (Charles Lane)
55041              
55042              Miscellaneous cosmetic fixes (Charles Lane)
55043              
55044              Treat sockets as special in sys(read|write) (Charles Lane et al.)
55045              
55046              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
55047              Flatten case labels in switch statements uniformly (Charles Bailey)
55048              
55049              Quiet error messages in vmsish.t (Charles Lane)
55050              
55051              Add missing escape (Charles Lane)
55052              
55053              Allow eliminate_macros() and fixpath() to handle space-delimited
55054              lists (based on fixes by Craig Berry)
55055      Branch: maint-5.6/perl
55056           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
55057           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
55058           !> vms/vmsish.h
55059 ____________________________________________________________________________
55060 [  7312] By: gsar                                  on 2000/10/16  06:41:18
55061         Log: integrate changes#6107,6110 from cfgperl
55062              
55063              Tweak the todo list.
55064              
55065              todo tweak
55066      Branch: maint-5.6/perl
55067           !> Todo-5.6
55068 ____________________________________________________________________________
55069 [  7311] By: gsar                                  on 2000/10/16  06:38:38
55070         Log: integrate changes#6104,6108 from mainline
55071              
55072              PL_sys_intern was being initialized too late on windows
55073              
55074              reenable fake signal handling on Windows, bugs and all
55075      Branch: maint-5.6/perl
55076           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
55077           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
55078           !> win32/win32.c
55079 ____________________________________________________________________________
55080 [  7310] By: gsar                                  on 2000/10/16  06:36:03
55081         Log: integrate changes#6095,6097..6103 from cfgperl
55082              
55083              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
55084              might be useful in future.
55085              
55086              Add a note about possible compilation problems from Allen Smith.
55087              
55088              Add a note about other, yet unsupported, shadow password APIs.
55089              
55090              Tweaks for the cc bugs from Allen Smith.
55091              
55092              More compilation tweakery from Allen Smith.
55093              
55094              Hints and test tweaks for Unicos.
55095              
55096              The test suite tweak in #6101 wasn't quite right.
55097              
55098              Test tweaking for Unicos continues.
55099      Branch: maint-5.6/perl
55100           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55101           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
55102           !> t/lib/complex.t t/op/64bitint.t
55103 ____________________________________________________________________________
55104 [  7309] By: gsar                                  on 2000/10/16  06:29:41
55105         Log: integrate changes#6093,6094 from mainline
55106              
55107              fork() failure to create pseudo process sets errno=EAGAIN and returns
55108              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
55109              
55110              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
55111      Branch: maint-5.6/perl
55112           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
55113           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
55114 ____________________________________________________________________________
55115 [  7308] By: gsar                                  on 2000/10/16  06:27:29
55116         Log: integrate change#6092 from cfgperl
55117              
55118              Regen perltoc with the fixed buildtoc.
55119      Branch: maint-5.6/perl
55120           !> pod/perltoc.pod
55121 ____________________________________________________________________________
55122 [  7307] By: gsar                                  on 2000/10/16  06:26:40
55123         Log: integrate changes#6089,6090 from mainline
55124              
55125              buildtoc tweak to fix newline lossage
55126              
55127              concat doesn't preserve utf8-ness, and doesn't invalidate
55128              [NI]OK; added tests for both
55129      Branch: maint-5.6/perl
55130           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
55131 ____________________________________________________________________________
55132 [  7306] By: gsar                                  on 2000/10/16  06:24:05
55133         Log: integrate change#6088 from cfgperl
55134              
55135              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
55136              because we do not use those.  The HAS_GETSPNAM remains,
55137              though, because we still do use that.
55138      Branch: maint-5.6/perl
55139           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55140           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
55141           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
55142           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
55143           !> win32/config.vc win32/config_H.bc win32/config_H.gc
55144           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
55145 ____________________________________________________________________________
55146 [  7305] By: gsar                                  on 2000/10/16  06:15:52
55147         Log: integrate changes#6084,6085,6087 from mainline
55148              
55149              substr() does not preserve utf8-ness (from Stefan Eissing
55150              <Eissing@medicaldataservice.de>); added tests
55151              
55152              repeat operator (x) doesn't preserve utf8-ness
55153              
55154              reverse() and quotemeta() weren't preserving utf8-ness; add tests
55155      Branch: maint-5.6/perl
55156           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
55157 ____________________________________________________________________________
55158 [  7304] By: gsar                                  on 2000/10/16  06:13:10
55159         Log: integrate changes#6077..6083 from mainline
55160              
55161              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
55162              and Tom Phoenix)
55163              
55164              workaround for CRT bug in chdir() (from Charles Lane, via
55165              Peter Prymmer)
55166              
55167              remove outdated kludge in Carp (NULLs are permitted in diagnostics
55168              now)
55169              
55170              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
55171              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
55172              
55173              better default perlbug categories for ok reports (from Richard Foley)
55174              
55175              peek.t non-portable to ithreads
55176              
55177              note about undocumented caller() return value (from M.J.T. Guy);
55178              yet another peek.t tweak
55179      Branch: maint-5.6/perl
55180           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55181           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55182           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
55183           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
55184           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
55185           !> vms/vmsish.h
55186 ____________________________________________________________________________
55187 [  7303] By: gsar                                  on 2000/10/16  06:03:18
55188         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
55189              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
55190              
55191              &HUGE_VAL is not defined, it exists.
55192              
55193              Do not warn that an infinity does not look like a number.
55194              
55195              Rewrite the pwent/spent logic to be a little bit more clearer.
55196              
55197              Continue on the pwent/spent case.
55198              
55199              Correct Freudian slip.
55200              
55201              Use HUGE_VALL if applicable.
55202              
55203              pwent/spent #ifdef imbalance.
55204              
55205              Infinite problems.
55206              
55207              Call getspnam() only iff needd.
55208              
55209              Test both the scalar and list contexts.
55210              
55211              Use setxxent()/endxxent().
55212              
55213              Complex tweakery.
55214              
55215              Unicos hint tweak.
55216              
55217              Be more forgiving in POSIX about HUGE_VALL.
55218              
55219              Detypo.
55220              
55221              The search of infinity continues, this time simplified.
55222              
55223              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
55224              in natively 64-bit platforms where a long is a quad (no need
55225              for long longs).  Also added bias for IVs.
55226              
55227              Complex tweaks.
55228              
55229              Introduce t/lib/peek.t.
55230              
55231              Make the test more portable.
55232      Branch: maint-5.6/perl
55233           +> t/lib/peek.t
55234            ! pp_sys.c
55235           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
55236           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
55237           !> t/op/pwent.t toke.c util.c
55238 ____________________________________________________________________________
55239 [  7302] By: gsar                                  on 2000/10/16  05:03:37
55240         Log: integrate changes#6066..6071 from mainline
55241              
55242              s/END/CHECK/
55243              
55244              replace direct call to sighandler() with (*PL_sighandlerp)()
55245              
55246              note about values()
55247              
55248              File::Spec compatibility update (from Barrie Slaymaker
55249              <barries@slaysys.com>)
55250              
55251              remove misleading comment (from M.J.T. Guy)
55252              
55253              misformatted perllocal.pod (from Tim Jenness
55254              <t.jenness@jach.hawaii.edu>)
55255      Branch: maint-5.6/perl
55256           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
55257           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
55258           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
55259           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
55260 ____________________________________________________________________________
55261 [  7301] By: gsar                                  on 2000/10/16  05:00:08
55262         Log: integrate changes#6061..6063 from mainline
55263              
55264              change#5921 neglected to make eq honor "use bytes"
55265              
55266              additional tests for utf8.t
55267              
55268              tokeq() could read unallocated field in argument
55269      Branch: maint-5.6/perl
55270           !> sv.c t/pragma/utf8.t toke.c
55271 ____________________________________________________________________________
55272 [  7300] By: gsar                                  on 2000/10/16  04:56:54
55273         Log: integrate changes#6046,6048,6057,6058 from mainline
55274              
55275              libscheck has insufficient checks for n32 libs (from
55276              Albert Chin-A-Young <china@thewrittenword.com>)
55277              
55278              add note about how $( doesn't interpolate in REs (from
55279              Philip Newton <newton@ficus.frogspace.net>)
55280              
55281              fix broken parsing of /\x{ab}/
55282              
55283              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
55284              (spotted by Donald Kinzer <dkinzer@premia.com>)
55285      Branch: maint-5.6/perl
55286           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
55287           !> t/pragma/utf8.t
55288 ____________________________________________________________________________
55289 [  7299] By: gsar                                  on 2000/10/16  04:52:50
55290         Log: integrate change#6044 from mainline
55291              
55292              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
55293              such that underscores are only ignored in literal numbers,
55294              "\x{...}", and hex/oct argument
55295      Branch: maint-5.6/perl
55296           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
55297 ____________________________________________________________________________
55298 [  7298] By: gsar                                  on 2000/10/16  04:50:53
55299         Log: integrate changes#6027..6043 from mainline
55300              
55301              podlators-1.02 update (from Russ Allbery)
55302              
55303              Pod::Man generates groff-incompatible macro definition (from
55304              Tom Christiansen)
55305              
55306              add CGI.pm v2.66 (from Lincoln Stein)
55307              
55308              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
55309              for @- and @+ (from Johan Vromans)
55310              
55311              small nits in diagnostics.pm (from Robin Barker)
55312              
55313              whitespace adjustments
55314              
55315              missing files in MANIFEST
55316              
55317              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
55318              to compensate
55319              
55320              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
55321              
55322              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
55323      Branch: maint-5.6/perl
55324           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
55325           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
55326           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
55327           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
55328           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
55329           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
55330           !> t/lib/cgi-html.t t/lib/cgi-request.t
55331 ____________________________________________________________________________
55332 [  7297] By: gsar                                  on 2000/10/16  04:44:30
55333         Log: integrate change#6025 from mainline
55334              
55335              Is{Alnum,Alpha,Word} don't match titlecase
55336              TODO: IsSpace is defined recursively!
55337              (both spotted by Larry)
55338      Branch: maint-5.6/perl
55339           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55340           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55341 ____________________________________________________________________________
55342 [  7296] By: gsar                                  on 2000/10/16  04:39:30
55343         Log: integrate change#6023 from mainline
55344              
55345              debugger stomps on $. (from M.J.T. Guy)
55346      Branch: maint-5.6/perl
55347           !> lib/perl5db.pl
55348 ____________________________________________________________________________
55349 [  7295] By: gsar                                  on 2000/10/16  04:38:02
55350         Log: integrate change#6022 from mainline
55351              
55352              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
55353      Branch: maint-5.6/perl
55354           !> sv.c
55355 ____________________________________________________________________________
55356 [  7294] By: gsar                                  on 2000/10/16  04:37:05
55357         Log: integrate changes#6018..6021 from mainline
55358              
55359              make lib/syslog.t portable to systems that don't have _PATH_LOG,
55360              make _PATH_LOG() return "" if unavailable
55361              
55362              windows portability tweaks
55363              
55364              test tweak
55365              
55366              remove Win2K issue in pod (fixed by change#6020)
55367      Branch: maint-5.6/perl
55368           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
55369           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
55370           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
55371 ____________________________________________________________________________
55372 [  7293] By: gsar                                  on 2000/10/16  04:20:00
55373         Log: integrate changes#6013..6015 from mainline
55374              
55375              tweak change#5945 to display correct switch name in diagnostic
55376              
55377              glob() loading File::Glob behind the scenes may cause syntax errors
55378              
55379              tweak test for portability
55380      Branch: maint-5.6/perl
55381           !> op.c perl.c pod/perldiag.pod t/lib/b.t
55382 ____________________________________________________________________________
55383 [  7292] By: gsar                                  on 2000/10/16  04:18:11
55384         Log: integrate changes#6005..6010 from mainline, cfgperl
55385              
55386              perldoc might fail via "use blib" (from Hugo van der Sanden)
55387              
55388              Regen Configure.
55389              
55390              note about compile failures and END blocks (from M.J.T. Guy)
55391              
55392              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
55393              
55394              (change#6009 integrated earlier in change#7255)
55395              
55396              clarify note about shadow password support (from
55397              gellyfish@gellyfish.com)
55398      Branch: maint-5.6/perl
55399           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55400           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
55401           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
55402 ____________________________________________________________________________
55403 [  7291] By: gsar                                  on 2000/10/16  04:12:03
55404         Log: integrate changes#6002,6003 from mainline
55405              
55406              destructive sv_setsv() can lose UV-ness from source, causing
55407              numeric promotions/comparisons to fail to do the right thing
55408              
55409              allow REG_EXPAND_SZ keys in Windows registry (from
55410              John Clayton <John.Clayton@barclayscapital.com>)
55411      Branch: maint-5.6/perl
55412           !> sv.c win32/win32.c
55413 ____________________________________________________________________________
55414 [  7290] By: gsar                                  on 2000/10/16  04:10:19
55415         Log: integrate change#6001 from mainline
55416              
55417              support additional library locations via $Config{otherlibdirs}
55418              (from Andy Dougherty)
55419      Branch: maint-5.6/perl
55420           !> Configure INSTALL Porting/Glossary Porting/config.sh
55421           !> Porting/config_H config_h.SH epoc/config.sh perl.c
55422           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
55423           !> win32/config.bc win32/config.gc win32/config.vc
55424 ____________________________________________________________________________
55425 [  7289] By: gsar                                  on 2000/10/16  04:08:28
55426         Log: integrate change#5999 from mainline
55427              
55428              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
55429      Branch: maint-5.6/perl
55430           !> t/pragma/warn/toke toke.c
55431 ____________________________________________________________________________
55432 [  7288] By: gsar                                  on 2000/10/16  04:07:01
55433         Log: integrate changes#5997,5998 from cfgperl
55434              
55435              Preserve $!.
55436              
55437              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
55438      Branch: maint-5.6/perl
55439           !> lib/Math/Complex.pm
55440 ____________________________________________________________________________
55441 [  7287] By: gsar                                  on 2000/10/16  04:04:37
55442         Log: integrate change#5995 from mainline
55443              
55444              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
55445      Branch: maint-5.6/perl
55446           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
55447 ____________________________________________________________________________
55448 [  7286] By: gsar                                  on 2000/10/16  04:03:21
55449         Log: integrate change#5994 from mainline
55450              
55451              fix for missed accounting for null byte in pack("Z",...) (from
55452              M.J.T. Guy)
55453      Branch: maint-5.6/perl
55454           !> pp.c t/op/pack.t
55455 ____________________________________________________________________________
55456 [  7285] By: gsar                                  on 2000/10/16  04:02:11
55457         Log: integrate changes#5989..5993 from mainline
55458              
55459              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
55460              itself and no other (from Tom Hughes)
55461              
55462              use $ENV{LIB} to search for libs under Visual C compiler
55463              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
55464              
55465              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
55466              
55467              pod nit (from Simon Cozens)
55468              
55469              various minor tweaks seen on p5p
55470      Branch: maint-5.6/perl
55471           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
55472           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
55473           !> t/op/array.t toke.c
55474 ____________________________________________________________________________
55475 [  7284] By: gsar                                  on 2000/10/16  03:59:00
55476         Log: integrate changes#5978..5988 from mainline
55477              
55478              sync version numbers in File::Spec with the ones on CPAN
55479              (from Barrie Slaymaker)
55480              
55481              under useithreads, constant pad entries could inadvertantly be
55482              shared across threads (from Eric Blood <eblood@xmission.com>);
55483              added Eric's test case to testsuite
55484              
55485              allow Configure -S to run non-interactively (spotted by Greg Hudson
55486              <ghudson@mit.edu>)
55487              
55488              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
55489              prototype mismatch with CORE::glob(); update pod and tests to
55490              suit (File::Glob::glob() is still available for backward
55491              compatibility, but should be considered deprecated)
55492              
55493              avoid error in IO::Socket::INET when given an unknown service name
55494              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
55495              
55496              numeric conversion of non-number in change#3378 tramples on
55497              OOK offset, causing segfaults
55498              
55499              attributes::reftype() doesn't work on tied argument
55500              
55501              forked child may not exit correctly if it failed to open
55502              /dev/console (from Graham Barr)
55503              
55504              add regular expressions tutorial and quick-start guide (from
55505              Mark Kvale <kvale@phy.ucsf.edu>)
55506              
55507              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
55508              
55509              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
55510              <paul@miraclefish.com>)
55511      Branch: maint-5.6/perl
55512           +> pod/perlrequick.pod pod/perlretut.pod
55513           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
55514           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
55515           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
55516           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
55517           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
55518           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55519           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
55520           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
55521 ____________________________________________________________________________
55522 [  7283] By: gsar                                  on 2000/10/16  03:52:14
55523         Log: integrate change#5977 from mainline
55524              
55525              autoquote barewords followed by newline and arrow properly
55526              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
55527      Branch: maint-5.6/perl
55528           !> t/pragma/warn/toke toke.c
55529 ____________________________________________________________________________
55530 [  7282] By: gsar                                  on 2000/10/16  03:50:48
55531         Log: integrate change#5976 from mainline
55532              
55533              DB_File v1.73 update (from Paul Marquess)
55534      Branch: maint-5.6/perl
55535           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
55536           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
55537 ____________________________________________________________________________
55538 [  7281] By: gsar                                  on 2000/10/16  03:49:14
55539         Log: integrate change#5975 from mainline
55540              
55541              allow sort() reentrancy (variant of patch suggested by
55542              Hugo van der Sanden)
55543      Branch: maint-5.6/perl
55544           !> pp_ctl.c t/op/sort.t
55545 ____________________________________________________________________________
55546 [  7280] By: gsar                                  on 2000/10/16  03:48:22
55547         Log: integrate change#5974 from mainline
55548              
55549              change#4197 somehow missed initializing PL_errors, meaning
55550              syntax error queueing wasn't working outside eval"" at all;
55551              also fixed eval"" to localize PL_error_count, so that compile-time
55552              eval's don't clobber the error state of the outer context
55553      Branch: maint-5.6/perl
55554           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
55555           !> t/pragma/warn/toke
55556 ____________________________________________________________________________
55557 [  7279] By: gsar                                  on 2000/10/16  03:46:21
55558         Log: integrate change#5973 from mainline
55559              
55560              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
55561      Branch: maint-5.6/perl
55562           !> regcomp.c regexec.c t/op/re_tests
55563 ____________________________________________________________________________
55564 [  7278] By: gsar                                  on 2000/10/16  03:44:54
55565         Log: integrate change#5971 from cfgperl
55566              
55567              Unicos tweaks from Mark P. Lutz.
55568      Branch: maint-5.6/perl
55569           !> hints/unicos.sh lib/Math/Complex.pm
55570 ____________________________________________________________________________
55571 [  7277] By: gsar                                  on 2000/10/16  03:42:59
55572         Log: integrate changes#5966..5970 from mainline
55573              
55574              add testsuite for B backends, fix bug in B::Deparse (from
55575              Simon Cozens <simon@brecon.co.uk>)
55576              
55577              improved docs on the warn_uninit diagnostic (from David Glasser
55578              and Simon Cozens)
55579              
55580              tolerate spaces in group names in test on solaris (from David Boyce
55581              <dsb@boyski.com>)
55582              
55583              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
55584              
55585              Data::Dumper fumbles negative numbers on 32-bit platforms where
55586              IV is >32bits
55587      Branch: maint-5.6/perl
55588           +> t/lib/b.t t/lib/syslog.t
55589           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
55590           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
55591           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
55592 ____________________________________________________________________________
55593 [  7276] By: gsar                                  on 2000/10/16  03:39:30
55594         Log: integrate change#5965 from mainline
55595              
55596              avoid "will not stay shared" warnings for our variables (from
55597              Robin Barker)
55598      Branch: maint-5.6/perl
55599           !> op.c t/pragma/warn/op
55600 ____________________________________________________________________________
55601 [  7275] By: gsar                                  on 2000/10/16  03:38:18
55602         Log: integrate change#5964 from mainline
55603              
55604              reformat to 72 columns (again)
55605      Branch: maint-5.6/perl
55606           !> pod/perldiag.pod
55607 ____________________________________________________________________________
55608 [  7274] By: gsar                                  on 2000/10/16  03:36:58
55609         Log: integrate change#5963 from mainline
55610              
55611              patch from Larry to make (\&) prototype work; added tests for
55612              the same
55613      Branch: maint-5.6/perl
55614           !> op.c t/comp/proto.t
55615 ____________________________________________________________________________
55616 [  7273] By: gsar                                  on 2000/10/16  03:35:51
55617         Log: integrate changes#5956..5962 from mainline
55618              
55619              better diagnostics on failed tests (from Ilya Zakharevich)
55620              
55621              pod nits (from A. C. Yardley <yardley@tanet.net>)
55622              
55623              change#3569 deleted some essential code, revert; avoid use of
55624              atexit() to make DynaLoader work properly on AIX under mod_perl
55625              (from Jens-Uwe Mager <jum@helios.de>)
55626              
55627              doubled words in pods (from Simon Cozens
55628              <simon.p.cozens@jp.pwcglobal.com>)
55629              
55630              better INSTALL notes on Solaris issues (from Dominic Dunlop)
55631              
55632              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
55633              
55634              updated README.hpux (from Jeff Okamoto)
55635      Branch: maint-5.6/perl
55636           !> INSTALL README.hpux emacs/cperl-mode.el
55637           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
55638           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
55639           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
55640           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
55641           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
55642           !> t/op/lex_assign.t
55643 ____________________________________________________________________________
55644 [  7272] By: gsar                                  on 2000/10/16  03:31:22
55645         Log: integrate change#5955 from mainline
55646              
55647              longstanding bug exposed by change#3307: sort arguments weren't
55648              compiled with the right wantarray context (ensuing runtime lookup
55649              via block_gimme() was getting the incidental context of the
55650              sort() itself)
55651      Branch: maint-5.6/perl
55652           !> op.c t/op/sort.t
55653 ____________________________________________________________________________
55654 [  7271] By: gsar                                  on 2000/10/16  03:29:11
55655         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
55656              branch
55657              
55658              Flatten the cpp jungle doing the nosuid checking.
55659              
55660              Do not assume sign propagation. (from M.J.T. Guy)
55661              
55662              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
55663              
55664              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
55665              Now pp_ncmp() returns undef is either operand is a NaN.
55666              
55667              On second thoughts frexp() does have two arguments.
55668              
55669              Document that tr() is not tr(1).
55670              
55671              Be more robust on "extreme" (large absolute value)
55672              arguments.  Originally reported by Daniel Connelly
55673              as a problem with asinh() on large negative arguments,
55674              asinh() used to bail out because an argument to log()
55675              ended up being zero.  Ilya Zakharevich proposed using
55676              Taylor's series in such cases, which for such large
55677              arguments is a very good approximation.
55678              
55679              Undo "use integer" addition from 64bitint as it seems
55680              to break most of the subtests in Digital UNIX;
55681              Unicos needs to find another way.
55682      Branch: maint-5.6/perl
55683           !> (integrate 29 files)
55684 ____________________________________________________________________________
55685 [  7270] By: gsar                                  on 2000/10/16  03:09:44
55686         Log: integrate changes#5948,5949,5950 from mainline
55687              
55688              typo in vars.pm that leads to cryptic message (from Piotr
55689              Piatkowski <kompas@kompas.usr.onet.pl>)
55690              
55691              make perldoc use the pod2man from the same version (from
55692              M.J.T. Guy)
55693              
55694              reformat perldiag to avoid long lines
55695      Branch: maint-5.6/perl
55696           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
55697 ____________________________________________________________________________
55698 [  7269] By: gsar                                  on 2000/10/16  03:05:54
55699         Log: integrate change#5947 from mainline
55700              
55701              use &dl_error rather than &dl_load_file as the guard for calling
55702              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
55703              statically built perl)
55704      Branch: maint-5.6/perl
55705           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
55706 ____________________________________________________________________________
55707 [  7268] By: gsar                                  on 2000/10/16  03:04:48
55708         Log: integrate change#5945 from mainline
55709              
55710              make module name mandatory after -M switch; reorder perldiag
55711              alphabetically (from Mark-Jason Dominus)
55712      Branch: maint-5.6/perl
55713           !> perl.c pod/perldiag.pod
55714 ____________________________________________________________________________
55715 [  7267] By: gsar                                  on 2000/10/16  03:03:01
55716         Log: integrate change#5939 from mainline
55717              
55718              more pod nits (from Larry Virden)
55719      Branch: maint-5.6/perl
55720           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
55721           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
55722           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
55723 ____________________________________________________________________________
55724 [  7266] By: gsar                                  on 2000/10/16  03:01:39
55725         Log: integrate change#5938 from mainline
55726              
55727              Consolidated B::Deparse fixes (from Stephen McCamant)
55728      Branch: maint-5.6/perl
55729           !> ext/B/B/Deparse.pm
55730 ____________________________________________________________________________
55731 [  7265] By: gsar                                  on 2000/10/16  03:00:43
55732         Log: integrate change#5936 from mainline
55733              
55734              additional tests for change#7263 (from Paul Marquess)
55735      Branch: maint-5.6/perl
55736           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
55737           !> t/pragma/warn/5nolint t/pragma/warn/6default
55738 ____________________________________________________________________________
55739 [  7264] By: gsar                                  on 2000/10/16  02:58:34
55740         Log: integrate change#5934 from mainline
55741              
55742              propagate lexical warnings from surrounding scope correctly
55743              within string eval() (from Paul Marquess)
55744      Branch: maint-5.6/perl
55745           !> pp_ctl.c t/pragma/warn/pp_ctl
55746 ____________________________________________________________________________
55747 [  7263] By: gsar                                  on 2000/10/16  02:56:53
55748         Log: integrate change#5932 from mainline
55749              
55750              add rsignal(), whichsig() and do_join() to public API list
55751              (mod_perl uses them to good advantage)
55752      Branch: maint-5.6/perl
55753           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
55754 ____________________________________________________________________________
55755 [  7262] By: gsar                                  on 2000/10/16  02:55:53
55756         Log: integrate change#5931 from mainline
55757              
55758              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
55759      Branch: maint-5.6/perl
55760           !> pp_hot.c regexec.c t/op/pat.t
55761 ____________________________________________________________________________
55762 [  7261] By: gsar                                  on 2000/10/16  02:55:01
55763         Log: integrate change#5930 from mainline
55764              
55765              small os390 tweaks (from Peter Prymmer)
55766      Branch: maint-5.6/perl
55767           !> config_h.SH makedepend.SH
55768 ____________________________________________________________________________
55769 [  7260] By: gsar                                  on 2000/10/16  02:54:10
55770         Log: integrate change#5929 from mainline
55771              
55772              pod nits
55773      Branch: maint-5.6/perl
55774           !> pod/perlguts.pod
55775 ____________________________________________________________________________
55776 [  7259] By: gsar                                  on 2000/10/16  02:52:55
55777         Log: integrate change#5927 from mainline
55778              
55779              arrange for next() to resume at the unstack op rather than the
55780              loop conditional, so that scope cleanup happens correctly
55781              (from Stephen McCamant)
55782      Branch: maint-5.6/perl
55783           !> op.c pp_ctl.c t/op/misc.t
55784 ____________________________________________________________________________
55785 [  7258] By: gsar                                  on 2000/10/16  02:51:38
55786         Log: integrate change#5926 from mainline
55787              
55788              on windows, reserve 16M of stack rather than 128M (allows more
55789              threads to run concurrently)
55790      Branch: maint-5.6/perl
55791           !> win32/Makefile win32/makefile.mk
55792 ____________________________________________________________________________
55793 [  7257] By: gsar                                  on 2000/10/16  02:50:37
55794         Log: integrate change#5925 from mainline
55795              
55796              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
55797      Branch: maint-5.6/perl
55798           !> toke.c
55799 ____________________________________________________________________________
55800 [  7256] By: gsar                                  on 2000/10/16  02:49:36
55801         Log: integrate change#5924 from mainline
55802              
55803              avoid using uninitialized memory in require version check
55804      Branch: maint-5.6/perl
55805           !> pp_ctl.c universal.c
55806 ____________________________________________________________________________
55807 [  7255] By: gsar                                  on 2000/10/16  02:48:03
55808         Log: integrate changes#5923,5928,6009 from mainline
55809              
55810              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
55811      Branch: maint-5.6/perl
55812           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
55813 ____________________________________________________________________________
55814 [  7254] By: gsar                                  on 2000/10/16  02:44:46
55815         Log: integrate change#5922 from mainline
55816              
55817              commentary about IoTYPE() (from Nathan Torkington)
55818      Branch: maint-5.6/perl
55819           !> sv.h
55820 ____________________________________________________________________________
55821 [  7253] By: gsar                                  on 2000/10/16  02:43:49
55822         Log: integrate change#5921 from mainline
55823              
55824              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
55825      Branch: maint-5.6/perl
55826           !> sv.c t/lib/charnames.t t/pragma/utf8.t
55827 ____________________________________________________________________________
55828 [  7252] By: gsar                                  on 2000/10/16  02:42:31
55829         Log: integrate change#5920 from mainline
55830              
55831              Larry's fix for buggy propagation of utf8-ness in join(); add test
55832      Branch: maint-5.6/perl
55833           !> doop.c t/op/ver.t
55834 ____________________________________________________________________________
55835 [  7251] By: gsar                                  on 2000/10/16  02:41:14
55836         Log: integrate changes#5915..5919 from mainline
55837              
55838              various (pod tweaks &c)
55839      Branch: maint-5.6/perl
55840           !> (integrate 33 files)
55841 ____________________________________________________________________________
55842 [  7250] By: gsar                                  on 2000/10/16  02:38:16
55843         Log: integrate change#5914 from mainline
55844              
55845              caller() wasn't returning the right number of elements for
55846              eval {...}
55847      Branch: maint-5.6/perl
55848           !> pp_ctl.c t/pragma/warn/9enabled
55849 ____________________________________________________________________________
55850 [  7249] By: gsar                                  on 2000/10/16  02:37:02
55851         Log: integrate change#5913 from mainline
55852              
55853              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
55854              (from Mark-Jason Dominus)
55855      Branch: maint-5.6/perl
55856           !> pod/perlfunc.pod
55857 ____________________________________________________________________________
55858 [  7248] By: gsar                                  on 2000/10/16  02:35:58
55859         Log: integrate change#5912 from mainline
55860              
55861              fix totally broken caching in UNIVERSAL::isa() (from
55862              Nick Ing-Simmons)
55863      Branch: maint-5.6/perl
55864           !> t/op/universal.t universal.c
55865 ____________________________________________________________________________
55866 [  7247] By: gsar                                  on 2000/10/16  02:34:27
55867         Log: integrate changes#5910,5911 from mainline
55868              
55869              typo in pod
55870              
55871              add linebreak properties from unicode/LineBrk.txt (from
55872              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
55873      Branch: maint-5.6/perl
55874           +> (branch 29 files)
55875           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
55876 ____________________________________________________________________________
55877 [  7246] By: gsar                                  on 2000/10/16  02:33:29
55878         Log: integrate change#5909 from mainline
55879              
55880              mode argument to do_binmode() should be file mode, not boolean
55881      Branch: maint-5.6/perl
55882           !> pp_sys.c
55883 ____________________________________________________________________________
55884 [  7245] By: gsar                                  on 2000/10/16  02:31:04
55885         Log: integrate change#5908 from mainline
55886              
55887              introduce illegal symbols into null package so that
55888              gv_fetchpv(...,TRUE) always returns a valid GV even when the
55889              symbol is trapped by strictures (avoids coredumps)
55890      Branch: maint-5.6/perl
55891           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
55892           !> t/pragma/strict-vars
55893 ____________________________________________________________________________
55894 [  7244] By: jhi                                   on 2000/10/16  02:29:54
55895         Log: Subject: $Carp::ExportLevel confusion in Exporter
55896              From: "Ben Tilly" <ben_tilly@hotmail.com>
55897              Date: Sat, 14 Oct 2000 16:44:34 EDT
55898              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
55899      Branch: perl
55900            ! lib/Exporter/Heavy.pm
55901 ____________________________________________________________________________
55902 [  7243] By: jhi                                   on 2000/10/16  02:28:33
55903         Log: Subject: [PATCH perlguts.pod] Document offset hack
55904              From: Simon Cozens <simon@cozens.net>
55905              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
55906              Date: Sat, 14 Oct 2000 19:32:25 +0100
55907      Branch: perl
55908            ! pod/perlguts.pod
55909 ____________________________________________________________________________
55910 [  7242] By: gsar                                  on 2000/10/16  02:26:51
55911         Log: integrate changes#5905,5906,5907,6064 from mainline
55912              
55913              printf/sprintf didn't get quad types right under use64bitint
55914      Branch: maint-5.6/perl
55915           !> pp_sys.c sv.c t/op/64bitint.t
55916 ____________________________________________________________________________
55917 [  7241] By: jhi                                   on 2000/10/16  02:22:44
55918         Log: Subject: small pod patch
55919              From: Dan Boorstein <dan_boo@bellsouth.net>
55920              Date: Sat, 14 Oct 2000 14:29:24 -0400
55921              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
55922      Branch: perl
55923            ! pod/perlfaq7.pod pod/perlmod.pod
55924 ____________________________________________________________________________
55925 [  7240] By: jhi                                   on 2000/10/16  02:13:46
55926         Log: -w cleanup.
55927              
55928              Subject: Re: Problems with bleadperl 
55929              From: "Stephen P. Potter" <spp@ds.net>
55930              Date: Fri, 13 Oct 2000 13:32:49 -0400
55931              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
55932      Branch: perl
55933            ! t/pragma/overload.t
55934 ____________________________________________________________________________
55935 [  7239] By: jhi                                   on 2000/10/16  01:41:18
55936         Log: One more ~utf8 tweak.
55937      Branch: perl
55938            ! t/op/bop.t
55939 ____________________________________________________________________________
55940 [  7238] By: jhi                                   on 2000/10/16  01:34:14
55941         Log: Tweak the test of #7235.
55942      Branch: perl
55943            ! t/op/bop.t
55944 ____________________________________________________________________________
55945 [  7237] By: jhi                                   on 2000/10/16  01:25:04
55946         Log: Fix a couple of compiler-noted nits in #7235.
55947      Branch: perl
55948            ! pp.c
55949 ____________________________________________________________________________
55950 [  7236] By: jhi                                   on 2000/10/16  01:22:46
55951         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
55952      Branch: perl
55953            ! pp.c pp_hot.c
55954 ____________________________________________________________________________
55955 [  7235] By: jhi                                   on 2000/10/15  16:24:44
55956         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
55957              
55958              From: Simon Cozens <simon@cozens.net>
55959              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
55960              Date: Sat, 14 Oct 2000 20:52:13 +0100
55961              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
55962      Branch: perl
55963            ! pp.c t/op/bop.t utf8.h
55964 ____________________________________________________________________________
55965 [  7234] By: jhi                                   on 2000/10/15  15:19:29
55966         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
55967              The problem was that rx->minlen was in chars while pp_split()
55968              thought it would be in bytes. 
55969      Branch: perl
55970            ! pp.c t/pragma/utf8.t
55971 ____________________________________________________________________________
55972 [  7233] By: jhi                                   on 2000/10/14  20:24:24
55973         Log: Document FNCASE=y as discussed in the bug 20000902.009.
55974      Branch: perl
55975            ! README.dos
55976 ____________________________________________________________________________
55977 [  7232] By: jhi                                   on 2000/10/14  18:52:21
55978         Log: Add test for bug id 20000427.003 (which seems to have
55979              been fixed) (also duplicate as 20000427.004, though
55980              with a higher severity).  Move one utf8 from op/append
55981              to pragma/utf8, tag the tests with bug ids.
55982      Branch: perl
55983            ! t/op/append.t t/pragma/utf8.t
55984 ____________________________________________________________________________
55985 [  7231] By: jhi                                   on 2000/10/14  17:28:37
55986         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
55987      Branch: perl
55988            ! t/pragma/utf8.t
55989 ____________________________________________________________________________
55990 [  7230] By: jhi                                   on 2000/10/14  14:24:50
55991         Log: Needs to be conditional on SunOS 4.
55992              
55993              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
55994              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
55995              Date: Sat, 14 Oct 2000 13:37:49 +0100
55996              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
55997      Branch: metaconfig/U/perl
55998            ! End.U
55999      Branch: perl
56000            ! Configure myconfig.SH pod/perldelta.pod
56001 ____________________________________________________________________________
56002 [  7229] By: jhi                                   on 2000/10/14  00:49:22
56003         Log: Update Changes.
56004      Branch: perl
56005            ! Changes patchlevel.h
56006 ____________________________________________________________________________
56007 [  7228] By: jhi                                   on 2000/10/14  00:46:10
56008         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
56009              From: Peter Prymmer <pvhp@forte.com>
56010              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
56011              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
56012      Branch: perl
56013            ! lib/utf8.pm
56014 ____________________________________________________________________________
56015 [  7227] By: jhi                                   on 2000/10/13  23:20:30
56016         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
56017      Branch: perl
56018            ! t/op/tie.t
56019 ____________________________________________________________________________
56020 [  7226] By: jhi                                   on 2000/10/13  22:14:32
56021         Log: Tweak #7225.
56022              
56023              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
56024              From: Peter Prymmer <pvhp@forte.com>
56025              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
56026              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
56027      Branch: perl
56028            ! t/op/sprintf.t
56029 ____________________________________________________________________________
56030 [  7225] By: jhi                                   on 2000/10/13  22:11:31
56031         Log: op/sprintf.t patch for OS/390 (and any other host with limited
56032              floating-point exponent length)
56033              
56034              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
56035              From: Dominic Dunlop <domo@computer.org>
56036              Date: Fri, 13 Oct 2000 19:17:57 +0200
56037              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
56038      Branch: perl
56039            ! t/op/sprintf.t
56040 ____________________________________________________________________________
56041 [  7224] By: jhi                                   on 2000/10/13  18:40:48
56042         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
56043      Branch: perl
56044            ! toke.c
56045 ____________________________________________________________________________
56046 [  7223] By: jhi                                   on 2000/10/13  18:37:13
56047         Log: Thinko in #7222.
56048      Branch: perl
56049            ! utf8.c
56050 ____________________________________________________________________________
56051 [  7222] By: jhi                                   on 2000/10/13  18:05:23
56052         Log: Use UTF8SKIP(), from Simon Cozens.
56053      Branch: perl
56054            ! utf8.c
56055 ____________________________________________________________________________
56056 [  7221] By: jhi                                   on 2000/10/13  15:43:19
56057         Log: (accidentally empty check-in)
56058      Branch: perl
56059            ! utf8.c
56060 ____________________________________________________________________________
56061 [  7220] By: jhi                                   on 2000/10/13  15:23:51
56062         Log: Add (optimistically) Storable to static extensions.
56063      Branch: perl
56064            ! hints/uwin.sh hints/vmesa.sh
56065 ____________________________________________________________________________
56066 [  7219] By: jhi                                   on 2000/10/13  15:20:05
56067         Log: Amdahl UTS doesn't seem to do dynaloading.
56068      Branch: perl
56069            ! hints/uts.sh
56070 ____________________________________________________________________________
56071 [  7218] By: jhi                                   on 2000/10/13  15:15:20
56072         Log: Slight tweak of the code to appease Amdahl UTS cc.
56073      Branch: perl
56074            ! pp.c
56075 ____________________________________________________________________________
56076 [  7217] By: jhi                                   on 2000/10/13  14:50:42
56077         Log: In Amdahl UTS "struct sv" is defined by a system header,
56078              <ksync.h>.
56079      Branch: perl
56080            ! perl.h sv.h
56081 ____________________________________________________________________________
56082 [  7216] By: jhi                                   on 2000/10/13  11:58:25
56083         Log: Ilya implemented the memory profiling API.
56084      Branch: perl
56085            ! Todo
56086 ____________________________________________________________________________
56087 [  7215] By: jhi                                   on 2000/10/13  02:56:38
56088         Log: Subject: [PATCH 5.7.0] Perl API for mstats
56089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56090              Date: Thu, 12 Oct 2000 22:52:40 -0400
56091              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
56092      Branch: perl
56093            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
56094 ____________________________________________________________________________
56095 [  7214] By: jhi                                   on 2000/10/13  02:55:38
56096         Log: Subject: [PATCH 5.7.0] IVs in mtats
56097              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56098              Date: Thu, 12 Oct 2000 22:51:04 -0400
56099              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
56100      Branch: perl
56101            ! malloc.c perl.h
56102 ____________________________________________________________________________
56103 [  7213] By: jhi                                   on 2000/10/13  02:31:47
56104         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
56105      Branch: perl
56106            ! pod/perldiag.pod pp_sys.c
56107 ____________________________________________________________________________
56108 [  7212] By: jhi                                   on 2000/10/13  01:27:38
56109         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
56110              From: Peter Prymmer <pvhp@forte.com>
56111              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
56112              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
56113      Branch: perl
56114            ! t/op/oct.t
56115 ____________________________________________________________________________
56116 [  7211] By: jhi                                   on 2000/10/13  00:35:09
56117         Log: Update Changes.
56118      Branch: perl
56119            ! Changes patchlevel.h
56120 ____________________________________________________________________________
56121 [  7210] By: jhi                                   on 2000/10/12  23:59:40
56122         Log: The Install.pm third of
56123              
56124              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
56125              From: Bill Campbell <bill@celestial.com>
56126              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
56127              Date: Thu, 5 Oct 2000 18:04:51 -0700
56128      Branch: perl
56129            ! lib/ExtUtils/Install.pm
56130 ____________________________________________________________________________
56131 [  7209] By: jhi                                   on 2000/10/12  23:58:43
56132         Log: Two thirds of
56133              
56134              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
56135              Date: Thu, 5 Oct 2000 18:04:51 -0700
56136              From: Bill Campbell <bill@celestial.com>
56137              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
56138              
56139              The Install.pm changes will be submitted separately because
56140              they need some work and discussion still.
56141      Branch: perl
56142            ! lib/getopts.pl lib/termcap.pl
56143 ____________________________________________________________________________
56144 [  7208] By: jhi                                   on 2000/10/12  23:41:19
56145         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
56146              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56147              Date:     Thu, 12 Oct 2000 07:30:02 EDT
56148              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
56149      Branch: perl
56150            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
56151            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
56152 ____________________________________________________________________________
56153 [  7207] By: jhi                                   on 2000/10/12  23:39:01
56154         Log: An updated EBCDIC tr patch.
56155              
56156              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
56157              From: Peter Prymmer <pvhp@forte.com>
56158              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
56159              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
56160      Branch: perl
56161            ! t/op/tr.t
56162 ____________________________________________________________________________
56163 [  7206] By: jhi                                   on 2000/10/12  23:34:55
56164         Log: Upgrade to CPAN 1.58, from Andreas König.
56165      Branch: perl
56166            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56167 ____________________________________________________________________________
56168 [  7205] By: jhi                                   on 2000/10/12  23:29:08
56169         Log: Introduce the man[24-8] variables, from Andy Dougherty.
56170      Branch: metaconfig/U/perl
56171            + mandirs.U mandirstyle.U
56172      Branch: perl
56173            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56174            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
56175            ! vos/config.h vos/config.pl vos/config_h.SH_orig
56176            ! win32/config.bc win32/config.gc win32/config.vc
56177 ____________________________________________________________________________
56178 [  7204] By: gsar                                  on 2000/10/12  18:11:24
56179         Log: restore change#7202
56180      Branch: perl
56181            ! mg.c
56182 ____________________________________________________________________________
56183 [  7203] By: gsar                                  on 2000/10/12  18:09:40
56184         Log: another test of the Emergency Broadcast System--back out 
56185              change#7202
56186      Branch: perl
56187            ! mg.c
56188 ____________________________________________________________________________
56189 [  7202] By: gsar                                  on 2000/10/12  16:40:47
56190         Log: (submitted on behalf of Jarkko)
56191              Fix the lib/encode.t subtest 6 failure as reported by Andreas
56192              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
56193              was unearthed by change 7182, as was a bug in HTML::Entities.
56194      Branch: perl
56195            ! mg.c
56196 ____________________________________________________________________________
56197 [  7201] By: jhi                                   on 2000/10/11  03:16:05
56198         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
56199      Branch: perl
56200            ! pp_hot.c t/pragma/utf8.t
56201 ____________________________________________________________________________
56202 [  7200] By: jhi                                   on 2000/10/11  00:40:30
56203         Log: The #7198 was a false alarm.
56204      Branch: perl
56205            ! pp_hot.c
56206 ____________________________________________________________________________
56207 [  7199] By: jhi                                   on 2000/10/11  00:26:04
56208         Log: Remove duplicated code.
56209      Branch: perl
56210            ! t/lib/cgi-html.t
56211 ____________________________________________________________________________
56212 [  7198] By: jhi                                   on 2000/10/10  23:30:46
56213         Log: (Retracted by #7200.)
56214      Branch: perl
56215            ! pp_hot.c
56216 ____________________________________________________________________________
56217 [  7197] By: jhi                                   on 2000/10/10  21:49:30
56218         Log: Add the test case for #7190, from the original bug report
56219              by Andreas König.
56220      Branch: perl
56221            ! t/pragma/utf8.t
56222 ____________________________________________________________________________
56223 [  7196] By: jhi                                   on 2000/10/10  21:40:49
56224         Log: Reapply Andy's patch and regen Configure.
56225      Branch: perl
56226            ! Configure INSTALL Makefile.SH Porting/Glossary
56227            ! Porting/config.sh config_h.SH epoc/config.sh installperl
56228            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
56229            ! win32/config.vc
56230 ____________________________________________________________________________
56231 [  7195] By: jhi                                   on 2000/10/10  21:09:30
56232         Log: Use the versiononly instead of the installscripts,
56233              retract the changes 7146 and 7147.
56234      Branch: perl
56235            ! Configure INSTALL Makefile.SH Porting/Glossary
56236            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
56237            ! installperl uconfig.sh vos/config.def win32/config.bc
56238            ! win32/config.gc win32/config.vc
56239 ____________________________________________________________________________
56240 [  7194] By: jhi                                   on 2000/10/10  21:06:15
56241         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
56242              From: Peter Prymmer <pvhp@forte.com>
56243              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
56244              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
56245      Branch: perl
56246            ! t/op/ver.t
56247 ____________________________________________________________________________
56248 [  7193] By: jhi                                   on 2000/10/10  21:05:12
56249         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
56250              From: Peter Prymmer <pvhp@forte.com>
56251              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
56252              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
56253      Branch: perl
56254            ! t/op/tr.t
56255 ____________________________________________________________________________
56256 [  7192] By: jhi                                   on 2000/10/10  20:57:30
56257         Log: Add versiononly, delete installscripts, from Andy Dougherty.
56258      Branch: metaconfig
56259            - U/installdirs/installscripts.U
56260      Branch: metaconfig/U/perl
56261            + versiononly.U
56262 ____________________________________________________________________________
56263 [  7191] By: jhi                                   on 2000/10/10  19:41:21
56264         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
56265              From: Peter Prymmer <pvhp@forte.com>
56266              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
56267              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
56268      Branch: perl
56269            ! pod/perlebcdic.pod
56270 ____________________________________________________________________________
56271 [  7190] By: jhi                                   on 2000/10/10  19:26:14
56272         Log: Subject: Re: utf8 concat, mg_get
56273              From: Simon Cozens <simon@cozens.net>
56274              Date: Tue, 10 Oct 2000 17:40:17 +0100
56275              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
56276      Branch: perl
56277            ! pp_hot.c
56278 ____________________________________________________________________________
56279 [  7189] By: jhi                                   on 2000/10/10  19:23:03
56280         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
56281              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
56282              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
56283              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
56284      Branch: perl
56285            ! lib/ExtUtils/MM_Unix.pm
56286 ____________________________________________________________________________
56287 [  7188] By: jhi                                   on 2000/10/10  15:31:24
56288         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
56289              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
56290              Date: Fri, 14 Jul 2000 10:47:36 +0100
56291              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
56292      Branch: perl
56293            ! README.win32
56294 ____________________________________________________________________________
56295 [  7187] By: jhi                                   on 2000/10/10  13:30:10
56296         Log: Quote the temp file name, needed in Win32 because the
56297              default name unfortunately contains spaces, shouldn't
56298              hurt elsewhere.
56299              
56300              Subject: FW: perldoc fails if $TEMP contains spaces
56301              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
56302              Date: Thu, 14 Sep 2000 08:58:45 +0100
56303              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
56304      Branch: perl
56305            ! utils/perldoc.PL
56306 ____________________________________________________________________________
56307 [  7186] By: jhi                                   on 2000/10/10  13:16:27
56308         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
56309              From: hv@hugo.hybyte.com
56310              Date: Tue, 10 Oct 2000 14:10:20 +0100
56311              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
56312      Branch: perl
56313            ! t/lib/thr5005.t util.c
56314 ____________________________________________________________________________
56315 [  7185] By: jhi                                   on 2000/10/10  12:06:22
56316         Log: Upgrade to podlators 1.04, from Russ Allbery.
56317      Branch: perl
56318            ! lib/Pod/Man.pm lib/Pod/Text.pm
56319 ____________________________________________________________________________
56320 [  7184] By: jhi                                   on 2000/10/10  12:01:32
56321         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
56322      Branch: perl
56323            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
56324 ____________________________________________________________________________
56325 [  7183] By: jhi                                   on 2000/10/09  23:47:15
56326         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
56327              From: Peter Prymmer <pvhp@forte.com>
56328              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
56329              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
56330      Branch: perl
56331            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
56332 ____________________________________________________________________________
56333 [  7182] By: jhi                                   on 2000/10/09  23:43:16
56334         Log: Make eq work again with utf8 (disabling the upgrading
56335              should no more be necessary since the copies of the
56336              scalars are upgraded, not the scalars themselves).
56337              Takes care of ID 20001009.001.  (The claimed length()
56338              bug in 20001009.001 seems bogus to me.)
56339      Branch: perl
56340            ! sv.c t/pragma/utf8.t
56341 ____________________________________________________________________________
56342 [  7181] By: gsar                                  on 2000/10/09  19:41:54
56343         Log: tweak for change#7173
56344      Branch: perl
56345            ! win32/win32sck.c
56346 ____________________________________________________________________________
56347 [  7180] By: gsar                                  on 2000/10/09  19:26:56
56348         Log: on Windows, clean targets might not work under some flavors of the shell
56349      Branch: perl
56350            ! win32/Makefile win32/makefile.mk
56351 ____________________________________________________________________________
56352 [  7179] By: jhi                                   on 2000/10/09  19:21:02
56353         Log: Update Changes.
56354      Branch: perl
56355            ! Changes patchlevel.h
56356 ____________________________________________________________________________
56357 [  7178] By: jhi                                   on 2000/10/09  19:18:23
56358         Log: Warn about unknown scripts.
56359              
56360              Subject: Re: ideas? patches? [PATCH bleadperl]
56361              From: Dominic Dunlop <domo@computer.org>
56362              Date: Mon, 9 Oct 2000 14:57:17 +0200
56363              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
56364      Branch: perl
56365            ! lib/charnames.pm
56366 ____________________________________________________________________________
56367 [  7177] By: jhi                                   on 2000/10/09  19:13:27
56368         Log: Change #7160 had a nasty typo.
56369      Branch: metaconfig
56370            ! U/compline/Compile.U
56371      Branch: perl
56372            ! Configure config_h.SH
56373 ____________________________________________________________________________
56374 [  7176] By: gsar                                  on 2000/10/09  18:59:33
56375         Log: pod nit
56376      Branch: perl
56377            ! pod/perlport.pod
56378 ____________________________________________________________________________
56379 [  7175] By: gsar                                  on 2000/10/09  18:54:28
56380         Log: Windows9x doesn't support link(), despite what Config.pm
56381              might think
56382      Branch: perl
56383            ! lib/ExtUtils/Manifest.pm
56384 ____________________________________________________________________________
56385 [  7174] By: gsar                                  on 2000/10/09  18:50:03
56386         Log: avoid nonportable example code
56387      Branch: perl
56388            ! lib/File/Copy.pm
56389 ____________________________________________________________________________
56390 [  7173] By: gsar                                  on 2000/10/09  18:46:54
56391         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
56392              being used) when closing a socket handle
56393      Branch: perl
56394            ! win32/win32.c win32/win32.h win32/win32sck.c
56395 ____________________________________________________________________________
56396 [  7172] By: gsar                                  on 2000/10/09  18:41:40
56397         Log: on Windows, cwd strings in the environment should be of the
56398              form =X:=X:\foo instead of =X=X:\foo\
56399      Branch: perl
56400            ! win32/vdir.h
56401 ____________________________________________________________________________
56402 [  7171] By: gsar                                  on 2000/10/09  18:30:09
56403         Log: on Windows, LoadLibrary() could load an extension DLL multiple
56404              times if forward slashes are used in the path
56405      Branch: perl
56406            ! win32/win32.c
56407 ____________________________________________________________________________
56408 [  7170] By: jhi                                   on 2000/10/09  17:53:59
56409         Log: Add a todo note about overloadable assertions.
56410      Branch: perl
56411            ! Todo-5.6
56412 ____________________________________________________________________________
56413 [  7169] By: jhi                                   on 2000/10/09  13:43:45
56414         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
56415              From: mjd@plover.com
56416              Date: 9 Oct 2000 00:24:44 -0000
56417              Message-ID: <20001009002444.10616.qmail@plover.com>
56418      Branch: perl
56419            ! pod/perldebguts.pod
56420 ____________________________________________________________________________
56421 [  7168] By: nick                                  on 2000/10/08  13:16:33
56422         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
56423              is not right thing to do on (e.g. x86). Network order is also "right" for
56424              X fonts.
56425      Branch: perl
56426            ! ext/Encode/Encode.pm
56427 ____________________________________________________________________________
56428 [  7167] By: nick                                  on 2000/10/08  12:54:42
56429         Log: Make "encodings" work post-install when Encode/*.enc files may not
56430              be in same directory as Encode.pm
56431      Branch: perl
56432            ! ext/Encode/Encode.pm
56433 ____________________________________________________________________________
56434 [  7166] By: nick                                  on 2000/10/08  11:51:26
56435         Log: Work round the fact that $hash->{$key} does not take into account
56436              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
56437              so that key is always in the "expected" encoding - i.e. same way we put
56438              it in the hash.
56439      Branch: perl
56440            ! ext/Encode/Encode.pm
56441 ____________________________________________________________________________
56442 [  7165] By: gsar                                  on 2000/10/08  04:15:29
56443         Log: save_re_context() could reset PL_curcop to freed memory, causing core
56444              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
56445      Branch: perl
56446            ! pp_ctl.c
56447 ____________________________________________________________________________
56448 [  7164] By: jhi                                   on 2000/10/06  20:51:48
56449         Log: UTF8ize split() so that the cloned substrings get the UTF8
56450              flag of the original scalar.  Problem reported by Simon Cozens.
56451      Branch: perl
56452            ! pp.c t/pragma/utf8.t
56453 ____________________________________________________________________________
56454 [  7163] By: nick                                  on 2000/10/06  20:48:34
56455         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
56456              got a false +ve and so did not reach code which would have un-FAKEd the SV.
56457      Branch: perl
56458            ! sv.c
56459 ____________________________________________________________________________
56460 [  7162] By: nick                                  on 2000/10/06  20:25:37
56461         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
56462              To fix  (sort {$a <=> $b} keys %hash) in particular but
56463              should cover a number of other as-yet-unknown cases as well.
56464      Branch: perl
56465            ! sv.c
56466 ____________________________________________________________________________
56467 [  7161] By: jhi                                   on 2000/10/06  19:56:18
56468         Log: Change the version number of Tie::Handle in the core to 4.0,
56469              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
56470              
56471              Subject: Note on Tie::Handle
56472              From: andreas.koenig@anima.de (Andreas J. Koenig)
56473              Date:      06 Oct 2000 21:48:58 +0200
56474              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
56475      Branch: perl
56476            ! lib/Tie/Handle.pm
56477 ____________________________________________________________________________
56478 [  7160] By: jhi                                   on 2000/10/06  18:20:35
56479         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
56480              as the first option of cc/ld because of ultrapicky compilers
56481              (e.g. OS/390 R2.5)
56482      Branch: metaconfig
56483            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
56484            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
56485            ! U/compline/orderlib.U U/modified/Cppsym.U
56486            ! U/modified/d_access.U
56487      Branch: metaconfig/U/perl
56488            ! Checkcc.U d_dlsymun.U gccvers.U
56489      Branch: perl
56490            ! Configure config_h.SH
56491 ____________________________________________________________________________
56492 [  7159] By: jhi                                   on 2000/10/06  13:56:39
56493         Log: Update Changes.
56494      Branch: perl
56495            ! Changes patchlevel.h
56496 ____________________________________________________________________________
56497 [  7158] By: jhi                                   on 2000/10/06  12:48:40
56498         Log: Eliminate $Is_VMS code from the test.
56499              
56500              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
56501              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56502              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
56503              Date:     Thu, 5 Oct 2000 07:46:33 EDT
56504      Branch: perl
56505            ! t/lib/b.t
56506 ____________________________________________________________________________
56507 [  7157] By: jhi                                   on 2000/10/06  12:47:13
56508         Log: Also the $ccflags is needed for the C compiler check.
56509              
56510              Subject: Configure (check for C-compiler)
56511              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56512              Date: Fri, 06 Oct 2000 08:47:15 +0200
56513              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
56514      Branch: metaconfig/U/perl
56515            ! Checkcc.U
56516      Branch: perl
56517            ! Configure config_h.SH
56518 ____________________________________________________________________________
56519 [  7156] By: jhi                                   on 2000/10/06  11:45:15
56520         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
56521      Branch: perl
56522            ! perl.c pp_ctl.c sv.h utf8.c
56523 ____________________________________________________________________________
56524 [  7155] By: jhi                                   on 2000/10/06  11:40:41
56525         Log: IO::Handle->syswrite() did not handle length omission
56526              like CORE::syswrite() does.
56527              
56528              Subject: [Fwd] IO::Handle, syswrite and arguments
56529              From: Graham Barr <gbarr@pobox.com>
56530              Date: Fri, 6 Oct 2000 10:22:05 +0100
56531              Message-ID: <20001006102205.U6312@pobox.com>
56532              
56533              The original patch from andrew@ugh.net.au.
56534      Branch: perl
56535            ! ext/IO/lib/IO/Handle.pm
56536 ____________________________________________________________________________
56537 [  7154] By: jhi                                   on 2000/10/06  01:42:15
56538         Log: Tweak #7153.
56539      Branch: perl
56540            ! utf8.h
56541 ____________________________________________________________________________
56542 [  7153] By: jhi                                   on 2000/10/06  00:39:55
56543         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
56544      Branch: perl
56545            ! utf8.h
56546 ____________________________________________________________________________
56547 [  7152] By: jhi                                   on 2000/10/06  00:38:11
56548         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
56549      Branch: perl
56550            ! perl.c pp_ctl.c sv.h utf8.c
56551 ____________________________________________________________________________
56552 [  7151] By: jhi                                   on 2000/10/06  00:36:38
56553         Log: Subject: Re: Questions about Tie::Array and perl modules
56554              From: Nick Ing-Simmons <nik@tiuk.ti.com>
56555              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
56556              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
56557              
56558              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
56559      Branch: perl
56560            ! lib/Tie/Array.pm t/op/array.t
56561 ____________________________________________________________________________
56562 [  7150] By: jhi                                   on 2000/10/05  00:20:45
56563         Log: Regen Changes.
56564      Branch: perl
56565            ! Changes patchlevel.h
56566 ____________________________________________________________________________
56567 [  7149] By: jhi                                   on 2000/10/05  00:20:01
56568         Log: Regen toc.
56569      Branch: perl
56570            ! pod/perltoc.pod
56571 ____________________________________________________________________________
56572 [  7148] By: jhi                                   on 2000/10/04  23:35:08
56573         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
56574              reported several times by Dominic Dunlop, for example in
56575              ID 20000315.008.  Patch from Dominic.  Patch affects at
56576              least MachTen, and possibly other oldish BSDs. Should not
56577              break non-broken platforms (tested on LinuxPPC). 
56578      Branch: perl
56579            ! doio.c
56580 ____________________________________________________________________________
56581 [  7147] By: jhi                                   on 2000/10/04  23:26:34
56582         Log: The one that got away from 7146.
56583      Branch: metaconfig
56584            + U/installdirs/installscripts.U
56585 ____________________________________________________________________________
56586 [  7146] By: jhi                                   on 2000/10/04  23:25:04
56587         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
56588              suggested by H. Merijn Brand.
56589      Branch: perl
56590            ! Configure INSTALL Makefile.SH Porting/Glossary
56591            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
56592            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
56593            ! win32/config.vc
56594 ____________________________________________________________________________
56595 [  7145] By: jhi                                   on 2000/10/04  22:08:21
56596         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
56597              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56598              Date: Wed, 4 Oct 2000 17:37:46 -0400
56599              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
56600      Branch: perl
56601            ! utils/h2xs.PL
56602 ____________________________________________________________________________
56603 [  7144] By: jhi                                   on 2000/10/04  18:11:41
56604         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
56605              From: Jeff Pinyan <jeffp@crusoe.net>
56606              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
56607              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
56608      Branch: perl
56609            ! pod/perlrun.pod
56610 ____________________________________________________________________________
56611 [  7143] By: jhi                                   on 2000/10/04  18:09:58
56612         Log: Subject: perlhack.pod Patch for Externals Tools
56613              From: Fisher Mark <fisherm@tce.com>
56614              Date: Tue, 3 Oct 2000 15:43:27 -0500 
56615              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
56616      Branch: perl
56617            ! pod/perlhack.pod
56618 ____________________________________________________________________________
56619 [  7142] By: jhi                                   on 2000/10/04  18:08:41
56620         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
56621              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56622              Date:     Wed, 4 Oct 2000 12:11:11 EDT
56623              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
56624      Branch: perl
56625            ! vms/vms.c
56626 ____________________________________________________________________________
56627 [  7141] By: jhi                                   on 2000/10/04  12:20:16
56628         Log: Subject: [PATCH 5.7.0] h2xs not working
56629              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56630              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
56631              Date: Tue, 3 Oct 2000 21:43:01 -0400
56632              
56633              Subject: [PATCH 5.7.0] h2xs not documenting the created module
56634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56635              Date: Tue, 3 Oct 2000 22:55:19 -0400
56636              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
56637      Branch: perl
56638            ! utils/h2xs.PL
56639 ____________________________________________________________________________
56640 [  7140] By: jhi                                   on 2000/10/04  11:53:44
56641         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
56642              From: nick@babyhippo.com
56643              Date: Wed, 4 Oct 2000 12:06:45 +0100
56644              Message-Id: <20001004120645.A7356@babyhippo.com>
56645              
56646              Retract 7118 and 7135.
56647      Branch: perl
56648            ! installman installperl op.c t/pragma/subs.t
56649 ____________________________________________________________________________
56650 [  7139] By: jhi                                   on 2000/10/03  22:09:41
56651         Log: It is possible to have no hosts database at all.  Pointed out in
56652              
56653              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
56654              From: Peter Prymmer <pvhp@forte.com>
56655              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
56656              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
56657      Branch: metaconfig
56658            ! U/modified/myhostname.U
56659      Branch: perl
56660            ! Configure config_h.SH
56661 ____________________________________________________________________________
56662 [  7138] By: jhi                                   on 2000/10/03  21:49:49
56663         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
56664              From: Peter Prymmer <pvhp@forte.com>
56665              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
56666              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
56667      Branch: perl
56668            ! pp_sys.c
56669 ____________________________________________________________________________
56670 [  7137] By: jhi                                   on 2000/10/03  20:10:05
56671         Log: One remaining nit less at the VMS mailbox sizing.
56672      Branch: perl
56673            ! vms/vms.c
56674 ____________________________________________________________________________
56675 [  7136] By: jhi                                   on 2000/10/03  20:08:47
56676         Log: Test harness update to sync with the new perlcc,
56677              from Simon Cozens.
56678      Branch: perl
56679            ! t/TEST t/UTEST
56680 ____________________________________________________________________________
56681 [  7135] By: jhi                                   on 2000/10/03  15:15:42
56682         Log: Subject: Re: PATCH for 20001003.004
56683              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
56684              From: "AARON B. DOSSETT" <aaron@iglou.com>
56685              Message-Id: <E13gTay-0006od-00@iglou.com>
56686      Branch: perl
56687            ! installman installperl
56688 ____________________________________________________________________________
56689 [  7134] By: jhi                                   on 2000/10/03  15:00:34
56690         Log: Subject: [ID 20001003.006] B::Debug not -w clean
56691              From: Nicholas Clark <nick@babyhippo.co.uk>
56692              Date: Tue, 03 Oct 2000 15:46:32 +0100
56693              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
56694      Branch: perl
56695            ! ext/B/B/Debug.pm
56696 ____________________________________________________________________________
56697 [  7133] By: jhi                                   on 2000/10/03  14:58:39
56698         Log: Scale down the VMS message boxes, by Charles Lane.
56699              Fix for ID 20000903.009, workaround at
56700              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
56701      Branch: perl
56702            ! vms/vms.c
56703 ____________________________________________________________________________
56704 [  7132] By: jhi                                   on 2000/10/03  11:20:37
56705         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
56706      Branch: perl
56707            + t/lib/st-lock.t t/lib/st-utf8.t
56708            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
56709            ! ext/Storable/Storable.xs t/lib/st-recurse.t
56710 ____________________________________________________________________________
56711 [  7131] By: jhi                                   on 2000/10/03  03:38:23
56712         Log: Encode nits.
56713      Branch: perl
56714            ! MANIFEST Makefile.SH
56715 ____________________________________________________________________________
56716 [  7130] By: jhi                                   on 2000/10/03  03:31:05
56717         Log: Update Changes.
56718      Branch: perl
56719            ! Changes patchlevel.h
56720 ____________________________________________________________________________
56721 [  7129] By: jhi                                   on 2000/10/03  02:24:02
56722         Log: Misplaced else.
56723      Branch: metaconfig/U/perl
56724            ! d_strtoll.U
56725      Branch: perl
56726            ! Configure config_h.SH
56727 ____________________________________________________________________________
56728 [  7128] By: jhi                                   on 2000/10/03  02:08:29
56729         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
56730              From: sthoenna@efn.org
56731              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
56732              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
56733      Branch: metaconfig/U/perl
56734            ! d_strtoll.U
56735      Branch: perl
56736            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
56737 ____________________________________________________________________________
56738 [  7127] By: jhi                                   on 2000/10/03  01:13:14
56739         Log: Update Changes.
56740      Branch: perl
56741            ! Changes patchlevel.h
56742 ____________________________________________________________________________
56743 [  7126] By: jhi                                   on 2000/10/03  00:57:08
56744         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
56745              as suggested by Olaf Flebbe and Nick Clark.
56746      Branch: perl
56747            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
56748 ____________________________________________________________________________
56749 [  7125] By: jhi                                   on 2000/10/03  00:50:56
56750         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
56751              From: Nick Clark <nick@plum.flirble.org>
56752              Date: Mon, 2 Oct 2000 11:03:24 +0100
56753              Message-Id: <20001002110324.D20073@plum.flirble.org>
56754              
56755              Also fixes bug ID 20001002.005.
56756      Branch: perl
56757            ! t/lib/encode.t
56758 ____________________________________________________________________________
56759 [  7124] By: jhi                                   on 2000/10/03  00:34:59
56760         Log: Subject: [PATCH 5.7.0] Epoc update
56761              From: Olaf Flebbe <o.flebbe@gmx.de>
56762              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
56763              Message-ID: <26423.969484586@www10.gmx.net>
56764      Branch: perl
56765            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
56766            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
56767            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
56768            ! util.c util.h
56769 ____________________________________________________________________________
56770 [  7123] By: jhi                                   on 2000/10/03  00:30:07
56771         Log: Regen headers.
56772      Branch: perl
56773            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
56774 ____________________________________________________________________________
56775 [  7122] By: jhi                                   on 2000/10/03  00:10:48
56776         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
56777      Branch: perl
56778            ! hints/openbsd.sh
56779 ____________________________________________________________________________
56780 [  7121] By: jhi                                   on 2000/10/03  00:05:06
56781         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
56782              From: <abigail@foad.org>
56783              Date: Tue, 26 Sep 2000 13:36:14 -0400
56784              Message-ID: <20000926173614.4356.qmail@foad.org>
56785      Branch: perl
56786            ! pod/perlop.pod
56787 ____________________________________________________________________________
56788 [  7120] By: jhi                                   on 2000/10/03  00:04:00
56789         Log: Inside require() $^S was always left undefined.
56790              
56791              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
56792              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56793              Date: Wed, 27 Sep 2000 18:54:49 -0400
56794              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
56795      Branch: perl
56796            ! cop.h mg.c pp_ctl.c util.c
56797 ____________________________________________________________________________
56798 [  7119] By: jhi                                   on 2000/10/03  00:00:16
56799         Log: Subject: [PATCH] DLL not restartabke with threaded perl
56800              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
56801              Date: Thu, 28 Sep 2000 09:20:46 +0100
56802              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
56803      Branch: perl
56804            ! perl.c
56805 ____________________________________________________________________________
56806 [  7118] By: jhi                                   on 2000/10/02  23:59:20
56807         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
56808              From: Nicholas Clark <nick@ccl4.org>
56809              Date: Thu, 28 Sep 2000 11:52:24 +0100
56810              Message-ID: <20000928115224.D7924@plum.flirble.org>
56811      Branch: perl
56812            ! op.c
56813 ____________________________________________________________________________
56814 [  7117] By: jhi                                   on 2000/10/02  23:57:51
56815         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
56816              From: Nicholas Clark <nick@babyhippo.co.uk>
56817              Date: Thu, 28 Sep 2000 12:18:10 +0100
56818              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
56819              
56820              Did not apply cleanly, manual intervention was needed.
56821      Branch: perl
56822            ! ext/B/B/Bytecode.pm utils/perlcc.PL
56823 ____________________________________________________________________________
56824 [  7116] By: jhi                                   on 2000/10/02  23:50:40
56825         Log: Document the issue (is not a syntax error, kind of)
56826              
56827              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
56828              From: Nicholas Clark <nick@ccl4.org>
56829              Date: Thu, 28 Sep 2000 17:12:42 +0100
56830              Message-ID: <20000928171242.K7924@plum.flirble.org>
56831      Branch: perl
56832            ! pod/perldata.pod
56833 ____________________________________________________________________________
56834 [  7115] By: jhi                                   on 2000/10/02  23:48:58
56835         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
56836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56837              Date: Thu, 28 Sep 2000 21:55:31 -0400
56838              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
56839      Branch: perl
56840            ! regexec.c
56841 ____________________________________________________________________________
56842 [  7114] By: jhi                                   on 2000/10/02  23:47:57
56843         Log: Subject: DOC PATCH 5.6.0
56844              From: mjd@plover.com
56845              Date: 30 Sep 2000 06:02:34 -0000
56846              Message-ID: <20000930060234.4559.qmail@plover.com>
56847      Branch: perl
56848            ! pod/perldebguts.pod
56849 ____________________________________________________________________________
56850 [  7113] By: jhi                                   on 2000/10/02  23:46:43
56851         Log: SOCK_DGRAM and listen() do not mix as reported in
56852              
56853              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
56854              From: Petter Reinholdtsen <pere@hungry.com>
56855              Date: Sun, 1 Oct 2000 10:57:20 +0800
56856              Message-Id: <200010010257.KAA05735@localhost.localdomain>
56857              
56858              The patch for 5.7.0+ had to be reengineered, though.
56859      Branch: perl
56860            ! ext/IO/lib/IO/Socket/UNIX.pm
56861 ____________________________________________________________________________
56862 [  7112] By: jhi                                   on 2000/10/02  23:36:57
56863         Log: Subject: Re: [PATCH 5.005_64 missed]
56864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56865              Date: Sun, 1 Oct 2000 18:50:10 -0400
56866              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
56867      Branch: perl
56868            ! pod/perlxs.pod
56869 ____________________________________________________________________________
56870 [  7111] By: jhi                                   on 2000/10/02  23:35:40
56871         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
56872              From: Radu Greab <radu@netsoft.ro>
56873              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
56874              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
56875      Branch: perl
56876            ! op.c opcode.pl t/op/substr.t
56877 ____________________________________________________________________________
56878 [  7110] By: jhi                                   on 2000/10/02  23:32:38
56879         Log: Subject: [PATCH] Fix aliasing of tied filehandles
56880              From: Daniel Chetlin <daniel@chetlin.com>
56881              Date: Mon, 2 Oct 2000 14:53:27 -0700
56882              Message-ID: <20001002145327.C1617@ilmd>
56883      Branch: perl
56884            ! perl.h pp_hot.c t/op/tiehandle.t
56885 ____________________________________________________________________________
56886 [  7109] By: jhi                                   on 2000/10/02  23:31:30
56887         Log: s/Robin Parker/Robin Barker/
56888      Branch: perl
56889            ! Changes5.6
56890 ____________________________________________________________________________
56891 [  7108] By: jhi                                   on 2000/10/02  23:15:46
56892         Log: Retract #7091 as suggested in
56893              
56894              From: Robin Barker <rmb1@cise.npl.co.uk> 
56895              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
56896              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
56897              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
56898      Branch: perl
56899            ! embed.pl proto.h
56900 ____________________________________________________________________________
56901 [  7107] By: nick                                  on 2000/10/02  18:23:14
56902         Log: A few tweaks to get Tk803 to work with Encode scheme.
56903      Branch: perl
56904            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
56905 ____________________________________________________________________________
56906 [  7106] By: nick                                  on 2000/10/01  21:34:14
56907         Log: Add checking cases to Encode's toUnicode and fromUnicode.
56908      Branch: perl
56909            ! ext/Encode/Encode.pm
56910 ____________________________________________________________________________
56911 [  7105] By: nick                                  on 2000/10/01  17:18:01
56912         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
56913              To read and use them.
56914              Add a lib/encode.t which checks a few things.
56915      Branch: perl
56916            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
56917            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
56918            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
56919            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
56920            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
56921            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
56922            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
56923            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
56924            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
56925            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
56926            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
56927            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
56928            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
56929            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
56930            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
56931            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
56932            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
56933            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
56934            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
56935            + ext/Encode/Encode/iso2022-jp.enc
56936            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
56937            + ext/Encode/Encode/iso8859-1.enc
56938            + ext/Encode/Encode/iso8859-2.enc
56939            + ext/Encode/Encode/iso8859-3.enc
56940            + ext/Encode/Encode/iso8859-4.enc
56941            + ext/Encode/Encode/iso8859-5.enc
56942            + ext/Encode/Encode/iso8859-6.enc
56943            + ext/Encode/Encode/iso8859-7.enc
56944            + ext/Encode/Encode/iso8859-8.enc
56945            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
56946            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
56947            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
56948            + ext/Encode/Encode/macCentEuro.enc
56949            + ext/Encode/Encode/macCroatian.enc
56950            + ext/Encode/Encode/macCyrillic.enc
56951            + ext/Encode/Encode/macDingbats.enc
56952            + ext/Encode/Encode/macGreek.enc
56953            + ext/Encode/Encode/macIceland.enc
56954            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
56955            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
56956            + ext/Encode/Encode/macTurkish.enc
56957            + ext/Encode/Encode/macUkraine.enc
56958            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
56959            + t/lib/encode.t
56960            ! MANIFEST ext/Encode/Encode.pm
56961 ____________________________________________________________________________
56962 [  7104] By: nick                                  on 2000/09/30  13:04:30
56963         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
56964              From: Daniel Chetlin <daniel@chetlin.com>
56965              Date: Mon, 18 Sep 2000 05:05:40 -0700
56966              Message-Id: <20000918050540.C652@ilmd>
56967      Branch: perl
56968            ! lib/overload.pm sv.c t/pragma/overload.t
56969 ____________________________________________________________________________
56970 [  7103] By: nick                                  on 2000/09/30  12:53:36
56971         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
56972              From: Johan Vromans <jvromans@squirrel.nl>
56973              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
56974              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
56975      Branch: perl
56976            ! pod/Makefile.SH
56977 ____________________________________________________________________________
56978 [  7102] By: nick                                  on 2000/09/30  12:52:31
56979         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
56980              From: Spider Boardman <spider@Orb.Nashua.NH.US>
56981              Date: Sat, 16 Sep 2000 16:36:45 -0400
56982              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
56983      Branch: perl
56984            ! ext/B/B/Deparse.pm
56985 ____________________________________________________________________________
56986 [  7101] By: nick                                  on 2000/09/30  12:51:41
56987         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
56988              From: Craig A. Berry <craig.berry@psinetcs.com>
56989              Date: Sat, 16 Sep 2000 10:11:10 -0500
56990              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
56991      Branch: perl
56992            ! vms/vms.c
56993 ____________________________________________________________________________
56994 [  7100] By: nick                                  on 2000/09/30  12:50:33
56995         Log: Subject: Re: unicode support and perl [ID 20000901.097]
56996              From: Spider Boardman <spider@Orb.Nashua.NH.US>
56997              Date: Fri, 15 Sep 2000 16:37:58 -0400
56998              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
56999      Branch: perl
57000            ! t/op/append.t
57001 ____________________________________________________________________________
57002 [  7099] By: nick                                  on 2000/09/30  12:49:35
57003         Log: Subject: Re: unicode support and perl [ID 20000901.097]
57004              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57005              Date: Fri, 15 Sep 2000 16:25:30 -0400
57006              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
57007      Branch: perl
57008            ! pp_hot.c
57009 ____________________________________________________________________________
57010 [  7098] By: nick                                  on 2000/09/30  12:48:00
57011         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
57012              From: Gisle Aas <gisle@ActiveState.com>
57013              Date: 15 Sep 2000 16:23:41 +0200
57014              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
57015      Branch: perl
57016            ! toke.c
57017 ____________________________________________________________________________
57018 [  7097] By: nick                                  on 2000/09/30  12:45:16
57019         Log: Subject: [PATCH] Nits in perlmod.pod
57020              From: Daniel Chetlin <daniel@chetlin.com>
57021              Date: Fri, 15 Sep 2000 02:04:09 -0700
57022              Message-Id: <20000915020409.A2104@ilmd>
57023      Branch: perl
57024            ! pod/perlmod.pod
57025 ____________________________________________________________________________
57026 [  7096] By: nick                                  on 2000/09/30  12:18:00
57027         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
57028              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
57029              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
57030              0 to checking to get the warning.
57031      Branch: perl
57032            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
57033            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
57034            ! regexec.c sv.c toke.c utf8.c
57035 ____________________________________________________________________________
57036 [  7095] By: nick                                  on 2000/09/15  16:55:59
57037         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
57038              
57039              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
57040              From: Spider Boardman <spider@Orb.Nashua.NH.US>
57041              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
57042              Date: Fri, 15 Sep 2000 06:37:30 -0400
57043      Branch: perl
57044            ! ext/Encode/Encode.xs sv.c
57045 ____________________________________________________________________________
57046 [  7094] By: jhi                                   on 2000/09/15  03:23:32
57047         Log: Update Changes.
57048      Branch: perl
57049            ! Changes patchlevel.h
57050 ____________________________________________________________________________
57051 [  7093] By: jhi                                   on 2000/09/15  03:11:44
57052         Log: Fix for the charnames.t failures from Spider Boardman.
57053      Branch: perl
57054            ! toke.c
57055 ____________________________________________________________________________
57056 [  7092] By: jhi                                   on 2000/09/15  00:15:48
57057         Log: Botched the #7090 check-in.
57058      Branch: perl
57059            ! sv.c
57060 ____________________________________________________________________________
57061 [  7091] By: jhi                                   on 2000/09/14  23:33:24
57062         Log: Part of #7081 didn't come through.
57063      Branch: perl
57064            ! embed.pl proto.h
57065 ____________________________________________________________________________
57066 [  7090] By: jhi                                   on 2000/09/14  23:17:39
57067         Log: Subject: Re: perl@7078 
57068              From: Spider Boardman <spider@web.zk3.dec.com>
57069              Date: Thu, 14 Sep 2000 19:06:36 -0400
57070              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
57071      Branch: perl
57072            ! sv.c toke.c
57073 ____________________________________________________________________________
57074 [  7089] By: jhi                                   on 2000/09/14  23:11:21
57075         Log: Small portability tweaks.
57076      Branch: perl
57077            ! ext/Encode/Encode.xs
57078 ____________________________________________________________________________
57079 [  7088] By: jhi                                   on 2000/09/14  22:57:23
57080         Log: Fake return to pacify picky compilers.
57081      Branch: perl
57082            ! ext/Encode/Encode.xs
57083 ____________________________________________________________________________
57084 [  7087] By: jhi                                   on 2000/09/14  22:53:37
57085         Log: Subject: [PATCH] utf8.c apidoc
57086              From: Simon Cozens <simon@cozens.net>
57087              Date: Thu, 14 Sep 2000 23:46:57 +0100
57088              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
57089      Branch: perl
57090            ! perlapi.c pod/perlapi.pod utf8.c
57091 ____________________________________________________________________________
57092 [  7086] By: jhi                                   on 2000/09/14  22:40:38
57093         Log: We don't need to count the high bit bytes, a boolean is enough. 
57094      Branch: perl
57095            ! sv.c
57096 ____________________________________________________________________________
57097 [  7085] By: jhi                                   on 2000/09/14  21:20:09
57098         Log: Replace #7084 with
57099              
57100              Subject: Re: perl@7078 
57101              From: Spider Boardman <spider@web.zk3.dec.com>
57102              Date: Thu, 14 Sep 2000 17:09:36 -0400
57103              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
57104      Branch: perl
57105            ! sv.c utf8.c
57106 ____________________________________________________________________________
57107 [  7084] By: jhi                                   on 2000/09/14  20:03:34
57108         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
57109              convertable to bytes by checking it doesn't go above 0xc3
57110              
57111              Subject: Re: perl@7078
57112              From: Simon Cozens <simon@cozens.net>
57113              Date: Thu, 14 Sep 2000 20:59:19 +0100
57114              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
57115      Branch: perl
57116            ! utf8.c
57117 ____________________________________________________________________________
57118 [  7083] By: jhi                                   on 2000/09/14  19:38:47
57119         Log: Subject: Re: perl@7078
57120              From: Simon Cozens <simon@cozens.net>
57121              Date: Thu, 14 Sep 2000 20:13:09 +0100
57122              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
57123      Branch: perl
57124            ! t/op/bop.t
57125 ____________________________________________________________________________
57126 [  7082] By: jhi                                   on 2000/09/14  17:50:44
57127         Log: The one that got away.
57128      Branch: perl
57129            ! lib/File/Find.pm
57130 ____________________________________________________________________________
57131 [  7081] By: jhi                                   on 2000/09/14  17:45:35
57132         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
57133              From: Robin Barker <rmb1@cise.npl.co.uk>
57134              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
57135              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
57136      Branch: perl
57137            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
57138            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
57139            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
57140            ! regcomp.c toke.c universal.c
57141 ____________________________________________________________________________
57142 [  7080] By: jhi                                   on 2000/09/14  17:40:35
57143         Log: Problems picked up by AIX cc.
57144              
57145              Subject: Re: perl@7078 (patch included)
57146              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57147              Date: Thu, 14 Sep 2000 18:53:30 +0200
57148              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
57149      Branch: perl
57150            ! ext/Encode/Encode.xs
57151 ____________________________________________________________________________
57152 [  7079] By: jhi                                   on 2000/09/14  17:38:27
57153         Log: Subject: File::Find 5.7.0 POD nits
57154              From: Rich Morin <rdm@cfcl.com>
57155              Date: Wed, 13 Sep 2000 22:03:58 -0700
57156              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
57157      Branch: perl
57158            ! lib/File/Find.pm
57159 ____________________________________________________________________________
57160 [  7078] By: jhi                                   on 2000/09/14  14:58:20
57161         Log: Update Changes.
57162      Branch: perl
57163            ! Changes patchlevel.h
57164 ____________________________________________________________________________
57165 [  7077] By: jhi                                   on 2000/09/14  14:55:54
57166         Log: Compilation warnings and an error.
57167      Branch: perl
57168            ! sv.c
57169 ____________________________________________________________________________
57170 [  7076] By: jhi                                   on 2000/09/14  14:42:56
57171         Log: Fix for a parsing bug, not for the original bug.
57172              
57173              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
57174              From: Spider Boardman <spider@web.zk3.dec.com>
57175              Date: Wed, 13 Sep 2000 17:52:20 -0400
57176              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
57177      Branch: perl
57178            ! regcomp.c
57179 ____________________________________________________________________________
57180 [  7075] By: jhi                                   on 2000/09/14  14:40:40
57181         Log: Batch of UTF-8 patches from Simon Cozens.
57182      Branch: perl
57183            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
57184            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
57185            ! toke.c utf8.c
57186 ____________________________________________________________________________
57187 [  7074] By: jhi                                   on 2000/09/14  14:29:58
57188         Log: Subject: Re: Two advertising clauses need to be removed
57189              From: Russ Allbery <rra@stanford.edu>
57190              Date: 13 Sep 2000 18:50:26 -0700
57191              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
57192      Branch: perl
57193            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
57194 ____________________________________________________________________________
57195 [  7073] By: jhi                                   on 2000/09/14  14:28:20
57196         Log: Subject: [PATCH] de-wall t/README
57197              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57198              Date: Wed, 13 Sep 2000 17:46:55 -0700
57199              Message-ID: <//Bw5gzkge/e092yn@efn.org>
57200      Branch: perl
57201            ! t/README
57202 ____________________________________________________________________________
57203 [  7072] By: jhi                                   on 2000/09/14  14:25:10
57204         Log: Hints optimization.
57205              
57206              Subject: Minor nit
57207              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57208              Date: Wed, 13 Sep 2000 21:42:07 +0200
57209              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
57210      Branch: perl
57211            ! hints/hpux.sh
57212 ____________________________________________________________________________
57213 [  7071] By: jhi                                   on 2000/09/14  14:23:30
57214         Log: Allow chop() and chomp() to be overridden.
57215              
57216              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
57217              From: "Casey R. Tweten" <crt@kiski.net>
57218              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
57219              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
57220      Branch: perl
57221            ! toke.c
57222 ____________________________________________________________________________
57223 [  7070] By: jhi                                   on 2000/09/14  14:20:36
57224         Log: The return value of setlocale must be copied away.
57225              
57226              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
57227              From: Alan Burlison <Alan.Burlison@uk.sun.com>
57228              Date: Wed, 13 Sep 2000 16:27:37 +0100 
57229              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
57230      Branch: perl
57231            ! util.c
57232 ____________________________________________________________________________
57233 [  7069] By: jhi                                   on 2000/09/14  14:16:27
57234         Log: Remove vestiges of tr//CU.
57235              
57236              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
57237              From: Nick Clark <nick@plum.flirble.org>
57238              Date: Tue, 12 Sep 2000 22:50:14 +0100
57239              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
57240              
57241              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
57242              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57243              Date: Tue, 12 Sep 2000 21:38:48 -0700
57244              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
57245      Branch: perl
57246            ! op.h pod/perlunicode.pod
57247 ____________________________________________________________________________
57248 [  7068] By: jhi                                   on 2000/09/13  14:18:39
57249         Log: Add the Encode extension.  The code is still largely just skeleton.
57250      Branch: perl
57251            + ext/Encode/Encode.pm ext/Encode/Encode.xs
57252            + ext/Encode/Makefile.PL ext/Encode/Todo
57253            ! MANIFEST Todo-5.6
57254 ____________________________________________________________________________
57255 [  7067] By: jhi                                   on 2000/09/12  17:43:33
57256         Log: Allow for whitespace between "#" and "line" in cpp output.
57257              
57258              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
57259              From: Calle Dybedahl <calle@lysator.liu.se>
57260              Date: 12 Sep 2000 19:38:02 +0200 
57261              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
57262      Branch: perl
57263            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
57264 ____________________________________________________________________________
57265 [  7066] By: gsar                                  on 2000/09/12  17:24:29
57266         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
57267              initialization in all the threads on Windows
57268      Branch: perl
57269            ! win32/win32.c
57270 ____________________________________________________________________________
57271 [  7065] By: jhi                                   on 2000/09/12  15:11:31
57272         Log: Update Changes.
57273      Branch: perl
57274            ! Changes patchlevel.h
57275 ____________________________________________________________________________
57276 [  7064] By: jhi                                   on 2000/09/12  14:54:54
57277         Log: Retract #7062, the pod tests are not ready.
57278      Branch: perl
57279            ! t/TEST t/harness
57280 ____________________________________________________________________________
57281 [  7063] By: jhi                                   on 2000/09/12  14:25:41
57282         Log: The #7054 truncated Configure badly.
57283      Branch: metaconfig/U/perl
57284            ! End.U
57285      Branch: perl
57286            ! Configure config_h.SH
57287 ____________________________________________________________________________
57288 [  7062] By: jhi                                   on 2000/09/12  14:08:32
57289         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
57290              From: sthoenna@efn.org
57291              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
57292              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
57293      Branch: perl
57294            ! t/TEST t/harness
57295 ____________________________________________________________________________
57296 [  7061] By: jhi                                   on 2000/09/12  14:07:18
57297         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
57298              From: sthoenna@efn.org
57299              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
57300              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
57301      Branch: perl
57302            ! pod/perlxs.pod
57303 ____________________________________________________________________________
57304 [  7060] By: jhi                                   on 2000/09/12  14:06:08
57305         Log: Break up the myconfig lines a bit.
57306              
57307              Subject: perlbug/perl -V output format
57308              From: sthoenna@efn.org
57309              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
57310              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
57311      Branch: perl
57312            ! myconfig.SH
57313 ____________________________________________________________________________
57314 [  7059] By: jhi                                   on 2000/09/12  14:05:04
57315         Log: Test for the #7049.
57316              
57317              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
57318              From: andreas.koenig@anima.de (Andreas J. Koenig)
57319              Date: 12 Sep 2000 06:42:01 +0200
57320              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
57321      Branch: perl
57322            ! t/op/my.t
57323 ____________________________________________________________________________
57324 [  7058] By: jhi                                   on 2000/09/12  14:03:05
57325         Log: Subject: [patch: perl@7045] vms updates
57326              From: Peter Prymmer <pvhp@forte.com>
57327              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
57328              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
57329      Branch: perl
57330            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
57331 ____________________________________________________________________________
57332 [  7057] By: jhi                                   on 2000/09/12  14:00:51
57333         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
57334              From: sthoenna@efn.org
57335              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
57336              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
57337      Branch: perl
57338            ! t/op/64bitint.t
57339 ____________________________________________________________________________
57340 [  7056] By: jhi                                   on 2000/09/12  13:58:14
57341         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
57342              From: Jeff Pinyan <jeffp@crusoe.net>
57343              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
57344              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
57345      Branch: perl
57346            ! pod/perlfunc.pod
57347 ____________________________________________________________________________
57348 [  7055] By: jhi                                   on 2000/09/12  13:56:32
57349         Log: Do in VMS as the #7054 does.
57350      Branch: perl
57351            ! configure.com
57352 ____________________________________________________________________________
57353 [  7054] By: jhi                                   on 2000/09/12  13:50:31
57354         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
57355              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57356              Date: Mon, 11 Sep 2000 08:33:09 +0100
57357              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
57358      Branch: metaconfig/U/perl
57359            ! End.U
57360      Branch: perl
57361            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
57362            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
57363 ____________________________________________________________________________
57364 [  7053] By: jhi                                   on 2000/09/12  13:29:19
57365         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
57366              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57367              Date:     Tue, 12 Sep 2000 08:35:59 EDT
57368              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
57369      Branch: perl
57370            ! vms/test.com
57371 ____________________________________________________________________________
57372 [  7052] By: jhi                                   on 2000/09/11  23:01:50
57373         Log: Document the SvUTF8*().
57374      Branch: perl
57375            ! pod/perlapi.pod sv.h
57376 ____________________________________________________________________________
57377 [  7051] By: gsar                                  on 2000/09/11  14:46:30
57378         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
57379              (missed a spot when fixing up op_pmreplroot hack for ithreads)
57380      Branch: perl
57381            ! op.c t/op/split.t
57382 ____________________________________________________________________________
57383 [  7050] By: nick                                  on 2000/09/11  10:03:51
57384         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
57385              
57386              Subject: borland C++ win32.c tweak
57387              From: Vadim Konovalov <vkonovalov@lucent.com>
57388              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
57389              Date: Mon, 11 Sep 2000 11:22:33 +0400
57390      Branch: perl
57391            ! win32/win32.c
57392 ____________________________________________________________________________
57393 [  7049] By: nick                                  on 2000/09/11  09:57:33
57394         Log: Point fix for s/// on foreach (keys %xxx).
57395      Branch: perl
57396            ! pp_hot.c
57397 ____________________________________________________________________________
57398 [  7048] By: jhi                                   on 2000/09/10  23:37:09
57399         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
57400              by Pod::Text, from Brad Appleton.
57401      Branch: perl
57402            ! t/pod/testp2pt.pl
57403 ____________________________________________________________________________
57404 [  7047] By: jhi                                   on 2000/09/10  14:32:53
57405         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
57406              by Russ Allbery.
57407      Branch: perl
57408            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
57409 ____________________________________________________________________________
57410 [  7046] By: jhi                                   on 2000/09/10  14:15:08
57411         Log: Upgrade to CPAN 1.57_65, from Andreas König.
57412      Branch: perl
57413            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57414 ____________________________________________________________________________
57415 [  7045] By: jhi                                   on 2000/09/08  21:36:32
57416         Log: Update Changes.
57417      Branch: perl
57418            ! Changes patchlevel.h
57419 ____________________________________________________________________________
57420 [  7044] By: jhi                                   on 2000/09/08  21:29:56
57421         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
57422              From: Peter Prymmer <pvhp@forte.com>
57423              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
57424              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
57425      Branch: perl
57426            ! configure.com
57427 ____________________________________________________________________________
57428 [  7043] By: jhi                                   on 2000/09/08  21:27:50
57429         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
57430              From: Peter Prymmer <pvhp@forte.com>
57431              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
57432              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
57433      Branch: perl
57434            ! Makefile.SH installperl
57435 ____________________________________________________________________________
57436 [  7042] By: jhi                                   on 2000/09/08  21:23:21
57437         Log: Continue #7041.
57438      Branch: perl
57439            ! cygwin/Makefile.SHs os2/Makefile.SHs
57440 ____________________________________________________________________________
57441 [  7041] By: jhi                                   on 2000/09/08  21:18:10
57442         Log: Do away with memory models cruft.  Sorry, PDP users.
57443      Branch: metaconfig
57444            ! U/modified/cc.U U/modified/libpth.U
57445      Branch: perl
57446            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
57447            ! Porting/config_H cflags.SH config_h.SH configure.com
57448            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
57449            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
57450            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
57451 ____________________________________________________________________________
57452 [  7040] By: jhi                                   on 2000/09/08  14:34:18
57453         Log: Major rewrite of s2p.  And I mean really major, it is
57454              an implementation of sed in perl.  If called as s2p it
57455              will function as s2p.  Note: needs non-UNIXifying.
57456              
57457              Subject: s2p
57458              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
57459              Date: Mon, 28 Aug 2000 14:05:12 +0200
57460              Message-ID: <39AA5578.2102E2AA@alcatel.at>
57461      Branch: perl
57462            ! x2p/s2p.PL
57463 ____________________________________________________________________________
57464 [  7039] By: jhi                                   on 2000/09/08  14:19:49
57465         Log: Re-allow vec() for characters > 255.
57466              
57467              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
57468              From: Spider Boardman <spider@web.zk3.dec.com>
57469              Date: Fri, 08 Sep 2000 02:21:02 -0400
57470              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
57471      Branch: perl
57472            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
57473            ! t/op/vec.t
57474 ____________________________________________________________________________
57475 [  7038] By: jhi                                   on 2000/09/08  14:14:18
57476         Log: Subject: [PATCH lib/Benchmark.pm]
57477              From: <abigail@foad.org>
57478              Date: Thu, 7 Sep 2000 15:03:20 -0400
57479              Message-ID: <20000907190320.888.qmail@foad.org>
57480      Branch: perl
57481            ! lib/Benchmark.pm
57482 ____________________________________________________________________________
57483 [  7037] By: jhi                                   on 2000/09/08  14:11:06
57484         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
57485              
57486              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
57487              From: Spider Boardman <spider@web.zk3.dec.com>
57488              Date: Fri, 08 Sep 2000 01:30:27 -0400
57489              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
57490      Branch: perl
57491            ! op.c
57492 ____________________________________________________________________________
57493 [  7036] By: jhi                                   on 2000/09/08  14:08:58
57494         Log: Subject: [ID 20000908.002] perlipc documentation bug.
57495              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
57496              Date: Fri, 08 Sep 2000 12:38:32 +0200
57497              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
57498      Branch: perl
57499            ! pod/perlipc.pod
57500 ____________________________________________________________________________
57501 [  7035] By: jhi                                   on 2000/09/08  14:03:12
57502         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
57503              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57504              Date: Fri, 08 Sep 2000 11:47:34 +0200
57505              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
57506      Branch: perl
57507            ! hints/dec_osf.sh
57508 ____________________________________________________________________________
57509 [  7034] By: jhi                                   on 2000/09/08  13:59:35
57510         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
57511              From: Simon Cozens <simon@cozens.net>
57512              Date: Thu, 7 Sep 2000 20:40:38 +0100
57513              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
57514      Branch: perl
57515            ! pp_hot.c
57516 ____________________________________________________________________________
57517 [  7033] By: jhi                                   on 2000/09/08  04:03:03
57518         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
57519              From: "Larry W. Virden" <lvirden@cas.org>
57520              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
57521              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
57522      Branch: perl
57523            ! pod/perldiag.pod
57524 ____________________________________________________________________________
57525 [  7032] By: jhi                                   on 2000/09/07  22:18:30
57526         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
57527              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
57528              Date: Mon, 04 Sep 2000 13:16:38 -0700
57529              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
57530      Branch: perl
57531            ! lib/perl5db.pl
57532 ____________________________________________________________________________
57533 [  7031] By: jhi                                   on 2000/09/07  22:02:29
57534         Log: Fix the ccversion detection for 5.1 and beyond.
57535              
57536              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
57537              From: Spider Boardman <spider@leggy.zk3.dec.com>
57538              Date: Thu, 7 Sep 2000 17:54:27 -0400
57539              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
57540      Branch: perl
57541            ! hints/dec_osf.sh
57542 ____________________________________________________________________________
57543 [  7030] By: jhi                                   on 2000/09/07  19:12:28
57544         Log: Fix for
57545              
57546              Subject: [ID 20000903.001] \w in utf8-strings
57547              From: Marc Lehmann <pcg@goof.com>
57548              Date: Sun, 03 Sep 2000 09:44:29 +0200
57549              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
57550              
57551              and various related nits.
57552      Branch: perl
57553            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
57554 ____________________________________________________________________________
57555 [  7029] By: jhi                                   on 2000/09/07  18:49:09
57556         Log: Fix the URL, but the server is still missing in action.
57557              
57558              Subject: [ID 20000905.002] perlfaq1.pod URL error
57559              From: "Larry W. Virden" <lvirden@cas.org>
57560              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
57561              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
57562      Branch: perl
57563            ! pod/perlfaq1.pod
57564 ____________________________________________________________________________
57565 [  7028] By: jhi                                   on 2000/09/07  18:47:13
57566         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
57567              From: Hugo <hv@crypt.compulink.co.uk>
57568              Date: Tue, 05 Sep 2000 14:13:37 +0100
57569              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
57570      Branch: perl
57571            ! toke.c
57572 ____________________________________________________________________________
57573 [  7027] By: jhi                                   on 2000/09/07  18:45:35
57574         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
57575              From: Daniel Chetlin <daniel@chetlin.com>
57576              Date: Tue, 5 Sep 2000 04:57:07 -0700
57577              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
57578      Branch: perl
57579            ! pod/perlfaq6.pod pod/perlop.pod
57580 ____________________________________________________________________________
57581 [  7026] By: jhi                                   on 2000/09/07  18:44:01
57582         Log: Document the new ref() semantics.
57583              
57584              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
57585              From: Gisle Aas <gisle@ActiveState.com>
57586              Date: 05 Sep 2000 08:10:30 +0200
57587              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
57588      Branch: perl
57589            ! pod/perldelta.pod
57590 ____________________________________________________________________________
57591 [  7025] By: jhi                                   on 2000/09/07  18:42:27
57592         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
57593              
57594              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
57595              From: Gisle Aas <gisle@ActiveState.com>
57596              Date: 05 Sep 2000 08:11:40 +0200
57597              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
57598      Branch: perl
57599            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
57600 ____________________________________________________________________________
57601 [  7024] By: jhi                                   on 2000/09/07  18:39:32
57602         Log: Subject: [PATCH] Modernize Opcode.pm documentation
57603              From: Gisle Aas <gisle@ActiveState.com>
57604              Date: 4 Sep 2000 00:18:55 -0000
57605              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
57606      Branch: perl
57607            ! ext/Opcode/Opcode.pm
57608 ____________________________________________________________________________
57609 [  7023] By: jhi                                   on 2000/09/07  18:37:42
57610         Log: Subject: [PATCH] Tied filehandle documentation
57611              From: Gisle Aas <gisle@ActiveState.com>
57612              Date: 4 Sep 2000 00:14:40 -0000
57613              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
57614      Branch: perl
57615            ! pod/perlfunc.pod pod/perltie.pod
57616 ____________________________________________________________________________
57617 [  7022] By: jhi                                   on 2000/09/07  18:35:37
57618         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
57619              From: Gisle Aas <gisle@ActiveState.com>
57620              Date: 4 Sep 2000 00:04:22 -0000
57621              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
57622      Branch: perl
57623            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
57624 ____________________________________________________________________________
57625 [  7021] By: jhi                                   on 2000/09/07  18:33:22
57626         Log: Subject: small apidoc fix
57627              From: Marc Lehmann <pcg@goof.com>
57628              Date: Sun, 3 Sep 2000 05:12:06 +0200
57629              Message-ID: <20000903051206.A5909@cerebro.laendle>
57630      Branch: perl
57631            ! pod/perlapi.pod utf8.c
57632 ____________________________________________________________________________
57633 [  7020] By: jhi                                   on 2000/09/07  16:14:57
57634         Log: Tiny perldelta nits.
57635      Branch: perl
57636            ! pod/perldelta.pod
57637 ____________________________________________________________________________
57638 [  7019] By: jhi                                   on 2000/09/07  16:04:20
57639         Log: Guard against bad string->int conversion for quads.
57640      Branch: perl
57641            ! t/op/64bitint.t
57642 ____________________________________________________________________________
57643 [  7018] By: jhi                                   on 2000/09/06  17:07:03
57644         Log: Update Unicode todo list.
57645      Branch: perl
57646            ! Todo-5.6
57647 ____________________________________________________________________________
57648 [  7017] By: jhi                                   on 2000/09/05  21:16:01
57649         Log: Document the SvIOK_.*UV().
57650      Branch: perl
57651            ! pod/perlapi.pod sv.h
57652 ____________________________________________________________________________
57653 [  7016] By: nick                                  on 2000/09/03  21:54:46
57654         Log: Hash lookup of constant strings optimization:
57655              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
57656              to string table (as per sharepvn). Add newSV_pvn_share to create such
57657              a thing. Make hv.c compare addresses of strings and skip string compare
57658              if equal. Make method_named and helem ops use these shared-string SVs
57659              when arg is constant. Make keys op return shared-string SVs (less clearly
57660              a win).
57661      Branch: perl
57662            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
57663            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
57664            ! pod/perlintern.pod pp_hot.c proto.h sv.c
57665 ____________________________________________________________________________
57666 [  7015] By: jhi                                   on 2000/09/02  17:48:59
57667         Log: This is 5.7.0.
57668      Branch: perl
57669            ! Changes
57670 ____________________________________________________________________________
57671 [  7014] By: jhi                                   on 2000/09/02  17:35:45
57672         Log: Changes and patchlevel tweaks.
57673      Branch: perl
57674            ! Changes patchlevel.h
57675 ____________________________________________________________________________
57676 [  7013] By: jhi                                   on 2000/09/02  17:30:50
57677         Log: Update Changes.
57678      Branch: perl
57679            ! Changes patchlevel.h
57680 ____________________________________________________________________________
57681 [  7012] By: nick                                  on 2000/09/02  17:25:20
57682         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
57683      Branch: perl
57684            ! gv.c lib/overload.pm
57685 ____________________________________________________________________________
57686 [  7011] By: jhi                                   on 2000/09/02  17:16:25
57687         Log: Update perlhist.
57688      Branch: perl
57689            ! pod/perlhist.pod
57690 ____________________________________________________________________________
57691 [  7010] By: jhi                                   on 2000/09/02  17:01:35
57692         Log: perldelta nits.
57693      Branch: perl
57694            ! pod/perldelta.pod
57695 ____________________________________________________________________________
57696 [  7009] By: nick                                  on 2000/09/02  16:48:35
57697         Log: If overloaded %{} etc. return the object do not loop.
57698              Thus  sub deref { $_[0] } functions if object is wanted type.
57699      Branch: perl
57700            ! pp.h
57701 ____________________________________________________________________________
57702 [  7008] By: jhi                                   on 2000/09/02  16:26:11
57703         Log: Retab MANIFEST.
57704      Branch: perl
57705            ! ext/Storable/MANIFEST
57706 ____________________________________________________________________________
57707 [  7007] By: jhi                                   on 2000/09/02  16:23:02
57708         Log: Make certain cc is set before trying to run it.
57709      Branch: perl
57710            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
57711 ____________________________________________________________________________
57712 [  7006] By: jhi                                   on 2000/09/02  15:45:41
57713         Log: Unicode notes.
57714      Branch: perl
57715            ! pod/perldelta.pod
57716 ____________________________________________________________________________
57717 [  7005] By: jhi                                   on 2000/09/02  15:42:11
57718         Log: Various Configure nits by Philip Newton,
57719              plus the ebcdic one by me.
57720      Branch: metaconfig
57721            + U/modified/pager.U
57722            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
57723      Branch: metaconfig/U/perl
57724            ! Devel.U quadfio.U
57725      Branch: perl
57726            ! Configure config_h.SH
57727 ____________________________________________________________________________
57728 [  7004] By: jhi                                   on 2000/09/02  15:06:14
57729         Log: Apparently avoiding the swapping is too costly.
57730              
57731              From: "Ben Tilly" <ben_tilly@hotmail.com>
57732              Subject: Re: the door is closed.
57733              Date: Fri, 01 Sep 2000 20:23:16 EDT
57734              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
57735      Branch: perl
57736            ! pod/perlfaq4.pod
57737 ____________________________________________________________________________
57738 [  7003] By: nick                                  on 2000/09/02  12:26:04
57739         Log: Undo part of change 6489 which looks like a bulk edit which
57740              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
57741              The supressing of main:: on return from select() is undesirable.
57742      Branch: perl
57743            ! pp_sys.c
57744 ____________________________________________________________________________
57745 [  7002] By: jhi                                   on 2000/09/01  23:08:54
57746         Log: Update Changes.
57747      Branch: perl
57748            ! Changes patchlevel.h
57749 ____________________________________________________________________________
57750 [  7001] By: jhi                                   on 2000/09/01  23:00:13
57751         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
57752              From: Peter Prymmer <pvhp@forte.com>
57753              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
57754              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
57755              
57756              plus rework the http: spots as suggested by Tom Christiansen,
57757              plus regen perltoc.
57758      Branch: perl
57759            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
57760            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
57761 ____________________________________________________________________________
57762 [  7000] By: jhi                                   on 2000/09/01  22:36:01
57763         Log: Only the first line, thank you very much.
57764      Branch: perl
57765            ! hints/solaris_2.sh
57766 ____________________________________________________________________________
57767 [  6999] By: gsar                                  on 2000/09/01  22:16:40
57768         Log: change#6791 accidentally clobbered change#6710, put it back
57769      Branch: perl
57770            ! win32/win32.c
57771 ____________________________________________________________________________
57772 [  6998] By: jhi                                   on 2000/09/01  22:14:16
57773         Log: Mention the HP-UX LP64 freak failure.
57774      Branch: perl
57775            ! pod/perldelta.pod
57776 ____________________________________________________________________________
57777 [  6997] By: jhi                                   on 2000/09/01  21:48:32
57778         Log: Detypo.
57779      Branch: perl
57780            ! hints/hpux.sh
57781 ____________________________________________________________________________
57782 [  6996] By: jhi                                   on 2000/09/01  21:27:10
57783         Log: Update Changes.
57784      Branch: perl
57785            ! Changes patchlevel.h
57786 ____________________________________________________________________________
57787 [  6995] By: jhi                                   on 2000/09/01  21:14:24
57788         Log: Mi splgn s gnin.g
57789      Branch: perl
57790            ! pp_ctl.c
57791 ____________________________________________________________________________
57792 [  6994] By: jhi                                   on 2000/09/01  21:09:54
57793         Log: Subject: http:// in L<>
57794              From: Nicholas Clark <nick@ccl4.org>
57795              Date: Fri, 1 Sep 2000 22:03:21 +0100
57796              Message-ID: <20000901220321.B72074@plum.flirble.org>
57797      Branch: perl
57798            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
57799 ____________________________________________________________________________
57800 [  6993] By: jhi                                   on 2000/09/01  21:06:54
57801         Log: Update to Storable 1.0, from Raphael Manfredi.
57802      Branch: perl
57803            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
57804            ! ext/Storable/Makefile.PL ext/Storable/README
57805            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
57806            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
57807            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
57808            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
57809            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
57810            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
57811 ____________________________________________________________________________
57812 [  6992] By: jhi                                   on 2000/09/01  20:43:05
57813         Log: Mention known sfio+linux buglet.
57814      Branch: perl
57815            ! pod/perldelta.pod
57816 ____________________________________________________________________________
57817 [  6991] By: jhi                                   on 2000/09/01  20:40:11
57818         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
57819              From: Peter Prymmer <pvhp@forte.com>
57820              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
57821              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
57822      Branch: perl
57823            ! vms/vms.c
57824 ____________________________________________________________________________
57825 [  6990] By: jhi                                   on 2000/09/01  20:25:26
57826         Log: Retract #6986.
57827      Branch: perl
57828            ! hints/solaris_2.sh
57829 ____________________________________________________________________________
57830 [  6989] By: jhi                                   on 2000/09/01  20:23:00
57831         Log: Mergesort is back.
57832      Branch: perl
57833            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
57834 ____________________________________________________________________________
57835 [  6988] By: jhi                                   on 2000/09/01  19:37:40
57836         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
57837              From: Mike Guy <mjtg@cam.ac.uk>
57838              Date: Fri, 01 Sep 2000 17:43:33 +0100
57839              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
57840      Branch: perl
57841            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
57842            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
57843 ____________________________________________________________________________
57844 [  6987] By: jhi                                   on 2000/09/01  19:17:10
57845         Log: Regen perltoc.
57846      Branch: perl
57847            ! pod/perltoc.pod
57848 ____________________________________________________________________________
57849 [  6986] By: jhi                                   on 2000/09/01  18:51:10
57850         Log: Subject: Re: Solaris x86 has no SPARC libraries!
57851              From: Lupe Christoph <lupe@lupe-christoph.de>
57852              Date: Fri, 1 Sep 2000 20:41:20 +0200
57853              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
57854      Branch: perl
57855            ! hints/solaris_2.sh
57856 ____________________________________________________________________________
57857 [  6985] By: jhi                                   on 2000/09/01  18:28:10
57858         Log: Update Changes.
57859      Branch: perl
57860            ! Changes patchlevel.h
57861 ____________________________________________________________________________
57862 [  6984] By: jhi                                   on 2000/09/01  18:26:53
57863         Log: Feature ordering tweak.
57864      Branch: perl
57865            ! myconfig.SH
57866 ____________________________________________________________________________
57867 [  6983] By: jhi                                   on 2000/09/01  18:19:50
57868         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
57869              From: <abigail@foad.org>
57870              Date: Fri, 1 Sep 2000 13:07:32 -0400
57871              Message-ID: <20000901170732.18249.qmail@foad.org>
57872      Branch: perl
57873            ! t/pragma/overload.t
57874 ____________________________________________________________________________
57875 [  6982] By: jhi                                   on 2000/09/01  18:17:54
57876         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
57877              so that case-ignoring systems like DCL can tell them from
57878              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
57879      Branch: metaconfig/U/perl
57880            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
57881      Branch: perl
57882            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57883            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
57884            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
57885            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
57886            ! vos/config.def vos/config.h vos/config_h.SH_orig
57887            ! win32/config.bc win32/config.gc win32/config.vc
57888 ____________________________________________________________________________
57889 [  6981] By: nick                                  on 2000/09/01  17:21:57
57890         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
57891              warning when UNTIE exists and instead pass the cound of extra references to
57892              the UNTIE method.
57893      Branch: perl
57894            ! pod/perltie.pod pp_sys.c
57895 ____________________________________________________________________________
57896 [  6980] By: jhi                                   on 2000/09/01  16:54:44
57897         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
57898              From: Peter Prymmer <pvhp@forte.com>
57899              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
57900              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
57901      Branch: perl
57902            ! configure.com
57903 ____________________________________________________________________________
57904 [  6979] By: jhi                                   on 2000/09/01  16:06:20
57905         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
57906              From: Mike Guy <mjtg@cam.ac.uk> 
57907              Date: Fri, 01 Sep 2000 16:49:27 +0100
57908              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
57909      Branch: perl
57910            ! t/base/rs.t
57911 ____________________________________________________________________________
57912 [  6978] By: jhi                                   on 2000/09/01  16:00:42
57913         Log: Update to PodParser 1.18, from Brad Appleton.
57914      Branch: perl
57915            ! lib/Pod/Checker.pm t/pod/find.t
57916 ____________________________________________________________________________
57917 [  6977] By: jhi                                   on 2000/09/01  14:48:58
57918         Log: Subject: Nit in Configure (bleadperl@6961)
57919              From: Lupe Christoph <lupe@lupe-christoph.de>
57920              Date: Fri, 1 Sep 2000 16:34:29 +0200
57921              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
57922      Branch: metaconfig
57923            ! U/compline/ccflags.U
57924      Branch: perl
57925            ! Configure config_h.SH
57926 ____________________________________________________________________________
57927 [  6976] By: jhi                                   on 2000/09/01  14:39:52
57928         Log: Update Changes.
57929      Branch: perl
57930            ! Changes patchlevel.h
57931 ____________________________________________________________________________
57932 [  6975] By: jhi                                   on 2000/09/01  14:37:36
57933         Log: microperl config update.
57934      Branch: perl
57935            ! uconfig.h uconfig.sh
57936 ____________________________________________________________________________
57937 [  6974] By: jhi                                   on 2000/09/01  14:36:53
57938         Log: Document known deficiencies.
57939      Branch: perl
57940            ! pod/perldelta.pod
57941 ____________________________________________________________________________
57942 [  6973] By: jhi                                   on 2000/09/01  14:10:20
57943         Log: Mention warnings fixes and updates.
57944      Branch: perl
57945            ! pod/perldelta.pod
57946 ____________________________________________________________________________
57947 [  6972] By: jhi                                   on 2000/09/01  14:01:52
57948         Log: Drop unused argument.
57949              
57950              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
57951              From: Spider Boardman <spider@web.zk3.dec.com>
57952              Date: Thu, 31 Aug 2000 16:10:15 -0400
57953              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
57954      Branch: perl
57955            ! toke.c
57956 ____________________________________________________________________________
57957 [  6971] By: jhi                                   on 2000/09/01  13:59:24
57958         Log: Add the overload warnings to perldiag.
57959      Branch: perl
57960            ! lib/overload.pm pod/perldiag.pod
57961 ____________________________________________________________________________
57962 [  6970] By: jhi                                   on 2000/09/01  13:55:10
57963         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
57964              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57965              Date: Fri, 1 Sep 2000 13:43:15 +0100 
57966              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
57967      Branch: perl
57968            ! lib/overload.pm t/pragma/overload.t
57969 ____________________________________________________________________________
57970 [  6969] By: jhi                                   on 2000/09/01  13:52:27
57971         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
57972              From: <abigail@foad.org>
57973              Date: Fri, 1 Sep 2000 05:46:54 -0400
57974              Message-ID: <20000901094654.6476.qmail@foad.org>
57975      Branch: perl
57976            ! lib/overload.pm
57977 ____________________________________________________________________________
57978 [  6968] By: jhi                                   on 2000/09/01  13:50:05
57979         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
57980              From: Daniel Chetlin <daniel@chetlin.com>
57981              Date: Fri, 1 Sep 2000 02:10:55 -0700
57982              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
57983      Branch: perl
57984            ! pod/perlretut.pod
57985 ____________________________________________________________________________
57986 [  6967] By: jhi                                   on 2000/09/01  13:47:54
57987         Log: Part of the solution.
57988              
57989              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
57990              From: Mike Guy <mjtg@cam.ac.uk>
57991              Date: Fri, 01 Sep 2000 14:16:01 +0100
57992              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
57993      Branch: perl
57994            ! gv.c mg.c
57995 ____________________________________________________________________________
57996 [  6966] By: jhi                                   on 2000/09/01  13:46:17
57997         Log: Subject: CPAN.pm beta 1.57_57 for the core
57998              From: andreas.koenig@anima.de (Andreas J. Koenig)
57999              Date: 01 Sep 2000 15:16:31 +0200
58000              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
58001      Branch: perl
58002            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58003 ____________________________________________________________________________
58004 [  6965] By: jhi                                   on 2000/09/01  13:43:18
58005         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
58006              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58007              Date: Fri, 01 Sep 2000 01:47:22 -0500
58008              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
58009      Branch: perl
58010            ! pod/perldelta.pod vms/vms.c
58011 ____________________________________________________________________________
58012 [  6964] By: jhi                                   on 2000/09/01  13:35:35
58013         Log: File::Temp patches from Andreas König,
58014              
58015              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
58016              From: andreas.koenig@anima.de (Andreas J. Koenig)
58017              Date: 01 Sep 2000 10:07:20 +0200
58018              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
58019              
58020              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
58021              From: andreas.koenig@anima.de (Andreas J. Koenig)
58022              Date: 31 Aug 2000 23:26:08 +0200
58023              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
58024      Branch: perl
58025            ! lib/File/Temp.pm t/lib/ftmp-security.t
58026 ____________________________________________________________________________
58027 [  6963] By: jhi                                   on 2000/09/01  02:22:24
58028         Log: Retract the mergesort code, way too incompatible licensing
58029              and copyrights.
58030      Branch: perl
58031            ! pod/perldelta.pod pp_ctl.c
58032 ____________________________________________________________________________
58033 [  6962] By: jhi                                   on 2000/08/31  23:27:32
58034         Log: Update Changes.
58035      Branch: perl
58036            ! Changes patchlevel.h
58037 ____________________________________________________________________________
58038 [  6961] By: jhi                                   on 2000/08/31  23:20:04
58039         Log: Small tweaks all over.
58040      Branch: metaconfig
58041            ! U/compline/d_gconvert.U
58042      Branch: perl
58043            ! AUTHORS Configure config_h.SH pp_ctl.c
58044 ____________________________________________________________________________
58045 [  6960] By: jhi                                   on 2000/08/31  22:39:36
58046         Log: Further rewording.
58047      Branch: perl
58048            ! pp_ctl.c
58049 ____________________________________________________________________________
58050 [  6959] By: jhi                                   on 2000/08/31  21:26:44
58051         Log: More address tweaking.
58052      Branch: perl
58053            ! AUTHORS Changes
58054 ____________________________________________________________________________
58055 [  6958] By: jhi                                   on 2000/08/31  20:47:25
58056         Log: AUTHORS tweaks, from Peter Prymmer.
58057              
58058              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
58059              From: Peter Prymmer <pvhp@forte.com>
58060              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
58061              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
58062      Branch: perl
58063            ! AUTHORS MAINTAIN
58064 ____________________________________________________________________________
58065 [  6957] By: jhi                                   on 2000/08/31  20:34:43
58066         Log: perldelta tweaks.
58067      Branch: perl
58068            ! pod/perldelta.pod
58069 ____________________________________________________________________________
58070 [  6956] By: jhi                                   on 2000/08/31  19:11:06
58071         Log: Regen perltoc.
58072      Branch: perl
58073            ! pod/perltoc.pod
58074 ____________________________________________________________________________
58075 [  6955] By: jhi                                   on 2000/08/31  19:06:30
58076         Log: Clarify the mergesort situation.
58077      Branch: perl
58078            ! pp_ctl.c
58079 ____________________________________________________________________________
58080 [  6954] By: jhi                                   on 2000/08/31  18:24:17
58081         Log: Move the Solaris 7 scan to use64bitall, make the
58082              failure to find 64-bot sparc libc to mention the
58083              possibility of being in an intel, from Lupe and Alan.
58084      Branch: perl
58085            ! hints/solaris_2.sh
58086 ____________________________________________________________________________
58087 [  6953] By: jhi                                   on 2000/08/31  18:09:20
58088         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
58089              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
58090      Branch: metaconfig
58091            ! U/compline/d_gconvert.U U/threads/archname.U
58092      Branch: metaconfig/U/perl
58093            ! perlxv.U
58094      Branch: perl
58095            ! Configure config_h.SH sv.c
58096 ____________________________________________________________________________
58097 [  6952] By: jhi                                   on 2000/08/31  17:42:24
58098         Log: :: not allowed in pathnames, change to .
58099              
58100              Subject: [PATCH perl@6938] cygwin port
58101              From: "Fifer, Eric" <EFifer@sanwaint.com>
58102              Date: Thu, 31 Aug 2000 16:32:59 +0100
58103              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
58104      Branch: metaconfig/U/perl
58105            ! perlxv.U
58106 ____________________________________________________________________________
58107 [  6951] By: jhi                                   on 2000/08/31  17:02:05
58108         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
58109      Branch: perl
58110            ! perl.h
58111 ____________________________________________________________________________
58112 [  6950] By: jhi                                   on 2000/08/31  16:26:08
58113         Log: More author updates.
58114              
58115              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
58116              From: Simon Cozens <simon@cozens.net>
58117              Date: Thu, 31 Aug 2000 17:13:32 +0100
58118              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
58119      Branch: perl
58120            ! AUTHORS
58121 ____________________________________________________________________________
58122 [  6949] By: jhi                                   on 2000/08/31  16:04:49
58123         Log: POSIX doesn't report long double values under -Duselongdouble
58124              when the long doubles are "real" (bigger than doubles).
58125              
58126              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
58127              From: Spider Boardman <spider@peano.zk3.dec.com>
58128              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
58129              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
58130      Branch: perl
58131            ! ext/POSIX/POSIX.xs
58132 ____________________________________________________________________________
58133 [  6948] By: jhi                                   on 2000/08/31  15:25:10
58134         Log: Update Changes.
58135      Branch: perl
58136            ! Changes patchlevel.h
58137 ____________________________________________________________________________
58138 [  6947] By: jhi                                   on 2000/08/31  15:22:29
58139         Log: Document UNTIE in a very minimalistic way.
58140      Branch: perl
58141            ! pod/perlfunc.pod pod/perltie.pod
58142 ____________________________________________________________________________
58143 [  6946] By: jhi                                   on 2000/08/31  15:15:23
58144         Log: Document known failures.
58145      Branch: perl
58146            ! pod/perldelta.pod
58147 ____________________________________________________________________________
58148 [  6945] By: jhi                                   on 2000/08/31  15:07:00
58149         Log: Don't attach -ld to the archname if pointless.
58150      Branch: metaconfig
58151            ! U/threads/archname.U
58152      Branch: perl
58153            ! Configure config_h.SH
58154 ____________________________________________________________________________
58155 [  6944] By: jhi                                   on 2000/08/31  14:37:42
58156         Log: Wrap the test in eval.
58157              
58158              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
58159              From: Tim Jenness <timj@jach.hawaii.edu>
58160              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
58161              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
58162      Branch: perl
58163            ! t/lib/ftmp-security.t
58164 ____________________________________________________________________________
58165 [  6943] By: jhi                                   on 2000/08/31  14:30:57
58166         Log: Make -Dusemorebits find long doubles in Solaris.
58167      Branch: perl
58168            ! hints/solaris_2.sh
58169 ____________________________________________________________________________
58170 [  6942] By: jhi                                   on 2000/08/31  13:48:45
58171         Log: Clarify the third case of ftmp-security warnings.
58172      Branch: perl
58173            ! INSTALL
58174 ____________________________________________________________________________
58175 [  6941] By: jhi                                   on 2000/08/31  13:40:31
58176         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
58177              From: <abigail@foad.org>
58178              Date: Thu, 31 Aug 2000 01:35:05 -0400
58179              Message-ID: <20000831053505.32120.qmail@foad.org>
58180      Branch: perl
58181            ! pod/perldelta.pod
58182 ____________________________________________________________________________
58183 [  6940] By: jhi                                   on 2000/08/31  13:38:48
58184         Log: Issue useful diagnostic on unknown pod commands.
58185              
58186              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
58187              From: <abigail@foad.org>
58188              Date: Thu, 31 Aug 2000 03:41:18 -0400
58189              Message-ID: <20000831074118.24880.qmail@foad.org>
58190      Branch: perl
58191            ! lib/Pod/Man.pm
58192 ____________________________________________________________________________
58193 [  6939] By: jhi                                   on 2000/08/31  13:34:33
58194         Log: Reveal Borland's isnan.
58195              
58196              Subject: build with BC++ tweak
58197              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58198              Date: Thu, 31 Aug 2000 13:09:37 +0400
58199              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
58200      Branch: perl
58201            ! win32/win32.h
58202 ____________________________________________________________________________
58203 [  6938] By: jhi                                   on 2000/08/31  05:01:20
58204         Log: Update Changes.
58205      Branch: perl
58206            ! Changes patchlevel.h
58207 ____________________________________________________________________________
58208 [  6937] By: jhi                                   on 2000/08/31  04:26:23
58209         Log: sscanf() may be the only way to read long doubles from strings.
58210      Branch: metaconfig/U/perl
58211            ! longdblfio.U
58212      Branch: perl
58213            ! Configure config_h.SH perl.h util.c
58214 ____________________________________________________________________________
58215 [  6936] By: jhi                                   on 2000/08/31  04:18:19
58216         Log: The #6929 was too skimpy.
58217      Branch: perl
58218            ! sv.c
58219 ____________________________________________________________________________
58220 [  6935] By: jhi                                   on 2000/08/31  02:47:07
58221         Log: Subject: Re: typos in pods
58222              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58223              Date: Wed, 30 Aug 2000 19:25:34 -0700
58224              Message-ID: <eIcr5gzkg25X092yn@efn.org>
58225      Branch: perl
58226            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
58227 ____________________________________________________________________________
58228 [  6934] By: jhi                                   on 2000/08/31  02:42:55
58229         Log: Missed one Unicode file.
58230      Branch: perl
58231            + lib/unicode/UCDFF301.html
58232 ____________________________________________________________________________
58233 [  6933] By: jhi                                   on 2000/08/30  23:42:27
58234         Log: Update Changes.
58235      Branch: perl
58236            ! Changes patchlevel.h
58237 ____________________________________________________________________________
58238 [  6932] By: jhi                                   on 2000/08/30  23:40:07
58239         Log: Mention UNTIE in perldelta.  Still needs documenting
58240              in perltie et alia.
58241      Branch: perl
58242            ! pod/perldelta.pod
58243 ____________________________________________________________________________
58244 [  6931] By: jhi                                   on 2000/08/30  23:36:02
58245         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
58246              From: <abigail@foad.org>
58247              Date: Wed, 30 Aug 2000 19:28:07 -0400
58248              Message-ID: <20000830232807.305.qmail@foad.org>
58249      Branch: perl
58250            ! pod/perldelta.pod
58251 ____________________________________________________________________________
58252 [  6930] By: jhi                                   on 2000/08/30  23:32:40
58253         Log: Update to Unicode 3.0.1.
58254      Branch: perl
58255            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
58256            + lib/unicode/PropList.txt lib/unicode/README.perl
58257            + lib/unicode/UCD301.html lib/unicode/Unicode.301
58258            - lib/unicode/Props.txt lib/unicode/UCD300.html
58259            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
58260            ! (edit 257 files)
58261 ____________________________________________________________________________
58262 [  6929] By: jhi                                   on 2000/08/30  22:38:18
58263         Log: Heap decorruption.
58264              
58265              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
58266              From: Alan Burlison <Alan.Burlison@uk.sun.com>
58267              Date: Wed, 30 Aug 2000 22:39:52 +0100
58268              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
58269      Branch: perl
58270            ! sv.c
58271 ____________________________________________________________________________
58272 [  6928] By: jhi                                   on 2000/08/30  22:29:34
58273         Log: Retract the dummy test, skip the security tests (instead of failing),
58274              explain what the warnings mean.
58275      Branch: perl
58276            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
58277 ____________________________________________________________________________
58278 [  6927] By: jhi                                   on 2000/08/30  22:14:13
58279         Log: Change the internal implementation of sort() to be mergesort
58280              instead of quicksort, from John Linderman <jpl@research.att.com>.
58281              Gives us better worst case, better average case, and stability.
58282              What's there not to like?  (Small fixes for threaded builds
58283              were required).
58284      Branch: perl
58285            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
58286 ____________________________________________________________________________
58287 [  6926] By: jhi                                   on 2000/08/30  20:55:20
58288         Log: A better fix for the Socket building problem from Craig Berry.
58289      Branch: perl
58290            ! vms/vms.c
58291 ____________________________________________________________________________
58292 [  6925] By: jhi                                   on 2000/08/30  20:20:25
58293         Log: Subject: [PATCH] Re: UNTIE method 
58294              From: Nick Ing-Simmons <nik@tiuk.ti.com>
58295              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
58296              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
58297      Branch: perl
58298            ! pp_sys.c t/op/tie.t
58299 ____________________________________________________________________________
58300 [  6924] By: jhi                                   on 2000/08/30  20:17:11
58301         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
58302              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58303              Date: Wed, 30 Aug 2000 15:03:14 -0500
58304              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
58305      Branch: perl
58306            ! vms/vms.c
58307 ____________________________________________________________________________
58308 [  6923] By: jhi                                   on 2000/08/30  20:15:18
58309         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
58310              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58311              Date: Wed, 30 Aug 2000 13:30:36 -0500
58312              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
58313      Branch: perl
58314            ! vms/vms.c
58315 ____________________________________________________________________________
58316 [  6922] By: jhi                                   on 2000/08/30  19:54:43
58317         Log: Better options for rsync.
58318      Branch: perl
58319            ! pod/perlhack.pod
58320 ____________________________________________________________________________
58321 [  6921] By: jhi                                   on 2000/08/30  19:40:16
58322         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
58323              From: Rick Delaney <rick@consumercontact.com>
58324              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
58325              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
58326      Branch: perl
58327            ! pod/perlfunc.pod
58328 ____________________________________________________________________________
58329 [  6920] By: jhi                                   on 2000/08/30  19:36:40
58330         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
58331              From: Peter Prymmer <pvhp@forte.com>
58332              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
58333              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
58334      Branch: perl
58335            ! configure.com
58336 ____________________________________________________________________________
58337 [  6919] By: jhi                                   on 2000/08/30  14:52:02
58338         Log: Update Changes.
58339      Branch: perl
58340            ! Changes patchlevel.h
58341 ____________________________________________________________________________
58342 [  6918] By: jhi                                   on 2000/08/30  14:48:34
58343         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
58344      Branch: perl
58345            ! lib/ExtUtils/typemap
58346 ____________________________________________________________________________
58347 [  6917] By: jhi                                   on 2000/08/30  14:46:34
58348         Log: Subject: typos in pods
58349              From: Nicholas Clark <nick@ccl4.org>
58350              Date: Wed, 30 Aug 2000 01:12:50 +0100
58351              Message-ID: <20000830011249.A61388@plum.flirble.org>
58352      Branch: perl
58353            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
58354            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
58355            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
58356            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
58357 ____________________________________________________________________________
58358 [  6916] By: jhi                                   on 2000/08/30  14:19:09
58359         Log: Document Storable problems on Crays.  (Will have
58360              to document all the other Storable problems, too.)
58361      Branch: perl
58362            ! pod/perldelta.pod
58363 ____________________________________________________________________________
58364 [  6915] By: jhi                                   on 2000/08/30  14:06:02
58365         Log: Subject: [PATCH] fix misc cast warnings
58366              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58367              Date: Tue, 29 Aug 2000 23:16:14 -0700
58368              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
58369      Branch: perl
58370            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
58371            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
58372            ! os2/os2ish.h
58373 ____________________________________________________________________________
58374 [  6914] By: jhi                                   on 2000/08/30  14:03:45
58375         Log: Timestamp mismatch again.  Need to fix this dependence on
58376              config_h.SH timestamp, since it's the contents of config_h.SH
58377              that matter.
58378      Branch: perl
58379            ! uconfig.h uconfig.sh
58380 ____________________________________________________________________________
58381 [  6913] By: jhi                                   on 2000/08/30  13:54:06
58382         Log: Don't say "Perl 5.0 source kit".
58383      Branch: perl
58384            ! perl.c
58385 ____________________________________________________________________________
58386 [  6912] By: jhi                                   on 2000/08/30  13:51:24
58387         Log: Reset archname and archname64 always, forcing them be
58388              recomputed at each Configure run, make Configure and
58389              the hints files agree on the naming of largefiles variables.
58390      Branch: metaconfig
58391            ! U/threads/archname.U
58392      Branch: metaconfig/U/perl
58393            ! use64bits.U
58394      Branch: perl
58395            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
58396            ! hints/linux.sh hints/solaris_2.sh
58397 ____________________________________________________________________________
58398 [  6911] By: jhi                                   on 2000/08/30  13:30:13
58399         Log: Put back the slice accidentally removed by #6907.
58400      Branch: perl
58401            ! hints/solaris_2.sh
58402 ____________________________________________________________________________
58403 [  6910] By: jhi                                   on 2000/08/30  01:24:26
58404         Log: Be consistent: other Net::get* do export theirs.
58405              
58406              Subject: Re: Net::protoent does not export 'getproto'
58407              From: Yasushi Nakajima <sey@jkc.co.jp>
58408              Date: Wed, 30 Aug 2000 09:53:14 +0900
58409              Message-Id: <200008300051.DAA24700@taku.hut.fi>
58410      Branch: perl
58411            ! lib/Net/protoent.pm
58412 ____________________________________________________________________________
58413 [  6909] By: jhi                                   on 2000/08/30  01:17:25
58414         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
58415              From: Gurusamy Sarathy <gsar@ActiveState.com>
58416              Date: Tue, 29 Aug 2000 17:17:07 -0700
58417              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
58418      Branch: perl
58419            ! cop.h
58420 ____________________________________________________________________________
58421 [  6908] By: jhi                                   on 2000/08/30  00:58:05
58422         Log: Update Changes.
58423      Branch: perl
58424            ! Changes patchlevel.h
58425 ____________________________________________________________________________
58426 [  6907] By: jhi                                   on 2000/08/30  00:57:22
58427         Log: Introduce ccname to keep track of what compiler kind of we have.
58428      Branch: metaconfig/U/perl
58429            ! Checkcc.U gccvers.U
58430      Branch: perl
58431            ! Configure config_h.SH hints/solaris_2.sh
58432 ____________________________________________________________________________
58433 [  6906] By: jhi                                   on 2000/08/30  00:25:47
58434         Log: Put back the flags dump as reasoned in
58435              
58436              Subject: Re: [PATCH] Glob dumping
58437              From: Mike Guy <mjtg@cam.ac.uk> 
58438              Date: Tue, 29 Aug 2000 21:41:32 +0100
58439              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
58440      Branch: perl
58441            ! dump.c t/lib/peek.t
58442 ____________________________________________________________________________
58443 [  6905] By: jhi                                   on 2000/08/30  00:16:17
58444         Log: Make the epsilon to be relative, not absolute.
58445              
58446              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
58447              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
58448              Date: Tue, 29 Aug 2000 19:58:56 -0400
58449              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
58450      Branch: perl
58451            ! t/lib/trig.t
58452 ____________________________________________________________________________
58453 [  6904] By: jhi                                   on 2000/08/30  00:13:09
58454         Log: From now on, Gisle is on my list of usual suspects :-)
58455              Retract #6902.
58456      Branch: perl
58457            ! ext/Opcode/Safe.pm
58458 ____________________________________________________________________________
58459 [  6903] By: jhi                                   on 2000/08/29  23:51:20
58460         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
58461              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58462              Date: Tue, 29 Aug 2000 18:43:26 -0500
58463              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
58464      Branch: perl
58465            + vms/vmspipe.com
58466            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
58467            ! vms/vms.c
58468 ____________________________________________________________________________
58469 [  6902] By: jhi                                   on 2000/08/29  23:44:14
58470         Log: Retry what #6882 attempted.
58471              
58472              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
58473              From: Gisle Aas <gisle@ActiveState.com>
58474              Date: 30 Aug 2000 00:33:09 +0200
58475              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
58476      Branch: perl
58477            ! ext/Opcode/Safe.pm
58478 ____________________________________________________________________________
58479 [  6901] By: jhi                                   on 2000/08/29  22:59:32
58480         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
58481              From: Hugo <hv@crypt.compulink.co.uk>
58482              Date: Mon, 12 Jun 2000 19:36:08 +0100
58483              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
58484      Branch: perl
58485            ! sv.c
58486 ____________________________________________________________________________
58487 [  6900] By: jhi                                   on 2000/08/29  22:58:35
58488         Log: Admit that we are leaking scalars.
58489              
58490              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
58491              From: Spider Boardman <spider@leggy.zk3.dec.com>
58492              Date: Tue, 29 Aug 2000 18:48:29 -0400
58493              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
58494      Branch: perl
58495            ! t/pragma/warnings.t
58496 ____________________________________________________________________________
58497 [  6899] By: jhi                                   on 2000/08/29  20:53:13
58498         Log: Update Changes.
58499      Branch: perl
58500            ! Changes patchlevel.h
58501 ____________________________________________________________________________
58502 [  6898] By: jhi                                   on 2000/08/29  20:46:21
58503         Log: Undo namespace pollution of #6878.
58504              
58505              Subject: Re: Net::protoent does not export 'getproto'
58506              From: Mike Guy <mjtg@cam.ac.uk>
58507              Date: Tue, 29 Aug 2000 21:32:37 +0100
58508              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
58509      Branch: perl
58510            ! lib/Net/protoent.pm
58511 ____________________________________________________________________________
58512 [  6897] By: jhi                                   on 2000/08/29  20:44:29
58513         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
58514              From: Peter Prymmer <pvhp@forte.com>
58515              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
58516              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
58517      Branch: perl
58518            ! pod/perlebcdic.pod
58519 ____________________________________________________________________________
58520 [  6896] By: jhi                                   on 2000/08/29  20:40:57
58521         Log: There's no point repeating the 'revision' (5) of perl5.
58522      Branch: metaconfig/U/perl
58523            ! Devel.U patchlevel.U
58524      Branch: perl
58525            ! Configure config_h.SH
58526 ____________________________________________________________________________
58527 [  6895] By: jhi                                   on 2000/08/29  20:16:58
58528         Log: Regen Configure for #6894.
58529      Branch: metaconfig/U/perl
58530            ! perladmin.U
58531      Branch: perl
58532            ! Configure config_h.SH
58533 ____________________________________________________________________________
58534 [  6894] By: jhi                                   on 2000/08/29  19:59:52
58535         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
58536              From: "Philip Newton" <Philip.Newton@gmx.net>
58537              Date: Tue, 29 Aug 2000 21:39:14 +0200
58538              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
58539      Branch: perl
58540            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
58541            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
58542            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
58543            ! utils/perlbug.PL
58544 ____________________________________________________________________________
58545 [  6893] By: jhi                                   on 2000/08/29  19:55:30
58546         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
58547              From: "Philip Newton" <Philip.Newton@gmx.net>
58548              Date: Tue, 29 Aug 2000 21:39:14 +0200
58549              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
58550      Branch: perl
58551            ! installhtml
58552 ____________________________________________________________________________
58553 [  6892] By: jhi                                   on 2000/08/29  19:53:59
58554         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
58555              From: "Philip Newton" <Philip.Newton@gmx.net>
58556              Date: Tue, 29 Aug 2000 21:48:18 +0200
58557              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
58558      Branch: perl
58559            ! lib/File/Temp.pm
58560 ____________________________________________________________________________
58561 [  6891] By: jhi                                   on 2000/08/29  18:30:03
58562         Log: Nail the ID 20000828.023.
58563      Branch: perl
58564            ! ext/Storable/Storable.xs
58565 ____________________________________________________________________________
58566 [  6890] By: jhi                                   on 2000/08/29  16:50:17
58567         Log: Under usethreads the dumped variable is IN_PAD.
58568              
58569              Subject: Re: [PATCH] Glob dumping
58570              From: Gisle Aas <gisle@ActiveState.com>
58571              Date: 29 Aug 2000 18:45:05 +0200
58572              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
58573      Branch: perl
58574            ! t/lib/peek.t
58575 ____________________________________________________________________________
58576 [  6889] By: jhi                                   on 2000/08/29  15:17:37
58577         Log: Update Changes.
58578      Branch: perl
58579            ! Changes patchlevel.h
58580 ____________________________________________________________________________
58581 [  6888] By: jhi                                   on 2000/08/29  14:49:59
58582         Log: Retract #6882, broke the safe tests.
58583      Branch: perl
58584            ! ext/Opcode/Safe.pm
58585 ____________________________________________________________________________
58586 [  6887] By: jhi                                   on 2000/08/29  14:47:06
58587         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
58588              From: Gisle Aas <gisle@ActiveState.com> 
58589              Date: 09 Jun 2000 20:00:11 +0200
58590              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
58591      Branch: perl
58592            ! utils/perldoc.PL
58593 ____________________________________________________________________________
58594 [  6886] By: jhi                                   on 2000/08/29  14:42:45
58595         Log: The #6881 removed one dump line.
58596      Branch: perl
58597            ! t/lib/peek.t
58598 ____________________________________________________________________________
58599 [  6885] By: jhi                                   on 2000/08/29  14:30:47
58600         Log: Don't forget to tidy up.
58601      Branch: perl
58602            ! t/lib/ftmp-security.t
58603 ____________________________________________________________________________
58604 [  6884] By: jhi                                   on 2000/08/29  14:25:17
58605         Log: Disabling the one test is a bit tricky.
58606      Branch: perl
58607            ! t/lib/ftmp-security.t
58608 ____________________________________________________________________________
58609 [  6883] By: jhi                                   on 2000/08/29  14:16:25
58610         Log: Disable one of the tests for now.
58611      Branch: perl
58612            ! t/lib/ftmp-security.t
58613 ____________________________________________________________________________
58614 [  6882] By: jhi                                   on 2000/08/29  14:05:50
58615         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
58616              From: gisle@aas.no
58617              Date: 29 Aug 2000 10:35:06 -0000
58618              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
58619      Branch: perl
58620            ! ext/Opcode/Safe.pm
58621 ____________________________________________________________________________
58622 [  6881] By: jhi                                   on 2000/08/29  14:03:51
58623         Log: Subject: [PATCH] Glob dumping
58624              From: Gisle Aas <gisle@ActiveState.com>
58625              Date: 29 Aug 2000 07:59:42 -0000
58626              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
58627      Branch: perl
58628            ! dump.c
58629 ____________________________________________________________________________
58630 [  6880] By: jhi                                   on 2000/08/29  14:02:01
58631         Log: Subject: [PATCH] Warnings in B::Deparse
58632              From: <abigail@foad.org>
58633              Date: Tue, 29 Aug 2000 00:00:01 -0400
58634              Message-ID: <20000829040001.2999.qmail@foad.org>
58635      Branch: perl
58636            ! ext/B/B/Deparse.pm
58637 ____________________________________________________________________________
58638 [  6879] By: jhi                                   on 2000/08/29  13:57:26
58639         Log: Missed a change in #6869.
58640      Branch: perl
58641            ! mg.c
58642 ____________________________________________________________________________
58643 [  6878] By: jhi                                   on 2000/08/29  13:45:04
58644         Log: Subject: Net::protoent does not export 'getproto'
58645              From: Yasushi Nakajima <sey@jkc.co.jp>
58646              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
58647      Branch: perl
58648            ! lib/Net/protoent.pm
58649 ____________________________________________________________________________
58650 [  6877] By: jhi                                   on 2000/08/29  13:39:19
58651         Log: Patches all over for people and the files they (hopefully) care about.
58652      Branch: perl
58653            ! AUTHORS Changes MAINTAIN
58654 ____________________________________________________________________________
58655 [  6876] By: jhi                                   on 2000/08/29  12:53:54
58656         Log: Fix for thinko in #6848.
58657              
58658              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
58659              From: Lupe Christoph <lupe@lupe-christoph.de>
58660              Date: Tue, 29 Aug 2000 09:04:08 +0200
58661              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
58662      Branch: perl
58663            ! ext/Thread/Thread.xs
58664 ____________________________________________________________________________
58665 [  6875] By: jhi                                   on 2000/08/29  12:50:14
58666         Log: Update to Getopt::Long 2.24, from Johan Vromans.
58667      Branch: perl
58668            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
58669 ____________________________________________________________________________
58670 [  6874] By: jhi                                   on 2000/08/29  02:09:53
58671         Log: Use minimal @INC in tests, most of the time just '../lib',
58672              so that we simply can't pick up stuff from other Perls than
58673              the one we are testing.  Pointed out by
58674              
58675              From: Mike Guy <mjtg@cam.ac.uk>
58676              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
58677              Date: Fri, 25 Aug 2000 15:15:59 +0100
58678              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
58679      Branch: perl
58680            ! (edit 185 files)
58681 ____________________________________________________________________________
58682 [  6873] By: jhi                                   on 2000/08/29  01:07:11
58683         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
58684              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58685              Date: Mon, 28 Aug 2000 17:45:52 -0700
58686              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
58687      Branch: perl
58688            ! Makefile.SH hints/os2.sh
58689 ____________________________________________________________________________
58690 [  6872] By: jhi                                   on 2000/08/28  23:33:39
58691         Log: Subject: [PATCH bleedperl@6866] spellings
58692              From: marcel@codewerk.com (Marcel Grunauer)
58693              Date: Tue, 29 Aug 2000 01:19:59 +0200
58694              Message-Id: <200008282319.BAA29862@gandalf.local>
58695      Branch: perl
58696            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
58697            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
58698            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
58699 ____________________________________________________________________________
58700 [  6871] By: jhi                                   on 2000/08/28  23:22:09
58701         Log: Take out the SUIDMAIL thing, that will not be
58702              a problem in 5.7.*.
58703      Branch: perl
58704            ! patchlevel.h
58705 ____________________________________________________________________________
58706 [  6870] By: jhi                                   on 2000/08/28  23:19:30
58707         Log: -S is the silent flag, -s is the strip flag.
58708              
58709              Subject: [PATCH] Re: [PATCH] make no-install          
58710              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58711              Date: Mon, 28 Aug 2000 15:12:55 -0700
58712              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
58713      Branch: perl
58714            ! Makefile.SH
58715 ____________________________________________________________________________
58716 [  6869] By: jhi                                   on 2000/08/28  23:12:05
58717         Log: Subject: [PATCH bleedperl@6856] warnings fixes
58718              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
58719              Date: Mon, 28 Aug 2000 23:55:06 +0100
58720              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
58721      Branch: perl
58722            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
58723            ! warnings.h warnings.pl
58724 ____________________________________________________________________________
58725 [  6868] By: jhi                                   on 2000/08/28  21:38:22
58726         Log: Potential cruft.
58727      Branch: perl
58728            ! Makefile.SH
58729 ____________________________________________________________________________
58730 [  6867] By: jhi                                   on 2000/08/28  21:35:36
58731         Log: Update Changes.
58732      Branch: perl
58733            ! Changes patchlevel.h
58734 ____________________________________________________________________________
58735 [  6866] By: jhi                                   on 2000/08/28  21:33:49
58736         Log: Subject: hv.h Doc Patch
58737              From: Fisher Mark <fisherm@tce.com>
58738              Date: Mon, 28 Aug 2000 16:24:59 -0500
58739              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
58740      Branch: perl
58741            ! hv.h
58742 ____________________________________________________________________________
58743 [  6865] By: jhi                                   on 2000/08/28  21:02:15
58744         Log: Add -ld to archname on long tr...double platforms.
58745      Branch: metaconfig
58746            ! U/threads/archname.U
58747      Branch: perl
58748            ! Configure config_h.SH
58749 ____________________________________________________________________________
58750 [  6864] By: jhi                                   on 2000/08/28  20:38:59
58751         Log: An attempt to fix the problem reported in
58752              
58753              Subject: Building perl@6856 using gcc/AIX 4.3.3 
58754              From: Daniel Muino <dmuino@afip.gov.ar> 
58755              Date: Mon, 28 Aug 2000 15:50:01 -0300   
58756              Message-ID: <20000828155001.A14403@con2-dgi>
58757              
58758              I can't test this properly since the gcc installation I have
58759              access to seems to be botched (gcc is calling the AIX cpp,
58760              a losing proposition...)
58761      Branch: perl
58762            ! hints/aix.sh
58763 ____________________________________________________________________________
58764 [  6863] By: jhi                                   on 2000/08/28  18:57:52
58765         Log: Fix for ID 20000828.001, long doubles were not formatted
58766              correctly (showed up in $], which stopped installing perl).
58767      Branch: perl
58768            ! sv.c
58769 ____________________________________________________________________________
58770 [  6862] By: jhi                                   on 2000/08/28  18:07:15
58771         Log: Typo in #6858.
58772      Branch: perl
58773            ! lib/Cwd.pm
58774 ____________________________________________________________________________
58775 [  6861] By: jhi                                   on 2000/08/28  17:57:27
58776         Log: opmini.o may be left around if a build is interrupted.
58777      Branch: perl
58778            ! Makefile.SH
58779 ____________________________________________________________________________
58780 [  6860] By: jhi                                   on 2000/08/28  16:52:50
58781         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
58782              From: Daniel Chetlin <daniel@chetlin.com>
58783              Date: Mon, 28 Aug 2000 01:14:18 -0700
58784              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
58785      Branch: perl
58786            ! lib/overload.pm
58787 ____________________________________________________________________________
58788 [  6859] By: jhi                                   on 2000/08/28  16:08:46
58789         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
58790              From: Nicholas Clark <nick@ccl4.org>
58791              Date: Mon, 28 Aug 2000 16:03:27 +0100
58792              Message-Id: <20000828160327.C49785@plum.flirble.org>
58793      Branch: perl
58794            ! ext/ByteLoader/bytecode.h
58795 ____________________________________________________________________________
58796 [  6858] By: jhi                                   on 2000/08/28  16:02:10
58797         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
58798              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
58799              Date: Mon, 28 Aug 2000 13:08:30 +0200
58800              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
58801      Branch: perl
58802            ! lib/Cwd.pm
58803 ____________________________________________________________________________
58804 [  6857] By: jhi                                   on 2000/08/28  15:42:47
58805         Log: display_format used as a class method without arguments was broken,
58806              reported in
58807              
58808              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
58809              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
58810              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
58811              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
58812      Branch: perl
58813            ! lib/Math/Complex.pm t/lib/complex.t
58814 ____________________________________________________________________________
58815 [  6856] By: jhi                                   on 2000/08/27  22:09:48
58816         Log: Update Changes.
58817      Branch: perl
58818            ! Changes patchlevel.h
58819 ____________________________________________________________________________
58820 [  6855] By: jhi                                   on 2000/08/27  21:59:21
58821         Log: Retract #6853 (false alarm).
58822      Branch: perl
58823            ! lib/ExtUtils/xsubpp
58824 ____________________________________________________________________________
58825 [  6854] By: jhi                                   on 2000/08/27  21:37:44
58826         Log: Update Changes.
58827      Branch: perl
58828            ! Changes patchlevel.h
58829 ____________________________________________________________________________
58830 [  6853] By: jhi                                   on 2000/08/27  21:37:16
58831         Log: Subject: [PATCH perl@6850] workaround for xsubpp
58832              From: Hugo <hv@crypt.compulink.co.uk>
58833              Date: Sun, 27 Aug 2000 22:30:25 +0100
58834              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
58835      Branch: perl
58836            ! lib/ExtUtils/xsubpp
58837 ____________________________________________________________________________
58838 [  6852] By: jhi                                   on 2000/08/27  21:33:58
58839         Log: Big-endian 64-bit patch from Raphael Manfredi.
58840      Branch: perl
58841            ! ext/Storable/Storable.xs
58842 ____________________________________________________________________________
58843 [  6851] By: jhi                                   on 2000/08/27  21:22:21
58844         Log: More ruthless editing from Hugo van der Sanden.
58845      Branch: perl
58846            ! pod/perldelta.pod
58847 ____________________________________________________________________________
58848 [  6850] By: jhi                                   on 2000/08/27  16:11:46
58849         Log: Update Changes.
58850      Branch: perl
58851            ! Changes patchlevel.h
58852 ____________________________________________________________________________
58853 [  6849] By: jhi                                   on 2000/08/27  16:11:05
58854         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
58855      Branch: perl
58856            ! configpm pod/perldelta.pod
58857 ____________________________________________________________________________
58858 [  6848] By: jhi                                   on 2000/08/27  15:35:08
58859         Log: Use the actual thread type, not the pointer-to-struct.
58860      Branch: perl
58861            ! ext/Thread/Thread.xs
58862 ____________________________________________________________________________
58863 [  6847] By: jhi                                   on 2000/08/27  15:30:49
58864         Log: Test nit.
58865      Branch: perl
58866            ! t/pragma/warn/pp_sys
58867 ____________________________________________________________________________
58868 [  6846] By: jhi                                   on 2000/08/27  15:19:02
58869         Log: Passing -R in ldflags makes now it to appear in the default
58870              for lddlflags, just like with -L.
58871              
58872              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
58873              From: Lupe Christoph <lupe@lupe-christoph.de>
58874              Date: Sun, 27 Aug 2000 10:28:21 +0200
58875              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
58876      Branch: metaconfig/U/perl
58877            ! dlsrc.U
58878      Branch: perl
58879            ! Configure
58880 ____________________________________________________________________________
58881 [  6845] By: jhi                                   on 2000/08/27  15:08:54
58882         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
58883              From: Alan Burlison <Alan.Burlison@uk.sun.com>
58884              Date: Sat, 26 Aug 2000 22:23:27 +0100
58885              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
58886      Branch: perl
58887            ! lib/ExtUtils/MM_Unix.pm
58888 ____________________________________________________________________________
58889 [  6844] By: jhi                                   on 2000/08/27  15:02:37
58890         Log: DJGPP update from Laszlo Molnar.
58891              
58892              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
58893              From: ml1050 <ml1050@freemail.hu>
58894              Date: Sat, 26 Aug 2000 23:24:40 +0200
58895              Message-Id: <20000826232440.A439@freemail.hu>
58896      Branch: perl
58897            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
58898            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
58899 ____________________________________________________________________________
58900 [  6843] By: jhi                                   on 2000/08/27  14:53:58
58901         Log: Subject: installman buglet
58902              From: Lupe Christoph <lupe@lupe-christoph.de>
58903              Date: Sun, 27 Aug 2000 14:38:59 +0200
58904              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
58905      Branch: perl
58906            ! installman
58907 ____________________________________________________________________________
58908 [  6842] By: jhi                                   on 2000/08/27  14:52:08
58909         Log: Can't get the test to reliably work thanks to the
58910              inaccurateness of floating point.  "Resolves" bug ids
58911              20000826.003, 20000826.009, 20000826.010,
58912      Branch: perl
58913            ! t/lib/trig.t
58914 ____________________________________________________________________________
58915 [  6841] By: jhi                                   on 2000/08/26  15:53:58
58916         Log: Update Changes.
58917      Branch: perl
58918            ! Changes patchlevel.h
58919 ____________________________________________________________________________
58920 [  6840] By: jhi                                   on 2000/08/26  14:23:03
58921         Log: grep -e isn't portable.
58922              
58923              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
58924              From: chris@broadband.att.com
58925              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
58926              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
58927      Branch: perl
58928            ! hints/solaris_2.sh
58929 ____________________________________________________________________________
58930 [  6839] By: jhi                                   on 2000/08/26  14:12:23
58931         Log: no-install target a la make -n.
58932              
58933              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
58934              From: <abigail@foad.org>
58935              Date: Sat, 26 Aug 2000 03:57:34 -0400
58936              Message-ID: <20000826075735.18912.qmail@foad.org>
58937      Branch: perl
58938            ! Makefile.SH installman installperl
58939 ____________________________________________________________________________
58940 [  6838] By: jhi                                   on 2000/08/26  14:06:33
58941         Log: Retract #6826 as the #6828 should be do the same
58942              in a More Correct Way.
58943      Branch: perl
58944            ! installperl
58945 ____________________________________________________________________________
58946 [  6837] By: jhi                                   on 2000/08/26  05:24:00
58947         Log: More casting.
58948      Branch: perl
58949            ! ext/Storable/Storable.xs
58950 ____________________________________________________________________________
58951 [  6836] By: jhi                                   on 2000/08/26  05:05:46
58952         Log: Nicer in decimal.
58953      Branch: perl
58954            ! ext/Storable/Storable.xs
58955 ____________________________________________________________________________
58956 [  6835] By: jhi                                   on 2000/08/26  05:03:50
58957         Log: There be no UVdf.
58958      Branch: perl
58959            ! ext/Storable/Storable.xs
58960 ____________________________________________________________________________
58961 [  6834] By: jhi                                   on 2000/08/26  05:00:18
58962         Log: Continue IVdfing and UVxfing.
58963      Branch: perl
58964            ! ext/Storable/Storable.xs
58965 ____________________________________________________________________________
58966 [  6833] By: jhi                                   on 2000/08/26  04:53:14
58967         Log: Use IVdf.
58968      Branch: perl
58969            ! ext/Storable/Storable.xs
58970 ____________________________________________________________________________
58971 [  6832] By: jhi                                   on 2000/08/26  04:40:41
58972         Log: Document PTR2XX and INT2PTR.
58973      Branch: perl
58974            ! pod/perlguts.pod
58975 ____________________________________________________________________________
58976 [  6831] By: jhi                                   on 2000/08/26  04:33:18
58977         Log: Use UVxf, PTR2UV, NVff.
58978      Branch: perl
58979            ! ext/Storable/Storable.xs
58980 ____________________________________________________________________________
58981 [  6830] By: jhi                                   on 2000/08/26  04:31:32
58982         Log: Update the test count.
58983      Branch: perl
58984            ! t/lib/trig.t
58985 ____________________________________________________________________________
58986 [  6829] By: jhi                                   on 2000/08/26  03:05:50
58987         Log: Subject: [PATCH] installation not quite silent yet.
58988              From: <abigail@foad.org>
58989              Date: Fri, 25 Aug 2000 20:07:53 -0400
58990              Message-ID: <20000826000753.7822.qmail@foad.org>
58991      Branch: perl
58992            ! installman installperl
58993 ____________________________________________________________________________
58994 [  6828] By: jhi                                   on 2000/08/26  03:05:14
58995         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
58996              From: Spider Boardman <spider@web.zk3.dec.com>
58997              Date: Fri, 25 Aug 2000 19:12:40 -0400
58998              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
58999      Branch: perl
59000            ! gv.c
59001 ____________________________________________________________________________
59002 [  6827] By: jhi                                   on 2000/08/25  23:54:34
59003         Log: Support preserving extremely big/small angles.
59004      Branch: perl
59005            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
59006 ____________________________________________________________________________
59007 [  6826] By: jhi                                   on 2000/08/25  23:01:20
59008         Log: Patch installperl to be long double-aware.
59009              
59010              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
59011              From: Spider Boardman <spider@web.zk3.dec.com>
59012              Date: Fri, 25 Aug 2000 18:15:23 -0400
59013              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
59014      Branch: perl
59015            ! installperl
59016 ____________________________________________________________________________
59017 [  6825] By: jhi                                   on 2000/08/25  22:58:25
59018         Log: Remove duplicately applied patch shards.
59019              
59020              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
59021              From: Spider Boardman <spider@leggy.zk3.dec.com>
59022              Date: Fri, 25 Aug 2000 16:45:03 -0400
59023              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
59024      Branch: perl
59025            ! t/lib/cgi-html.t
59026 ____________________________________________________________________________
59027 [  6824] By: jhi                                   on 2000/08/25  22:57:00
59028         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
59029              From: Daniel Chetlin <daniel@chetlin.com>
59030              Date: Fri, 25 Aug 2000 12:23:16 -0700
59031              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
59032              
59033              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
59034              From: Daniel Chetlin <daniel@chetlin.com>
59035              Date: Fri, 25 Aug 2000 14:47:19 -0700
59036              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
59037      Branch: perl
59038            ! installman
59039 ____________________________________________________________________________
59040 [  6823] By: jhi                                   on 2000/08/25  22:44:17
59041         Log: Timestamp problem?
59042      Branch: perl
59043            ! uconfig.h uconfig.sh
59044 ____________________________________________________________________________
59045 [  6822] By: jhi                                   on 2000/08/25  19:01:06
59046         Log: One forgotten file from #6816.
59047      Branch: perl
59048            ! vos/config.h
59049 ____________________________________________________________________________
59050 [  6821] By: jhi                                   on 2000/08/25  18:56:39
59051         Log: Regen Changes.
59052      Branch: perl
59053            ! Changes patchlevel.h
59054 ____________________________________________________________________________
59055 [  6820] By: jhi                                   on 2000/08/25  18:52:35
59056         Log: Fix Changes ordering.
59057      Branch: perl
59058            ! Changes
59059 ____________________________________________________________________________
59060 [  6819] By: jhi                                   on 2000/08/25  18:50:25
59061         Log: Update Changes.
59062      Branch: perl
59063            ! Changes patchlevel.h
59064 ____________________________________________________________________________
59065 [  6818] By: jhi                                   on 2000/08/25  18:47:45
59066         Log: Tweak the sfio/useperlio logic, hopefully as wished in
59067              
59068              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
59069              From: Nicholas Clark <nick@babyhippo.co.uk>
59070              Date: Fri, 25 Aug 2000 12:01:45 +0100
59071              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
59072      Branch: metaconfig/U/perl
59073            ! d_sfio.U
59074      Branch: perl
59075            ! Configure
59076 ____________________________________________________________________________
59077 [  6817] By: jhi                                   on 2000/08/25  18:32:51
59078         Log: Allow microperl to assume <math.h>, without it the math
59079              functions like floor() are assumed to return int, which makes
59080              for core dumps in machines where integer and floating register
59081              don't mix.
59082      Branch: perl
59083            ! uconfig.h uconfig.sh
59084 ____________________________________________________________________________
59085 [  6816] By: jhi                                   on 2000/08/25  18:27:17
59086         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
59087              the problem reported in
59088              
59089              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
59090              From: danhale@us.ibm.com
59091              Date: Fri, 25 Aug 2000 10:58:06 -0400
59092              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
59093      Branch: metaconfig/U/perl
59094            + d_socks5_init.U
59095      Branch: perl
59096            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
59097            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
59098            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
59099            ! win32/config.gc win32/config.vc
59100 ____________________________________________________________________________
59101 [  6815] By: jhi                                   on 2000/08/25  17:43:31
59102         Log: A solution for the retrieve_fd autosplit warning,
59103              idea suggested by Mike Guy.
59104      Branch: perl
59105            ! ext/Storable/Storable.pm
59106 ____________________________________________________________________________
59107 [  6814] By: jhi                                   on 2000/08/25  17:16:03
59108         Log: Add install-silent target.
59109      Branch: perl
59110            ! Makefile.SH
59111 ____________________________________________________________________________
59112 [  6813] By: jhi                                   on 2000/08/25  17:14:23
59113         Log: Subject: Re: [PATCH] More silencing of installman.
59114              From: <abigail@foad.org>
59115              Date: Thu, 24 Aug 2000 19:27:03 -0400
59116              Message-ID: <20000824232703.7001.qmail@foad.org>
59117              
59118              Subject: Re: [PATCH] More silencing of installman.
59119              From: <abigail@foad.org>
59120              Date: Fri, 25 Aug 2000 03:00:58 -0400
59121              Message-ID: <20000825070058.10697.qmail@foad.org>
59122      Branch: perl
59123            ! installman
59124 ____________________________________________________________________________
59125 [  6812] By: jhi                                   on 2000/08/25  17:11:28
59126         Log: installperl --verbose and --silent.
59127              
59128              Subject: Re: [PATCH] More silencing of installman.
59129              From: <abigail@foad.org>
59130              Message-ID: <20000825064430.9719.qmail@foad.org>
59131              Date: Fri, 25 Aug 2000 02:44:30 -0400
59132      Branch: perl
59133            ! installperl
59134 ____________________________________________________________________________
59135 [  6811] By: jhi                                   on 2000/08/25  17:05:43
59136         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
59137              From: "Peter J. Farley III" <pjfarley@banet.net>
59138              Date: Thu, 24 Aug 2000 21:58:03 -0400
59139              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
59140              
59141              (applied slightly modified)
59142      Branch: perl
59143            ! lib/ExtUtils/MM_Unix.pm
59144 ____________________________________________________________________________
59145 [  6810] By: jhi                                   on 2000/08/25  17:01:18
59146         Log: Missing parts of 
59147              
59148              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
59149              From: Peter Prymmer <pvhp@forte.com>
59150              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
59151              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
59152      Branch: perl
59153            ! t/lib/cgi-html.t
59154 ____________________________________________________________________________
59155 [  6809] By: jhi                                   on 2000/08/25  16:46:32
59156         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
59157              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59158              Date: Thu, 24 Aug 2000 19:13:11 -0500
59159              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
59160      Branch: perl
59161            ! vms/vms.c
59162 ____________________________________________________________________________
59163 [  6808] By: jhi                                   on 2000/08/25  16:39:22
59164         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
59165              From: Peter Prymmer <pvhp@forte.com>
59166              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
59167              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
59168      Branch: perl
59169            ! configure.com
59170 ____________________________________________________________________________
59171 [  6807] By: jhi                                   on 2000/08/25  16:36:37
59172         Log: Better wording for the vec lvalue diagnostic.
59173              
59174              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
59175              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
59176              Date: Wed, 23 Aug 2000 14:12:16 -0400
59177              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
59178      Branch: perl
59179            ! pod/perldiag.pod
59180 ____________________________________________________________________________
59181 [  6806] By: jhi                                   on 2000/08/24  18:17:22
59182         Log: Subject: [PATCH] More silencing of installman.
59183              From: <abigail@foad.org>
59184              Date: Thu, 24 Aug 2000 14:01:44 -0400
59185              Message-ID: <20000824180144.20062.qmail@foad.org>
59186      Branch: perl
59187            ! installman
59188 ____________________________________________________________________________
59189 [  6805] By: jhi                                   on 2000/08/24  15:00:31
59190         Log: Update Changes.
59191      Branch: perl
59192            ! Changes patchlevel.h
59193 ____________________________________________________________________________
59194 [  6804] By: jhi                                   on 2000/08/24  14:59:07
59195         Log: Regen perltoc.
59196      Branch: perl
59197            ! pod/perltoc.pod
59198 ____________________________________________________________________________
59199 [  6803] By: jhi                                   on 2000/08/24  14:44:39
59200         Log: Show the doc file, not the temp file.
59201      Branch: perl
59202            ! installman
59203 ____________________________________________________________________________
59204 [  6802] By: jhi                                   on 2000/08/24  14:41:53
59205         Log: Continue silencing.
59206      Branch: perl
59207            ! installman
59208 ____________________________________________________________________________
59209 [  6801] By: jhi                                   on 2000/08/24  14:34:40
59210         Log: Actually do something with the silencer option.
59211      Branch: perl
59212            ! installman
59213 ____________________________________________________________________________
59214 [  6800] By: jhi                                   on 2000/08/24  14:26:22
59215         Log: Make installman to recognize the silence flag -S.
59216      Branch: perl
59217            ! installman
59218 ____________________________________________________________________________
59219 [  6799] By: jhi                                   on 2000/08/24  13:49:38
59220         Log: DOS patches and portability/porting notes, from Tim Jenness.
59221      Branch: perl
59222            ! lib/File/Temp.pm
59223 ____________________________________________________________________________
59224 [  6798] By: jhi                                   on 2000/08/24  13:48:27
59225         Log: Create directories in silence.
59226              
59227              Subject: [PATCH] Another silencer for MakeMaker
59228              From: andreas.koenig@anima.de (Andreas J. Koenig)
59229              Date: 24 Aug 2000 14:18:52 +0200
59230              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
59231      Branch: perl
59232            ! lib/ExtUtils/Command.pm
59233 ____________________________________________________________________________
59234 [  6797] By: jhi                                   on 2000/08/24  13:46:42
59235         Log: More liberal parsing of version numbers.
59236              
59237              Subject: Re: CPAN.pm beta for testing available
59238              From: andreas.koenig@anima.de (Andreas J. Koenig)
59239              Date: 24 Aug 2000 13:51:57 +0200
59240              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
59241      Branch: perl
59242            ! lib/CPAN.pm
59243 ____________________________________________________________________________
59244 [  6796] By: jhi                                   on 2000/08/24  13:44:36
59245         Log: Make "make install" by default silent.  A new "install-verbose"
59246              target is verbose.
59247      Branch: perl
59248            ! Makefile.SH
59249 ____________________________________________________________________________
59250 [  6795] By: jhi                                   on 2000/08/24  13:39:14
59251         Log: Add silencer flags to installperl.
59252              
59253              Subject: [PATCH] Making installperl silent.
59254              From: <abigail@foad.org>
59255              Date: Thu, 24 Aug 2000 05:01:45 -0400
59256              Message-ID: <20000824090145.13141.qmail@foad.org>
59257      Branch: perl
59258            ! installperl
59259 ____________________________________________________________________________
59260 [  6794] By: jhi                                   on 2000/08/24  13:35:50
59261         Log: installperl couldn't tell whether it had run tests or not.
59262              
59263              Subject: [PATCH] Re: installperl and t/TEST
59264              From: <abigail@foad.org>
59265              Date: Thu, 24 Aug 2000 04:00:53 -0400
59266              Message-ID: <20000824080053.2494.qmail@foad.org>
59267      Branch: perl
59268            ! Makefile.SH installperl
59269 ____________________________________________________________________________
59270 [  6793] By: jhi                                   on 2000/08/24  13:27:50
59271         Log: Drop the separate perlbc, perlcc -b should be enough.
59272      Branch: perl
59273            - utils/perlbc.PL
59274            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
59275 ____________________________________________________________________________
59276 [  6792] By: jhi                                   on 2000/08/24  04:41:30
59277         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
59278              plus the typo fix from Peter Prymmer.
59279      Branch: perl
59280            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
59281            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
59282 ____________________________________________________________________________
59283 [  6791] By: jhi                                   on 2000/08/24  02:10:43
59284         Log: Replace #6705 with a minimal doc patch.
59285              
59286              Subject: [PATCH 5.6.0] replace change #6705
59287              From: Jan Dubois <jand@ActiveState.com>
59288              Date: Wed, 23 Aug 2000 18:31:51 -0700
59289              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
59290      Branch: perl
59291            ! lib/Win32.pod win32/win32.c
59292 ____________________________________________________________________________
59293 [  6790] By: jhi                                   on 2000/08/23  17:52:00
59294         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
59295              From: Mike Guy <mjtg@cam.ac.uk>
59296              Date: Wed, 23 Aug 2000 18:38:46 +0100
59297              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
59298      Branch: perl
59299            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
59300 ____________________________________________________________________________
59301 [  6789] By: jhi                                   on 2000/08/23  15:34:21
59302         Log: Update Changes.
59303      Branch: perl
59304            ! Changes patchlevel.h
59305 ____________________________________________________________________________
59306 [  6788] By: jhi                                   on 2000/08/23  15:33:40
59307         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
59308              From: Wilfredo Sánchez <wsanchez@apple.com>
59309              Date: Tue, 22 Aug 2000 19:31:27 -0700
59310              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
59311      Branch: perl
59312            ! perl.h
59313 ____________________________________________________________________________
59314 [  6787] By: jhi                                   on 2000/08/23  15:29:31
59315         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
59316              From: Spider Boardman <spider@leggy.zk3.dec.com>
59317              Date: Wed, 23 Aug 2000 10:33:23 -0400
59318              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
59319      Branch: perl
59320            ! lib/Pod/Html.pm
59321 ____________________________________________________________________________
59322 [  6786] By: jhi                                   on 2000/08/23  15:28:11
59323         Log: Bad makefile.
59324      Branch: perl
59325            ! ext/B/Makefile.PL
59326 ____________________________________________________________________________
59327 [  6785] By: jhi                                   on 2000/08/23  14:37:04
59328         Log: Update Changes.
59329      Branch: perl
59330            ! Changes patchlevel.h
59331 ____________________________________________________________________________
59332 [  6784] By: jhi                                   on 2000/08/23  13:58:41
59333         Log: Portability fix from Hugo van der Sanden.
59334      Branch: perl
59335            ! ext/re/Makefile.PL
59336 ____________________________________________________________________________
59337 [  6783] By: jhi                                   on 2000/08/23  13:53:53
59338         Log: Storable support, v-version fixes.
59339              
59340              Subject: CPAN.pm beta for testing available
59341              From: andreas.koenig@anima.de (Andreas J. Koenig)
59342              Date: 22 Aug 2000 23:31:33 +0200
59343              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
59344      Branch: perl
59345            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59346 ____________________________________________________________________________
59347 [  6782] By: jhi                                   on 2000/08/23  13:51:26
59348         Log: Mac and other portability updates from Chris Nandor.
59349      Branch: perl
59350            ! pod/perlmodinstall.pod
59351 ____________________________________________________________________________
59352 [  6781] By: jhi                                   on 2000/08/23  13:47:33
59353         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
59354              From: Peter Prymmer <pvhp@forte.com>
59355              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
59356              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
59357      Branch: perl
59358            ! ext/Storable/Storable.xs
59359 ____________________________________________________________________________
59360 [  6780] By: jhi                                   on 2000/08/23  13:33:34
59361         Log: VMS MMS (make) wants null action.
59362      Branch: perl
59363            ! ext/B/Makefile.PL
59364 ____________________________________________________________________________
59365 [  6779] By: jhi                                   on 2000/08/22  19:44:47
59366         Log: Forgot portability nit.
59367      Branch: perl
59368            ! t/lib/st-forgive.t
59369 ____________________________________________________________________________
59370 [  6778] By: jhi                                   on 2000/08/22  19:35:25
59371         Log: Be portable.
59372      Branch: perl
59373            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
59374            ! t/lib/st-store.t
59375 ____________________________________________________________________________
59376 [  6777] By: jhi                                   on 2000/08/22  18:50:53
59377         Log: Update Changes.
59378      Branch: perl
59379            ! Changes patchlevel.h
59380 ____________________________________________________________________________
59381 [  6776] By: jhi                                   on 2000/08/22  18:44:46
59382         Log: cSVOPo_*v things index into the current PL_curpad
59383              under ithreads, which is different from the curpad
59384              used by the XSUB.  (In other words, the code as-is
59385              before this patch wouldn't work under ithreads.)
59386              From Sarathy.
59387      Branch: perl
59388            ! ext/B/B.xs
59389 ____________________________________________________________________________
59390 [  6775] By: jhi                                   on 2000/08/22  18:18:37
59391         Log: Make the selection of NVff et al stricter.
59392      Branch: metaconfig/U/perl
59393            ! perlxvf.U
59394      Branch: perl
59395            ! Configure config_h.SH
59396 ____________________________________________________________________________
59397 [  6774] By: jhi                                   on 2000/08/22  17:19:42
59398         Log: perldelta nits.
59399      Branch: perl
59400            ! pod/perldelta.pod
59401 ____________________________________________________________________________
59402 [  6773] By: jhi                                   on 2000/08/22  17:06:26
59403         Log: Long double fixes from Spider Boardman.
59404              
59405              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
59406              From: system PRIVILEGED account <root@peano.zk3.dec.com>
59407              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
59408              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
59409      Branch: perl
59410            ! t/lib/bigfltpm.t t/lib/st-06compat.t
59411 ____________________________________________________________________________
59412 [  6772] By: jhi                                   on 2000/08/22  15:04:53
59413         Log: Update Changes.
59414      Branch: perl
59415            ! Changes patchlevel.h
59416 ____________________________________________________________________________
59417 [  6771] By: jhi                                   on 2000/08/22  15:01:44
59418         Log: perldelta fixes from Hugo van der Sanden.
59419      Branch: perl
59420            ! pod/perldelta.pod
59421 ____________________________________________________________________________
59422 [  6770] By: jhi                                   on 2000/08/22  14:34:49
59423         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
59424              From: Hugo <hv@crypt.compulink.co.uk>
59425              Date: Tue, 22 Aug 2000 11:21:53 +0100
59426              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
59427      Branch: perl
59428            ! regcomp.c
59429 ____________________________________________________________________________
59430 [  6769] By: jhi                                   on 2000/08/22  14:30:02
59431         Log: Add Yitzchak, reformat.
59432      Branch: perl
59433            ! Changes config_h.SH
59434 ____________________________________________________________________________
59435 [  6768] By: jhi                                   on 2000/08/22  14:21:35
59436         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
59437              and Spider Boardman.
59438      Branch: metaconfig
59439            ! U/compline/d_gconvert.U
59440      Branch: perl
59441            ! Configure
59442 ____________________________________________________________________________
59443 [  6767] By: jhi                                   on 2000/08/22  14:11:24
59444         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
59445              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59446              Date: Mon, 21 Aug 2000 19:08:31 -0700
59447              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
59448      Branch: perl
59449            - ext/Storable/patchlevel.h
59450            ! MANIFEST ext/Storable/MANIFEST
59451 ____________________________________________________________________________
59452 [  6766] By: jhi                                   on 2000/08/22  13:49:29
59453         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
59454              From: Peter Prymmer <pvhp@forte.com>
59455              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
59456              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
59457      Branch: perl
59458            ! configure.com ext/Storable/Makefile.PL
59459 ____________________________________________________________________________
59460 [  6765] By: jhi                                   on 2000/08/22  13:44:59
59461         Log: Subject: [PATCH blead] B:: missing dependency
59462              From: Hugo <hv@crypt.compulink.co.uk>
59463              Date: Tue, 22 Aug 2000 06:44:33 +0100
59464              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
59465      Branch: perl
59466            ! ext/B/Makefile.PL
59467 ____________________________________________________________________________
59468 [  6764] By: jhi                                   on 2000/08/22  13:38:12
59469         Log: More bytecompiler.
59470      Branch: perl
59471            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
59472 ____________________________________________________________________________
59473 [  6763] By: jhi                                   on 2000/08/22  13:36:44
59474         Log: Bytecompiler patches from Benjamin Stuhl.
59475      Branch: perl
59476            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
59477            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
59478            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
59479            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
59480            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
59481            ! perl.c perlapi.h pod/perldelta.pod
59482 ____________________________________________________________________________
59483 [  6762] By: jhi                                   on 2000/08/21  23:43:40
59484         Log: An obsoleted diagnostic.
59485      Branch: perl
59486            ! pod/perldelta.pod
59487 ____________________________________________________________________________
59488 [  6761] By: jhi                                   on 2000/08/21  23:01:45
59489         Log: The #6759 wasn't quite right.
59490      Branch: perl
59491            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
59492            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
59493            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
59494            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
59495            ! t/lib/st-tieditems.t
59496 ____________________________________________________________________________
59497 [  6760] By: jhi                                   on 2000/08/21  22:35:49
59498         Log: Be verydeepclean.
59499      Branch: perl
59500            ! Makefile.SH
59501 ____________________________________________________________________________
59502 [  6759] By: jhi                                   on 2000/08/21  22:25:40
59503         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
59504              From: Peter Prymmer <pvhp@forte.com>
59505              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
59506              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
59507      Branch: perl
59508            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
59509            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
59510            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
59511            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
59512            ! t/lib/st-tieditems.t
59513 ____________________________________________________________________________
59514 [  6758] By: jhi                                   on 2000/08/21  22:22:32
59515         Log: Few more casts, need reported in
59516              
59517              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
59518              From: Mike Stok <mike@stok.co.uk>
59519              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
59520              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
59521              
59522              and
59523              
59524              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
59525              From: abigail@foad.org
59526              Date: 21 Aug 2000 21:31:34 -0000
59527              Message-Id: <20000821213134.30170.qmail@foad.org>
59528      Branch: perl
59529            ! ext/Storable/Storable.xs
59530 ____________________________________________________________________________
59531 [  6757] By: jhi                                   on 2000/08/21  18:37:07
59532         Log: Update Changes.
59533      Branch: perl
59534            ! Changes patchlevel.h
59535 ____________________________________________________________________________
59536 [  6756] By: jhi                                   on 2000/08/21  18:34:02
59537         Log: A pod nit.
59538              
59539              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
59540              From: <abigail@foad.org>
59541              Date: Mon, 21 Aug 2000 14:00:16 -0400
59542              Message-ID: <20000821180016.28627.qmail@foad.org>
59543      Branch: perl
59544            ! pod/perlre.pod
59545 ____________________________________________________________________________
59546 [  6755] By: jhi                                   on 2000/08/21  18:30:56
59547         Log: Use PodParser 1.18 new test.
59548      Branch: perl
59549            ! t/pod/special_seqs.t t/pod/special_seqs.xr
59550 ____________________________________________________________________________
59551 [  6754] By: jhi                                   on 2000/08/21  18:28:35
59552         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
59553              patches cannot be applied since #6712 conflicts.
59554      Branch: perl
59555            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
59556 ____________________________________________________________________________
59557 [  6753] By: jhi                                   on 2000/08/21  18:15:11
59558         Log: Weed out some smaller changes.
59559      Branch: perl
59560            ! pod/perldelta.pod
59561 ____________________________________________________________________________
59562 [  6752] By: jhi                                   on 2000/08/21  18:02:30
59563         Log: Also under djgpp the timestamps are funky.
59564      Branch: perl
59565            ! t/op/stat.t
59566 ____________________________________________________________________________
59567 [  6751] By: jhi                                   on 2000/08/21  17:55:56
59568         Log: Tweak the floating point output routine preferences.
59569      Branch: metaconfig
59570            ! U/compline/d_gconvert.U
59571      Branch: perl
59572            ! Configure
59573 ____________________________________________________________________________
59574 [  6750] By: jhi                                   on 2000/08/21  17:51:29
59575         Log: Unicos/mk requires elaborate paranoia.
59576      Branch: perl
59577            ! lib/Math/Complex.pm
59578 ____________________________________________________________________________
59579 [  6749] By: gsar                                  on 2000/08/21  16:53:31
59580         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
59581      Branch: perl
59582            ! lib/Cwd.pm
59583 ____________________________________________________________________________
59584 [  6748] By: gsar                                  on 2000/08/21  16:22:19
59585         Log: free TLS slot properly on Windows
59586      Branch: perl
59587            ! thread.h win32/perllib.c win32/win32thread.h
59588 ____________________________________________________________________________
59589 [  6747] By: jhi                                   on 2000/08/21  16:20:58
59590         Log: Rename the macro argument because some preprocessors
59591              can't tell the difference and expand arguments also inside
59592              double quoted strings.
59593      Branch: perl
59594            ! regcomp.c
59595 ____________________________________________________________________________
59596 [  6746] By: jhi                                   on 2000/08/21  16:09:41
59597         Log: Support long doubles in Storable.
59598              
59599              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
59600              From: Radu Greab <radu@netsoft.ro>
59601              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
59602              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
59603      Branch: perl
59604            ! ext/Storable/Storable.xs
59605 ____________________________________________________________________________
59606 [  6745] By: jhi                                   on 2000/08/21  15:51:40
59607         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
59608              From: "Fifer, Eric" <EFifer@sanwaint.com>
59609              Date: Mon, 21 Aug 2000 15:34:49 +0100
59610              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
59611      Branch: perl
59612            ! t/pragma/warn/9enabled
59613 ____________________________________________________________________________
59614 [  6744] By: jhi                                   on 2000/08/21  15:39:35
59615         Log: Document the endianness of Alpha more precisely.
59616      Branch: perl
59617            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
59618            ! pod/perlport.pod
59619 ____________________________________________________________________________
59620 [  6743] By: jhi                                   on 2000/08/21  14:47:05
59621         Log: perldelta fixes from the p5p crowd.
59622      Branch: perl
59623            ! pod/perldelta.pod pod/perlop.pod
59624 ____________________________________________________________________________
59625 [  6742] By: jhi                                   on 2000/08/21  13:34:51
59626         Log: Update to Pod::LaTeX 0.53.
59627              
59628              Subject: [PATCH] lib/Pod/LaTeX.pm updates
59629              From: Tim Jenness <timj@jach.hawaii.edu>
59630              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
59631              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
59632      Branch: perl
59633            ! lib/Pod/LaTeX.pm
59634 ____________________________________________________________________________
59635 [  6741] By: jhi                                   on 2000/08/21  13:33:01
59636         Log: Subject: [PATCH] os2.c fix for use64bitint
59637              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59638              Date: Mon, 21 Aug 2000 01:32:25 -0700
59639              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
59640      Branch: perl
59641            ! os2/os2.c
59642 ____________________________________________________________________________
59643 [  6740] By: jhi                                   on 2000/08/21  13:28:52
59644         Log: Array context keeps slithering in.
59645              
59646              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
59647              From: Daniel Chetlin <daniel@chetlin.com>
59648              Date: Sun, 20 Aug 2000 21:40:25 -0700
59649              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
59650      Branch: perl
59651            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
59652            ! pod/perldebtut.pod
59653 ____________________________________________________________________________
59654 [  6739] By: jhi                                   on 2000/08/21  13:23:55
59655         Log: Big-endian quad fixes for Storable from Radu Greab,
59656              plus few explicit null casts for picky compilers.
59657      Branch: perl
59658            ! ext/Storable/Storable.xs
59659 ____________________________________________________________________________
59660 [  6738] By: gsar                                  on 2000/08/21  05:56:13
59661         Log: small tweaks for change#6705: avoid C++ style comments in C code;
59662              use Perl's malloc API rather than the low level system one
59663      Branch: perl
59664            ! win32/win32.c
59665 ____________________________________________________________________________
59666 [  6737] By: gsar                                  on 2000/08/21  05:35:41
59667         Log: add Storable to list of extensions on Windows
59668      Branch: perl
59669            ! win32/Makefile win32/makefile.mk
59670 ____________________________________________________________________________
59671 [  6736] By: jhi                                   on 2000/08/21  02:57:53
59672         Log: Update Changes.
59673      Branch: perl
59674            ! Changes patchlevel.h
59675 ____________________________________________________________________________
59676 [  6735] By: jhi                                   on 2000/08/21  02:57:20
59677         Log: Draft 0.
59678      Branch: perl
59679            ! pod/perldelta.pod
59680 ____________________________________________________________________________
59681 [  6734] By: jhi                                   on 2000/08/21  02:57:03
59682         Log: Add Storable 0.7.2 from Raphael Manfredi,
59683              plus the patch from
59684              
59685              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
59686              From: Radu Greab <radu@netsoft.ro>
59687              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
59688              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
59689              
59690              plus changes to get Storable to compile with
59691              picky ANSI compilers.
59692      Branch: perl
59693            + ext/Storable/ChangeLog ext/Storable/MANIFEST
59694            + ext/Storable/Makefile.PL ext/Storable/README
59695            + ext/Storable/Storable.pm ext/Storable/Storable.xs
59696            + ext/Storable/patchlevel.h t/lib/st-06compat.t
59697            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
59698            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
59699            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
59700            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
59701            + t/lib/st-tieditems.t
59702            ! MANIFEST
59703 ____________________________________________________________________________
59704 [  6733] By: jhi                                   on 2000/08/21  02:29:09
59705         Log: The correct cleaning order is an art.
59706      Branch: perl
59707            ! Makefile.SH
59708 ____________________________________________________________________________
59709 [  6732] By: jhi                                   on 2000/08/21  01:23:39
59710         Log: The #6724 is here.
59711      Branch: perl
59712            ! t/lib/ftmp-security.t
59713 ____________________________________________________________________________
59714 [  6731] By: jhi                                   on 2000/08/20  23:17:03
59715         Log: s/this one/the 5.6.0 release/
59716      Branch: perl
59717            ! pod/perl56delta.pod
59718 ____________________________________________________________________________
59719 [  6730] By: jhi                                   on 2000/08/20  23:07:34
59720         Log: Mention perlebcdic and perlposix-bc.
59721      Branch: perl
59722            ! pod/perlport.pod
59723 ____________________________________________________________________________
59724 [  6729] By: jhi                                   on 2000/08/20  21:32:59
59725         Log: Document the number of exponent digits.
59726      Branch: perl
59727            ! pod/perlfunc.pod
59728 ____________________________________________________________________________
59729 [  6728] By: jhi                                   on 2000/08/20  21:16:47
59730         Log: Use File::Spec->tmpdir().
59731              
59732              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
59733              From: Tim Jenness <timj@jach.hawaii.edu>
59734              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
59735              MIME-Version: 1.0
59736              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
59737      Branch: perl
59738            ! utils/perlbug.PL
59739 ____________________________________________________________________________
59740 [  6727] By: jhi                                   on 2000/08/20  20:43:32
59741         Log: Update Changes.
59742      Branch: perl
59743            ! Changes patchlevel.h
59744 ____________________________________________________________________________
59745 [  6726] By: jhi                                   on 2000/08/20  20:41:44
59746         Log: The veryclean target needs to clobber.
59747      Branch: perl
59748            ! Makefile.SH
59749 ____________________________________________________________________________
59750 [  6725] By: jhi                                   on 2000/08/20  20:37:38
59751         Log: Document odd vs even subreleases and -Dusedevel.
59752      Branch: perl
59753            ! INSTALL
59754 ____________________________________________________________________________
59755 [  6724] By: jhi                                   on 2000/08/20  19:58:05
59756         Log: Use temporary directory instead of current directory.
59757              
59758              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
59759              From: Tim Jenness <timj@jach.hawaii.edu>
59760              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
59761              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
59762      Branch: perl
59763            ! t/lib/ftmp-security.t
59764 ____________________________________________________________________________
59765 [  6723] By: jhi                                   on 2000/08/20  19:55:55
59766         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
59767              From: andreas.koenig@anima.de (Andreas J. Koenig)
59768              Date: 20 Aug 2000 15:52:03 +0200
59769              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
59770      Branch: perl
59771            ! lib/ExtUtils/MM_Unix.pm
59772 ____________________________________________________________________________
59773 [  6722] By: jhi                                   on 2000/08/20  19:46:01
59774         Log: Update to CGI 2.72, from Lincoln Stein.
59775      Branch: perl
59776            ! lib/CGI.pm
59777 ____________________________________________________________________________
59778 [  6721] By: jhi                                   on 2000/08/20  19:43:54
59779         Log: (Replaced by #8364.)
59780              
59781              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
59782              From: Radu Greab <radu@netsoft.ro>
59783              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
59784              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
59785      Branch: perl
59786            ! ext/GDBM_File/GDBM_File.xs
59787 ____________________________________________________________________________
59788 [  6720] By: jhi                                   on 2000/08/20  19:42:01
59789         Log: pp_open() could pass an uninitialized filename down to do_open9().
59790      Branch: perl
59791            ! pp_sys.c
59792 ____________________________________________________________________________
59793 [  6719] By: jhi                                   on 2000/08/20  14:06:41
59794         Log: UTF8 concat fixes.
59795              
59796              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
59797              From: Hugo <hv@crypt.compulink.co.uk>
59798              Date: Sun, 20 Aug 2000 07:30:46 +0100
59799              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
59800      Branch: perl
59801            ! pp_hot.c t/op/append.t
59802 ____________________________________________________________________________
59803 [  6718] By: jhi                                   on 2000/08/20  02:09:37
59804         Log: Let's try #6717 again.
59805      Branch: perl
59806            ! lib/File/Temp.pm
59807 ____________________________________________________________________________
59808 [  6717] By: jhi                                   on 2000/08/20  01:56:55
59809         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
59810              From: "Craig A. Berry" <craig.berry@metamorgs.com>
59811              Date: Sat, 19 Aug 2000 18:15:39 -0500
59812              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
59813      Branch: perl
59814            ! lib/File/Temp.pm
59815 ____________________________________________________________________________
59816 [  6716] By: jhi                                   on 2000/08/19  15:50:11
59817         Log: Update Changes.
59818      Branch: perl
59819            ! Changes patchlevel.h
59820 ____________________________________________________________________________
59821 [  6715] By: jhi                                   on 2000/08/19  15:39:09
59822         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
59823              From: Jonathan D Johnston <jdjohnston2@juno.com>
59824              Date: Thu, 17 Aug 2000 23:13:01 -0400       
59825              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
59826      Branch: perl
59827            ! pod/perlfunc.pod
59828 ____________________________________________________________________________
59829 [  6714] By: jhi                                   on 2000/08/19  15:34:04
59830         Log: Introduce a 'veryclean' target that is like 'distclean'
59831              but also removes *~ and *.orig.
59832      Branch: perl
59833            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
59834            ! utils/Makefile x2p/Makefile.SH
59835 ____________________________________________________________________________
59836 [  6713] By: jhi                                   on 2000/08/19  14:15:45
59837         Log: Put back the long double avoidance code to POSIX.xs
59838              because VMS seems to need it still.
59839      Branch: perl
59840            ! ext/POSIX/POSIX.xs
59841 ____________________________________________________________________________
59842 [  6712] By: jhi                                   on 2000/08/19  14:10:41
59843         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
59844              From: Peter Prymmer <pvhp@forte.com>
59845              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
59846              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
59847      Branch: perl
59848            ! lib/Pod/Find.pm t/pod/find.t
59849 ____________________________________________________________________________
59850 [  6711] By: jhi                                   on 2000/08/19  14:09:19
59851         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
59852              From: Peter Prymmer <pvhp@forte.com>
59853              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
59854              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
59855              cc: vmsperl@perl.org
59856      Branch: perl
59857            ! t/lib/peek.t
59858 ____________________________________________________________________________
59859 [  6710] By: jhi                                   on 2000/08/19  14:08:01
59860         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
59861              From: Jan Dubois <jand@ActiveState.com>
59862              Date: Fri, 18 Aug 2000 16:31:48 -0700
59863              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
59864      Branch: perl
59865            ! win32/win32.c
59866 ____________________________________________________________________________
59867 [  6709] By: jhi                                   on 2000/08/19  14:06:57
59868         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
59869              
59870              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
59871              From: Spider.Boardman@Orb.Nashua.NH.US
59872              Date: Fri, 18 Aug 2000 18:41:14 -0400
59873              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
59874      Branch: perl
59875            ! regcomp.c
59876 ____________________________________________________________________________
59877 [  6708] By: jhi                                   on 2000/08/18  22:04:49
59878         Log: Update Changes.
59879      Branch: perl
59880            ! Changes patchlevel.h
59881 ____________________________________________________________________________
59882 [  6707] By: jhi                                   on 2000/08/18  21:55:14
59883         Log: Add warnif(), check warnings further up the stack,
59884              all the warnings functions now can take an optional object reference.
59885              
59886              Subject: [PATCH bleedperl@6691] warnings pragma update
59887              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
59888              Date: Fri, 18 Aug 2000 22:42:06 +0100
59889              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
59890      Branch: perl
59891            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
59892            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
59893            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
59894 ____________________________________________________________________________
59895 [  6706] By: jhi                                   on 2000/08/18  21:41:45
59896         Log: Typo in pp_complement().
59897              
59898              Subject: [PATCH perl-current] Deparse
59899              From: Peter Scott <Peter@PSDT.com>
59900              Date: Fri, 18 Aug 2000 12:44:37 -0700
59901              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
59902      Branch: perl
59903            ! ext/B/B/Deparse.pm
59904 ____________________________________________________________________________
59905 [  6705] By: jhi                                   on 2000/08/18  21:25:59
59906         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
59907              From: Jan Dubois <jand@ActiveState.com>
59908              Date: Fri, 18 Aug 2000 14:22:51 -0700
59909              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
59910      Branch: perl
59911            ! lib/Win32.pod win32/win32.c
59912 ____________________________________________________________________________
59913 [  6704] By: jhi                                   on 2000/08/18  21:16:14
59914         Log: Don't eat leading os from index entries.
59915              
59916              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
59917              From: Russ Allbery <rra@stanford.edu>
59918              Date: 10 Aug 2000 20:49:25 -0700
59919              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
59920      Branch: perl
59921            ! lib/Pod/Man.pm
59922 ____________________________________________________________________________
59923 [  6703] By: jhi                                   on 2000/08/18  21:07:06
59924         Log: Add [[:blank:]] as suggested in
59925              
59926              Subject: [ID 20000716.024] [=cc=] / [:blank:]
59927              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
59928              Date: Sun, 16 Jul 2000 17:55:29 -0700
59929              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
59930              
59931              (the [=cc=] has already been taken care of by #6439
59932              so the whole bug report can be closed)
59933              
59934              and make [[:space:]] to be equivalent to isspace(3)
59935              (as opposed to \s, which is isSPACE()).  The difference
59936              is that now [[:space:]] matches the mythical vertical tab,
59937              while \s doesn't.
59938      Branch: perl
59939            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
59940            ! regexec.c t/op/pat.t
59941 ____________________________________________________________________________
59942 [  6702] By: jhi                                   on 2000/08/18  18:47:47
59943         Log: The new tests were missing from #6415.
59944      Branch: perl
59945            ! t/op/bop.t
59946 ____________________________________________________________________________
59947 [  6701] By: jhi                                   on 2000/08/18  18:20:40
59948         Log: Document the NDBM_File and ODBM_File as SDBM_File
59949              was documented in #6417.
59950      Branch: perl
59951            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
59952            ! ext/SDBM_File/SDBM_File.pm
59953 ____________________________________________________________________________
59954 [  6700] By: jhi                                   on 2000/08/18  18:10:39
59955         Log: Subject: [PATCH perl@6698] cygwin port
59956              From: "Fifer, Eric" <EFifer@sanwaint.com>
59957              Date: Fri, 18 Aug 2000 17:30:05 +0100
59958              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
59959      Branch: perl
59960            ! lib/File/Temp.pm
59961 ____________________________________________________________________________
59962 [  6699] By: jhi                                   on 2000/08/18  16:21:49
59963         Log: Document code point which makes if (defined %stash::) to work
59964              (noted by Spider Boardman).
59965      Branch: perl
59966            ! op.c
59967 ____________________________________________________________________________
59968 [  6698] By: jhi                                   on 2000/08/18  13:43:27
59969         Log: Update Changes.
59970      Branch: perl
59971            ! Changes patchlevel.h
59972 ____________________________________________________________________________
59973 [  6697] By: jhi                                   on 2000/08/18  13:35:57
59974         Log: Tiny Getopt::Long patch from Johan Vromans.
59975      Branch: perl
59976            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
59977 ____________________________________________________________________________
59978 [  6696] By: jhi                                   on 2000/08/18  13:26:14
59979         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
59980              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
59981              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
59982              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
59983      Branch: perl
59984            ! pod/perldiag.pod pod/perlsyn.pod
59985 ____________________________________________________________________________
59986 [  6695] By: jhi                                   on 2000/08/18  13:13:26
59987         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
59988              From: Daniel Chetlin <daniel@chetlin.com>
59989              Date: Fri, 18 Aug 2000 03:13:36 -0700
59990              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
59991      Branch: perl
59992            ! pod/perlfunc.pod
59993 ____________________________________________________________________________
59994 [  6694] By: jhi                                   on 2000/08/18  13:08:05
59995         Log: Subject: [PATCH] perltrap.pod spring cleaning
59996              From: Daniel Chetlin <daniel@chetlin.com>
59997              Date: Fri, 18 Aug 2000 03:06:54 -0700
59998              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
59999              
60000              plus Mike Guy's nitfix.
60001      Branch: perl
60002            ! pod/perltrap.pod
60003 ____________________________________________________________________________
60004 [  6693] By: jhi                                   on 2000/08/18  13:00:26
60005         Log: Unbuffer the output.
60006              
60007              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
60008              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60009              Date: Thu, 17 Aug 2000 18:39:29 -0700
60010              Message-ID: <RPJn5gzkgydf092yn@efn.org>
60011      Branch: perl
60012            ! t/op/fork.t
60013 ____________________________________________________________________________
60014 [  6692] By: jhi                                   on 2000/08/18  05:19:17
60015         Log: Delete the image, too, not just its MANIFEStation.
60016      Branch: perl
60017            - lib/CGI/eg/wilogo.gif
60018 ____________________________________________________________________________
60019 [  6691] By: jhi                                   on 2000/08/18  05:10:26
60020         Log: Propagate new Configure vars.
60021      Branch: perl
60022            ! configure.com epoc/config.sh uconfig.h uconfig.sh
60023            ! vos/config.def vos/config.h vos/config_h.SH_orig
60024            ! win32/config.bc win32/config.gc win32/config.vc
60025            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60026 ____________________________________________________________________________
60027 [  6690] By: jhi                                   on 2000/08/18  04:30:56
60028         Log: Update Changes.
60029      Branch: perl
60030            ! Changes patchlevel.h
60031 ____________________________________________________________________________
60032 [  6689] By: jhi                                   on 2000/08/18  04:12:30
60033         Log: Fix the lib/complex failure of
60034              
60035              From: abigail@foad.org
60036              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
60037              Date: 15 Aug 2000 04:06:38 -0000
60038              Message-Id: <20000815040638.8524.qmail@foad.org> 
60039              
60040              Linux long double accuracy issue: something that
60041              when printed with %g looks like "2" but int() of it is 1.
60042      Branch: perl
60043            ! lib/Math/Complex.pm
60044 ____________________________________________________________________________
60045 [  6688] By: jhi                                   on 2000/08/18  03:15:35
60046         Log: The byteorder code in #6671 was wrong.
60047      Branch: perl
60048            ! configpm
60049 ____________________________________________________________________________
60050 [  6687] By: jhi                                   on 2000/08/18  02:08:42
60051         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
60052              From: Jan Dubois <jand@ActiveState.com>
60053              Date: Thu, 17 Aug 2000 18:31:55 -0700
60054              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
60055      Branch: perl
60056            ! sv.c
60057 ____________________________________________________________________________
60058 [  6686] By: jhi                                   on 2000/08/18  02:04:15
60059         Log: Use NVs in POSIX math, not doubles.
60060              
60061              From: abigail@foad.org
60062              Subject: [ID 20000817.014] POSIX & modfl
60063              Date: 17 Aug 2000 20:49:18 -0000
60064              Message-Id: <20000817204918.23123.qmail@foad.org>
60065      Branch: perl
60066            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
60067 ____________________________________________________________________________
60068 [  6685] By: jhi                                   on 2000/08/18  02:02:12
60069         Log: Introduce NVef, NVff, and NVgf, use the middle one.
60070              (helps for lib/peek + Linux + long doubles)  Reported in
60071              
60072              From: abigail@foad.org
60073              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
60074              Date: 15 Aug 2000 04:06:38 -0000
60075              Message-Id: <20000815040638.8524.qmail@foad.org> 
60076              
60077              (note: the lib/complex failure has not yet been addressed)
60078      Branch: metaconfig/U/perl
60079            ! perlxvf.U
60080      Branch: perl
60081            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60082            ! config_h.SH dump.c perl.h pod/perlguts.pod
60083 ____________________________________________________________________________
60084 [  6684] By: jhi                                   on 2000/08/17  23:22:19
60085         Log: Add byteorder to the myconfig output.
60086      Branch: perl
60087            ! myconfig.SH
60088 ____________________________________________________________________________
60089 [  6683] By: jhi                                   on 2000/08/17  23:20:19
60090         Log: The image doth not exist, spotted by Johan Vromans.
60091      Branch: perl
60092            ! MANIFEST
60093 ____________________________________________________________________________
60094 [  6682] By: jhi                                   on 2000/08/17  22:38:16
60095         Log: Document what the backtick returns if the command fails.
60096      Branch: perl
60097            ! pod/perlop.pod
60098 ____________________________________________________________________________
60099 [  6681] By: jhi                                   on 2000/08/17  22:33:12
60100         Log: Do not use prototyping here.
60101              
60102              Subject: [ID 20000817.016] [PATCH] Peek.xs
60103              From: abigail@foad.org
60104              Date: 17 Aug 2000 20:55:56 -0000
60105              Message-Id: <20000817205556.24270.qmail@foad.org>
60106      Branch: perl
60107            ! ext/Devel/Peek/Makefile.PL
60108 ____________________________________________________________________________
60109 [  6680] By: jhi                                   on 2000/08/17  19:46:43
60110         Log: Don't propose using modules built for 5.005 if no binary
60111              compatibility with 5.005 is attempted.
60112              
60113              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
60114              Subject: Minor nit with 5.7.0 (6655)
60115              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
60116              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
60117      Branch: metaconfig
60118            ! U/installdirs/inc_version_list.U
60119      Branch: perl
60120            ! Configure config_h.SH
60121 ____________________________________________________________________________
60122 [  6679] By: jhi                                   on 2000/08/17  19:16:39
60123         Log: Microperl config update.
60124      Branch: perl
60125            ! uconfig.h uconfig.sh
60126 ____________________________________________________________________________
60127 [  6678] By: jhi                                   on 2000/08/17  19:16:13
60128         Log: The #6648 wasn't protective enough for limited platforms
60129              (like microperl).
60130      Branch: perl
60131            ! dump.c sv.c
60132 ____________________________________________________________________________
60133 [  6677] By: jhi                                   on 2000/08/17  14:46:35
60134         Log: Update Changes.
60135      Branch: perl
60136            ! Changes patchlevel.h
60137 ____________________________________________________________________________
60138 [  6676] By: jhi                                   on 2000/08/17  14:44:02
60139         Log: Add perlebcdic from Peter Prymmer, regen toc.
60140      Branch: perl
60141            + pod/perlebcdic.pod
60142            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60143 ____________________________________________________________________________
60144 [  6675] By: jhi                                   on 2000/08/17  14:41:52
60145         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
60146      Branch: perl
60147            ! pod/perldebtut.pod
60148 ____________________________________________________________________________
60149 [  6674] By: jhi                                   on 2000/08/17  14:29:43
60150         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
60151              
60152              Subject: [ID 20000724.006] -DLEAKTEST problem
60153              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
60154              Date: Tue, 25 Jul 2000 00:36:32 -0500
60155              Message-Id: <20000725003632.A26186@www.llamacom.com>
60156              
60157              Reminder sent
60158              
60159              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
60160              From: Hugo <hv@crypt.compulink.co.uk>
60161              Date: Thu, 17 Aug 2000 15:23:42 +0100
60162              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
60163      Branch: perl
60164            ! util.c
60165 ____________________________________________________________________________
60166 [  6673] By: jhi                                   on 2000/08/17  04:07:10
60167         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
60168              From: John Peacock <JPeacock@UnivPress.com>
60169              Date: Tue, 01 Aug 2000 09:38:12 -0400
60170              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
60171      Branch: perl
60172            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
60173 ____________________________________________________________________________
60174 [  6672] By: jhi                                   on 2000/08/17  03:04:35
60175         Log: Subject: [PATCH] Cwd.pm now uses strict
60176              From: Tim Jenness <timj@jach.hawaii.edu>
60177              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
60178              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
60179      Branch: perl
60180            ! lib/Cwd.pm
60181 ____________________________________________________________________________
60182 [  6671] By: jhi                                   on 2000/08/17  02:16:35
60183         Log: Make $Config{byteorder} more magical so that it is
60184              dynamically computed: nice for 'fat binaries'.
60185              
60186              Subject: [PATCH]: default byteorder
60187              From: Wilfredo Sánchez <wsanchez@apple.com>
60188              Date: Mon, 31 Jul 2000 19:45:31 -0700
60189              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
60190      Branch: perl
60191            ! configpm
60192 ____________________________________________________________________________
60193 [  6670] By: gsar                                  on 2000/08/17  01:22:21
60194         Log: move WNOHANG definition to where other such things are
60195      Branch: perl
60196            ! win32/win32.h
60197 ____________________________________________________________________________
60198 [  6669] By: jhi                                   on 2000/08/17  01:19:17
60199         Log: Update Changes.
60200      Branch: perl
60201            ! Changes patchlevel.h
60202 ____________________________________________________________________________
60203 [  6668] By: jhi                                   on 2000/08/17  01:16:29
60204         Log: Doc nits spotted by Richard Soderberg.
60205      Branch: perl
60206            ! README.posix-bc README.vmesa
60207 ____________________________________________________________________________
60208 [  6667] By: jhi                                   on 2000/08/17  01:12:11
60209         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
60210              From: "Casey R. Tweten" <crt@kiski.net>
60211              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
60212              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
60213      Branch: perl
60214            ! pod/perldebtut.pod
60215 ____________________________________________________________________________
60216 [  6666] By: jhi                                   on 2000/08/17  01:09:31
60217         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
60218              From: "Casey R. Tweten" <crt@kiski.net>
60219              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
60220              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
60221      Branch: perl
60222            ! lib/Shell.pm
60223 ____________________________________________________________________________
60224 [  6665] By: gsar                                  on 2000/08/17  01:03:52
60225         Log: add "ok" targets from change#6632 in makefile.mk
60226      Branch: perl
60227            ! pod/perlport.pod win32/Makefile win32/makefile.mk
60228 ____________________________________________________________________________
60229 [  6664] By: gsar                                  on 2000/08/17  00:56:11
60230         Log: avoid warnings from dense compiler
60231      Branch: perl
60232            ! win32/win32.c
60233 ____________________________________________________________________________
60234 [  6663] By: jhi                                   on 2000/08/17  00:51:49
60235         Log: Tweak the regex compilation errors once more.
60236      Branch: perl
60237            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
60238            ! t/op/regmesg.t t/pragma/warn/regcomp
60239 ____________________________________________________________________________
60240 [  6662] By: gsar                                  on 2000/08/17  00:28:19
60241         Log: trailing new %ENV entries weren't being pushed into the real
60242              environment of subprocesses on Windows
60243      Branch: perl
60244            ! t/op/magic.t win32/perlhost.h
60245 ____________________________________________________________________________
60246 [  6661] By: gsar                                  on 2000/08/17  00:19:20
60247         Log: waitpid() now handles externally spawned pids correctly;
60248              fixes for backtick/wait/waitpid failures on Windows 9x
60249              
60250              these changes make the pid returned by process functions on
60251              Windows 9x always positive by clearing the high bit (which
60252              is always set on Win9x); pseudo-process PIDs are likewise
60253              always negative now on Win9x (just as on NT/2000)
60254      Branch: perl
60255            ! pp_sys.c win32/perlhost.h win32/win32.c
60256 ____________________________________________________________________________
60257 [  6660] By: jhi                                   on 2000/08/17  00:04:32
60258         Log: Retract #6645.
60259      Branch: perl
60260            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60261            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
60262            ! t/op/sprintf.t
60263 ____________________________________________________________________________
60264 [  6659] By: gsar                                  on 2000/08/16  23:59:28
60265         Log: on windows, the return values from wait() and waitpid() don't
60266              match those of pseudo-pids
60267      Branch: perl
60268            ! pp_sys.c t/op/fork.t util.c win32/win32.c
60269 ____________________________________________________________________________
60270 [  6658] By: gsar                                  on 2000/08/16  23:56:14
60271         Log: pod nit seen in passing
60272      Branch: perl
60273            ! pod/perlfunc.pod
60274 ____________________________________________________________________________
60275 [  6657] By: gsar                                  on 2000/08/16  23:53:42
60276         Log: change#6328 could make close(SOCKET) return false on windows
60277              when it shouldn't
60278      Branch: perl
60279            ! win32/win32sck.c
60280 ____________________________________________________________________________
60281 [  6656] By: gsar                                  on 2000/08/16  23:46:57
60282         Log: check that the number pseudo children doesn't exceed
60283              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
60284              the WaitForMultipleObjects() limit that would cause wait()
60285              to crash)
60286              
60287              wait() and waitpid() could potentially be rewritten to use
60288              more than one thread to do the waiting to eliminate this
60289              limitation
60290      Branch: perl
60291            ! win32/perlhost.h
60292 ____________________________________________________________________________
60293 [  6655] By: jhi                                   on 2000/08/16  14:11:05
60294         Log: Update Changes.
60295      Branch: perl
60296            ! Changes patchlevel.h
60297 ____________________________________________________________________________
60298 [  6654] By: jhi                                   on 2000/08/16  14:10:12
60299         Log: Update to perldebtut 1.9, from Richard Foley.
60300      Branch: perl
60301            ! pod/perldebtut.pod
60302 ____________________________________________________________________________
60303 [  6653] By: jhi                                   on 2000/08/16  14:08:17
60304         Log: Change the regx compilation error markers to use = instead of <
60305              since pod makes using the latter quite messy.  Reported in
60306              ID 20000814.006 by Abigail and in
60307              Subject: Unknown escape E<> ?
60308              From: Lupe Christoph <lupe@lupe-christoph.de>
60309              Date: Fri, 11 Aug 2000 00:30:27 +0200
60310              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
60311      Branch: perl
60312            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
60313            ! t/op/regmesg.t t/pragma/warn/regcomp
60314 ____________________________________________________________________________
60315 [  6652] By: jhi                                   on 2000/08/16  13:25:31
60316         Log: Change the perlbug address to perl.org since it's more forgiving.
60317              
60318              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
60319              From: abigail@foad.org
60320              Date: 15 Aug 2000 04:15:40 -0000
60321              Message-Id: <20000815041540.8633.qmail@foad.org>
60322      Branch: perl
60323            ! utils/perlbug.PL
60324 ____________________________________________________________________________
60325 [  6651] By: jhi                                   on 2000/08/16  13:22:35
60326         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
60327              From: Tim Jenness <timj@jach.hawaii.edu>
60328              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
60329              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
60330      Branch: perl
60331            ! lib/Cwd.pm
60332 ____________________________________________________________________________
60333 [  6650] By: jhi                                   on 2000/08/16  13:18:13
60334         Log: Update to CPAN 1.57.
60335              
60336              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
60337              From: andreas.koenig@anima.de (Andreas J. Koenig)
60338              Date: 16 Aug 2000 15:09:46 +0200
60339              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
60340      Branch: perl
60341            ! lib/CPAN.pm
60342 ____________________________________________________________________________
60343 [  6649] By: jhi                                   on 2000/08/16  13:12:31
60344         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
60345              From: "Larry W. Virden" <lvirden@cas.org>
60346              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
60347              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
60348      Branch: perl
60349            ! README.hpux
60350 ____________________________________________________________________________
60351 [  6648] By: jhi                                   on 2000/08/16  13:03:53
60352         Log: The numeric locale was reset to "C" by s?printf and never restored.
60353              
60354              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
60355              From: Christian Kirsch <ck@held.mind.de>
60356              Date: Wed, 9 Aug 2000 17:05:17 +0200
60357              Message-Id: <20000809170517.A25389@held>
60358              
60359              No test since adding the failing example to locale.t
60360              does not fail -- probably because the locale settings are so
60361              thoroughly tweaked by that time.  Running the example standalone
60362              does fail, though.  UPDATE: test case added at change #7540.
60363      Branch: perl
60364            ! dump.c perl.h pp.c pp_ctl.c sv.c
60365 ____________________________________________________________________________
60366 [  6647] By: jhi                                   on 2000/08/16  00:07:54
60367         Log: Update Changes and test semi-automatic patchlevel updating.
60368      Branch: perl
60369            ! Changes patchlevel.h
60370 ____________________________________________________________________________
60371 [  6646] By: jhi                                   on 2000/08/15  23:35:07
60372         Log: Fix a dependency problem.
60373              
60374              Subject: [PATCH: 6640] VMS Makefile.SH update
60375              From: Peter Prymmer <pvhp@forte.com>
60376              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
60377              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
60378      Branch: perl
60379            ! vms/descrip_mms.template
60380 ____________________________________________________________________________
60381 [  6645] By: jhi                                   on 2000/08/15  23:33:23
60382         Log: (Retracted by #6660)
60383              
60384              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
60385              From: Dominic Dunlop <domo@computer.org>
60386              Date: Tue, 15 Aug 2000 22:20:52 +0200
60387              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
60388      Branch: metaconfig/U/perl
60389            + d_printfed.U
60390      Branch: perl
60391            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60392            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
60393            ! t/op/sprintf.t
60394 ____________________________________________________________________________
60395 [  6644] By: jhi                                   on 2000/08/15  21:17:20
60396         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
60397              From: abigail@foad.org
60398              Date: 15 Aug 2000 20:12:41 -0000
60399              Message-Id: <20000815201241.25556.qmail@foad.org>
60400      Branch: perl
60401            ! INSTALL
60402 ____________________________________________________________________________
60403 [  6643] By: jhi                                   on 2000/08/15  21:15:28
60404         Log: (an already applied patch)
60405      Branch: perl
60406            ! lib/CGI.pm
60407 ____________________________________________________________________________
60408 [  6642] By: gsar                                  on 2000/08/15  19:54:05
60409         Log: magic callbacks all need to have same type signature
60410      Branch: perl
60411            ! embed.pl mg.c proto.h
60412 ____________________________________________________________________________
60413 [  6641] By: jhi                                   on 2000/08/15  17:56:27
60414         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)
60415              From: Mike Guy <mjtg@cam.ac.uk>
60416              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
60417              Date: Tue, 15 Aug 2000 18:26:45 +0100
60418              
60419              Only the peek.t part applied, not the hash quality part.
60420      Branch: perl
60421            ! t/lib/peek.t
60422 ____________________________________________________________________________
60423 [  6640] By: jhi                                   on 2000/08/15  16:37:37
60424         Log: Update Changes.
60425      Branch: perl
60426            ! Changes
60427 ____________________________________________________________________________
60428 [  6639] By: jhi                                   on 2000/08/15  16:34:55
60429         Log: Missed a file from #6638.
60430      Branch: perl
60431            ! lib/File/Temp.pm
60432 ____________________________________________________________________________
60433 [  6638] By: jhi                                   on 2000/08/15  16:33:19
60434         Log: Subject: [PATCH perl@6620] cygwin port
60435              From: "Fifer, Eric" <EFifer@sanwaint.com>
60436              Date: Tue, 15 Aug 2000 17:00:49 +0100
60437              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
60438      Branch: perl
60439            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
60440 ____________________________________________________________________________
60441 [  6637] By: jhi                                   on 2000/08/15  16:29:22
60442         Log: Subject: [PATCH] debugger exit code should reflect user exit code
60443              From: Mike Guy <mjtg@cam.ac.uk>
60444              Date: Tue, 15 Aug 2000 16:55:59 +0100
60445              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
60446      Branch: perl
60447            ! lib/perl5db.pl
60448 ____________________________________________________________________________
60449 [  6636] By: jhi                                   on 2000/08/15  15:30:58
60450         Log: Update Changes.
60451      Branch: perl
60452            ! Changes
60453 ____________________________________________________________________________
60454 [  6635] By: jhi                                   on 2000/08/15  15:27:21
60455         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
60456      Branch: metaconfig
60457            ! U/mkglossary U/mksample
60458      Branch: metaconfig/U/perl
60459            ! Devel.U
60460      Branch: perl
60461            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60462 ____________________________________________________________________________
60463 [  6634] By: jhi                                   on 2000/08/15  14:11:55
60464         Log: Don't blow limited stacks, a lower number is enough to
60465              tickle the lookbehind limit.
60466              
60467              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
60468              From: Dominic Dunlop <domo@computer.org>
60469              Date: Tue, 15 Aug 2000 13:51:24 +0200
60470              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
60471      Branch: perl
60472            ! t/op/regmesg.t
60473 ____________________________________________________________________________
60474 [  6633] By: jhi                                   on 2000/08/15  14:01:46
60475         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
60476              From: Mike Guy <mjtg@cam.ac.uk>
60477              Date: Tue, 15 Aug 2000 12:10:50 +0100
60478              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
60479      Branch: perl
60480            ! utils/perldoc.PL
60481 ____________________________________________________________________________
60482 [  6632] By: jhi                                   on 2000/08/15  13:58:48
60483         Log: make ok etc also for win32.
60484              
60485              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
60486              From: Prymmer/Kahn <pvhp@best.com>
60487              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
60488              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
60489      Branch: perl
60490            ! win32/Makefile
60491 ____________________________________________________________________________
60492 [  6631] By: jhi                                   on 2000/08/15  13:45:03
60493         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
60494      Branch: perl
60495            ! lib/Test.pm
60496 ____________________________________________________________________________
60497 [  6630] By: jhi                                   on 2000/08/15  03:25:09
60498         Log: Update Changes.
60499      Branch: perl
60500            ! Changes
60501 ____________________________________________________________________________
60502 [  6629] By: jhi                                   on 2000/08/15  03:23:53
60503         Log: magic_regdatum_set() is void, not int.
60504      Branch: perl
60505            ! embed.pl mg.c proto.h
60506 ____________________________________________________________________________
60507 [  6628] By: jhi                                   on 2000/08/15  03:08:02
60508         Log: Make the user to give up his firstborn, err, to knowingly
60509              verify installing an unstable developer release.  Also bump
60510              the release to 5.7.0, but leave a patch tag in the local
60511              patches saying that this is not yet the real thing.
60512      Branch: metaconfig
60513            ! U/modified/Instruct.U
60514      Branch: metaconfig/U/perl
60515            + Devel.U
60516      Branch: perl
60517            ! Configure patchlevel.h
60518 ____________________________________________________________________________
60519 [  6627] By: jhi                                   on 2000/08/14  22:32:52
60520         Log: README.os2 update.
60521              
60522              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
60523              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60524              Date: Wed, 02 Aug 2000 21:55:09 -0700
60525              Message-ID: <tsPi5gzkgegX092yn@efn.org>
60526      Branch: perl
60527            ! README.os2
60528 ____________________________________________________________________________
60529 [  6626] By: jhi                                   on 2000/08/14  21:00:02
60530         Log: Subject: Re: File::Temp problems on VMS in bleedperl
60531              From: Tim Jenness <timj@jach.hawaii.edu>
60532              cc: vmsperl@perl.org
60533              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
60534              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
60535      Branch: perl
60536            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
60537 ____________________________________________________________________________
60538 [  6625] By: jhi                                   on 2000/08/14  20:52:16
60539         Log: Add SUIDMAIL as was done for the CERT alert.
60540      Branch: perl
60541            ! patchlevel.h
60542 ____________________________________________________________________________
60543 [  6624] By: jhi                                   on 2000/08/14  20:48:50
60544         Log: Subject: sfio2000
60545              From: Daniel Muino <dmuino@afip.gov.ar>
60546              Date: Mon, 14 Aug 2000 16:58:11 -0300
60547              Message-ID: <20000814165811.B16368@con2-dgi>
60548      Branch: perl
60549            ! perlsdio.h perlsfio.h
60550 ____________________________________________________________________________
60551 [  6623] By: jhi                                   on 2000/08/14  20:47:36
60552         Log: Subject: warning: storage class after type is obsolescent
60553              From: Daniel Muino <dmuino@afip.gov.ar>
60554              Date: Mon, 14 Aug 2000 16:42:47 -0300
60555              Message-ID: <20000814164247.A16368@con2-dgi>
60556      Branch: perl
60557            ! regcomp.pl regnodes.h
60558 ____________________________________________________________________________
60559 [  6622] By: jhi                                   on 2000/08/14  20:43:05
60560         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
60561              From: abigail@foad.org
60562              Date: 14 Aug 2000 20:00:10 -0000
60563              Message-Id: <20000814200010.27271.qmail@foad.org>
60564      Branch: perl
60565            ! Changes
60566 ____________________________________________________________________________
60567 [  6621] By: jhi                                   on 2000/08/14  15:23:05
60568         Log: Update Changes.
60569      Branch: perl
60570            ! Changes
60571 ____________________________________________________________________________
60572 [  6620] By: jhi                                   on 2000/08/14  15:22:14
60573         Log: Subject: Re: [PATCH] @+, @- readonly
60574              From: Mike Guy <mjtg@cam.ac.uk>
60575              Date: Mon, 14 Aug 2000 15:26:55 +0100
60576              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
60577      Branch: perl
60578            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
60579            ! sv.c t/op/pat.t
60580 ____________________________________________________________________________
60581 [  6619] By: jhi                                   on 2000/08/14  14:12:08
60582         Log: Update Changes.
60583      Branch: perl
60584            ! Changes
60585 ____________________________________________________________________________
60586 [  6618] By: jhi                                   on 2000/08/14  14:09:34
60587         Log: For now remove the mail code.
60588      Branch: perl
60589            ! perl.c
60590 ____________________________________________________________________________
60591 [  6617] By: jhi                                   on 2000/08/14  14:08:28
60592         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
60593      Branch: perl
60594            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
60595            ! pod/perlfaq8.pod pod/perlsec.pod
60596 ____________________________________________________________________________
60597 [  6616] By: jhi                                   on 2000/08/14  14:00:11
60598         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
60599              From: Mike Guy <mjtg@cam.ac.uk>
60600              Date: Mon, 14 Aug 2000 08:26:02 +0100
60601              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
60602      Branch: perl
60603            ! lib/perl5db.pl
60604 ____________________________________________________________________________
60605 [  6615] By: jhi                                   on 2000/08/14  13:58:45
60606         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
60607              From: Mike Guy <mjtg@cam.ac.uk>
60608              Date: Mon, 14 Aug 2000 08:04:22 +0100
60609              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
60610      Branch: perl
60611            ! gv.c mg.c t/op/pat.t
60612 ____________________________________________________________________________
60613 [  6614] By: jhi                                   on 2000/08/14  13:56:45
60614         Log: Subject: Test fails / warnings with perl-current #6612
60615              From: Mike Guy <mjtg@cam.ac.uk>
60616              Date: Mon, 14 Aug 2000 07:57:23 +0100
60617              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
60618      Branch: perl
60619            ! t/lib/b.t t/lib/peek.t
60620 ____________________________________________________________________________
60621 [  6613] By: jhi                                   on 2000/08/14  13:45:33
60622         Log: VMS configure.com update continues.
60623      Branch: perl
60624            - vms/configure.com
60625            ! MANIFEST configure.com
60626 ____________________________________________________________________________
60627 [  6612] By: jhi                                   on 2000/08/13  22:13:35
60628         Log: Update Changes.
60629      Branch: perl
60630            ! Changes
60631 ____________________________________________________________________________
60632 [  6611] By: jhi                                   on 2000/08/13  16:21:45
60633         Log: Upgrade to CGI 2.71, from Lincoln Stein.
60634      Branch: perl
60635            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
60636 ____________________________________________________________________________
60637 [  6610] By: jhi                                   on 2000/08/13  15:09:16
60638         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
60639              From: Mike Guy <mjtg@cam.ac.uk>
60640              Date: Sun, 13 Aug 2000 13:45:51 +0100
60641              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
60642      Branch: perl
60643            ! t/op/regmesg.t
60644 ____________________________________________________________________________
60645 [  6609] By: jhi                                   on 2000/08/13  14:31:26
60646         Log: Andreas says that 1.56 is fine, so reverting back to it.
60647      Branch: perl
60648            ! lib/CPAN.pm
60649 ____________________________________________________________________________
60650 [  6608] By: jhi                                   on 2000/08/13  05:34:20
60651         Log: Update Changes.
60652      Branch: perl
60653            ! Changes
60654 ____________________________________________________________________________
60655 [  6607] By: jhi                                   on 2000/08/13  05:32:01
60656         Log: Put back the \z changes of #5406 to CPAN.pm.
60657      Branch: perl
60658            ! lib/CPAN.pm
60659 ____________________________________________________________________________
60660 [  6606] By: jhi                                   on 2000/08/13  05:20:16
60661         Log: Fix-n-skip the tests under 5005threads.
60662      Branch: perl
60663            ! t/lib/b.t
60664 ____________________________________________________________________________
60665 [  6605] By: jhi                                   on 2000/08/13  05:07:48
60666         Log: Fix the test for 5005threads.
60667      Branch: perl
60668            ! t/lib/peek.t
60669 ____________________________________________________________________________
60670 [  6604] By: jhi                                   on 2000/08/13  03:35:37
60671         Log: Should have deleted this in #6603.
60672      Branch: perl
60673            - vms/subconfigure.com
60674 ____________________________________________________________________________
60675 [  6603] By: jhi                                   on 2000/08/12  18:29:32
60676         Log: Rewrite of vms/subconfigure.com as configure.com,
60677              from Peter Prymmer and the vmsperl crew.
60678      Branch: perl
60679            + vms/configure.com
60680            ! MANIFEST
60681 ____________________________________________________________________________
60682 [  6602] By: jhi                                   on 2000/08/11  13:00:01
60683         Log: PlainText.pm is dead.
60684      Branch: perl
60685            - lib/Pod/PlainText.pm
60686            ! MANIFEST
60687 ____________________________________________________________________________
60688 [  6601] By: jhi                                   on 2000/08/11  04:06:45
60689         Log: Update Changes.
60690      Branch: perl
60691            ! Changes
60692 ____________________________________________________________________________
60693 [  6600] By: jhi                                   on 2000/08/11  04:06:10
60694         Log: Add a few missing files, update MANIFEST.
60695      Branch: perl
60696            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
60697            + lib/Pod/PlainText.pm t/pod/find.t
60698            ! MANIFEST t/op/regmesg.t
60699 ____________________________________________________________________________
60700 [  6599] By: jhi                                   on 2000/08/11  03:31:10
60701         Log: Add Perl debugging tutorial, regen toc. 
60702              
60703              Subject: perldebtut.pod
60704              From: Richard Foley <Richard.Foley@m.dasa.de>
60705              Date: Wed, 09 Aug 2000 10:17:15 +0200
60706              Message-id: <3991138B.262247B8@m.dasa.de>
60707      Branch: perl
60708            + pod/perldebtut.pod
60709            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60710 ____________________________________________________________________________
60711 [  6598] By: jhi                                   on 2000/08/11  02:48:56
60712         Log: tiny Changes edit
60713      Branch: perl
60714            ! Changes
60715 ____________________________________________________________________________
60716 [  6597] By: jhi                                   on 2000/08/11  02:39:04
60717         Log: Tests for #6589.
60718              
60719              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
60720              From: simon@brecon.co.uk (Simon Cozens)
60721              Date: 11 Aug 2000 02:24:52 GMT
60722              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
60723      Branch: perl
60724            ! t/lib/b.t
60725 ____________________________________________________________________________
60726 [  6596] By: jhi                                   on 2000/08/11  01:50:07
60727         Log: Update Changes.
60728      Branch: perl
60729            ! Changes
60730 ____________________________________________________________________________
60731 [  6595] By: jhi                                   on 2000/08/11  01:47:16
60732         Log: nitfix
60733      Branch: perl
60734            ! Changes
60735 ____________________________________________________________________________
60736 [  6594] By: jhi                                   on 2000/08/11  01:36:16
60737         Log: Subject: Getting perlio and threads to compile
60738              From: Lupe Christoph <lupe@lupe-christoph.de>
60739              Date: Wed, 9 Aug 2000 11:35:54 +0200
60740              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
60741              
60742              (the Solaris version changes in Configure skipped)
60743      Branch: perl
60744            ! hints/solaris_2.sh thread.h
60745 ____________________________________________________________________________
60746 [  6593] By: jhi                                   on 2000/08/11  01:30:16
60747         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
60748              From: simon@brecon.co.uk (Simon Cozens)
60749              Date: 1 Aug 2000 06:55:19 GMT
60750              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
60751      Branch: perl
60752            ! lib/utf8.pm
60753 ____________________________________________________________________________
60754 [  6592] By: jhi                                   on 2000/08/11  01:26:39
60755         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
60756              From: Peter Scott <Peter@PeterScott.com>
60757              Date: Thu, 10 Aug 2000 08:23:27 -0700
60758              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
60759      Branch: perl
60760            ! lib/perl5db.pl
60761 ____________________________________________________________________________
60762 [  6591] By: jhi                                   on 2000/08/11  01:22:02
60763         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
60764              From: Hugo <hv@crypt.compulink.co.uk>
60765              Date: Thu, 10 Aug 2000 19:23:04 +0100
60766              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
60767      Branch: perl
60768            ! regexec.c t/op/pat.t
60769 ____________________________________________________________________________
60770 [  6590] By: jhi                                   on 2000/08/11  01:19:19
60771         Log: Preprocessing and postprocessing for File::Find.
60772              
60773              Subject: Patch to Find::File.pm to allow alphabetical results
60774              From: Joe Smith <jsmith@inwap.com>
60775              Date: Wed, 9 Aug 2000 02:44:54 -0700
60776              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
60777      Branch: perl
60778            ! lib/File/Find.pm
60779 ____________________________________________________________________________
60780 [  6589] By: jhi                                   on 2000/08/11  01:12:39
60781         Log: B::Deparse didn't do sub attributes.
60782              
60783              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
60784              From: simon@brecon.co.uk (Simon Cozens)
60785              Date: 9 Aug 2000 04:49:20 GMT
60786              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
60787      Branch: perl
60788            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
60789 ____________________________________________________________________________
60790 [  6588] By: jhi                                   on 2000/08/11  01:06:40
60791         Log: Subject: debugger "d" command doesnt check line number
60792              From: Mike Guy <mjtg@cam.ac.uk>
60793              Date: Tue, 08 Aug 2000 21:54:29 +0100
60794              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
60795      Branch: perl
60796            ! lib/perl5db.pl mg.c pod/perldiag.pod
60797 ____________________________________________________________________________
60798 [  6587] By: jhi                                   on 2000/08/11  00:45:03
60799         Log: sleep(1) does not necessarily return 1.
60800              
60801              Subject: [PATCH bleadperl] op/lex_assign.t  
60802              From: Hugo <hv@crypt.compulink.co.uk>
60803              Date: Thu, 03 Aug 2000 14:34:22 +0100        
60804              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
60805      Branch: perl
60806            ! t/op/lex_assign.t
60807 ____________________________________________________________________________
60808 [  6586] By: jhi                                   on 2000/08/11  00:31:50
60809         Log: Document the IO::Select timeout.
60810      Branch: perl
60811            ! ext/IO/lib/IO/Select.pm
60812 ____________________________________________________________________________
60813 [  6585] By: jhi                                   on 2000/08/11  00:13:54
60814         Log: Forgot contributor.
60815      Branch: perl
60816            ! Changes
60817 ____________________________________________________________________________
60818 [  6584] By: jhi                                   on 2000/08/11  00:09:19
60819         Log: detypo
60820      Branch: perl
60821            ! Changes
60822 ____________________________________________________________________________
60823 [  6583] By: jhi                                   on 2000/08/11  00:07:53
60824         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
60825              
60826              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
60827              From: Mike Guy <mjtg@cam.ac.uk> 
60828              Date: Thu, 10 Aug 2000 15:50:54 +0100
60829              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
60830      Branch: perl
60831            ! sv.c t/op/int.t
60832 ____________________________________________________________________________
60833 [  6582] By: jhi                                   on 2000/08/10  23:29:32
60834         Log: Update Changes.
60835      Branch: perl
60836            ! Changes
60837 ____________________________________________________________________________
60838 [  6581] By: jhi                                   on 2000/08/10  23:26:16
60839         Log: Put back the std @INC thing.
60840      Branch: perl
60841            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
60842            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
60843            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
60844            ! t/lib/gol-oo.t
60845 ____________________________________________________________________________
60846 [  6580] By: jhi                                   on 2000/08/10  23:03:34
60847         Log: Update to CGI 2.70, from Lincoln Stein.
60848      Branch: perl
60849            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
60850            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
60851            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
60852            ! t/lib/cgi-request.t
60853 ____________________________________________________________________________
60854 [  6579] By: jhi                                   on 2000/08/10  22:41:50
60855         Log: Update to CPAN 1.56, from Andreas König.
60856      Branch: perl
60857            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60858 ____________________________________________________________________________
60859 [  6578] By: jhi                                   on 2000/08/10  22:38:13
60860         Log: Update to Pod::Parser 1.17, from Brad Appleton.
60861      Branch: perl
60862            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
60863            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
60864            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
60865            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
60866            ! t/pod/include.t t/pod/included.t t/pod/lref.t
60867            ! t/pod/multiline_items.t t/pod/nested_items.t
60868            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
60869            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
60870            ! t/pod/special_seqs.t
60871 ____________________________________________________________________________
60872 [  6577] By: jhi                                   on 2000/08/10  22:35:41
60873         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
60874      Branch: perl
60875            ! AUTHORS MAINTAIN
60876 ____________________________________________________________________________
60877 [  6576] By: jhi                                   on 2000/08/10  22:24:54
60878         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
60879      Branch: perl
60880            + t/lib/gol-oo.t
60881            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
60882            ! t/lib/gol-compat.t t/lib/gol-linkage.t
60883 ____________________________________________________________________________
60884 [  6575] By: jhi                                   on 2000/08/10  22:02:07
60885         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
60886      Branch: perl
60887            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
60888 ____________________________________________________________________________
60889 [  6574] By: jhi                                   on 2000/08/10  21:55:03
60890         Log: Iterating perl6 description.
60891      Branch: perl
60892            ! pod/perlfaq1.pod
60893 ____________________________________________________________________________
60894 [  6573] By: jhi                                   on 2000/08/10  21:48:26
60895         Log: Revert the sv.c part of #6559, a better fix is needed.
60896      Branch: perl
60897            ! sv.c
60898 ____________________________________________________________________________
60899 [  6572] By: jhi                                   on 2000/08/10  20:33:43
60900         Log: It's the 2ndO'ROSSC.
60901      Branch: perl
60902            ! pod/perlfaq1.pod
60903 ____________________________________________________________________________
60904 [  6571] By: jhi                                   on 2000/08/10  15:55:48
60905         Log: detypo
60906      Branch: perl
60907            ! pod/perlfaq1.pod
60908 ____________________________________________________________________________
60909 [  6570] By: jhi                                   on 2000/08/10  14:11:17
60910         Log: An exceptionally sticky typo.
60911      Branch: perl
60912            ! Changes
60913 ____________________________________________________________________________
60914 [  6569] By: jhi                                   on 2000/08/10  14:09:33
60915         Log: detypo (and test Changes updating script)
60916      Branch: perl
60917            ! Changes
60918 ____________________________________________________________________________
60919 [  6568] By: jhi                                   on 2000/08/10  14:07:07
60920         Log: Update Changes.
60921      Branch: perl
60922            ! Changes
60923 ____________________________________________________________________________
60924 [  6567] By: jhi                                   on 2000/08/10  14:06:19
60925         Log: Amend the description of Perl6.
60926              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
60927              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
60928              Date: Wed, 9 Aug 2000 22:11:06 -0500
60929              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
60930      Branch: perl
60931            ! pod/perlfaq1.pod
60932 ____________________________________________________________________________
60933 [  6566] By: jhi                                   on 2000/08/10  13:58:57
60934         Log: Subject: Remove dead entry in perldiag
60935              From: Mike Guy <mjtg@cam.ac.uk>
60936              Date: Thu, 10 Aug 2000 14:19:19 +0100
60937              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
60938      Branch: perl
60939            ! pod/perldiag.pod
60940 ____________________________________________________________________________
60941 [  6565] By: jhi                                   on 2000/08/10  13:51:48
60942         Log: Zero entries were skipped, fix from Adrian Goalby
60943              <argoalby@yahoo.co.uk>
60944      Branch: perl
60945            ! lib/unicode/Number.pl lib/unicode/mktables.PL
60946 ____________________________________________________________________________
60947 [  6564] By: jhi                                   on 2000/08/10  13:00:12
60948         Log: Subject: [PATCH 5.6.0] cygwin port
60949              From: "Fifer, Eric" <EFifer@sanwaint.com>
60950              Date: Thu, 10 Aug 2000 13:15:36 +0100
60951              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
60952      Branch: perl
60953            ! README.cygwin hints/cygwin.sh
60954 ____________________________________________________________________________
60955 [  6563] By: jhi                                   on 2000/08/10  12:55:16
60956         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
60957      Branch: perl
60958            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
60959 ____________________________________________________________________________
60960 [  6562] By: gsar                                  on 2000/08/10  08:38:39
60961         Log: warn is a macro, avoid using at a variable to avoid warnings
60962              in some configurations; readdir.t is too conservative in
60963              estimating number of *.t's
60964      Branch: perl
60965            ! t/op/readdir.t util.c
60966 ____________________________________________________________________________
60967 [  6561] By: jhi                                   on 2000/08/09  23:35:42
60968         Log: Update Changes.
60969      Branch: perl
60970            ! Changes
60971 ____________________________________________________________________________
60972 [  6560] By: jhi                                   on 2000/08/09  23:05:47
60973         Log: Subject: Re: enhanced(?) regex error messages
60974              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
60975              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
60976              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
60977              
60978              (plus two small patches sent privately)
60979              (this still seems to leave few test failures)
60980      Branch: perl
60981            + t/op/regmesg.t
60982            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
60983            ! t/pragma/warn/regcomp
60984 ____________________________________________________________________________
60985 [  6559] By: jhi                                   on 2000/08/09  20:41:18
60986         Log: (The fix did work but was not right, retracted in #6573)
60987              
60988              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
60989              From: Christian Kirsch <ck@held.mind.de>
60990              Date: Wed, 9 Aug 2000 17:05:17 +0200
60991              Message-Id: <20000809170517.A25389@held>
60992      Branch: perl
60993            ! sv.c t/pragma/locale.t
60994 ____________________________________________________________________________
60995 [  6558] By: jhi                                   on 2000/08/08  22:34:08
60996         Log: Tiny updates on the contributors list.
60997      Branch: perl
60998            ! Changes
60999 ____________________________________________________________________________
61000 [  6557] By: jhi                                   on 2000/08/08  19:34:28
61001         Log: Double check that we have a dirhandle.
61002      Branch: perl
61003            ! util.c
61004 ____________________________________________________________________________
61005 [  6556] By: jhi                                   on 2000/08/08  19:01:51
61006         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
61007              May be repopulated with fresh maintained examples.
61008      Branch: perl
61009            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
61010            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
61011            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
61012            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
61013            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
61014            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
61015            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
61016            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
61017            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
61018            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
61019            + lib/CGI/eg/wilogo_gif.uu
61020            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
61021            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
61022            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
61023            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
61024            - eg/cgi/frameset.cgi eg/cgi/index.html
61025            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
61026            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
61027            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
61028            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
61029            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
61030            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
61031            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
61032            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
61033            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
61034            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
61035            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
61036            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
61037            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
61038            - eg/van/vanish eg/who eg/wrapsuid
61039            ! MANIFEST
61040 ____________________________________________________________________________
61041 [  6555] By: jhi                                   on 2000/08/08  18:51:08
61042         Log: Delete chat2 as requested by Randal.
61043              
61044              Subject: Re: perlfaq8 coyness
61045              From: merlyn@stonehenge.com (Randal L. Schwartz) 
61046              Date: 15 May 2000 18:52:42 -0700 
61047              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
61048      Branch: perl
61049            - lib/chat2.pl
61050            ! MANIFEST
61051 ____________________________________________________________________________
61052 [  6554] By: jhi                                   on 2000/08/08  18:31:35
61053         Log: Regen global.sym.
61054      Branch: perl
61055            ! global.sym
61056 ____________________________________________________________________________
61057 [  6553] By: jhi                                   on 2000/08/08  18:28:13
61058         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
61059              (either perlbug or p5p ate the original), plus regen
61060              perlapi and perltoc. 
61061      Branch: perl
61062            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
61063            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
61064            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
61065            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
61066            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
61067            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
61068            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
61069            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
61070            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
61071            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
61072 ____________________________________________________________________________
61073 [  6552] By: jhi                                   on 2000/08/08  18:06:29
61074         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
61075              From: Mike Guy <mjtg@cam.ac.uk>
61076              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
61077              Date: Tue, 08 Aug 2000 15:51:27 +0100
61078      Branch: perl
61079            ! doop.c sv.h t/op/join.t t/pragma/overload.t
61080 ____________________________________________________________________________
61081 [  6551] By: jhi                                   on 2000/08/08  18:01:11
61082         Log: Re-apply #6549.
61083      Branch: perl
61084            ! lib/perl5db.pl
61085 ____________________________________________________________________________
61086 [  6550] By: jhi                                   on 2000/08/08  17:43:08
61087         Log: Accidental retraction of #6549.
61088      Branch: perl
61089            ! lib/perl5db.pl
61090 ____________________________________________________________________________
61091 [  6549] By: jhi                                   on 2000/08/08  17:40:04
61092         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
61093              From: Mike Guy <mjtg@cam.ac.uk>
61094              Date: Mon, 07 Aug 2000 21:49:58 +0100
61095              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
61096      Branch: perl
61097            ! lib/perl5db.pl
61098 ____________________________________________________________________________
61099 [  6548] By: jhi                                   on 2000/08/08  17:37:57
61100         Log: Document here-doc better.
61101              
61102              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
61103              From: Mike Guy <mjtg@cam.ac.uk>
61104              Date: Mon, 07 Aug 2000 14:02:09 +0100
61105              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
61106      Branch: perl
61107            ! pod/perldata.pod
61108 ____________________________________________________________________________
61109 [  6547] By: jhi                                   on 2000/08/08  17:33:34
61110         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
61111              From: "Randy J. Ray" <rjray@redhat.com>
61112              Date: Mon, 07 Aug 2000 19:12:25 -0700
61113              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
61114      Branch: perl
61115            ! perl.c pod/perlrun.pod
61116 ____________________________________________________________________________
61117 [  6546] By: jhi                                   on 2000/08/08  17:29:26
61118         Log: Subject: Re: enhanced(?) regex error messages 
61119              From: Hugo <hv@crypt.compulink.co.uk>
61120              Date: Tue, 08 Aug 2000 03:25:51 +0100
61121              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
61122              
61123              plus Capitalize the error messages, plus perldiag them.
61124      Branch: perl
61125            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
61126 ____________________________________________________________________________
61127 [  6545] By: jhi                                   on 2000/08/08  13:59:28
61128         Log: Augment #6539 a bit: don't croak if there's magic in the air.
61129              
61130              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
61131              From: Hugo <hv@crypt.compulink.co.uk>
61132              Date: Tue, 08 Aug 2000 03:02:03 +0100
61133              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
61134      Branch: perl
61135            ! pp.c t/op/bless.t
61136 ____________________________________________________________________________
61137 [  6544] By: jhi                                   on 2000/08/07  21:11:52
61138         Log: Make the test -w clean.
61139      Branch: perl
61140            ! t/op/bless.t
61141 ____________________________________________________________________________
61142 [  6543] By: jhi                                   on 2000/08/07  19:49:53
61143         Log: use warnings instead of $^W.
61144      Branch: perl
61145            ! t/op/bless.t
61146 ____________________________________________________________________________
61147 [  6542] By: jhi                                   on 2000/08/07  17:41:41
61148         Log: Disable a portability warning Because We Know What We Are Doing.
61149      Branch: perl
61150            ! t/op/bless.t
61151 ____________________________________________________________________________
61152 [  6541] By: jhi                                   on 2000/08/07  17:29:51
61153         Log: Tiny tidying on report_evil_fh().
61154      Branch: perl
61155            ! util.c
61156 ____________________________________________________________________________
61157 [  6540] By: jhi                                   on 2000/08/07  16:37:38
61158         Log: Make regular expression parse error messages easier to understand.
61159              
61160              Subject: Re: enhanced(?) regex error messages
61161              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
61162              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
61163              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
61164      Branch: perl
61165            ! regcomp.c
61166 ____________________________________________________________________________
61167 [  6539] By: jhi                                   on 2000/08/07  16:12:27
61168         Log: Make bless(REF, REF) a fatal error, add bless tests.
61169              
61170              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
61171              From: Hugo <hv@crypt.compulink.co.uk>
61172              Date: Mon, 07 Aug 2000 16:59:38 +0100
61173              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
61174      Branch: perl
61175            + t/op/bless.t
61176            ! MANIFEST pod/perldiag.pod pp.c sv.c
61177 ____________________________________________________________________________
61178 [  6538] By: jhi                                   on 2000/08/07  15:59:43
61179         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
61180              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
61181              Date: Thu, 3 Aug 2000 14:29:21 -0700
61182              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
61183      Branch: perl
61184            ! lib/lib_pm.PL
61185 ____________________________________________________________________________
61186 [  6537] By: jhi                                   on 2000/08/07  15:47:18
61187         Log: Retract #6419 for now since it breaks in AFS and MachTen.
61188      Branch: perl
61189            ! lib/Cwd.pm
61190 ____________________________________________________________________________
61191 [  6536] By: jhi                                   on 2000/08/07  15:05:29
61192         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
61193              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
61194              The security hole exists only in suidperls, which isn't
61195              installed or even built by default.
61196      Branch: perl
61197            ! perl.c
61198 ____________________________________________________________________________
61199 [  6535] By: jhi                                   on 2000/08/07  14:45:14
61200         Log: tr memory corruption fix from Simon Cozens.
61201      Branch: perl
61202            ! doop.c
61203 ____________________________________________________________________________
61204 [  6534] By: jhi                                   on 2000/08/06  11:38:16
61205         Log: Document a bit that UDP is not what you might think.
61206              
61207              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
61208              From: Lupe Christoph <lupe@lupe-christoph.de>
61209              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
61210              Date: Mon, 24 Jul 2000 08:59:15 +0200
61211      Branch: perl
61212            ! pod/perlipc.pod
61213 ____________________________________________________________________________
61214 [  6533] By: jhi                                   on 2000/08/06  11:35:01
61215         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
61216              From: Jeff Pinyan <jeffp@hut.crusoe.net>
61217              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
61218              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
61219      Branch: perl
61220            ! pod/perlfunc.pod
61221 ____________________________________________________________________________
61222 [  6532] By: jhi                                   on 2000/08/06  03:45:41
61223         Log: Have symbols for the IoTYPEs.
61224      Branch: perl
61225            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
61226 ____________________________________________________________________________
61227 [  6531] By: jhi                                   on 2000/08/06  01:33:55
61228         Log: Continue fixing the io warnings.  This also
61229              sort of fixes bug ID 20000802.003: the core dump
61230              is no more.  Whether the current behaviour is correct
61231              (giving a warning: "Not a format reference"), is another matter.
61232      Branch: perl
61233            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
61234            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
61235 ____________________________________________________________________________
61236 [  6530] By: jhi                                   on 2000/08/05  21:33:12
61237         Log: Change the Policy policy: now -Dprefix= with an existing
61238              Policy.sh and prefix == siteprefix == vendorprefix, then all
61239              of them follow along the new prefix.
61240              
61241              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
61242              From: Andy Dougherty <doughera@lafayette.edu>
61243              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
61244              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
61245      Branch: perl
61246            ! Policy_sh.SH
61247 ____________________________________________________________________________
61248 [  6529] By: jhi                                   on 2000/08/05  18:57:28
61249         Log: Zap lib/Sys directory when cleaning up.
61250      Branch: perl
61251            ! Makefile.SH
61252 ____________________________________________________________________________
61253 [  6528] By: jhi                                   on 2000/08/05  18:40:44
61254         Log: Essential prototype changes were missing from #6527.
61255              Also make report_evil_fh() more bomb-proof.
61256      Branch: perl
61257            ! embed.h util.c
61258 ____________________________________________________________________________
61259 [  6527] By: jhi                                   on 2000/08/05  03:22:05
61260         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
61261              From: "Ronald F. Guilmette" <rfg@monkeys.com>
61262              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
61263              Message-Id: <200007242247.PAA52177@monkeys.com>
61264      Branch: perl
61265            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
61266 ____________________________________________________________________________
61267 [  6526] By: jhi                                   on 2000/08/04  21:23:27
61268         Log: gcc versions might have (parentheses) in them.
61269      Branch: metaconfig/U/perl
61270            ! gccvers.U
61271      Branch: perl
61272            ! Configure config_h.SH
61273 ____________________________________________________________________________
61274 [  6525] By: jhi                                   on 2000/08/04  20:23:12
61275         Log: Weed buglets pointed out by
61276              
61277              From: Lupe Christoph <lupe@lupe-christoph.de>
61278              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
61279              Date: Fri, 4 Aug 2000 17:34:39 +0200
61280              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
61281      Branch: metaconfig/U/perl
61282            ! gccvers.U uselfs.U
61283      Branch: perl
61284            ! Configure config_h.SH
61285 ____________________________________________________________________________
61286 [  6524] By: jhi                                   on 2000/08/04  19:02:08
61287         Log: Warn under -w if lstat(FH) is attempted.
61288              
61289              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
61290              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
61291              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
61292              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
61293      Branch: perl
61294            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
61295            ! t/pragma/warn/pp_sys
61296 ____________________________________________________________________________
61297 [  6523] By: jhi                                   on 2000/08/04  12:31:11
61298         Log: Subject: New perlcc, take 2
61299              From: simon@brecon.co.uk (Simon Cozens)
61300              Date: 4 Aug 2000 06:21:04 GMT
61301              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
61302      Branch: perl
61303            ! utils/perlcc.PL
61304 ____________________________________________________________________________
61305 [  6522] By: jhi                                   on 2000/08/04  12:26:33
61306         Log: Subject: Re: Array vs. List context
61307              From: Daniel Chetlin <daniel@chetlin.com>
61308              Date: Fri, 4 Aug 2000 00:22:44 -0700
61309              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
61310      Branch: perl
61311            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
61312            ! pod/perlfaq4.pod
61313 ____________________________________________________________________________
61314 [  6521] By: jhi                                   on 2000/08/04  12:22:38
61315         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
61316              From: Raymund Will <ray@caldera.de>
61317              Date: Fri, 4 Aug 2000 12:07:09 +0200
61318              Message-Id: <20000804120709.A14982@caldera.de>
61319      Branch: perl
61320            ! configure.gnu
61321 ____________________________________________________________________________
61322 [  6520] By: jhi                                   on 2000/08/04  04:09:06
61323         Log: After the #6519 a warning about stat() is just that,
61324              not about a filetest, which now have their own warning.
61325      Branch: perl
61326            ! pod/perldiag.pod
61327 ____________________________________________________________________________
61328 [  6519] By: jhi                                   on 2000/08/04  04:06:30
61329         Log: In the warnings call filehandles consistently so;
61330              add "unopened" warning for stat().
61331      Branch: perl
61332            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
61333            ! t/pragma/warn/pp_sys
61334 ____________________________________________________________________________
61335 [  6518] By: jhi                                   on 2000/08/04  02:55:35
61336         Log: Subject: Minor tweak to perlvar.pod
61337              From: "Stephen P. Potter" <spp@ds.net>
61338              Date: Tue, 18 Apr 2000 09:26:03 -0400
61339              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
61340      Branch: perl
61341            ! pod/perlvar.pod
61342 ____________________________________________________________________________
61343 [  6517] By: jhi                                   on 2000/08/04  02:50:08
61344         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
61345              From: "Clinton Pierce" <cpierce1@ford.com>
61346              Date: Wed, 21 Jul 1999 16:45:31 -0400
61347              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
61348              
61349              Fix by Stephen Potter (visible in the bug db but not in p5p?)
61350      Branch: perl
61351            ! pod/perlfunc.pod pod/perlop.pod
61352 ____________________________________________________________________________
61353 [  6516] By: jhi                                   on 2000/08/04  02:09:25
61354         Log: This is 6512.  Really.
61355      Branch: perl
61356            ! dump.c
61357 ____________________________________________________________________________
61358 [  6515] By: jhi                                   on 2000/08/04  01:25:50
61359         Log: mention the idea of @( and @)
61360      Branch: perl
61361            ! Todo-5.6
61362 ____________________________________________________________________________
61363 [  6514] By: bailey                                on 2000/08/04  01:18:46
61364         Log: YA resync with mainstem, including VMS patches from others
61365      Branch: vmsperl
61366           +> (branch 48 files)
61367            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
61368           !> (integrate 354 files)
61369 ____________________________________________________________________________
61370 [  6513] By: jhi                                   on 2000/08/04  01:18:18
61371         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
61372              From: Mark Dickinson <dickins3@fas.harvard.edu>
61373              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
61374              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
61375      Branch: perl
61376            ! t/op/grent.t t/op/pwent.t
61377 ____________________________________________________________________________
61378 [  6512] By: jhi                                   on 2000/08/04  01:14:06
61379         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
61380              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61381              Date: Wed, 02 Aug 2000 10:51:01 +0100
61382              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
61383      Branch: perl
61384            ! sv.c
61385 ____________________________________________________________________________
61386 [  6511] By: jhi                                   on 2000/08/04  00:57:00
61387         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
61388              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61389              Date: Thu, 03 Aug 2000 17:20:04 -0700
61390              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
61391      Branch: metaconfig
61392            ! U/modified/Cppsym.U
61393      Branch: perl
61394            ! Configure config_h.SH
61395 ____________________________________________________________________________
61396 [  6510] By: jhi                                   on 2000/08/04  00:25:28
61397         Log: detypo
61398      Branch: perl
61399            ! Makefile.SH
61400 ____________________________________________________________________________
61401 [  6509] By: jhi                                   on 2000/08/03  23:43:18
61402         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
61403              From: Dominic Dunlop <domo@computer.org>
61404              Date: Thu, 3 Aug 2000 22:16:46 +0200
61405              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
61406      Branch: perl
61407            ! t/op/sprintf.t
61408 ____________________________________________________________________________
61409 [  6508] By: jhi                                   on 2000/08/03  23:40:37
61410         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
61411              From: Hugo <hv@crypt.compulink.co.uk>
61412              Date: Thu, 03 Aug 2000 18:25:30 +0100
61413              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
61414      Branch: perl
61415            ! regcomp.c t/op/re_tests
61416 ____________________________________________________________________________
61417 [  6507] By: jhi                                   on 2000/08/03  23:38:28
61418         Log: Subject: [PATCH] sv.h documentation - SvLEN
61419              From: Mike Guy <mjtg@cam.ac.uk>
61420              Date: Thu, 03 Aug 2000 14:43:09 +0100
61421              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
61422      Branch: perl
61423            ! sv.h
61424 ____________________________________________________________________________
61425 [  6506] By: jhi                                   on 2000/08/03  15:49:14
61426         Log: Disable the fix_pl hack for now.
61427      Branch: perl
61428            ! Makefile.SH
61429 ____________________________________________________________________________
61430 [  6505] By: jhi                                   on 2000/08/03  13:49:04
61431         Log: Add a URL for FSF.
61432              
61433              Subject: Patch for README
61434              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
61435              Date: Wed, 2 Aug 2000 13:25:09 -0500
61436              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
61437      Branch: perl
61438            ! README
61439 ____________________________________________________________________________
61440 [  6504] By: jhi                                   on 2000/08/03  13:29:19
61441         Log: Be more informative on what is skipped and why,
61442              also repeat the list at the end.
61443      Branch: perl
61444            ! Porting/p4desc
61445 ____________________________________________________________________________
61446 [  6503] By: jhi                                   on 2000/08/03  13:07:05
61447         Log: Circumvent the removal of .patch by fix_pl.
61448              
61449              Subject: Re: [ID 20000802.011] unable to 'make test'          
61450              From: simon@brecon.co.uk (Simon Cozens) 
61451              Date: 3 Aug 2000 04:17:00 GMT
61452              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
61453      Branch: perl
61454            ! Makefile.SH
61455 ____________________________________________________________________________
61456 [  6502] By: jhi                                   on 2000/08/03  00:14:34
61457         Log: Add the missing setproctitle unit.
61458      Branch: metaconfig/U/perl
61459            + d_setproctitle.U
61460 ____________________________________________________________________________
61461 [  6501] By: jhi                                   on 2000/08/03  00:00:26
61462         Log: The subtest 4 may fail also on VOBS, as pointed out
61463              by Nick Ing-Simmons in November 1999, bug id 19991124.003
61464              (but the failure in that bug report isn't the subtest 4).
61465      Branch: perl
61466            ! t/op/stat.t
61467 ____________________________________________________________________________
61468 [  6500] By: jhi                                   on 2000/08/02  23:49:30
61469         Log: Better skip message for the test; one of the two problems in
61470              
61471              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
61472              From: Lupe Christoph <lupe@lupe-christoph.de>
61473              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
61474              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
61475      Branch: perl
61476            ! t/op/numconvert.t
61477 ____________________________________________________________________________
61478 [  6499] By: jhi                                   on 2000/08/02  22:49:16
61479         Log: Allow "no Module;" even if there is no 'unimport'.
61480              
61481              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
61482              From: mjd@plover.com
61483              Date: 24 Mar 2000 15:24:34 -0000
61484              Message-Id: <20000324152434.15160.qmail@plover.com>
61485      Branch: perl
61486            ! gv.c
61487 ____________________________________________________________________________
61488 [  6498] By: jhi                                   on 2000/08/02  22:42:58
61489         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
61490              that are hopefully soon put into use.
61491      Branch: perl
61492            ! opcode.h opcode.pl opnames.h
61493 ____________________________________________________________________________
61494 [  6497] By: gsar                                  on 2000/08/02  22:28:59
61495         Log: require.t needs binmode() to work on windows
61496      Branch: perl
61497            ! t/comp/require.t
61498 ____________________________________________________________________________
61499 [  6496] By: jhi                                   on 2000/08/02  22:08:51
61500         Log: Document the IVdf UVuf UVof UVxf.
61501      Branch: perl
61502            ! pod/perlguts.pod
61503 ____________________________________________________________________________
61504 [  6495] By: jhi                                   on 2000/08/02  21:54:26
61505         Log: detypo #6494
61506      Branch: perl
61507            ! ext/Data/Dumper/Dumper.xs
61508 ____________________________________________________________________________
61509 [  6494] By: jhi                                   on 2000/08/02  21:49:17
61510         Log: Dump UVs as UVs in Data::Dumper.
61511              
61512              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
61513              From: Gurusamy Sarathy <gsar@ActiveState.com>
61514              Date: Thu, 27 Apr 2000 12:26:25 -0700
61515              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
61516      Branch: perl
61517            ! ext/Data/Dumper/Dumper.xs
61518 ____________________________________________________________________________
61519 [  6493] By: jhi                                   on 2000/08/02  17:01:58
61520         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
61521              From: Hugo <hv@crypt.compulink.co.uk>
61522              Date: Wed, 02 Aug 2000 14:53:56 +0100
61523              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
61524      Branch: perl
61525            ! regexec.c t/op/re_tests
61526 ____________________________________________________________________________
61527 [  6492] By: jhi                                   on 2000/08/02  15:02:46
61528         Log: The new setproctitle() feature is available only in 
61529              bleeding edge FreeBSD.  From Paul Saab.
61530      Branch: perl
61531            ! mg.c
61532 ____________________________________________________________________________
61533 [  6491] By: jhi                                   on 2000/08/02  13:34:36
61534         Log: The tr utf8 patching continues.
61535              
61536              Subject: Re: #6469, too many tests claimed in require.t
61537              From: simon@brecon.co.uk (Simon Cozens)
61538              Date: 2 Aug 2000 02:37:17 GMT
61539              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
61540              
61541              (the logic of the test was the wrong way round in the patch)
61542      Branch: perl
61543            ! doop.c
61544 ____________________________________________________________________________
61545 [  6490] By: jhi                                   on 2000/08/02  13:27:38
61546         Log: The name of a filehandle does not have <these>.
61547      Branch: perl
61548            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
61549            ! t/pragma/warn/pp_sys util.c
61550 ____________________________________________________________________________
61551 [  6489] By: jhi                                   on 2000/08/02  04:26:46
61552         Log: Remove the extraneous "main::" prefix from all the
61553              "opened only for", "on closed", and "never opened" warnings.
61554              
61555              Subject: Re: inappropriate warning
61556              From: Gurusamy Sarathy <gsar@ActiveState.com>
61557              Date: Mon, 20 Mar 2000 11:28:02 -0800
61558              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
61559      Branch: perl
61560            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
61561            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
61562            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
61563 ____________________________________________________________________________
61564 [  6488] By: jhi                                   on 2000/08/02  03:02:57
61565         Log: memcpy has n o in it, as pinted ut by Sarathy.
61566      Branch: perl
61567            ! pod/perlguts.pod
61568 ____________________________________________________________________________
61569 [  6487] By: jhi                                   on 2000/08/02  02:44:51
61570         Log: Document in one place the memory abstractions used in Perl core.
61571              
61572              Subject: Re: Memory abstraction
61573              From: simon@brecon.co.uk (Simon Cozens)
61574              Date: 2 Aug 2000 02:20:23 GMT
61575              Organization: Earth.li Origins
61576      Branch: perl
61577            ! pod/perlguts.pod
61578 ____________________________________________________________________________
61579 [  6486] By: jhi                                   on 2000/08/02  02:41:57
61580         Log: regen_headers, regen perltoc.
61581      Branch: perl
61582            ! perlapi.c pod/perltoc.pod
61583 ____________________________________________________________________________
61584 [  6485] By: jhi                                   on 2000/08/02  01:43:33
61585         Log: "This little thing tests for a file .patch, and if it contains
61586              a number, pops into patchlevel.h" (making it easier to track
61587              which development version people are reporting bugs against)
61588              
61589              Subject: Patchlevel autogeneration for repository perls
61590              From: simon@brecon.co.uk (Simon Cozens)
61591              Date: 14 Jul 2000 07:12:15 GMT
61592              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
61593      Branch: perl
61594            + fix_pl
61595            ! MANIFEST Makefile.SH
61596 ____________________________________________________________________________
61597 [  6484] By: jhi                                   on 2000/08/02  01:32:54
61598         Log: FreeBSD 3.* updates from
61599              
61600              From: Paul Saab <ps@yahoo-inc.com>
61601              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
61602              Date: Tue, 1 Aug 2000 15:41:39 -0700
61603              Message-Id: <20000801154139.A53740@yahoo-inc.com>
61604      Branch: perl
61605            ! hints/freebsd.sh
61606 ____________________________________________________________________________
61607 [  6483] By: jhi                                   on 2000/08/02  01:27:44
61608         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
61609              instead one must use setproctitle().  This was already addressed
61610              by change #6457, but the below has a new variant for FreeBSD 4.0
61611              or later, and the matter is also documented more.
61612              
61613              From: Paul Saab <ps@yahoo-inc.com>
61614              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
61615              Date: Tue, 1 Aug 2000 15:41:39 -0700
61616              Message-Id: <20000801154139.A53740@yahoo-inc.com>
61617      Branch: metaconfig/U/perl
61618            + i_libutil.U
61619      Branch: perl
61620            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
61621 ____________________________________________________________________________
61622 [  6482] By: jhi                                   on 2000/08/01  22:17:32
61623         Log: The test from this
61624              
61625              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
61626              Date: Sat, 15 Apr 2000 17:03:44 +0100
61627              From: Tom Hughes <tom@compton.nu>
61628              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
61629              
61630              was missing, the code change went in as #5989
61631              (which had a different test?)
61632      Branch: perl
61633            ! t/op/misc.t
61634 ____________________________________________________________________________
61635 [  6481] By: jhi                                   on 2000/08/01  21:48:38
61636         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
61637              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
61638              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
61639              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
61640      Branch: perl
61641            ! perl.h
61642 ____________________________________________________________________________
61643 [  6480] By: jhi                                   on 2000/08/01  18:05:28
61644         Log: Make p4desc to skip non-mainperl branches by default.
61645      Branch: perl
61646            ! Porting/p4desc
61647 ____________________________________________________________________________
61648 [  6479] By: jhi                                   on 2000/08/01  17:29:19
61649         Log: If gccosandvers is equal to osname, clear gccosandvers.
61650      Branch: metaconfig/U/perl
61651            ! gccvers.U
61652      Branch: perl
61653            ! Configure config_h.SH
61654 ____________________________________________________________________________
61655 [  6478] By: jhi                                   on 2000/08/01  15:54:08
61656         Log: BOM patching from Simon Cozens.
61657      Branch: perl
61658            ! toke.c
61659 ____________________________________________________________________________
61660 [  6477] By: jhi                                   on 2000/08/01  04:50:33
61661         Log: Stash away the largefiles flags and libswanted.
61662      Branch: perl
61663            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
61664 ____________________________________________________________________________
61665 [  6476] By: gsar                                  on 2000/08/01  04:24:24
61666         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
61667              on Windows)
61668      Branch: perl
61669            ! t/pragma/utf8.t utf8.c win32/win32.c
61670 ____________________________________________________________________________
61671 [  6475] By: jhi                                   on 2000/08/01  03:35:24
61672         Log: Make chr() for values >127 to create utf8 when under utf8.
61673              
61674              Subject: Re: uft8/chr()
61675              From: simon@brecon.co.uk (Simon Cozens)
61676              Date: 1 Aug 2000 02:37:02 GMT
61677              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
61678      Branch: perl
61679            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
61680 ____________________________________________________________________________
61681 [  6474] By: jhi                                   on 2000/08/01  02:36:18
61682         Log: In Digital UNIX warn if gcc explicitly chosen because even
61683              2.95.2 is known to cause problems.
61684      Branch: perl
61685            ! hints/dec_osf.sh
61686 ____________________________________________________________________________
61687 [  6473] By: jhi                                   on 2000/08/01  02:00:56
61688         Log: Make the safety catch for buggy gccs work with triple version
61689              numbers like 2.95.2.  Reported in
61690              
61691              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
61692              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
61693              Date: Mon, 31 Jul 2000 14:55:06 +0200
61694              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
61695      Branch: perl
61696            ! hints/dec_osf.sh
61697 ____________________________________________________________________________
61698 [  6472] By: jhi                                   on 2000/08/01  01:13:33
61699         Log: Subject: fix and question re: waitpid() under win32
61700              From: Brian Clarke <clarke@appliedmeta.com>
61701              Date: Fri, 28 Jul 2000 15:18:29 -0400
61702              Message-ID: <3981DC85.290314EB@appliedmeta.com>
61703              
61704              Slightly reformatted and WNOHANG # define moved to win32.h
61705              so that also POSIX.xs sees it, as suggsted by Sarathy.
61706      Branch: perl
61707            ! win32/win32.c win32/win32.h
61708 ____________________________________________________________________________
61709 [  6471] By: jhi                                   on 2000/08/01  00:55:05
61710         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
61711              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61712              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
61713              Date: Mon, 31 Jul 2000 13:28:51 +0100
61714              
61715              (aka ID 20000730.002)
61716      Branch: perl
61717            ! op.c t/op/tr.t
61718 ____________________________________________________________________________
61719 [  6470] By: jhi                                   on 2000/07/31  23:34:42
61720         Log: Document the problem with -P in HP-UX and its workaround.
61721              
61722              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
61723              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
61724              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
61725              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
61726      Branch: perl
61727            ! README.hpux
61728 ____________________________________________________________________________
61729 [  6469] By: jhi                                   on 2000/07/31  04:15:02
61730         Log: The swallow_bom() saga continues.  The #23 of require.t
61731              (UTF16-LE) still fails (silently, no output) but the #22
61732              (UTF16-BE) seems to be working now.  The root of the
61733              failure may be in sv_gets(): is it UTF-16LE-aware,
61734              especially when it comes to line endings? 
61735      Branch: perl
61736            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
61737            ! t/comp/require.t toke.c utf8.c
61738 ____________________________________________________________________________
61739 [  6468] By: jhi                                   on 2000/07/30  19:05:48
61740         Log: Find green threads before native threads.
61741              
61742              Subject: Re: Patch to jpl/JNI/Makefile.PL
61743              From: Jens Thomsen <jens@fiend.cis.com>
61744              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
61745              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
61746      Branch: perl
61747            ! jpl/JNI/Makefile.PL
61748 ____________________________________________________________________________
61749 [  6467] By: jhi                                   on 2000/07/30  18:36:22
61750         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
61751      Branch: perl
61752            ! doop.c
61753 ____________________________________________________________________________
61754 [  6466] By: jhi                                   on 2000/07/30  04:37:29
61755         Log: A new version of the "remove UPPERACSE string comparison"
61756              operators.  The problem with the previous one (change #6454)
61757              was that it was for Perl 5.6.0.  From Paul Marquess.
61758      Branch: perl
61759            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
61760            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
61761            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
61762 ____________________________________________________________________________
61763 [  6465] By: jhi                                   on 2000/07/29  22:39:56
61764         Log: Do not upgrade SVs into utf8 just because they participate
61765              in eq or cmp.  Reported and fix suggested in
61766              
61767              Subject: [ID 20000720.009] sv_eq UTF8 bug
61768              From: "Simon Cozens" <simon@othersideofthe.earth.li>
61769              Date: 21 Jul 2000 04:37:29 -0000
61770              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
61771              
61772              Exercise for the kind reader: should we or should we not
61773              cache the utf8 conversion alonside the SV? (as magic,
61774              as thestrxfrm()ed version is cached under use locale)
61775              Argue both for and against.
61776      Branch: perl
61777            ! sv.c
61778 ____________________________________________________________________________
61779 [  6464] By: jhi                                   on 2000/07/29  22:36:22
61780         Log: Subject: UTF8 concat
61781              From: simon@brecon.co.uk (Simon Cozens) 
61782              Date: 30 Jun 2000 06:13:25 GMT
61783              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
61784              
61785              (with a memory leak fixed, plus a few casts added)
61786              
61787              This also seems to help for
61788              
61789              Subject: [ID 20000716.015] join UTF8 weirdness
61790              From: root <root@ak-71.mind.de> 
61791              Date: Sat, 15 Jul 2000 15:29:54 +0200
61792              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
61793              
61794              (from Andreas König)
61795      Branch: perl
61796            ! pp_hot.c
61797 ____________________________________________________________________________
61798 [  6463] By: jhi                                   on 2000/07/29  00:55:39
61799         Log: Tune the comments and hopefully stop a memory leak.
61800      Branch: perl
61801            ! toke.c utf8.c
61802 ____________________________________________________________________________
61803 [  6462] By: jhi                                   on 2000/07/29  00:16:53
61804         Log: The problem described in this
61805              
61806              Subject: [ID 20000322.018] named chars aren't magical enough
61807              From: root <root@dixie.cscaper.com>     
61808              Date: Wed, 22 Mar 2000 18:37:42 -0700
61809              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
61810              
61811              has been fixed in perl 5.6.0 but just in case added a test
61812              to keep it away.  (The report from Joseph Hall.)
61813      Branch: perl
61814            ! t/lib/charnames.t
61815 ____________________________________________________________________________
61816 [  6461] By: jhi                                   on 2000/07/28  23:56:36
61817         Log: Tiny fixes for #6460.
61818      Branch: metaconfig/U/perl
61819            ! gccvers.U
61820      Branch: perl
61821            ! Configure config_h.SH
61822 ____________________________________________________________________________
61823 [  6460] By: jhi                                   on 2000/07/28  23:24:41
61824         Log: Warn if the version of the operating system used to compile gcc
61825              differs from the current version of the operating system.
61826              Also display the gcc compilation os and version in myconfig.
61827              Inspiration from
61828              
61829              Subject: Re: [ID 20000710.003] ERRORS!!         
61830              From: "Kurt D. Starsinic" <kstar@chapin.edu>
61831              Date: Mon, 10 Jul 2000 15:54:16 -0400
61832              Message-ID: <20000710155416.A1384@O2.chapin.edu>
61833      Branch: metaconfig/U/perl
61834            ! gccvers.U
61835      Branch: perl
61836            ! Configure config_h.SH myconfig.SH
61837 ____________________________________________________________________________
61838 [  6459] By: jhi                                   on 2000/07/28  22:00:32
61839         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
61840              letter to $Config{osvers}.
61841      Branch: metaconfig
61842            ! U/modified/Oldconfig.U
61843      Branch: perl
61844            ! Configure config_h.SH
61845 ____________________________________________________________________________
61846 [  6458] By: jhi                                   on 2000/07/28  04:15:39
61847         Log: Back out #6454, doesn't seem to work.
61848              (Reason: that patch was for perl 5.6.0, not perl-current)
61849              (A version of the patch for perl-current came in later as #6466)
61850      Branch: perl
61851            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
61852            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
61853            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
61854 ____________________________________________________________________________
61855 [  6457] By: jhi                                   on 2000/07/27  23:31:49
61856         Log: Use setproctitle() if available to modify $0.
61857              
61858              Subject: setting $* on BSD4 broken
61859              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
61860              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
61861              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
61862      Branch: metaconfig
61863            ! U/modified/Myinit.U
61864      Branch: perl
61865            ! Configure config_h.SH mg.c
61866 ____________________________________________________________________________
61867 [  6456] By: jhi                                   on 2000/07/27  14:50:47
61868         Log: Allow "no AutoLoader;", based on change #6444,
61869              suggested by Graham Barr.
61870      Branch: perl
61871            ! lib/AutoLoader.pm
61872 ____________________________________________________________________________
61873 [  6455] By: jhi                                   on 2000/07/27  14:19:10
61874         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
61875              From: rspier@pobox.com (Robert Spier)
61876              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
61877              Message-ID: <14720.15855.787664.424783@rls.cx>
61878      Branch: perl
61879            ! pod/perldiag.pod
61880 ____________________________________________________________________________
61881 [  6454] By: jhi                                   on 2000/07/27  14:03:02
61882         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
61883              for a long time).
61884              
61885              Reported in
61886              
61887              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
61888              From: Ryan Herbert <rherbert@sycamorehq.com>
61889              Date: Mon, 17 Jul 2000 11:40:42 -0400
61890              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
61891              
61892              Patched in
61893              
61894              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
61895              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
61896              Date: Wed, 26 Jul 2000 23:40:18 +0100
61897              Message-ID: <000001bff752$79511880$0a17073e@tiny>
61898              
61899              based on an earlier patch from Stephen P. Potter.
61900              
61901              (Removed later by change #6458 because this patch was for
61902              perl 5.6.0, not perl-current)
61903      Branch: perl
61904            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
61905            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
61906            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
61907 ____________________________________________________________________________
61908 [  6453] By: jhi                                   on 2000/07/27  13:48:02
61909         Log: Subject: [PATCH] fixes bug 20000508.004
61910              From: Michael Stevens <mstevens@globnix.org>
61911              Date: Thu, 27 Jul 2000 13:49:04 +0100
61912              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
61913      Branch: perl
61914            ! pod/perldata.pod
61915 ____________________________________________________________________________
61916 [  6452] By: jhi                                   on 2000/07/26  23:51:26
61917         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
61918              and Craig A. Berry.
61919      Branch: perl
61920            ! lib/File/Temp.pm pod/perlport.pod
61921 ____________________________________________________________________________
61922 [  6451] By: jhi                                   on 2000/07/26  19:43:30
61923         Log: Be wary of close()s, too.
61924              
61925              Subject: Re: [PATCH] perlbug cleanup
61926              From: Tim Jenness <t.jenness@jach.hawaii.edu>
61927              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
61928              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
61929      Branch: perl
61930            ! utils/perlbug.PL
61931 ____________________________________________________________________________
61932 [  6450] By: jhi                                   on 2000/07/26  18:41:40
61933         Log: Subject: Minor doc patch: handy.h
61934              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
61935              Date: Wed, 26 Jul 2000 15:34:25 -0300
61936              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
61937      Branch: perl
61938            ! handy.h pod/perlapi.pod
61939 ____________________________________________________________________________
61940 [  6449] By: jhi                                   on 2000/07/26  18:23:55
61941         Log: Subject: [PATCH] minor doc change - perlguts
61942              From: Michael Stevens <mstevens@globnix.org>
61943              Date: Thu, 13 Jul 2000 12:39:18 +0100
61944              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
61945      Branch: perl
61946            ! pod/perlguts.pod
61947 ____________________________________________________________________________
61948 [  6448] By: jhi                                   on 2000/07/26  18:20:30
61949         Log: open() wariness in perlbug.
61950              
61951              Subject: [PATCH] perlbug cleanup
61952              From: Michael Stevens <mstevens@globnix.org>
61953              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
61954              Date: Thu, 13 Jul 2000 15:52:23 +0100
61955      Branch: perl
61956            ! utils/perlbug.PL
61957 ____________________________________________________________________________
61958 [  6447] By: jhi                                   on 2000/07/26  18:13:04
61959         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
61960      Branch: perl
61961            ! lib/File/Temp.pm t/lib/ftmp-security.t
61962 ____________________________________________________________________________
61963 [  6446] By: jhi                                   on 2000/07/26  18:06:32
61964         Log: docfix from Peter Scott <Peter@PSDT.com>.
61965      Branch: perl
61966            ! pod/perlfunc.pod
61967 ____________________________________________________________________________
61968 [  6445] By: jhi                                   on 2000/07/26  17:53:31
61969         Log: Fix *foo{FORMAT}.
61970              
61971              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61972              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
61973              Date: Wed, 26 Jul 2000 19:51:02 +0200
61974              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
61975              
61976              From: Graham Barr <gbarr@pobox.com>
61977              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
61978              Date: Wed, 26 Jul 2000 17:38:36 +0100
61979              Message-ID: <20000726173836.L472@pobox.com>
61980      Branch: perl
61981            ! pp.c sv.c t/op/gv.t
61982 ____________________________________________________________________________
61983 [  6444] By: jhi                                   on 2000/07/26  17:49:14
61984         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
61985              from Graham Barr in the module list.
61986      Branch: perl
61987            ! gv.c pod/perlobj.pod
61988 ____________________________________________________________________________
61989 [  6443] By: jhi                                   on 2000/07/26  16:06:56
61990         Log: More split() doc and test patches from Mike Guy.
61991      Branch: perl
61992            ! pod/perlfunc.pod t/op/split.t
61993 ____________________________________________________________________________
61994 [  6442] By: jhi                                   on 2000/07/26  16:05:30
61995         Log: MacOS nits from Matthias Neeracher.
61996      Branch: perl
61997            ! perl.c pp_ctl.c
61998 ____________________________________________________________________________
61999 [  6441] By: jhi                                   on 2000/07/26  04:39:57
62000         Log: Subject: [PATCH] split /^/
62001              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62002              Date: Tue, 25 Jul 2000 14:18:57 +0100
62003              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
62004              
62005              (with notes from tchrist and gbarr)
62006      Branch: perl
62007            ! pod/perlfunc.pod t/op/split.t
62008 ____________________________________________________________________________
62009 [  6440] By: jhi                                   on 2000/07/26  04:32:32
62010         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
62011              From: Peter Prymmer <pvhp@forte.com>
62012              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
62013              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
62014      Branch: perl
62015            ! vms/munchconfig.c
62016 ____________________________________________________________________________
62017 [  6439] By: jhi                                   on 2000/07/26  04:31:01
62018         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
62019              to be fatal errors (instead of by default ignoring them, and
62020              ignoring with a bug: even though -w gave an error, the opening [
62021              was left in)  Reported in:
62022              
62023              Subject: [ID 20000716.024] [=cc=] / [:blank:]
62024              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
62025              Date: Sun, 16 Jul 2000 17:55:29 -0700
62026              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
62027      Branch: perl
62028            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
62029 ____________________________________________________________________________
62030 [  6438] By: jhi                                   on 2000/07/25  15:41:15
62031         Log: Subject: [PATCH] av.c apidoc
62032              From: simon@brecon.co.uk (Simon Cozens)
62033              Date: 24 Jul 2000 06:40:52 GMT
62034              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
62035      Branch: perl
62036            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
62037            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
62038 ____________________________________________________________________________
62039 [  6437] By: jhi                                   on 2000/07/25  14:05:36
62040         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
62041              From: "Stephen P. Potter" <spp@ds.net>
62042              Date: Mon, 24 Jul 2000 14:22:23 -0400
62043              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
62044      Branch: perl
62045            ! pod/perllocale.pod
62046 ____________________________________________________________________________
62047 [  6436] By: jhi                                   on 2000/07/25  14:02:03
62048         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
62049              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62050              Date: Mon, 24 Jul 2000 18:04:28 +0100
62051              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
62052      Branch: perl
62053            ! t/lib/syslfs.t t/op/lfs.t
62054 ____________________________________________________________________________
62055 [  6435] By: jhi                                   on 2000/07/25  13:59:28
62056         Log: Get UTF16 BOMs working.  Patch from
62057              
62058              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
62059              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62060              Date: Tue, 25 Jul 2000 12:52:45 +0100
62061              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
62062              
62063              and notes from
62064              
62065              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
62066              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62067              Date: Tue, 25 Jul 2000 11:43:25 +0100
62068              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
62069      Branch: perl
62070            ! t/comp/require.t toke.c utf8.c
62071 ____________________________________________________________________________
62072 [  6434] By: jhi                                   on 2000/07/25  02:39:54
62073         Log: Make the "uninit variable" warning to say "concat or string"
62074              or "join or string" when in concat or join .
62075              
62076              Subject: Re: [ID 20000403.009] uninitialised concatenation???
62077              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62078              Date: Tue, 04 Apr 2000 18:22:58 +0100
62079              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
62080              
62081              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
62082              From: William R Ward <hermit@BayView.COM>
62083              Date: Thu, 30 Mar 2000 19:50:03 -0800
62084              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
62085      Branch: perl
62086            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
62087            ! t/pragma/warn/op t/pragma/warn/sv
62088 ____________________________________________________________________________
62089 [  6433] By: jhi                                   on 2000/07/24  17:52:56
62090         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
62091      Branch: perl
62092            ! lib/File/Spec/VMS.pm
62093 ____________________________________________________________________________
62094 [  6432] By: jhi                                   on 2000/07/24  17:44:44
62095         Log: Test cases for #6431.
62096              
62097              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
62098              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62099              Date: Mon, 24 Jul 2000 15:32:29 +0100
62100              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
62101      Branch: perl
62102            ! t/op/pat.t t/op/split.t
62103 ____________________________________________________________________________
62104 [  6431] By: jhi                                   on 2000/07/24  17:43:17
62105         Log: Bind op fix.
62106              
62107              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
62108              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62109              Date: Mon, 17 Jul 2000 20:04:56 +0100
62110              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
62111      Branch: perl
62112            ! op.c
62113 ____________________________________________________________________________
62114 [  6430] By: jhi                                   on 2000/07/24  03:42:42
62115         Log: Subject: [ID 20000716.023] syslog test fails without sockets
62116              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62117              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
62118              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
62119      Branch: metaconfig/U/perl
62120            ! Extensions.U
62121      Branch: perl
62122            ! Configure config_h.SH
62123 ____________________________________________________________________________
62124 [  6429] By: jhi                                   on 2000/07/24  03:11:52
62125         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
62126              case, but add also notes explaining the relationship of this
62127              patch and the earlier notes by Sarathy.
62128              
62129              Subject: Map is still slow
62130              From: "Ben Tilly" <ben_tilly@hotmail.com>
62131              Date: Sat, 15 Jul 2000 17:23:27 EDT
62132              Message-ID: <20000715212327.21656.qmail@hotmail.com>
62133      Branch: perl
62134            ! pp_ctl.c
62135 ____________________________________________________________________________
62136 [  6428] By: jhi                                   on 2000/07/24  02:58:52
62137         Log: Documentation to explain the behaviour of map().
62138              
62139              Subject: Re: Map is still slow 
62140              From: Gurusamy Sarathy <gsar@ActiveState.com>
62141              Date: Sat, 15 Jul 2000 16:05:09 -0700
62142              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
62143      Branch: perl
62144            ! pp_ctl.c
62145 ____________________________________________________________________________
62146 [  6427] By: jhi                                   on 2000/07/24  02:50:03
62147         Log: Add tests for
62148              [ID 19991110.003] another matching finding by pcre author
62149              which has already been fixed by some patch, as verified in
62150              
62151              Subject: Re: two regex bugs from the mists of time (well, last November)
62152              From: Hugo <hv@crypt.compulink.co.uk>
62153              Date: Sat, 22 Jul 2000 18:12:58 +0100
62154              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
62155      Branch: perl
62156            ! t/op/re_tests
62157 ____________________________________________________________________________
62158 [  6426] By: jhi                                   on 2000/07/24  02:11:20
62159         Log: A missing 'break' after the [[:space:]] switch case.
62160              
62161              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
62162              From: "Stephen P. Potter" <spp@ds.net>
62163              Date: Tue, 18 Jul 2000 16:25:17 -0400
62164              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
62165      Branch: perl
62166            ! regcomp.c
62167 ____________________________________________________________________________
62168 [  6425] By: jhi                                   on 2000/07/24  02:06:12
62169         Log: The output might have been produced in the wrong order.
62170              
62171              Subject: [ID 20000720.003] [PATCH] t/op/write.t
62172              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62173              Date: Thu, 20 Jul 2000 18:49:18 +0100
62174              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
62175      Branch: perl
62176            ! t/op/write.t
62177 ____________________________________________________________________________
62178 [  6424] By: jhi                                   on 2000/07/24  02:00:07
62179         Log: Use STDOUT consistently.
62180              
62181              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
62182              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62183              Date: Thu, 20 Jul 2000 18:04:01 +0100
62184              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
62185      Branch: perl
62186            ! lib/Test/Harness.pm
62187 ____________________________________________________________________________
62188 [  6423] By: jhi                                   on 2000/07/24  01:54:54
62189         Log: Protect against "wild next"s, that is, callbacks doing "next"
62190              instead of "return".
62191              
62192              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
62193              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62194              Date: Tue, 18 Jul 2000 11:30:16 +0100
62195              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
62196      Branch: perl
62197            ! lib/File/Find.pm
62198 ____________________________________________________________________________
62199 [  6422] By: jhi                                   on 2000/07/24  01:35:47
62200         Log: Out-of-date note removed.
62201              
62202              Subject: [PATCH] documentation perlipc
62203              From: rspier@pobox.com (Robert Spier)
62204              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
62205              Message-ID: <14711.35178.572612.502654@rls.cx>
62206      Branch: perl
62207            ! pod/perlipc.pod
62208 ____________________________________________________________________________
62209 [  6421] By: jhi                                   on 2000/07/24  00:09:18
62210         Log: Send all installperl messages to STDERR and be -w clean.
62211              
62212              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
62213              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62214              Date: Sat, 22 Jul 2000 14:02:11 +0100
62215              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
62216      Branch: perl
62217            ! installperl
62218 ____________________________________________________________________________
62219 [  6420] By: jhi                                   on 2000/07/24  00:04:19
62220         Log: Decutandpasto.
62221              
62222              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
62223              From: "Richard Soderberg" <rs@crystalflame.net>
62224              Date: Sun, 23 Jul 2000 01:37:23 -0700
62225              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
62226      Branch: perl
62227            ! pod/perlipc.pod
62228 ____________________________________________________________________________
62229 [  6419] By: jhi                                   on 2000/07/24  00:01:12
62230         Log: A cleaner abs_path().
62231              Subject: Re: unix alternative to Cwd.pm
62232              From: Jeff Pinyan <jeffp@crusoe.net>
62233              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
62234              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
62235      Branch: perl
62236            ! lib/Cwd.pm
62237 ____________________________________________________________________________
62238 [  6418] By: jhi                                   on 2000/07/23  23:48:56
62239         Log: Detypo.
62240              
62241              Subject: [PATCH perl-current] Typo in hints/powerux.sh
62242              From: "Richard Soderberg" <rs@crystalflame.net>
62243              Date: Sun, 23 Jul 2000 01:27:33 -0700
62244              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
62245      Branch: perl
62246            ! hints/powerux.sh
62247 ____________________________________________________________________________
62248 [  6417] By: jhi                                   on 2000/07/17  22:13:31
62249         Log: Subject: SDBM_File documentation
62250              From: mjd@plover.com
62251              Date: 16 Jul 2000 17:41:17 -0000
62252              Message-ID: <20000716174117.18515.qmail@plover.com>
62253      Branch: perl
62254            ! ext/SDBM_File/SDBM_File.pm
62255 ____________________________________________________________________________
62256 [  6416] By: jhi                                   on 2000/07/17  19:13:26
62257         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
62258      Branch: perl
62259            ! hints/mpeix.sh mpeix/relink
62260 ____________________________________________________________________________
62261 [  6415] By: jhi                                   on 2000/07/15  14:11:02
62262         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
62263              the utf8 'characters' can be more than one octet).
62264              
62265              Date: Sat, 15 Jul 2000 00:21:56 +0100
62266              From: Tom Hughes <tom@compton.nu>
62267              Subject: Re: [ID 20000714.002]
62268              Message-ID: <db2334de49.tom@compton.compton.nu>
62269              
62270              Reported in
62271              
62272              Subject: [ID 20000714.002]
62273              From: "Simon Cozens" <simon@othersideofthe.earth.li>
62274              Date: 14 Jul 2000 15:13:09 -0000
62275              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
62276      Branch: perl
62277            ! doop.c
62278 ____________________________________________________________________________
62279 [  6414] By: jhi                                   on 2000/07/15  03:13:41
62280         Log: another VMS build tweak from Peter Prymmer
62281      Branch: perl
62282            ! vms/descrip_mms.template
62283 ____________________________________________________________________________
62284 [  6413] By: jhi                                   on 2000/07/15  03:10:40
62285         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
62286      Branch: perl
62287            ! vms/perlvms.pod
62288 ____________________________________________________________________________
62289 [  6412] By: jhi                                   on 2000/07/15  00:31:05
62290         Log: More docs for sv functions.
62291              
62292              Subject: [PATCH cfgperl] sv.c apidoc
62293              From: simon@brecon.co.uk (Simon Cozens)
62294              Date: 13 Jul 2000 09:00:20 GMT
62295              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
62296              
62297              Subject: Re: [PATCH cfgperl] sv.c apidoc
62298              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62299              Date: Thu, 13 Jul 2000 12:27:41 +0100
62300              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
62301              
62302              Subject: Re: [PATCH cfgperl] sv.c apidoc
62303              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62304              Date: Thu, 13 Jul 2000 13:23:09 +0100
62305              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
62306              
62307              Subject: Re: [PATCH cfgperl] sv.c apidoc
62308              From: simon@brecon.co.uk (Simon Cozens)
62309              Date: 14 Jul 2000 06:51:02 GMT
62310              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
62311      Branch: perl
62312            ! embed.pl pod/perlapi.pod sv.c
62313 ____________________________________________________________________________
62314 [  6411] By: jhi                                   on 2000/07/15  00:10:41
62315         Log: lib/b test fixes from Peter Prymmer.
62316      Branch: perl
62317            ! t/lib/b.t
62318 ____________________________________________________________________________
62319 [  6410] By: jhi                                   on 2000/07/15  00:02:09
62320         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
62321              From: Hugo <hv@crypt.compulink.co.uk>
62322              Date: Fri, 14 Jul 2000 23:05:20 +0100
62323              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
62324              
62325              Didn't anymore apply, but that point still could use another fix.
62326      Branch: perl
62327            ! pod/perlfunc.pod
62328 ____________________________________________________________________________
62329 [  6409] By: jhi                                   on 2000/07/14  23:15:15
62330         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
62331              not in pod, from Peter Prymmer
62332      Branch: perl
62333            ! vms/descrip_mms.template
62334 ____________________________________________________________________________
62335 [  6408] By: jhi                                   on 2000/07/14  20:35:05
62336         Log: The bug report
62337              [ID 19991110.002] minimal matching discrepancy found by pcre author
62338              seems to have been fixed (though differently from what was suggested
62339              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
62340      Branch: perl
62341            ! t/op/re_tests
62342 ____________________________________________________________________________
62343 [  6407] By: jhi                                   on 2000/07/14  17:38:08
62344         Log: Fix AutoSplit to use File::Spec the right way in VMS,
62345              from Peter Prymmer.
62346      Branch: perl
62347            ! lib/AutoSplit.pm
62348 ____________________________________________________________________________
62349 [  6406] By: jhi                                   on 2000/07/14  14:13:22
62350         Log: Merge perlhacktut into perlhack, update perlguts.
62351              
62352              Subject: Re: Perlhacktut
62353              From: simon@brecon.co.uk (Simon Cozens)
62354              Date: 14 Jul 2000 06:49:21 GMT
62355              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
62356              
62357              Subject: Re: Perlhacktut
62358              From: simon@brecon.co.uk (Simon Cozens)
62359              Date: 14 Jul 2000 07:09:45 GMT
62360              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
62361      Branch: perl
62362            ! pod/perlguts.pod pod/perlhack.pod
62363 ____________________________________________________________________________
62364 [  6405] By: jhi                                   on 2000/07/14  14:02:31
62365         Log: Integrate with Sarathy.
62366      Branch: cfgperl
62367           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
62368           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
62369           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
62370 ____________________________________________________________________________
62371 [  6404] By: gsar                                  on 2000/07/14  12:15:02
62372         Log: PERL_OBJECT build tweaks
62373      Branch: perl
62374            ! toke.c
62375 ____________________________________________________________________________
62376 [  6403] By: gsar                                  on 2000/07/14  11:23:41
62377         Log: inconsistent types needs casts
62378      Branch: perl
62379            ! toke.c
62380 ____________________________________________________________________________
62381 [  6402] By: gsar                                  on 2000/07/14  11:12:04
62382         Log: typos in change#6399, regen headers
62383      Branch: perl
62384            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
62385 ____________________________________________________________________________
62386 [  6401] By: gsar                                  on 2000/07/14  10:59:12
62387         Log: typecasts needed for change#6394
62388      Branch: perl
62389            ! toke.c
62390 ____________________________________________________________________________
62391 [  6400] By: gsar                                  on 2000/07/14  10:49:37
62392         Log: integrate cfgperl contents into mainline
62393      Branch: perl
62394           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
62395           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
62396 ____________________________________________________________________________
62397 [  6399] By: gsar                                  on 2000/07/14  10:38:35
62398         Log: enable UTF-16 filter by default if relevant BOM is seen; various
62399              cleanups (typos, misformatted code, and small bugs)
62400      Branch: perl
62401            ! doop.c embed.pl mg.c op.c pp.c toke.c
62402 ____________________________________________________________________________
62403 [  6398] By: gsar                                  on 2000/07/14  08:55:38
62404         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
62405              name suggests anyway)
62406      Branch: perl
62407            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
62408 ____________________________________________________________________________
62409 [  6397] By: gsar                                  on 2000/07/14  08:44:33
62410         Log: move new variables to the end of the interpreter structure (for
62411              bincompat in code that doesn't #include XSUB.h)
62412      Branch: perl
62413            ! intrpvar.h
62414 ____________________________________________________________________________
62415 [  6396] By: gsar                                  on 2000/07/14  08:13:58
62416         Log: MakeMaker should not remove editor backups (*~) on `make clean`
62417              by default (completes change#6383)
62418      Branch: perl
62419            ! lib/ExtUtils/MM_Unix.pm
62420 ____________________________________________________________________________
62421 [  6395] By: jhi                                   on 2000/07/14  05:20:33
62422         Log: Replace change #6337 with a better one.
62423              
62424              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
62425              From: Hugo <hv@crypt.compulink.co.uk>
62426              Date: Fri, 14 Jul 2000 04:16:20 +0100
62427              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
62428      Branch: cfgperl
62429            ! regexec.c t/op/re_tests
62430 ____________________________________________________________________________
62431 [  6394] By: jhi                                   on 2000/07/14  01:33:59
62432         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
62433      Branch: cfgperl
62434            ! embed.pl global.sym proto.h toke.c
62435 ____________________________________________________________________________
62436 [  6393] By: jhi                                   on 2000/07/13  23:41:23
62437         Log: remove discarded test
62438      Branch: cfgperl
62439            ! MANIFEST
62440 ____________________________________________________________________________
62441 [  6392] By: jhi                                   on 2000/07/13  23:32:25
62442         Log: The {multiplier} of a fixed substring was overlooked which
62443              caused a wrong initial search offset for that substring.
62444              
62445              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
62446              From: Hugo <hv@crypt.compulink.co.uk>
62447              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
62448              Date: Thu, 13 Jul 2000 19:27:13 +0100
62449      Branch: cfgperl
62450            ! regcomp.c t/op/re_tests
62451 ____________________________________________________________________________
62452 [  6391] By: jhi                                   on 2000/07/13  16:37:42
62453         Log: typo fix from Craig Berry
62454      Branch: cfgperl
62455            ! vms/subconfigure.com
62456 ____________________________________________________________________________
62457 [  6390] By: jhi                                   on 2000/07/13  13:20:12
62458         Log: Integrate with Sarathy.
62459      Branch: cfgperl
62460            - t/op/method2entersub.t
62461           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
62462           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
62463           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
62464           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
62465 ____________________________________________________________________________
62466 [  6389] By: jhi                                   on 2000/07/13  13:18:48
62467         Log: Detypo from Peter Prymmer, part of #6388.
62468      Branch: cfgperl
62469            ! Configure config_h.SH
62470      Branch: metaconfig
62471            ! U/modified/d_longlong.U
62472 ____________________________________________________________________________
62473 [  6388] By: gsar                                  on 2000/07/13  06:33:40
62474         Log: typos (spotted by Peter Prymmer)
62475      Branch: perl
62476            ! Configure t/lib/english.t
62477 ____________________________________________________________________________
62478 [  6387] By: gsar                                  on 2000/07/13  05:35:28
62479         Log: new selfloader.t in change#6183 doesn't close DATA handles,
62480              and thus fails to clean up tmp files on dosish platforms
62481      Branch: perl
62482            ! t/lib/selfloader.t
62483 ____________________________________________________________________________
62484 [  6386] By: gsar                                  on 2000/07/12  21:42:39
62485         Log: sprintf test tweaks (from Dominic Dunlop)
62486      Branch: perl
62487            ! t/op/sprintf.t
62488 ____________________________________________________________________________
62489 [  6385] By: gsar                                  on 2000/07/12  21:33:46
62490         Log: fix bugs in processing %v-*d and similar format specs (from
62491              Avi Finkel <avi@finkel.org>)
62492      Branch: perl
62493            ! sv.c t/op/sprintf.t
62494 ____________________________________________________________________________
62495 [  6384] By: gsar                                  on 2000/07/12  16:04:19
62496         Log: readd missing perldelta.pod changes from changes#6339,6376
62497      Branch: perl
62498            ! pod/perldelta.pod
62499 ____________________________________________________________________________
62500 [  6383] By: gsar                                  on 2000/07/12  16:00:51
62501         Log: don't clobber *.orig files on *clean targets
62502      Branch: perl
62503            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
62504 ____________________________________________________________________________
62505 [  6382] By: gsar                                  on 2000/07/12  07:59:12
62506         Log: fix broken integrations in cfgperl
62507      Branch: cfgperl
62508           !> Changes pod/perldelta.pod
62509 ____________________________________________________________________________
62510 [  6381] By: gsar                                  on 2000/07/12  07:42:17
62511         Log: integrate cfgperl changes into mainline
62512      Branch: perl
62513            ! Changes
62514           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
62515           !> pod/perlre.pod
62516 ____________________________________________________________________________
62517 [  6380] By: gsar                                  on 2000/07/12  07:31:00
62518         Log: get sprintf.t to adjust properly for 3-digit exponents
62519      Branch: perl
62520            ! t/op/sprintf.t
62521 ____________________________________________________________________________
62522 [  6379] By: gsar                                  on 2000/07/12  06:40:04
62523         Log: change#6174 needs corresponding change in win32/config_h.PL,
62524              which grovels through config_h.SH to find the config.h name
62525      Branch: perl
62526            ! win32/config_h.PL
62527 ____________________________________________________________________________
62528 [  6378] By: jhi                                   on 2000/07/12  05:03:59
62529         Log: Do the cc sanity check both before the hints and
62530              after the cc selction.
62531      Branch: cfgperl
62532            ! Configure config_h.SH
62533      Branch: metaconfig
62534            ! U/modified/Oldconfig.U U/modified/cc.U
62535      Branch: metaconfig/U/perl
62536            + Checkcc.U
62537 ____________________________________________________________________________
62538 [  6377] By: jhi                                   on 2000/07/12  02:49:22
62539         Log: Fix nits noticed by Boston.pm.
62540      Branch: cfgperl
62541            ! pod/perlre.pod
62542 ____________________________________________________________________________
62543 [  6376] By: jhi                                   on 2000/07/11  21:22:13
62544         Log: Configure cosmetics and perldelta.
62545      Branch: cfgperl
62546            ! Configure config_h.SH pod/perldelta.pod
62547      Branch: metaconfig
62548            ! U/modified/cc.U
62549 ____________________________________________________________________________
62550 [  6375] By: gsar                                  on 2000/07/11  21:17:35
62551         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
62552      Branch: perl
62553            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
62554            ! win32/win32sck.c
62555 ____________________________________________________________________________
62556 [  6374] By: gsar                                  on 2000/07/11  20:48:50
62557         Log: tweak for build failure under multiplicity
62558      Branch: perl
62559            ! toke.c
62560 ____________________________________________________________________________
62561 [  6373] By: gsar                                  on 2000/07/11  20:37:23
62562         Log: integrate cfgperl changes#6325..6373 into mainline
62563              (NOTE: today's batch of integrations still untested)
62564      Branch: perl
62565           +> ext/DynaLoader/hints/netbsd.pl
62566            ! Changes
62567           !> (integrate 26 files)
62568 ____________________________________________________________________________
62569 [  6372] By: jhi                                   on 2000/07/11  20:30:36
62570         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
62571              regen perltoc.
62572      Branch: cfgperl
62573            + pod/perlbook.pod
62574            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
62575            ! pod/perltoc.pod
62576 ____________________________________________________________________________
62577 [  6371] By: jhi                                   on 2000/07/11  20:08:56
62578         Log: Minor cleanups on the booklist.
62579      Branch: cfgperl
62580            ! pod/perlfaq2.pod
62581 ____________________________________________________________________________
62582 [  6370] By: jhi                                   on 2000/07/11  19:31:13
62583         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
62584      Branch: cfgperl
62585            ! t/pragma/overload.t
62586 ____________________________________________________________________________
62587 [  6369] By: gsar                                  on 2000/07/11  19:27:48
62588         Log: integrate cfgperl changes#6293..6324 into mainline
62589      Branch: perl
62590           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
62591            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
62592           !> (integrate 30 files)
62593 ____________________________________________________________________________
62594 [  6368] By: gsar                                  on 2000/07/11  19:18:57
62595         Log: skip integrate of problematic change#6292 from cfgperl into mainline
62596      Branch: perl
62597           !> pp_hot.c
62598 ____________________________________________________________________________
62599 [  6367] By: gsar                                  on 2000/07/11  19:17:21
62600         Log: integrate cfgperl changes#6288..6290 into mainline
62601      Branch: perl
62602           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
62603 ____________________________________________________________________________
62604 [  6366] By: gsar                                  on 2000/07/11  19:11:18
62605         Log: integrate cfgperl changes#6268..6282 into mainline
62606      Branch: perl
62607           !> (integrate 30 files)
62608 ____________________________________________________________________________
62609 [  6365] By: gsar                                  on 2000/07/11  18:57:00
62610         Log: delete new accidentally branched file
62611      Branch: perl
62612            - t/op/method2entersub.t
62613 ____________________________________________________________________________
62614 [  6364] By: gsar                                  on 2000/07/11  18:55:13
62615         Log: skip integrate of change#6267 from cfgperl into mainline (the
62616              method call optimization is flawed without additional hints
62617              from user about immutableness of @ISA and no runtime method
62618              definitions)
62619      Branch: perl
62620           +> t/op/method2entersub.t
62621           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
62622           !> perl.h t/op/sprintf.t xsutils.c
62623 ____________________________________________________________________________
62624 [  6363] By: gsar                                  on 2000/07/11  18:49:43
62625         Log: integrate cfgperl changes#6261..6266 into mainline
62626      Branch: perl
62627           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
62628           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
62629           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
62630           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
62631 ____________________________________________________________________________
62632 [  6362] By: gsar                                  on 2000/07/11  18:43:26
62633         Log: integrate cfgperl changes#6252..6260 into mainline
62634      Branch: perl
62635           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
62636           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
62637           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
62638           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
62639 ____________________________________________________________________________
62640 [  6361] By: gsar                                  on 2000/07/11  18:37:12
62641         Log: skip integrate of problematic change#6251 from cfgperl into mainline
62642      Branch: perl
62643           !> lib/Exporter.pm
62644 ____________________________________________________________________________
62645 [  6360] By: gsar                                  on 2000/07/11  18:34:56
62646         Log: integrate cfgperl change#6250 into mainline
62647      Branch: perl
62648           +> t/op/my_stash.t
62649           !> MANIFEST embed.pl proto.h toke.c
62650 ____________________________________________________________________________
62651 [  6359] By: gsar                                  on 2000/07/11  18:21:19
62652         Log: integrate cfgperl changes#6242..6249 into mainline
62653      Branch: perl
62654           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
62655           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
62656           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
62657           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
62658           !> t/lib/peek.t utf8.c
62659 ____________________________________________________________________________
62660 [  6358] By: gsar                                  on 2000/07/11  18:15:45
62661         Log: skip integrate of problematic change#6241 from cfgperl into mainline
62662      Branch: perl
62663           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
62664 ____________________________________________________________________________
62665 [  6357] By: jhi                                   on 2000/07/11  18:15:16
62666         Log: Fix for
62667              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
62668              From: Roderick Schertler <roderick@argon.org> 
62669              Date: Tue, 11 Jul 2000 13:55:05 -0400 
62670              Message-Id: <200007111755.NAA05077@jones.argon.org> 
62671      Branch: cfgperl
62672            ! doio.c
62673 ____________________________________________________________________________
62674 [  6356] By: jhi                                   on 2000/07/11  18:12:51
62675         Log: Typo in #6341.
62676      Branch: cfgperl
62677            ! pp_hot.c
62678 ____________________________________________________________________________
62679 [  6355] By: gsar                                  on 2000/07/11  18:12:10
62680         Log: integrate cfgperl changes#6231..6240 into mainline
62681      Branch: perl
62682           +> pod/perlutil.pod
62683           !> (integrate 35 files)
62684 ____________________________________________________________________________
62685 [  6354] By: jhi                                   on 2000/07/11  18:04:34
62686         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
62687              From: Dominic Dunlop <domo@computer.org> 
62688              Date: Tue, 11 Jul 2000 12:27:33 +0200 
62689              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
62690              
62691              Replaces change #6268.
62692      Branch: cfgperl
62693            ! t/op/sprintf.t
62694 ____________________________________________________________________________
62695 [  6353] By: gsar                                  on 2000/07/11  17:59:51
62696         Log: skip integrate of problematic change#6230 from cfgperl into mainline
62697              (a later version of File::Spec is already in mainline)
62698      Branch: perl
62699           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
62700           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
62701 ____________________________________________________________________________
62702 [  6352] By: gsar                                  on 2000/07/11  17:57:48
62703         Log: integrate cfgperl changes#6224..6229 into mainline
62704      Branch: perl
62705           +> lib/lib.pm.PL
62706            - lib/lib.pm
62707           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
62708           !> lib/English.pm op.c t/lib/english.t
62709 ____________________________________________________________________________
62710 [  6351] By: gsar                                  on 2000/07/11  17:50:10
62711         Log: skip integrate of problematic change#6223 from cfgperl into mainline
62712      Branch: perl
62713           !> doio.c
62714 ____________________________________________________________________________
62715 [  6350] By: gsar                                  on 2000/07/11  17:48:28
62716         Log: integrate cfgperl changes#6220..6222 into mainline
62717      Branch: perl
62718           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
62719           !> toke.c utf8.c win32/win32.h
62720 ____________________________________________________________________________
62721 [  6349] By: gsar                                  on 2000/07/11  17:46:13
62722         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
62723              mainline
62724      Branch: perl
62725           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
62726           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
62727           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62728 ____________________________________________________________________________
62729 [  6348] By: jhi                                   on 2000/07/11  17:45:49
62730         Log: README.posix-bc podified from Thomas Dorner.
62731      Branch: cfgperl
62732            ! README.posix-bc
62733 ____________________________________________________________________________
62734 [  6347] By: gsar                                  on 2000/07/11  17:42:04
62735         Log: integrate cfgperl change#6217 into mainline
62736      Branch: perl
62737           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
62738           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
62739           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
62740 ____________________________________________________________________________
62741 [  6346] By: gsar                                  on 2000/07/11  17:39:37
62742         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
62743              mainline
62744      Branch: perl
62745           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
62746           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62747           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
62748           !> perlapi.h pod/perlapi.pod
62749 ____________________________________________________________________________
62750 [  6345] By: gsar                                  on 2000/07/11  17:36:42
62751         Log: integrate cfgperl changes#6207..6210 into mainline
62752      Branch: perl
62753           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
62754           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
62755 ____________________________________________________________________________
62756 [  6344] By: gsar                                  on 2000/07/11  17:31:20
62757         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
62758              mainline
62759      Branch: perl
62760           !> (integrate 40 files)
62761 ____________________________________________________________________________
62762 [  6343] By: gsar                                  on 2000/07/11  17:19:08
62763         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
62764      Branch: perl
62765           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
62766            ! Changes
62767           !> (integrate 34 files)
62768 ____________________________________________________________________________
62769 [  6342] By: jhi                                   on 2000/07/11  16:05:48
62770         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
62771              To: perl5-porters@perl.org
62772              From: Karsten Sperling <spiff@phreax.net>
62773              Date: Mon, 10 Jul 2000 15:12:52 +0200
62774              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
62775      Branch: cfgperl
62776            ! lib/Symbol.pm
62777 ____________________________________________________________________________
62778 [  6341] By: jhi                                   on 2000/07/11  15:59:23
62779         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
62780              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62781              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
62782              Date: Fri, 07 Jul 2000 17:57:16 +0100
62783      Branch: cfgperl
62784            ! pp_hot.c
62785 ____________________________________________________________________________
62786 [  6340] By: jhi                                   on 2000/07/11  15:55:47
62787         Log: Subject: Re: format bug report  [Patch]
62788              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62789              Date: Wed, 05 Jul 2000 13:12:52 +0200
62790              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
62791              
62792              Subject: Re: format bug report  [Patch]
62793              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62794              Date: Wed, 05 Jul 2000 14:10:01 +0200
62795              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
62796      Branch: cfgperl
62797            ! t/op/write.t toke.c
62798 ____________________________________________________________________________
62799 [  6339] By: jhi                                   on 2000/07/11  13:54:09
62800         Log: Be less forgiving about ambiguous and illegal tr ranges.
62801              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
62802              From: Mark-Jason Dominus <mjd@plover.com>
62803              Date: Tue, 04 Jul 2000 10:00:12 -0400
62804              Message-ID: <20000704140012.17772.qmail@plover.com>
62805              
62806              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
62807              From: Mark-Jason Dominus <mjd@plover.com>
62808              Date: Wed, 05 Jul 2000 09:37:36 -0400
62809              Message-ID: <20000705133736.27293.qmail@plover.com>
62810      Branch: cfgperl
62811            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
62812 ____________________________________________________________________________
62813 [  6338] By: jhi                                   on 2000/07/11  13:31:24
62814         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
62815              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62816              Date: Tue, 11 Jul 2000 13:50:51 +0100
62817              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
62818      Branch: cfgperl
62819            ! sv.c
62820 ____________________________________________________________________________
62821 [  6337] By: jhi                                   on 2000/07/11  13:29:14
62822         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
62823              From: Hugo <hv@crypt.compulink.co.uk>
62824              Date: Tue, 11 Jul 2000 12:44:50 +0100
62825              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
62826      Branch: cfgperl
62827            ! regexec.c t/op/re_tests
62828 ____________________________________________________________________________
62829 [  6336] By: jhi                                   on 2000/07/11  13:26:47
62830         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
62831              From: simon@brecon.co.uk (Simon Cozens)
62832              Date: 7 Jul 2000 11:26:09 GMT
62833              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
62834      Branch: cfgperl
62835            ! mg.c
62836 ____________________________________________________________________________
62837 [  6335] By: jhi                                   on 2000/07/11  13:23:37
62838         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
62839              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
62840              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
62841              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
62842      Branch: cfgperl
62843            + ext/DynaLoader/hints/netbsd.pl
62844            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
62845 ____________________________________________________________________________
62846 [  6334] By: jhi                                   on 2000/07/11  13:20:38
62847         Log: Subject: PATCH perlguts.pod: Document D and d magic types
62848              From: mjd@plover.com
62849              Date: 5 Jul 2000 18:01:51 -0000
62850              Message-ID: <20000705180151.29413.qmail@plover.com>
62851      Branch: cfgperl
62852            ! pod/perlguts.pod
62853 ____________________________________________________________________________
62854 [  6333] By: jhi                                   on 2000/07/11  13:15:51
62855         Log: Precedence goof, fix based on
62856              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
62857              From: Hugo <hv@crypt.compulink.co.uk>
62858              Date: Tue, 11 Jul 2000 12:52:38 +0100
62859              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
62860      Branch: cfgperl
62861            ! t/op/taint.t
62862 ____________________________________________________________________________
62863 [  6332] By: jhi                                   on 2000/07/11  12:40:17
62864         Log: Integrate with Sarathy.
62865      Branch: cfgperl
62866           !> win32/win32sck.c
62867 ____________________________________________________________________________
62868 [  6331] By: jhi                                   on 2000/07/10  20:14:16
62869         Log: Sprinkle ldlibpath.
62870      Branch: cfgperl
62871            ! pod/Makefile.SH
62872 ____________________________________________________________________________
62873 [  6330] By: jhi                                   on 2000/07/10  17:54:49
62874         Log: More POSIX.pod tweaks.
62875      Branch: cfgperl
62876            ! ext/POSIX/POSIX.pod
62877 ____________________________________________________________________________
62878 [  6329] By: jhi                                   on 2000/07/10  14:02:12
62879         Log: Reorder perl.pod once more.
62880      Branch: cfgperl
62881            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
62882 ____________________________________________________________________________
62883 [  6328] By: gsar                                  on 2000/07/10  07:06:00
62884         Log: accept() leaks memory on windows due to incorrect ordering of
62885              closesocket() and fclose() calls
62886      Branch: perl
62887            ! win32/win32sck.c
62888 ____________________________________________________________________________
62889 [  6327] By: gsar                                  on 2000/07/10  06:49:17
62890         Log: winsock options weren't being set in all threads under ithreads
62891              (caused send()s from second and subsequent threads to fail)
62892      Branch: perl
62893            ! win32/win32sck.c
62894 ____________________________________________________________________________
62895 [  6326] By: jhi                                   on 2000/07/08  02:45:40
62896         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
62897              was cast to an unsigned (32-bit) integer with wild abandon.
62898      Branch: cfgperl
62899            ! ext/Devel/DProf/DProf.xs
62900 ____________________________________________________________________________
62901 [  6325] By: jhi                                   on 2000/07/07  18:50:33
62902         Log: Remove perlbook, update perlfaq book listing,
62903              rearrange perl.pod, regenerate perltoc.
62904      Branch: cfgperl
62905            - pod/perlbook.pod
62906            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
62907            ! pod/perlfaq2.pod pod/perltoc.pod
62908 ____________________________________________________________________________
62909 [  6324] By: jhi                                   on 2000/07/07  14:03:40
62910         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
62911      Branch: cfgperl
62912            ! sv.h toke.c
62913 ____________________________________________________________________________
62914 [  6323] By: jhi                                   on 2000/07/06  16:03:55
62915         Log: Fix complaints of buildtoc.
62916      Branch: cfgperl
62917            + lib/Win32.pod
62918            - pod/Win32.pod
62919            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
62920 ____________________________________________________________________________
62921 [  6322] By: jhi                                   on 2000/07/06  15:15:52
62922         Log: Add =head1 NAMEs so that buildtoc is happy.
62923              (The CGI::Util nit reported to Lincoln.)
62924      Branch: cfgperl
62925            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
62926            ! pod/perltoc.pod
62927 ____________________________________________________________________________
62928 [  6321] By: jhi                                   on 2000/07/06  03:16:04
62929         Log: Config is being used.
62930      Branch: cfgperl
62931            ! t/op/method.t
62932 ____________________________________________________________________________
62933 [  6320] By: jhi                                   on 2000/07/06  03:13:13
62934         Log: Integrate with Sarathy.
62935      Branch: cfgperl
62936           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
62937 ____________________________________________________________________________
62938 [  6319] By: jhi                                   on 2000/07/06  03:11:46
62939         Log: Autogenerate pod/Makefile and pod/buildtoc.
62940              buildtoc also checks whether the existin pods are
62941              mentioned in MANIFEST and perl.pod, and vice versa.
62942              (None of the thusly found discrepancies fixed yet.)
62943              roffitall also needs to be autogenerated similarly but it
62944              seems so badly out of date that I didn't touch it yet.
62945      Branch: cfgperl
62946            + pod/Makefile.SH pod/buildtoc.PL
62947            - pod/Makefile pod/buildtoc
62948            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
62949 ____________________________________________________________________________
62950 [  6318] By: gsar                                  on 2000/07/05  22:10:54
62951         Log: fix UNC path handling on Windows under ithreads, and chdir()
62952              return value when given a non-existent directory
62953      Branch: perl
62954            ! win32/vdir.h
62955 ____________________________________________________________________________
62956 [  6317] By: gsar                                  on 2000/07/05  22:08:19
62957         Log: winsock cleanup never done on Windows (leads to handle leaks)
62958      Branch: perl
62959            ! win32/perllib.c win32/win32sck.c
62960 ____________________________________________________________________________
62961 [  6316] By: gsar                                  on 2000/07/05  22:06:19
62962         Log: some debugger output does not go to the socket when RemotePort is set
62963      Branch: perl
62964            ! lib/perl5db.pl
62965 ____________________________________________________________________________
62966 [  6315] By: jhi                                   on 2000/07/05  00:25:21
62967         Log: Integrate with Sarathy, preliminary fix for unicos
62968              alignment problems in [ID 20000612.002] Perl problem on Cray system.
62969      Branch: cfgperl
62970            ! sv.h
62971           !> pp_hot.c
62972 ____________________________________________________________________________
62973 [  6314] By: gsar                                  on 2000/07/04  23:34:02
62974         Log: tyop in change#6306
62975      Branch: perl
62976            ! pp_hot.c
62977 ____________________________________________________________________________
62978 [  6313] By: jhi                                   on 2000/07/04  22:14:38
62979         Log: Multiline string literals ENONPORTABLE.
62980      Branch: cfgperl
62981            ! pp_hot.c
62982 ____________________________________________________________________________
62983 [  6312] By: jhi                                   on 2000/07/04  20:34:44
62984         Log: Integrate with Sarathy.
62985      Branch: cfgperl
62986           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
62987           !> t/op/method.t
62988 ____________________________________________________________________________
62989 [  6311] By: jhi                                   on 2000/07/04  20:30:56
62990         Log: More POSIX.pod embellishment.
62991      Branch: cfgperl
62992            ! ext/POSIX/POSIX.pod
62993 ____________________________________________________________________________
62994 [  6310] By: gsar                                  on 2000/07/04  17:28:48
62995         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
62996      Branch: perl
62997            ! t/lib/b.t
62998 ____________________________________________________________________________
62999 [  6309] By: jhi                                   on 2000/07/04  17:22:18
63000         Log: The #6308 required a little bit more.
63001      Branch: cfgperl
63002            ! Makefile.SH win32/Makefile
63003 ____________________________________________________________________________
63004 [  6308] By: jhi                                   on 2000/07/04  16:35:24
63005         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
63006      Branch: cfgperl
63007            + lib/lib_pm.PL
63008            - lib/lib.pm.PL
63009            ! MANIFEST Makefile.SH
63010 ____________________________________________________________________________
63011 [  6307] By: jhi                                   on 2000/07/04  16:28:58
63012         Log: Win32 patches for cfgperl from Sarathy.
63013      Branch: cfgperl
63014            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
63015            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
63016            ! thread.h toke.c util.c win32/Makefile win32/win32.c
63017 ____________________________________________________________________________
63018 [  6306] By: gsar                                  on 2000/07/04  16:28:40
63019         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
63020              (from Richard Soderberg <rs@oregonnet.com>)
63021      Branch: perl
63022            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
63023 ____________________________________________________________________________
63024 [  6305] By: jhi                                   on 2000/07/04  16:24:24
63025         Log: Integrate with Sarathy.
63026      Branch: cfgperl
63027           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
63028           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63029           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
63030           !> proto.h win32/win32.c
63031 ____________________________________________________________________________
63032 [  6304] By: gsar                                  on 2000/07/04  16:17:24
63033         Log: missing perldiag entry for unpack("w",...) diagnostic (from
63034              Andreas Koenig)
63035      Branch: perl
63036            ! pod/perldiag.pod
63037 ____________________________________________________________________________
63038 [  6303] By: gsar                                  on 2000/07/04  16:14:44
63039         Log: remove rel2abs prototypes (from Barrie Slaymaker)
63040      Branch: perl
63041            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63042            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63043 ____________________________________________________________________________
63044 [  6302] By: gsar                                  on 2000/07/04  04:59:35
63045         Log: adjust change#6299
63046      Branch: perl
63047            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
63048            ! win32/win32.c
63049 ____________________________________________________________________________
63050 [  6301] By: jhi                                   on 2000/07/04  04:50:07
63051         Log: Integrate with Sarathy.
63052      Branch: cfgperl
63053           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
63054           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
63055           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
63056 ____________________________________________________________________________
63057 [  6300] By: gsar                                  on 2000/07/04  04:42:09
63058         Log: PERL_OBJECT build tweak
63059      Branch: perl
63060            ! perl.h
63061 ____________________________________________________________________________
63062 [  6299] By: gsar                                  on 2000/07/04  04:37:00
63063         Log: fix memory leak on Windows (PL_sys_intern contents were never
63064              freed)
63065      Branch: perl
63066            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
63067            ! perlapi.c proto.h win32/win32.c
63068 ____________________________________________________________________________
63069 [  6298] By: gsar                                  on 2000/07/04  04:15:59
63070         Log: fix large memory leak that has been around for ever, masked by
63071              -DPURIFY (most of the arenas were never freed!)
63072      Branch: perl
63073            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
63074 ____________________________________________________________________________
63075 [  6297] By: gsar                                  on 2000/07/04  04:07:46
63076         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
63077      Branch: perl
63078            ! perl.c
63079 ____________________________________________________________________________
63080 [  6296] By: jhi                                   on 2000/06/30  18:28:37
63081         Log: Elaborate POSIX.pod.  Still needs work.
63082      Branch: cfgperl
63083            ! ext/POSIX/POSIX.pod
63084 ____________________________________________________________________________
63085 [  6295] By: jhi                                   on 2000/06/30  14:58:18
63086         Log: Point to perlipc for more SysV IPC examples.
63087      Branch: cfgperl
63088            ! pod/perlfunc.pod
63089 ____________________________________________________________________________
63090 [  6294] By: gsar                                  on 2000/06/30  14:47:45
63091         Log: slurp mode fix in change#4736 still not quite right
63092      Branch: perl
63093            ! pp_hot.c t/io/argv.t
63094 ____________________________________________________________________________
63095 [  6293] By: jhi                                   on 2000/06/30  12:02:55
63096         Log: Integrate with Sarathy.
63097      Branch: cfgperl
63098           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
63099 ____________________________________________________________________________
63100 [  6292] By: jhi                                   on 2000/06/30  12:01:11
63101         Log: From: simon@brecon.co.uk (Simon Cozens)
63102              Subject: UTF8 concat
63103              Date: 30 Jun 2000 06:13:25 GMT
63104              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
63105      Branch: cfgperl
63106            ! pp_hot.c
63107 ____________________________________________________________________________
63108 [  6291] By: gsar                                  on 2000/06/30  04:37:33
63109         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
63110              when @_ is modified, causing coredumps
63111      Branch: perl
63112            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
63113 ____________________________________________________________________________
63114 [  6290] By: jhi                                   on 2000/06/30  02:21:44
63115         Log: Integrate with Sarathy.
63116      Branch: cfgperl
63117           !> vms/vms.c vms/vmsish.h
63118 ____________________________________________________________________________
63119 [  6289] By: jhi                                   on 2000/06/30  02:21:02
63120         Log: Check VERSIONs.
63121      Branch: cfgperl
63122            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63123            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63124            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63125 ____________________________________________________________________________
63126 [  6288] By: jhi                                   on 2000/06/30  02:18:52
63127         Log: Integrate with Sarathy.
63128      Branch: cfgperl
63129           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
63130           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63131           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63132           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
63133 ____________________________________________________________________________
63134 [  6287] By: gsar                                  on 2000/06/30  02:17:08
63135         Log: integrate vmsperl changes into mainline
63136      Branch: perl
63137           !> vms/vms.c vms/vmsish.h
63138 ____________________________________________________________________________
63139 [  6285] By: gsar                                  on 2000/06/30  02:05:28
63140         Log: localize %INC in a Safe compartment so that use/require work
63141              (many other magic globals probably need similar treatment)
63142      Branch: perl
63143            ! ext/Opcode/Opcode.xs
63144 ____________________________________________________________________________
63145 [  6284] By: gsar                                  on 2000/06/30  01:54:54
63146         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
63147              about Windows
63148      Branch: perl
63149            ! pod/perlembed.pod
63150 ____________________________________________________________________________
63151 [  6283] By: jhi                                   on 2000/06/30  01:50:10
63152         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
63153              From: Barrie Slaymaker <barries@jester.slaysys.com>
63154              Date: Wed, 28 Jun 2000 11:35:29 -0400
63155              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
63156      Branch: perl
63157            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
63158            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
63159            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63160            ! lib/File/Spec/Win32.pm
63161 ____________________________________________________________________________
63162 [  6282] By: jhi                                   on 2000/06/29  22:57:22
63163         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
63164              From: Dan Sugalski <dan@sidhe.org>
63165              Date: Tue, 06 Jun 2000 11:59:50 -0400
63166              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
63167      Branch: cfgperl
63168            ! vms/vms.c
63169 ____________________________________________________________________________
63170 [  6281] By: jhi                                   on 2000/06/29  22:52:50
63171         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
63172              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
63173              Date: Wed, 7 Jun 2000 04:02:04 -0500
63174              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
63175      Branch: cfgperl
63176            ! utils/h2xs.PL
63177 ____________________________________________________________________________
63178 [  6280] By: jhi                                   on 2000/06/29  22:45:47
63179         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
63180              From: rspier@pobox.com (Robert Spier)
63181              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
63182              Message-ID: <14654.31913.845602.610277@rls.cx>
63183      Branch: cfgperl
63184            ! utils/h2xs.PL
63185 ____________________________________________________________________________
63186 [  6279] By: jhi                                   on 2000/06/29  22:38:16
63187         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
63188              From: Tim Ayers <tayers@bridge.com>
63189              Date: Thu, 08 Jun 2000 08:11:06 +0200
63190              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
63191              [resent by Richard Foley, Message-Id probably wrong]
63192      Branch: cfgperl
63193            ! pod/perlsub.pod
63194 ____________________________________________________________________________
63195 [  6278] By: jhi                                   on 2000/06/29  22:21:45
63196         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
63197              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
63198              Date: Fri, 09 Jun 2000 12:39:27 -0400
63199              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
63200              (plus update the version "number" of Text::Wrap)
63201      Branch: cfgperl
63202            ! lib/Text/Wrap.pm
63203 ____________________________________________________________________________
63204 [  6277] By: jhi                                   on 2000/06/29  22:13:10
63205         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
63206              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63207              Date: Mon, 12 Jun 2000 14:55:59 +0100
63208              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
63209      Branch: cfgperl
63210            ! pod/perlfunc.pod
63211 ____________________________________________________________________________
63212 [  6276] By: jhi                                   on 2000/06/29  22:11:06
63213         Log: Subject: [PATCH] Re: eval documentation: context
63214              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63215              Date: Mon, 12 Jun 2000 15:07:29 +0100
63216              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
63217      Branch: cfgperl
63218            ! pod/perlfunc.pod
63219 ____________________________________________________________________________
63220 [  6275] By: jhi                                   on 2000/06/29  21:59:46
63221         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
63222              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
63223              Date: Tue, 13 Jun 2000 02:43:48 -0500
63224              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
63225      Branch: cfgperl
63226            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
63227 ____________________________________________________________________________
63228 [  6274] By: jhi                                   on 2000/06/29  21:56:14
63229         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
63230              From: Andy Dougherty <doughera@lafayette.edu>
63231              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
63232              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
63233      Branch: cfgperl
63234            ! ext/File/Glob/Glob.pm
63235 ____________________________________________________________________________
63236 [  6273] By: jhi                                   on 2000/06/29  21:49:09
63237         Log: Subject: [PATCH] xsub attributes
63238              From: Doug MacEachern <dougm@covalent.net>
63239              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
63240              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
63241      Branch: cfgperl
63242            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
63243            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
63244 ____________________________________________________________________________
63245 [  6272] By: jhi                                   on 2000/06/29  21:41:28
63246         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
63247              From: Tom Phoenix <rootbeer@redcat.com>
63248              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
63249              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
63250      Branch: cfgperl
63251            ! lib/Net/Ping.pm
63252 ____________________________________________________________________________
63253 [  6271] By: jhi                                   on 2000/06/29  21:36:55
63254         Log: Subject: PATCH pod/perltie.pod
63255              From: Ian Phillipps <Ian.Phillipps@iname.com>
63256              Date: Fri, 16 Jun 2000 00:17:19 +0100
63257              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
63258              (only the first hunk, the second hunk had already been done
63259              by some other patch)
63260      Branch: cfgperl
63261            ! pod/perltie.pod
63262 ____________________________________________________________________________
63263 [  6270] By: jhi                                   on 2000/06/29  21:24:51
63264         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
63265              From: Nicholas Clark <nick@talking.bollo.cx>
63266              Date: Fri, 23 Jun 2000 16:21:15 +0100
63267              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
63268      Branch: cfgperl
63269            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
63270            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
63271 ____________________________________________________________________________
63272 [  6269] By: jhi                                   on 2000/06/29  19:38:15
63273         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
63274              silence few compiler warnings.
63275      Branch: cfgperl
63276            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
63277 ____________________________________________________________________________
63278 [  6268] By: jhi                                   on 2000/06/29  18:21:50
63279         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
63280              From: Dominic Dunlop <domo@computer.org> 
63281              Date: Thu, 29 Jun 2000 12:32:39 +0200 
63282              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
63283      Branch: cfgperl
63284            ! t/op/sprintf.t
63285 ____________________________________________________________________________
63286 [  6267] By: jhi                                   on 2000/06/29  18:16:07
63287         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
63288              From: Doug MacEachern <dougm@covalent.net>
63289              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
63290              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
63291      Branch: cfgperl
63292            + t/op/method2entersub.t
63293            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
63294            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63295            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
63296            ! xsutils.c
63297 ____________________________________________________________________________
63298 [  6266] By: jhi                                   on 2000/06/29  15:11:15
63299         Log: Subject: [PATCH 5.6.0] cygwin port
63300              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
63301              From: "Fifer, Eric" <EFifer@sanwaint.com>
63302              Date: Thu, 29 Jun 2000 12:58:29 +0100
63303      Branch: cfgperl
63304            ! cygwin/Makefile.SHs
63305 ____________________________________________________________________________
63306 [  6265] By: jhi                                   on 2000/06/29  15:04:05
63307         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
63308              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63309              Date: Wed, 28 Jun 2000 17:50:12 -0700
63310              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
63311      Branch: cfgperl
63312            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
63313 ____________________________________________________________________________
63314 [  6264] By: jhi                                   on 2000/06/29  15:00:57
63315         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
63316              From: Marty Lucich <marty@netcom.com>
63317              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
63318              Message-Id: <200006282116.OAA11148@netcom.com>
63319              ccdlflags update (the BSD/OS 4.1 part had already been taken
63320              care of by #6141).
63321      Branch: cfgperl
63322            ! hints/bsdos.sh
63323 ____________________________________________________________________________
63324 [  6263] By: jhi                                   on 2000/06/29  13:47:44
63325         Log: tr fixes from Simon Cozens
63326      Branch: cfgperl
63327            ! doop.c
63328 ____________________________________________________________________________
63329 [  6262] By: jhi                                   on 2000/06/28  18:46:01
63330         Log: Subject: 5.6.0 Patch for EPOC
63331              From: Olaf Flebbe <o.flebbe@gmx.de>
63332              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
63333              Message-ID: <23449.960929969@www11.gmx.net>
63334      Branch: cfgperl
63335            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
63336            ! epoc/epocish.h
63337 ____________________________________________________________________________
63338 [  6261] By: jhi                                   on 2000/06/28  18:29:07
63339         Log: Subject: Re: [PATCH cfgperl] BOMs away!
63340              From: simon@brecon.co.uk (Simon Cozens)
63341              Date: 17 Jun 2000 11:49:57 GMT
63342              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
63343      Branch: cfgperl
63344            ! pod/perldiag.pod t/comp/require.t toke.c
63345 ____________________________________________________________________________
63346 [  6260] By: jhi                                   on 2000/06/28  17:47:16
63347         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
63348              From: simon@brecon.co.uk (Simon Cozens) 
63349              Date: 17 Jun 2000 11:56:44 GMT 
63350              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
63351              pack U0, pack C0
63352      Branch: cfgperl
63353            ! pod/perlfunc.pod pp.c t/op/pack.t
63354 ____________________________________________________________________________
63355 [  6259] By: jhi                                   on 2000/06/28  16:43:17
63356         Log: perlnewmod was missing from MANIFEST.
63357      Branch: cfgperl
63358            ! MANIFEST
63359 ____________________________________________________________________________
63360 [  6258] By: jhi                                   on 2000/06/28  15:54:30
63361         Log: linenumber tweak
63362      Branch: cfgperl
63363            ! t/pragma/warn/regcomp
63364 ____________________________________________________________________________
63365 [  6257] By: jhi                                   on 2000/06/28  15:50:44
63366         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
63367              From: Doug MacEachern <dougm@covalent.net>
63368              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
63369              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
63370              (one part of the patch had been applied earlier)
63371      Branch: cfgperl
63372            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
63373 ____________________________________________________________________________
63374 [  6256] By: jhi                                   on 2000/06/28  15:40:22
63375         Log: tweaks from Simon Cozens to further fix tr/// under utf8
63376      Branch: cfgperl
63377            ! doop.c
63378 ____________________________________________________________________________
63379 [  6255] By: jhi                                   on 2000/06/28  15:33:45
63380         Log: small thinko tweaks
63381      Branch: cfgperl
63382            ! lib/IPC/Open3.pm t/op/my_stash.t
63383 ____________________________________________________________________________
63384 [  6254] By: jhi                                   on 2000/06/28  15:33:25
63385         Log: Subject: tr///, help wanted.
63386              From: simon@brecon.co.uk (Simon Cozens)
63387              Date: 28 Jun 2000 11:29:04 GMT
63388              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
63389      Branch: cfgperl
63390            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
63391            ! pp_proto.h proto.h t/op/tr.t
63392 ____________________________________________________________________________
63393 [  6253] By: jhi                                   on 2000/06/28  15:09:17
63394         Log: Paranoia tweak on #6249.
63395              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
63396              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
63397              Date: Sun, 25 Jun 2000 23:43:12 -0400
63398              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
63399      Branch: cfgperl
63400            ! lib/IPC/Open3.pm
63401 ____________________________________________________________________________
63402 [  6252] By: jhi                                   on 2000/06/28  15:01:38
63403         Log: Document #6249 and #6251.
63404      Branch: cfgperl
63405            ! lib/Exporter.pm lib/IPC/Open3.pm
63406 ____________________________________________________________________________
63407 [  6251] By: jhi                                   on 2000/06/28  14:50:43
63408         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
63409              From: Doug MacEachern <dougm@covalent.net>
63410              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
63411              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
63412      Branch: cfgperl
63413            ! lib/Exporter.pm
63414 ____________________________________________________________________________
63415 [  6250] By: jhi                                   on 2000/06/28  14:45:23
63416         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
63417              From: Doug MacEachern <dougm@covalent.net>
63418              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
63419              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
63420      Branch: cfgperl
63421            + t/op/my_stash.t
63422            ! MANIFEST embed.pl global.sym proto.h toke.c
63423 ____________________________________________________________________________
63424 [  6249] By: jhi                                   on 2000/06/28  14:36:34
63425         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
63426              From: Frank Tobin <ftobin@uiuc.edu>
63427              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
63428              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
63429      Branch: cfgperl
63430            ! lib/IPC/Open3.pm
63431 ____________________________________________________________________________
63432 [  6248] By: jhi                                   on 2000/06/28  14:11:25
63433         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
63434              From: Mark-Jason Dominus <mjd@plover.com>
63435              Date: Tue, 27 Jun 2000 22:36:42 -0400
63436              Message-ID: <20000628023642.12166.qmail@plover.com>
63437      Branch: cfgperl
63438            ! pod/perlfunc.pod
63439 ____________________________________________________________________________
63440 [  6247] By: jhi                                   on 2000/06/27  12:46:37
63441         Log: Tweak $VERSION, patch from Doug MacEachern.
63442      Branch: cfgperl
63443            ! lib/File/Spec.pm
63444 ____________________________________________________________________________
63445 [  6246] By: jhi                                   on 2000/06/27  03:34:46
63446         Log: Allow for standalone testing.
63447      Branch: cfgperl
63448            ! t/lib/filefunc.t t/lib/filespec.t
63449 ____________________________________________________________________________
63450 [  6245] By: jhi                                   on 2000/06/27  02:50:02
63451         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
63452              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
63453              Date: Sat, 24 Jun 2000 13:06:20 +0100
63454              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
63455      Branch: cfgperl
63456            ! ext/DynaLoader/DynaLoader_pm.PL
63457 ____________________________________________________________________________
63458 [  6244] By: jhi                                   on 2000/06/27  02:46:10
63459         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
63460              From: Doug MacEachern <dougm@covalent.net>
63461              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
63462              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
63463      Branch: cfgperl
63464            ! gv.c sv.c t/lib/peek.t
63465 ____________________________________________________________________________
63466 [  6243] By: jhi                                   on 2000/06/27  02:38:07
63467         Log: Subject: [PATCH] is_utf8_string
63468              From: simon@brecon.co.uk (Simon Cozens)
63469              Date: 26 Jun 2000 02:25:59 GMT
63470              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
63471      Branch: cfgperl
63472            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
63473            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
63474            ! proto.h utf8.c
63475 ____________________________________________________________________________
63476 [  6242] By: jhi                                   on 2000/06/27  02:24:00
63477         Log: Subject: [PATCH] bytes<->utf8 fixes
63478              From: simon@brecon.co.uk (Simon Cozens)
63479              Date: 26 Jun 2000 04:55:45 GMT
63480              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
63481      Branch: cfgperl
63482            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
63483 ____________________________________________________________________________
63484 [  6241] By: jhi                                   on 2000/06/27  02:12:42
63485         Log: Do no -warn on \_, only on \alpha.
63486              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
63487              From: David Dyck <dcd@tc.fluke.com>
63488              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
63489              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
63490      Branch: cfgperl
63491            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
63492 ____________________________________________________________________________
63493 [  6240] By: jhi                                   on 2000/06/27  02:00:01
63494         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
63495              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
63496              Date: Mon, 26 Jun 2000 18:40:14 +0100
63497              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
63498      Branch: cfgperl
63499            ! utils/h2xs.PL
63500 ____________________________________________________________________________
63501 [  6239] By: jhi                                   on 2000/06/27  01:53:40
63502         Log: Configure maintenance.  Sever some dependency cycles,
63503              separate gccversion from the cc unit,
63504              address [ID 20000623.006] Configure script patch for using gcc on AIX
63505              (but solve it a little bit differently),
63506              unduplex some accidentally duplicated units,
63507              suggest using gcc if no cc available
63508              (p5p thread: "Solaris configure: counterproposal", 1999-09)
63509      Branch: cfgperl
63510            ! Configure Todo-5.6 config_h.SH
63511      Branch: metaconfig
63512            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
63513            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
63514      Branch: metaconfig/U/perl
63515            + gccvers.U
63516            ! d_getespwnam.U d_getprpwnam.U i_prot.U
63517 ____________________________________________________________________________
63518 [  6238] By: jhi                                   on 2000/06/25  18:04:56
63519         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
63520              From: Dan Sugalski <dan@sidhe.org>
63521              Date: Fri, 23 Jun 2000 17:00:00 -0400
63522              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
63523      Branch: cfgperl
63524            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
63525 ____________________________________________________________________________
63526 [  6237] By: jhi                                   on 2000/06/25  16:36:45
63527         Log: Tweak embed.pl, regen headers.
63528      Branch: cfgperl
63529            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
63530            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
63531            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
63532            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
63533            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
63534 ____________________________________________________________________________
63535 [  6236] By: jhi                                   on 2000/06/25  15:26:42
63536         Log: Regen headers.
63537      Branch: cfgperl
63538            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
63539            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
63540            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
63541            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
63542            ! regnodes.h warnings.h
63543 ____________________________________________________________________________
63544 [  6235] By: jhi                                   on 2000/06/23  19:39:35
63545         Log: The thread begun by
63546              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
63547              From: Kevin.Ruscoe@ubsw.com
63548              Date: Fri, 16 Jun 2000 16:38:51 +0100
63549              Message-Id: <H000019b03c300d6@MHS>
63550      Branch: cfgperl
63551            ! hints/solaris_2.sh
63552 ____________________________________________________________________________
63553 [  6234] By: jhi                                   on 2000/06/23  19:23:36
63554         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
63555              because when run as services (Win32ese for daemons)
63556              no environment variables are set and tmpdir ends up as /tmp,
63557              which is ambiguous.
63558              
63559              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
63560              From: matt@sergeant.org
63561              Date: 16 Jun 2000 16:30:43 -0000
63562              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
63563      Branch: cfgperl
63564            ! lib/File/Spec/Win32.pm
63565 ____________________________________________________________________________
63566 [  6233] By: jhi                                   on 2000/06/23  19:18:58
63567         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
63568              From: Mark-Jason Dominus <mjd@plover.com>
63569              Date: Fri, 16 Jun 2000 20:53:04 -0400
63570              Message-ID: <20000617005304.8008.qmail@plover.com>
63571      Branch: cfgperl
63572            ! op.h
63573 ____________________________________________________________________________
63574 [  6232] By: jhi                                   on 2000/06/23  16:10:02
63575         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
63576              From: simon@brecon.co.uk (Simon Cozens)
63577              Date: 19 Jun 2000 15:18:27 GMT
63578              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
63579              
63580              plus update pod/Makefile and regenerate perltoc
63581      Branch: cfgperl
63582            + pod/perlutil.pod
63583            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
63584 ____________________________________________________________________________
63585 [  6231] By: jhi                                   on 2000/06/23  15:19:18
63586         Log: Subject: [PATCH 5.6.0] cygwin port
63587              From: "Fifer, Eric" <EFifer@sanwaint.com>
63588              Date: Tue, 20 Jun 2000 14:30:58 +0100
63589              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
63590      Branch: cfgperl
63591            ! README.cygwin lib/File/Find.pm
63592 ____________________________________________________________________________
63593 [  6230] By: jhi                                   on 2000/06/23  14:25:21
63594         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
63595      Branch: cfgperl
63596            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
63597            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
63598            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63599            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
63600 ____________________________________________________________________________
63601 [  6229] By: jhi                                   on 2000/06/23  14:13:34
63602         Log: Subject: README.hpux version 0.6.1
63603              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
63604              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
63605              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
63606      Branch: cfgperl
63607            ! README.hpux
63608 ____________________________________________________________________________
63609 [  6228] By: jhi                                   on 2000/06/23  14:07:20
63610         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
63611              From: Doug MacEachern <dougm@covalent.net>
63612              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
63613              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
63614      Branch: cfgperl
63615            ! op.c
63616 ____________________________________________________________________________
63617 [  6227] By: jhi                                   on 2000/06/23  14:01:06
63618         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
63619              From: Doug MacEachern <dougm@covalent.net>
63620              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
63621              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
63622      Branch: cfgperl
63623            + lib/lib.pm.PL
63624            - lib/lib.pm
63625            ! MANIFEST Makefile.SH
63626 ____________________________________________________________________________
63627 [  6226] By: jhi                                   on 2000/06/23  13:53:07
63628         Log: Subject: [PATCH] remove forward declarations in Socket.pm
63629              From: Doug MacEachern <dougm@covalent.net>
63630              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
63631              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
63632              
63633              From: Doug MacEachern <dougm@covalent.net>
63634              Subject: Re: [PATCH] remove forward declarations in Socket.pm
63635              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
63636              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
63637      Branch: cfgperl
63638            ! ext/Socket/Socket.pm op.c
63639 ____________________________________________________________________________
63640 [  6225] By: jhi                                   on 2000/06/23  13:41:52
63641         Log: Add source code filenames to apidoc.
63642              From: simon@brecon.co.uk (Simon Cozens)
63643              Subject: [PATCH embed.pl] Source X-ref
63644              Date: 22 Jun 2000 02:18:49 GMT
63645              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
63646      Branch: cfgperl
63647            ! embed.pl
63648 ____________________________________________________________________________
63649 [  6224] By: jhi                                   on 2000/06/23  13:32:33
63650         Log: A way to avoid English.pm performance hit.
63651              From: root <root@jester.slaysys.com>
63652              Subject: [YAPATCH English.pm] My turn to putt again
63653              Date: Thu, 22 Jun 2000 20:33:58 -0400
63654              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
63655      Branch: cfgperl
63656            ! lib/English.pm t/lib/english.t
63657 ____________________________________________________________________________
63658 [  6223] By: jhi                                   on 2000/06/23  13:27:06
63659         Log: Avoid double close().
63660              Subject: [PATCH] avoid double close()
63661              From: Doug MacEachern <dougm@covalent.net>
63662              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
63663              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
63664      Branch: cfgperl
63665            ! doio.c
63666 ____________________________________________________________________________
63667 [  6222] By: jhi                                   on 2000/06/23  13:25:54
63668         Log: doc typo fix
63669              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
63670              From: Ian Phillipps <Ian.Phillipps@iname.com>
63671              Date: Fri, 23 Jun 2000 10:40:58 +0100
63672              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
63673      Branch: cfgperl
63674            ! lib/Pod/Usage.pm
63675 ____________________________________________________________________________
63676 [  6221] By: jhi                                   on 2000/06/23  13:24:15
63677         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
63678              From: simon@brecon.co.uk (Simon Cozens)
63679              Subject: [PATCH] Eliminate tr///[CU][CU]
63680              Date: 23 Jun 2000 11:05:40 GMT
63681              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
63682      Branch: cfgperl
63683            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
63684 ____________________________________________________________________________
63685 [  6220] By: jhi                                   on 2000/06/22  16:07:51
63686         Log: Win32 patches from Benjamin Stuhl.
63687      Branch: cfgperl
63688            ! makedef.pl win32/win32.h
63689 ____________________________________________________________________________
63690 [  6219] By: jhi                                   on 2000/06/22  16:06:34
63691         Log: Bytecode patches from Benjamin Stuhl.
63692      Branch: cfgperl
63693            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
63694            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
63695            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63696 ____________________________________________________________________________
63697 [  6218] By: jhi                                   on 2000/06/15  23:54:16
63698         Log: Bytecode patches from Benjamin Stuhl.
63699      Branch: cfgperl
63700            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
63701 ____________________________________________________________________________
63702 [  6217] By: jhi                                   on 2000/06/09  13:38:29
63703         Log: Rename the fdpid locking and integrate with Sarathy.
63704      Branch: cfgperl
63705            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
63706            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
63707            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
63708            ! win32/win32.c
63709           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
63710 ____________________________________________________________________________
63711 [  6216] By: gsar                                  on 2000/06/08  14:54:21
63712         Log: be more optimal about clearing @_
63713      Branch: perl
63714            ! cop.h
63715 ____________________________________________________________________________
63716 [  6215] By: gsar                                  on 2000/06/08  14:33:04
63717         Log: tweak comment about @DB::args
63718      Branch: perl
63719            ! av.h pp_ctl.c
63720 ____________________________________________________________________________
63721 [  6214] By: gsar                                  on 2000/06/08  13:57:54
63722         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
63723              caller() wants to populate @DB::args with it (causes a coredump
63724              in Carp::confess())
63725      Branch: perl
63726            ! cop.h t/op/runlevel.t
63727 ____________________________________________________________________________
63728 [  6213] By: gsar                                  on 2000/06/08  07:06:35
63729         Log: back out change#6106 (seems problematic)
63730      Branch: perl
63731            ! hints/solaris_2.sh
63732 ____________________________________________________________________________
63733 [  6212] By: jhi                                   on 2000/06/07  03:10:36
63734         Log: Continuing mopup for #6204.
63735      Branch: cfgperl
63736            ! ext/B/defsubs_h.PL
63737 ____________________________________________________________________________
63738 [  6211] By: jhi                                   on 2000/06/07  02:41:50
63739         Log: Mopup for #6204.
63740              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
63741              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
63742              This is comes from const() where POK isn't on when expected.
63743      Branch: cfgperl
63744            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
63745            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63746            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
63747            ! perlapi.h pod/perlapi.pod
63748 ____________________________________________________________________________
63749 [  6210] By: jhi                                   on 2000/06/07  01:56:29
63750         Log: Mopup for #6207 and #6209.
63751      Branch: cfgperl
63752            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
63753 ____________________________________________________________________________
63754 [  6209] By: jhi                                   on 2000/06/07  01:33:12
63755         Log: Lock PL_fdpid against race conditions, based on:
63756              Subject: [PATCH 5.6.0]subprocess fixup for threads
63757              From: Dan Sugalski <dan@sidhe.org>
63758              To: perl5-porters@perl.org
63759              Date: Tue, 11 Apr 2000 17:02:32 -0400
63760              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
63761      Branch: cfgperl
63762            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
63763            ! win32/win32.c
63764 ____________________________________________________________________________
63765 [  6208] By: jhi                                   on 2000/06/07  01:05:23
63766         Log: Regen headers for #6207.
63767      Branch: cfgperl
63768            ! embed.h global.sym objXSUB.h proto.h
63769 ____________________________________________________________________________
63770 [  6207] By: jhi                                   on 2000/06/06  23:43:13
63771         Log: Subject: [PATCH 5.6.0] Threadsafe patches
63772              From: Dan Sugalski <dan@sidhe.org>
63773              To: perl5-porters@perl.org
63774              Date: Mon, 08 May 2000 18:08:13 -0400
63775              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
63776      Branch: cfgperl
63777            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
63778            ! proto.h sv.h util.c
63779 ____________________________________________________________________________
63780 [  6206] By: jhi                                   on 2000/06/06  23:21:23
63781         Log: Subject: [PATCH] Eliminate $a/$b in pod
63782              From: David Glasser <me@davidglasser.net>
63783              To: perl5-porters@perl.org
63784              Date: Mon, 29 May 2000 21:15:59 -0400
63785              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
63786      Branch: cfgperl
63787            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
63788            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
63789            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
63790            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
63791            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
63792            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
63793            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
63794            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
63795            ! pod/perlvar.pod pod/perlxs.pod
63796 ____________________________________________________________________________
63797 [  6205] By: jhi                                   on 2000/06/06  23:12:14
63798         Log: Subject: [PATCH] Win32 improvements
63799              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
63800              To: gsar@activestate.com, perl5-porters@perl.org
63801              Date: Mon, 29 May 2000 17:22:24 PDT
63802              Message-ID: <20000530002224.91142.qmail@hotmail.com>
63803              (MUA had mangled many lines by wordwrapping)
63804      Branch: cfgperl
63805            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
63806 ____________________________________________________________________________
63807 [  6204] By: jhi                                   on 2000/06/06  23:01:50
63808         Log: Subject: [PATCH] B::Bytecode patches
63809              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
63810              To: gsar@activestate.com, jhi@iki.fi
63811              Cc: perl5-porters@perl.org
63812              Message-ID: <20000602202526.48694.qmail@hotmail.com>
63813              (MUA had mangled many lines by wordwrapping)
63814      Branch: cfgperl
63815            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
63816            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
63817            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63818            ! intrpvar.h perl.c
63819 ____________________________________________________________________________
63820 [  6203] By: jhi                                   on 2000/06/06  22:32:43
63821         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
63822              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63823              Date: Tue, 06 Jun 2000 13:07:45 -0700
63824              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
63825      Branch: cfgperl
63826            ! pod/perldiag.pod
63827 ____________________________________________________________________________
63828 [  6202] By: jhi                                   on 2000/06/06  19:38:35
63829         Log: Integrate with Sarathy.
63830      Branch: cfgperl
63831           !> perl.c
63832 ____________________________________________________________________________
63833 [  6201] By: gsar                                  on 2000/06/06  00:42:59
63834         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
63835              does a PUSHMARK that's never ever POPMARKed; in general, only
63836              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
63837              Perl_eval_[sp]v() don't because they don't take any incoming
63838              arguments (this leak has been around since the original version
63839              of perl_eval_pv() in 5.003_97e)
63840      Branch: perl
63841            ! perl.c
63842 ____________________________________________________________________________
63843 [  6200] By: jhi                                   on 2000/06/04  03:44:52
63844         Log: Update to cperl-mode.el 4.31 from
63845              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
63846              Subject: A couple of notes
63847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63848              To: Mailing list Perl5 <perl5-porters@perl.org>
63849              Date: Sat, 3 Jun 2000 23:33:32 -0400
63850              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
63851      Branch: cfgperl
63852            ! emacs/cperl-mode.el
63853 ____________________________________________________________________________
63854 [  6199] By: jhi                                   on 2000/06/03  15:11:05
63855         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
63856              From: Dan Sugalski <dan@sidhe.org>
63857              To: perl5-porters@perl.org, vmsperl@perl.org
63858              Date: Fri, 02 Jun 2000 17:30:51 -0400
63859              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
63860      Branch: cfgperl
63861            ! vms/descrip_mms.template vms/gen_shrfls.pl
63862 ____________________________________________________________________________
63863 [  6198] By: jhi                                   on 2000/06/03  14:59:15
63864         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
63865              From: Dan Sugalski <dan@sidhe.org>
63866              To: vmsperl@perl.org, perl5-porters@perl.org
63867              Date: Fri, 02 Jun 2000 16:00:41 -0400
63868              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
63869              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
63870      Branch: cfgperl
63871            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
63872            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
63873            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
63874 ____________________________________________________________________________
63875 [  6197] By: jhi                                   on 2000/06/03  14:41:30
63876         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
63877              From: John Borwick <jhborwic@unity.ncsu.edu>
63878              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
63879              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
63880      Branch: cfgperl
63881            ! pod/perlsyn.pod
63882 ____________________________________________________________________________
63883 [  6196] By: jhi                                   on 2000/06/03  14:38:09
63884         Log: Integrate with Sarathy.
63885      Branch: cfgperl
63886           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
63887           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
63888           !> vms/perly_c.vms
63889 ____________________________________________________________________________
63890 [  6195] By: gsar                                  on 2000/06/02  22:43:13
63891         Log: fix yet another eval"" leak under USE_ITHREADS
63892      Branch: perl
63893            ! op.c
63894 ____________________________________________________________________________
63895 [  6194] By: gsar                                  on 2000/06/02  18:22:06
63896         Log: fix small eval"" memory leaks under USE_ITHREADS
63897      Branch: perl
63898            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
63899            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
63900            ! vms/perly_c.vms
63901 ____________________________________________________________________________
63902 [  6193] By: jhi                                   on 2000/06/01  13:03:56
63903         Log: Signals-be-gone for microperl.
63904      Branch: cfgperl
63905            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
63906 ____________________________________________________________________________
63907 [  6192] By: jhi                                   on 2000/06/01  12:52:02
63908         Log: Integrate with Sarathy.
63909      Branch: cfgperl
63910           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
63911           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
63912           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
63913           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
63914           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
63915           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
63916           !> t/op/vec.t utils/h2xs.PL
63917 ____________________________________________________________________________
63918 [  6191] By: gsar                                  on 2000/06/01  09:38:21
63919         Log: vec() loses numericalness (modified version of patch suggested
63920              by Robin Barker)
63921      Branch: perl
63922            ! doop.c t/op/vec.t
63923 ____________________________________________________________________________
63924 [  6190] By: gsar                                  on 2000/06/01  09:26:15
63925         Log: submit missing embed.pl change
63926      Branch: perl
63927            ! embed.pl
63928 ____________________________________________________________________________
63929 [  6189] By: gsar                                  on 2000/06/01  09:05:34
63930         Log: counting tr/// corrupts later operation (from M.J.T Guy)
63931      Branch: perl
63932            ! doop.c t/op/tr.t
63933 ____________________________________________________________________________
63934 [  6188] By: gsar                                  on 2000/06/01  08:58:39
63935         Log: h2xs tweaks
63936      Branch: perl
63937            ! utils/h2xs.PL
63938 ____________________________________________________________________________
63939 [  6187] By: gsar                                  on 2000/06/01  08:50:07
63940         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
63941              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
63942      Branch: perl
63943            + lib/Pod/LaTeX.pm
63944            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
63945            ! pod/pod2latex.PL
63946 ____________________________________________________________________________
63947 [  6186] By: gsar                                  on 2000/06/01  08:24:40
63948         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
63949              <wolfgang.laun@alcatel.at>)
63950      Branch: perl
63951            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
63952            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
63953 ____________________________________________________________________________
63954 [  6185] By: gsar                                  on 2000/06/01  08:12:00
63955         Log: remove incorrect documentation about implicit split to @_ in
63956              list context, which never really worked in perl 5 (from
63957              M.J.T. Guy)
63958      Branch: perl
63959            ! pod/perlfunc.pod pod/perltrap.pod
63960 ____________________________________________________________________________
63961 [  6184] By: gsar                                  on 2000/06/01  07:52:27
63962         Log: tweak for change#6127
63963      Branch: perl
63964            ! perl.c
63965 ____________________________________________________________________________
63966 [  6183] By: gsar                                  on 2000/06/01  07:41:02
63967         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
63968              <nick@ccl4.org>)
63969      Branch: perl
63970            + t/lib/selfloader.t
63971            ! MANIFEST lib/SelfLoader.pm
63972 ____________________________________________________________________________
63973 [  6182] By: jhi                                   on 2000/06/01  00:34:42
63974         Log: Be Cleaner Part Deux.
63975      Branch: cfgperl
63976            ! Makefile.SH
63977 ____________________________________________________________________________
63978 [  6181] By: jhi                                   on 2000/06/01  00:32:09
63979         Log: Integrate with Sarathy.
63980      Branch: cfgperl
63981           !> pp.c t/op/arith.t
63982 ____________________________________________________________________________
63983 [  6180] By: jhi                                   on 2000/06/01  00:31:13
63984         Log: microperl nits from Simon Cozens.
63985      Branch: cfgperl
63986            + uconfig.h
63987            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
63988            ! unixish.h
63989 ____________________________________________________________________________
63990 [  6179] By: gsar                                  on 2000/05/31  22:37:51
63991         Log: buggy modulus on UVs introduced by change#3378 (resulted in
63992              4063328477 % 65535 amounting to 27406, instead of 27407)
63993      Branch: perl
63994            ! pp.c t/op/arith.t
63995 ____________________________________________________________________________
63996 [  6178] By: jhi                                   on 2000/05/31  21:52:41
63997         Log: Be cleaner.
63998      Branch: cfgperl
63999            ! Makefile.SH
64000 ____________________________________________________________________________
64001 [  6177] By: jhi                                   on 2000/05/31  21:47:33
64002         Log: Substitution utf8 patch from Simon Cozens.
64003      Branch: cfgperl
64004            ! pp_hot.c
64005 ____________________________________________________________________________
64006 [  6176] By: jhi                                   on 2000/05/31  21:45:34
64007         Log: Single-quoted utf8 patch from Simon Cozens.
64008      Branch: cfgperl
64009            ! toke.c
64010 ____________________________________________________________________________
64011 [  6175] By: jhi                                   on 2000/05/31  21:40:18
64012         Log: Integrate with Sarathy.
64013      Branch: cfgperl
64014           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
64015 ____________________________________________________________________________
64016 [  6174] By: jhi                                   on 2000/05/31  21:37:31
64017         Log: microperl changes from Simon Cozens; Makefile for microperl
64018              written from scratch; few casts added as microperl compilation
64019              doesn't have all prototypes available.
64020      Branch: cfgperl
64021            + Makefile.micro README.micro Todo.micro uconfig.sh
64022            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
64023            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
64024      Branch: metaconfig
64025            + U/modified/Config_h.U
64026 ____________________________________________________________________________
64027 [  6173] By: jhi                                   on 2000/05/31  20:00:24
64028         Log: metaconfig maintenance.
64029      Branch: metaconfig
64030            + U/modified/Inhdr.U U/typedefs/inotype.U
64031      Branch: metaconfig/U/perl
64032            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
64033            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
64034 ____________________________________________________________________________
64035 [  6172] By: gsar                                  on 2000/05/31  05:05:42
64036         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
64037              (from Ilya Zakharevich)
64038      Branch: perl
64039            ! regexec.c t/op/re_tests
64040 ____________________________________________________________________________
64041 [  6171] By: gsar                                  on 2000/05/31  05:01:47
64042         Log: scalar() doesn't force scalar context when used in void context
64043              (from Simon Cozens)
64044      Branch: perl
64045            ! op.c t/op/wantarray.t
64046 ____________________________________________________________________________
64047 [  6170] By: gsar                                  on 2000/05/31  04:41:33
64048         Log: change#6142 needs tweaks to tests to work where there's no symlink()
64049              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
64050      Branch: perl
64051            ! t/lib/filefind.t
64052 ____________________________________________________________________________
64053 [  6169] By: gsar                                  on 2000/05/31  04:29:49
64054         Log: integrate cfgperl contents into mainline
64055      Branch: perl
64056           +> pod/perlmodlib.PL pod/perlnewmod.pod
64057           !> (integrate 42 files)
64058 ____________________________________________________________________________
64059 [  6168] By: jhi                                   on 2000/05/30  22:53:37
64060         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
64061      Branch: cfgperl
64062            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64063            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
64064            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
64065            ! win32/config.bc win32/config.gc win32/config.vc
64066            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64067            ! win32/config_h.PL win32/config_sh.PL
64068      Branch: metaconfig/U/perl
64069            ! perlxv.U
64070 ____________________________________________________________________________
64071 [  6167] By: jhi                                   on 2000/05/30  22:20:21
64072         Log: tweak todo 
64073      Branch: cfgperl
64074            ! Todo-5.6
64075 ____________________________________________________________________________
64076 [  6166] By: jhi                                   on 2000/05/30  22:11:51
64077         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
64078              in case somebody wants to write an extension for more
64079              shadow database interfaces.
64080      Branch: cfgperl
64081            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64082            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
64083            ! vos/config.def vos/config.h vos/config_h.SH_orig
64084            ! win32/config.bc win32/config.gc win32/config.vc
64085            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64086      Branch: metaconfig
64087            ! U/modified/Myinit.U
64088      Branch: metaconfig/U/perl
64089            + d_getespwnam.U d_getprpwnam.U i_prot.U
64090 ____________________________________________________________________________
64091 [  6165] By: jhi                                   on 2000/05/30  18:35:34
64092         Log: Integrate with Sarathy.
64093      Branch: cfgperl
64094           !> op.c
64095 ____________________________________________________________________________
64096 [  6164] By: jhi                                   on 2000/05/30  18:30:16
64097         Log: detypo
64098      Branch: cfgperl
64099            ! Configure config_h.SH
64100      Branch: metaconfig/U/perl
64101            ! perlxv.U
64102 ____________________________________________________________________________
64103 [  6163] By: gsar                                  on 2000/05/30  03:24:03
64104         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
64105      Branch: perl
64106            ! op.c
64107 ____________________________________________________________________________
64108 [  6162] By: gsar                                  on 2000/05/30  03:09:38
64109         Log: fix memory leak in method call optimization (change#3768);
64110              made C<eval "$x->foo()"> leak
64111      Branch: perl
64112            ! op.c
64113 ____________________________________________________________________________
64114 [  6161] By: jhi                                   on 2000/05/29  17:56:26
64115         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
64116              both from Simon Cozens.
64117      Branch: cfgperl
64118            + pod/perlmodlib.PL pod/perlnewmod.pod
64119            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
64120            ! pod/perlmodlib.pod pod/perltoc.pod
64121 ____________________________________________________________________________
64122 [  6160] By: jhi                                   on 2000/05/29  17:23:55
64123         Log: Changes for the File::Temp 0.08 (change #6159) test suite
64124              to fit better into the Perl distribution test framework.
64125      Branch: cfgperl
64126            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
64127            ! t/lib/ftmp-tempfile.t
64128 ____________________________________________________________________________
64129 [  6159] By: jhi                                   on 2000/05/29  16:55:36
64130         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
64131      Branch: cfgperl
64132            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64133            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
64134 ____________________________________________________________________________
64135 [  6158] By: bailey                                on 2000/05/29  16:22:08
64136         Log: Add fallback to tmpfile for use in cases where user's relying on
64137              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
64138              Lane's patch)
64139      Branch: vmsperl
64140            ! vms/vms.c vms/vmsish.h
64141 ____________________________________________________________________________
64142 [  6157] By: jhi                                   on 2000/05/29  03:10:36
64143         Log: Regen Configure to jive with #6149.
64144      Branch: cfgperl
64145            ! Configure
64146      Branch: metaconfig
64147            ! U/modified/Getfile.U
64148 ____________________________________________________________________________
64149 [  6156] By: jhi                                   on 2000/05/29  03:01:38
64150         Log: Integrate with Sarathy.
64151      Branch: cfgperl
64152           +> ext/DynaLoader/dl_mac.xs
64153           !> (integrate 38 files)
64154 ____________________________________________________________________________
64155 [  6155] By: gsar                                  on 2000/05/28  21:15:58
64156         Log: small bug in change#6144; remove random \xA0 character that snuck
64157              in via change#6145
64158      Branch: perl
64159            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
64160 ____________________________________________________________________________
64161 [  6154] By: gsar                                  on 2000/05/28  21:04:19
64162         Log: avoid type mismatch warning
64163      Branch: perl
64164            ! perl.c
64165 ____________________________________________________________________________
64166 [  6153] By: gsar                                  on 2000/05/28  20:58:31
64167         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
64168              <nick@Bagpuss.uk.boo.com>)
64169      Branch: perl
64170            ! lib/Test/Harness.pm
64171 ____________________________________________________________________________
64172 [  6152] By: gsar                                  on 2000/05/28  20:53:42
64173         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
64174      Branch: perl
64175            ! regexec.c
64176 ____________________________________________________________________________
64177 [  6151] By: gsar                                  on 2000/05/28  20:50:28
64178         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
64179      Branch: perl
64180            ! regexec.c
64181 ____________________________________________________________________________
64182 [  6150] By: gsar                                  on 2000/05/28  20:39:58
64183         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
64184      Branch: perl
64185            ! pod/perlrequick.pod
64186 ____________________________________________________________________________
64187 [  6149] By: gsar                                  on 2000/05/28  20:35:16
64188         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
64189              <troc@netrus.net>)
64190      Branch: perl
64191            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
64192            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
64193            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
64194            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
64195 ____________________________________________________________________________
64196 [  6148] By: gsar                                  on 2000/05/28  20:21:07
64197         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
64198      Branch: perl
64199            ! lib/ExtUtils/MM_Unix.pm
64200 ____________________________________________________________________________
64201 [  6147] By: gsar                                  on 2000/05/28  20:12:41
64202         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
64203              (from Peter Prymmer)
64204      Branch: perl
64205            ! vms/subconfigure.com
64206 ____________________________________________________________________________
64207 [  6146] By: gsar                                  on 2000/05/28  20:06:15
64208         Log: doc typo
64209      Branch: perl
64210            ! lib/warnings.pm warnings.h warnings.pl
64211 ____________________________________________________________________________
64212 [  6145] By: gsar                                  on 2000/05/28  18:44:33
64213         Log: make xsubpp skip embedded pod (from Matthias Neeracher
64214              <neeri@iis.ee.ethz.ch>)
64215      Branch: perl
64216            ! lib/ExtUtils/xsubpp
64217 ____________________________________________________________________________
64218 [  6144] By: gsar                                  on 2000/05/28  18:42:49
64219         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
64220              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
64221              <neeri@iis.ee.ethz.ch>)
64222      Branch: perl
64223            ! lib/AutoSplit.pm
64224 ____________________________________________________________________________
64225 [  6143] By: gsar                                  on 2000/05/28  18:41:12
64226         Log: MacOS support, part 1 (from Matthias Neeracher
64227              <neeri@iis.ee.ethz.ch>)
64228      Branch: perl
64229            + ext/DynaLoader/dl_mac.xs
64230            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
64231            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
64232            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
64233            ! util.h
64234 ____________________________________________________________________________
64235 [  6142] By: gsar                                  on 2000/05/28  18:21:51
64236         Log: File::Find fails to chdir when chasing symlinks (from
64237              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
64238      Branch: perl
64239            ! lib/File/Find.pm t/lib/filefind.t
64240 ____________________________________________________________________________
64241 [  6141] By: jhi                                   on 2000/05/28  14:25:15
64242         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
64243              forwarded by Peter Seebach from the bsdi-users mailing list.
64244              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
64245      Branch: perl
64246            ! hints/bsdos.sh
64247 ____________________________________________________________________________
64248 [  6140] By: jhi                                   on 2000/05/28  14:11:57
64249         Log: Integrate with Sarathy.
64250      Branch: cfgperl
64251           +> (branch 30 files)
64252           !> (integrate 93 files)
64253 ____________________________________________________________________________
64254 [  6139] By: gsar                                  on 2000/05/28  10:01:48
64255         Log: revise mktables.PL for bugs and newness in Unicode 3.0
64256              (from James Bence <jbence@amgen.com>)
64257      Branch: perl
64258            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
64259            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
64260            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
64261            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
64262            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
64263            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
64264            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
64265            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
64266            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
64267            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
64268            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
64269            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
64270            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
64271            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
64272            + lib/unicode/Is/SylWU.pl
64273            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
64274            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
64275            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
64276            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
64277            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
64278            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
64279            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
64280            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
64281            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
64282            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
64283            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
64284            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
64285            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
64286            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
64287            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
64288            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
64289            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
64290            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
64291            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
64292            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
64293            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
64294            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
64295            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
64296            ! lib/unicode/Makefile lib/unicode/mktables.PL
64297 ____________________________________________________________________________
64298 [  6138] By: gsar                                  on 2000/05/28  08:50:32
64299         Log: add note about the handling of negative indices to tied arrays
64300              (from Michael G Schwern <schwern@pobox.com>)
64301      Branch: perl
64302            ! pod/perltie.pod
64303 ____________________________________________________________________________
64304 [  6137] By: gsar                                  on 2000/05/28  08:46:10
64305         Log: fix bogus redeclaration warning for "our" variables in different
64306              scopes
64307      Branch: perl
64308            ! op.c t/pragma/strict-vars
64309 ____________________________________________________________________________
64310 [  6136] By: gsar                                  on 2000/05/28  08:31:20
64311         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
64312      Branch: perl
64313            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
64314 ____________________________________________________________________________
64315 [  6135] By: gsar                                  on 2000/05/28  08:17:50
64316         Log: enable Test::Harness to dynamically determine column width etc.
64317              (from Rob Napier <rnapier@employees.org>)
64318      Branch: perl
64319            ! lib/Test/Harness.pm
64320 ____________________________________________________________________________
64321 [  6134] By: gsar                                  on 2000/05/28  08:13:39
64322         Log: make Test::Harness use wait.h/WCOREDUMP if available
64323              (from Ben Tilly <ben_tilly@hotmail.com>)
64324      Branch: perl
64325            ! lib/Test/Harness.pm
64326 ____________________________________________________________________________
64327 [  6133] By: gsar                                  on 2000/05/28  08:08:05
64328         Log: elide bogus test in change#6132
64329      Branch: perl
64330            ! t/pragma/warn/9enabled
64331 ____________________________________________________________________________
64332 [  6132] By: gsar                                  on 2000/05/28  08:03:14
64333         Log: warnings::enabled() doesn't fall back to looking at $^W if
64334              caller isn't using lexical warnings (from Paul Marquess)
64335      Branch: perl
64336            ! pp_ctl.c t/pragma/warn/9enabled
64337 ____________________________________________________________________________
64338 [  6131] By: gsar                                  on 2000/05/28  07:57:47
64339         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
64340      Branch: perl
64341            ! ext/POSIX/POSIX.pm
64342 ____________________________________________________________________________
64343 [  6130] By: gsar                                  on 2000/05/28  07:29:12
64344         Log: fix places that mean C<"word" character> but say C<alphanumeric
64345              character>
64346      Branch: perl
64347            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
64348 ____________________________________________________________________________
64349 [  6129] By: gsar                                  on 2000/05/28  07:18:41
64350         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
64351      Branch: perl
64352            ! vms/test.com
64353 ____________________________________________________________________________
64354 [  6128] By: gsar                                  on 2000/05/28  07:12:55
64355         Log: new perlxstut example for passing/returning refs to arrays
64356              (from David Lowe <dlowe@pootpoot.com>)
64357      Branch: perl
64358            ! pod/perlxstut.pod
64359 ____________________________________________________________________________
64360 [  6127] By: gsar                                  on 2000/05/28  07:02:50
64361         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
64362              failed (from Gisle Aas)
64363      Branch: perl
64364            ! cop.h perl.c
64365 ____________________________________________________________________________
64366 [  6126] By: gsar                                  on 2000/05/28  06:39:53
64367         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
64368              (reworked variant of patch suggested by Simon Cozens)
64369      Branch: perl
64370            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
64371            ! pp_hot.c proto.h t/op/gv.t
64372 ____________________________________________________________________________
64373 [  6125] By: gsar                                  on 2000/05/28  05:14:55
64374         Log: enable propagating exception objects via Perl_croak() in XS code
64375              (from Gisle Aas)
64376      Branch: perl
64377            ! util.c
64378 ____________________________________________________________________________
64379 [  6124] By: gsar                                  on 2000/05/28  05:07:28
64380         Log: integrate vmsperl contents into mainline
64381      Branch: perl
64382           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
64383           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
64384           !> vms/vmsish.h
64385 ____________________________________________________________________________
64386 [  6123] By: gsar                                  on 2000/05/28  05:03:53
64387         Log: clarify gotcha with #line directives (from Rocco Caputo
64388              <troc@netrus.net>)
64389      Branch: perl
64390            ! pod/perldebug.pod pod/perlsyn.pod
64391 ____________________________________________________________________________
64392 [  6122] By: gsar                                  on 2000/05/28  04:58:29
64393         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
64394              (from Mark-Jason Dominus)
64395      Branch: perl
64396            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
64397            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
64398            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
64399            ! toke.c
64400 ____________________________________________________________________________
64401 [  6121] By: bailey                                on 2000/05/25  04:46:54
64402         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
64403              lists (based on fixes by Craig Berry)
64404      Branch: vmsperl
64405            ! lib/File/Spec/VMS.pm
64406 ____________________________________________________________________________
64407 [  6120] By: bailey                                on 2000/05/25  04:25:38
64408         Log: Add missing escape (Charles Lane)
64409      Branch: vmsperl
64410            ! t/op/lex_assign.t
64411 ____________________________________________________________________________
64412 [  6119] By: bailey                                on 2000/05/25  04:21:25
64413         Log: Quiet error messages in vmsish.t (Charles Lane)
64414      Branch: vmsperl
64415            ! vms/ext/vmsish.t
64416 ____________________________________________________________________________
64417 [  6118] By: bailey                                on 2000/05/25  04:17:57
64418         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
64419              Flatten case labels in switch statements uniformly (Charles Bailey)
64420      Branch: vmsperl
64421            ! vms/vms.c
64422 ____________________________________________________________________________
64423 [  6117] By: bailey                                on 2000/05/25  03:58:09
64424         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
64425      Branch: vmsperl
64426            ! vms/vmsish.h
64427 ____________________________________________________________________________
64428 [  6116] By: bailey                                on 2000/05/25  03:11:15
64429         Log: Miscellaneous cosmetic fixes (Charles Lane)
64430      Branch: vmsperl
64431            ! lib/ExtUtils/MM_VMS.pm
64432 ____________________________________________________________________________
64433 [  6115] By: bailey                                on 2000/05/25  03:10:36
64434         Log: Add bounds checking for several strings (Charles Lane)
64435      Branch: vmsperl
64436            ! vms/vms.c
64437 ____________________________________________________________________________
64438 [  6114] By: bailey                                on 2000/05/25  02:25:34
64439         Log: Urk -- undo previous removal of vmsish 'exit' change
64440      Branch: vmsperl
64441            ! vms/ext/vmsish.pm vms/vmsish.h
64442 ____________________________________________________________________________
64443 [  6113] By: bailey                                on 2000/05/24  02:24:40
64444         Log: Ugly workaround for version-specific RTL error
64445      Branch: vmsperl
64446            ! vms/vms.c
64447 ____________________________________________________________________________
64448 [  6112] By: bailey                                on 2000/05/24  02:19:55
64449         Log: Check for existence of file before trying to delete
64450      Branch: vmsperl
64451            ! vms/test.com
64452 ____________________________________________________________________________
64453 [  6111] By: bailey                                on 2000/05/23  23:35:13
64454         Log: Resync with mainline prior to post-5.6.0 updates
64455      Branch: vmsperl
64456           +> (branch 49 files)
64457            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
64458            ! vms/ext/vmsish.pm
64459           !> (integrate 334 files)
64460 ____________________________________________________________________________
64461 [  6110] By: jhi                                   on 2000/05/23  19:28:32
64462         Log: todo tweak
64463      Branch: cfgperl
64464            ! Todo-5.6
64465 ____________________________________________________________________________
64466 [  6109] By: jhi                                   on 2000/05/18  17:38:54
64467         Log: Integrate with Sarathy.
64468      Branch: cfgperl
64469           !> mg.c perl.h win32/perlhost.h
64470 ____________________________________________________________________________
64471 [  6108] By: gsar                                  on 2000/05/17  02:24:56
64472         Log: reenable fake signal handling on Windows, bugs and all
64473      Branch: perl
64474            ! mg.c perl.h win32/perlhost.h
64475 ____________________________________________________________________________
64476 [  6107] By: jhi                                   on 2000/05/15  18:01:41
64477         Log: Tweak the todo list.
64478      Branch: cfgperl
64479            ! Todo-5.6
64480 ____________________________________________________________________________
64481 [  6106] By: jhi                                   on 2000/05/15  13:41:48
64482         Log: The (Configure) script refuses to go on, after asking for
64483              'You may also choose to try maximal 64-bitness....'.
64484              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
64485              -- Patrick Zima
64486              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
64487      Branch: cfgperl
64488            ! hints/solaris_2.sh
64489 ____________________________________________________________________________
64490 [  6105] By: jhi                                   on 2000/05/11  14:37:43
64491         Log: Integrate with Sarathy.
64492      Branch: cfgperl
64493           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
64494           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
64495 ____________________________________________________________________________
64496 [  6104] By: gsar                                  on 2000/05/11  03:39:07
64497         Log: PL_sys_intern was being initialized too late on windows
64498      Branch: perl
64499            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
64500            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
64501 ____________________________________________________________________________
64502 [  6103] By: jhi                                   on 2000/05/09  19:42:20
64503         Log: Test tweaking for Unicos continues.
64504      Branch: cfgperl
64505            ! t/op/64bitint.t
64506 ____________________________________________________________________________
64507 [  6102] By: jhi                                   on 2000/05/09  16:47:27
64508         Log: The test suite tweak in #6101 wasn't quite right.
64509      Branch: cfgperl
64510            ! t/lib/complex.t
64511 ____________________________________________________________________________
64512 [  6101] By: jhi                                   on 2000/05/09  15:35:34
64513         Log: Hints and test tweaks for Unicos.
64514      Branch: cfgperl
64515            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
64516 ____________________________________________________________________________
64517 [  6100] By: jhi                                   on 2000/05/08  21:15:06
64518         Log: More compilation tweakery from Allen Smith.
64519      Branch: cfgperl
64520            ! hints/irix_6.sh
64521 ____________________________________________________________________________
64522 [  6099] By: jhi                                   on 2000/05/08  19:21:18
64523         Log: Tweaks for the cc bugs from Allen Smith.
64524      Branch: cfgperl
64525            ! hints/irix_6.sh
64526 ____________________________________________________________________________
64527 [  6098] By: jhi                                   on 2000/05/08  19:13:37
64528         Log: Add a note about other, yet unsupported, shadow password APIs.
64529      Branch: cfgperl
64530            ! pp_sys.c
64531 ____________________________________________________________________________
64532 [  6097] By: jhi                                   on 2000/05/08  18:46:34
64533         Log: Add a note about possible compilation problems from Allen Smith.
64534      Branch: cfgperl
64535            ! hints/irix_6.sh
64536 ____________________________________________________________________________
64537 [  6096] By: jhi                                   on 2000/05/08  17:33:10
64538         Log: Integrate with Sarathy.
64539      Branch: cfgperl
64540           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
64541           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
64542 ____________________________________________________________________________
64543 [  6095] By: jhi                                   on 2000/05/08  16:21:33
64544         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
64545              might be useful in future.
64546      Branch: cfgperl
64547            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64548            ! config_h.SH
64549      Branch: metaconfig
64550            ! U/installdirs/inc_version_list.U
64551      Branch: metaconfig/U/perl
64552            ! perlxv.U
64553 ____________________________________________________________________________
64554 [  6094] By: gsar                                  on 2000/05/08  14:22:22
64555         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
64556      Branch: perl
64557            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
64558            ! hints/cygwin.sh pp_sys.c
64559 ____________________________________________________________________________
64560 [  6093] By: gsar                                  on 2000/05/08  12:52:28
64561         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
64562              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
64563      Branch: perl
64564            ! pp_sys.c sv.c win32/perlhost.h
64565 ____________________________________________________________________________
64566 [  6092] By: jhi                                   on 2000/05/07  22:40:34
64567         Log: Regen perltoc with the fixed buildtoc.
64568      Branch: cfgperl
64569            ! pod/perltoc.pod
64570 ____________________________________________________________________________
64571 [  6091] By: jhi                                   on 2000/05/07  22:24:16
64572         Log: Integrate with Sarathy.
64573      Branch: cfgperl
64574           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
64575           !> t/op/substr.t toke.c
64576 ____________________________________________________________________________
64577 [  6090] By: gsar                                  on 2000/05/07  19:47:07
64578         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
64579              [NI]OK; added tests for both
64580      Branch: perl
64581            ! perl.c pp_hot.c sv.c t/op/substr.t
64582 ____________________________________________________________________________
64583 [  6089] By: gsar                                  on 2000/05/07  18:18:38
64584         Log: buildtoc tweak to fix newline lossage
64585      Branch: perl
64586            ! pod/buildtoc
64587 ____________________________________________________________________________
64588 [  6088] By: jhi                                   on 2000/05/07  16:35:36
64589         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
64590              because we do not use those.  The HAS_GETSPNAM remains,
64591              though, because we still do use that.
64592      Branch: cfgperl
64593            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64594            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
64595            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
64596            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
64597            ! win32/config.vc win32/config_H.bc win32/config_H.gc
64598            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
64599 ____________________________________________________________________________
64600 [  6087] By: gsar                                  on 2000/05/07  16:05:16
64601         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
64602      Branch: perl
64603            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
64604 ____________________________________________________________________________
64605 [  6086] By: jhi                                   on 2000/05/07  15:27:07
64606         Log: Integrate with Sarathy.
64607      Branch: cfgperl
64608           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64609           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
64610           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
64611           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
64612           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
64613           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
64614 ____________________________________________________________________________
64615 [  6085] By: gsar                                  on 2000/05/07  05:52:02
64616         Log: repeat operator (x) doesn't preserve utf8-ness
64617      Branch: perl
64618            ! pp.c t/op/substr.t
64619 ____________________________________________________________________________
64620 [  6084] By: gsar                                  on 2000/05/07  05:39:55
64621         Log: substr() does not preserve utf8-ness (from Stefan Eissing
64622              <Eissing@medicaldataservice.de>); added tests
64623      Branch: perl
64624            ! pp.c t/op/substr.t
64625 ____________________________________________________________________________
64626 [  6083] By: gsar                                  on 2000/05/07  05:24:46
64627         Log: note about undocumented caller() return value (from M.J.T. Guy);
64628              yet another peek.t tweak
64629      Branch: perl
64630            ! pod/perlfunc.pod t/lib/peek.t
64631 ____________________________________________________________________________
64632 [  6082] By: gsar                                  on 2000/05/07  05:08:40
64633         Log: peek.t non-portable to ithreads
64634      Branch: perl
64635            ! t/lib/peek.t
64636 ____________________________________________________________________________
64637 [  6081] By: gsar                                  on 2000/05/07  04:17:04
64638         Log: better default perlbug categories for ok reports (from Richard Foley)
64639      Branch: perl
64640            ! utils/perlbug.PL
64641 ____________________________________________________________________________
64642 [  6080] By: gsar                                  on 2000/05/07  04:08:07
64643         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
64644              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
64645      Branch: perl
64646            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64647            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
64648            ! AUTHORS MAINTAIN MANIFEST
64649 ____________________________________________________________________________
64650 [  6079] By: gsar                                  on 2000/05/07  04:01:38
64651         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
64652      Branch: perl
64653            ! lib/Carp/Heavy.pm
64654 ____________________________________________________________________________
64655 [  6078] By: gsar                                  on 2000/05/07  01:24:19
64656         Log: workaround for CRT bug in chdir() (from Charles Lane, via
64657              Peter Prymmer)
64658      Branch: perl
64659            ! iperlsys.h vms/vms.c vms/vmsish.h
64660 ____________________________________________________________________________
64661 [  6077] By: gsar                                  on 2000/05/07  01:22:23
64662         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
64663              and Tom Phoenix)
64664      Branch: perl
64665            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
64666 ____________________________________________________________________________
64667 [  6076] By: gsar                                  on 2000/05/06  17:36:29
64668         Log: integrate cfgperl contents into mainline
64669      Branch: perl
64670           +> t/lib/peek.t
64671           !> Configure MANIFEST Porting/Glossary Porting/config.sh
64672           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
64673           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
64674           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
64675 ____________________________________________________________________________
64676 [  6075] By: jhi                                   on 2000/05/05  18:56:10
64677         Log: Make the test more portable.
64678      Branch: cfgperl
64679            ! t/lib/peek.t
64680 ____________________________________________________________________________
64681 [  6074] By: jhi                                   on 2000/05/05  18:49:20
64682         Log: Introduce t/lib/peek.t.
64683      Branch: cfgperl
64684            + t/lib/peek.t
64685            ! MANIFEST
64686 ____________________________________________________________________________
64687 [  6073] By: jhi                                   on 2000/05/05  14:30:45
64688         Log: Complex tweaks.
64689      Branch: cfgperl
64690            ! lib/Math/Complex.pm t/lib/complex.t
64691 ____________________________________________________________________________
64692 [  6072] By: jhi                                   on 2000/05/05  12:27:13
64693         Log: Integrate with Sarathy.
64694      Branch: cfgperl
64695           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
64696           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
64697           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
64698           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
64699 ____________________________________________________________________________
64700 [  6071] By: gsar                                  on 2000/05/05  02:24:46
64701         Log: misformatted perllocal.pod (from Tim Jenness
64702              <t.jenness@jach.hawaii.edu>)
64703      Branch: perl
64704            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
64705 ____________________________________________________________________________
64706 [  6070] By: gsar                                  on 2000/05/05  02:16:52
64707         Log: remove misleading comment (from M.J.T. Guy)
64708      Branch: perl
64709            ! t/lib/anydbm.t
64710 ____________________________________________________________________________
64711 [  6069] By: gsar                                  on 2000/05/05  02:15:13
64712         Log: File::Spec compatibility update (from Barrie Slaymaker
64713              <barries@slaysys.com>)
64714      Branch: perl
64715            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
64716            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
64717 ____________________________________________________________________________
64718 [  6068] By: gsar                                  on 2000/05/05  02:01:50
64719         Log: note about values()
64720      Branch: perl
64721            ! pod/perlfunc.pod
64722 ____________________________________________________________________________
64723 [  6067] By: gsar                                  on 2000/05/05  01:33:09
64724         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
64725      Branch: perl
64726            ! win32/win32.c
64727 ____________________________________________________________________________
64728 [  6066] By: gsar                                  on 2000/05/05  01:23:43
64729         Log: s/END/CHECK/
64730      Branch: perl
64731            ! perl.c
64732 ____________________________________________________________________________
64733 [  6065] By: jhi                                   on 2000/05/04  17:30:22
64734         Log: Integrate with Sarathy.
64735      Branch: cfgperl
64736           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
64737 ____________________________________________________________________________
64738 [  6064] By: gsar                                  on 2000/05/04  17:26:14
64739         Log: change#5905 wasn't quite right--it's intent only applies when arguments
64740              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
64741      Branch: perl
64742            ! pp_sys.c sv.c
64743 ____________________________________________________________________________
64744 [  6063] By: gsar                                  on 2000/05/04  16:52:29
64745         Log: tokeq() could read unallocated field in argument
64746      Branch: perl
64747            ! toke.c
64748 ____________________________________________________________________________
64749 [  6062] By: gsar                                  on 2000/05/04  16:34:51
64750         Log: additional tests for utf8.t
64751      Branch: perl
64752            ! t/pragma/utf8.t
64753 ____________________________________________________________________________
64754 [  6061] By: gsar                                  on 2000/05/04  16:09:28
64755         Log: change#5921 neglected to make eq honor "use bytes"
64756      Branch: perl
64757            ! sv.c
64758 ____________________________________________________________________________
64759 [  6060] By: jhi                                   on 2000/05/04  15:30:16
64760         Log: Integrate with Sarathy.
64761      Branch: cfgperl
64762           !> perl.c regcomp.c t/pragma/utf8.t
64763 ____________________________________________________________________________
64764 [  6059] By: jhi                                   on 2000/05/04  15:26:37
64765         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
64766              in natively 64-bit platforms where a long is a quad (no need
64767              for long longs).  Also added bias for IVs.
64768      Branch: cfgperl
64769            ! toke.c
64770 ____________________________________________________________________________
64771 [  6058] By: gsar                                  on 2000/05/04  00:19:14
64772         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
64773              (spotted by Donald Kinzer <dkinzer@premia.com>)
64774      Branch: perl
64775            ! perl.c
64776 ____________________________________________________________________________
64777 [  6057] By: gsar                                  on 2000/05/03  18:34:01
64778         Log: fix broken parsing of /\x{ab}/
64779      Branch: perl
64780            ! regcomp.c t/pragma/utf8.t
64781 ____________________________________________________________________________
64782 [  6056] By: jhi                                   on 2000/05/03  17:57:16
64783         Log: The search of infinity continues, this time simplified.
64784      Branch: cfgperl
64785            ! lib/Math/Complex.pm
64786 ____________________________________________________________________________
64787 [  6055] By: jhi                                   on 2000/05/03  17:45:30
64788         Log: Detypo.
64789      Branch: cfgperl
64790            ! hints/unicos.sh
64791 ____________________________________________________________________________
64792 [  6054] By: jhi                                   on 2000/05/02  22:28:27
64793         Log: Be more forgiving in POSIX about HUGE_VALL.
64794      Branch: cfgperl
64795            ! ext/POSIX/POSIX.xs
64796 ____________________________________________________________________________
64797 [  6053] By: jhi                                   on 2000/05/02  22:25:05
64798         Log: Integrate with Sarathy.
64799      Branch: cfgperl
64800           !> hints/irix_6.sh pod/perlop.pod
64801 ____________________________________________________________________________
64802 [  6052] By: jhi                                   on 2000/05/02  22:24:31
64803         Log: Unicos hint tweak.
64804      Branch: cfgperl
64805            ! hints/unicos.sh
64806 ____________________________________________________________________________
64807 [  6051] By: jhi                                   on 2000/05/02  22:21:26
64808         Log: Complex tweakery.
64809      Branch: cfgperl
64810            ! lib/Math/Complex.pm t/lib/complex.t
64811 ____________________________________________________________________________
64812 [  6050] By: jhi                                   on 2000/05/02  19:26:22
64813         Log: Use setxxent()/endxxent().
64814      Branch: cfgperl
64815            ! t/op/grent.t t/op/pwent.t
64816 ____________________________________________________________________________
64817 [  6049] By: jhi                                   on 2000/05/02  19:06:02
64818         Log: Test both the scalar and list contexts.
64819      Branch: cfgperl
64820            ! t/op/grent.t t/op/pwent.t
64821 ____________________________________________________________________________
64822 [  6048] By: gsar                                  on 2000/05/02  18:29:10
64823         Log: add note about how $( doesn't interpolate in REs (from
64824              Philip Newton <newton@ficus.frogspace.net>)
64825      Branch: perl
64826            ! pod/perlop.pod
64827 ____________________________________________________________________________
64828 [  6047] By: jhi                                   on 2000/05/02  17:41:24
64829         Log: Call getspnam() only iff needd.
64830      Branch: cfgperl
64831            ! pp_sys.c
64832 ____________________________________________________________________________
64833 [  6046] By: gsar                                  on 2000/05/02  17:07:25
64834         Log: libscheck has insufficient checks for n32 libs (from
64835              Albert Chin-A-Young <china@thewrittenword.com>)
64836      Branch: perl
64837            ! hints/irix_6.sh
64838 ____________________________________________________________________________
64839 [  6045] By: jhi                                   on 2000/05/02  13:57:17
64840         Log: Integrate with Sarathy.
64841      Branch: cfgperl
64842           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
64843           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
64844 ____________________________________________________________________________
64845 [  6044] By: gsar                                  on 2000/05/02  06:48:19
64846         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
64847              such that underscores are only ignored in literal numbers,
64848              "\x{...}", and hex/oct argument
64849      Branch: perl
64850            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
64851 ____________________________________________________________________________
64852 [  6043] By: gsar                                  on 2000/05/02  02:22:29
64853         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
64854      Branch: perl
64855            ! pod/perlretut.pod
64856 ____________________________________________________________________________
64857 [  6042] By: gsar                                  on 2000/05/02  02:17:51
64858         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
64859      Branch: perl
64860            ! pod/perltrap.pod
64861 ____________________________________________________________________________
64862 [  6041] By: gsar                                  on 2000/05/02  01:53:51
64863         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
64864              to compensate
64865      Branch: perl
64866            ! Porting/makerel
64867 ____________________________________________________________________________
64868 [  6040] By: gsar                                  on 2000/05/02  01:51:57
64869         Log: missing files in MANIFEST
64870      Branch: perl
64871            ! MANIFEST
64872 ____________________________________________________________________________
64873 [  6039] By: jhi                                   on 2000/05/02  00:36:46
64874         Log: Infinite problems.
64875      Branch: cfgperl
64876            ! lib/Math/Complex.pm
64877 ____________________________________________________________________________
64878 [  6038] By: jhi                                   on 2000/05/02  00:06:38
64879         Log: pwent/spent #ifdef imbalance.
64880      Branch: cfgperl
64881            ! pp_sys.c
64882 ____________________________________________________________________________
64883 [  6037] By: jhi                                   on 2000/05/01  22:50:11
64884         Log: Use HUGE_VALL if applicable.
64885      Branch: cfgperl
64886            ! ext/POSIX/POSIX.xs util.c
64887 ____________________________________________________________________________
64888 [  6036] By: jhi                                   on 2000/05/01  22:20:53
64889         Log: Correct Freudian slip.
64890      Branch: cfgperl
64891            ! pp_sys.c
64892 ____________________________________________________________________________
64893 [  6035] By: jhi                                   on 2000/05/01  21:07:38
64894         Log: Continue on the pwent/spent case.
64895      Branch: cfgperl
64896            ! pp_sys.c
64897 ____________________________________________________________________________
64898 [  6034] By: jhi                                   on 2000/05/01  17:45:14
64899         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
64900              adjustments in 6032 conflicted badly with this, will have
64901              to revisit them later.
64902      Branch: cfgperl
64903           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
64904           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
64905           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
64906           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
64907           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
64908           !> t/lib/cgi-html.t t/lib/cgi-request.t
64909 ____________________________________________________________________________
64910 [  6033] By: jhi                                   on 2000/05/01  17:40:49
64911         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
64912      Branch: cfgperl
64913            ! pp_sys.c
64914 ____________________________________________________________________________
64915 [  6032] By: gsar                                  on 2000/05/01  15:56:32
64916         Log: whitespace adjustments
64917      Branch: perl
64918            ! pp_sys.c
64919 ____________________________________________________________________________
64920 [  6031] By: gsar                                  on 2000/05/01  15:19:41
64921         Log: small nits in diagnostics.pm (from Robin Barker)
64922      Branch: perl
64923            ! lib/diagnostics.pm pod/perldiag.pod
64924 ____________________________________________________________________________
64925 [  6030] By: gsar                                  on 2000/05/01  08:39:18
64926         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
64927              for @- and @+ (from Johan Vromans)
64928      Branch: perl
64929            ! lib/English.pm pod/perlvar.pod
64930 ____________________________________________________________________________
64931 [  6029] By: gsar                                  on 2000/05/01  08:16:10
64932         Log: add CGI.pm v2.66 (from Lincoln Stein)
64933      Branch: perl
64934            + lib/CGI/Util.pm t/lib/cgi-pretty.t
64935            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
64936            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
64937            ! t/lib/cgi-html.t t/lib/cgi-request.t
64938 ____________________________________________________________________________
64939 [  6028] By: gsar                                  on 2000/05/01  06:34:41
64940         Log: Pod::Man generates groff-incompatible macro definition (from
64941              Tom Christiansen)
64942      Branch: perl
64943            ! lib/Pod/Man.pm
64944 ____________________________________________________________________________
64945 [  6027] By: gsar                                  on 2000/05/01  06:31:36
64946         Log: podlators-1.02 update (from Russ Allbery)
64947      Branch: perl
64948            ! lib/Pod/Man.pm lib/Pod/Text.pm
64949 ____________________________________________________________________________
64950 [  6026] By: jhi                                   on 2000/04/30  23:24:23
64951         Log: Integrate with Sarathy.
64952      Branch: cfgperl
64953           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
64954           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
64955           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
64956           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
64957           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
64958           !> t/lib/syslog.t toke.c win32/win32.h
64959 ____________________________________________________________________________
64960 [  6025] By: gsar                                  on 2000/04/30  18:17:47
64961         Log: Is{Alnum,Alpha,Word} don't match titlecase
64962              
64963              TODO: IsSpace is defined recursively!
64964              
64965              (both spotted by Larry)
64966      Branch: perl
64967            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
64968            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
64969 ____________________________________________________________________________
64970 [  6024] By: gsar                                  on 2000/04/30  17:50:19
64971         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
64972              (from Hugo van der Sanden)
64973      Branch: perl
64974            ! toke.c
64975 ____________________________________________________________________________
64976 [  6023] By: gsar                                  on 2000/04/30  17:14:43
64977         Log: debugger stomps on $. (from M.J.T. Guy)
64978      Branch: perl
64979            ! lib/perl5db.pl
64980 ____________________________________________________________________________
64981 [  6022] By: gsar                                  on 2000/04/30  16:59:22
64982         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
64983      Branch: perl
64984            ! sv.c
64985 ____________________________________________________________________________
64986 [  6021] By: gsar                                  on 2000/04/29  21:00:08
64987         Log: remove Win2K issue in pod (fixed by change#6020)
64988      Branch: perl
64989            ! README.win32 pod/perl56delta.pod
64990 ____________________________________________________________________________
64991 [  6020] By: gsar                                  on 2000/04/29  20:51:49
64992         Log: test tweak
64993      Branch: perl
64994            ! t/lib/open3.t
64995 ____________________________________________________________________________
64996 [  6019] By: gsar                                  on 2000/04/29  20:34:27
64997         Log: windows portability tweaks
64998      Branch: perl
64999            ! t/lib/b.t win32/win32.h
65000 ____________________________________________________________________________
65001 [  6018] By: gsar                                  on 2000/04/29  19:55:24
65002         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
65003              make _PATH_LOG() return "" if unavailable
65004      Branch: perl
65005            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
65006            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
65007 ____________________________________________________________________________
65008 [  6017] By: jhi                                   on 2000/04/28  22:49:46
65009         Log: Integrate with Sarathy.
65010      Branch: cfgperl
65011           !> op.c perl.c pod/perldiag.pod t/lib/b.t
65012 ____________________________________________________________________________
65013 [  6016] By: jhi                                   on 2000/04/28  22:46:14
65014         Log: Do not warn that an infinity does not look like a number.
65015      Branch: cfgperl
65016            ! sv.c
65017 ____________________________________________________________________________
65018 [  6015] By: gsar                                  on 2000/04/28  22:35:49
65019         Log: tweak test for portability
65020      Branch: perl
65021            ! t/lib/b.t
65022 ____________________________________________________________________________
65023 [  6014] By: gsar                                  on 2000/04/28  22:05:31
65024         Log: glob() loading File::Glob behind the scenes may cause syntax errors
65025      Branch: perl
65026            ! op.c
65027 ____________________________________________________________________________
65028 [  6013] By: gsar                                  on 2000/04/28  21:25:22
65029         Log: tweak change#5945 to display correct switch name in diagnostic
65030      Branch: perl
65031            ! perl.c pod/perldiag.pod
65032 ____________________________________________________________________________
65033 [  6012] By: jhi                                   on 2000/04/28  21:08:12
65034         Log: Integrate with Sarathy.
65035      Branch: cfgperl
65036           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
65037           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
65038           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
65039 ____________________________________________________________________________
65040 [  6011] By: jhi                                   on 2000/04/28  21:04:46
65041         Log: &HUGE_VAL is not defined, it exists.
65042      Branch: cfgperl
65043            ! lib/Math/Complex.pm
65044 ____________________________________________________________________________
65045 [  6010] By: gsar                                  on 2000/04/28  21:02:58
65046         Log: clarify note about shadow password support (from
65047              gellyfish@gellyfish.com)
65048      Branch: perl
65049            ! pod/perlfunc.pod
65050 ____________________________________________________________________________
65051 [  6009] By: gsar                                  on 2000/04/28  21:00:00
65052         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
65053      Branch: perl
65054            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
65055 ____________________________________________________________________________
65056 [  6008] By: gsar                                  on 2000/04/28  20:56:33
65057         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
65058      Branch: perl
65059            ! installperl vms/subconfigure.com
65060 ____________________________________________________________________________
65061 [  6007] By: gsar                                  on 2000/04/28  20:51:21
65062         Log: note about compile failures and END blocks (from M.J.T. Guy)
65063      Branch: perl
65064            ! pod/perl56delta.pod pod/perlmod.pod
65065 ____________________________________________________________________________
65066 [  6006] By: jhi                                   on 2000/04/28  20:42:14
65067         Log: Regen Configure.
65068      Branch: cfgperl
65069            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65070            ! config_h.SH
65071 ____________________________________________________________________________
65072 [  6005] By: gsar                                  on 2000/04/28  20:41:16
65073         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
65074      Branch: perl
65075            ! utils/perldoc.PL
65076 ____________________________________________________________________________
65077 [  6004] By: jhi                                   on 2000/04/28  20:28:21
65078         Log: Integrate with Sarathy.
65079      Branch: cfgperl
65080           !> Configure INSTALL Porting/Glossary Porting/config.sh
65081           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
65082           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
65083           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
65084           !> win32/config.vc win32/win32.c
65085 ____________________________________________________________________________
65086 [  6003] By: gsar                                  on 2000/04/28  20:11:20
65087         Log: allow REG_EXPAND_SZ keys in Windows registry (from
65088              John Clayton <John.Clayton@barclayscapital.com>)
65089      Branch: perl
65090            ! win32/win32.c
65091 ____________________________________________________________________________
65092 [  6002] By: gsar                                  on 2000/04/28  19:34:16
65093         Log: destructive sv_setsv() can lose UV-ness from source, causing
65094              numeric promotions/comparisons to fail to do the right thing
65095      Branch: perl
65096            ! sv.c
65097 ____________________________________________________________________________
65098 [  6001] By: gsar                                  on 2000/04/28  18:44:15
65099         Log: support additional library locations via $Config{otherlibdirs}
65100              (from Andy Dougherty)
65101      Branch: perl
65102            ! Configure INSTALL Porting/Glossary Porting/config.sh
65103            ! Porting/config_H config_h.SH epoc/config.sh perl.c
65104            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
65105            ! win32/config.bc win32/config.gc win32/config.vc
65106 ____________________________________________________________________________
65107 [  6000] By: gsar                                  on 2000/04/28  18:26:58
65108         Log: reworked otherlibdirs.U (from Andy Dougherty)
65109      Branch: metaconfig
65110            ! U/installdirs/otherlibdirs.U
65111 ____________________________________________________________________________
65112 [  5999] By: gsar                                  on 2000/04/28  18:17:07
65113         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
65114      Branch: perl
65115            ! t/pragma/warn/toke toke.c
65116 ____________________________________________________________________________
65117 [  5998] By: jhi                                   on 2000/04/28  13:32:17
65118         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
65119      Branch: cfgperl
65120            ! lib/Math/Complex.pm
65121 ____________________________________________________________________________
65122 [  5997] By: jhi                                   on 2000/04/28  13:14:04
65123         Log: Preserve $!.
65124      Branch: cfgperl
65125            ! lib/Math/Complex.pm
65126 ____________________________________________________________________________
65127 [  5996] By: jhi                                   on 2000/04/28  12:59:23
65128         Log: Integrate with Sarathy.
65129      Branch: cfgperl
65130           +> pod/perlrequick.pod pod/perlretut.pod
65131           !> (integrate 51 files)
65132 ____________________________________________________________________________
65133 [  5995] By: gsar                                  on 2000/04/28  09:37:36
65134         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
65135      Branch: perl
65136            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
65137 ____________________________________________________________________________
65138 [  5994] By: gsar                                  on 2000/04/28  09:33:26
65139         Log: fix for missed accounting for null byte in pack("Z",...) (from
65140              M.J.T. Guy)
65141      Branch: perl
65142            ! pp.c t/op/pack.t
65143 ____________________________________________________________________________
65144 [  5993] By: gsar                                  on 2000/04/28  09:30:05
65145         Log: various minor tweaks seen on p5p
65146      Branch: perl
65147            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
65148 ____________________________________________________________________________
65149 [  5992] By: gsar                                  on 2000/04/28  09:08:19
65150         Log: pod nit (from Simon Cozens)
65151      Branch: perl
65152            ! pod/perlop.pod
65153 ____________________________________________________________________________
65154 [  5991] By: gsar                                  on 2000/04/28  09:06:36
65155         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
65156      Branch: perl
65157            ! README.posix-bc hints/posix-bc.sh
65158 ____________________________________________________________________________
65159 [  5990] By: gsar                                  on 2000/04/28  08:54:52
65160         Log: use $ENV{LIB} to search for libs under Visual C compiler
65161              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
65162      Branch: perl
65163            ! lib/ExtUtils/Liblist.pm
65164 ____________________________________________________________________________
65165 [  5989] By: gsar                                  on 2000/04/28  08:27:12
65166         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
65167              itself and no other (from Tom Hughes)
65168      Branch: perl
65169            ! t/op/array.t toke.c
65170 ____________________________________________________________________________
65171 [  5988] By: gsar                                  on 2000/04/28  08:01:38
65172         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
65173              <paul@miraclefish.com>)
65174      Branch: perl
65175            ! lib/ExtUtils/MakeMaker.pm
65176 ____________________________________________________________________________
65177 [  5987] By: gsar                                  on 2000/04/28  07:53:09
65178         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
65179      Branch: perl
65180            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
65181 ____________________________________________________________________________
65182 [  5986] By: gsar                                  on 2000/04/28  07:44:17
65183         Log: add regular expressions tutorial and quick-start guide (from
65184              Mark Kvale <kvale@phy.ucsf.edu>)
65185      Branch: perl
65186            + pod/perlrequick.pod pod/perlretut.pod
65187            ! AUTHORS MAINTAIN MANIFEST
65188 ____________________________________________________________________________
65189 [  5985] By: gsar                                  on 2000/04/28  07:30:28
65190         Log: forked child may not exit correctly if it failed to open
65191              /dev/console (from Graham Barr)
65192      Branch: perl
65193            ! ext/Sys/Syslog/Syslog.pm
65194 ____________________________________________________________________________
65195 [  5984] By: gsar                                  on 2000/04/28  07:27:20
65196         Log: attributes::reftype() doesn't work on tied argument
65197      Branch: perl
65198            ! xsutils.c
65199 ____________________________________________________________________________
65200 [  5983] By: gsar                                  on 2000/04/28  07:15:04
65201         Log: numeric conversion of non-number in change#3378 tramples on
65202              OOK offset, causing segfaults
65203      Branch: perl
65204            ! sv.c
65205 ____________________________________________________________________________
65206 [  5982] By: gsar                                  on 2000/04/28  04:48:25
65207         Log: avoid error in IO::Socket::INET when given an unknown service name
65208              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
65209      Branch: perl
65210            ! ext/IO/lib/IO/Socket/INET.pm
65211 ____________________________________________________________________________
65212 [  5981] By: gsar                                  on 2000/04/28  04:31:31
65213         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
65214              prototype mismatch with CORE::glob(); update pod and tests to
65215              suit (File::Glob::glob() is still available for backward
65216              compatibility, but should be considered deprecated)
65217      Branch: perl
65218            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
65219            ! t/lib/glob-taint.t
65220 ____________________________________________________________________________
65221 [  5980] By: gsar                                  on 2000/04/28  03:47:29
65222         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
65223              <ghudson@mit.edu>)
65224      Branch: metaconfig
65225            ! U/modified/Options.U
65226      Branch: perl
65227            ! Configure
65228 ____________________________________________________________________________
65229 [  5979] By: gsar                                  on 2000/04/28  03:07:54
65230         Log: under useithreads, constant pad entries could inadvertantly be
65231              shared across threads (from Eric Blood <eblood@xmission.com>);
65232              added Eric's test case to testsuite
65233      Branch: perl
65234            ! op.c t/op/misc.t
65235 ____________________________________________________________________________
65236 [  5978] By: gsar                                  on 2000/04/27  21:13:00
65237         Log: sync version numbers in File::Spec with the ones on CPAN
65238              (from Barrie Slaymaker)
65239      Branch: perl
65240            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
65241            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
65242            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
65243 ____________________________________________________________________________
65244 [  5977] By: gsar                                  on 2000/04/27  21:07:29
65245         Log: autoquote barewords followed by newline and arrow properly
65246              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
65247      Branch: perl
65248            ! t/pragma/warn/toke toke.c
65249 ____________________________________________________________________________
65250 [  5976] By: gsar                                  on 2000/04/27  20:41:20
65251         Log: DB_File v1.73 update (from Paul Marquess)
65252      Branch: perl
65253            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
65254            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
65255 ____________________________________________________________________________
65256 [  5975] By: gsar                                  on 2000/04/27  20:34:24
65257         Log: allow sort() reentrancy (variant of patch suggested by
65258              Hugo van der Sanden)
65259      Branch: perl
65260            ! pp_ctl.c t/op/sort.t
65261 ____________________________________________________________________________
65262 [  5974] By: gsar                                  on 2000/04/27  19:46:57
65263         Log: change#4197 somehow missed initializing PL_errors, meaning
65264              sytax error queueing wasn't working outside eval"" at all;
65265              also fixed eval"" to localize PL_error_count, so that compile-time
65266              eval's don't clobber the error state of the outer context
65267      Branch: perl
65268            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
65269            ! t/pragma/warn/toke
65270 ____________________________________________________________________________
65271 [  5973] By: gsar                                  on 2000/04/27  18:29:05
65272         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
65273      Branch: perl
65274            ! regcomp.c regexec.c t/op/re_tests
65275 ____________________________________________________________________________
65276 [  5972] By: jhi                                   on 2000/04/27  18:22:41
65277         Log: Integrate with Sarathy.
65278      Branch: cfgperl
65279           +> t/lib/b.t t/lib/syslog.t
65280           !> (integrate 31 files)
65281 ____________________________________________________________________________
65282 [  5971] By: jhi                                   on 2000/04/27  18:18:46
65283         Log: Unicos tweaks from Mark P. Lutz.
65284      Branch: cfgperl
65285            ! hints/unicos.sh lib/Math/Complex.pm
65286 ____________________________________________________________________________
65287 [  5970] By: gsar                                  on 2000/04/27  18:05:11
65288         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
65289              IV is >32bits
65290      Branch: perl
65291            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
65292 ____________________________________________________________________________
65293 [  5969] By: gsar                                  on 2000/04/27  17:50:56
65294         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
65295      Branch: perl
65296            + t/lib/syslog.t
65297            ! MANIFEST ext/Sys/Syslog/Syslog.pm
65298 ____________________________________________________________________________
65299 [  5968] By: gsar                                  on 2000/04/27  17:44:49
65300         Log: tolerate spaces in group names in test on solaris (from David Boyce
65301              <dsb@boyski.com>)
65302      Branch: perl
65303            ! t/op/groups.t
65304 ____________________________________________________________________________
65305 [  5967] By: gsar                                  on 2000/04/27  17:41:22
65306         Log: improved docs on the warn_uninit diagnostic (from David Glasser
65307              and Simon Cozens)
65308      Branch: perl
65309            ! pod/perldiag.pod
65310 ____________________________________________________________________________
65311 [  5966] By: gsar                                  on 2000/04/27  16:54:58
65312         Log: add testsuite for B backends, fix bug in B::Deparse (from
65313              Simon Cozens <simon@brecon.co.uk>)
65314      Branch: perl
65315            + t/lib/b.t
65316            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
65317 ____________________________________________________________________________
65318 [  5965] By: gsar                                  on 2000/04/27  16:10:37
65319         Log: avoid "will not stay shared" warnings for our variables (from
65320              Robin Barker)
65321      Branch: perl
65322            ! op.c t/pragma/warn/op
65323 ____________________________________________________________________________
65324 [  5964] By: gsar                                  on 2000/04/27  07:05:05
65325         Log: reformat to 72 columns (again)
65326      Branch: perl
65327            ! pod/perldiag.pod
65328 ____________________________________________________________________________
65329 [  5963] By: gsar                                  on 2000/04/27  06:28:31
65330         Log: patch from Larry to make (\&) prototype work; added tests for
65331              the same
65332      Branch: perl
65333            ! op.c t/comp/proto.t
65334 ____________________________________________________________________________
65335 [  5962] By: gsar                                  on 2000/04/27  06:15:47
65336         Log: updated README.hpux (from Jeff Okamoto)
65337      Branch: perl
65338            ! README.hpux
65339 ____________________________________________________________________________
65340 [  5961] By: gsar                                  on 2000/04/27  05:55:03
65341         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
65342      Branch: perl
65343            ! emacs/cperl-mode.el
65344 ____________________________________________________________________________
65345 [  5960] By: gsar                                  on 2000/04/27  05:49:26
65346         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
65347      Branch: perl
65348            ! INSTALL
65349 ____________________________________________________________________________
65350 [  5959] By: gsar                                  on 2000/04/27  05:33:41
65351         Log: doubled words in pods (from Simon Cozens
65352              <simon.p.cozens@jp.pwcglobal.com>)
65353      Branch: perl
65354            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
65355            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
65356            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
65357            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
65358            ! pod/perltootc.pod
65359 ____________________________________________________________________________
65360 [  5958] By: gsar                                  on 2000/04/27  05:11:39
65361         Log: change#3569 deleted some essential code, revert; avoid use of
65362              atexit() to make DynaLoader work properly on AIX under mod_perl
65363              (from Jens-Uwe Mager <jum@helios.de>)
65364      Branch: perl
65365            ! ext/DynaLoader/dl_aix.xs
65366 ____________________________________________________________________________
65367 [  5957] By: gsar                                  on 2000/04/27  04:54:51
65368         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
65369      Branch: perl
65370            ! pod/perlmod.pod
65371 ____________________________________________________________________________
65372 [  5956] By: gsar                                  on 2000/04/27  04:51:47
65373         Log: better diagnostics on failed tests (from Ilya Zakharevich)
65374      Branch: perl
65375            ! t/op/lex_assign.t
65376 ____________________________________________________________________________
65377 [  5955] By: gsar                                  on 2000/04/27  04:26:44
65378         Log: longstanding bug exposed by change#3307: sort arguments weren't
65379              compiled with the right wantarray context (ensuing runtime lookup
65380              via block_gimme() was getting the incidental context of the
65381              sort() itself)
65382      Branch: perl
65383            ! op.c t/op/sort.t
65384 ____________________________________________________________________________
65385 [  5954] By: gsar                                  on 2000/04/26  23:42:12
65386         Log: integrate cfgperl contents into mainline
65387      Branch: perl
65388           !> (integrate 30 files)
65389 ____________________________________________________________________________
65390 [  5953] By: jhi                                   on 2000/04/26  23:06:42
65391         Log: Integrate with Sarathy.
65392      Branch: cfgperl
65393           !> README.win32 ext/B/B/Deparse.pm
65394           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
65395           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
65396           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
65397           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
65398           !> utils/perldoc.PL vms/perlvms.pod
65399 ____________________________________________________________________________
65400 [  5952] By: jhi                                   on 2000/04/26  23:03:46
65401         Log: Undo "use integer" addition from 64bitint as it seems
65402              to break most of the subtests in Digital UNIX;
65403              Unicos needs to find another way.
65404      Branch: cfgperl
65405            ! t/op/64bitint.t
65406 ____________________________________________________________________________
65407 [  5951] By: jhi                                   on 2000/04/26  22:57:53
65408         Log: Be more robust on "extreme" (large absolute value)
65409              arguments.  Originally reported by Daniel Connelly
65410              as a problem with asinh() on large negative arguments,
65411              asinh() used to bail out because an argument to log()
65412              ended up being zero.  Ilya Zakharevich proposed using
65413              Taylor's series in such cases, which for such large
65414              arguments is a very good approximation.
65415      Branch: cfgperl
65416            ! lib/Math/Complex.pm t/lib/complex.t
65417 ____________________________________________________________________________
65418 [  5950] By: gsar                                  on 2000/04/25  19:13:12
65419         Log: reformat perldiag to avoid long lines
65420      Branch: perl
65421            ! pod/perldiag.pod
65422 ____________________________________________________________________________
65423 [  5949] By: gsar                                  on 2000/04/25  18:41:11
65424         Log: make perldoc use the pod2man from the same version (from
65425              M.J.T. Guy)
65426      Branch: perl
65427            ! utils/perldoc.PL
65428 ____________________________________________________________________________
65429 [  5948] By: gsar                                  on 2000/04/25  18:21:57
65430         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
65431              <kompas@kompas.usr.onet.pl>)
65432      Branch: perl
65433            ! lib/vars.pm
65434 ____________________________________________________________________________
65435 [  5947] By: gsar                                  on 2000/04/25  18:11:53
65436         Log: use &dl_error rather than &dl_load_file as the guard for calling
65437              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
65438              statically built perl)
65439      Branch: perl
65440            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
65441 ____________________________________________________________________________
65442 [  5946] By: jhi                                   on 2000/04/25  17:37:54
65443         Log: Document that tr() is not tr(1).
65444      Branch: cfgperl
65445            ! pod/perlop.pod
65446 ____________________________________________________________________________
65447 [  5945] By: gsar                                  on 2000/04/25  16:34:33
65448         Log: make module name mandatory after -M switch; reorder perldiag
65449              alphabetically (from Mark-Jason Dominus)
65450      Branch: perl
65451            ! perl.c pod/perldiag.pod
65452 ____________________________________________________________________________
65453 [  5944] By: jhi                                   on 2000/04/25  01:15:18
65454         Log: On second thoughts frexp() does have two arguments.
65455      Branch: cfgperl
65456            ! perl.h
65457 ____________________________________________________________________________
65458 [  5943] By: jhi                                   on 2000/04/24  22:56:32
65459         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
65460              Now pp_ncmp() returns undef is either operand is a NaN.
65461      Branch: cfgperl
65462            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65463            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
65464            ! vms/subconfigure.com vos/config.def vos/config.h
65465            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
65466            ! win32/config.vc win32/config_H.bc win32/config_H.gc
65467            ! win32/config_H.vc
65468      Branch: metaconfig/U/perl
65469            + d_modfl.U
65470 ____________________________________________________________________________
65471 [  5942] By: jhi                                   on 2000/04/24  19:45:17
65472         Log: Regen Configure to match #5937.
65473      Branch: cfgperl
65474            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65475            ! config_h.SH
65476      Branch: metaconfig
65477            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
65478 ____________________________________________________________________________
65479 [  5941] By: jhi                                   on 2000/04/24  19:24:11
65480         Log: Further Unicos fixes for Mark Lutz.
65481      Branch: cfgperl
65482            ! hints/unicos.sh pp_ctl.c
65483 ____________________________________________________________________________
65484 [  5940] By: jhi                                   on 2000/04/24  19:09:06
65485         Log: Various Unicos 10.0.0.6 fixes.
65486              
65487              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
65488              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
65489              Reply-To: tecmpl1@triton.ca.boeing.com 
65490              To: perl5-porters@perl.org 
65491              Date: Fri, 14 Apr 2000 20:21:00 GMT 
65492              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
65493      Branch: cfgperl
65494            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
65495 ____________________________________________________________________________
65496 [  5939] By: gsar                                  on 2000/04/24  19:01:24
65497         Log: more pod nits (from Larry Virden)
65498      Branch: perl
65499            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
65500            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
65501            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
65502 ____________________________________________________________________________
65503 [  5938] By: gsar                                  on 2000/04/24  18:54:01
65504         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
65505      Branch: perl
65506            ! ext/B/B/Deparse.pm
65507 ____________________________________________________________________________
65508 [  5937] By: jhi                                   on 2000/04/24  17:39:00
65509         Log: Integrate with Sarathy.
65510      Branch: cfgperl
65511           +> (branch 31 files)
65512           !> (integrate 73 files)
65513 ____________________________________________________________________________
65514 [  5936] By: gsar                                  on 2000/04/24  17:30:06
65515         Log: additional tests for change#5934 (from Paul Marquess, who also
65516              sent in the same fix)
65517      Branch: perl
65518            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
65519            ! t/pragma/warn/5nolint t/pragma/warn/6default
65520 ____________________________________________________________________________
65521 [  5935] By: jhi                                   on 2000/04/24  17:26:05
65522         Log: Do not assume sign propagation.
65523              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
65524              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
65525              To: payner@ncifcrf.gov, perl5-porters@perl.org 
65526              Date: Tue, 18 Apr 2000 18:24:49 +0100 
65527              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
65528      Branch: cfgperl
65529            ! t/op/bop.t t/op/misc.t
65530 ____________________________________________________________________________
65531 [  5934] By: gsar                                  on 2000/04/24  17:16:54
65532         Log: propagate lexical warnings from surrounding scope correctly
65533              within string eval()
65534      Branch: perl
65535            ! pp_ctl.c t/pragma/warn/pp_ctl
65536 ____________________________________________________________________________
65537 [  5933] By: jhi                                   on 2000/04/24  17:01:07
65538         Log: Flatten the cpp jungle doing the nosuid checking.
65539      Branch: cfgperl
65540            ! perl.c
65541 ____________________________________________________________________________
65542 [  5932] By: gsar                                  on 2000/04/24  09:08:14
65543         Log: add rsignal(), whichsig() and do_join() to public API list
65544              (mod_perl uses them to good advantage)
65545      Branch: perl
65546            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
65547 ____________________________________________________________________________
65548 [  5931] By: gsar                                  on 2000/04/24  09:01:40
65549         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
65550      Branch: perl
65551            ! pp_hot.c regexec.c t/op/pat.t
65552 ____________________________________________________________________________
65553 [  5930] By: gsar                                  on 2000/04/24  08:58:33
65554         Log: small os390 tweaks (from Peter Prymmer)
65555      Branch: perl
65556            ! config_h.SH makedepend.SH
65557 ____________________________________________________________________________
65558 [  5929] By: gsar                                  on 2000/04/24  08:55:25
65559         Log: pod nits
65560      Branch: perl
65561            ! pod/perlguts.pod
65562 ____________________________________________________________________________
65563 [  5928] By: gsar                                  on 2000/04/24  08:50:13
65564         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
65565      Branch: perl
65566            ! ext/IO/lib/IO/Poll.pm
65567 ____________________________________________________________________________
65568 [  5927] By: gsar                                  on 2000/04/24  08:43:24
65569         Log: arrange for next() to resume at the unstack op rather than the
65570              loop conditional, so that scope cleanup happens correctly
65571              (from Stephen McCamant)
65572      Branch: perl
65573            ! op.c pp_ctl.c t/op/misc.t
65574 ____________________________________________________________________________
65575 [  5926] By: gsar                                  on 2000/04/24  08:18:40
65576         Log: on windows, reserve 16M of stack rather than 128M (allows more
65577              threads to run concurrently)
65578      Branch: perl
65579            ! win32/Makefile win32/makefile.mk
65580 ____________________________________________________________________________
65581 [  5925] By: gsar                                  on 2000/04/24  08:13:52
65582         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
65583      Branch: perl
65584            ! toke.c
65585 ____________________________________________________________________________
65586 [  5924] By: gsar                                  on 2000/04/24  08:08:59
65587         Log: avoid using uninitialized memory in require version check
65588      Branch: perl
65589            ! pp_ctl.c universal.c
65590 ____________________________________________________________________________
65591 [  5923] By: gsar                                  on 2000/04/24  07:20:14
65592         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
65593      Branch: perl
65594            ! ext/IO/lib/IO/Poll.pm
65595 ____________________________________________________________________________
65596 [  5922] By: gsar                                  on 2000/04/24  07:08:42
65597         Log: commentary about IoTYPE() (from Nathan Torkington)
65598      Branch: perl
65599            ! sv.h
65600 ____________________________________________________________________________
65601 [  5921] By: gsar                                  on 2000/04/24  06:58:26
65602         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
65603              by fix
65604      Branch: perl
65605            ! sv.c t/lib/charnames.t t/pragma/utf8.t
65606 ____________________________________________________________________________
65607 [  5920] By: gsar                                  on 2000/04/24  06:37:59
65608         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
65609      Branch: perl
65610            ! doop.c t/op/ver.t
65611 ____________________________________________________________________________
65612 [  5919] By: gsar                                  on 2000/04/24  06:21:58
65613         Log: Configure might miss old directories when prefix must be
65614              expanded (from Robin Barker)
65615      Branch: metaconfig
65616            ! U/installdirs/inc_version_list.U
65617      Branch: perl
65618            ! Configure
65619 ____________________________________________________________________________
65620 [  5918] By: gsar                                  on 2000/04/24  06:16:11
65621         Log: VMS nits in glob() test (from Charles Lane)
65622      Branch: perl
65623            ! t/lib/glob-basic.t
65624 ____________________________________________________________________________
65625 [  5917] By: gsar                                  on 2000/04/24  06:11:56
65626         Log: various pod nits (from Larry Virden and others)
65627      Branch: perl
65628            ! README.amiga README.hpux README.machten README.os2
65629            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
65630            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
65631            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
65632            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
65633            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
65634            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
65635            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
65636            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
65637 ____________________________________________________________________________
65638 [  5916] By: gsar                                  on 2000/04/24  05:52:43
65639         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
65640              <wjones@tc.fluke.com>)
65641      Branch: perl
65642            ! t/lib/glob-basic.t
65643 ____________________________________________________________________________
65644 [  5915] By: gsar                                  on 2000/04/24  05:07:01
65645         Log: supported platforms mixed up
65646      Branch: perl
65647            ! pod/perl56delta.pod pod/perlport.pod
65648 ____________________________________________________________________________
65649 [  5914] By: gsar                                  on 2000/04/24  04:56:08
65650         Log: caller() wasn't returning the right number of elements for
65651              eval {...}
65652      Branch: perl
65653            ! pp_ctl.c t/pragma/warn/9enabled
65654 ____________________________________________________________________________
65655 [  5913] By: gsar                                  on 2000/04/24  04:35:41
65656         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
65657              Mark-Jason Dominus)
65658      Branch: perl
65659            ! pod/perlfunc.pod
65660 ____________________________________________________________________________
65661 [  5912] By: gsar                                  on 2000/04/24  04:17:15
65662         Log: fix totally broken caching in UNIVERSAL::isa() (from
65663              Nick Ing-Simmons)
65664      Branch: perl
65665            ! t/op/universal.t universal.c
65666 ____________________________________________________________________________
65667 [  5911] By: gsar                                  on 2000/04/24  03:39:47
65668         Log: add linebreak properties from unicode/LineBrk.txt (from
65669              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
65670      Branch: perl
65671            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
65672            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
65673            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
65674            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
65675            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
65676            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
65677            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
65678            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
65679            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
65680            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
65681            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
65682            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
65683            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
65684            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
65685            + lib/unicode/Is/LbrkZW.pl
65686            ! lib/unicode/mktables.PL
65687 ____________________________________________________________________________
65688 [  5910] By: gsar                                  on 2000/04/24  03:23:10
65689         Log: typo in pod
65690      Branch: perl
65691            ! ext/Thread/Thread.pm
65692 ____________________________________________________________________________
65693 [  5909] By: gsar                                  on 2000/04/24  03:22:03
65694         Log: mode argument to do_binmode() should be file mode, not boolean
65695      Branch: perl
65696            ! pp_sys.c
65697 ____________________________________________________________________________
65698 [  5908] By: gsar                                  on 2000/04/16  16:51:08
65699         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
65700              always returns a valid GV even when the symbol is trapped by strictures
65701              (avoids coredumps)
65702              
65703              TODO: the C<package;> hack needs similar treatment
65704      Branch: perl
65705            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
65706            ! t/pragma/strict-vars
65707 ____________________________________________________________________________
65708 [  5907] By: jhi                                   on 2000/03/31  23:42:56
65709         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
65710              an assumption which #5905 demolished.
65711      Branch: cfgperl
65712            ! pp_sys.c
65713 ____________________________________________________________________________
65714 [  5906] By: jhi                                   on 2000/03/31  18:54:37
65715         Log: Typo in #5905.
65716      Branch: cfgperl
65717            ! t/op/64bitint.t
65718 ____________________________________________________________________________
65719 [  5905] By: jhi                                   on 2000/03/31  18:50:54
65720         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
65721              reported by Joseph N. Hall.  The bug was that even with use64bitint
65722              one had to use the prefixes q, L, or ll with printf/sprintf,
65723              contrary to the documentation and common sense.
65724      Branch: cfgperl
65725            ! sv.c t/op/64bitint.t
65726 ____________________________________________________________________________
65727 [  5904] By: gsar                                  on 2000/03/28  02:31:32
65728         Log: add Changes, perldelta.pod
65729      Branch: perl
65730            + Changes pod/perldelta.pod
65731 ____________________________________________________________________________
65732 [  5903] By: gsar                                  on 2000/03/28  02:03:55
65733         Log: rename Changes and perldelta.pod
65734      Branch: perl
65735           +> Changes5.6 pod/perl56delta.pod
65736            - Changes pod/perldelta.pod
65737            ! MANIFEST
65738 ____________________________________________________________________________
65739 [  5902] By: gsar                                  on 2000/03/28  01:59:14
65740         Log: create maint-5.6 branch
65741      Branch: maint-5.6/perl
65742           +> (branch 1611 files)
65743 ____________________________________________________________________________
65744 [  5901] By: jhi                                   on 2000/03/23  05:48:43
65745         Log: Integrate with Sarathy.
65746      Branch: cfgperl
65747           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
65748 ____________________________________________________________________________
65749 [  5900] By: gsar                                  on 2000/03/23  05:42:43
65750         Log: three guesses on what this is :-)
65751      Branch: perl
65752            ! Changes